@charset "UTF-8";

/*GLOBAL********************/

body {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #3c3c3b;
	line-height: 1.8;
	word-break: break-all;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	
}

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin: 0;
	padding: 0;
}
/* class */

li {
	list-style-type: none;
}
p{line-height: 1.5;}
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	zoom: 1;
}

#wrapper {
	width: 320px;
	margin: 0 auto;
}
article {
    margin-bottom: 50px;
     position: relative;
}
/*HEADER********************/
header {
	width: 100%;
	margin: 10px 0;
}
header h1 {
	float: left;
}
header .t_head li{
	float: right;
	padding-left: 10px;
}
header .c_head{padding:0 10px ;}
header > ul li {
	float: left;
	margin-right: 5px;
}
.t_head{padding-right: 10px;}
header #h_nav{float: right;}
header #h_nav li{float:left;padding-left: 4px;}
nav ul {
	width: 100%;
}
nav .gnav01{border-bottom: 1px solid #442614;}
nav .gnav01 li{float: left;}
nav .gnav02 li{float: left;}

/* ▼LINK▼ */
a {
	color: #825e41;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #edae26;
	text-decoration: underline;
-webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.70;
}


/*COMMON********************/
.clear { clear:both; }


/*CONTENT********************/
#main_area {
	width: 100%;

}
table {
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
}
.fs97{font-size: 97%;}
.fs96{font-size: 96%;}
/*add********************/
.malr10{margin:0 10px;}
.malr6{margin:0 6px;}
.mat5{margin-top:5px;}
.mat20{margin-top:20px;}
/*add********************/
.line_box{
	padding:10px;
	border: 3px double #dbc17f;
}

.patetop {
	margin-bottom: .5em;
	font-size: 12px;
	text-align: right;
}
.patetop a {
	text-decoration:underline;
}
.center{text-align: center;}
/*SEARCH********************/
section {margin:0 10px 10px 10px;}
/*Acoodion Menu********************/
.accordion .question {
	position: relative;
}
.accordion2 .question:after {
	content: "＋";
	position: absolute;
	right: 10px;top:5px;
	color: #8a6c48;
	font-size: 25px;
	font-weight: bold;
}
.accordion2 .question.open:after {
	content: "ー";
	font-size: 25px;
}
.menu_s{
	display: none;
	background-color: #fff;
}
.f13 {font-size: 13px;}
/*FOOTER********************/
footer .f_main{ padding:0 10px;}
footer {
    background: url(../common_img/line_f.png) repeat-x scroll 0 0 #f7f4ee;
   
    color: #8a7b65;
    position: relative;
    overflow: hidden;
}
footer .f_logo{padding-top:20px;}
footer .f_txt{margin:10px 0;line-height: 1.5;}
footer .f_txt .f_time{font-weight: bold;}
footer .f_contact{margin:10px 0;}
footer .f_tel{float:left;  padding-top: 5px;}
footer .f_mail{float:right;}
footer .f_menu01 {float:left;padding-right:6px;}
footer .f_menu02 {float:left;}
footer .f_menu01 li{ background: url(../common_img/icon_row01.png) no-repeat scroll left 9px / 7px 8px rgba(0, 0, 0, 0);
    padding: 0 9px;
}
footer .f_menu02 li{ background: url(../common_img/icon_row01.png) no-repeat scroll left 9px / 7px 8px rgba(0, 0, 0, 0);
    padding: 0  0 0 9px;
}
footer .f_menu {
    margin-bottom: 10px;
}

#page_up {
     bottom: -65px;
    position: absolute;
    right: 10px;
    z-index: 46;
}
.footer_end {
    background: url(../common_img/icon_pc.png) no-repeat scroll 65px center / 35px 32px #1c1512;
    padding: 15px 10px;
}
.footer_end a {
    color: #fff;
    display: block;
    text-align: center;
    padding-left: 50px;
    text-decoration: none;
}