@charset "UTF-8";
/* CSS Document */



/** Default Setting **/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	/*display: inline-block;*/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { 
	border: 0;
}

img {
	vertical-align: bottom;
	height: auto;
	border: none;
}


ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

hr{
	display: none;
}

.clear{
	clear: both;
	height: 0;
}

.clearfix:before,
.clearfix:after{
    content: " ";
    display: table;
}
 
.clearfix:after {
    clear: both;
}


/** Link Setting **/

a:link		{color:#666; text-decoration:underline;}
a:visited	{color:#666; text-decoration:underline;}
a:hover		{color:#666; text-decoration:underline;}
a:active	{color:#666; text-decoration:underline;}

/** Common Setting **/

body {
	/*background: #ebebeb;*/
	background: #fff;
	/*background: #E4E4E4;*/
	background-size:320px 100px;
	color: #666;
	letter-spacing:0.1em;
	text-align:left;
	font: 75%/1.5 Arial, 'Helvetica Neue', Helvetica, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	max-width: 100%; /* 最大幅 */
	min-width: 320px; /* 最小幅 */
}


#warap {
	margin: 0px ;
	padding: 0px;
	overflow:hidden
}

/** Header Setting **/


#header {
	height: auto;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
}

#header ul li {
	float: left;
	height: auto;
	width: 100%;
}



#gnavi {
	height: auto;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}

.table-ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

.table-ul li {
	display: table-cell;
	vertical-align: middle;
	height: auto;
	width: 25%;
}

.table-ul li a {
  color: #fff;
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding: 0px 0;
}

#search {
	background: #625649;
	margin: 0px auto;
	padding: 8px;
	height: auto;
	width: 100%;
}

.innerBox {
	margin: 8px auto;
	padding: 0px 8px;
	height: auto;
	width: 99%;
}

.innerBox ul li {
	width: 98%;
	margin: 0px;
	padding: 0px 0px 5px;
}


.ttl_h2 {
	margin: 0 0 5px;
	padding: 5px 12px;
	line-height: 35px;
	color: #fff;
	background: url(../../image/htitle_bg.gif) no-repeat left top;
	text-align: center;
	height: auto;
	width: 91%;
}

#warap .innerBox table img {
	margin: 0px 0px 5px 1px;
	padding: 0px;
}



/*
li{
     list-style: none;    
}

ul.accordion{
     width:100%;
     overflow: hidden;
}

ul.accordion ul{
     display: none;
}    


ul.accordion li p{
     background: #F70841;
     padding:10px 20px;
     border-bottom: 1px solid #b3032d;
     cursor: pointer; 
}

ul.accordion ul li{
     background: #ff89a5;
     padding:10px 20px;
     border-bottom: 1px dashed #fff;    
}

ul.accordion ul li:last-child{
     border:none;
}
    */


/* modNewsArea */

.innerBox h3 {
	position:relative;
	z-index:10;
}

.innerBox .newsPanel {
	background:#fff;
	border:#999 solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	margin-top:-2px;
	color:#000;
	width: 97%;
}

.innerBox .newsPanel ul li {
	background:url(../../image/news_line.png) repeat-x left bottom;
	padding:10px;
}

.innerBox ul li img {
	vertical-align:middle;
}

.innerBox ul li:first-child {
	border-top:#FFF solid 1px;
	border-radius: 3px 3px 0 0;
}

.innerBox ul li a {
	color:#000;
}

.innerBox p.btnArea {
	padding:13px;
}



#footer {
	background: #4b4238;
	margin: 0px 0px 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

#footer ul {
	margin: 8px auto 0px;
	padding: 5px 0px 5px 10%;
	height: auto;
	width: 90%;
}

#footer li {
	color:#fff;
	float: left;
	background: url(image/footer_listicon2.png) no-repeat left center;
	padding-left: 25px;
	line-height: 130%;
	margin-right: 10px;
	padding-bottom: 5px;
}

#footer li a {
	color:#fff;
}


#copy {
	text-align: center;
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #4b4238;
	color:#fff;
	font-size:80%;
}




#slider {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}



/**================================= MenuArea Setting =================================**/

.overlayer {
    background: none repeat scroll 0 0 #000;
    display: none;
    height: 120%;
    left: 0;
    opacity: 0.85;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.menuListPopArea {
	background:#FFF;
	position:absolute;
	width:100%;
	z-index:1100;
    display: none;
}

.menuListPopArea li {
	width:100%;
	height:60px;
}

.menuListPopArea li.active {
	background:#E9E0CF;
}

.menuListPopArea li a {
	border-top:#A08049 solid 1px;
	display:block;
	height:60px;
	padding-left:38px;
	text-decoration:none;
	position:relative;
	color:#9F7F48;
}

.menuListPopArea li:first-child a {
	border-top:none;
}

.menuListPopArea li a:after {
	background: transparent url(../images/common/menu_arrow_pop.png) no-repeat 0 50%;
	background-size: 6px 10px;
    content: "";
    height: 100%;
    position: absolute;
	top:0;
    right: 6px;
    width: 10px;
}

.menuListPopArea li a span {
	display:table-cell;
	vertical-align:middle;
	height:60px;
}



/* Category Item Setting */

.itemWrapper {
	padding: 0px 20px;
}

.itemWrapper .inner {
	margin: 0px 0px 15px;
}

.itemWrapper .inner h3 {
	display: block;
	background: no-repeat right center;
	background-size: 12px;
	min-height: 12px;
	font: bold 24px/1.2em "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 0px;
	padding: 0px 20px 15px 0px;
	color: #59493f;
	clear: both;
}

.itemWrapper .inner .pt {
	display: block;
	font-size: 120%;
}

.itemWrapper .inner .pt img {
	width: 120px;
	height: auto;
	vertical-align: bottom;
	padding-right: 10px;
	padding-bottom: 10px;
}

.itemWrapper .inner .text {
	display: block;
	margin-left: 93px;
	color: #545454;
	font-size: 120%;
	font-weight: normal;
}

.itemWrapper .inner .text2 {
	display: block;
	color: #545454;
	font-size: 120%;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

.itemWrapper .inner .red {
	color: #C00;
	font-weight: bold;
}