/*
Theme Name: wako
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 
License: 
License URI: 
Tags: 
Text Domain: 
*/

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	height: 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;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

.Clear { clear: both; }
.SpNo { display: none; }

/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------bodyのスタイル---------------------------------------------------------------*/
html {
	height: 100%;
}
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 {
	width: 100%;
	height: 45px;
	padding-top: 5px;
	background: #736357;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
div#SpMenu button {
	display: block;
	width: 115px;
	height: 40px;
	margin: 0 10px;
	padding: 0;
	border: 0 none;
	background: url(/webpro/fujiei-color/img/sp/sp_menu.png) no-repeat left center;
	line-height: 0;
	text-indent: -99999px;
	overflow: hidden;
	font-size: 0;
	cursor: pointer;
}


/*------------SideMenuのスタイル---------------------------------------------------------------*/
#SideMenu{
	background: #736357;
	box-shadow: 0px 0 10px rgba(0,0,0,0.9) inset;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.9) inset;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.9) inset;
}
#SideMenu h2 {
	width: 100%;
	margin: 0 auto 10px;
	padding: 15px 0;
	background: #fff;
	line-height: 0;
	text-indent: -99999px;
	overflow: hidden;
	font-size: 0;
}
#SideMenu h2 a {
	display: block;
	width: 90%;
	height: 70px;
	margin: 0 auto;
	padding: 15px 0;
	background: #fff url(/webpro/fujiei-color/img/title.png) no-repeat center center;
	background-size: contain;
	line-height: 0;
	text-indent: -99999px;
	overflow: hidden;
	font-size: 0;
}
#SideMenu ul li { border-top: 1px hidden; }
#SideMenu ul {
	width: 100%;
	height: 100%;
	list-style: none;
}
#SideMenu ul li a {
	display: block;
	padding: 1.2em 0.3em 1.2em 1em;
	border-bottom: 1px solid rgba(42,42,42,1);
	box-shadow: 0px 1px 1px -1px rgba(156,156,156,1);
	-webkit-box-shadow: 0 1px 1px -1px rgba(156,156,156,1);
	-moz-box-shadow: 0 1px 1px -1px rgba(156,156,156,1);
	line-height: 1.2;
	font-size: 116%;
	color: #fff;
}
#SideMenu ul li ul li a {
	padding-left: 2.5em;
	text-indent: -1em;
}
#SideMenu ul li ul li ul li a {
	padding-left: 3.5em;
	text-indent: -1em;
}
#SideMenu ul li ul li a:before { content: "■ "; }
#SideMenu ul li ul li ul li a:before { content: "・"; }
#SideMenu ul li a:hover {
	background: rgba(255,255,255,0.4);
	text-decoration: none;
}
#SideMenu ul li a span {
	display: inline-block;
	width: 15%;
	float: right;
}


/*------------Containerのスタイル---------------------------------------------------------------*/
div#InContainer {
	width: 100%;
	height: 100%;
	background: #fff url(/webpro/fujiei-color/img/bg.gif) repeat-x left bottom;
	background-attachment: fixed;
	margin-top: 60px;
	position: absolute;
	top: 0;
	z-index: 10;
}


/*------------Headerのスタイル---------------------------------------------------------------*/
div#Header {
	width: 100%;
	margin: 0 auto;
	padding: 65px 0 40px;
	overflow: hidden;
}
div#Header h1 {
	width: 96%;
	margin: 0 auto 20px;
}
div#Header h1 a {
	display: block;
	height: 0;
	padding-top: 14.24581005586592%;
	background: url(/webpro/fujiei-color/img/title.png) no-repeat left top;
	background-size: cover;
	text-indent: -9999999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
div#Header h2 {
	width: 232px;
	height: 20px;
	margin: 10px auto;
	background: url(/webpro/fujiei-color/img/sub_title.png) no-repeat right center;
	text-indent: -9999999px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
div#Header p {
	width: 250px;
	margin: 0 auto;
	text-align: right;
}

/*------------Contentsのスタイル---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	overflow: hidden;
}

/*------------Wrap------------------------------------------------------------*/
div#Wrap {
	width: 96%;
	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: 100%; }


/*------------Side------------------------------------*/
div#Side { display: none; }


/*------------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 dl dd { margin-right: 1em; }
div#FooterTxt dl dd:nth-last-of-type(1) { margin-right: 0; }
div#FooterTxt dl * { display: inline; }
div#FooterTxt span,
div#FooterTxt a {
	text-decoration: none;
	color: #736357;
}


/*------------Color---------------------------------------------------------------*/
div#Color ul {
	width: 300px;
	margin: 0 auto -30px;
	list-style: none;
	overflow: hidden;
}
div#Color ul li {
	width: 140px;
	margin-right: 10px;
	margin-bottom: 30px;
	float: left;
	text-align: center;
}
div#Color ul li:nth-child(2n) { 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; }