relati@charset "utf-8";
/* CSS Document */

html{
	background:#fff;
}

body {
	font-family:Osaka,"メイリオ",Meiryo,"MS UI Gothic",sans-serif;
	font-family: "Lucida Grande",helvetica, 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','MS UI Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
	width:100%;
	margin: 0 auto;
}



/*a { text-decoration: none; outline: none;}
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { text-decoration: underline;}
a:active { color: #000000; }*/

#pc { display: block !important; }
#sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
	#pc { display: none !important; }
	#sp { display: block !important; }
}

ul {
  list-style: none;
}


/* ///////////////////////// footerここから ///////////////////////// */
.footer{
	margin-top: 50px;
}

.footer_navi{
	padding: 8px 0 3px 0;
	font-size:12px;
}

.footer_navi a { text-decoration: none; outline: none;}
.footer_navi a:link { color: #000000; }
.footer_navi a:visited { color: #000000; }
.footer_navi a:hover { text-decoration: underline;}
.footer_navi a:active { color: #000000; }

.footer_navi ul{
	list-style-type: none;
	list-style: outside none none;
    padding-left: 0;
	height: 19px;
}

.footer_navi .inline-block {
    text-align: center;
}

.footer_navi ul li {
	vertical-align: middle;
	line-height: 1.6;
    display: inline-block;
	padding: 0px 10px;
	border-right: 1px solid #000000;
}

.footer_navi .navilast {
    border-right: medium none;
}

.copyright{
	text-align:center;
	font-size: 10px;
	margin-bottom: 38px;
	color: #000;	
}


/* /////////////// footer search /////////////// */
#search {
 width:270px;
 height:35px;
 margin: 0 auto;
 padding-left: 6px;
}
#search .text {
 float:left;
 width:224px;
 height:34px;
 border:1px solid #000;
 border-radius: 1px;
 text-indent:10px;
 margin-right:0px;
}
#search .btn {
 float:left;
}
/* /////////////// footer search /////////////// */

/*ここからSP*/

.foot_navi a { text-decoration: none; outline: none;}
.foot_navi a:link { color: #000000; }
.foot_navi a:visited { color: #000000; }
.foot_navi a:hover { text-decoration: underline;}
.foot_navi a:active { color: #000000; }


table.foot_navi {
	border-collapse: collapse;
	text-align: left;
	line-height: 0.5;
	width:100%;
}

table.foot_navi td {
	width: 50%;
	vertical-align: middle;
	border: 1px solid #fff;
	background: #F8F8F8;
}

table.foot_navi td .block-link a {
	display: block;
	padding:15px 0;
	font-size:10px;
	text-align:center;
}

.sp_copyright {
	padding:5%;
	text-align:center;
	font-size:10px;
	color: #000;
}
/* ///////////////////////// footerここまで ///////////////////////// */