@charset "UTF-8";

/*--------------------------------------------------------------------
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(../../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(../../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(../../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(../../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(../../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(../../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(../../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(../../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(../../img/title.png) no-repeat center 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(../../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%; }


/*------------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;
}