@charset "UTF-8";
/* =============================================================================
	Last Up Date	2013.5.8
============================================================================= */

html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,legend {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
address,caption,cite,code {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
}
caption,th {
	text-align: left;
}
ul {
	list-style: none;
}
img,table,fieldset {
	border: 0;
}
img,object,embed {
	vertical-align: bottom;
}
legend {
	color: #333333;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/* 汎用
----------------------------------------------------------------------------- */
/* 位置 */
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.left {
	text-align: left !important;
}
.vtop {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
/* 回り込み */
.fLeft {
	float: left !important;
}
.fRight {
	float: right !important;
}
.clear {
	clear: both !important;
}
br.clear {
	clear: both !important;
	height: 0 !important;
	line-height: 0 !important;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* リンク */
a.ov:hover img {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* 調整用
----------------------------------------------------------------------------- */
/* フォント */
.f10 { font-size:10px !important; line-height:120%; }
.f12 { font-size:12px !important; line-height:150%; }
.f14 { font-size:14px !important; line-height:150%; }
.f16 { font-size:16px !important; line-height:150%; }
.f18 { font-size:18px !important; line-height:150%; }
.f20 { font-size:20px !important; line-height:150%; }
.f22 { font-size:22px !important; line-height:150%; }
.f24 { font-size:24px !important; line-height:150%; }
.bold{ font-weight:bold !important; }
.normal { font-weight:normal !important; }

/* インデント */
.in1{ display:block;padding-left:1em;text-indent:-1em; }
.in2{ display:block;padding-left:2em;text-indent:-2em; }
.in3{ display:block;padding-left:3em;text-indent:-3em; }

/* フォントカラー */
.red { color:#ff0000 !important; }
.darkred { color:#b81c22 !important; }
.orange { color:#ff6600 !important; }

/* マージン */
.mb00 { margin-bottom:0!important; }
.mb05 { 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; }
.mb55 { margin-bottom:55px!important; }
.mb60 { margin-bottom:60px!important; }
.mb65 { margin-bottom:65px!important; }
.mb70 { margin-bottom:70px!important; }
.mb75 { margin-bottom:75px!important; }
.mb80 { margin-bottom:80px!important; }
.mb85 { margin-bottom:85px!important; }
.mb90 { margin-bottom:90px!important; }
.mb95 { margin-bottom:95px!important; }
.mb100 { margin-bottom:100px!important; }

.mt00 { margin-top:0!important; }
.mt05 { 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; }
.mt55 { margin-top:55px!important; }
.mt60 { margin-top:60px!important; }
.mt65 { margin-top:65px!important; }
.mt70 { margin-top:70px!important; }
.mt75 { margin-top:75px!important; }
.mt80 { margin-top:80px!important; }
.mt85 { margin-top:85px!important; }
.mt90 { margin-top:90px!important; }
.mt95 { margin-top:95px!important; }
.mt100 { margin-top:100px!important; }

.ml00 { margin-left:0!important; }
.ml05 { margin-left:5px!important; }
.ml10 { margin-left:10px!important; }
.ml15 { margin-left:15px!important; }
.ml20 { margin-left:20px!important; }
.ml25 { margin-left:25px!important; }
.ml30 { margin-left:30px!important; }
.ml35 { margin-left:35px!important; }
.ml40 { margin-left:40px!important; }
.ml45 { margin-left:45px!important; }
.ml50 { margin-left:50px!important; }
.ml80 { margin-left:80px!important; }
.ml100 { margin-left:100px!important; }
.ml150 { margin-left:150px!important; }
.ml200 { margin-left:200px!important; }

.mr00 { margin-right:0!important; }
.mr05 { margin-right:5px!important; }
.mr10 { margin-right:10px!important; }
.mr15 { margin-right:15px!important; }
.mr20 { margin-right:20px!important; }
.mr25 { margin-right:25px!important; }
.mr30 { margin-right:30px!important; }
.mr35 { margin-right:35px!important; }
.mr40 { margin-right:40px!important; }
.mr45 { margin-right:45px!important; }
.mr50 { margin-right:50px!important; }
.mr100 { margin-right:100px!important; }
.mr150 { margin-right:150px!important; }
.mr200 { margin-right:200px!important; }

.m10 { margin:10px!important; }

/* パディング */
.pb00 { padding-bottom:0!important; }
.pb05 { 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; }

.pt00 { padding-top:0!important; }
.pt05 { 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; }

/* 幅 */
.w20 { width:20px!important; }
.w40 { width:40px!important; }
.w60 { width:60px!important; }
.w80 { width:80px!important; }
.w100 { width:100px!important; }
.w120 { width:120px!important; }
.w140 { width:140px!important; }
.w160 { width:160px!important; }
.w180 { width:180px!important; }
.w200 { width:200px!important; }
.w220 { width:220px!important; }
.w240 { width:240px!important; }
.w260 { width:260px!important; }
.w265 { width:265px!important; }
.w280 { width:280px!important; }
.w300 { width:300px!important; }
.w320 { width:320px!important; }
.w340 { width:340px!important; }
.w360 { width:360px!important; }
.w380 { width:380px!important; }
.w400 { width:400px!important; }
.w420 { width:420px!important; }
.w440 { width:440px!important; }
.w460 { width:460px!important; }
.w480 { width:480px!important; }
.w500 { width:500px!important; }
.w520 { width:520px!important; }
.w660 { width:660px!important; }
.w710 { width:710px!important; }
.w920 { width:920px!important; }

/* 高さ */
.h20 { height:20px!important; }
.h40 { height:40px!important; }
.h60 { height:60px!important; }
.h80 { height:80px!important; }
.h100 { height:100px!important; }
.h120 { height:120px!important; }
.h140 { height:140px!important; }
.h160 { height:160px!important; }
.h180 { height:180px!important; }
.h200 { height:200px!important; }
.h220 { height:220px!important; }
.h240 { height:240px!important; }
.h260 { height:260px!important; }
.h280 { height:280px!important; }
.h300 { height:300px!important; }
.h320 { height:320px!important; }
.h340 { height:340px!important; }
.h360 { height:360px!important; }
.h380 { height:380px!important; }
.h400 { height:400px!important; }
.h420 { height:420px!important; }
.h440 { height:440px!important; }
.h460 { height:460px!important; }
.h480 { height:480px!important; }
.h500 { height:500px!important; }

/* スクロール高さ */
.mh380 {
	height: auto;
	max-height: 380px!important;
}