
/* default style 
----------------------------------------------------------- */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,
span, object, a, address,  cite, em,  img, ins, q,  strong,  tt, label,
table, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 13px;
	vertical-align: baseline;
	background: transparent;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block;
}
body {line-height: 1.4;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6, small{font-size:100%;font-weight:normal;}

/* Global */
body {
	font-family:'Raleway', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: 400;
	font-size: 1em;
	color: #3d2211;
	background-color:#fffaf3;
	background: url(./img/bg_main.jpg) repeat;
	background-size: 300px 297px;
	margin: 0;
	padding: 80px 0 0;
}
img {
	max-width: 100%;
}
a:link {
	color: #3d2211;
	text-decoration: none;
}
span.red{
	color: #b42126;
}
/* 画面外にいる状態 */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.cf{
	clear: both;
}
br.br_pc{
	display: inline-block;
}
br.br_sp{
	display: none;
}
h2{
	text-align: center;
	font-size: 18px;
	margin: 40px 0 40px;
}


/* Navigation */

#header {
	position:fixed;
	top:0px;
	width:100%; 
	height:80px; 
	background-color:#9E959A;
	z-index: 999;
}
#header_inner{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	background-color:#9E959A;
}
#logo {
	width: 150px;
	margin: 10px 0 0 25px;
	float: left;
}
#logo img{
	width: 150px;
}
#nav-toggle{
	display: none;
}
#nav {
	text-align: center;
	margin: 30px 20px 0 0;
	float: right;
}
#navigation{
	float: right;
	list-style: none;
	margin: 0;
}
#navigation li{
	float: left;
	padding: 0 30px 0 30px;
}
#navigation li a{
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #FFF;
}
#navigation li a span{
	font-size: 11px;
}
#navigation li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #FFF;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#navigation li a:hover::after {
	width: 100%;
}

.link_sp{
	display: none;
}
.information{
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin: 10px auto;
}
.information picture{
	margin: 30px auto;
	display: block;
}
.information_inner{
	margin: 10px auto;
	width: 98%;
	max-width: 1000px;
	border: double 3px #b42126;
	color: #b42126;
}
.information_inner h3{
	text-align: center;
	text-decoration: underline;
	padding: 10px;
	font-size: 15px;
}
.information_inner p{
	text-align: left;
	padding: 10px 2% 2.5%;
	font-size: 15px;
	line-height: 1.6;
}


/* topimg */ 

#topimg{
	height: 100%;
	min-height: 300px;
	z-index: -500;
	overflow: hidden;
}
.main_sp{
	display: none;
}
#topimg_bottom{
	margin-top: -8%;
	position: absolute;
	z-index: 500;
}
#slider_logo{
	position: absolute;
	z-index: 100;
	padding-top: 24%;
	left: 10%;
}
#slider_logo img{
	width: 300px;
}

#content{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#catch{
	width: 100%;
	text-align: center;
	margin: 100px auto 80px;
}
#catch h1{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.8;
}

/* #ranking */
#ranking{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}
#ranking h2{
	margin: 0 auto 20px auto;
	width: 60%;
	max-width: 240px;
	padding: 0;
	color: #3d2211;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: none;
	border-bottom: 3px double #3d2211;
}
#ranking h2:before{
	background: none;
}
#ranking .rank{
	width: 32%;
	text-align: center;
	position: relative;
	float: left;
	margin: 20px 0;
	padding: 0 0.6%;
}
#ranking .rank img{
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
}
#ranking .rank a img:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}
#ranking h3,
#ranking p{
	margin: 0 8px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
	border: 0;
}
#ranking p{
	margin-bottom: 8px;
}
#ranking h3 a{
	padding: 0;
	text-decoration: underline;
	font-size: 18px;
}
#ranking h3 a:before,
#ranking h3 a:hover:before{
	border: 0;
}
#ranking .saletag{
	margin: 0;
	padding: 0 5px;
	font-size: 1.1rem;
}
#ranking s:after{
	content: "\A";
	white-space: pre;
}
#ranking #rank01:before,
#ranking #rank02:before,
#ranking #rank03:before,
#ranking #rank04:before,
#ranking #rank05:before{
	position: absolute;
	top: -32px;
	left: 0px;
	z-index: 5;
	width: 80px;
}
#ranking #rank01:before{ 
	content: url(img/ico_rank01.svg); 
	-webkit-transform: scale(0.5); 
	-moz-transform: scale(0.5); 
}
#ranking #rank02:before{ 
	content: url(img/ico_rank02.svg); 
	-webkit-transform: scale(0.5); 
	-moz-transform: scale(0.5); 
}
#ranking #rank03:before{ 
	content: url(img/ico_rank03.svg); 
	-webkit-transform: scale(0.5); 
	-moz-transform: scale(0.5); 
}
.fb-wrap{
	width: 100%;
	text-align: center !important;
	margin: 0 auto 50px !important;
}

.menu{
	border-top: 2px solid #3d2211;
	margin: 40px 0 30px;
	overflow: hidden;
}
.menu h2{
	color: #3d2211;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding-left: 10px;
	border-left: 3px solid #3d2211;
	margin: 20px 0 20px 2%;
	display: inline-block;
}

.itemlist li{
	float: left;
	width: 24%;
	margin-bottom: 2%;
	padding: 0 0.5%;
}
.itemlist li:nth-child(4n+1){
	clear: both;
}
.itemlist li a {
	display: block;
	padding: 4%;
}
.itemlist li a img:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}
.itemlist li p {
	font-size: 14px;
}
.itemlist li p.name {
	margin: 8px 0 3px;
	font-weight: bold;
}


/* Other Page */ 


body#about{
	padding: 80px 0 0;
}
#about_bg01{
	background-image:url('img/about_bg01.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 80px 0 50px;
}
.about_box{
	width: 95%;
	max-width: 1000px;
	margin: 20px auto;
	padding: 2% 0;
	background-color: rgba(255, 255, 255, 0.8);
}
.about_box_inner {
	padding: 0 5%;
}
#about h2{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
	border-bottom: solid 2px #614c3f;
	margin: 30px 0 30px;
	padding-left: 2%;
    border-left: 5px solid #614c3f;
}
.about_inner{
	margin: 50px 0;
	padding: 0 2%;
}
.about_inner p{
	margin: 30px 0;
	font-size: 16px;
	line-height: 2.0;
}
.about_inner img{
	float: right;
	margin: 5px 0 20px 30px;
	width: 400px;
}



#guide article{
	margin: 30px auto 50px;
	width: 100%;
	max-width: 800px;
}
#guide h2{
	margin: 0 0 20px 0;
	padding: 0 20px 5px 20px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #614c3f;
	text-align: center;
	vertical-align: baseline;
	border-bottom: #614c3f solid 3px;
}
#guide table{
	width: 100%;
	margin: 0 auto 50px auto;
	border-collapse: collapse;
	text-align: left;
	background: #fff;
	border: #888 solid 1px;
}
#guide th{
	width: 25%;
	background-color: #614c3f;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-bottom: #fff solid 1px;
	padding: 15px 20px;
}
#guide th.title{
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#guide td{
	font-size: 15px;
	line-height: 1.8;
	border-right: #888 solid 1px;
	border-bottom: #888 solid 1px;
	padding: 15px 20px;
}
#guide table ul{
	padding-left: 25px;
}
#guide table ul li{
	font-size: 15px;
	list-style-type: circle;
}
#guide a.link{
	font-size: 15px;
}
#guide strong{
	font-size: 15px;
	font-weight: bold;
}
.privacylink{
	margin: 0 0 20px 0; 
	padding: 20px;
	border: #614c3f solid 2px;
	font-size: 15px;
}
#policy article{
	margin: 30px auto 50px;
	width: 100%;
	max-width: 800px;
}
#policy section{
	padding: 0 10px;
}
#policy h2{
	margin: 0 0 40px 0;
	padding: 0 20px 5px 20px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #614c3f;
	text-align: center;
	vertical-align: baseline;
	border-bottom: #614c3f solid 3px;
}
#policy h3{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #614c3f;
	border-bottom: #614c3f solid 2px;
	margin: 40px 0 25px;
}
#policy h4{
	font-size: 15px;
	font-weight: bold;
	color: #666;
	margin: 0 0 5px;
}
.policy_inner p{
	font-size: 15px;
	line-height: 1.8;
	margin: 0 0 20px;
}
.policy_inner ul{
	margin: 0 0 30px 30px;
}
.policy_inner ul li{
	font-size: 15px;
	line-height: 1.8;
	list-style: disc;
}
.policy_inner a{
	font-size: 15px;
}
.policy_inner strong{
	font-size: 15px;
	font-weight: bold;
}



/* Footer */ 
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	background: #FFF;
	text-decoration: none;
	width: 40px;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
	background: #CCC;
}
#footer_guide{
	margin: 30px auto 0;
	padding: 40px 0;
	border-top: 2px solid #3d2211;
	width: 100%;
	max-width: 1000px;
	overflow: hidden;
}
#footer_guide_left{
	width: 48%;
	float: left;
	padding: 0 0 0 2%;
}
#footer_guide_right{
	width: 48%;
	float: right;
	padding: 0 0 0 2%;
}
.footer_guide_inner{
	padding: 0 2%;
}
#footer_guide h5{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
#footer_guide h5:before{
	content: "◆ ";
}
#footer_guide h6{
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 5px;
}
#footer_guide h6:before{
	content: "● ";
}
#footer_guide p{
	margin: 5px 0 10px;
	padding: 0 0 0 5px;
	line-height: 1.6;
}
#footer_guide span{
	font-weight: bold;
}
#footer_guide span{
	margin: 15px 0 5px;
}
#footer{
	width: 100%;
	padding: 50px 0;
	background-color: #9E959A;
	text-align: center;
}
#footer ul.footer_link{
	width: 680px;
	height: 20px;
	margin: 0 auto;
}
#footer ul.footer_link li{
	float: left;
	margin: 0 20px;
	list-style-type: none;
}
#footer ul.footer_link li a{
	font-size: 13px;
	color: #FFF;
}
#footer ul.footer_link li a:before{
	content: "> ";
}
#footer ul.sns_link{
	width: 140px;
	margin: 20px auto 20px;
	overflow: hidden;
}
#footer ul.sns_link li{
	float: left;
	margin: 0 15px 0;
}
#footer ul.sns_link li img{
	width: 40px;
	display: block;
}
#footer p{
	clear: both;
	height: 100%;
	margin: 30px 0 0;
	font-size: 13px;
	color: #FFF;
}






/* Tablet */
@media screen and (max-width: 1000px) {

	br.br_pc{
		display: none;
	}
	#logo {
		text-align: center;
		margin: 0 auto 0;
		float: none;
		padding: 14px 0 0;
	}
	#logo img{
		margin: 0 auto;
	}
	#header_inner {
		z-index: 999;
		width: 100%;
		height: 78px;
	}
	#nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -490px;
		background: #9E959A;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 10px 0;
		z-index: -300;
		float: none;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
	}
	#nav ul li {
		float: none;
		position: static;
	}
	#navigation{
		float: none;
	}
	#navigation li{
		padding: 0;
	}
	#navigation li a span{
		font-size: 12px;
		margin-left: 10px;
	}
	#header #nav ul li a {
		width: 100%;
		display: block;
		line-height: 2.4rem;
		padding: 10px 0;
	}
	#navigation li a::after {
		display: none;
	}
	#navigation li a:hover::after {
		display: none;
	}
	#nav-toggle {
		display: block;
		position: absolute;
		right: 20px;
		top: 30px;
		width: 34px;
		height: 36px;
		cursor: pointer;
		z-index: 200;
	}
	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #FFF;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 11px;
	}
	#nav-toggle span:nth-child(3) {
		top: 22px;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #nav スライドアニメーション */
	.open #nav {
		/* #nav top + #mobile-head height */
		-moz-transform: translateY(570px);
		-webkit-transform: translateY(570px);
		transform: translateY(570px);
	}
	#slider_logo img{
		width: 240px;
	}
}



@media screen and (max-width: 800px) {

	.link_sp{
		display: block;
	}
	.link_pc{
		display: none;
	}
	.main_sp{
		display: block;
	}
	.main_pc{
		display: none;
	}	
	#slider_logo {
		padding-top: 38%;
		text-align: center;
		width: 100%;
		left: auto;
	}
	.flexslider .slides img {
		width: 100%;
	}
	.flexslider .slides {
		overflow: hidden;
	}
	#catch h1{
		font-size: 26px;
	}
	#footer{
		padding: 40px 0 50px;
	}
	#footer ul.footer_link{
		width: 100%;
		height: 100%;
	}
	#footer ul.footer_link li{
		float: none;
		margin: 18px 0;
	}
	.sp_text:after {
		content:attr(data-label);
		font-size: 28px;
	}
	.sp_text img {
		display:none;
	}
	.pc_br{
		display: none;
	}
	.about_inner img{
		width: 50%;
	}
	.cat_ban a img:hover{
		filter:alpha(opacity=100);
		opacity:1.0;
	}
	#ranking .rank a img:hover{
		filter:alpha(opacity=100);
		opacity:1.0;
	}
	.itemlist li a img:hover{
		filter:alpha(opacity=100);
		opacity:1.0;
	}
	#goods .mainphoto a img:hover{
		filter:alpha(opacity=100);
		opacity:1.0;
	}
	.fb-page {
		text-align: center !important;
		margin: 0 auto !important;
	}


}

/* / Tablet */



/* Mobile */
@media screen and (max-width: 640px) {


	body{
		padding: 55px 0 0;
	}
	#header{
		height: 55px;
	}
	#header_inner{
		height: 55px;
	}
	#logo {
		padding: 8px 0 0;
	}
	#logo img{
		width: 100px;
	}
	#nav {
		top: -515px;
	}
	#header #nav ul li a {
		padding: 6px 0;
	}
	#nav-toggle {
		display: block;
		position: absolute;
		right: 17px;
		top: 17px;
		width: 28px;
		height: 22px;
		cursor: pointer;
		z-index: 200;
	}
	#nav-toggle span {
		height: 2px;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 9px;
	}
	#nav-toggle span:nth-child(3) {
		top: 18px;
	}
	#slider_logo img{
		width: 40%;
	}
	#footer_guide_left{
		width: 96%;
		float: none;
		padding: 0 2%;
		margin: 0 0 30px;
	}
	#footer_guide_right{
		width: 96%;
		float: none;
		padding: 0 2%;
	}
	body#about{
		padding: 55px 0 0;
	}

}

@media screen and (max-width: 480px) {


	#catch h1{
		font-size: 20px;
	}
	#slider_logo img{
		width: 40%;
	}
	#ranking .rank{
		width: 80%;
		text-align: center;
		position: relative;
		float: none;
		margin: 40px auto;
		padding: 0 0.6%;
	}
	.itemlist li {
		float: left;
		width: 49%;
		margin-bottom: 2%;
		padding: 0 0.5%;
	}
	.itemlist li:nth-child(2n+1){
		clear: both;
	}
	.menu_add img{
		width: 100%;
		margin: 0 auto 20px;
		float: none;
	}
	.about_inner img{
		width: 100%;
	}
	.cf_sp{
		clear: both;
	}


}


@media screen and (max-width: 360px) {

	br.br_sp{
		display: block;
	}

}

/* / Mobile */



/* flexslider */ 

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
	outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
	display: block;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
@media screen and (max-width: 800px) {
	.flexslider ul li {
	}
}

/* /flexslider */


/* lightbox */
body:after {
  content: url(./img/close.png) url(./img/loading.gif) url(./img/prev.png) url(./img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(./img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(./img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(./img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(./img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* /lightbox */


