@charset "utf-8";

div#bodybox {
	background-image: url(../img/header_bg001.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0;
	margin: 0;
	width: auto;
	position: relative;
}

div#containerbox {
	padding: 0;
	margin: 0;
	width: auto;
	position: relative;
}

div#container {
	margin: 0;
	padding: 20px 0 0 0;
	width: auto;
	position: relative;
	background-image: url(../img/footer_bg001.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #fff;
}

div#contents {
	padding:40px 0 100px 0;
	margin: 0 auto;
	position: relative;
	max-width: 980px;
}




/*--------------------------------------------
　■［タイトル］
--------------------------------------------*/

div#title {
	background-color: #FCF8E4;
	height: 70px;
}

div#title h2 {
	height: 45px;
	width: 860px;
	position: relative;
	padding: 25px 0 0 120px;
	color: #333;
	font-size: 24px;
	margin: 0 auto;
}

div#title h2 span {
	background-image: url(../img/title_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 100px;
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
	z-index: 1000;
}

body#profile #title h2 span {
	background-position: left top;
}

body#message #title h2 span {
	background-position: -100px top;
}

body#activity #title h2 span {
	background-position: -200px top;
}

body#media #title h2 span {
	background-position: -300px top;
}

body#blog #title h2 span {
	background-position: -400px top;
}

body#faq #title h2 span {
	background-position: -500px top;
}

body#request #title h2 span {
	background-position: -600px top;
}

body#contact #title h2 span {
	background-position: -700px top;
}

body#information #title h2 span {
	background-position: -800px top;
}

body#special #title h2 span {
	background-position: -900px top;
}

body#consultation #title h2 span {
	background-position: -700px top;
}





/*--------------------------------------------
　■［本文共通］
--------------------------------------------*/

div#main {
	margin: 0;
	padding: 0;
	width: auto;
	text-align: left;
	position: relative;
	min-height: 300px;
}

div#main h2 {
	color: #333;
	font-size: 30px;
	margin: 10px 0 50px 0;
	line-height: 130%;
}

div#main h3 {
	color: #333;
	font-size: 20px;
	margin: 10px 0 15px 0;
	line-height: 130%;
}

div#main p {
	margin: 0 0 1.5em 0;
}

div#main div.pagenavi {
	margin: 3em 0 3em 0;
	text-align: center;
	position: relative;
}

div#main div.pagenavi p.btn {
	margin: 5px;
	display: inline-block;
	min-width: 120px;
}

div#main div.pagenavi p.btn a {
	margin: 5px;
	display: block;
	background-color: #f4a341;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
}


/*--------------------------------------------
■［video］
--------------------------------------------*/

div#main p.video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 1.5em;
}

div#main p.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}



/*--------------------------------------------
■［レスポンシブ］
--------------------------------------------*/

@media screen and (max-width: 768px) {

	div#title {
		height: auto;
	}

	div#title h2 {
		height: auto;
		width: auto;
		padding: 0.5em 0 0.5em 80px;
		font-size: 1.2em;
	}

	div#title h2 span {
		transform: scale(0.5, 0.5);
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		z-index: inherit;
	}

	div#main {
		padding: 0 10px;
		min-height: inherit;
	}
}