@charset "utf-8";
	
/* reset
------------------------------------------------ */
body,div,pre,p,a,img,form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
	margin: 0;
	padding: 0;
}
html { font-size: 62.5%; }
body {
	padding-bottom: 108px;
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 1rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", Verdana, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.6;
	color: #666;
}
ul,ol { list-style: none; }
img { width: 100%; border: none; vertical-align: top; }
a:link { color: #00f; text-decoration: none; }
a:visited { color: #00f; text-decoration: none; }
a:hover { text-decoration: underline; }

.hide { display: none; }
.fRed { color: #f00; }
.space { margin-top: 10px; }
.exSpace { margin-top: 30px; }
.spaceL { margin-left: 10px; }
.spaceR { margin-right: 10px; }
.center { text-align: center; }

/* clearfix
------------------------------------------------ */
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: ".";
}

.clearfix {
	clear: both;
	*zoom: 1;
}

/* nav_footer
------------------------------------------------ */
#nav_footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

/* gnav */
#gnav {
	height: 28px;
}

#gnav ul {
	width: 100%;
	height: 100%;
	border-top: solid rgba(255,255,255,.4) 1px;
	border-bottom: solid rgba(255,255,255,.4) 1px;
}

#gnav ul li {
	float: left;
	width: 20%;
	height: 100%;
	text-align: center;
	background: rgba(108,97,75,.5);
}

#gnav ul li span,
#gnav ul li a {
	display: block;
	height: 100%;
	border-right: solid rgba(255,255,255,.4) 1px;
}
#gnav ul li:first-child span,
#gnav ul li:first-child a { border-left: solid rgba(255,255,255,.4) 1px; }

#gnav ul li img { width: auto; height: 100%; }


/* footer2 */
#footer2 {
	position: relative;
	height: 80px;
	background: #f5dac9;
}

#logo {
	margin: 0 auto;
	padding: 13px 0 0;
	width: 140px;
	font-size: 1rem;
}

#footer2 .pc {
	position: absolute;
	top: 9px;
	right: 2%;
	width: 40px;
}

.subnav {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 3.5;
	background: #fff;
}

.subnav img {
	width: auto;
	zoom: .5;
	vertical-align: middle;
}

.subnav li {
	display: inline;
}

.subnav a {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: .2em;
}

/* contents
------------------------------------------------ */
#contents {
	position: relative;
	background: #fff;
	z-index: 1;
}

/* page_title */
#page_title {
	padding: 10px 0;
	background: #f5dac9;
	text-align: center;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.2;
}

#page_title img { width: auto; }

/* paging */
.paging {
	margin: 20px 0;
	text-align: center;
}

.paging a,
.paging span {
	margin: 0 .2em;
	padding: .5em .6em;
	border-radius: 3px;
	color: #6c624b;
}

.paging a { background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f6dece),color-stop(1,#f4d8c4)); border: solid #f2ccb1 1px; }
.paging a.on { background: #fff; border-color: #6c624b; font-weight: bold; }
.paging span { border: solid #fff 1px; }

/* recent_entry */
#recent_entry {
	margin-top: 20px;
}

#recent_entry h2 {
	padding: 10px 3%;
	background: #e7e4dd;
	font-size: 80%;
}

#recent_entry h2 img { width: auto; height: 15px; }

#recent_entry ul {
	}

#recent_entry ul li {
	border-bottom: solid #e7e4dd 1px;
}
#recent_entry ul li:last-child { border-bottom: none; }
#recent_entry ul li a { display: block; padding: 10px 3%; }

#recent_entry ul li span { display: inline-block; width: 20%; padding-right: 3%; vertical-align: middle; color: #999; }
#recent_entry ul li h3 { display: inline-block; width: 77%; vertical-align: middle; font-size: 100%; font-weight: bold; color: #6c614b; }

/* category */
#category {
	}

#category h2 {
	padding: 10px 3%;
	background: #e7e4dd;
	font-size: 80%;
}

#category h2 img { width: auto; height: 15px; }

#category ul {
	}

#category ul li {
	border-bottom: solid #e7e4dd 1px;
}
#category ul li:last-child { border-bottom: none; }
#category ul li a { display: block; padding: 10px 3%; color: #6c614b; }

