@charset "utf-8";

.alignL {text-align: left !important;}
.alignR {text-align: right !important;}
.alignC {text-align: center !important;}

.vaT {vertical-align: top !important;}
.vaM {vertical-align: middle !important;}
.vaB {vertical-align: bottom !important;}

.floatL {float: left;}
.floatR {float: right;}
.floatN {float: none;}

.txt50 {font-size: 50% !important;}
.txt60 {font-size: 60% !important;}
.txt70 {font-size: 70% !important;}
.txt80 {font-size: 80% !important;}
.txt90 {font-size: 90% !important;}
.txt100 {font-size: 100% !important;}
.txt110 {font-size: 110% !important;}
.txt120 {font-size: 120% !important;}
.txt130 {font-size: 130% !important;}
.txt140 {font-size: 140% !important;}
.txt150 {font-size: 150% !important;}
.txt160 {font-size: 160% !important;}
.txt170 {font-size: 170% !important;}
.txt180 {font-size: 180% !important;}
.txt200 {font-size: 200% !important;}
.txt240 {font-size: 240% !important;}
.txt320 {font-size: 320% !important;}

.mb0 {margin-bottom: 0px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb8 {margin-bottom: 8px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.mt0 {margin-top: 0px !important;}
.mt5 {margin-top: 5px !important;}
.mt8 {margin-top: 8px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}

.mr0 {
	margin-right: 0px !important;
}
.ml0 {
	margin-left: 0px !important;
}
.mLRAuto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.red {color:#f00 !important;}
.red2 {color: #990033 !important;;}
.blue {color: #2581c4 !important;}
.white {color: #fff !important;}
.black {color: #000 !important;}
.gold {color: #837749 !important;}
.brown {color: #797050 !important;}

.bold {font-weight: bold !important;}
.normal {font-weight: normal !important;}

.indent {
	text-indent: -1em !important;
	margin-left: 1em !important;
}
.indent15em {
	text-indent: -1.5em !important;
	margin-left: 1.5em !important;
}
.indent2em {
	text-indent: -2em !important;
	margin-left: 2em !important;
}
.indent3em {
	text-indent: -3em !important;
	margin-left: 3em !important;
}
.indent4em {
	text-indent: -4em !important;
	margin-left: 4em !important;
}
.indent5em {
	text-indent: -5em !important;
	margin-left: 5em !important;
}

.mincho {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif !important;
}

.mincho a{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.gothic {
	font-family: 'gothic', 'ヒラギノ角ゴ Pro W3', 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
}

.clear {clear:both !important;}

.nowrap {white-space: nowrap !important;}

.ui-tabs-hide {
	display: none;
}

.disnon {
	display: none;
}

.sp {
	display: none;
}


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




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


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

#mainImg {
	width: 100%;
	min-width: 1060px;
	height: 474px;
	position: relative;
}

#mainImg .mainTxt {
	position: absolute;
	top: 50%;
	left: 50%;
}


/* PANKUZU
----------------------------------------------------------- */
#pankuzu {
	height: 45px;
	line-height: 45px;
	font-size: 120%;
	background: #f4f4f0;
	margin-bottom: 40px;
}

#pankuzu li {
	float: left;
	margin-right: 15px;
}


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

#subNav {
	margin-bottom: 40px;
}

#subNav > ul > li {
	float: left;
	font-size: 120%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 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;
}








