﻿@charset "UTF-8";

.section{
	margin:0 10px;
}

.section.open{
	margin:0 10px 10px;
}

.section h2{
	margin:0 -10px 2px;
	padding:15px 10px;
	color:#62542b;
	font-size:18px;
	font-weight:bold;
	background:url(../img/btn_open.png) no-repeat 97% center #f9e2ac;
	background-size:20px;
	-webkit-background-size:26px;
}

.section.open h2{
	margin:0 -10px 10px;
	background:url(../img/btn_close.png) no-repeat 97% center #f9e2ac;
	background-size:20px;
	-webkit-background-size:26px;
}

.section p{
	margin:0 0 10px;
	font-size:16px;
	line-height:1.4;
}

.section p em{
	font-weight:bold;
	font-style:normal;
}

.section dl:after{
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

.section dl dt{
	width:30px;
	height:30px;
	margin:0 10px 10px 0;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	background-color:#ff9900;
	-webkit-border-radius:20px;
	clear:both;
	float:left;
}

.section dl dd{
	min-height:2em;
	margin-bottom:10px;
	font-size:16px;
	line-height:1.4;
	overflow:auto;
}

.section dl dd a{
	color:#00a0e9;
	text-decoration:underline;
}

.section dl dd em{
	font-weight:bold;
	font-style:normal;
}
