@charset "utf-8";
/* CSS Document */

body,input,button,select,textarea{
	 font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
	 font-size:178%;
}

a , a:hover, a:active , a:visited , a:focus {
	text-decoration: none;
	color: white;
}

h9{
	font-size: 14px;
	font-weight: bolder;
	color: white;
}
h8{
    width: 100%;
    height: 40px;
    line-height: 30px;
    padding: 5px 10px;
    margin-bottom: 10px;
    background: -moz-linear-gradient(left,  rgba(218,196,174,1) 0%, rgba(234,230,220,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(218,196,174,1) 0%,rgba(234,230,220,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(218,196,174,1) 0%,rgba(234,230,220,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dac4ae', endColorstr='#00eae6dc',GradientType=1 ); /* IE6-9 */
    color: #3c1200;
    display: block;
    font-weight: bolder;
    font-size: 18px;
}

h6{
	font-size: 22px;
	font-weight: bolder;
	color: #602b01;
}
h5{
	font-size: 18px;
	font-weight: bolder;
	color: #e9880b;
}

h4{
	font-size: 20px;
	font-weight: bolder;
	color: #602b01;
}

h3{
	font-size: 34px;
	font-weight: bolder;
	color: #602b01;
}
p , ol , ul {
	font-size: 16px;
	font-weight: bolder;
	color: #602b01;
}

span{
	color: red;
}


.float-none{
	border: hidden;
	margin: 0;
	padding: 0;
	clear:both;
}
.all-box{
	width: 100%;
	max-width: 1920px;
	min-width: 1090px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-size: 100%;
	background-position: top center;
	background-repeat: repeat-y;
}

.header-bg{
	width: 100%;
	background-image: url("../images/head.png");
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
.logo-box{
	min-width: 1090px;
	padding:  0;
	margin: 0 auto;
}


.frame-box{
	min-width: 1090px;
	margin: 0 auto;
}
.frame-header{
	width: 1090px;
	height: 574px;
	margin: 0 auto;
	background-image: url("../images/frame_header.png");
	background-repeat: no-repeat;
	background-position: top center;
}
.frame-center{
	width: 1090px;
	margin: 0 auto;
	background-image: url("../images/frame_center.png");
	background-repeat: repeat-y;
	background-position: top center;
	padding: 20px 0;
}
.frame-footer{
	width: 1090px;
	height: 98px;
	margin: 0 auto;
	background-image: url("../images/frame_footer.png");
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 150px;
}
.content-box{
	width: 800px;
	margin: 0 auto;
}
.tab-menu{
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}

.tab-menu > li{
	float: left;
}

.tab-content{
	margin: 2% auto;
}

.chater-box{
	width: 660px;
	margin: 10px auto;
}

.chater-title{
	width: 500px;
	height: 65px;
	margin: 10px auto;
	background-image: url("../images/title.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.mini-title{
	width: 660px;
	height: 55px;
	padding-top: 8px;
	margin: 10px auto;
	background-image: url("../images/minititle.png");
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}


.img-box{
	width: 660px;
	height: 30px;
	margin: 0 auto;
	background-color: #2c1300;
	color: white;
	font-size: 20px;
	text-align: center;
}
	.tab-content table {
		width: 100%;
		margin: 0 auto;
		background: white;
		color: #602b01;
	}
	.tab-content table td {
		padding: 5px;
		border: 1px solid #2c1300;
		word-break: break-all;
		word-wrap: break-word;
		font-size: 16px;
		text-align: center;
	}
	.tab-content table th {
		padding: 5px;
		width: 50%;
		border: 1px solid #2c1300;
		line-height: 30px;
		background: #602b01;
		color: white;
		text-align: center;
		font-size: 18px;
		font-weight: bolder;
	}


.footer-bg{
	width: 100%;
	background-image: url("../images/footer.png");
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}




/*PC*/
@media(min-width:1199px) and (max-width:1720px) {

}

/*Pad*/
@media(min-width:992px) and (max-width:1199px) {
}
/*Pad End*/




/*Pad2*/
@media(min-width:768px) and (max-width:991px) {
}
/*Pad2 End*/


/*Mobile*/
@media(min-width:0px) and (max-width:767px) {
}
/*Mobile End*/