@charset "UTF-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

html, body {
	height: 100%;
	font-family: Arial, Roboto, Verdana, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(../../img/space.gif);
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: Arial, Roboto, Verdana, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(../../img/space.gif);
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: Arial, Roboto, Verdana, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(../../img/space.gif);
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: Arial, Roboto, Verdana, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	background-image: url(../../img/space.gif);
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: #2e2f2f;
}

a:hover {
	text-decoration: underline;
	color: #666;
}

a:hover img {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

.Clear {
	clear: both;
}

/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------bodyのスタイル---------------------------------------------------------------*/
body {
	height: 100%;
	background: #fff;
	line-height: 1.6;
	font-size: 16px;
	color: #2e2f2f;
}

div#PageTop a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../../img/pagetop.png) no-repeat left top;
	position: fixed;
	bottom: 0;
	right: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}


/*------------SpMenuのスタイル---------------------------------------------------------------*/
div#SpMenu {
	height: 45px;
	padding-top: 5px;
	background: #fff url(../../img/sp_menu_bg.gif) repeat-x left bottom;
}
div#SpMenu button {
	display: block;
	width: 115px;
	height: 40px;
	margin: 0 10px;
	padding: 0;
	border: 0 none;
	background: url(../../img/sp_menu.png) no-repeat left top;
	line-height: 0;
	text-indent: -99999px;
	overflow: hidden;
	font-size: 0;
	cursor: pointer;
}


/*------------SideMenuのスタイル---------------------------------------------------------------*/
#SideMenu{ background: #fff; }
#SideMenu h2{
	width: 230px;
	height: 81px;
	margin: 0;
	background: url(../../sp_img/logo.png) no-repeat center top;
	line-height: 0;
	text-indent: -99999px;
	overflow: hidden;
	font-size: 0;
}
#SideMenu ul {
	width: 100%;
	height: 100%;
	list-style: none;
}
#SideMenu ul li a {
	display: block;
	padding: 1.2em 0.3em;
	font-size: 116%;
}
#SideMenu ul li a:before { content: "●"; }
#SideMenu ul li ul li { padding-left: 1em; }
#SideMenu ul li ul li a:before { content: "○"; }


/*------------Containerのスタイル---------------------------------------------------------------*/


/*------------Headerのスタイル---------------------------------------------------------------*/
div#Header { background: url(../../img/title_bg.jpg) no-repeat center top; }
/*------------------------InHeaderのスタイル------------*/
div#InHeader {
	width: 100%;
	margin: 0 auto;
	padding-top: 0.3em;
	overflow: hidden;
}
div#InHeader h1 {
	float: left;
	color: #fff;
}
div#InHeader ul {
	list-style: none;
	float: right;
	text-align: right;
	color: #fff;
}
div#InHeader ul li { display: inline; }
div#InHeader ul li a { color: #fff; }
/*------------------------Titleのスタイル------------*/
div#Title h2 {
	width: 100%;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
/*------------------------HeaderLogoのスタイル------------*/
div#HeaderLogo {
	width: 230px;
	height: 81px;
	margin: 0 auto;
	background: url(../../sp_img/logo.png) no-repeat left top;
	overflow: hidden;
}
div#HeaderLogo h2 a {
	display: block;
	height: 81px;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#HeaderLogo ul { display: none; }


/*------------Contentsのスタイル---------------------------------------------------------------*/
div#Contents {
	width: 99%;
	margin: 0 auto;
	padding-bottom: 80px;
	background: #fff;
}
/*------------------------Wrapのスタイル------------*/
div#Wrap {
	width: 100%;
	margin: 30px auto 0;
	overflow: hidden;
}
/*------------------------------------Panのスタイル------------*/
div#Pan {
	width: 100%;
	margin: 0 auto 20px;
}
div#Pan ul {
	list-style: none;
	width: 100%;
	overflow: hidden;
}
div#Pan ul li {
	padding-right: 0.5em;
	float: left;
}
div#Pan ul li:after { content: " >"; }
div#Pan ul li.EndPan:after { content: ""; }
div#Pan ul li a { color: #4164fb; }
/*------------------------------------Mainのスタイル------------*/
div#Main {
	width: 100%;
	margin: 0 auto;
}
div#Main h3 {
	padding: 0.15em 20px;
	background: url(../../img/sub_t01.gif) no-repeat left bottom;
	border: 1px solid #c1c2c2;
	line-height: 1.3;
	font-size: 200%;
}
div#Main div.InBox {
	width: 100%;
	margin: 20px auto 0;
	overflow: hidden;
}
div#Main div.InBox h4 {
	margin-bottom: 15px;
	padding: 0 10px 0.15em 10px;
	background: url(../../img/sub_t02.gif) no-repeat left bottom;
	line-height: 1.3;
	font-size: 166%;
}

/*------------------------------------Sideのスタイル------------*/
div#Side { display: none; }


/*------------Footerのスタイル---------------------------------------------------------------*/
div#Footer {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
/*------------------------InFooterのスタイル------------*/
div#InFooter {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
/*------------------------------------tableのスタイル------------*/
div#InFooter table { display: none; }
/*------------------------------------FooterLogoのスタイル------------*/
div#InFooter div#FooterLogo {
	width: 200px;
	margin: 0 auto;
}
div#InFooter div#FooterLogo h2 {
	height: 53px;
	background: url(../../img/small_logo.gif) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#InFooter div#FooterLogo div#FooterTel {
	width: 186px;
	margin: 25px auto 0;
}
div#InFooter div#FooterLogo div#FooterTel p,
div#InFooter div#FooterLogo div#FooterTel dl dt { display: none; }
div#InFooter div#FooterLogo div#FooterTel dl dd span,
div#InFooter div#FooterLogo div#FooterTel dl dd a {
	display: block;
	height: 36px;
	background: url(../../img/small_tel.gif) no-repeat center top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
/*------------------------FooterAddのスタイル------------*/
div#FooterAdd {
	width: 100%;
	margin-top: 50px;
	padding: 0.8em 0;
	background: #d5d5d5;
	text-align: center;
}
div#FooterAdd dl dt,
div#FooterAdd dl dd { display: inline-block; }
address {
	padding: 0.8em 0 50px;
	background: #979797;
	text-align: center;
	color: #fff;
}