@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------*/
/*init*/
/*--------------------------------------------------*/
html{
	background:#FFF;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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, keygen, input, output, datalist,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, dialog, figcaption, figure,
footer, header, hgroup, menu, command, nav, section, summary,
time, mark, embed, audio, video, source,
progress, meter{
	margin:0;
	padding:0;
}
body{
	background:#FFF;
	border:0 none;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1;
	outline:0;
	-webkit-text-size-adjust: 100%;
	position: relative;
	min-width:990px;
}
	.sp_device{
		min-width:100%;
		font-size:16px;
	}
	
#main{
	
}


table,th,td{
	box-sizing:border-box;
	border-collapse:collapse;
	border-spacing:0;
}
img{
	border:0;
	vertical-align:top;
}
a{
  -webkit-transition:opacity 0.3s ease;
  -moz-transition   :opacity 0.3s ease;
  -ms-transition    :opacity 0.3s ease;
  -o-transition     :opacity 0.3s ease;
  transition        :opacity 0.3s ease;
}
input.alpha:hover,
.alpha a:hover img,
a.alpha:hover img,
a:hover img.alpha{
	opacity:0.75;
	filter:alpha(opacity=75);
}

address,em,th{
	font-style:normal;
	font-weight:normal;
}
ul,ol,li{
	list-style:none;
}
strong{
	font-weight:bold;
}
p,td{
	line-height:1.6;
}

a:link, a:visited{
  color:#333;
  text-decoration:none;
}
a:hover, a:active{
  color:#666;
  text-decoration:underline;
}

sup{vertical-align:text-top;}
sub{vertical-align:baseline;}


.pc_only{ display:block; }
.sp_only{ display:none; }

.sp_device .pc_only{ display:none; }
.sp_device .sp_only{ display:block; }
/*.sp_device img{ width:100%; height:auto;}*/



/*--------------------------------------------------*/
/*clearfix*/
/*--------------------------------------------------*/
.clearfix:after{content:""; display:table; clear:both;}
/*IE6, 7*/
.clearfix{* zoom:1;}


/*--------------------------------------------------*/
/*Utility*/
/*--------------------------------------------------*/
.flL{float:left !important;}
.flR{float:right !important;}
.flN{float:none !important;}

.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}

.pt0{padding-top:0px !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}
.pt40{padding-top:40px !important;}
.pt45{padding-top:45px !important;}
.pt50{padding-top:50px !important;}


.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;}

.pb0{padding-bottom:0px !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}
.pb40{padding-bottom:40px !important;}
.pb45{padding-bottom:45px !important;}
.pb50{padding-bottom:50px !important;}


.mr0{margin-right: 0 !important;}
.pl0{padding-left:0px !important;}
.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}

.pr0{padding-right:0px !important;}
.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}

.taL{text-align:left !important;}
.taC{text-align:center !important;}
.taR{text-align:right !important;}

.vaT{vertical-align: top !important;}
.vaM{vertical-align: middle !important;}
.vaB{vertical-align: bottom !important;}

.fwB{font-weight:bold !important;}
.fwN{font-weight:normal !important;}

.clB{clear: both !important;}

.red{color:#C00 !important;}
.blue{color:#00C !important;}


