﻿@charset "utf-8";

* {	 
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.outline img {
	width: 100%;
	margin: 0 auto;
}
.guid img {
	width: 30%;
	float: left;
}
.guid .fl_r {
	width: 68%;
	float: right;
}
				/*◆ slideShow ◆*/
.slideShow {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	display: none;
}
				/* .mainView */
.slideShow .mainView {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slideShow .mainView ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideShow .mainView ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.slideShow .mainView ul li img {
	width: 100%;
}
				/* .thumbNail */
.slideShow .thumbNail {
	width: 100%;
	overflow: hidden;
}

.slideShow .thumbNail ul {
	width: 110%;
}

.slideShow .thumbNail ul li {
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;
}

.slideShow .thumbNail ul li img {
	width: 100%;
}

.slideShow .thumbNail ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
				/* sideNavi */
.slideShow .mainView .btnPrev,
.slideShow .mainView .btnNext {
	top: 0;
	width: 5%;
	height: 100%;
	position: absolute;
	z-index: 100;
}
.slideShow .mainView .btnPrev {
	left: 0;
	background: #7b5544 url(../icon/btnPrev.png) no-repeat center center;
}
.slideShow .mainView .btnNext {
	right: 0;
	background: #7b5544 url(../icon/btnNext.png) no-repeat center center;
}
				/* ClearFixElements */
.slideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.slideShow ul {
	display: inline-block;
	overflow: hidden;
}
				/* sidebar ◆*/
#container {
	width: 960px;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
}
.main {
	display: block;
	width: 740px;
	margin: 0 auto;
}
.sidebar {
	width: 200px;
	margin: 30px auto 0 auto;
}
.sidebar_item {
	margin-bottom: 20px;
}
.sidebar_item_fixed {
	position: -webkit-sticky;
	position: sticky;
	margin-bottom: 0;
	top: 10px;
	z-index: 1;
}		
.sidebar .btn_program,
.sidebar .btn_line,
.sidebar .btn_twitter,
.sidebar .btn_facebook,
.sidebar .btn_insta,
.sidebar .btn_camera {
	height: 40px;
	width: 180px;
	font-size: 18px;
	line-height: 40px;
	margin: 2px;
}
				/*◆◆◆◆◆*/@media screen and (max-width:959px){
#container {
	width: 100%;
	display: block;
}
.main {
	width: 96%;
	padding: 0 2%;
}
.sidebar {
	width: 180px;
}
.sidebar_item_fixed {
	position: -webkit-sticky;
	position: static;
	top: auto;
}
.sidebar_item_fixed.sticky-fixed.is-sticky {
	position: fixed;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.sidebar_item_fixed.sticky-fixed.is-sticky:not([style*="margin-top"]) {
	margin-top: 0 !important;
}
.sidebar_item_fixed.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
	margin-bottom: 0 !important;
}
.sidebar_item_fixed.sticky-fixed.is-absolute {
	position: absolute;
}
.sidebar .btn_program,
.sidebar .btn_line,
.sidebar .btn_twitter,
.sidebar .btn_facebook,
.sidebar .btn_insta,
.sidebar .btn_camera {
	float: left;
}
.sidebar .btn_program,
.sidebar .btn_camera {
	height: 50px;
	margin: 3px auto;
	line-height: 50px;
}
.sidebar .btn_line,
.sidebar .btn_twitter,
.sidebar .btn_facebook,
.sidebar .btn_insta {
	height: 50px;
	width: 50px;
	margin: 5px;
	line-height: 55px;
}
.sidebar .btn_line {
	font-size: 12px;
	text-align: center;
}
.sidebar .btn_twitter .fa-twitter,
.sidebar .btn_facebook .fa-facebook,
.sidebar .btn_insta .fa-instagram {
	font-size: 28px;
}
.sidebar .btn_insta .fa-instagram {
	top: 2px;
}
.sidebar .btn_line:hover span {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
				}/* max-width:959px */
				/*◆◆◆◆◆*/@media screen and (max-width:600px){
body {
 	-webkit-text-size-adjust: 100%!important;
}
.guid img {
	width: 96%;
	margin: 0 2%;
	clear: both;
}
.guid .fl_r {
	width: 100%;
	margin-top: 20px;
	clear: both;
}
				}/* max-width:600px */