/*
Theme Name: wako
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 
License: 
License URI: 
Tags: 
Text Domain: 
*/

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "メイリオ", Meiryo, Arial, Roboto, Verdana, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(/webpro/fujiei-color/img/space.gif);
}
table, caption, th, td {
	font-family: "メイリオ", Meiryo, Arial, Roboto, Verdana, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(/webpro/fujiei-color/img/space.gif);
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "メイリオ", Meiryo, Arial, Roboto, Verdana, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	background-image: url(/webpro/fujiei-color/img/space.gif);
}
a {
	outline: none;
	text-decoration: none;
	color: #2a2b2b;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
img, iframe { vertical-align: bottom; }
* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

.Clear { clear: both; }
.PcNo { display: none; }


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------bodyのスタイル---------------------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	background: #fff url(/webpro/fujiei-color/img/bg.gif) repeat-x left bottom;
	background-attachment: fixed;
	overflow-y: scroll;
	line-height: 1.6;
	font-size: 13px;
	color: #736357;
}

/*IE6・7用*/
*body { overflow: auto; }

div#PageTop a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(/webpro/fujiei-color/img/pagetop.png) no-repeat left top;
	position: fixed;
	bottom: 1%;
	right: 1%;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}


/*------------SpMenuのスタイル---------------------------------------------------------------*/
div#SpMenu { display: none; }


/*------------SideMenuのスタイル---------------------------------------------------------------*/
div#SideMenu { display: none; }


/*------------Containerのスタイル---------------------------------------------------------------*/
div#InContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
}


/*------------Headerのスタイル---------------------------------------------------------------*/
div#Header {
	width: 826px;
	margin: 0 auto;
	padding: 65px 0 40px;
	overflow: hidden;
}
div#Header h1 {
	width: 358px;
	float: left;
}
div#Header h1 a {
	display: block;
	height: 55px;
	background: url(/webpro/fujiei-color/img/title.png) no-repeat left top;
	text-indent: -9999999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
div#Header h2 {
	width: 232px;
	height: 55px;
	padding-left: 40px;
	background: url(/webpro/fujiei-color/img/sub_title.png) no-repeat right center;
	float: left;
	text-indent: -9999999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
div#Header p {
	padding-top: 2.7em;
	float: right;
}

/*------------Contentsのスタイル---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	overflow: hidden;
}

/*------------Wrap------------------------------------------------------------*/
div#Wrap {
	width: 840px;
	margin: 0 auto;
	padding: 0 0 60px;
	overflow: hidden;
}

/*------------Pan------------------------------------------------------------*/
div#Pan {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
}
div#Pan ul {
	width: 100%;
	overflow: hidden;
	list-style: none;
	text-align: left;
}
div#Pan ul li {
	padding-right: 0.5em;
	float: left;
	font-size: 92.30769230769231%;
	color: #aba19a;
}
div#Pan ul li a { color: #aba19a; }
div#Pan ul li:after {
	padding-left: 0.5em;
	content: ">";
}
div#Pan ul li:nth-last-of-type(1):after { content: ""; }


/*------------Main------------------------------------*/
div#Main {
	width: 570px;
	float: right;
}


/*------------Side------------------------------------*/
div#Side {
	width: 214px;
	float: left;
}
div#Side ul {
	width: 100%;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}
div#Side ul li {
	width: 100%;
	margin-bottom: 20px;
}
div#Side ul li dl dt {
	padding: 2px 7px 12px;
	background: url(/webpro/fujiei-color/img/side_shadow.png) no-repeat center top;
}
div#Side ul li dl dt span {
	display: block;
	width: 200px;
	height: 35px;
	overflow: hidden;
}
div#Side ul li dl dt span img { margin-top: -30%; }
div#Side ul li dl dd {
	width: 190px;
	margin: 0 auto;
	background: url(/webpro/fujiei-color/img/side_arrow.png) no-repeat right center;
}
div#Side ul li dl dd span {
	display: block;
	height: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
div#Side ul li#SBtn01 dl dd span { background-image: url(/webpro/fujiei-color/img/side_txt01.png); }
div#Side ul li#SBtn02 dl dd span { background-image: url(/webpro/fujiei-color/img/side_txt02.png); }
div#Side ul li#SBtn03 dl dd span { background-image: url(/webpro/fujiei-color/img/side_txt03.png); }
div#Side ul li#SBtn04 dl dd span { background-image: url(/webpro/fujiei-color/img/side_txt04.png); }
div#Side ul li#SBtn05 dl dd span { background-image: url(/webpro/fujiei-color/img/side_txt05.png); }
div#Side ul li#SBtn06 dl dd span { background-image: url(/webpro/fujiei-color/img/side_txt06.png); }
div#Side ul li#SBtn07 dl dd span { background-image: url(/webpro/fujiei-color/img/side_txt07.png); }
div#Side ul li#SBtn08 dl dt { display: none; }
div#Side ul li#SBtn08 dl dd { margin-top: 60px; }
div#Side ul li#SBtn08 dl dd span { background-image: url(/webpro/fujiei-color/img/side_txt08.png); }


/*------------Footerのスタイル---------------------------------------------------------------*/
div#Footer {
	padding: 0 0 30px;
	text-align: center;
	font-size: 92.30769230769231%;
}
/*------------FooterTxtのスタイル------------------------*/
div#FooterTxt {
	width: 100%;
	padding: 5px 0;
	text-align: center;
}
div#FooterTxt h2,
div#FooterTxt p,
div#FooterTxt dl dd { margin-right: 1em; }
div#FooterTxt dl dd:nth-last-of-type(1) { margin-right: 0; }
div#FooterTxt * { display: inline; }


/*------------Color---------------------------------------------------------------*/
div#Color ul {
	width: 100%;
	margin-bottom: -60px;
	list-style: none;
	overflow: hidden;
}
div#Color ul li {
	width: 150px;
	margin-right: 60px;
	margin-bottom: 60px;
	float: left;
	text-align: center;
}
div#Color ul li:nth-child(3n) { margin-right: 0; }
div#Color ul li a { color: #736357; }
div#Color ul li a:hover { text-decoration: none; }
div#Color ul li dl dt { border: 1px solid #d4d5d5; }
div#Color ul li dl dt img { vertical-align: bottom; }
div#Color ul li dl dd { margin-top: 10px; }
div#Color div.InBox {
	width: 300px;
	margin: 0 auto;
}
div#Color div.InBox h3 {
	margin-top: 20px;
	font-size: 138.4615384615385%;
}
div#Color div.InBox div.Txt {
	font-size: 115.3846153846154%;
}



/*------------ページリンク共通のスタイル(一覧)---------------------------------------------------------------*/
div.pagination {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
div.pagination ul {
	width: 100%;
	list-style: none;
	text-align: center;
}
div.pagination ul li { display: inline; }
div.pagination .page-numbers {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	background: transparent;
	border: 1px solid #736357;
	line-height: 1.2;
	color: #736357;
}
div.pagination .page-numbers:hover {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	border: 1px solid #736357;
	background: #736357;
	text-decoration: none;
	line-height: 1.2;
	color: #fff;
}
div.pagination  span.page-numbers {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 0 none;
	background: inherit !important;
	line-height: 1.2;
	font-weight: bold;
	color: #2a2b2b;
}
div.pagination  span.page-numbers:hover {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 0 none;
	background: inherit !important;
	line-height: 1.2;
	font-weight: bold;
	color: #2a2b2b;
}


/*------------ページリンク共通のスタイル(詳細)---------------------------------------------------------------*/
div.PageSend01 {
	width: 90%;
	margin: 30px auto 0;
}
div.PageSend01 ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div.PageSend01 .PSBtn01 { float: left; }
div.PageSend01 .PSBtn02 { float: right; text-align: right; }
div.PageSend01 .PSBtn01 a,
div.PageSend01 .PSBtn02 a { color: #736357; }


/*------------404のスタイル---------------------------------------------------------------*/
div#NoPage {
	padding: 40px 0;
	text-align: center;
	font-size: 150%;
}


/*------------記事内画像位置処理のスタイル---------------------------------------------------------------*/
.alignleft {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}
.alignright {
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 10px;
}
.alignnone { clear: both; }