@charset "UTF-8";
/*
Theme Name: 西条市地域創生センター様
Description: 西条市クラウドファンディングサイト
*/
/** HTMLタグの初期化 
********************************************** */
body, form, fieldset,
h1, h2, h3, h4, h5, h6,
blockquote, ul, ol, dl, dd, p {
	margin:0; padding:0;
}
ul li {
	list-style:none;
}

fieldset {
	border:0;
}
input, textarea {
	font-size:1em;
}
input, select {
	vertical-align:middle;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align:baseline;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
table th,
table td {
	margin:0; padding:0;
	text-align:left;
}

html {
	/*
	font-size: 62.5%;
	font-size:77%;		//10px
	font-size:85%;		//11px
	font-size:93%;		//12px
	font-size:100%;		//13px
	font-size:108%;		//14px
	font-size:116%;		//15px
	font-size:123.1%;	//16px
	font-size:131%;		//17px
	font-size:138.5%;	//18px
	font-size:146.5%;	//19px
	font-size:153.9%;	//20px
	font-size:161.6%;	//21px
	font-size:167%;		//22px
	font-size:174%;		//23px
	font-size:182%;
	font-size:189%;
	font-size:197%;
	*/
}

img {
	border:0;
	vertical-align:baseline;
}
h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	text-align: left;
	font-weight:normal;
}

body {
	width: 100%;
	min-width: 1000px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Arial, Helvetica, sans-serif;
	font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
	line-height: 1.8;
	font-size:100%;/*IE*/
	font-size: 18px;
	color: #333;
	-webkit-text-size-adjust: 100%;
	text-align:left;
	background-color: #fff;
}

a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a{
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Arial, Helvetica, sans-serif;
	color:#00a0e8;
	text-decoration:none;
}
a:hover{
	/*color:#243b63;*/
	color:#e4ba10;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

strong{
	font-weight: bold;
}


.aligncenter{
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
}

#contents .kiyaku{
	width: 100%;
	height: 300px;
	overflow: auto;
	margin: 20px 0 50px;
}
#contents .kiyaku h2{

}
#contents p{
	margin-bottom: 30px;
}

/************************************************************************************************/
/* HEADER */
/************************************************************************************************/
#header{
	width: 100%;
	min-width: 1000px;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
#header #header-inner{
	position: relative;
	width: 1000px;
	height: 113px;
	margin: 0 auto;
}
#header #lead{
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-weight: normal;
	width: 1000px;
	margin: 0 auto;
	padding-top: 5px;
	color:#888;
	font-size: 11px;
}
#header #header-inner #logo{
	position:absolute;
	top: 21px;
	left: 0;
	width: 208px;
	height: 67px;
	background: url('images/logo.png') no-repeat;
	background-size: 208px 67px;
}

#logo a:hover img{opacity: 1;}


/************************************************************************************************/
/* GLOBAL NAVIGATION */
/************************************************************************************************/
#gnavi {
	width: 400px;
	height: 40px;
	position: absolute;
	right: 0;
	bottom: 24px;
	z-index: 1000;
}
#gnavi #gnavi-inner {
	width: 400px;
	height: 40px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	zoom: 1;
}
#gnavi li{
	text-align: center;
	line-height: 26px;
	display: inline-block;
	float: left;
	width: 200px;
	height: 26px;
	/*border-left: 1px solid #8696c2;*/
	border-left: 1px solid #ccc;
	margin-top: 7px;

box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
#gnavi li:last-child{
	border-right: 1px solid #ccc;
}

#gnavi li a{
	display: block;
	width: 200px;
	height: 40px;
	text-decoration: none;
	color: #9d9d9d;
	font-size: 15px;
}
#gnavi li a:hover{
	color: #e4ba10;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.acmenu {
	display: none;
}

label.hbutton {
	display: none;
}


/************************************************************************************************/
/* contents */
/************************************************************************************************/
#contents .button,
input[type="submit"]{
	border: 0;
	text-align: center;
	/*border: 1px solid #9d9d9d;*/
	background-color: #00a0e8;
	color: #fff;
	cursor: pointer;
	width: 320px;
	height: 65px;
	line-height: 65px;
	margin: 0 auto;
	display: block;
	font-weight: bold;
	letter-spacing: 1.3px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Arial, Helvetica, sans-serif;

box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;

/*	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);*/
}
#contents .button:hover,
input[type="submit"]:hover{
	border: 0;
	/*background-color: #243b63;*/
	background-color: #e4ba10;
}

#contents .button_2{
	border: 0;
	text-align: center;
	background-color: #00a0e8;
	color: #fff;
	cursor: pointer;
	padding:10px 10px;
	width:500px;
	margin: 0 auto;
	display: block;
	font-weight: bold;
	letter-spacing: 1.3px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Arial, Helvetica, sans-serif;

box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
#contents .button_2:hover{
	border: 0;
	background-color: #e4ba10;
}

#contents .bg_gray{
	background-color: #9d9d9d;
}

#contents .top_link{
	width: 800px;
	height: auto;
	margin: 20px auto 70px;
	clear: both;
	overflow: hidden;
	zoom:1;
}

#contents .top_left{
	float: left;
	width: 500px;
}

#contents .top_right{
	float: right;
	width: 275px;
}

#contents {
	width:1000px;
	margin: 0 auto 70px;
}
#contents #main{
	width: 870px;
	margin: 0 auto;
}

#contents .breadcrumbs{
	/*width: 800px;*/
	margin: 0 auto 15px;
	font-size: 13px;
}
#contents .breadcrumbs .breadcrumb_last{
	display: none;
}


.cat_h1{
	/*background-color: #f3f3f3;*/
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

.cat_yama{
	background: url('images/cat_yama.png') no-repeat;
	width: 1000px;
	height: 128px;
	display: block;
}

.cat_mizu{
	background: url('images/cat_mizu.png') no-repeat;
	width: 1000px;
	height: 128px;
	display: block;
}

.cat_hito{
	background: url('images/cat_hito.png') no-repeat;
	width: 1000px;
	height: 128px;
	display: block;
}


h1{
	text-align: center;
	font-size: 32px;
	margin: 32px 0 25px;
	line-height: 1.5;
	font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
	font-weight: bold;
	box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

h2{
	text-align: center;
	font-size: 32px;
	margin: 30px 0 20px;
	line-height: 1.5;
	font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
	font-weight: bold;
	box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

h2 strong{
	font-size: 24px;
	font-weight: bold;
	padding-left: 12px;
	display: block;
    border-left: 7px solid #9d9d9d;

	box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}


h3{
	font-size: 21px;
	/*border-bottom: 3px dotted #888;*/
    /*border-left: 7px solid rgba(0,152,69,1);*/
    border-left: 7px solid #555;
    background-color: #f3f3f3;
	/*padding: 0 10px 5px;*/
	padding: 10px;
	margin: 40px 0 20px;
	font-weight: bold;
}

#contents .post_wrapper{
	width: 800px;
	margin: 0 auto;
}

#contents img{
	max-width: 100%;
	height: auto;
}

#contents .top_cat{
	width: 800px;
	height: auto;
	margin: 0 auto 50px;
	clear: both;
	overflow: hidden;
	zoom: 1;
}
#contents .top_cat li{
	float: left;
	display: block;
	width: 250px;
	height: 250px;
	margin-right: 25px;
}

#contents .top_cat li:last-child{
	margin-right: 0;
}


#contents .nextBox{
	width: 100%;
	height: auto;
	min-height: 132px;
	clear: both;
	overflow: hidden;
	zoom:1;
	background-color: #f3f3f3;
	padding: 20px;
	margin: 20px 0 50px;

box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
#contents .nextBox .prev, #contents .nextBox .next{
	width: 48%;
	float: left;
	padding: 15px;
	height: auto;
	min-height: 132px;
	background-color: #f8f8f8;

box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
	border: 1px solid #e6e6e6;
}
#contents .nextBox .prev:hover, #contents .nextBox .next:hover{
	background-color: #eee;

	-webkit-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	-ms-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}
#contents .nextBox .prev{
	float: left;
	text-align: left;
	position: relative;
}
#contents .nextBox .next{
	float: right;
	text-align: left;
	position: relative;
}
#contents .nextBox .prev a,
#contents .nextBox .next a{
	display: block;
	max-width: 300px;
	margin: 0 auto;
	min-height: 50px;
	height: auto;
	/*font-weight: bold;*/
}

#contents .nextBox .prev a:hover,
#contents .nextBox .next a:hover{
	color: #000;
}

#contents .nextBox .prev .thumb,
#contents .nextBox .next .thumb{
	max-width: 100px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	height: auto;
	position: absolute;
	top: 15px;
	left: 15px;
}
#contents .nextBox .prev .thumb img,
#contents .nextBox .next .thumb img{
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
}
#contents .nextBox .prev .title,
#contents .nextBox .next .title{
	width: 100%;
	padding-left: 115px;
	min-height:50px;
	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;
}
#contents .nextBox .title{
	margin-bottom: 0;
}


#contents .sideList{
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
	zoom: 1;
	list-style: square inside;
}
#contents .sideList li{
	border-bottom: 1px solid #e6e6e6;
	margin:0;
	padding:7px 0 5px 10px;
	list-style: square inside;
}
#contents .sideList span{padding-right: 10px;}

#contents #profBox{
	width: 100%;
	margin: 0 auto 20px;
	clear: both;
	overflow: hidden;
	zoom: 1;
}
#contents #profBox .profText{
	float: right;
	width: 430px;
	height: auto;
	padding-top: 20px;
}
#contents #profBox .profText .profName1{
	font-size: 30px;
	/*font-weight: bold;*/
	/*font-family: "Times New Roman", Times, serif;*/
}
#contents #profBox .profText .profName2{
	font-size: 12px;
	color: #a3a3a3;
}

#contents #profBox .profText .h-line{
	border-bottom: 1px solid #dddddd;
	margin: 20px 0;
}

#contents #profBox .profText .profName3{
	width: 300px;
	float: left;
}
#contents #profBox .profText .profSocial{
	width: 100px;
	float: right;
}
#contents #profBox .profText .profSocial img{
	width: 33px;
	height: 33px;
	float: right;
	padding-left: 10px;
}

#contents #booksArea{width: 100%; clear: both; overflow: hidden; zoom:1;}
#contents #booksArea .booksBox{float: left; display: inline-block; width: 30%; background-color: #ffffff;}

/************************************************************************************************/
/* newsBox */
/************************************************************************************************/
#main #newsBox{
	width: 100%;
	height: auto;
	overflow: auto;
}
#main #newsBox dl{
	clear: both;
	overflow: hidden;
	zoom:1;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}

#main #newsBox dl dt.newsDate{
	width: 22%;
	float: left;
	color: #555555;
}
#main #newsBox dl dd.newsTitle{
	width: 76%;
	float: right;
}

/************************************************************************************************/
/* postBOX */
/************************************************************************************************/
#contents .postArea{
	width: 100%;
	height: auto;
	clear: both;
	overflow: hidden;
	zoom: 1;
	margin: 24px 0 50px;
}

#contents .postBox{
	width: 300px;
	height: auto;
	float: left;
	padding: 0 24px 0 0;
	border-right: 1px solid #e6e6e6;
	margin: 0 24px 24px 0;
	font-size: 12px;
}
#side .postBox{
	font-size: 12px;
}

#contents .postBox:nth-child(3n){
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

#contents .postBox .postThumbnail{
	width: 300px;
	height: 200px;
	display: block;
	position: relative;
}

#contents .postBox .tagName{
	color: #fff;
	font-size: 12px;
	line-height: 23px;
	min-height: 23px;
	position: absolute;
	left: 0;
	top: 0;
	min-width: 10%;
	height: auto;
}

#contents .postBox .tagName span{
	padding: 0 10px;
	display: inline-block;
	height: auto;
	min-height: 23px;
	float: left;
	background: rgba(0,0,0,0.8);
}

#contents .postBox .tagName span.life{
	background: rgba(248,0,99,0.8);
}

#contents .postBox .tagName span.car{
	background: rgba(53,173,1,0.8);
}

#contents .postBox .tagName span.fashion{
	background: rgba(0,152,69,0.8);
}


#contents .postBox .date,
#side .postBox .date{
	margin: 20px 0 0;
	line-height: 13px;
	color: #888;
	padding: 0;
}

#contents .postBox .title,
#side .postBox .title{
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
}



/* postBOX 1カラム　最新記事 */
#contents .postArea_1c{
	width: 100%;
	height: auto;
	clear: both;
	overflow: hidden;
	zoom: 1;
	margin: 20px 0 50px;
}

#contents .postArea_1c .postBox{
	width: 100%;
	height: 231px;
	float: left;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 25px;
	clear: both;
	overflow: hidden;
	zoom: 1;
}

#contents .postArea_1c .postBox .postThumbnail{
	width: 342px;
	height: 231px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 22px;
}

#contents .postArea_1c .postContent{
	float: right;
	width: 50%;
	height: auto;
}

.postThumbnail .number{
	padding: 0 10px;
	height: auto;
	text-align: center;
	line-height: 23px;
	color: #fff;
	/*background: rgba(0,0,0,0.6);*/
	background: rgba(175,29,52,0.6);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.postThumbnail .no-1{
	background: rgba(230,180,34,0.6);
	/*background: rgba(255,215,0,0.6);*/
}
.postThumbnail .no-2{
	background: rgba(192,192,192,0.6);
}
.postThumbnail .no-3{
	background: rgba(196,112,34,0.6);
}





/* 記事個別ページ　タグスタイル　*/
#contents .single_tag{
	/*padding: 10px 0;*/
	padding: 0;
	clear: both;
	overflow: hidden;
	zoom: 1;
}
#contents .single_tag p{
	margin-bottom: 0;
}

#contents .single_tag .date{
	width: auto;
	height: auto;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}
#contents .single_tag .tagName{
	color: #fff;
	font-size: 12px;
	line-height: 26px;
	min-height: 26px;
	float: left;
	width: auto;
	height: auto;
	position: relative;
	top: 3px;
}

#contents .single_tag .tagName span{
	padding: 0 10px;
	display: inline-block;
	height: auto;
	width: auto;
	float: left;
	background: rgba(0,0,0,0.4);
}

#contents .single_tag .tagName span.life{
	background: rgba(248,0,99,0.8);
}

#contents .single_tag .tagName span.car{
	background: rgba(53,173,1,0.8);
}

#contents .single_tag .tagName span.fashion{
	background: rgba(0,152,69,0.8);
}


#contents .single_catch{
	text-align: center;
	margin-bottom: 20px;
}

#contents .single_catch img{
	width: 100%;
	height: auto;
	display: block;
}


#contents .authorName{
	clear: both;
	overflow: hidden;
	zoom: 1;
}
#contents .authorName img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	float: left;
}
#contents .authorName a{
	float: left;
	line-height: 20px;
}



/************************************************************************************************/
/* FOOTER */
/************************************************************************************************/
#footer {
	width: 100%;
	min-width: 1000px;
	clear:both;
	height: 450px;
	height: auto;
	min-height: 240px;
 	color:#fff;
	font-size: 13px;
	background: url("images/bg_mizu.jpg") no-repeat center;
	background-size: cover;

	-webkit-box-shadow: 0 8px 8px -8px #333 inset;
	-moz-box-shadow: 0 8px 8px -8px #333 inset;
	box-shadow: 0 8px 8px -8px #333 inset;
}

#footer #bg_footer{
	width: 100%;
	height: auto;
	min-width: 1000px;
	/*background-color: #00a0e8;*/
	background: rgba(0,152,69,0.85);
}

#footer #footer-inner {
	width:1000px;
	height: auto;
	margin:0 auto;
	position:relative;
	padding: 40px 0;
}

#footer .address_box{
	width: 550px;
	letter-spacing: 1.5px;
	margin: 0 auto 30px;
	clear: both;
	overflow: hidden;
	zoom: 1;
}
#footer .address_box .address_left{
	float: left;
	width: 210px;
}
#footer .address_box .address_left .flogo{
	width: auto;
	font-size: 65px;
	line-height: 70px;
}
#footer .address_box .address_left .flogo_en{
	padding-left: 7px;
	color: #ccc;
}

#footer .address_box .address_right{
	float: right;
	width: auto;
	font-size: 13px;
	line-height: 1.5;
}
#footer .address_box .address_right .address_title{
	font-size: 18px;
	padding: 3px 0;
}


#footer .flogo span{
	font-size: 13px;
}

#footer .sitemap_list01{
	width: 189px;
	/*height: 300px;*/
	height: 30px;
	float:left;
	font-size: 12px;
	border-left: 1px solid #9d9d9d;
	padding-left: 30px;
	padding-right: 30px;
}

#footer .sitemap_list02{
	width: 188px;
	/*height: 300px;*/
	height: 30px;
	float:left;
	font-size: 12px;
	border-left: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d;
	padding-left: 30px;
	padding-right: 30px;
}

#footer .sitemap_list01 li,
#footer .sitemap_list02 li{
	margin-left: 15px;
}
#footer .sitemap_list01 li.sitemapCat,
#footer .sitemap_list02 li.sitemapCat{
	/*list-style: square inside;*/
	/*list-style: circle inside;*/
	font-size: 15px;
	margin-left: 0;
}

#footer #message_box{
	width: 100%;
	height: auto;
	min-width: 1000px;
	/*background: #344b7c;*/
	background: rgba(157,157,157,0.85);
	font-size: 11px;
}
#footer #message_box #message_box_inner{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

#footer #message_box #message_box_inner #copy{
	width: 100%;
	padding: 20px 0;
	color: #fff;
	text-align: center;
}


#fnavi {
	width: 1000px;
	height: 26px;
	margin: 0 auto 15px;
	z-index: 1000;
	clear: both;
	overflow: hidden;
	zoom: 1;
}
#fnavi #fnavi_inner {
	width: 600px;
	height: 26px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	zoom: 1;
	float: right;
}
#fnavi li{
	text-align: center;
	line-height: 26px;
	display: inline-block;
	float: left;
	width: 200px;
	height: 26px;
	/*border-left: 1px solid #8696c2;*/
	border-left: 1px solid #ccc;

box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
#fnavi li:last-child{
	border-right: 1px solid #ccc;
}

#fnavi li a{
	display: block;
	width: 200px;
	height: 40px;
	text-decoration: none;
	color: #9d9d9d;
	font-size: 15px;
}
#fnavi li a:hover{
	color: #e4ba10;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}





#footer a{
	color: #fff;
	text-decoration:none;
}
#footer a:hover{
	color: #888;
	text-decoration:underline;
}


#footer .button{
	text-align: center;
	/*border: 1px solid #9d9d9d;*/
	background: #00a0e8 url('images/icn_mail.png') no-repeat 24px center;

	cursor: pointer;
	color: #fff;
	width: 280px;
	height: 50px;
	line-height: 53px;
	padding-left: 40px;
	font-size: 17px;
	margin: 0 auto;
	display: block;
	/*font-weight: bold;*/
	letter-spacing: 1.3px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Arial, Helvetica, sans-serif;

box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;

	-webkit-box-shadow: 0 5px 0 rgba(0,152,69,0.5);
	-moz-box-shadow: 0 5px 0 rgba(0,152,69,0.5);
	box-shadow: 0 5px 0 rgba(0,152,69,0.5);
}
#footer .button:hover{
	background-color: #e4ba10;
	color: #fff;
	text-decoration: none;
}

#page_top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	font-size: 12px;
	z-index: 10000;
}
#page_top a {
	background: rgba(0,160,232,1);
	text-decoration: none;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	display: block;
	border-radius: 2px;
	opacity: 0.6;
}
#page_top a:hover {
	text-decoration: none;
	background: rgba(0,160,232,1);
}



/************************************************************************************************/
/* TABLE */
/************************************************************************************************/
input[type="text"], input[type="email"], textarea{
	width: 90%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);

	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);

	border:0;
	padding: 5px;
	/*font-size:1.3em;*/
	font-family:Arial, sans-serif;
	border:solid 1px #e6e6e6;
}

input:focus {
    border:solid 1px #333;
}

#contents table{
	width:100%;
	border:1px solid #e6e6e6;
	border-collapse:collapse;
	border-spacing:0;
	line-height:1.6;
	/*margin-top: 10px;*/
	table-layout: fixed;
}
#contents th{
	width: 35%;
	padding:10px;
	border:1px solid #e6e6e6;
	background:#f3f3f3;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	clear: both;
	overflow: hidden;
	zoom: 1;
}
#contents td{
	padding:10px;
	border:1px solid #e6e6e6;
	vertical-align:middle;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

#contents table strong{
	color: #ffffff;
	background-color: #e99f10;
	font-size: 11px;
	padding: 2px 4px;
	font-weight: normal;
	display: inline-block;
	float: right;
	position: relative;
	vertical-align: middle;
	margin-top: 3px;
}


/************************************************************************************************/
/* TOPPAGE */
/************************************************************************************************/
#viewer {
	margin: 0 auto 15px;
	width: 1000px;
	height: 300px;
	text-align: center;
	overflow: hidden;
	position: relative;
}


#main .topBnrFront,
#main .topBnr{
	clear:both;
	overflow:hidden;
	zoom:1;
	padding: 0;
	margin: 15px 0 30px;
}


#main .topBnrFront .linkBox{
	width: 209px;
	height: auto;
	margin-top: 5px;
}
#main .topBnrFront .linkBox .linkBoxImg{
	width: 209px;
	height: 150px;
	margin: 0 auto 5px;
}
#main .topBnrFront .linkBox p.boxInner{
	height: auto;
	margin-bottom: 5px;
}

#main .topBnr .linkBox{
	width: 220px;
	height: auto;
}
#main .topBnr .linkBox .linkBoxImg{
	width: 220px;
	height: 113px;
	padding: 0;
	margin: 0 0 5px;
}

#main .topBnr .linkBox .linkBoxImg img{
	width: 220px;
	height: 113px;
	padding: 0;
	margin: 0;
}
#main .topBnr .linkBox p.boxInner{
	height: 160px;
	line-height:1.6;
}

#main .topBnr .linkBox .button{
	text-align: center;
	margin: 0 0 5px;
	background-color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	background: -moz-linear-gradient(top,  #333,  #000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#000', GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#000', GradientType=0)";
	background: linear-gradient(to bottom, #333, #000);

	cursor: pointer;
	color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	font-weight: bold;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;

	box-shadow: 0 2px 4px 1px #cccccc;
	-webkit-box-shadow: 0 2px 4px 1px #cccccc;
	-moz-border-box-shadow: 0 2px 4px 1px #cccccc;
}
#main .topBnr .linkBox a.button:hover, #main .linkBox a.button:active{color: #ffffff; text-decoration: none;
	background-color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
	background: -moz-linear-gradient(top,  #333,  #333);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#333', GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#333', GradientType=0)";
	background: linear-gradient(to bottom, #333, #333);

	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}



.news{
	clear:both;
	line-height:1.6;
	margin-bottom: 30px;
}
.news dl{
	clear:both;
	padding:0;
	margin:0;
	width:615px;
	height:auto;
	display:block;
	overflow:hidden;
	zoom:1;
	border-bottom:1px solid #dddddd;
}
.news dt{
	float:left;
	clear:both;
	/*color:#000;*/
	width:130px;
	padding:5px 0;
	display:block;
}
.news dd{
	float:right;
	text-align:left;
	width:480px;
	padding:5px 0;
	display:block;
}
.news dd .postTitle{font-size: 18px;}
#main .news dd p{margin: 0;}




/************************************************************************************************/
/* 記事ページ　ソーシャルボタン */
/************************************************************************************************/
ul.share_btn {
	display: block;
	width: 100%;
	height: 41px;
	margin: 10px auto 20px;
	clear: both;
	overflow: hidden;
	zoom: 1;

box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.share_btn li {
float: left;
width: 25%;
height: 41px;
margin: 0;
padding: 0 1px;
list-style: none;
display: block;
box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.share_btn a {
display: block;
color: #fff;
text-decoration: none;
font-weight: bold;
text-align: center;
height: 41px;
line-height: 43px;
padding: 0;
}

span.social_icon {
margin-right: 3px;
font-size: 16px;
}

.share_btn li:last-child {
margin-right: 0;
}

.share_btn:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

a.facebook_btn {
background: #3b5998 url("images/sb_fb.png") no-repeat 10px center;
background-size: 26px 26px;
display: block;
}

a.twitter_btn {
background: #55acee url("images/sb_tw.png") no-repeat 10px center;
background-size: 32px 32px;
display: block;
}

a.hatebu_btn {
background: #2486c9 url("images/sb_hatena.png") no-repeat 10px center;
background-size: 34px 34px;
display: block;
}

a.line_btn {
background: #00c300 url("images/sb_line.png") no-repeat 10px center;
background-size: 32px 32px;
display: block;
}



span.hatebu_icon {
font-family: Verdana;
margin-right: 3px;
font-size: 16px;
}

a.hatebu_btn span {
position: relative;
top: -1px;
}



/************************************************************************************************/
/* PAGE NAVI */
/************************************************************************************************/
.tablenav {
	margin: 10px auto 20px;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .next, .tablenav .prev {
	text-decoration: none;
	border: 1px solid #efefef;
	padding: 7px 10px;
	margin: 2px;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}

a.page-numbers:hover{
	background-color: #e4ba10;
	color: #ffffff;
}

.tablenav .current {
	background-color: #e4ba10;
	color: #ffffff;
	font-weight: bold;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}

.tablenav .current{
	font-weight: bold;
	text-decoration: none;
	/*border: 1px solid #000;*/
	padding: 7px 10px;
	margin: 2px;
}



/************************************************************************************************/
/************************************************************************************************/
/* ■スマートフォン用CSS■ */
/************************************************************************************************/
/************************************************************************************************/
@media(max-width: 700px){

body{
	width: 100%;
	min-width: 100%;
}

#contents .button_2{
	width: 100%;
	font-size: 60%;
	font-weight:normal;
}



/************************************************************************************************/
/* HEADER SP */
/************************************************************************************************/
#header{
	width: 100%;
	min-width: 100%;
	height: 70px;
	padding: 15px 10px;
	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 #header-inner{
	width: 100%;
	height: auto;
	position: static;
	text-align: center;
}

#header #header-inner #logo {
	display: block;
	position: static;
	width: 104px;
	height: 33.5px;
	background-size: 100% 100%;
	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 #header-inner #tel {
	display: none;
}

#logo img{width: 100px; height: auto;}



	.acmenu {
		display: block;
	}
	
	label.hbutton {
		color: #00a0e8;
		display: block;
		margin: 0;
		padding: 2px 7px 0 5px;

	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
		line-height: 38.5px;
		height: 38.5px;
		font-size: 38px;
		text-align: right;
		position: absolute;
		top: 15px;
		right: 10px;
		border: 1px solid #00a0e8;
		border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	clear: both;
	overflow: hidden;
	zoom:1;
	}
	label.hbutton span{
		font-size: 15px;
		display: inline-block;
		padding-left: 3px;
		padding-bottom: 10px;
		float: right;
	}
	
	input[type="checkbox"].on-off{
		display: none;
	}
	
	.acmenu ul {
		/*border-top: 1px solid #9d9d9d;*/
		border-top: 1px solid #fff;

		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		margin: 0;
		padding: 0;
		list-style: none;
		background-color: #00a0e8;
	}
	
	.acmenu li a {
		text-align: center;
		display: block;
		padding-left: 0;
		/*color: #333;*/
		color: #fff;
		font-weight: normal;
		line-height: 47px;
		/*border-bottom: 1px solid #e6e6e6;*/
		/*border-bottom: 1px solid #9d9d9d;*/
		border-bottom: 1px solid #fff;
		background-color: #00a0e8;

	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
	
	input[type="checkbox"].on-off + ul{
		height: 0;
		overflow: hidden;
	}
	
	input[type="checkbox"].on-off:checked + ul{
		height: 240px;
	}


	#header .hbtn01 {
		position:absolute;
		left: 120px;
		top: 40px;
		width: 73px;
		height: 27px;
	}
	#header .hbtn02 {
		position:absolute;
		left: 200px;
		top: 40px;
		width: 73px;
		height: 27px;
	}




/************************************************************************************************/
/* GLOBAL NAVIGATION SP */
/************************************************************************************************/
#gnavi {
	display: none;
	position: relative;
	z-index: 1000;
	width: 100%; height: 120px;
}
#gnavi #gnavi-inner {
	width: 100%; height: 120px;
	border-bottom: 1px solid #000;
}
#gnavi #gnavi-inner li:nth-child(odd){border-left: 1px solid #333;}
#gnavi #gnavi-inner li:first-child{display: none;}
#gnavi li:last-child{border-right: 0; width:49.6%;}

#gnavi li{
	border-left: 0;
	border-bottom: 1px solid #000;
	width: 49.9%;
	margin-top: 0;
	line-height: 40px;
	height: 40px;
}

#gnavi li a{
	display: block;
	width: 100%;
	text-decoration: none;
	margin: 0;
	padding: 0;
	line-height: 40px;
	height: 40px;
}


/************************************************************************************************/
/* CONTENTS SP */
/************************************************************************************************/
#contents{
	width: 100%;
	margin: 0 auto;
	clear:both;
	overflow: hidden;
	zoom: 1;
	padding: 0 10px 50px;
	box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
#contents .post_wrapper{
	width: 100%;
	height: auto;
}

#contents .single_tag{
	font-size: 13px;
}

#contents table strong{
	float: none;
	display: block;
	width: 24px;
}


#contents img{
	max-width: 100%;
	height: auto;
}

.cat_yama{
	background: url('images/cat_yama.png') no-repeat;
	width: 100%;
	height: auto;
	display: block;
	background-size: 100% 100%;
}

.cat_mizu{
	background: url('images/cat_mizu.png') no-repeat;
	width: 100%;
	height: auto;
	display: block;
	background-size: 100% 100%;
}

.cat_hito{
	background: url('images/cat_hito.png') no-repeat;
	width: 100%;
	height: auto;
	display: block;
	background-size: 100% 100%;
}

h1,h2{
	font-size: 24px;
}

#contents .top_link{
	width: 100%;
	height: auto;
}
#contents .top_link .top_left{
	float: none;
	width: 100%;
}
#contents .top_link .top_right{
	float: none;
	width: 100%;
	margin-top: 10px;
	height: 41px;
	line-height: 43px;
}

#contents .top_cat{
	width: 100%;
	margin-bottom: 40px;
}
#contents .top_cat li{
	/*float: none;*/
	max-width: 33%;
	height: auto;
	margin: 0 auto 10px;
	padding: 0 5px;
	box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
#contents .top_cat li:last-child{
	margin-right: auto;
}

#contents .top_cat li img{
	max-width: 100%;
	height: auto;
}

iframe{
	width: 100%;
	max-width:100%;
	height:100%;
	min-height: 240px;
	display: block;
}

#contents .button,
input[type="submit"]{
	width: 100%;
	height: 65px;
	line-height: 65px;
	/*font-weight: bold;*/
}

#contents .breadcrumbs{
	margin: 10px auto;
	padding: 0;
	font-size: 12px;
}


/* 前後の記事へ */

#contents .nextBox{
	width: 100%;
	height: auto;
	min-height: 132px;
	clear: both;
	overflow: hidden;
	zoom:1;
	background-color: #e6e6e6;
	padding: 20px;
	margin: 20px 0 50px;

box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
#contents .nextBox .prev, #contents .nextBox .next{
	width: 100%;
	float: none;
	padding: 15px;
	height: auto;
	min-height: 132px;
	background-color: #f8f8f8;

box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
	border: 1px solid #ccc;
}
#contents .nextBox .prev:hover, #contents .nextBox .next:hover{
	background-color: #eee;

	-webkit-transition: background-color 0.4s linear;
	-moz-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	-ms-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}
#contents .nextBox .prev{
	float: none;
	text-align: left;
	position: relative;
	margin-bottom: 10px;
}
#contents .nextBox .next{
	float: none;
	text-align: left;
	position: relative;
}
#contents .nextBox .prev a,
#contents .nextBox .next a{
	display: block;
	max-width: 300px;
	margin: 0 auto;
	min-height: 50px;
	height: auto;
	/*font-weight: bold;*/
}

#contents .nextBox .prev a:hover,
#contents .nextBox .next a:hover{
	color: #000;
}

#contents .nextBox .prev .thumb,
#contents .nextBox .next .thumb{
	max-width: 100px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	height: auto;
	position: absolute;
	top: 15px;
	left: 15px;
}
#contents .nextBox .prev .thumb img,
#contents .nextBox .next .thumb img{
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
}
#contents .nextBox .prev .title,
#contents .nextBox .next .title{
	width: 100%;
	padding-left: 115px;
	min-height:50px;
	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;
}

a.facebook_btn {
background: #3b5998 url("images/sb_fb.png") no-repeat center center;
background-size: 26px 26px;
display: block;
text-indent: -9999px;
}

a.twitter_btn {
background: #55acee url("images/sb_tw.png") no-repeat center center;
background-size: 32px 32px;
display: block;
text-indent: -9999px;
}

a.hatebu_btn {
background: #2486c9 url("images/sb_hatena.png") no-repeat center center;
background-size: 34px 34px;
display: block;
text-indent: -9999px;
}

a.line_btn {
background: #00c300 url("images/sb_line.png") no-repeat center center;
background-size: 32px 32px;
display: block;
text-indent: -9999px;
}



/************************************************************************************************/
/* FOOTER SP */
/************************************************************************************************/
#footer{
	width: 100%;
	min-width: 100%;
	height: auto;
}
#footer #bg_footer{
	width: 100%;
	min-width: 100%;
}
#footer #footer-inner{
	width: 100%;
	height: auto;
	padding: 30px 10px;
box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}


#fnavi {
	width: 100%;
	height: auto;
	margin: 0 auto 15px;
	z-index: 1000;
	padding: 0 10px;
	box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
#fnavi #fnavi_inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	zoom: 1;
	float: none;
}
#fnavi li{
	text-align: left;
	line-height: 26px;
	display: inline-block;
	float: none;
	width: 100%;
	height: 26px;
	/*border-left: 1px solid #8696c2;*/
	border-left: 0;

box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
#fnavi li:last-child{
	border-right: 0;
}

#fnavi li a{
	display: block;
	width: 200px;
	height: 26px;
	text-decoration: none;
	color: #9d9d9d;
	font-size: 15px;
}
#fnavi li a:hover{
	color: #e4ba10;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#footer .address_box{
	width: 100%;
	letter-spacing: 1.5px;
	margin: 0 auto 21px;
	clear: both;
	overflow: hidden;
	zoom: 1;
}
#footer .address_box .address_left{
	float: none;
	width: 210px;
}
#footer .address_box .address_left .flogo{
	width: auto;
	font-size: 41px;
	line-height: 47px;
}
#footer .address_box .address_left .flogo_en{
	padding-left: 3px;
	color: #ccc;
}

#footer .address_box .address_right{
	float: none;
	width: auto;
	padding-left: 3px;
	font-size: 13px;
	line-height: 1.5;
}
#footer .address_box .address_right .address_title{
	font-size: 18px;
	padding: 3px 0;
}

#footer #copy_box {
	width: 100%;
	min-width: 100%;
	height: 100px;
	padding: 0 10px;
	box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
#footer #copy_box #copy_box_inner{
	width: 100%;
	height: 100%;
}

#footer #copy_box #copy{
	position: static;
	padding-bottom: 5px;
}

#footer .sitemap_list01{
	width:100%;
	height: auto;
	padding: 0;
	float:none;
	font-size: 12px;
	border-left: 0;
	margin-bottom: 20px;
}

#footer .sitemap_list02{
	width:100%;
	height: auto;
	padding: 0;
	float:none;
	font-size: 12px;
	margin-left: 0;
	border-left: 0;
	border-right: 0;
}

#footer #message_box{
	width: 100%;
	min-width: 100%;
	height:auto;
	background: rgba(157,157,157,0.85);
	padding: 0 10px;
	color: #9d9d9d;
	font-size: 11px;
	box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
#footer #message_box #message_box_inner{
	width: 100%;
	height:auto;
	margin: 0 auto;
	position: relative;
}


/************************************************************************************************/
/* TOPPAGE SP */
/************************************************************************************************/

#contents .postArea{
	margin: 20px 0 0;
}

#contents .postArea .postBox{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e6e6e6;
	min-height: 50px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	clear: both;
	overflow: hidden;
	zoom: 1;
	padding-right: 0;
	margin-right: 0;
}

#contents .postArea .postBox .postThumbnail{
	width: 40%;
	height: auto;
	float: left;
	display: block;
	margin: 0;
}
#contents .postArea .postBox .postThumbnail a{
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
	position: static;
}
#contents .postArea .postBox .postThumbnail img{
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
	position: static;
}
#contents .postArea .postBox .postContent{
	width: 56%;
	float: right;
	min-height: 30px;
box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

#contents .postArea .postBox .title{
	padding: 0;
	font-size: 15px;
	margin: 5px 0;
	font-weight: normal;
}
#contents .postArea .postBox .date{
	padding: 0;
	margin: 0;
}

#contents .tagName{
	font-size: 11px;
	line-height: 15px;
	min-height: 15px;
}
#contents .tagName span{
	padding: 4px 5px 0;
}



/************************************************************************************************/
/* CV BOX SP */
/************************************************************************************************/
#main .cvBox{width: 100%; border: 3px solid #333; text-align: center; clear: both; overflow: hidden; zoom:1;
box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
background-color: #f9f9f9;
padding: 15px 15px 18px;
margin: 30px 0;
}
#main .cvBox .telBox{width: 100%; float: none; border:0; border-bottom: 1px solid #dddddd; padding-bottom: 10px; margin-bottom: 15px;
box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;}
#main .cvBox .formBox{width: 100%; float: none;box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;}
#main .cvBox .button{
	text-align: center; margin: 0 auto;
	cursor: pointer;  color: #ffffff;
	width: 100%; height: 36px; line-height: 36px;
	display: block;
	margin-top: 5px;
}
#main .cvBox .button:hover, #main .cvBox .button:active{color: #ffffff; text-decoration: none;}

#main .cvBox .cvBoxTitle1{font-size: 18px; font-weight: bold; border-bottom: 1px solid #dddddd; padding-bottom: 10px; margin-bottom: 15px;}
#main .cvBox .cvBoxTitle2{font-size: 15px;}
#main .cvBox .phoneNum{
	font-size: 40px;
	line-height: 40px;
	padding-top: 5px;
	color: #333;
	padding-bottom: 3px;
	/*font-weight: bold;*/
}


}



/************************************************************************************************/
/* KeyVisual */
/************************************************************************************************/

#keyVisual{
	width: 100%;
	height: auto;
	display: block;
	margin: 1px auto 15px;
}

#keyVisual img{
	/*width: 100%;*/
	max-width: 100%;
	width: 1000px;
	margin: 0 auto;
	height: auto;
	display: block;
}

.wideslider {
    width: 100%;
    height: auto;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url('images/home/prev.jpg') no-repeat right center;}
.slider_next {background: #fff url('images/home/next.jpg') no-repeat left center;}
 
.pagination {
    bottom: 5%;
    left: 0;
    width: 100%;
    height: 10px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    display: inline-block;
    overflow: hidden;
    background: #000;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
