@charset "utf-8";

/***************************************
　　　　　初期設定（rest）
***************************************/
body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,address,del,em,strong,sub,sup,b,i,
dl,dt,dd,ol,ul,li,table,tr,th,td,form,label,input,textarea {
	margin: 0px;
	padding: 0px;
}


h1,h2,h3,h4,h5,h6,th,input,textarea,select {
	font-family: inherit;
	font-size: 100%;
	font-weight: normal;
}

body {
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;/* 16px */
	color: #404040;
	line-height: 1;
}

table,th,td {
	text-align: left;
	border: none;
}

ol,ul,li {
	list-style: none;
}

img {
	border: none;
	vertical-align: top;
}

.w100p { width: 100%;}

.vaTop { vertical-align: top !important; }
.vaBtm { vertical-align: bottom !important; }
.hide { display: none; }
.indent { text-indent: 1em; }



/***************************************
　　　　　リンク設定
***************************************/
a:link { color: #FFF; text-decoration: none; }
a:visited { color: #FFF; }
a:hover { color: #FFF; text-decoration: none; }



/***************************************
　　　　　テーブル設定
***************************************/
table{
	width: 100%;
	margin: 20px 0px;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}
tbody{ width:100%; }
th{
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	box-sizing: border-box;
}
td{ vertical-align: middle; }



/***************************************
　　　　　　clearfix設定
***************************************/
.clearfix { zoom: 1; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0.01px;
}


/***************************************
　　　　　FLOAT & ALONG設定
***************************************/
.floatL { float: left; }
.floatR { float: right; }

.taLeft { text-align: center !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }


/***************************************
　　　　　　フォント設定
***************************************/
.f-Pink{ color: #ff6c81; }
.f-Red{ color:#F00; }
.f-Green{ color:#01A73C; }
.f-Red2{ color:#DA1E79; }

.FontR{
	font-size:40px;
	color:#F00;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

.fontSS { font-size: 75%; }	/* 12px */
.fontS  { font-size: 87.5%; }	/* 14px */
.fontL  { font-size: 112.5%; }	/* 18px */

.txtBold { font-weight: bold; }
.txtBoldR { 
	font-weight: bold;
	color:#F00;
}



/***************************************
　　　　　　マージン設定
***************************************/
.M-T10 { margin-top: 10px !important; }
.M-T15 { margin-top: 15px !important; }
.M-T20 { margin-top: 20px !important; }
.M-T25 { margin-top: 25px !important; }
.M-T30 { margin-top: 30px !important; }
.M-T35 { margin-top: 35px !important; }
.M-T40 { margin-top: 40px !important; }
.M-T45 { margin-top: 45px !important; }
.M-T50 { margin-top: 50px !important; }

.M-L15 { margin-left: 15px !important; }
.M-L20 { margin-left: 20px !important; }
.M-L25 { margin-left: 25px !important; }
.M-L30 { margin-left: 30px !important; }
.M-L35 { margin-left: 35px !important; }
.M-L40 { margin-left: 40px !important; }
.M-L45 { margin-left: 45px !important; }
.M-L50 { margin-left: 50px !important; }

.M-R15 { margin-right: 15px !important; }
.M-R20 { margin-right: 20px !important; }
.M-R25 { margin-right: 25px !important; }
.M-R30 { margin-right: 30px !important; }
.M-R35 { margin-right: 35px !important; }
.M-R40 { margin-right: 40px !important; }
.M-R45 { margin-right: 45px !important; }
.M-R50 { margin-right: 50px !important; }

.M-B0  { margin-bottom:  0px !important; }
.M-B10 { margin-bottom: 10px !important; }
.M-B15 { margin-bottom: 15px !important; }
.M-B20 { margin-bottom: 20px !important; }
.M-B25 { margin-bottom: 25px !important; }
.M-B30 { margin-bottom: 30px !important; }
.M-B35 { margin-bottom: 35px !important; }
.M-B40 { margin-bottom: 40px !important; }
.M-B45 { margin-bottom: 45px !important; }
.M-B50 { margin-bottom: 50px !important; }


/***************************************
　　　　　　パディング設定
***************************************/
.P-T10 { padding-top: 10px !important; }
.P-T15 { padding-top: 15px !important; }
.P-T20 { padding-top: 20px !important; }
.P-T25 { padding-top: 25px !important; }
.P-T30 { padding-top: 30px !important; }
.P-T35 { padding-top: 35px !important; }
.P-T40 { padding-top: 40px !important; }
.P-T45 { padding-top: 45px !important; }
.P-T50 { padding-top: 50px !important; }

.P-L15 { padding-left: 15px !important; }
.P-L20 { padding-left: 20px !important; }
.P-L25 { padding-left: 25px !important; }
.P-L30 { padding-left: 30px !important; }
.P-L35 { padding-left: 35px !important; }
.P-L40 { padding-left: 40px !important; }
.P-L45 { padding-left: 45px !important; }
.P-L50 { padding-left: 50px !important; }

.P-R15 { padding-right: 15px !important; }
.P-R20 { padding-right: 20px !important; }
.P-R25 { padding-right: 25px !important; }
.P-R30 { padding-right: 30px !important; }
.P-R35 { padding-right: 35px !important; }
.P-R40 { padding-right: 40px !important; }
.P-R45 { padding-right: 45px !important; }
.P-R50 { padding-right: 50px !important; }

.P-B0  { padding-bottom:  0px !important; }
.P-B10 { padding-bottom: 10px !important; }
.P-B15 { padding-bottom: 15px !important; }
.P-B20 { padding-bottom: 20px !important; }
.P-B25 { padding-bottom: 25px !important; }
.P-B30 { padding-bottom: 30px !important; }
.P-B35 { padding-bottom: 35px !important; }
.P-B40 { padding-bottom: 40px !important; }
.P-B45 { padding-bottom: 45px !important; }
.P-B50 { padding-bottom: 50px !important; }
