@charset "UTF-8";

h1 span {
	font-size: 30px;
}

h3.ttl01 {
	background: #21ABF2!important;
}

#leftBox {
	width: 380px;
	float: left;
	margin-bottom: 20px;
}

#rightBox {
	width: 430px;
	float: right;
	margin-bottom: 20px;
}

#mainBox {
	border: solid 2px #21ABF2;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

#mainBox h4 {
	background: #21ABF2;
	border-radius: 4px 4px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 4px 4px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 4px 4px 0 0 / 10px 10px 0 0;
	padding: 10px 0px;
	text-align: center;
	color: #FFF;
	font-size: 153.9%;
	font-weight: bold;
}

#mainBox #inBox {
	padding: 20px;
}

#mainBox #inBox #inBox02 {
	background: #fdece2;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	padding: 20px;
}

#mainBox #inBox #inBox02 h5 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #e37438;
	margin-bottom: 10px;
}

#mainBox #inBox #inBox02 p {
	float: left;
	width: 360px;
	padding-top: 20px;
}

#mainBox #inBox #inBox02 figure {
	float: right;
}

.mb20 {
	margin-bottom: 20px;
}

.mb40 {
	margin-bottom: 40px;
}

.clear {
	clear: both;
}

figure {
	margin: 0;
}