@charset "Shift_JIS";

/***** explanation_area *****/
#primary .explanation_area {
	clear: both;
	height: auto;
	width: auto;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

/***** advertise_area *****/

#advertise_area {
	width: 550px;
	display: block;
	height: auto;
}
#advertise_area h3 {
	clear: both;
}
#advertise_area .titlebox {
	font-size: 16px;
	background-color: #CCFFFF;
	display: block;
	margin-top: 15px;
	position: relative;
	clear: both;
	height: auto;
	width: auto;
	line-height: normal;
}
#advertise_area .titlebox2 {
	font-size: 16px;
	background-color: #CCFFFF;
	display: block;
	margin-top: 20px;
	position: relative;
	clear: both;
	height: auto;
	width: auto;
	line-height: normal;
	border-bottom-style: none;
	margin-bottom: 10px;
}

#advertise_area ul {
	display: block;
	clear: both;
	height: auto;
	width: 550px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
#advertise_area li {
	list-style-type: none;
}
#advertise_area li img {
	display: block;
	padding: 0px;
	float: left;
	height: auto;
	width: 270px;
	margin-top: 10px;
}

#advertise_area .space10down {
	display: block;
	margin-bottom: 10px;
}

#advertise_area .space_r10 {
	margin-right: 10px;
	float: left;
	width: 270px;
}
#advertise_area .adv_last {
	display: block;
	clear: both;
	height: auto;
	margin-bottom: 10px;
}
#advertise_area .section_last {
	display: block;
	margin-bottom: 10px;
}

/***** アコーディオン *****/
label {
	color: #fff;
	padding: 10px;
	display: block;
	margin: 0;
	border: 1px solid #fff;
	font-size: 14px;
	text-decoration: underline;
	background-color: #FFA500;
	font-weight: bold;
}

input[type="checkbox"].on-off{
    display: none;
}

.repletion ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.repletion li {
	padding: 5px;
	text-align: left;
	line-height: 20px;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: auto;
}
#advertise_area #stand_lst {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 550px;
}
#advertise_area #stand_lst li {
	width: 550px;
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	height: auto;
	margin-bottom: 10px;
	line-height: 16px;
}
#advertise_area #stand_lst li img {
	height: 89px;
	width: 133px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#advertise_area .sw_clears {
	clear: both;
}
