@charset "UTF-8";

/* 基本クラス
----------------------------------------*/

/* リセット
----------------------------------------*/

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,  
pre, form, fieldset, figure, input, textarea, p, th, td, small {
	margin: 0;
	padding: 0;  
	font-size: 100%;
} 

img {
	border: 0;
	vertical-align: bottom;
}

ul {
	list-style: none;
}


/* レイアウト
----------------------------------------*/

html {
	height: 100%;
}

body {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.6;
	min-width: 1000px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	color: #000;
}

a {
	color: #fd75d7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline !important;
}

/* PCだけ表示 */
.visible_l {
	display: block !important;
}
img.visible_l,span.visible_l,br.visible_l {
	display: inline !important;
}

/* SPだけ表示 */
.visible_s,span.visible_s,img.visible_s,br.visible_s {
	display: none !important;
}


/*clearfix
----------------------------------------*/
.clearfix { zoom:1; }

.clearfix:after {
	content: "";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0;
}


/*float
----------------------------------------*/
.clear { clear: both !important; }
.float_n { float: none !important; }
.float_l { float: left; }
.float_r { float: right; }

.img_float_l {
	float: left;
	margin-right: 20px;
}

.img_float_r {
	float: right;
	margin-left: 20px;
}

.align_l { text-align: left !important; }
.align_c { text-align: center !important; }
.align_r { text-align: right !important; }
.valign_m { vertical-align: middle !important; }

/*color
----------------------------------------*/

.color_red { color: #dd0000;}
.color_blue { color: #62b5d1; }
.color_pink { color: #fd75d7; }
.color_orange { color: #ff7011; }
.color_gray { color:#999; }
.color_black { color:#000; }


/*font-size
----------------------------------------*/

.font10 { font-size: 77% !important; }
.font11 { font-size: 85% !important; }
.font12 { font-size: 93% !important; }
.font13 { font-size: 100% !important; }
.font14 { font-size: 108% !important; }
.font15 { font-size: 116% !important; }
.font16 { font-size: 123.1% !important; }
.font17 { font-size: 131% !important; }
.font18 { font-size: 138.5% !important; }
.font19 { font-size: 146.5% !important; }
.font20 { font-size: 153.9% !important; }
.font21 { font-size: 161.6% !important; }
.font22 { font-size: 167% !important; }
.font23 { font-size: 174% !important; }
.font24 { font-size: 182% !important; }
.font25 { font-size: 189% !important; }
.font26 { font-size: 197% !important; }
.fontb { font-weight: bold !important; }
.fontm {
	font-weight: normal !important;
	text-shadow: 1px 0 0 #535453;
	white-space: nowrap;
}


/*margin
----------------------------------------*/

/*top*/
.mt0{ margin-top: 0px !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; }
.mt50{ margin-top: 50px !important; }

/*bottom*/
.mb0 { margin-bottom: 0px !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; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }

/*right*/
.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; }

/*left*/
.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; }

.m_auto { 
	margin-left: auto; 
	margin-right: auto; 
}



/* padding
----------------------------------------*/


/*width
----------------------------------------*/
.w10per { width: 10%; }
.w20per { width: 20%; }
.w25per { width: 25%; }


/* display
---------------------------------------------------------- */
.hidden {
	display: none;
}

/* hr
---------------------------------------------------------- */
hr {
	clear: both;
    border: none;
    height: 2px;
    background: url(../img/common/img_hr.png) repeat-x;
    color: #FFFFFF;
	margin: 15px 15px 15px 25px;
}

/* img
----------------------------------------*/
.img_100per {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.hidden {
	display: none;
}