@charset "utf-8";
/* ========== import ========== */
@import url('common.css');
@import url('reset.css');
@import url('icon.css');
@import url('accordion.css');
@import url('lightbox.css');
/*------------------------------------------------------------
	DEFAULT STYLE
------------------------------------------------------------*/
header,hgroup,nav,article,
section,aside,figure,footer{
	display:block;
}

ol, ul{
	list-style: none;
}
a,
a:hover{
	color:#aa3d14;
	text-decoration:none;
}
html{
    font:15px/1.5 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Arial, Helvetica, Tahoma, sans-serif;",Arial,Sans-Serif;
}

a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
	cursor:pointer;
	transition: opacity .4s linear;
}

/*----------------------------------------------------
	LAYOUT
------------------------------------------------------*/
body{
	width:100%;
	-webkit-text-size-adjust: none;
	color:#333;
	background-color:#FFF;
	line-height:1.7em;
	background:url("../images/common/bg_body.gif") repeat;
}
/* ====================================================
	HEADER
==================================================== */
.bgLeafimg{
	background:url("../images/common/hdr_leaf.png") no-repeat top left;
	background-size:100px;
}
	
header{
	height: 58px;
	width: 100%;
	position: relative;
	top:0;
	left:0;
	z-index: 200;
	border-bottom:#514030 2px solid;
	background:url("../images/common/bg_body.gif") repeat;
}
header .btnTEL{
	position: absolute;
	text-align: center;
	top:0;
	right:116px;
	width:58px;
	height: 58px;
	z-index: 10;
	background-image: url("../images/common/hdr_btn_mail.png");
    -moz-background-size:27px auto;
    -webkit-background-size:27px auto;
    -o-background-size: 27px auto;
    background-size: 27px auto;
    background-position: center center;
    background-repeat: no-repeat;
    border-left:1px solid #514030;
	text-indent:-9999px;
}
header .btnTEL a{
	display: block;
	height: 100%;
	width: 100%;
}

header .btnPC{
	position: absolute;
	text-align: center;
	top:0;
	right:56px;
	width:58px;
	height: 58px;
	z-index: 10;
	background-image: url("../images/common/hdr_btn_pc.png");
    -moz-background-size:27px auto;
    -webkit-background-size:27px auto;
    -o-background-size: 27px auto;
    background-size: 27px auto;
    background-position: center center;
    background-repeat: no-repeat;
    border-left:1px solid #514030;
	text-indent:-9999px;
}
header .btnPC a{
	display: block;
	height: 100%;
	width: 100%;
}
header .btnMenu{
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	width: 55px;
	height: 58px;
	z-index: 10;
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
	border-left: 1px solid #514030;

	background-image: -moz-linear-gradient(top, #644d3f, #382b22);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#644d3f), to(#382b22));
	background-image: -o-linear-gradient(top, #644d3f, #382b22);
	background-image: linear-gradient(top, #644d3f, #382b22);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#644d3f', endColorstr='#382b22');
	box-shadow: 0 -1px 1px rgba(0,0,0,0.12) inset, -1px 0 1px rgba(0,0,0,0.12) inset;
	display: block;
	color:#FFF;
}
header .btnMenu a{
	display: block;
	height: 100%;
	width: 100%;
}

#hiddenNav{
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 100;
	background: #FFF;
	display: none;
}
#hiddenNav ul {
	}
#hiddenNav li {
	border-bottom:#333 solid 1px;
}
#hiddenNav li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 15px 15px;
	background:url("../images/common/icon_link.png") no-repeat 98% center;
	background-size: auto 9px;
}
#hiddenNav li a:hover{
	background-color:#f7fafa;
}

#wrapper{
	margin: 0 auto;
	overflow-x: hidden;
}
/*-----------------------------------------------------
	TEASER
------------------------------------------------------*/
#teaserPage {
	background:url("../images/teaser/teaser_page.png") no-repeat;
	background-position:bottom;
	height:60px;
	background-size:100% 60px;
}
#teaserPage .inner {
	background:url("../images/common/bg_dot.gif") repeat;
	height:60px;
}

#teaserPage .inner h1 {
	font-size: 20px;
	color:#FFF;
	text-align:center;
	padding-top:20px;
}

/*---------------------
	SECTION
--------------------*/
.secInner {
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	box-shadow: 0px 0px 2px #7D7D7D;
	-moz-box-shadow: 0px 0px 2px #7D7D7D;
	-webkit-box-shadow: 0px 0px 2px #7D7D7D;
	padding:15px;
	background-color:#FFF;
}


/*------------------------------------------------------------
	FOOTER-MENU
----------------------------------------------------------- */
footer{
	overflow: hidden;
	box-shadow: 0px 0px 3px #7D7D7D;
	-moz-box-shadow: 0px 0px 3px #7D7D7D;
	-webkit-box-shadow: 0px 0px 3px #7D7D7D;
	background-color:#FFF;
	margin-top:15px;
}
footer ul{
}
footer ul li{
	border-bottom:dotted #CCCCCC 1px;
}
footer ul li a {
	display:block;
	padding: 10px 10px;
	background:url("../images/common/icon_link.png") no-repeat 96% center;
	background-size: auto 9px;
	font-weight:normal;
	color:#333;
}
footer ul li a:hover{
	background-color:#f7fafa;
	color:#333;
}


/*------------------------------------------------------------
	COPY-RIGHT
----------------------------------------------------------- */
.cpr{
	text-align:center;
	padding:8px 0px;
	font-size:12px;
	line-height:15px;
	background:url("../images/common/bg_cpr.png") no-repeat;
	background-position:bottom center;
	background-size: 100% 180px;
	background-color:#FFF;
	height:150px;
}
.cpr h1{
	padding-top:30px;
	font-size:11px;
	color:#FFF;
	}