@charset "utf-8";
/* CSSリセット */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
body{
    background-color:#fff;
    font: 16px/20px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Helvetica,Arial,Sans-Serif;
    color: #463316;
}
a{ 
    color: #69c;
    text-decoration: none;
}
a:hover{
    color:#069;
    text-decoration: none;
}
h2{
    font-size: 28px;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: bold;
    margin: 70px 0;
}
/*pc用*/
@media screen and (min-width:961px){
    #header{
        max-width: 980px;
        text-align: center;
        margin: 0 auto;    
        padding: 20px 0;
    }
}
/*tablet用11*/    
@media only screen and (min-width:600px) and (max-width:960px){
    #header{
        width: 100%;
        text-align: center;
        margin: 0 auto;    
        padding: 20px 0;
    }
}

/*スマホ用11*/
@media screen and (max-width:599px){
    #header{
        width: 100%;
        text-align: center;
        margin: 0 auto;    
        padding: 20px 0;
    }
}
#contentspace{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.sliderspace{
    width: 100%;
    margin: 0 auto;
}
.slider ul,li{
    list-style: none;
	margin: 0;
	padding: 0;
}
.slider img{
    width: 100%; 
}
.company_table table{
    margin: 0 auto;
    text-align: left;
    margin-bottom: 80px;
}
.company_table th{
    padding-right: 60px;
    padding-bottom: 20px;
    font-family: "Yu Gothic";
    font-weight: bold;
    font-size: 16px;
}
.company_table td{
    font-size: 16px;
    line-height: 250%;
}
#footer p{
    font-size: 12px;
    border-top: 1px solid;
    width: 100%;
    padding: 8px 0;
}
.toms_link th{
    font-size: 16px;
    line-height: 250%;
    text-align: center;
    margin: auto;
    padding: 0;
}
.company_list{
    margin-bottom: 50px !important;
}