﻿	@charset "utf-8";

/* ---------------------------------------------
	cmn_style.css

	index
	1 - Base font
	2 - font style
	3 - text color
	4 - clearfix
	5 - float
	6 - preset width
	5 - preset margin
	6 - inline align
	7 - block align
	8 - tools
	9 - JavaScript Class
--------------------------------------------- */


/* ---------------------------------------------
	1 - Base 
--------------------------------------------- */

.common *{
 margin:0;
 padding:0;
 font-size:12px;
 line-height:1.5;
 font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333;
}

.common ul{
 list-style: none;
}

.common img{
 border:0;
}

.common a {
	text-decoration: underline;
	outline: none;
}
.common a:hover {
	text-decoration: none;
}



/* ---------------------------------------------
	2 - font style
--------------------------------------------- */
.common .fNormal  { font-weight: normal;}
.common .fBold   { font-weight: bold;}
.common .fItalic { font-style: italic;}

.common .fSSS { font-size: 70%;}
.common .fSS  { font-size: 78%;} /* base 12px =  8px */
.common .fS   { font-size: 85%;} /* base 12px = 10px */
.common .fM   { font-size: 100%;}
.common .fL   { font-size: 115%;}/* base 12px = 14px */
.common .fLL  { font-size: 130%;}/* base 12px = 16px */
.common .fLLL { font-size: 143%;}/* base 12px = 18px */
.common sup {
	font-size: 78%;
	vertical-align: top;
}
.common sub {
	font-size: 78%;
	vertical-align: baseline;
}

/* ---------------------------------------------
	3 - text color
--------------------------------------------- */
.common .txtColor1 { color: #007f4b;}
.common .txtColor2 { color: #007f4b;}
.common .txtColor3 {}
.common .txtColor4 {}
.common .txtColor5 {}


/* ---------------------------------------------
	preset margin 
--------------------------------------------- */
.common .mt00 { margin-top:  0   !important;}
.common .mt05 { margin-top:  5px !important;}
.common .mt10 { margin-top: 10px !important;}
.common .mt12 { margin-top: 12px !important;}
.common .mt15 { margin-top: 15px !important;}
.common .mt20 { margin-top: 20px !important;}
.common .mt25 { margin-top: 25px !important;}
.common .mt30 { margin-top: 30px !important;}
.common .mt35 { margin-top: 35px !important;}
.common .mt40 { margin-top: 40px !important;}
.common .mt45 { margin-top: 45px !important;}
.common .mt50 { margin-top: 50px !important;}

.common .mr00 { margin-right:  0   !important;}
.common .mr05 { margin-right:  5px !important;}
.common .mr10 { margin-right: 10px !important;}
.common .mr12 { margin-right: 12px !important;}
.common .mr15 { margin-right: 15px !important;}
.common .mr20 { margin-right: 20px !important;}
.common .mr25 { margin-right: 25px !important;}
.common .mr30 { margin-right: 30px !important;}
.common .mr35 { margin-right: 35px !important;}
.common .mr40 { margin-right: 40px !important;}
.common .mr45 { margin-right: 45px !important;}
.common .mr50 { margin-right: 50px !important;}

.common .mb00 { margin-bottom:  0   !important;}
.common .mb05 { margin-bottom:  5px !important;}
.common .mb10 { margin-bottom: 10px !important;}
.common .mb12 { margin-bottom: 12px !important;}
.common .mb15 { margin-bottom: 15px !important;}
.common .mb20 { margin-bottom: 20px !important;}
.common .mb25 { margin-bottom: 25px !important;}
.common .mb30 { margin-bottom: 30px !important;}
.common .mb35 { margin-bottom: 35px !important;}
.common .mb40 { margin-bottom: 40px !important;}
.common .mb45 { margin-bottom: 45px !important;}
.common .mb50 { margin-bottom: 50px !important;}

.common .ml00 { margin-left:  0   !important;}
.common .ml05 { margin-left:  5px !important;}
.common .ml10 { margin-left: 10px !important;}
.common .ml12 { margin-left: 12px !important;}
.common .ml15 { margin-left: 15px !important;}
.common .ml20 { margin-left: 20px !important;}
.common .ml25 { margin-left: 25px !important;}
.common .ml30 { margin-left: 30px !important;}
.common .ml30 { margin-left: 35px !important;}
.common .ml40 { margin-left: 40px !important;}
.common .ml45 { margin-left: 45px !important;}
.common .ml50 { margin-left: 50px !important;}


/* ---------------------------------------------
	preset padding 
--------------------------------------------- */
.common .pt00 { padding-top:  0   !important;}
.common .pt05 { padding-top:  5px !important;}
.common .pt10 { padding-top: 10px !important;}
.common .pt12 { padding-top: 12px !important;}
.common .pt15 { padding-top: 15px !important;}
.common .pt20 { padding-top: 20px !important;}
.common .pt25 { padding-top: 25px !important;}
.common .pt30 { padding-top: 30px !important;}
.common .pt35 { padding-top: 35px !important;}
.common .pt40 { padding-top: 40px !important;}
.common .pt45 { padding-top: 45px !important;}
.common .pt50 { padding-top: 50px !important;}

.common .pr00 { padding-right:  0   !important;}
.common .pr05 { padding-right:  5px !important;}
.common .pr10 { padding-right: 10px !important;}
.common .pr12 { padding-right: 12px !important;}
.common .pr15 { padding-right: 15px !important;}
.common .pr20 { padding-right: 20px !important;}
.common .pr25 { padding-right: 25px !important;}
.common .pr30 { padding-right: 30px !important;}
.common .pr35 { padding-right: 35px !important;}
.common .pr40 { padding-right: 40px !important;}
.common .pr45 { padding-right: 45px !important;}
.common .pr50 { padding-right: 50px !important;}

.common .pb00 { padding-bottom:  0   !important;}
.common .pb05 { padding-bottom:  5px !important;}
.common .pb10 { padding-bottom: 10px !important;}
.common .pb12 { padding-bottom: 12px !important;}
.common .pb15 { padding-bottom: 15px !important;}
.common .pb20 { padding-bottom: 20px !important;}
.common .pb25 { padding-bottom: 25px !important;}
.common .pb30 { padding-bottom: 30px !important;}
.common .pb35 { padding-bottom: 35px !important;}
.common .pb40 { padding-bottom: 40px !important;}
.common .pb45 { padding-bottom: 45px !important;}
.common .pb50 { padding-bottom: 50px !important;}

.common .pl00 { padding-left:  0   !important;}
.common .pl05 { padding-left:  5px !important;}
.common .pl10 { padding-left: 10px !important;}
.common .pl12 { padding-left: 12px !important;}
.common .pl15 { padding-left: 15px !important;}
.common .pl20 { padding-left: 20px !important;}
.common .pl25 { padding-left: 25px !important;}
.common .pl30 { padding-left: 30px !important;}
.common .pl30 { padding-left: 35px !important;}
.common .pl40 { padding-left: 40px !important;}
.common .pl45 { padding-left: 45px !important;}
.common .pl50 { padding-left: 50px !important;}


/* ---------------------------------------------
	inline align
--------------------------------------------- */
.common .inlineL { text-align: left;}
.common .inlineC { text-align: center;}
.common .inlineR { text-align: right;}


/* ---------------------------------------------
	vertical align
--------------------------------------------- */
.common .vlineT { vertical-align: top    !important;}
.common .vlineM { vertical-align: middle !important;}
.common .vlineB { vertical-align: bottom !important;}


/* ---------------------------------------------
	6 - preset width
--------------------------------------------- */
.common .wHalf  { width: 48%;}
.common .wTri   { width: 33%;}
.common .wQuart { width: 24%;}
.common .wFull  { width: 99.9%;}
.common .wMax   { width: 100%;}

/* table */
.common .tw03 { width:  3% !important;}
.common .tw05 { width:  5% !important;}
.common .tw10 { width: 10% !important;}
.common .tw13 { width: 13% !important;}
.common .tw15 { width: 15% !important;}
.common .tw20 { width: 20% !important;}
.common .tw25 { width: 25% !important;}
.common .tw30 { width: 30% !important;}
.common .tw35 { width: 35% !important;}
.common .tw40 { width: 40% !important;}
.common .tw45 { width: 45% !important;}
.common .tw50 { width: 50% !important;}


/* ---------------------------------------------
	5 - float
--------------------------------------------- */
.common .fltL {
	display: inline;
	float: left;
}
.common .fltR {
	display: inline;
	float: right;
}
.common .ft {
	overflow: hidden;
	zoom: 1;
}


/* ---------------------------------------------
	imgBox 
--------------------------------------------- */
.common .imgBoxL,
.common .imgBoxR {
	display: block;
	min-height: 1%;
}
.common .imgBoxL:after,
.common .imgBoxR:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .common .imgBoxL,
* html .common .imgBoxR {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
	.common .imgBoxL .fltImg {
		display: inline;
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.common .imgBoxR .fltImg {
		display: inline;
		float: right;
		margin-bottom: 15px;
		margin-left: 15px;
	}


/* ---------------------------------------------
	4 - clearfix
--------------------------------------------- */
/*clearfix*/
.clear{
 clear:both;
}
.clearfix:after{
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
.clearfix{
 display: inline-table;
 min-height: 1%;
 overflow:hidden;
}
/*Hides from MacIE \*/
* html .clearfix{zoom: 1;}
*:first-child+html .clearfix {zoom: 1;}
.clearfix{display: block;}
/*Hides from MacIE */


/* ---------------------------------------------
	block align
--------------------------------------------- */
.common .blockC { text-align: center;}
	.common .blockC .block {
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
	/* ie 6 Fix */
	* html .common .blockC .block {
		margin-right: 0;
		margin-left: 0;
	}
.common .blockR { text-align: right;}
	.common .blockR .block {
		margin-left: auto;
		text-align: left;
	}
	/* ie 6 Fix */
	* html .common .blockR .block {
		margin-left: 0;
	}


/* ---------------------------------------------
	tools
--------------------------------------------- */
.common .clear { 
	clear: both;
}

.common .block  { display: block;}
.common .inline { display: inline;}
.common .hide   { display: none;}

.common .nobg {
	background: none !important;
}

.common .underLine { text-decoration: underline;}
.common .noLine    { text-decoration: none;}

/* ---------------------------------------------
	コーディングマーカー
--------------------------------------------- */
.common .atode { border: 2px solid #9966CC; padding: 10px; text-align: center; background-color: #FF99FF; font-size: 30px; color: #FFF;}


