@charset "UTF-8";
/* CSS Document */
img {
	vertical-align: middle;
}
.layout5 {
	padding: 0 5%;
}
#content {
	background-color: #fcfbf4;
	background-size: 12px auto;
}
/* --------------------------------------------------------------------- */
/* header */
/* --------------------------------------------------------------------- */
header.global {
	position: relative;
	border-top: 3px solid #DF0006;
}
#logoArea h1 img {
	width: 230px;
}
#logoArea h1 {
	padding: 7px 0 7px 5%;
}
/* --------------------------------------------------------------------- */
/* main */
/* --------------------------------------------------------------------- */
#main .heading {
}
#main {
	background: url(../img/bg.png) center top no-repeat;
	background-color: #fffeb4;
	background-size: 200%;
}
#main .head {
	padding: 0 3%;
	border-bottom: solid 1px #fe7817;
}
#main .head .hd01,
#main .head .hd02 {
	line-height: 1.5;
	text-align: center;
}
#main .head .hd01 {
	border-top: solid 2px #ff5722;
	border-bottom: solid 2px #ff5722;
	font-weight: bold;
	color: #ff5722;
	padding: 5px 10px;
}
#main .head .hd02 {
	font-size: 12px;
	padding: 8px 10px;
}
/* --------------------------------------------------------------------- */
/* award */
/* --------------------------------------------------------------------- */
#award {
	padding: 0 0 10px 0;
	background: url(../img/bg_dot_yellow.png) center top repeat;
	background-size: 12px auto;
}
#award .ttl {
	background-color: #fe7817;
}
#award .ttl h2 {
	padding: 10px 5%;
	background: url(../img/ttl_bg.png) left top repeat;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}
#award .heading {
	padding: 10px 3% 0;
	font-size: 12px;
	color: #223A70;
	border-top: solid 1px #fe7817;
	font-weight:bold;
	line-height:1.6;
}
#award .heading span{
	color: #FF7043;
	font-size:inherit;
}
#award .heading img{
	width:40%;
	padding-left:5px;
	float:right;
}
#award ul {
	padding: 10px 0;
}
#award ul li {
	padding: 0 3%;
	margin: 15px 0;
}
#award .block {
	background-color: #ffffff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
#award .block .name {
	position: relative;
	padding: 8px 0;
	line-height: 1;
	text-align: center;
	background-color: #03a9f4;
	color: #ffffff;
}
#award .block .name:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 8px;
	top: -8px;
	width: 40px;
	height: 40px;
	background: url(../img/poem_item.png) left top no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#award .block .name:after {
	content: "さん";
	font-size: 10px;
}
#award .block .text {
	background-color: #ffffff;
	color: #223a70;
	line-height: 1.5;
	padding: 15px;
	font-weight: bold;
	font-size: 14px;
}
/* --------------------------------------------------------------------- */
/* footer */
/* --------------------------------------------------------------------- */
footer {
	padding: 5px;
	background: url(../img/footer_banner_background.png) left top repeat;
	text-align: center;
}
footer small {
	font-size: 11px;
}
