@charset "Shift_JIS";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#contentsBox {
	background: #FFF;
	padding: 10px 0 20px 0;
}

#contentsBox #main{
	background-color: yellow;
	background-image: url(../img/bg.gif);
}

#contentsBox .titleArea {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding:0px;
	margin:0;
}

#contentsBox .titleArea img{
	padding:0px;
	margin:0;
}


#contentsBox #ttl {
margin: 0;
padding:0 0 30px;
}
#contentsBox #ttl img {
	width: 100%;
	display:block;
}

#contentsBox .alert {
	width: 90%;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px;
	color: #F00;
	border:3px solid #F00;
	background: #FFF;
	margin:5px auto;
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　nav
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#area_navi{
width:100%;
list-style: none;
padding: 0;
margin: 0;
border: 0;
clear: both;
}

#area_navi li{
width:25%;
float: left;
padding: 0;
margin: 0;
border: 0;
}

#area_navi li img{
width:100%;
padding: 0;
margin: 0;
border: 0;
}


#plan .area_name{
padding:20px 0 5px;
clear: both;
}

#plan .area_name img{
	width:100%;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　カセット　共通
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#plan ul.cassetteType1, 
#plan ul.cassetteType2, 
#plan ul.cassetteType3 {
	width: 92%;
	margin: 0 auto 25px;
	overflow: hidden;
	padding: 0 0 10px 0;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; 
	line-height: 150%;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　カセット　type　共通
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#plan div.head {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#plan div.head img {
	width: 100%;
}

#plan li{
list-style: none;
}

#plan li.p_otoku {
	font-size: 15pt;
	font-weight:bold;
	color: #FFF;
	background-color:#FF007F;
	padding: 5px 0;
	margin-bottom: 5px;
	text-align: center;
}

#plan li.p_naiyo {
	font-size: 15pt;
	font-weight:bold;
	color: #FFF;
	background-color:#59B200;
	padding: 5px 0;
	margin-bottom: 5px;
	text-align: center;
}


#plan li.title {
	font-size: 10pt;
	line-height: 130%;
	font-weight: bold;
	color: #0B5992;
	padding: 10px 0 5px 0;
	border-top:dotted 1px #ccc;
	text-align: center;
	clear: both;
}
#plan li.sche {
	font-size: 10pt;
	color: #555555;
	padding: 4px 0 4px 0;
	text-align: center;
	border-left: 0px solid;
	border-right: 0px solid;
	border-bottom: 1px dotted #DBDBDB;
	border-top: 1px dotted #DBDBDB;
}
#plan li.color1 {
	background: #FFF;
}
#plan li.color2 {
	background: #FFF;
}
#plan li.color3 {
	background: #CEDCFF;
}
#plan li.color4 {
	background: #CEDCFF;
}
#plan li.color5 {
	background: #CEDCFF;
}

#plan li.osusume {
	clear: both;
	display: block;
	float: none;
	width: 94%;
	background: #FFF;
	text-align: left;
	margin: 10px auto 10px auto;
	padding: 5px;
	border: 2px solid #Fff;
	font-size: 10pt;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
}
#plan li.osusume img {
	width: 35%;
	margin-top: -17px;
	margin-bottom: 5px;
	display: block;
}
#plan li.btn01 img, 
#plan li.btn02 img {
	width: 100%;
}
#plan li.btn01 {
	width: 45%;
	float: left;
	margin-left: 3%;
}
#plan li.btn02 {
	width: 45%;
	float: left;
	margin-left: 3%;
	pading-top:10px;
}

#plan .both-border { 
	display:block;
	clear:both;
	height:1px;
	margin-bottom:5px;
	border-top:1px dotted #ccc;
}


#plan .c-both { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　カセット　type1
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#plan ul.cassetteType1{
		border:solid 2px #FF007F;
		background-color: #FFE2ED;
}

#plan ul.cassetteType1 li.pamphlet {
	width: 45%;
	margin-top: 5px;
	margin-left: 5%;
	margin-bottom: 5px;
	float:left;
}
#plan ul.cassetteType1 li.pamphlet img{
	width: 100%;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　カセット　type2
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#plan ul.cassetteType2{
		border:solid 2px #59B200;
		background-color: #FFF7C9;
		
}

#plan ul.cassetteType2 li.pamphlet {
	width: 45%;
	margin-top: 5px;
	margin-left: 5%;
	margin-bottom: 5px;
	float:left;
}
#plan ul.cassetteType2 li.pamphlet img{
	width: 100%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　カセット　type3
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#plan ul.cassetteType3 li.pamphlet {
	float: left;
	width: 30%;
	margin: 10px 0 10px 3%;
}
#plan ul.cassetteType3 li.pamphlet {
	float: left;
	width: 30%;
	margin: 15px 0 10px 3%;
}
#plan ul.cassetteType3 li.pamphlet img{
	width: 100%;
}
#plan ul.cassetteType3 li.price {
	float: right;
	width: 60%;
	margin: 15px 3% 0 0;
	color: #F00;
	font-size: 12pt;
	text-align: left;
}
#plan ul.cassetteType3 li.price strong{
	color: #F00;
	font-size: 16pt;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#plan ul.cassetteType3 li.comments {
	float: right;
	width: 60%;
	margin: 0px 3% 10px 0;
	text-align: left;
	font-size: 9pt;
	line-height: 1.3;
}

#contentsBox #douisho{
	padding: 0;
}

#contentsBox #douisho img{
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}

#contentsBox #cpn{
	padding:0;
}

#contentsBox #cpn img{
	width:100%;
	padding: 0;
	vertical-align: bottom;
}
