@charset "utf-8";

body,div,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend{
	margin:0;
	padding:0;
	color:#46413C;
	line-height:1.2;
	}
body{
	font-family:Helvetica,Lucida Grande,Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:16px;
	line-height:1.2;
	}
table{
	border-collapse:collapse;
	border-spacing:0;
	}
img{
	border:0;
	display:block;
	font-size:0;
	line-height:0;
	}
a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
li{
	list-style-type:none;
	}
p{
	line-height:1.9;
	font-size:16px;
	text-align:justify;
	text-justify:inter-ideograph;
	}
a{
	color:#006CB9;
	text-decoration:none;
	}
a:hover{
	color:#2A99DD;
	text-decoration:underline;
	}
/* RESET HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

header{
	position:relative;
	width:100%;
	max-width:1600px;
	margin:0 auto;
	}
header h1 a{
	display:block;
	padding:38px 20px 38px 20px;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	background-color:#006CB9;
	}
header h1 img{
	width:160px;
	height:auto;
	}
#head{
	max-width:1340px;
	padding:0 40px 0 300px;
	margin:0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position:relative;
	}
#head h2{
	font-size:14px;
	font-weight:normal;
	color:#96918C;
	float:left;
	margin-top:35px;
	}
#head h3{
	float:right;
	margin:20px 0 0 40px;
	height:70px;
	}
#head h3 strong{
	color:#FFF;
	background-color:#46413C;
	font-size:14px;
	font-weight:normal;
	padding:2px 5px 2px 5px;
	display:inline-block;
	}
#head h3 span{
	font-size:28px;
	font-family:"Lato", sans-serif;
	font-weight:normal;
	display:block;
	margin-top:4px;
	}
#head #subul{
	float:right;
	margin-top:35px;
	}
#head #subul li{
	font-size:14px;
	float:right;
	margin-left:15px;
	}
#head #subul li:last-of-type{
	margin-left:0;
	}
#head #subul li a{
	color:#46413C;
	padding:6px 12px 7px 12px;
	background-color:#ECECEC;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	-ms-border-radius:100px;
	}
header #head nav{
	clear:both;
	position:relative;
	z-index:100;
	}
header #head nav ul li,#header2 nav ul li{
	font-size:15px;
	text-align:center;
	float:left;
	width:19%;
	}
header #head nav ul li.m3,#header2 nav ul li.m3{
	width:13%;
	}
header #head nav ul li.m5,#header2 nav ul li.m5{
	width:16%;
	}
header #head nav ul li.m6,#header2 nav ul li.m6{
	width:14%;
	}
li.m0,li.m7,li.m8,li.m9{
	display:none;
	}
header #head nav ul li strong,#header2 nav ul li strong{
	font-weight:normal;
	border-left:1px solid #BEB9B4;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	width:100%;
	display:block;
	}
header #head nav ul li.m6 strong,#header2 nav ul li.m6 strong{
	border-right:1px solid #BEB9B4;
	}
header #head nav ul li a,#header2 nav ul li a{
	color:#46413C;
	padding:10px 0 0 0;
	display:block;
	height:60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
header #head nav ul li a:hover,#header2 nav ul li a:hover{
	border-bottom:3px solid #006CB9;
	text-decoration:none;
	color:#006CB9;
	}
header #head nav ul li ul,#header2 nav ul li ul{
	display:none;
	position:absolute;
	top:0px;
	margin-top:60px;
	padding-top:1px;
	width:auto;
	z-index:20;
	float:none;
	}
header #head nav ul li ul li,#header2 nav ul li ul li{
	text-align:left;
	float:none;
	width:auto;
	min-width:150px;
	position:relative;
	overflow:hidden;
	zoom:1;
	}
header #head nav ul li ul li a,#header2 nav ul li ul li a{
	padding:13px 20px 13px 15px;
	color:#FFF;
	background-color:#006CB9;	
	height:auto;
	position:relative;
	z-index:5;
	border-bottom:1px solid #C7DAE5;
	}
header #head nav ul li ul li a:hover,#header2 nav ul li ul li a:hover{
	background-color:#075484;
	color:#FFF;
	border-bottom:1px solid #C7DAE5;
	}
header #head nav ul li ul li.current_page_item a,#header2 nav ul li ul li.current_page_item a{
	background-color:#075484;
	color:#FFF;
	border-bottom:1px solid #C7DAE5;
	}
#change{
	background-color:#FFF;
	filter: alpha(opacity=9.5);
	-moz-opacity:0.95;
	opacity:0.95;
	width:100%;
	height:60px;
	position:fixed;
	top:0px;
	left:0px;
	border-bottom:1px solid #E6E6E6;
	z-index:10;
	display:none;
	}
#change #header2{
	position:relative;
	}
#header2 nav{
	max-width:1340px;
	padding:0 40px 0 280px;
	margin:0 auto;
	position:relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	height:60px;
	}
#header2 h2 img{	
	position:absolute;
	left:0;
	top:0px;
	width:210px;
	height:60px;
	z-index:10;
	}
#header2 nav ul li a{
	padding:21px 0 0 0;
	}
#header2 nav ul li ul{
	margin-top:60px;
	}
#headbg{
	padding-left:120px;
	height:220px;
	position:relative;
	max-width:1600px;
	margin:0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin-top:60px;
	}
#headbg:after{
	background:url(img/common/headbg.jpg) no-repeat center center;
	-webkit-background-size:cover;
	background-size:cover;
	content:"";
	width:100%;
	height:220px;
	display:block;
	}
#kulink{
	max-width:1080px;
	padding:0 40px;
	font-size:14px;
	color:#96918C;
	text-align:right;
	overflow:hidden;
	zoom:1;
	margin:20px auto 30px auto;
	}
#kulink a{
	margin:0 10px;
	}
#kulink strong{
	margin-left:10px;
	font-weight:normal;
	}
#submenu{
	border-bottom:2px solid #EBF5FB;
	width:100%;
	margin-bottom:60px;
	overflow:hidden;
	zoom:1;
	}
#submenu ul{
	max-width:1080px;
	padding:0 40px;
	margin:0 auto;
	}
#submenu ul li{
	float:left;
	margin:0 15px;
	font-size:16px;
	}
#submenu ul li:first-of-type{
	margin-left:0;
	}
#submenu ul li a{
	padding:15px 20px 25px 20px;
	display:block;
	position:relative;
	color:#96918C;
	}
#submenu ul li a:hover{
	text-decoration:none;
	color:#006CB9;
	}
#submenu ul li a:hover:after{
	content:"";
	height:2px;
	display:block;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0;
	background-color:#006CB9;
	}
#submenu ul li.current_page_item a{
	color:#006CB9;
	}
#submenu ul li.current_page_item a:after{
	content:"";
	height:2px;
	display:block;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background-color:#006CB9;
	}
.titleb{
	font-size:28px;
	line-height:1.5;
	text-align:center;
	}
.titleb strong{
	font-size:20px;
	display:block;
	margin-bottom:8px;
	}
.contents{
	max-width:1080px;
	margin:0 auto;
	padding:0 40px;
	}
#totop{
	display:block;
	position:fixed;
	right:2%;
	bottom:80px;
	width:50px;
	height:50px;
	background-color:#006CB9;
	z-index:30;
	}
#totop:before{
	content:"";
	width:18px;
	height:2px;
	background-color:#FFF;
	position:absolute;
	left:50%;
	top:0;
	margin:19px 0 0 -9px;
	z-index:10;
	}
#totop:after{
	content:"";
	width:10px;
	height:10px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	display:block;
	position:absolute;
	left:50%;
	top:0;
	z-index:10;
	margin:24px 0 0 -6px;
	}
#totop:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#footbg{
	background:url(img/common/footbg.jpg) no-repeat center center;
	padding:70px 0 100px 0;
	display:block;
	-webkit-background-size:cover;
	background-size:cover;
	overflow:hidden;
	zoom:1;
	margin-top:150px;
	}
#foot{
	max-width:1080px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	padding:0 40px;
	}
#foot ul{
	float:left;
	width:35%;
	}
#foot ul li{
	background-color:#FFF;
	margin-top:30px;
	}
#foot ul li:first-of-type{
	padding:30px 10px 35px 10px;
	}
#foot ul li:last-of-type a{
	display:block;
	padding:30px 10px 45px 10px;
	position:relative;
	}
#foot ul li:last-of-type a:after{
	content:"";
	width:0;
	height:0;
	border-top:50px solid transparent;
	border-right:50px solid #006CB9;
	position:absolute;
	right:0;
	bottom:0;
	z-index:5;
	}
#foot ul li:last-of-type a:before{
	content:"";
	width:8px;
	height:8px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	display:block;
	position:absolute;
	z-index:10;
	right:12px;
	bottom:10px;
	}
#foot ul li:last-of-type a:hover{
	text-decoration:none;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#foot ul li h4{
	font-size:22px;
	text-align:center;
	}
#foot ul li h4 strong{
	display:inline-block;
	margin-right:10px;
	background-color:#46413C;
	color:#FFF;
	padding:3px 8px 3px 8px;
	}
#foot ul li h5{
	font-size:34px;
	text-align:center;
	font-family:"Lato", sans-serif;
	font-weight:normal;
	margin-top:15px;
	}
#foot ul li:last-of-type h5{
	font-size:21px;
	}
#foot ul li h5:before{
	content:"";
	width:38px;
	height:27px;
	display:inline-block;
	margin-right:10px;
	background:url(img/common/tel.jpg) no-repeat left center;
	-webkit-background-size:38px auto;
	background-size:38px auto;
	}
#foot ul li:last-of-type h5:before{
	background:url(img/common/mail.jpg) no-repeat left center;
	-webkit-background-size:38px auto;
	background-size:38px auto;
	vertical-align:-5px;
	}
#foot div{
	float:right;
	width:58%;
	}
#foot div table{
	width:100%;
	margin-top:30px;
	}
#foot div table th{
	background-color:#006CB9;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	padding:15px 14px 14px 14px;
	text-align:center;
	vertical-align:middle;
	font-size:18px;
	color:#FFF;
	line-height:1.5;
	font-weight:normal;
	}
#foot div table th:first-of-type{
	text-align:left;
	}
#foot div table th:last-of-type{
	border-right:0;
	}
#foot div table tr:last-of-type th{
	border-bottom:0;
	}
#foot div table tr:last-of-type td{
	border-bottom:0;
	}
#foot div table td{
	color:#006CB9;
	line-height:1.5;
	border-bottom:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	background-color:#FFF;
	padding:15px 14px 14px 14px;
	text-align:center;
	vertical-align:middle;
	font-size:18px;
	}
#foot div table td span{
	width:14px;
	height:14px;
	display:inline-block;
	background-color:#006CB9;
	border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	-o-border-radius:40px;
	-ms-border-radius:40px;
	}
#foot div table td:last-of-type{
	border-right:0;
	}
#foot div h4{
	font-size:16px;
	font-weight:normal;
	margin-top:18px;
	}
footer{
	max-width:1080px;
	margin:0 auto;
	padding:60px 40px 30px 40px;
	overflow:hidden;
	zoom:1;
	}
footer div{
	text-align:center;
	padding-bottom:60px;
	}
footer div h2{
	width:160px;
	margin-right:75px;
	display:inline-block;
	vertical-align:top;
	}
footer div h2 img{
	width:100%;
	height:auto;
	}
footer div h3{
	display:inline-block;
	font-size:16px;
	font-weight:normal;
	line-height:1.5;
	vertical-align:top;
	text-align:left;
	margin-top:10px;
	}
footer div h3 a{
	display:inline-block;
	}
footer div h3 img{
	width:28px;
	height:auto;
	margin-top:20px;
	}
footer ul{
	border-top:1px solid #E6E6E6;
	text-align:center;
	}
footer ul li{
	font-size:16px;
	display:inline-block;
	text-align:left;
	margin:60px 35px 20px 35px;
	vertical-align:top;
	}
footer ul ul{
	border-top:0;
	padding-top:5px;
	}
footer ul ul li{
	font-size:15px;
	margin:8px 0 0 0;
	display:block;
	}
footer ul ul li a{
	color:#808080;
	}
footer #copyright{
	overflow:hidden;
	zoom:1;
	padding:50px 0 0 0;
	}
footer #copyright small{
	font-size:14px;
	color:#808080;
	display:block;
	text-align:center;
	margin-top:6px;
	}
footer #copyright small a{
	color:#808080;
	}
footer #reservb{
	margin-top:40px;
	text-align:center;
	}
footer #reservb a{
	display:inline-block;
	}
footer #reservb img{
	max-width:100%;
	height:auto;
	}
#sectopbg{
	overflow:hidden;
	zoom:1;
	position:relative;
	}
#sectopbg:after{
	content:"";
	display:block;
	width:0px;
	position:absolute;
	width:100%;
	height:500px;
	bottom:-360px;
	right:0;
	z-index:1;
	background-color:#F5F5F5;
	transform:skewY(-3deg);
	transform-origin:top left;
	}
#sectop{
	max-width:1400px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	padding:0px 0 130px 160px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
#sectop img{
	float:right;
	height:auto;
	width:56%;
	margin-top:40px;
	position:relative;
	z-index:2;
	}
#sectop ul{
	float:right;
	width:42%;
	padding-right:14%;
	position:relative;
	z-index:2;
	margin-bottom:20px;
	}
#sectop ul li{
	float:left;
	width:48%;
	margin-right:4%;
	font-size:14px;
	color:#96918C;
	}
#sectop ul li:last-of-type{
	margin-right:0;
	}
#sectop ul li img{
	width:100%;
	height:auto;
	margin-bottom:8px;
	}
#sectop div{
	position:relative;
	z-index:2;
	float:left;
	width:40%;
	margin-top:40px;
	}
#sectop div .titleb{
	text-align:left;
	margin-bottom:30px;
	}
#sectop div .titleb span{
	display:block;
	}
#sectop p strong{
	font-size:18px;
	color:#22B573;
	}
#sectop p a{
	display:inline-block;
	background-color:#006CB9;
	color:#FFF;
	margin-top:45px;
	line-height:1.2;
	font-weight:bold;
	padding:15px 20px 13px 18px;
	}
#sectop p a:hover{
	text-decoration:none;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
#sectop p a:after{
	content:"";
	width:6px;
	height:6px;
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	display:inline-block;
	vertical-align:2px;
	margin-left:35px;
	}
.navi{
	color:#006CB9;
	padding:90px 0 10px 0;
	text-align:right;
	clear:both;
	}
.navi a.page-numbers,.navi .current{
	color:#006CB9;
	padding:5px .6em;
	border:solid 1px #006CB9;
	text-decoration:none;
	font-size:16px;
	font-weight:normal;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	}
.navi a.page-numbers:hover{
	text-decoration:underline;
	color:#2A99DD;
	border:1px solid #2A99DD;
	}
.navi a.next:hover,.navi a.prev:hover{
	color:#2A99DD;
	text-decoration:underline;
	border:0 none;
	}
.navi .current{
	color:white;
	background:#006CB9;
	border-color:#006CB9;
	font-weight:normal;
	}
.navi a.next,.navi a.prev{
	border:0 none;
	color:#006CB9;
	font-size:15px;
	font-weight:100;
	}
#nextback{
	border-top:1px solid #E6E6E6;
	margin-top:60px;
	padding:40px 0 20px 0;
	font-size:16px;
	text-align:center;
	}
#nextback a{
	margin:20px 20px 0 20px;
	display:inline-block;
	}
.post-box{
	overflow:hidden;
	zoom:1;
	}
.post-box img{
	max-width:100%;
	height:auto;
	}
.post-box hr{
	height:1px;
	background-color:#EBEBEB;
	border:none;
	color:#EBEBEB;
	}
.post-box ul li{
	list-style-type:disc;
	margin:11px 0 11px 25px;
	line-height:1.4;
	}
.post-box ol li{
	margin:11px 0 11px 25px;
	line-height:1.4;
	list-style-type:decimal;
	}
img.alignleft{
	display:inline;
	float:left;
	margin:5px 20px 15px 0px;
	}
img.alignright{
	display:inline;
	float:right;
	margin:5px 0px 15px 20px;
	}
.wp-caption.alignleft{
	display:inline;
	float:left;
	margin:5px 17px 15px 0px;
	}
.wp-caption.alignright{
	display:inline;
	float:right;
	margin:5px 0px 15px 17px;
	}
.aligncenter,img.aligncenter{
	clear:both;
	display:block;
	margin:5px auto;
	}
.wp-caption{
	font-size:14px;
	background:#FFF;
	border:1px solid #CCCCCC;
	margin-bottom: 5px;
	line-height:1.3;
	text-align:left;
	max-width:100%;
	height:auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding:0;
	text-align:center;
	}
.wp-caption .wp-caption-text{
	font-size:14px;
	line-height:1.3;
	padding:5px 5px;
	color:#666;
	text-align:left;
	display:inline-block;
	}
.wp-caption a:hover img{
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	}
a:hover img.alignleft,a:hover img.alignright,a:hover img.aligncenter,a:hover img.alignnone{
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	}
.iconset{
	display:inline;
	padding:0 3px 0 3px;
	vertical-align:baseline;
	}
.post-box table{
	border-top:1px solid #EBEBEB;
	margin:8px 0;
	}
.post-box table td{
	border-bottom:1px solid #EBEBEB;
	font-size:16px;
	line-height:1.4;
	padding:10px 15px;
	vertical-align:top;
	text-align:left;
	word-break:break-all;
	}
.post-box table td p{
	font-size:16px;
	line-height:1.4;
	word-break:break-all;
	}
.post-box table td ul li{
	margin:4px 0 4px 25px;
	line-height:1.3;
	list-style-type:disc;
	}
.post-box table td ol li{
	margin:4px 0 4px 25px;
	line-height:1.3;
	list-style-type:decimal;
	}
.post-box table th{
	padding:10px 15px;
	border-bottom:1px solid #EBEBEB;
	background-color:#F5F5F5;
	white-space:nowrap;
	line-height:1.4;
	font-size:16px;
	text-align:left;
	font-weight:normal;
	word-break:break-all;
	}
.post-box table th p{
	line-height:1.4;
	font-size:16px;
	word-break:break-all;
	}
.post-box table th ul li{
	margin:2px 0 2px 25px;
	line-height:1.3;
	list-style-type:disc;
	}
.post-box table th ol li{
	margin:2px 0 2px 25px;
	line-height:1.3;
	list-style-type:decimal;
	}
@media screen and (max-width:1440px){
#sectop{
	max-width:1160px;
	padding:0px 40px 130px 40px;
	}
#sectop img{
	position:absolute;
	right:0;
	top:120px;
	float:none;
	width:50%;
	margin-top:0;
	}
#sectop div{
	float:none;
	width:45%;
	}
#sectop ul{
	position:absolute;
	float:none;
	width:36%;
	padding-right:14%;
	right:0;
	top:90px;
	}
#sectop ul li img{
	position:static;
	right:auto;
	top:auto;
	width:100%;
	}
}
@media screen and (max-width:1140px){
#head h2{
	display:none;
	}
}
@media screen and (max-width:900px){
header h1 a{
	padding:20px 12px 20px 12px;
	z-index:5;
	}
header h1 img{
	width:90px;
	}
#head{
	padding:0 5% 0 0;
	}
#head h3{
	display:none;
	}
#head #subul{
	display:none;
	}
header #head nav{
	position:fixed;
	right:-200px;
	background-color:#463C32;
	width:200px;
	height:100%;
	top:0;
	z-index:100;
	}
header #head nav ul li{
	font-size:18px;
	text-align:left;
	float:none;
	width:100%;
	}
header #head nav ul li.m3{
	width:100%;
	}
header #head nav ul li.m5{
	width:100%;
	}
header #head nav ul li.m6{
	width:100%;
	}
li.m0,li.m7,li.m8,li.m9{
	display:block;
	}
header #head nav ul li strong{
	border-left:0;
	}
header #head nav ul li.m6 strong{
	border-right:0;
	}
header #head nav ul li a{
	padding:21px 15px 19px 15px;
	border-bottom:1px solid #6D645C;
	color:#FFF;
	height:auto;
	}
header #head nav ul li a:hover{
	background-color:#33302E;
	border-bottom:1px solid #6D645C;
	color:#FFF;
	}
header #head nav ul li ul li{
	display:none;
	}
.menu{ width: 25px; height:24px; top:24px; position:absolute; right:30px; cursor:pointer; z-index:50; }
.menu:hover{ filter: alpha(opacity=80);-moz-opacity:0.8;opacity:0.8; }
.menu1{ width:30px; height:4px; background-color:#3C3C3C; position:absolute; top:0px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px; } 
.menu2{ width:30px; height:4px; background-color:#3C3C3C; position:absolute; top:10px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px; } 
.menu3{ width:30px; height:4px; background-color:#3C3C3C; position:absolute; top:20px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px; } 
.menu1,.menu2,.menu3{
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out; /* opera */
	-moz-transition: all 0.5s ease-out; /* firefox */
	-webkit-transition: all 0.5s ease-out; /* chrome, safari */
	-ms-transition: all 0.5s ease-out; /* ie */
	}
.menuclick{
	position:fixed;
	top:35px;
	right:25px;
	margin:0;
	}
.menuclick1{
	top:0px;
	-moz-transform: rotate(405deg);
	-webkit-transform: rotate(405deg);
	-o-transform: rotate(405deg);
	-ms-transform: rotate(405deg);
	transform: rotate(405deg);
	background-color:#DCDCDC;
	}
.menuclick2{
	opacity:0;
	}
.menuclick3{
	top:0px;
	-moz-transform: rotate(-405deg);
	-webkit-transform: rotate(-405deg);
	-o-transform: rotate(-405deg);
	-ms-transform: rotate(-405deg);
	transform: rotate(-405deg);
	background-color:#DCDCDC;
	}
#spbg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#000;
	z-index:10;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	display:none;
	}
#change{
	position:absolute;
	left:-300%;
	top:-300%;
	}
#headbg{
	padding-left:0;
	height:100px;
	margin-top:0;
	}
#headbg:after{
	height:100px;
	}
#kulink{
	padding:0 3% 0 120px;
	font-size:13px;
	margin:15px auto 0 auto;
	}
#kulink a{
	margin:0 2%;
	}
#kulink strong{
	margin-left:2%;
	}
#submenu{
	margin-bottom:40px;
	}
#submenu ul{
	padding:0 5%;
	}
#submenu ul li{
	margin:20px 12px 0 12px;
	font-size:14px;
	}
#submenu ul li:first-of-type{
	margin-left:0px;
	}
#submenu ul li a{
	padding:10px 0px 12px 0px;
	}
.titleb{
	font-size:20px;
	line-height:1.4;
	}
.titleb strong{
	font-size:15px;
	margin-bottom:5px;
	}
.contents{
	padding:0 5%;
	}
#totop{
	right:3%;
	bottom:60px;
	width:44px;
	height:44px;
	}
#totop:before{
	margin:16px 0 0 -9px;
	}
#totop:after{
	margin:21px 0 0 -6px;
	}
#footbg{
	padding:30px 0 40px 0;
	margin-top:100px;
	}
#foot{
	padding:0 5%;
	}
#foot ul{
	float:none;
	width:100%;
	}
#foot ul li{
	margin-top:25px;
	}
#foot ul li h4{
	font-size:19px;
	}
#foot ul li h5{
	font-size:28px;
	}
#foot ul li:last-of-type h5{
	font-size:18px;
	}
#foot ul li h5:before{
	width:30px;
	height:21px;
	-webkit-background-size:30px auto;
	background-size:30px auto;
	}
#foot ul li:last-of-type h5:before{
	-webkit-background-size:30px auto;
	background-size:30px auto;
	vertical-align:-4px;
	}
#foot div{
	float:none;
	width:100%;
	}
#foot div table{
	margin-top:40px;
	}
#foot div table th{
	padding:12px 5px 11px 5px;
	font-size:15px;
	}
#foot div table td{
	padding:12px 5px 11px 5px;
	font-size:15px;
	}
#foot div table td span{
	width:10px;
	height:10px;
	}
#foot div h4{
	color:#FFF;
	}
footer{
	padding:50px 5% 30px 5%;
	}
footer div{
	padding-bottom:40px;
	}
footer div h2{
	width:120px;
	margin:0 auto;
	display:block;
	}
footer div h3{
	display:block;
	margin-top:30px;
	}
footer ul{
	text-align:left;
	}
footer ul li{
	font-size:18px;
	display:block;
	margin:40px 0 0 5%;
	}
footer ul ul li{
	font-size:15px;
	margin:8px 0 0 0;
	}
#sectopbg:after{
	bottom:-380px;
	}
#sectop{
	padding:0px 5% 100px 5%;
	}
#sectop img{
	position:relative;
	right:auto;
	top:auto;
	width:auto;
	max-width:100%;
	margin:25px auto 0 auto;
	}
#sectop ul{
	position:static;
	width:100%;
	padding:25px 0 0 0;
	right:auto;
	top:auto;
	}
#sectop ul li{
	padding-bottom:40px;
	}
#sectop div{
	width:100%;
	margin-top:20px;
	}
#sectop div .titleb{
	margin-bottom:15px;
	}
#sectop div .titleb span{
	display:inline;
	}
#sectop p a{
	margin-top:30px;
	}
.navi{
	padding-top:40px;
	}
#nextback{
	padding-top:20px;
	margin-top:40px;
	}
#nextback a{
	margin:25px 0 0 0;
	display:block;
	}
.post-box table th{
	white-space:normal;
	}
.post-box .youtube{
	position:relative;
	width:100%;
	padding-top:56.25%;
	}
.post-box .youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100% !important;
	height:100% !important;
	}
}