@charset "utf-8";

/* =======================================

	reset CSS

========================================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,table,th,td {padding: 0;margin: 0;}
html,body {background: #FFF; color: #000;}
body {font:13px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;}
* html body {font-size: small;}
*:first-child+html body {font-size: small;}
img {border: 0; vertical-align: top;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: 500;}
ul,dl,ol {text-indent: 0;}
li {list-style: none;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: inherit; font-weight: inherit;}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
input,textarea,select,b {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}
table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}
pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}
input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}
/* cf
========================================== */

.cf:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .cf {zoom: 1;} /* IE6 */
*:first-child+html .cf {zoom: 1;} /* IE7 */

/* =======================================

	Structure CSS

========================================== */

a.Banner img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a.Banner:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.center {text-align: center !important;vertical-align:middle;}
.txt_right{text-align:right !important;}
.txt_left{text-align:left !important;}
.indent {padding-left:1em;text-indent:-1em;}
.bold {font-weight:bold !important;}
.red {color:#9F3339 !important;}
.blue{color:#334AB2 !important;}
.white{color:#fff !important;}
.color_01{color:#3F595C !important;}
.color_02{color:#52797E !important;}
.color_03{color:#CACACA !important;}
.f_min{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.bg_w{background:rgba(255,255,255,1);}
.float_l{float:left;}
.float_r{float:right;}
.clear_both{clear:both;}
.f10{font-size:72% !important;}
.f11{font-size:79% !important;}
.f12{font-size:86% !important;}
.f13{font-size:93% !important;}
.f14{font-size:100% !important;}
.f15{font-size:108% !important;}
.f16{font-size:115% !important;}
.f17{font-size:122% !important;}
.f18{font-size:129% !important;}
.f19{font-size:136% !important;}
.f20{font-size:143% !important;}
.f21{font-size:150% !important;}
.f22{font-size:158% !important;}
.f23{font-size:165% !important;}
.f24{font-size:172% !important;}
.f25{font-size:179% !important;}
.f26{font-size:186% !important;}
.bb{border-bottom:1px solid #ccc;}

/* =======================================

	margin / padding

========================================== */
.mb0 {margin-bottom:0px !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb45 {margin-bottom:45px !important;}
.mb50 {margin-bottom:50px !important;}
.mb60 {margin-bottom:60px !important;}
.mb70 {margin-bottom:70px !important;}
.mb80 {margin-bottom:80px !important;}
.mb90 {margin-bottom:90px !important;}
.mb100 {margin-bottom:100px !important;}
.mb150 {margin-bottom:150px !important;}
.mb1em{margin-bottom:1em !important;}
.pd0{padding:0 !important;}
.pt70{padding-top:70px !important;}
@media (max-width: 480px) and (min-width: 0px){
.mb10 {margin-bottom:3% !important;}
.mb15 {margin-bottom:3% !important;}
.mb20 {margin-bottom:5% !important;}
.mb25 {margin-bottom:5% !important;}
.mb30 {margin-bottom:5% !important;}
.mb35 {margin-bottom:5% !important;}
.mb40 {margin-bottom:5% !important;}
.mb45 {margin-bottom:5% !important;}
.mb50 {margin-bottom:10% !important;}
.mb60 {margin-bottom:10% !important;}
.mb70 {margin-bottom:15% !important;}
.mb80 {margin-bottom:15% !important;}
.mb90 {margin-bottom:15% !important;}
.mb100 {margin-bottom:15% !important;}
.mb150 {margin-bottom:15% !important;}
.pt70{padding-top:10% !important;}
.adjust{padding: 0 5%;}
}
