@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------------
    RESET
   ---------------------------------------------------------------------------- */
html,body{
	margin:0;
	padding:0;
	height:100%;
}
body {
	color: #333;
	background: #fff;
	font-size:14px;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7em;
}
 
h1, h2, h3, h4, h5, h6, input, select, textarea { font-size: 100%; }
h1, h2, h3, h4, h5, h6, b, em, strong, dt, th, caption { font-weight: normal; }
em, address, optgroup, cite { font-style: normal; }
caption { text-align: left; }
 
body, div, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, dl, dt, dd, table, th, td, thead, tbody, tfoot, caption, blockquote, pre, address, form, fieldset, legend, iframe { border: none; outline: none; padding: 0; margin: 0; vertical-align:baseline; }
 
li {
	/* [disabled]list-style-position: outside; */
}
ul li { list-style-type: none; }
 
table { width: 100%;}
th, td { text-align: left; vertical-align: top;}
 
pre { overflow-x: auto; }
textarea { width: 99%; overflow: auto; }
iframe { display: block; width: 100%; overflow: hidden; }
 
a:hover { cursor: pointer; background-color: transparent; }
a:active,a:focus { outline: none; }
 
sup { font-size: 71.5%; vertical-align: baseline; position: relative; bottom: 0.7em; }
sub { font-size: 71.5%; vertical-align: baseline; position: relative; top: 0.1em; }
 
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
 
hr { display: none; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
 
@media screen and (max-device-width: 480px) {
body { -webkit-text-size-adjust: none; }
}



/* footer */

#footer{
	width:100%;
	text-align: center;
	padding:20px 0 10px;
	background:#fff;
}

#footer_banner{
	width:720px;
	margin:0 auto;
}
#footer_banner li{
	float:left;
	width:168px;
	height:26px;
	overflow: hidden;
	padding:0 5px;
}
#footer_banner li a{
	margin-top:0;
	display: block;
}
#footer_bt{
	clear: both;
	width:431px;
	height: 10px;
	margin:0 auto;
	padding:18px 0 0;
}
#footer_bt li{
	float: left;
	height: 10px;
	padding:0 13px;
}
#footer_bt li a{
	height:10px;
	font-size:10px;
	color:#777;
	text-decoration:none;
}
#footer_bt li a:hover{
	color:#b8a013;
}
#footer_bt li.corp{ width:50px; }
#footer_bt li.secu{ width:131px; }
#footer_bt li.priv{ width:93px; }
#footer_bt li.inqu{ width:50px; }
#footer_copyright{
	padding:20px 0 9px;
	font-size:12px;
	color:#777;
	font-family: Gothic, Verdana, Geneva, sans-serif;
}

@media screen and (max-width: 720px) {
#footer_banner{
	width:98%;
	margin:0 auto;
}
#footer_banner li{
	float:left;
	width:23%;
	height:auto;
	overflow: hidden;
	padding:0 1%;
}
*:first-child+html #footer_banner li{
	float:left;
	width:22.5%;
	height:auto;
	overflow: hidden;
	padding:0 1%;
}
#footer_banner li a{
	width:100%;
	margin:5px auto;
	display: block;
}
#footer_banner li a img{
	display: block;
	width:100%;
	max-width:168px;
	margin:0 auto;
}
}

@media screen and (max-width: 530px) {
#footer{
	width:100%;
	text-align: center;
	padding:10px 0 10px;
	background:#fff;
}
#footer_banner li{
	float:left;
	width:48%;
	height:auto;
	overflow: hidden;
	padding:0 1%;
}
*:first-child+html #footer_banner li{
	float:left;
	width:47.5%;
	height:auto;
	overflow: hidden;
	padding:0 1%;
}

}

@media screen and (max-width: 440px) {
#footer_bt{
	clear: both;
	width: 100%;
	height: 10px;
	margin:0 auto 30px;
	padding:18px 0 0;
}
#footer_bt li{
	float: left;
	width:40%;
	height: 10px;
	padding:10px 13px 0;
}

}

@media screen and (max-width: 400px) {
#footer_bt{
	clear: both;
	width: 100%;
	height: auto;
	margin:0 auto;
	padding:18px 0 0;
}
#footer_bt li{
	float:none;
	width:90%;
	height: 10px;
	padding:10px 13px 0;
}
}
