@charset "utf-8";
/* CSS Document */

/*-------------------------------------
 layout
--------------------------------------*/
.left {float:left; display:inline;}
.right {float:right; display:inline;}
.center {text-align:center;}
.clear {clear:both;}

.ml3 {margin-left:3px;}
.mr3 {margin-right:3px;}
.mt3 {margin-top:3px;}
.mb3 {margin-bottom:3px;}

.ml5 {margin-left:5px;}
.mr5 {margin-right:5px;}
.mt5 {margin-top:5px;}
.mb5 {margin-bottom:5px;}

.ml8 {margin-left:8px;}
.mr8 {margin-right:8px;}
.mt8 {margin-top:8px;}
.mb8 {margin-bottom:8px;}

.ml10 {margin-left:10px;}
.mr10 {margin-right:10px;}
.mt10 {margin-top:10px;}
.mb10 {margin-bottom:10px;}

.ml15 {margin-left:15px;}
.mr15 {margin-right:15px;}
.mt15 {margin-top:15px;}
.mb15 {margin-bottom:15px;}

.ml20 {margin-left:20px;}
.mr20 {margin-right:20px;}
.mt20 {margin-top:20px;}
.mb20 {margin-bottom:20px;}

.ml30 {margin-left:30px;}
.mr30 {margin-right:30px;}
.mt30 {margin-top:30px;}
.mb30 {margin-bottom:30px;}

.ml40 {margin-left:40px;}
.mr40 {margin-right:40px;}
.mt40 {margin-top:40px;}
.mb40 {margin-bottom:40px;}

.ml50 {margin-left:50px;}
.mr50 {margin-right:50px;}
.mt50 {margin-top:50px;}
.mb50 {margin-bottom:50px;}

.ml60 {margin-left:60px;}
.mr60 {margin-right:60px;}
.mt60 {margin-top:60px;}
.mb60 {margin-bottom:60px;}

.ml80 {margin-left:80px;}
.mr80 {margin-right:80px;}
.mt80 {margin-top:80px;}
.mb80 {margin-bottom:80px;}

/* -- padding 適宜追加 -- */
.pt5 {padding-top:5px!important;}
.pt8 {padding-top:8px!important;}
.pt10 {padding-top:10px!important;}
.pt20 {padding-top:20px!important;}
.pl15 {padding-left:15px;}
.pt15 {padding-top:15px!important;}
.pb5 {padding-bottom:5px!important;}
.pb10 {padding-bottom:10px!important;}
.pb15 {padding-bottom:15px;}

.pl20 {padding-left:20px;}
.pr20 {padding-right:20px;}


.pb25 {padding-bottom:25px;}

.pl30 {padding-left:30px;}
.pr30 {padding-right:30px;}
.pt30 {padding-top:30px;}
.pb30 {padding-bottom:30px;}

.pb35 {padding-bottom:35px;}

.pt40 {padding-top:40px;}
.pb40 {padding-bottom:40px;}

.pb60 {padding-bottom:60px;}

.pb80 {padding-bottom:80px;}

.dNone {display:none!important;}


/*-------------------------------------
 font
--------------------------------------*/
.bold {font-weight:bold;}
.larger {font-size:117%;}
.smaller {font-size:83%;}
.ls {letter-spacing:-0.1em;}
.underline {text-decoration:underline;}

.red {color:#CC0000;}
.orange {color:#FF6600;}
.blue {color:#0066FF;}
.green {color:#009900;}
.yellow {color:#FFFF00;}
.black {color:#000000;}
.white {color:#FFFFFF;}

.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
/*-------------------------------------
 text
--------------------------------------*/
p {
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:160%;
}
.tr{
	text-align:right;
}
.tc{
	text-align:center;
}
.tl{
	text-align:left;
}

/* インデント処理 */
.ind1H { text-indent:-1.5em; margin-left:1.5em; }
.ind2 { text-indent:-2em; margin-left:2em; }
.ind2H { text-indent:-2.5em; margin-left:2.5em; }
.ind3 { text-indent:-3em; margin-left:3em; }

/* 行間処理 */
.lh100 {line-height:100%;}
.lh120 {line-height:120%;}
.lh140 {line-height:140%;}
.lh160 {line-height:160%;}
.lh180 {line-height:180%;}
.lh200 {line-height:200%;}



/*-------------------------------------
 form
--------------------------------------*/

input, textarea {line-height:1.4; padding:0; vertical-align:middle; border:1px solid #ccc; margin-bottom:5px; }

input[type="checkbox"],
input[type="radio"] {vertical-align:text-bottom;}
input[type="submit"] {padding:0.1em;}
input[type="image"] {border:none;}

legend {background:#fff; padding:0.3em;}
select {padding:0;}

	/* for IE6 */
	* html input {padding:0.1em;}
	
	* html input.checkbox,
	* html input.radio {vertical-align:-0.3em;}

	* html input.submit {line-height:1.2; padding-top:0.2em;}
	
	* html select {vertical-align:-0.2em;}
	
	/* for IE7 */
	*+html input {padding:0.1em;}
	
	*+html input.submit {line-height:1.2; padding-top:0.2em;}
	
	*+html select {vertical-align:-0.2em;}

	/* for Opera9.27 */
	html:first-child input {padding:0.1em;}
	
	html:first-child input[type="checkbox"],
	html:first-child input[type="radio"] {vertical-align:middle;}

	html:first-child input[type="submit"] {padding:0.3em;}
	
	html:first-child select {padding:0.2em 0.5em;}

	/* for Opera9.5+ [Safari3 & Chrome] */
	body:first-of-type input {padding:0.1em;}

	body:first-of-type input[type="checkbox"],
	body:first-of-type input[type="radio"] {vertical-align:text-top;}
	
	body:first-of-type input[type="submit"] {padding:0.3em 0.3em 0.2em 0.3em;}

	/* for Safari3 & Chrome */
	html:not(:only-child:only-child) input {padding:0; vertical-align:baseline;}
	
	html:not(:only-child:only-child) select {vertical-align:0;}	

/* 汎用幅指定 */
.w60 {width:60px;}
.w80 {width:80px;}
.w100 {width:100px;}
.w150 {width:150px;}
.w200 {width:200px;}
.w250 {width:250px;}
.w300 {width:300px;}
.w350 {width:350px;}
.w400 {width:400px;}
.w450 {width:450px;}
.w500 {width:500px;}

/*-------------------------------------
 clearfix
--------------------------------------*/
.clearfix:after { content:" ";/* 20100826追加 */ display:block; height:0; clear:both; visibility:hidden; font-size:0.1em;/* 20100826追加 */ line-height:0;/* 20100826追加 */ }
.clearfix { display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */

	/* for IE6 */
	* html .clearfix {display:inline-block;}
	
	/* for IE7 */
	*+html .clearfix {display:inline-block;}