@charset "utf-8";

/* --------------------------------------------------------
基本サイズ：13px
	10px ｜ 77%
	11px ｜ 85%
	12px ｜ 93%
	13px ｜ 100%
	14px ｜ 108%
	15px ｜ 116%
	16px ｜ 124%
	17px ｜ 131%
	18px ｜ 139%
	19px ｜ 147%
	20px ｜ 154%
	21px ｜ 162%
	22px ｜ 170%
	23px ｜ 177%
	24px ｜ 185%
	25px ｜ 193%
	26px ｜ 200%
-------------------------------------------------------- */


/* --------------------------------------------------------
	reset style
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    list-style: none;
    font-weight: normal;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section, .article, .aside, .dialog, .figure, .footer, .header, .hgroup, .nav, .section {
    display: block;
}


/* --------------------------------------------------------
	layout
-------------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	font-size: 13px;
	background: #F3F3F3;
	color: #555;
}
#wrapper {
	margin: 0 auto;
	background: url("images/header_bg.jpg") repeat-x 0 0;
}
#header {
	margin: 0 auto;
	width: 900px;
	height: 134px;
	position: relative;
}
#container {
	margin: 0 auto 30px;
	width: 900px;
}
#content {
	margin: 20px auto;
	padding: 40px;
	border: 1px solid #DDD;
	-webkit-box-shadow: 3px 3px 5px 0 #CCC; /* Safari, Chrome用 */
	-moz-box-shadow: 3px 3px 5px 0 #CCC; /* Firefox用 */
	box-shadow: 3px 3px 5px 0 #CCC; /* CSS3 */
	background: #FFF url("images/bg_content.gif") no-repeat 100% 10px;
	overflow: hidden;
}
#sideR {
	float: right;
	width: 580px;
}
#sideL {
	float: left;
	width: 200px;
}
#footer {
	margin: 0 auto;
}

/* footer fix */
* {
   margin:0;
}
html,
body,
#wrapper {
	height: 100%;
}
body > #wrapper {
	height: auto;
	min-height: 100%;
}
#container {
	padding-bottom: 80px;
}
#footer {
	clear: both;
	position: relative;
	margin-top: -80px;
	height: 80px;
	width: 100%;
}


/* --------------------------------------------------------
	common
-------------------------------------------------------- */
/* link style */
a:link, a:visited  {
	color: #555;
	text-decoration: none;
}
a:hover, a:active {
	color: #EE79AE;
	text-decoration: none;
}

/* utility */
.mr0 {
	margin-right: 0 !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mtb {
	margin: 20px 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.box {
	overflow: hidden;
}
.alignLeft600 {
	float: left;
	width: 600px;
}
.alignLeft370 {
	float: left;
	width: 370px;
}
.alignRight {
	float: right;
	text-align: right;
	width: 180px;
}
.txtRight {
	text-align: right;
}

/* table */
table {
	border-spacing: 0;
	border-collapse: collapse;
	width:100%;
}
table th, td {
	padding: 0.5em 0;
	vertical-align: middle;
}
table th {
	font-weight: bold;
}

/* title */
#header h1 {
	position: absolute;
	left: 0;
	top: 10px;
	width: 150px;
	height: 44px;
}
#topRecommend h2, #contact h2 {
	margin-bottom: 15px;
}
#content h2 {
	margin-bottom: 40px;
}
#access_contact h3 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 124%;
}
#content h3 {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 124%;
}
.h3txt {
	text-align: center;
	font-weight: normal;
	background: url("images/h3.jpg") no-repeat 0 0;
	line-height: 60px;
	height: 60px;
}
h4 {
	background: url(images/h4.gif) repeat-x 0 0;
	line-height: 36px;
	height: 36px;
	margin-bottom: 1em;
	padding-left: 15px;
	font-size: 116%;
	font-weight: bold;
}
h5 {
	margin: 0 auto 1em;
	font-size: 116%;
	font-weight: bold;
}
h5::after {
	margin-top: 0.2em;
	display: block;
	content: "";
	background: -moz-linear-gradient(left, #DED2AD, #fff);
	background: -webkit-gradient(linear, right top, left top, from(#fff), to(#DED2AD));
	height: 2px;
}


/* --------------------------------------------------------
	header
-------------------------------------------------------- */
#header .tel {
	position: absolute;
	right: 0;
	top: 10px;
}

/* global navigation */
#globalNav {
	position: absolute;
	left: 0;
	top: 74px;
}
#globalNav li {
	float: left;
	width: 180px;
	height: 65px;
}


/* --------------------------------------------------------
	top page
-------------------------------------------------------- */
#mainVisual {
	margin-top: 1px;
	position: relative;
}
#mainVisual:before, #mainVisual:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
#mainVisual:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
#topRecommend, #contact {
	overflow: hidden;
}
#topRecommend p {
	margin: 0 10px;
	line-height: 1.4;
}
#topRecommend ul li {
	float: left;
	margin-right: 8px;
	width: 209px;
	background: #FFF;
	padding: 5px;
}
#topRecommend .btn_detail {
	text-align: right;
	margin-top: 1em;
}
#topContact {
    text-align: center;
    margin-bottom: 30px;
}
.comment {
	border-left: 3px solid #C2A861;
	padding-left: 10px;
}


/* --------------------------------------------------------
	content
-------------------------------------------------------- */
#sideR p {
	margin-bottom: 1em;
}
.indent {
	margin-left: 15px;
}
table.tblStyle02 {
	border: 1px solid #DED2AD;
}
table.tblStyle02 th {
	background: #F5F3E7;
	border: 1px dotted #DED2AD;
	padding: 0.5em 1em;
}
table.tblStyle02 td {
	background: #FFF;
	color: #CC0000;
	border: 1px dotted #DED2AD;
	text-align: center;
	padding: 0.5em 1em;
}
table.tblStyle01 th {
	width: 100px;
	text-align: left;
	border-bottom: 1px dotted #DDD;
}
table.tblStyle01 td {
	border-bottom: 1px dotted #DDD;
}
.thStyle1 {
	background: #FDFCF9 !important;
	text-align: left;
}
.thStyle2 {
	white-space: nowrap;
}
.tdStyle1 {
	color: #555 !important;
}
.tdStyle2 {
	color: #555 !important;
	text-align: left !important;
}
.tdStyle3 {
	text-align: right !important;
	color: #CC0000;
}
ul.attention {
	float: right;
	font-size: 93%;
	margin: 0 0 30px 15px;
}
ul.attention li {
	list-style-type: square;
	margin-bottom: 0.2em;
}
.recommendTitle {
	margin: 0 auto 30px;
	display: block;
}
ol.recommend li, ol.privacy li {
	list-style: decimal;
	margin: 0 0 10px 1.5em;
}
.recommend span {
	font-weight: bold;
	font-size: 108%;
	color: #857133;
	display: block;
	margin-bottom: 0.3em;
}
.recommend dt {
	font-weight: bold;
	font-size: 108%;
	color: #857133;
	display: block;
	background: url("images/ico_star.gif") no-repeat 0 0;
	padding-left: 25px;
	margin-bottom: 0.3em;
}
.recommend dd {
	margin: 0 0 1em 25px;
}
.recommendPoint {
	background: #FDFCF9;
	border: 1px solid #DED2AD;
	padding: 10px 20px;
}
.sitemap dl {
	margin-bottom: 25px;
	width: 60%;
}
.sitemap dl a {
	background: url("images/ico_arrow.gif") no-repeat 0 0;
	padding-left: 15px;
}
.sitemap dl dt {
	background: #F6F6F6;
	border-bottom: 1px dotted #CCC;
	padding: 5px 1em;
	margin-bottom: 10px;
}
.sitemap dl dd {
	margin: 0 0 5px 2em;
}


/* --------------------------------------------------------
	sidebar
-------------------------------------------------------- */
ul#sideNav {
	border-top: 1px dotted #CCC;
	margin-bottom: 30px;
}
ul#sideNav li {
	background: #FFF url("images/snav_off.gif") no-repeat 100% 1px;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px dotted #CCC;
}
ul#sideNav li a {
	color: #444;
	padding: 0 20px 0 10px;
	display: block;
}
ul#sideNav li a:hover,
ul#sideNav li.current {
	background: #FFF url("images/snav_on.gif") no-repeat 100% 0;
}
#sContact p {
	line-height: 1.5;
}
#sContact img {
	margin-bottom: 10px;
}


/* --------------------------------------------------------
	footer
-------------------------------------------------------- */
/* page top */
#page-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 93%;
}
#page-top a {
	background: #E63B86;
	text-decoration: none;
	color: #fff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	display: block;
	border-radius: 50%;
}
#page-top a:hover {
	text-decoration: none;
	background: #F5B4D1;
}

/* footer navi */
#fnavArea {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	padding: 10px 0;
	background: #FFF;
}
#footerNav {
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
	font-size: 85%;
}
ul#footerNav_l {
	float: left;
}
ul#footerNav_l li {
	float: left;
	margin-right: 20px;
	padding-left: 15px;
	background: url("images/ico_arrow.gif") no-repeat 0 50%;
}
ul#footerNav_l li a, ul#footerNav_r li a {
	color: #444;
}
ul#footerNav_l li a:hover, ul#fnav_r li a:hover {
	color: #E63B86;
}
ul#footerNav_r {
	float: right;
	border-left: 1px solid #CCC;
}
ul#footerNav_r li {
	float: left;
	padding: 0 15px;
	border-right: 1px solid #CCC;
}

/* copyright */
.copyright {
	text-align: center;
	margin: 10px 0 0;
}