@charset "UTF-8";
@import url("../../css/common.sp02.css");

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

body {
	background: #ecf3f8;
	background: url(../img/bg1.png) repeat-y top / 100% auto;
}

#main {
	margin: 44px auto 0;
	padding: 16px 0;
	background: url(../img/main.png) repeat-y center / 100% auto;
}

#main h1 {
	font-size: 3em;
	line-height: 1;
	color: #ffffff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#main p {
	margin: 20px auto;
}

#main p span {
	font-weight: 700;
}

/* ---------------------------------------------------------
	CSS Document contents
--------------------------------------------------------- */

#contents {
	width: 100%;
	margin: 0px auto 60px;
	padding: 0 20px;
	color: #333333;
}

#contents section {
	padding: 10px 0;
}


#contents section .inner {
	width: 100%;
	margin: 0px auto;
}

#contents .about {
	text-align: left;
	margin: 30px auto 20px;
	color: #03537e;
	font-weight: 700;
	border-bottom: solid 1px #03537e;
}

#contents .about span {
	position: relative;
	display: block;
}

#contents h3 {
	text-align: left;
	line-height: 1.5;
	margin-top: 3em;
	font-weight: 700;
	/* margin-left: 0.5em; */
}

#contents p {
	text-align: left;
	margin: 2em auto;
	line-height: 2.2;
}

#contents ul {
	list-style: none;
	margin-left: 2em;
	text-align: left;
}

#contents figure {
	margin: 2em auto 3em;
	padding: 20px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid lightgray;
}

#contents figure img {
	width: 100%;
	margin: 0px auto 1em;
}

#contents figure img.w50 {
	width: 100%;
}

#contents figure img.w35 {
	width: 100%;
}

#contents figure figcaption {
	text-align: left;
}

#contents .mt0 {
	margin-top: 0px;
}

#contents .mb0 {
	margin-bottom: 0px;
}