@charset "utf-8";

/* --------------------------------------
	汎用
---------------------------------------*/
.mt00 { margin-top: 0 !important;}
.mr00 { margin-right: 0 !important;}
.fltR { float: right;}

/* --------------------------------------
	header
---------------------------------------*/
#header {
	margin: 0 0 8px !important;
}

/* --------------------------------------
	main
---------------------------------------*/
#wrapper #main {
	/*margin: 0 !important;*/
	padding: 7px 0 0 !important;
}

/* --------------------------------------
	SNS
---------------------------------------*/
#kandelSNS {
	height: 20px;
	margin: 0 0 20px;
	text-align: right;
}
#twBtn {
	float: right;
}
#twBtn,
#twBtn iframe {
	width: 100px !important;
}
#fbBtn {
	width: 110px;
	float: right;
	overflow:hidden;
}

/* --------------------------------------
	Contents
---------------------------------------*/
#topW #topL {
	width: 310px;
	height: 400px;
	float: left;
}
#topW #topL iframe {
	height: 400px !important;
}
#topW #topR {
	width: 610px;
	float: right;
}
#topW #topR iframe {
	margin: 20px 0 0;
}

@media screen and (max-width : 767px){
#topW #topL {
	width: 310px;
	height: auto;
	float: none;
	margin: 0 auto 30px;
}
#topW #topR {
	width: 100%;
	float: none;
}
#topW #topR iframe {
	width: 100%!important;
}
}

.tab-content .tabbox {
	display: none;
	text-align: center;
}
.tab-content .tabbox.show {
	display: block;
}
.tab-content .tabbox li {
	display: inline-block;
	max-width: 18%;
}
.tab-content .tabbox li a {
	display: block;
}

.tabs {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.tabs ul {
	text-align: center;
	margin-top: 15px;
}
.tabs ul li {
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
	margin: 0 1em;
}
.tabs ul li.active {
	background: url(../img/tab/bg_tab_navi_on.png) center bottom no-repeat;
	color: #c96402;
}

#kandelTab {
	max-width: 960px;
	width: 100%;
	height: 161px;
	padding: 13px 0 0;
	background: url(../img/tab/bg_kandelTab.png) top center no-repeat;
	background-size: cover;
	position: relative;
}

@media screen and (max-width : 767px){
#kandelTab {
	height: 110px;
}
}

#sliderList li img {
	width: 100%;
	height: auto;
}
