@charset "utf-8";
/* CSS Document */


/* 基本設定クリア */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: #000;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

h1, h2 {
	font-weight: bold;
	font-family: 'Dancing Script', cursive, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

h3, h4, h5, h6 {
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
	text-decoration: none;
}

.main-contents a {
	color: #e38d6e;
}
	
ul {
	list-style: none;
}

.clear {
	overflow: hidden;
	zoom: 1;
}

.dance {
	font-weight: bold;
	font-family: 'Dancing Script', cursive, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* 基本のレイアウト */

body {
	background: #324930;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}

.profile {
	margin: 0 auto;
	max-width: 960px;
}

.profile-contents {
	padding: 20px 4.1666666%;/* 40px/960px */
}

.wrapper-header {
	border-top: solid 6px #324930;
	background: #fff;
}

.header {
	margin: 0 auto;
	max-width: 960px;
}

.wrapper-gnavi {
	background: #fff;
	border-bottom: solid 2px #324930;
}

.gnavi {
	margin: 0 auto;
	max-width: 960px;
}

.wrapper-category {
	border-top: solid 5px #446442;
	background: #568453;
}

.category {
	margin: 0 auto;
	max-width: 960px;
}

.wrapper-main {
//	background: #deeedd;
//	background: #ecf6eb;
	background: #ededed;
}

.main {
	margin: 0 auto;
	max-width: 960px;
	background: #fff;
}

.main-contents {
	padding: 30px 4.1666666%;/* 40px/960px */
}

.footer-contents {
	margin: 0 auto;
	max-width: 960px;
}

/* top_box */

.profile img {
	float: left;
	margin: 0 4.1666666% 0 0;/* 20px/880px */
}

.profile-contents p {
	padding: 10px 0 0 0;
	font-size: 0.8em;
	color: #fff;
}

/* header */

.nav-profile {
	position: relative;
	height: 45px;
	font-size: 56%;
}

.nav-profile a {
	display: block;
	padding: 5px 0 0 0;
	width: 90px;
	height: 40px;
	background: #324930;
	border-radius: 0 0 45px 45px;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
	position: absolute;
	right: 4.1666666%;/* 40px/960px */
}

.nav-profile a:hover {
	color: #ddd;
}

.nav-profile a:active {
	color: #bbb;
}

.header-contents{
	background-image:url(../images/leaf_head.png);
}

header {
	font-size: 260%;
}

header h1 {
	margin: 0 0 0 4.1666666%;/* 40px/960px */
	height: 79px;
	font-size: 0.8em;
}

/* global_navi */

.gnavi li {
	float: left;
	width: 33.333333%;
	font-size: 1.3em;
	text-align: center;
}

.gnavi li a {
	display: block;
	padding: 15px 0;
	border-right: solid 1px #ddd;
}

.gnavi li:last-child a {
	border-right: none;
}

.gnavi li a:hover {
	padding: 15px 0 10px 0;
	border-bottom: solid 5px #c3f2c0;
}

.gnavi li a:active{
	border-bottom: solid 5px #8dcb89;
}

/* category */

.category p {
	padding: 30px 4.1666666% 10px 0;/* 40/960px */
	text-align: right;
	font-size: 1.8em;
	line-height: 0.9em;
	color: #fff;
}

/* main-contents */

.main-contents h1 {
	margin: 0 0 0.7em 0;
	padding: 15px 0 15px 36px;
	background-image:url(../images/leaf_h1.png);
	background-repeat: no-repeat;
	background-position: left 38%;
	font-size: 1.7em;
	font-weight: bold;
	color: #568453;
}

.main-contents h2 {
	margin: 2em 0 1em 0;
	padding: 2px 0 2px 24px;
	border-bottom: solid 1px #8dcb89;
	background-image:url(../images/leaf_h2.png);
	background-repeat: no-repeat;
	background-position: left 38%;
	font-size: 1.2em;
	font-weight: bold;
	color: #568453;

}

.main-contents h3 {
	margin: 0 0 0.5em 0;
	font-weight: bold;
	color: #568453;
}

.main-contents p {
	margin: 0 0 1em 0;
	line-height: 1.8em;
}

.main-contents p.lead {
	margin: 0 0 1em 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #568453;
}

/* footer */

footer p {
	padding: 30px 4.1666666%;/* 40px/960px */
	text-align: right;
	color: #fff;
	background-image:url(../images/leaf_footer.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 0.9em;
}


/* 記事本文中の画像 */

/*.main-contents{
	overflow: hidden;
	clear: both;
}*/

article img{
	border: none;
	max-width: 100%;
	height: auto;
}

.aligncenter{
	display: block;
	margin: 10px auto;
}

.alignright{
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

.alignleft{
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}

/*****************************************/
/* レスポンシブ　スマホ向け　幅600px以下 */
/*****************************************/
@media screen and (max-width:600px) {
	/* header */
	.nav-profile {
		height: 30px;
		font-size: 56%;
	}
	
	.nav-profile a {
		padding: 5px 0 0 0;
		height: 25px;
		border-radius: 0 0 5px 5px;
		font-size: 0.8em;
	}
	
	.header-contents{
		background-image:url(../images/leaf_head.png);
		background-repeat: no-repeat;
		background-position: left bottom;
	}

	header {
		font-size: 220%;
	}
		
	header h1 {
		height: 53px;
		font-size: 0.7em;
	}
	
	/* gnavi */	
	.gnavi li {
		font-size: 1.1em;
	}
	
	/* category */
	.category p {
		padding: 20px 4.1666666% 8px 0;/* 40/960px */
		font-size: 1.5em;
	}
	
	/* main-contents */
	.main-contents h1 {
		padding: 5px 0 5px 32px;
		font-size: 1.5em;
	}
	
	.main-contents p.lead {
		font-size: 1em;
	}
}