@charset "UTF-8";

/*================================================
 *  CSSリセット table{border-collapse:collapse;border-spacing:0}
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 16px;
	color: #000;
	font-family: "游ゴシック体", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
	line-height: 1.8;	
}

.honbun{
	font-size: 18px;
	line-height: 2.0;
	}


.inner {
	position: relative;
	width: 980px;
	margin: 0 auto;

}

header {
	box-sizing: border-box;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: ;
}

nav {
	width: 100%;
}
nav:after {
	content: '';
	display: block;
	clear: both;
}

#contents {
	box-sizing: border-box;
	overflow: hidden;
	width: 980px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#main {
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	width: 70%;
	padding: 10px;
	background: ;
}

@media (max-width: 767px) {
#main {
	margin-top: 100px;
}
}

#sub {
	box-sizing: border-box;
	overflow: hidden;
	float: right;
	width: 28%;
	padding: 10px;
	background: ;
}

#wide {
	box-sizing: border-box;
	padding: 10px;
	background: ;
}

footer {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

a {
	color: #2a8064;
	text-decoration: none;
}
a:hover {
	color: #2a8064;
	text-decoration: none;
}

h2 {
	padding: 30px 0;
	font-size: 26px;
	color: #2a8064;
	text-align: center;
	background: #e0e0e0;
}
h3 {
	color: #fff;
	font-size: 20px;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 20px;
	margin-bottom: 10px;
	background-color: #336600;
	line-height: 40px;
}
/*h3 {
	margin: 0 0 0.5em 0;
	padding: 3px 5px;
	color: #fff;
	font-size: 16px;
	background-color: #336600;
}*/

h4 {
	margin-bottom: 0.25em;
	font-size: 20px;
	color: #2a8064;
	border-bottom: 3px solid #2a8064;
}

h5 {
	position: relative;
	margin-bottom: 0.25em;
	padding-left: 20px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
h5:before {
	content: "";
	margin-top: -15px;
	position: absolute;
	top: 50%;
	left: -1px;
	width: 7px;
	height: 30px;
	background-color: #7C8C0D;
}

h6 {
	margin-bottom: 0.25em;
	color: #382400;
	font-size: 18px;
	font-weight: bold;
}

p {
	margin: 0 0 1em 0;
}

img {
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #ff0000;
}

pre {
	margin: 1em 0;
	padding: 1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

ul,ol,dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}

dt {
/*	margin-bottom: 0.5em;*/
	border-bottom: 1px dotted #ddd;
}
dt:before {
	content: "";
}
dd {
	margin-bottom: 0.5em;
}
/*
table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
	background: #fff;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #eee;
}
td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ddd;
}
*/
.center{
	text-align: center;
	}
.left{
	text-align: left;
	}
.right{
	text-align: right;
	}

.font_normal{
	font-weight: normal!important;
	}	
.bold{
	font-weight: bold;
	}
.orange{
	color: #F90;
	}
.red{
	color: #C30!important;
	}
.gray{
	color: #666;
	}
.blue{
	color: #06C;
	}
.gold{
	color: #CC0;
	}
.white{
	color: #FFF;
	}
.black{
	color: #000!important;
	}

.txt30{
	font-size: 30px;
}
.txt29{
	font-size: 29px;
}
.txt28{
	font-size: 28px;
}
.txt27{
	font-size: 27px;
}
.txt26{
	font-size: 26px;
}
.txt25{
	font-size: 25px;
}
.txt24{
	font-size: 24px;
}
.txt23{
	font-size: 23px;
}
.txt22{
	font-size: 22px;
}
.txt21{
	font-size: 21px;
}
.txt20{
	font-size: 20px;
}
.txt19{
	font-size: 19px;
}
.txt18{
	font-size: 18px;
}
.txt17{
	font-size: 17px;
}
.txt16{
	font-size: 16px;
}
.txt15{
	font-size: 15px;
}
.txt14{
	font-size: 14px;
}
.txt13{
	font-size: 13px;
}
.txt12{
	font-size: 12px;
}
.txt11{
	font-size: 11px;
}
.txt10{
	font-size: 10px;
}
.lh15{
	line-height: 15px;
}
.lh20{
	line-height: 20px;
}
.lh25{
	line-height: 25px;
}
.lh30{
	line-height: 30px;
}
.indent300{
	padding-left: 400px;
}
.indent350{
	padding-left: 350px;
}
.image100{
	width: 100%!important;
}
.image90{
	width: 90%!important;
}
.image80{
	width: 80%!important;
}
.image70{
	width: 70%!important;
}
.image60{
	width: 60%!important;
}
.image50{
	width: 50%!important;
}

.banner {
	background-image: url(//senryujk.com/images/banner.png);
	background-position: left top;
	background-repeat: no-repeat;
}
/*================================================
 *  ヘッダー
 ================================================*/
header {
	background-color: #FFF;
}
.header_center{
	width: 100%;
	z-index: 10;
/*	text-align: center;*/
	margin-left: -100px;
}


			
header > .inner {
	box-sizing:border-box;	
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	padding: 0px 0;
}
.header_nav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;

	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;

}
/*wide sample*/
.summary {
	position: relative;
	margin: 0;
	padding-bottom: 5px;
	font-size: 12px;
}


.header_right{
	z-index: 0;
	text-align: center;
	display: block;
	width: 250px;
    margin-left: -250px;
}
.header_contact a {
	display: block;
	padding: 2px;
	color: #fff;
	border: 2px solid #006600;
	border-radius: 5px;
	text-decoration: none;
	font-size: 70%;
	background-color: #006600;
	margin-bottom: 50px;
}
.header_contact a:hover {
	color: #FFF;
	border: 2px solid #990000;
	background-color: #990000;
}


@media (max-width: 600px) {
.header_contact a {
	display: none;
}
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
	z-index: 5;
	background-color: #006600;
	}

	/* 共通 */
	nav ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	nav ul li {
		position: relative;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	nav ul li a {
		display: block;
		margin: 0;
		padding: 16px 0;
		background: #006600;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		text-decoration: none;
	}

	nav ul li:hover > a {
	color: #fff;
	background-color: #750000;
	}

	/* 1段目 */
	nav ul.gnav > li {
		position: relative;
		width: 17%;
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
	}

	nav ul.gnav > li:first-child {
		width: 15%;
	}

	nav ul.gnav > li.subnav a {
		padding-right: 20px;
	}

	nav ul.gnav > li.subnav > a:after {
		position: absolute;
		content: "";
		top: 20px;
		width: 0;
		height: 0;
		margin-left: 10px;
		border: 5px solid transparent;
		border-top-color: #fff;
	}

	/* 2段目 */
	nav ul li ul {
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	nav ul li ul li {
		overflow: hidden;
		width: 100%;
		height: 0;
		color: #fff;
		transition: .2s;
	}

	nav ul li ul li a {
	padding: 13px 15px;
	text-align: left;
	background-color: #517700;
	}

	nav ul li ul li a:hover {
	background-color: #640000;
	}

	nav ul li:hover > ul > li {
		overflow: visible;
		height: 40px;
		border-bottom: 1px solid #464545;
	}

	nav ul li:hover ul li:last-child {
		border-bottom: none;
	}

	nav ul.gnav > li:last-child > ul {
		left: 0%;
	}

	nav ul li ul li ul:before {
		position: absolute;
		content: "";
		top: 13px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #fff;
	}

	nav ul.gnav > li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 13px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #fff;
	}

	/* 3段目 */
	nav ul li ul li ul {
		top: 0;
		left: 100%;
	}

	nav ul li ul li ul li {
		width: 100%;
	}

	nav ul li ul li:hover > ul > li {
		border-bottom: 1px solid #464545;
	}

	nav ul.gnav > li:last-child > ul li ul {
		left: -100%;
	}

	nav ul li ul li ul li a {
		background: #3d3d3d;
	}

	nav ul li ul li ul li a:hover {
		background: #363535;
	}

	.gnav {
		display: block !important;
	}

	#spMenu {
		display: none;
	}

	.fixed {
		position: fixed;
		top: 0;
		left: 0;
	}
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size: 12px;
	padding: 20px 10px;
	background: #fcfcfc;
}

#topicpath .inner {
	width: 980px;
	margin: 0 auto;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.submenu li a:before {
	content: "";
	color: #000;
}
.submenu li a {
	display: block;
	padding: 10px 2px;
	color: #000;
	border-bottom: 1px dotted #ddd;
	text-decoration: none;
}
.submenu li a:hover {
	background-color: #F2F7EA;
}

.mokuji li {
	margin: 0;
	list-style: none;
}
.mokuji li a:before {
	content: "▽";
	color: #000;
}
.mokuji li a {
	display: block;
	color: #000;
	border-bottom: 1px dotted #ddd;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
}
.mokuji li a:hover {
	background: #eee;
}
.mokujiSmall {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

.bnr {
	overflow: hidden;
}
.bnr ul {
	overflow: hidden;
}
.bnr li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.bnr li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.bnr img {
	width: 100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
}

.footmenu {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	background-color: #E7E8E1;
	text-align: left;
}
.footmenu ul {
	/*position: relative;*/
	float: left;
	left: 50%;
	margin: 0;
	/*padding: 0;*/
	text-align: left;
}
.footmenu li {
	position: relative;
	left: 15px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 15px;
	font-size: 12px;
	text-align: left;
}
.footmenu a {
	color: #333;
	text-decoration: none;
	text-align: left;
}
.footmenu a:hover {
	color: #2a8064;
	text-decoration: none;
}

.copyright {
	clear: both;
	padding: 20px 0;
	font-size: 11px;
	text-align: center;
	color: #efede9;
	background-color: #336600;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
.totop a {
	display: block;
	text-decoration: none;
}
.totop img {
	background-color: #060;
}
.totop img:hover {
	background-color: #690;
}

/*================================================
 *  クラス
 ================================================*/
.list {
	padding: 0 0 0 0.5em;
}
.list li {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../images/check.png) 0 5px no-repeat;
}

.info dt {
	border-bottom: none;
}
.info dd {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
}

.col_two_one {
	overflow: hidden;
}

.col_two_one ul {
	overflow: hidden;
	margin: 2% -2% 0 0;
}
.col_two_one li {
	list-style: none;
	float: left;
	width: 48%;
	margin: 0 2% 2% 0;
}
.col_two_one li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.col_two_one li:nth-child(2n+1) {
	clear: both;
}
.col_two_one li img {
	width: 100%;
	margin-bottom: 2.5%;
}
/*//////////////////*/
.col_three_one {
	overflow: hidden;
}
.col_three_one ul {
	overflow: hidden;
	margin: 2% -2% 0 0;
}
.col_three_one li {
	list-style: none;
	float: left;
	width: 31%;
	margin: 0 2% 2% 0;
}
.col_three_one li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.col_three_one li:nth-child(3n+1) {
	clear: both;
}
.col_three_one li img {
	width: 100%;
	margin-bottom: 2.5%;
}
.hide {
  /* 表示の切り替えに使用する */
  display: none;
  visility:hidden;
}




/**/
table.info {
	width: 100%;
	padding: 5px;
	font-size: 18px;
	text-align: left;
	line-height: 1.2em;
}
table.info tr {
}

table.info th {
	width: 30%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #060;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFE3CC;
}
table.info td {
	width: 70%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFE3CC;
}
.table.info th,.table.info td,.table.info tr{

	}

table.info tr:last-child td {
}

.y_border{
	width: 100%;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFE3CC;
	}
table.info_g {
	width: 100%;
	padding: 5px;
	font-size: 18px;
	text-align: left;
	line-height: 1.2em;
	border-collapse:collapse;
    table-layout: fixed;
}
table.info_g tr {
}
table.info_g th {
}
table.info_g td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFE3CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFE3CC;
	vertical-align: middle;
    table-layout: fixed;
}
table.info_g th,table.info_g tr:last-child td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFE3CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFE3CC;
	}
.g_1{
	width: 4%;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #060;
	}
.g_2{
	width: 25%;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	}
.g_3{
	width: 20%;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
.g_4{
	width: 30%;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
.g_5{
	width: 15%;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
.g_tit{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #690;
	}
.g_tit_center{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #690;
	text-align: center;
	}

/**/
table.info_kokuchi {
	width: 100%;
	padding: 5px;
	font-size: 18px;
	text-align: left;
	line-height: 1.5em;
}
table.info_kokuchi tr {
}
table.info_kokuchi th {
}
table.info_kokuchi td {
}
table.info_kokuchi tr:last-child td {
}
.koku_1{
	width: 20%;
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #060;
	font-weight: bold;
	}
.koku_2{
	width: 25%;
	font-size: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	}
.koku_3{
	width: 55%;
	font-size: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	}
.koku_border{
	width: 100%;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFE3CC;
	}



@media (max-width: 500px) {
    table.info,table.info_g,info_kokuchi {
        width: 100%;
    }
    table.info th,
    table.info td,
	table.info_g th,table.info_g td,table.info_kokuchi th,table.info_kokuchi td{
        display: block;
        width: 100%;
    }
	.i_honbun,.i_second,.i_first,.y_honbun,.y_second,.y_first,.g_1,.g_2,.g_3,.g_4,.g_5,.koku_1,.koku_2,.koku_3 {
	width: 100%;
	padding-left: 15px;
	}
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	header > .inner {
		padding: 0 10px;
	}

	.inner {
		width: 100%;
	}

	#contents {
		width:100%;
		margin: 10px 0;
		padding: 0 10px;
	}

	#wide {
		width:100%;
		margin: 10px 0;
		padding: 10px;
	}

	#topicpath .inner {
		width: 100%;
	}

	footer {
		width: 100%;
	}

.header_center {
    width: 100%;
    z-index: 10;
    /*text-align: center;
    margin-left: 0px;*/
}

	
	
	
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.lock {
		overflow: hidden;
	}

	header {
	margin-bottom: -100px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	}

	header > .inner {
	display: inline-block;
	padding: 0;
	}

.header_center {
    width: 100%;
    z-index: 10;
    text-align: center;
    margin-left: 0px;
}
.yanagi{
    display:none;
			}
.yanagi2{
    display:none;
			}
.header_right {
	z-index: 0;
	display: inline-block;
	width: 120px;
	height: 0px;
	margin-left: 0px;
	float: right;
	margin-top: -35px;
}	

	header h1 {
		margin-bottom: 10px;
	}

	.summary {
		margin-right: 40px;
		font-size: 10px;
	}

	.header_tel .phonenumber {
		font-size: 18px;
	}

	.header_tel .open {
		font-size: 10px;
	}

	.header_require {
		margin: 0 2px;
	}

	.header_require a {
		padding: 5px 10px;
		font-size: 12px;
	}

	.header_contact {
		margin: 0 5px;
	}
	.header_contact a {
		padding: 5px 10px;
		font-size: 12px;
	}

	nav {
		background: #4A4949;
	}
	nav ul {
		margin: 0;
		padding: 0;
		}

	nav .inner > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 53px;
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 53px);
		height: calc(100% - 53px);
	}
	nav li {
	position: relative;
	width: 100%;
	float: none;
	margin: 0;
	text-align: left;
	list-style: none;
	border-bottom: 1px solid #444;
	background-color: #2E5C2E;
	}

	nav li:first-child {
		border-top: 0;
	}
	nav li:last-child {
		border-bottom: 0;
	}

	nav li a {
		display: block;
		padding: 10px 30px;
		color: #fff;
		text-decoration: none;
	background-color: #2E5C2E;
	}
	nav li a:hover {
	color: #fff;
	background-color: #993300;
	}
	nav ul ul {
		display: none;
		position: relative;
	}
	nav li li a {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 50px;
		text-align: left;
	}

	nav li li li a {
		padding: 10px 30px 10px 70px;
	}

	.subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 30px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #f1f1f1;
	}
	.subnav > a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 30px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
	background-color: #2E5C2E;
	}
	.subnav a:hover:after {
background-color: #993300;
	}

	.active > a:before {
		margin-top: 0;
	}
	.active > a:after {
		margin-top: 5px;
	}

	.gnav {
		display: none;
	}

	#spMenu {
		display: block;
		z-index: 2;
		position: fixed;
		top: 10px;
		right: 10px;
	}
	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 5%;
	background-color: #660;
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -6px;
	}
	#navBtnIcon:after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#navBtn .close:after {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	#main {
		float: none;
		width: 100%;
	}

	#sub {
		float: none;
		width: 100%;
	}

	.slide {
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: -100px;
	margin-left: 0;
	}
	
.bnr {
	overflow: hidden;
}
.bnr ul {
	overflow: hidden;
	margin: 2% -2% 0 0;
}
.bnr li {
	list-style: none;
	float: left;
	width: 48%;
	margin: 0 2% 2% 0;
}
.bnr li:nth-child(2n+1) {
		clear: both;
}
.bnr li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.bnr img {
	width: 100%;
	margin-bottom: 2.5%;
}
}

@media (max-width: 600px) {
.col_three_one {
	overflow: hidden;
	font-size: 70%;
}
.col_three_one ul {
	overflow: hidden;
	margin: 2% -2% 0 0;
}
.col_three_one li {
	list-style: none;
	float: left;
	width: 48%;
	margin: 0 2% 2% 0;
}
.col_three_one li:nth-child(2n+1) {
	clear: both;
}
.col_three_one li img {
	width: 100%;
	margin-bottom: 2.5%;
}
.col_three_one li:nth-child(3n+1) {
    clear: inherit;
}
}
@media (max-width: 500px) {
	.col_two_one ul {
		margin-right: 0;
	}
	.col_two_one li {
		width: 100%;
	}
	.col_two_one li:nth-child(2n+1) {
		clear: both;
	}

.bnr {
	overflow: hidden;
}
.bnr ul {
	overflow: hidden;
}
.bnr li {
	list-style: none;
	float: none;
	width: 100%;
	margin: 0 2% 2% 0;
}
.bnr li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.bnr img {
	width: 100%;
}


}
