@charset "utf-8";
/*::::::::::::::::::::::::::::::::::
  MIAN
:::::::::::::::::::::::::::::::::::*/
#wrapper {
	background: url(../images/wrap_index_bg.jpg) top center no-repeat;
	width: 100%;
	text-align: center;
}
#contents #contents_left {
	width: 660px;
	float: right;
}
#contents #contents_right {
	width: 200px;
	float: left;
}
/*-------MAIN JQUERY------*/

#main {
	width: 900px;
	margin: 0 auto 20px auto;
	
	clear: both;
	text-align: left;
}
ul#mainImg {
	overflow: hidden;
	height: 216px;
}
ul#mainImg li img {
	margin-top: 2px;
}
/*-------INDEX INFOMATION JQUERY------*/
#news_title {
	width: 660px;
	padding-bottom: 5px;
	background: url(../images/border66.png) bottom no-repeat;
}
#news_title .archive {
	margin-top: 5px;
	float: right;
	padding-left: 15px;
	background: url(../images/news_arc.png) left no-repeat;
}
#news {
	width: 660px;
	background: #fff;
	clear: both;
	height: 500px;
	overflow: auto;
	position: relative;
}
#news dl.newsList {
	width: 640px;
	overflow: hidden;
}
#news dl.newsList dt {
	clear: left;
	float: left;
	width: 10em;
	padding: 5px 0.5em;
	margin: 5px 0;
	font-weight: bold;
}
#news dl.newsList dd {
	margin-left: 0;
	margin: 5px 0;
	padding: 10px 0.5em 10px 12em;
	background: url(../images/dot_g.png) bottom repeat-x;
}
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 10px;
	background-color: #e8e8e8;
}
.vscrollerbar {
	width: 10px;
	background-color: #a61912;
	height: 100px !important;
}
.sp {
	display: none !important;
}
.pc {
	display: block !important;
}
.more{display:none;}

@media all and (max-width:630px) {
#header {
	    width: 100%;

	border-top: 4px solid #a61912;
	background: url(../images/sphead_bg.jpg) repeat-x;
	background-size:contain;
	position: fixed;
	    z-index: 3;

}
.sp {
	display: block !important;
}
.pc {
	display: none !important;
}
	#wrapper{background:none;}
#news_vscrollerbase {
	display: none;
}
#header #head_left .logo {
	margin: .8em .2em;
	width: auto;
}
#header #head_left .logo img {
	width: 100%;
}
#header #head_left {
	    width: 72%;
	height: auto;
	float: left;
	margin-top: 0px;
}
#header #head_right {
	display: none;
}
#header #head_right .language {
	clear: both;
	width: auto;
	display: none;
}
#globalnavi {
	display: none;
}
#main {
	width: auto;
	margin: 0 auto;
}
#container #contents {
	width: auto;
	margin: 0 auto;
	padding: 14px 7px 0;
	text-align: left;
	overflow: hidden;
	clear: both;
	background:#fff; 
}
#contents #contents_left {
	width: auto;
	float: none;
}
#news_title {
	width: auto;
}
#news {
	width: auto;
	height: auto !important;
	border-bottom: solid 2px #ccc;
}
	#news_mcontentwrapper{height: auto !important;}
#contents #contents_right {
	width: auto;
	float: none;
}
#news dl.newsList {
	overflow: auto;
	width: auto;
}
#pagetop {
	width: auto;
}
#foot {
	width: auto;
}
#footnavi_wrap #footnavi {
	width: auto;
}
#globalnavi ul#nav {
	display: none;
}
#news dl.newsList dt {
	float: none;
	padding: 0px 0.5em;
}
#news dl.newsList dd {
	margin: 5px 0;
	padding: 0 1em .4em;
}
#news dl.newsList dt:nth-child(n+7) {
	display: none;
}
#news dl.newsList dd:nth-child(n+5) {
	background: none;
}
#news dl.newsList dd:nth-child(n+7) {
	display: none;
}
	#news_title .sp img{width:46%;}
ul#banner {
	background: none;
	margin: 0 auto;
}
ul#banner li {
	width: 64%;
    /* float: left; */
    margin: 0 auto;
    vertical-align: middle;
}
ul#banner li button {
	width:100%;
	vertical-align: middle;
}
ul#banner li img {
	width: 100%;
	height: auto;
}
.vscrollerbar {
width: 10px;
background-color: #a61912;
	height: 40px !important;
}
#pagetop {
	margin: 20px auto 0 auto;
}
#footnavi_wrap {
	border-top: 2px solid #A61912;
	height: auto;
	background: #f5f5f5;
}
#footnavi_wrap #footnavi ul {
	float: none;
	margin: 0;
}
#footnavi_wrap #footnavi ul li {
	display: block;
	width: 100%;
	padding: 0;
	background: none;
	border-bottom: solid 1px #fff;
}
#footnavi_wrap #footnavi ul li#fnavi01 a,  #footnavi_wrap #footnavi ul li#fnavi02 a,  #footnavi_wrap #footnavi ul li#fnavi03 a {
	background: none;
	border-bottom: solid 1px #ccc;
	padding: .8em 0;
	line-height: 1;
}
#foot_wrap {
	background: #fbfbfb;
}
#foot .footbox {
	float: none;
	text-align: center;
	padding: 0 0 4px 0;
	height: auto;
}
.foot_logo {
	margin: 0 0 10px 0;
}
.copy {
	text-align: center;
}
	.btn_hamburger {
	display: block;
	width: 36px;
	float: right;
	padding: .7em;
}

.btn_hamburger a {
	position: relative;
	display: block;
	height: 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box;
}
.btn_hamburger span {
	position: absolute;
	display: inline-block;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #A61912;
	-webkit-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box;
}
.btn_hamburger span:nth-of-type(1) {
	top: 0;
}
.btn_hamburger span:nth-of-type(2) {
	top: 13px;
}
.btn_hamburger span:nth-of-type(3) {
	bottom: 0;
}
.btn_hamburger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #A61912;
	border-radius: 2px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.btn_hamburger .active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.btn_hamburger .active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.btn_hamburger .active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) scale(0);
	-ms-transform: translateY(20px) scale(0);
	transform: translateY(20px) scale(0);
}
.btn_hamburger .active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) scale(0);
	-ms-transform: translateY(-20px) scale(0);
	transform: translateY(-20px) scale(0);
}
	.more{clear:both;
	width: 35%;
		margin: .6em auto;
		padding: .4em;
	display: block;
	background: #A61912;
	color: #fff;
	font-size: 120%;
	text-align: center;
	}
	.more:hover{opacity: .8;
	cursor: pointer;}
}
