@charset "utf-8";

.sp {
	display: block;
}
.pc {
	display: none;
}

.txt50 {font-size: 5px !important;}
.txt60 {font-size: 6px !important;}
.txt70 {font-size: 7px !important;}
.txt80 {font-size: 8px !important;}
.txt90 {font-size: 9px !important;}
.txt100 {font-size: 10px !important;}
.txt110 {font-size: 11px !important;}
.txt120 {font-size: 12px !important;}
.txt130 {font-size: 13px !important;}
.txt140 {font-size: 14px !important;}
.txt150 {font-size: 15px !important;}
.txt160 {font-size: 16px !important;}
.txt170 {font-size: 17px !important;}
.txt180 {font-size: 18px !important;}
.txt200 {font-size: 20px !important;}
.txt240 {font-size: 24px !important;}
.txt320 {font-size: 32px !important;}

.w100per {
	width: 100% !important;
}

/* BUTTON
----------------------------------------------------------- */




/* Link
----------------------------------------------------------- */


/* MIAN IMG
----------------------------------------------------------- */

#mainImg {
	width: 100%;
	min-width: 100%;
	height: auto;
	position: static;
}

#mainImg .mainTxt {
	position: static;
}


/* PANKUZU
----------------------------------------------------------- */
#pankuzu {
	display: none;
}


/* サブナビ
----------------------------------------------------------- */

#subNav {
	margin-bottom: 40px;
}

#subNav > ul > li {
	float: left;
	font-size: 120%;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}

#subNav > ul > li.snHasAcd {
	background: url(../img/common/bg_subnav_arrow.png) no-repeat 100% 0;
}

#subNav > ul > li > a {
	display: block;
	height: 40px;
	line-height: 40px;
	border-right: 1px solid #c4c4c4;
	box-sizing: border-box;
}
#subNav > ul > li:first-child > a,
#subNav > ul > li.clear > a {
	border-left: 1px solid #c4c4c4;
}

#subNav > ul > li.active > a,
#subNav > ul > li > a:hover {
	text-decoration: none;
	color: #90802b;
}

#subNav > ul > li ul {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 1;
	display: none;
}

#subNav > ul > li li {
	margin-bottom: 1px;
	background: #fff;
}

#subNav > ul > li li a {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #edede8;
}

#subNav > ul > li li a:hover {
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none;
}

/* TEXT
----------------------------------------------------------- */

.linkTxt {
	background: url(../img/common/listhead01.png) no-repeat 0 50%;
	padding-left: 18px;
}

/* Background
----------------------------------------------------------- */


/* フォーム
------------------------------------------------------------ */



/* ページナビ
----------------------------------------- */

.pagenavi {
	font-size: 110%;
	margin: 30px 0 40px;
	text-align: center;
	position: relative;
	height: 31px;
}


.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	color: #4f3929;
	background: #fff;
	padding: 8px 12px;
	margin: 2px 3px;
	border: 1px solid  #dcd8d4;
}

.wp-pagenavi span.current {
	font-weight: bold;
	background: #DDDDDD;
	color: #4B433D;
}

.wp-pagenavi a:hover {
	text-decoration: underline;
}


.navigation {
	width: 240px;
	margin: 0 auto;
}

.toTop span,
.navigation span.allow {
	text-decoration: none;
	color: #4f3929;
	background: #fff;
	padding: 8px 12px;
	margin: 2px;
	border: 1px solid  #dcd8d4;
}
.navigation span.allow.null {
	background: #999;
	color: #fff;
}
.navigation span.null {
	color: #4f3929;
}

.toTop a,
.navigation a {
	color: #4f3929;
}

.toTop a span,
.navigation a span {
	color: #4f3929;
}

.previous {
	float: left;
	border-right: 1px solid #ababab;
	width: 120px;
	text-align: left;
}
.next {
	float:right;
	text-align: right;
}

.toTop {
	position: absolute;
	top: 0;
	left: 0;
}








