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


/*----------------------------------------------------------------------------
 ***                                                                    space
----------------------------------------------------------------------------*/
.mgb40{ margin-bottom:40px;}
.mgb30{ margin-bottom:30px;}
.mgb20{ margin-bottom:20px;}
.mgb15{ margin-bottom:15px;}
.mgb10{ margin-bottom:10px;}
.mgb5{ margin-bottom:5px;}
.mgb0{ margin-bottom:0;}

.mgt30{ margin-top:30px;}
.mgt20{ margin-top:20px;}
.mgt15{ margin-top:15px;}
.mgt10{ margin-top:10px;}
.mgt5{ margin-top:5px;}
.mgt0{ margin-top:0;}

.mgr30{ margin-right:30px;}
.mgr20{ margin-right:20px;}
.mgr15{ margin-right:15px;}
.mgr10{ margin-right:10px;}
.mgr5{ margin-right:5px;}
.mgr0{ margin-right:0;}

.mg30{ margin:30px;}
.mg20{ margin:20px;}
.mg15{ margin:15px;}
.mg10{ margin:10px;}
.mg5{ margin:5px;}
.mg0{ margin:0;}


.pdt15{ padding-top:15px;}
.pdt20{ padding-top:20px;}

/*----------------------------------------------------------------------------
 ***                                                                    text
----------------------------------------------------------------------------*/
.tac{ text-align:center;}
.tar{ text-align:right;}
.tal{ text-align:left;}
.ol{ text-decoration:line-through;}
.txtColorBl{ polor:#0033FF;}
.txtColorRd{ polor:#CC3300;}
.txtColorGn{ color:#6ab9c7;}
.txtColorPk{ color:#e48691;}
.txtColorWt{ color:#fff;}
.txtColorYe{ color:#F6EB69;}
.txtSizeSS{ font-size:74%}
.txtSizeS{ font-size:86%}
.txtSizeL{ font-size:120%}
.txtSizeLL{ font-size:146%}
.attention{ color:#CF000C;}
.attentionMtoM{ color:#E4007F;}
.attenG{ color:#666; text-align:right; margin:0;}
.planudBlock{ border-bottom: 2px solid #EAFF00; color:#E3017F;}

.floatR{ float:right;}
.floatL{ float:left;}

.imgfloatR{ float:right;}
.imgfloatR span,
.imgfloatR img{	padding-left:14px;}

.imgfloatL{ float:left;}
.imgfloatL span,
.imgfloatL img{	padding-right:14px;}

.pcHidden{ display:none;}
.spHidden{ display:block;}


/*----------------------------------------------------------------------------
 ***                                                                   img
----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
 ***                                                                   table
----------------------------------------------------------------------------*/
table {
	border-collapse:collapse;
	margin-bottom:10px;
}
td,th {
	line-height:1.8em;
	padding: 3px;
	border: 1px solid #CCC;
}
th{
	font-weight: bold;
}
.hec{ background:#F3F7FF;}

/* 幅　-------------------*/
.twA{ width:auto;}
.tw5{ width:5%;}
.tw10{ width:10%;}
.tw20{ width:20%;}
.tw25{ width:25%;}
.tw30{ width:30%;}
.tw33{ width:33%;}
.tw34{ width:34%;}
.tw35{ width:35%;}
.tw40{ width:40%;}
.tw45{ width:45%;}
.tw50{ width:50%;}
.tw60{ width:60%;}
.tw70{ width:70%;}
.tw80{ width:80%;}
.tw90{ width:90%;}
.tw100{ width:100%;}


/*----------------------------------------------------------------------------
***                                                                    display
----------------------------------------------------------------------------*/
.flex{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:start; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.dispBlock{display: block;}
.dispInBlock{display: inline-block;}
.dispInFlex{display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex;}
.dispFlex{display: -webkit-box; display: -ms-flexbox; display: flex;}
.dispFlexWrap{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; }
.flex-wrap{-ms-flex-wrap:wrap; flex-wrap:wrap;}
.flex-noWrap{-ms-flex-wrap:nowrap; flex-wrap:nowrap;}
.flex-column{-webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; }
.j-cont-s{-webkit-box-pack:start; -ms-flex-pack:start; justify-content:start; }
.j-cont-l{-webkit-box-pack:left; -ms-flex-pack:left; justify-content:left; }
.j-cont-r{-webkit-box-pack:right; -ms-flex-pack:right; justify-content:right; }
.j-cont-c{-webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; }
.j-cont-sb{-webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; }
.j-cont-sa{-ms-flex-pack:distribute; justify-content:space-around; }
.a-items-c{-webkit-box-align:center; -ms-flex-align:center; align-items:center; }
.a-items-s{-webkit-box-align:start; -ms-flex-align:start; align-items:start; }
.a-items-fe{-webkit-box-align:end; -ms-flex-align:end; align-items:flex-end; }
.order01{-webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; }
.order02{-webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; }
.order03{-webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; }
.order04{-webkit-box-ordinal-group:5; -ms-flex-order:4; order:4; }
.order05{-webkit-box-ordinal-group:6; -ms-flex-order:5; order:5; }
.order06{-webkit-box-ordinal-group:7; -ms-flex-order:6; order:6; }



