/*---------------------------------*/
/*campaign*/
/*---------------------------------*/
div#body h2{
	margin:0;
	min-height:70px;
	padding:15px 0 0 0;
	text-align:center;
	border-top:3px solid #ccc;
	background:#fff url("../image/campaign_bg0.gif") no-repeat left top;
	color:#991f5c;
	font-size:120%;
}
div#body div.bottom{
	margin:2em 0 0 0;
	min-height:70px;
	text-align:center;
	background:#fff url("../image/campaign_bg1.gif") no-repeat left top;
	border-bottom:1px solid #d5a3bc;
}
div#body div.QandA{
	border:1px dotted #991F5C;
	padding:10px 15px;
	margin:10px 0;
}

div#body div.QandA h4{
	color:#991F5C;
}

div#body div.QandA p{
	margin-left:1em;
}
div#body div.QandA ul{
	margin-left:1em;
}
div#body div.QandA li{
	list-style: square;
}
div#body div.kokin{
	border:1px dotted #991F5C;
	padding:10px 15px;
	margin:10px 0;
}
div#body div.kokin h4{
	color:#991F5C;
}
div#body div.kokin p{

}

div#body div.info p{ 
	text-align: center;
	font-weight: bold;
	color: #9c3249;
	border:1px #9c3249 solid;
	background-color:#fee;
}
div#body div.info a{
	display:block;
}
div#body div.info a:hover{
	opacity:0.6;
}

div#body h3{
	margin-top:4em;
}
div#body h3.first{
	margin-top:0em;
}
div#body table {
	width:100%;
	border-top:none;
	border: 2px solid rgba(255,255,255,0.65);
	border-bottom: 1px solid #ccc;
}
div#body table.td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
div#body table.th{
	font-size:100%;
	font-weight:bold;
	/*color:#fff;*/
	background-color:#fee;
	border-bottom: 1px solid #ccc;
	/*border-right: 1px solid #ccc;*/
	padding:0.3em 1em;
	text-align:center;
	line-height: 1.2;
}
div#body table.thead th{
	border: none;
	padding-top:1em;
	text-align:center;
	font-weight:bold;
	color:#991F5C;
	background-color:#fff;
	border-bottom: 1px solid #ccc;
}

div#body table p{
	font-size:13px;
	text-align:left;
}


div#body table.price {
	border-top:none;
	border: 2px solid rgba(255,255,255,0.65);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div#body table.price td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
div#body table.price p{
	font-size:13px;
	text-align:left;
}

div#body div.QandA img{
	display:block;
	margin:10px auto;
}
div#body strong{
	color:#f00;
}
div#body .small{
	font-size:13px;
	margin:0 0 20px 0;
	text-align:left;
	color:#991f5c;
}

div#body h5{
	color:#991f5c;
	font-size:120%;
	margin:0px 0 20px 0;
	text-align:center;
}
div#body p.month{
	color:#991f5c;
	/*font-size:120%;*/
	margin:0px;
	padding: 0px;
	text-align:right;
	font-weight: bold;
}
span.price_a{
	font-size: 70%;

}
span.price_b{
	color:#991f5c;
	font-weight:bold;	
}
span.price_c{
	color:#991f5c;
	font-weight:normal;	
}
span.color1{
	color: #C03;
	font-weight:bold;	
}

span.color2{
	color:#FF0000;
	font-weight:bold;
}

span.color3{
	color:#FB711F;
	font-weight:bold;
}


div#body div.closet{
	padding:10px 15px;
	margin:10px 0;
}
div#body div.closet ul{
	margin-left:1em;
}
div#body div.closet li{
	list-style: disc;
}
div#body div.closet span.contact{
	color:red;
}

/**
 * スマートフォン端末用
**/

@media only screen and (max-width: 680px) {

div#body img {
	width: 100%;
	height: auto;
	display: block;
}

div#body h2{
	min-height: 0;
	background-size: 100% auto !important;
	padding: 10px 0 20px 0;
}

div#body p{
	padding-top: 0;
	margin-top: 0;
}

div#body h3{
	margin:1em 0 1em 0;
	padding-left:10px;
	border-left:4px solid #ccc;
}

div#body table {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

}