@charset "utf-8";
/* CSS Document */


/*----------------------------------------------------------------------------
 ***                                                                    space
----------------------------------------------------------------------------*/
.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{color:#0033FF;}
.txtColorRd{color:#CC3300;}
.txtSizeSS{ font-size:74%}
.txtSizeS{ font-size:86%}
.txtSizeL{ font-size:120%}
.txtSizeLL{ font-size:146%}
.attention{ color:#FF0000;}
.attentionMtoM{ color:#E4007F;}
.attenG{ color:#666; text-align:right; margin:0;}
.planudBlock{ border-bottom:2px solid #EAFF00; color:#E3017F; cursor: pointer;}

.floatR{ float:right;}
.floatL{ float:left;}

.floatRImg{ float:right;}
.floatRImg span,
.floatRImg img{	padding-left:8px;}

.floatLImg{ float:left;}
.floatLImg span,
.floatLImg img{	padding-right:8px;}

.imgfloatR{ float:right;}
.imgfloatR span,
.imgfloatR img{	padding-left:8px;}

.pcNone,
.sp {
  display: none;
}

.spNone,
.pc {
  display: block;
}

.pink {
	border-bottom: 2px solid #FBABB6;
	width: 100%;
}
.red {
	border-bottom: 2px solid #FB36A7;
	width: 100%;
}
.blue {
	border-bottom: 2px solid #5BB8DA;
	width: 100%;
}
.gleen {
	border-bottom: 2px solid #DFDF5A;
	width: 100%;
}
.black {
	border-bottom: 2px solid #000000;
	width: 100%;
}
.orange {
	border-bottom: 2px solid #FFA608;
	width: 100%;
}

/*----------------------------------------------------------------------------
 ***                                                                   img
----------------------------------------------------------------------------*/

img {
  max-width: 100%;
  height: auto;
}

/*----------------------------------------------------------------------------
 ***                                                                   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%;}






