@charset "utf-8";

/****************************************
	テンプレートモジュール
****************************************/
/* common
--------------------------- */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* pc or device
--------------------------- */
.pc { display: block; }
.sp { display: none; }

/* fonts
--------------------------- */
.red-txt { color: #f00; }
.white-txt { color: #fff; }
.gray-txt { color: #777; }
.x-large-txt { font-size: 24px; font-size: 2.4rem; line-height: 2.6; }
.large-txt { font-size: 18px; font-size: 1.8rem; line-height: 2.2; }
.normal-txt { font-size: 14px; font-size: 1.4rem; line-height: 1.6; }
.small-txt { font-size: 12px; font-size: 1.2rem; line-height: 1.3; }
.x-small-txt { font-size: 10px; font-size: 1.0rem; line-height: 1.5; }
.italic-txt { font-style: italic; }
.notice-txt { color: #f00; font-size: 12px; font-size: 1.2rem; line-height: 1.3; }
.eng-txt { font-family: zapfhumnst-bt; }
.jp-txt { font-family: mplus-1p-light; }
.current { color: #e8b800; }

/* margin
--------------------------- */
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 1px !important; }
.mt-2 { margin-top: 2px !important; }
.mt-3 { margin-top: 3px !important; }
.mt-4 { margin-top: 4px !important; }
.mt-5 { margin-top: 5px !important; }
.mt-6 { margin-top: 6px !important; }
.mt-7 { margin-top: 7px !important; }
.mt-8 { margin-top: 8px !important; }
.mt-9 { margin-top: 9px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-45 { margin-top: 45px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-55 { margin-top: 55px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-65 { margin-top: 65px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-75 { margin-top: 75px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-85 { margin-top: 85px !important; }
.mt-90 { margin-top: 90px !important; }
.mt-95 { margin-top: 95px !important; }
.mt-100 { margin-top: 100px !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 1px !important; }
.mb-2 { margin-bottom: 2px !important; }
.mb-3 { margin-bottom: 3px !important; }
.mb-4 { margin-bottom: 4px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-65 { margin-bottom: 65px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-75 { margin-bottom: 75px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-85 { margin-bottom: 85px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-95 { margin-bottom: 95px !important; }
.mb-100 { margin-bottom: 100px !important; }
.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: 1px !important; }
.ml-2 { margin-left: 2px !important; }
.ml-3 { margin-left: 3px !important; }
.ml-4 { margin-left: 4px !important; }
.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-25 { margin-left: 25px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-35 { margin-left: 35px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-45 { margin-left: 45px !important; }
.ml-50 { margin-left: 50px !important; }
.ml-55 { margin-left: 55px !important; }
.ml-60 { margin-left: 60px !important; }
.ml-65 { margin-left: 65px !important; }
.ml-70 { margin-left: 70px !important; }
.ml-75 { margin-left: 75px !important; }
.ml-80 { margin-left: 80px !important; }
.ml-85 { margin-left: 85px !important; }
.ml-90 { margin-left: 90px !important; }
.ml-95 { margin-left: 95px !important; }
.ml-100 { margin-left: 100px !important; }
.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: 1px !important; }
.mr-2 { margin-right: 2px !important; }
.mr-3 { margin-right: 3px !important; }
.mr-4 { margin-right: 4px !important; }
.mr-5 { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-25 { margin-right: 25px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-35 { margin-right: 35px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-45 { margin-right: 45px !important; }
.mr-50 { margin-right: 50px !important; }
.mr-55 { margin-right: 55px !important; }
.mr-60 { margin-right: 60px !important; }
.mr-65 { margin-right: 65px !important; }
.mr-70 { margin-right: 70px !important; }
.mr-75 { margin-right: 75px !important; }
.mr-80 { margin-right: 80px !important; }
.mr-85 { margin-right: 85px !important; }
.mr-90 { margin-right: 90px !important; }
.mr-95 { margin-right: 95px !important; }
.mr-100 { margin-right: 100px !important; }
.mg-all-0 { margin: 0 !important; }
.mg-all-1 { margin: 1px !important; }
.mg-all-2 { margin: 2px !important; }
.mg-all-3 { margin: 3px !important; }
.mg-all-4 { margin: 4px !important; }
.mg-all-5 { margin: 5px !important; }
.mg-all-10 { margin: 10px !important; }
.mg-all-15 { margin: 15px !important; }
.mg-all-20 { margin: 20px !important; }
.mg-tb-1 { margin: 1px 0 !important; }
.mg-tb-2 { margin: 2px 0 !important; }
.mg-tb-3 { margin: 3px 0 !important; }
.mg-tb-4 { margin: 4px 0 !important; }
.mg-tb-5 { margin: 5px 0 !important; }
.mg-tb-10 { margin: 10px 0 !important; }
.mg-tb-15 { margin: 15px 0 !important; }
.mg-tb-20 { margin: 20px 0 !important; }
.mg-tb-25 { margin: 25px 0 !important; }
.mg-tb-30 { margin: 30px 0 !important; }
.mg-tb-35 { margin: 35px 0 !important; }
.mg-tb-40 { margin: 40px 0 !important; }
.mg-lr-1 { margin: 0 1px !important; }
.mg-lr-2 { margin: 0 2px !important; }
.mg-lr-3 { margin: 0 3px !important; }
.mg-lr-4 { margin: 0 4px !important; }
.mg-lr-5 { margin: 0 5px !important; }
.mg-lr-6 { margin: 0 6px !important; }
.mg-lr-7 { margin: 0 7px !important; }
.mg-lr-8 { margin: 0 8px !important; }
.mg-lr-9 { margin: 0 9px !important; }
.mg-lr-10 { margin: 0 10px !important; }
.mg-lr-15 { margin: 0 15px !important; }
.mg-lr-20 { margin: 0 20px !important; }
.mg-lr-25 { margin: 0 25px !important; }
.mg-lr-30 { margin: 0 30px !important; }
.mg-lr-35 { margin: 0 35px !important; }
.mg-lr-40 { margin: 0 40px !important; }

/* padding
--------------------------- */
.pt-0 { padding-top: 0px !important; }
.pt-1 { padding-top: 1px !important; }
.pt-2 { padding-top: 2px !important; }
.pt-3 { padding-top: 3px !important; }
.pt-4 { padding-top: 4px !important; }
.pt-5 { padding-top: 5px !important; }
.pt-6 { padding-top: 6px !important; }
.pt-7 { padding-top: 7px !important; }
.pt-8 { padding-top: 8px !important; }
.pt-9 { padding-top: 9px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-35 { padding-top: 35px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-45 { padding-top: 45px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-55 { padding-top: 55px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-65 { padding-top: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-85 { padding-top: 85px !important; }
.pt-90 { padding-top: 90px !important; }
.pt-95 { padding-top: 95px !important; }
.pt-100 { padding-top: 100px !important; }
.pb-0 { padding-bottom: 0px !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-25 { padding-bottom: 25px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-35 { padding-bottom: 35px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-45 { padding-bottom: 45px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-55 { padding-bottom: 55px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-65 { padding-bottom: 65px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-75 { padding-bottom: 75px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-85 { padding-bottom: 85px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-95 { padding-bottom: 95px !important; }
.pb-100 { padding-bottom: 100px !important; }
.pl-0 { padding-left: 0 !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10 { padding-left: 10px !important; }
.pl-15 { padding-left: 15px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-25 { padding-left: 25px !important; }
.pl-30 { padding-left: 30px !important; }
.pl-35 { padding-left: 35px !important; }
.pl-40 { padding-left: 40px !important; }
.pl-45 { padding-left: 45px !important; }
.pl-50 { padding-left: 50px !important; }
.pl-55 { padding-left: 55px !important; }
.pl-60 { padding-left: 60px !important; }
.pl-65 { padding-left: 65px !important; }
.pl-70 { padding-left: 70px !important; }
.pl-75 { padding-left: 75px !important; }
.pl-80 { padding-left: 80px !important; }
.pl-85 { padding-left: 85px !important; }
.pl-90 { padding-left: 90px !important; }
.pl-95 { padding-left: 95px !important; }
.pl-100 { padding-left: 100px !important; }
.pr-0 { padding-right: 0 !important; }
.pr-5 { padding-right: 5px !important; }
.pr-10 { padding-right: 10px !important; }
.pr-15 { padding-right: 15px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-25 { padding-right: 25px !important; }
.pr-30 { padding-right: 30px !important; }
.pr-35 { padding-right: 35px !important; }
.pr-40 { padding-right: 40px !important; }
.pr-45 { padding-right: 45px !important; }
.pr-50 { padding-right: 50px !important; }
.pr-55 { padding-right: 55px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-65 { padding-right: 65px !important; }
.pr-70 { padding-right: 70px !important; }
.pr-75 { padding-right: 75px !important; }
.pr-80 { padding-right: 80px !important; }
.pr-85 { padding-right: 85px !important; }
.pr-90 { padding-right: 90px !important; }
.pr-95 { padding-right: 95px !important; }
.pr-100 { padding-right: 100px !important; }
.pd-all-0 { padding: 0 !important; }
.pd-all-1 { padding: 1px !important; }
.pd-all-2 { padding: 2px !important; }
.pd-all-3 { padding: 3px !important; }
.pd-all-4 { padding: 4px !important; }
.pd-all-5 { padding: 5px !important; }
.pd-all-10 { padding: 10px !important; }
.pd-all-15 { padding: 15px !important; }
.pd-all-20 { padding: 20px !important; }
.pd-tb-5 { padding: 5px 0 !important; }
.pd-tb-10 { padding: 10px 0 !important; }
.pd-tb-15 { padding: 15px 0 !important; }
.pd-tb-20 { padding: 20px 0 !important; }
.pd-tb-25 { padding: 25px 0 !important; }
.pd-tb-30 { padding: 30px 0 !important; }
.pd-tb-35 { padding: 35px 0 !important; }
.pd-tb-40 { padding: 40px 0 !important; }
.pd-lr-1 { padding: 0 1px !important; }
.pd-lr-2 { padding: 0 2px !important; }
.pd-lr-3 { padding: 0 3px !important; }
.pd-lr-4 { padding: 0 4px !important; }
.pd-lr-5 { padding: 0 5px !important; }
.pd-lr-6 { padding: 0 6px !important; }
.pd-lr-7 { padding: 0 7px !important; }
.pd-lr-8 { padding: 0 8px !important; }
.pd-lr-9 { padding: 0 9px !important; }
.pd-lr-10 { padding: 0 10px !important; }
.pd-lr-15 { padding: 0 15px !important; }
.pd-lr-20 { padding: 0 20px !important; }
.pd-lr-25 { padding: 0 25px !important; }
.pd-lr-30 { padding: 0 30px !important; }
.pd-lr-35 { padding: 0 35px !important; }
.pd-lr-40 { padding: 0 40px !important; }

/* float
--------------------------- */
.clearall { clear: both; }
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

/* display
--------------------------- */
.no-disp { display: none; }
.b-disp { display: block; }
.i-disp { display: inline; }


/****************************************
	HTMLタグ
****************************************/
html, body {
	height: 100%;
}
body {
	background: #434343;
	color: #000;
	font-family: '游ゴシック',YuGothic,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',MS Gothic,sans-serif;
	text-align: center;
	line-height: 1.4;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	margin-bottom: 10px;
	font-weight: normal;
}
h1 { font-size: 26px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a:hover {
	color: #f00;
}
a img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}
a:hover img {
	opacity: .8;
}

hr {
	clear: both;
	border: solid 1px #fff;
	border-top-color: #ccc;
	color: #fff;
}
hr.dotted {
	clear: both;
	border: dotted 1px #fff;
	border-top-color: #ccc;
	color: #fff;
}

img {
	-ms-interpolation-mode: bicubic;
	vertical-align: top;
}

strong {
	font-weight: bold;
}

textarea {
	vertical-align: top;
}


/****************************************
	全ページ共通レイアウト
****************************************/
/* #container
--------------------------- */
#container {
	position: relative;
	min-width: 1200px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

/* header
--------------------------- */
#header {
	z-index: 5;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
#header a {
	display: block;
}
#header #header-container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 20px;
}
#header #header-container #header-upper {
	float: left;
	display: table;
}
#header #header-container #header-upper #header-logo {
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 0;
}
#header #header-container #header-upper #header-description {
	display: table-cell;
	vertical-align: top;
}
#header #header-container #header-upper #header-about {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}

#header #header-container #header-description-smp {
	display: none;
}

/* SNS share
--------------------------- */
.atss {
	top: 170px !important;
}
#at4-scc {
	display: none !important;
}
.at4-hide-content {
	display: none !important;
}
.atss .at-share-btn, .atss a {
	width: 2.5pc !important;
}
.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper {
	padding: 4px 0 !important;
}
#at-share-dock-outer {
	display: none !important;
}

/* #gnav
--------------------------- */
#gnav {
	float: right;
	font-size: 14px;
} 
#gnav ul {
	display: table;
	width: 100%;
	margin:0 auto;
}
#gnav ul li {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width : 110px;
	text-align: center;
}
#gnav ul li a,
#gnav ul li span {
	display: block;
	height: 60px;
	width : 100px;
	padding: 23px 0;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
#gnav ul li span.ico-new {
	display: block;
	z-index: 2;
	position: absolute;
	top: -5px;
	right: 5px;
	width: auto;
	height: auto;
	padding: 5px;
	border-radius: 0;
	background-image: none !important;
	background-color: #f00 !important;
}
#gnav #gnav-cat span {
	background: url(../img/common/ico_btn_down.png) no-repeat center 80% #036;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#gnav #gnav-cat span:hover {
	background-color: #06c;
	cursor: pointer;
}
#gnav #gnav-col a,
#gnav #gnav-col span {
	background: #6c6;
}
#gnav #gnav-col a:hover {
	background-color: #06c;
}
#gnav #gnav-cls a,
#gnav #gnav-cls span {
	background: #f96;
}
#gnav #gnav-cls a:hover {
	background-color: #06c;
}
#gnav #gnav-contact a {
	background: #f99;
}
#gnav #gnav-contact a:hover {
	background-color: #06c;
}
/*#gnav ul li a:hover {
	opacity: .8;
}*/

/* .header-listbox
--------------------------- */
.header-listbox {
	display: none;
	position: absolute;
	top: 0;
	right: 20px;
	width: 560px;
	padding: 8px;
	border: solid 2px #fff;
}
.header-listbox .cat-item,
.header-listbox .tag-item {
	float: left;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}
.header-listbox .cat-item a,
.header-listbox .tag-item a {
	padding: 5px;
	background: #fff;
	color: #000;
}
.header-listbox .cat-item a:hover,
.header-listbox .cat-item#btn-list a:hover,
.header-listbox .tag-item a:hover {
	background: #f00;
	color: #fff;
}

/* #header-othercat
--------------------------- */
#header-othercat {
	background: #06c;
}
#header-othercat ul + ul {
	margin-top: 5px;
	padding-top: 5px;
	border-top: solid 2px #fff;
}
#header-othercat .cat-item#btn-list span,
#header-othercat .tag-item#btn-list span {
	display: block;
	padding: 5px;
	background: #036;
	color: #fff;
}
#header-othercat .cat-item#btn-list a[target="_blank"] {
	padding-right: 20px;
	background: url(../img/common/ico_extlink.png) no-repeat 90% center #fff;
	color: #000;
}
#header-othercat .cat-item#btn-list a[target="_blank"]:hover {
	background: url(../img/common/ico_extlink.png) no-repeat 90% center #f00;
	color: #fff;
}


/* #content
--------------------------- */
#main {
	width: 100%;
	background: #fff;
}
#content {
	width: 1200px;
	margin:0 auto;
	padding: 0 20px;
}
#content h2.section-ttl {
	padding: 15px;
	background: #036;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}
#content h3.section-ttl {
	margin-bottom: 0;
	padding: 10px 10px 10px 45px;
	background: url(../img/common/ico_hx_def.png) no-repeat 10px center #036;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
#content .section-item-ttl {
	margin-bottom: 20px;
	padding: 10px;
	background: #fbf3d0;
	font-size: 20px;
	font-weight: bold;
}
#content .section-subitem-ttl {
	margin-bottom: 20px;
	padding: 10px;
	border-top: solid 3px #c06;
	border-bottom: solid 3px #c06;
	color: #c06;
	font-size: 18px;
	font-weight: bold;
}
#content .section-subitemchild-ttl {
	margin-bottom: 20px;
}
#content .content-item + .content-item {
	margin-top: 20px;
}
#content .content-item .content-txt {
	padding: 0 10px 10px;
	font-size: 15px;
	line-height: 1.8;
}
#content .content-item .content-txt p {
	padding: 0;
}
#content .content-item .content-txt a {
	color: #03f;
	text-decoration: underline;
}
#content .content-item .content-txt a:hover {
	color: #f00;
}
#content .content-item .content-txt li {
	margin-left: 30px;
	list-style-type: disc;
}
#content .content-item .content-txt li + li {
	margin-top: 5px;
}
#content .pager {
	display: table;
	width: 50%;
	margin: 0 auto;
	padding: 50px 0 0;
}
#content .pager li {
	display: table-cell;
	vertical-align: middle;
	width: 33.3333%;
	padding: 0 10px;
	text-align: center;
}

/* #content-header */
#content-header {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	min-height: 300px;
}
/* #content-header > #content-info-basic */
#content-header #content-info {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 580px;
	padding: 20px;
	background: #036;
	color: #fff;
}
#content-header #content-info #content-info-basic {
	position: relative;
}
#content-header #content-info #content-info-basic #parent-name {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
#content-header #content-info #content-info-basic #parent-name span {
	padding-bottom: 10px;
	border-bottom: solid 3px #fff;
}
#content-header #content-info #content-info-basic #content-ttl {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
}
#content-header #content-info #content-info-basic #cur-cat {
	margin-bottom: 10px;
}
#content-header #content-info #content-info-basic #cur-cat a {
	display: inline-block;
	min-width: 80px;
	padding: 5px;
	border: solid 2px #fff;
	background: #06c;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
#content-header #content-info #content-info-basic #content-date {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	line-height: 1;
}
#content-header #content-info #content-info-basic #content-date .ico-new {
	margin-left: 5px;
}
/* #content-header > #content-info-detail */
#content-header #content-info #content-info-detail {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 540px;
	padding: 15px 15px 5px;
	border: solid 3px #fff;
	font-size: 14px;
}
#content-header #content-info #content-info-detail .content-info-detail-item {
	margin-bottom: 10px;
}
#content-header #content-info #content-info-detail .content-info-detail-item .item-cell {
	float: left;
	padding: 5px;
	line-height: 1;
}
#content-header #content-info #content-info-detail .content-info-detail-item .item-cell.item-ttl {
	padding: 7px 5px;
	background: #ff3;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}
#content-header #content-info #content-info-detail #cur-tags {}
#content-header #content-info #content-info-detail #cur-tags .tag-item {
	float: left;
	margin-bottom: 10px;
	padding: 2px 4px;
	background: #fff;
	color: #000;
	font-size: 10px;
}
#content-header #content-info #content-info-detail #cur-tags #cur-tags-ttl {
	padding: 2px 5px 2px 20px;
	background: url(../img/common/ico_tag.png) no-repeat 5px center #f99;
	font-weight: bold;
}
#content-header #content-info #content-info-detail #cur-tags .tag-item + .tag-item {
	margin-left: 10px;
}

/* #content-header > #content-img */
#content-header #content-img {
	display: table-cell;
	vertical-align: top;
	width: 580px;
	background: #fff;
}
#content-header #content-img img {
	width: 100% !important;
	height: auto !important;
}

/* content-body */
#content-body {}
#content-body h3 {
	margin-bottom: 0;
	padding: 10px 10px 10px 45px;
	background: url(../img/common/ico_hx_def.png) no-repeat 10px center #036;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
#content-body h4 {
	margin-bottom: 0;
	padding: 10px;
	background: #fbf3d0;
	font-size: 20px;
	font-weight: bold;
}
#content-body p {
	padding: 20px 10px;
	font-size: 14px;
}
#content-body p + p {
	padding-top: 0;
}
#content-body p:after {
	content: " ";
	display: block;
	clear: both;
}
#content-body p + h3,
#content-body p + h4 {
	margin-top: 20px;
}
#content-body p img.alignleft {
	display: inline;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
#content-body p img.alignright {
	display: inline;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
#content-body p img.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: center;
}
#content-body p img.size-thumbnail {
	width: 20%;
	height: auto;
}
#content-body p img.size-medium {
	width: 35%;
	height: auto;
}
#content-body p img.size-large {
	width: 50%;
	height: auto;
}
#content-body p img.size-full {
	float: none !important;
	max-width: 100%;
	height: auto;
}

/* content-section */
.content-section {
	padding: 20px 0;
}
.content-section + .content-section {
	margin-top: 30px;
}

/* #content-list */
#content-list {
	position: relative;
}
#content-list #content-list-container {
}
#content-list #content-list-container .item {
	float: left;
	position: relative;
	overflow: hidden;
	width: 380px;
	height: 250px;
	margin: 0 10px 10px 0;
}
#content-list #content-list-container .item:nth-child(3n) {
	margin-right: 0;
}
#content-list #content-list-container .item a {
	display: block;
}
#content-list #content-list-container .item .item-img img {
	width: 100%;
	height: auto;
}
#content-list #content-list-container .item .item-ttl {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0, .7);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
#content-list #content-list-container .item .item-ttl h3 {
	margin-bottom: 0;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
}
#content-list #content-list-container .item .item-ttl .item-subinfo {
	display: table;
	width: 100%;
	padding: 0 5px 5px;
	font-size: 12px;
}
#content-list #content-list-container .item .item-ttl .item-subinfo .item-subinfo-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 4px;
	color: #fff;
}
#content-list #content-list-container .item .item-ttl .item-subinfo .item-subinfo-ttl {
	width: 60px;
	background: #fff;
	color: #000;
}
#content-list #content-list-container .item .item-cat {
	position: absolute;
	top: 5px;
	left: 5px;
	border: solid 2px #fff;
	background: #06c;
	font-size: 10px;
	line-height: 1;
	text-align: center;
}
#content-list #content-list-container .item .item-cat a {
	display: block;
	padding: 3px;
	color: #fff;
}
#content-list #content-list-container .item .item-cat a:hover {
	background: #f00;
}
#content-list #content-list-container .item .ico-new {
	position: absolute;
	top: 5px;
	right: 5px;
}

/* カテゴリーページ */
#content #cat-ttl-container {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
#content #cat-ttl-container #cat-ttl {
	display: table-cell;
	vertical-align: middle;
	width: 380px;
	text-align: center;
}
#content #cat-ttl-container .section-ttl {
	margin-bottom: 0;
}
#content #cat-ttl-container .section-ttl span {
	padding-bottom: 10px;
	border-bottom: solid 3px #fff;
}
#content #cat-ttl-container #cat-description {
	display: table-cell;
	vertical-align: middle;
	width: 780px;
	background: #eee;
	padding: 20px;
}
#content #cat-ttl-container #cat-description #cat-description-ttl {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
}
#content #cat-ttl-container #cat-description #cat-description-txt {
	font-size: 15px;
	font-weight: bold;
}


/* #block-introduction */
#block-introduction {
	padding: 10px 10px 20px;
	font-size: 14px;
	line-height: 1.8;
}
/* #other-content-container */
#other-content-container {
	display: table;
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
}
#other-content-container .other-content-separator {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding-right: 5px;
}
#other-content-container .other-content-separator:last-child {
	padding-right: 0;
	padding-left: 5px;
}

#other-content-container .content-item {}
#other-content-container .content-item .read {
	padding: 0 10px;
}
#other-content-container .content-item h3 {
	margin-bottom: 10px;
}
#other-content-container .content-item h4 {
	margin-bottom: 10px;
}
#other-content-container .content-item ul,
#other-content-container .content-item ol {
	margin-left: 20px;
}
#other-content-container .content-item ul li {
	list-style-type: disc;
}
#other-content-container .content-item ul li + li,
#other-content-container .content-item ol li + li {
	margin-top: 10px;
}
#other-content-container .content-item p + ul,
#other-content-container .content-item p + ol,
#other-content-container .content-item p + p {
	margin-top: 10px;
}

/* footer
--------------------------- */
#footer {
	width: 100%;
	padding-top: 50px;
	background: #fff;
	text-align: center;
	font-size: 16px;
}
#footer #footer-container {
	display: table;
	width: 1200px;
	padding: 0 20px;
	margin: 0 auto 50px;
}
#footer #footer-container .footer-itemblc {
	display: table-cell;
	vertical-align: top;
	width: 380px;
	text-align: left;
}
#footer #footer-container .footer-itemblc .footer-itemblc-ttl {
	margin-bottom: 10px;
	padding: 10px 5px 10px 45px;
	border-top: solid 3px #000;
	border-bottom: solid 3px #000;
	font-weight: bold;
}
#footer #footer-container #footer-cat .footer-itemblc-ttl {
	background: url(../img/common/ico_category.png) no-repeat 13px center;
	background-size: 30px auto;
}
#footer #footer-container #footer-tag .footer-itemblc-ttl {
	background: url(../img/common/ico_tag_big.png) no-repeat 10px center;
	background-size: 30px auto;
}
#footer #footer-container #footer-otr .footer-itemblc-ttl {
	background: url(../img/common/ico_other.png) no-repeat 10px center;
	background-size: 30px auto;
}
#footer #footer-container .footer-itemblc .cat-item a,
#footer #footer-container .footer-itemblc .tag-item a {
	display: block;
	padding: 0.1em 5px 0.1em 25px;
	background: url(../img/common/ico_link_big.png) no-repeat 5px center;
	color: #000;
	
}
#footer #footer-container .footer-itemblc .cat-item a:hover {
	background-color: #fcf9e8 !important;
}
#footer #footer-container #footer-tag {
	width: 400px;
	padding: 0 10px;
}
#footer #footer-container #footer-otr #footer-resident-link {
	margin-top: 20px;
	padding-top: 20px;
	border-top: dotted 1px #000;
	font-size: 14px;
}
#footer #footer-container #footer-otr #footer-resident-link a {
	padding-left: 15px;
	background: url(../img/common/ico_link_def.png) no-repeat 5px center;
}
#footer #footer-container #footer-otr #footer-resident-link a[target="_blank"] span {
	padding-right: 15px;
	background: url(../img/common/ico_extlink.png) no-repeat 100% center;
}

/* #footer-sns */
#footer #footer-container #footer-otr #footer-sns {
	margin: 20px 0;
}
#footer #footer-container #footer-otr #footer-sns .footer-itemblc-ttl {
	background: url(../img/common/ico_share.png) no-repeat 10px center;
	background-size: 30px auto;
}
#footer #footer-container #footer-otr #footer-sns #footer-sns-ttl {
	margin-bottom: 10px;
	padding: 10px 5px 10px 45px;
	border-top: solid 3px #000;
	border-bottom: solid 3px #000;
	font-weight: bold;
}
#footer #footer-container #footer-otr #footer-sns p {
	line-height: 1 !important;
}
#footer #footer-container #footer-otr #footer-sns p + p {
	margin-top: 10px;
}
#footer #footer-container #footer-otr #footer-sns .fa-2x {
	font-size: 20px;
	line-height: 1.0;
}
#footer #footer-container #footer-otr #footer-sns .fa-2x:before {
	vertical-align: middle;
	font-size: 30px;
}
#footer #footer-container #footer-otr #footer-sns p a {
	display: block;
}
#footer #footer-container #footer-otr #footer-sns p#footer-tw a {
	display: block;
	color: #00aced;
}
#footer #footer-container #footer-otr #footer-sns p#footer-fb a {
	color: #305097;
}
#footer #footer-container #footer-otr #footer-sns p a:hover {
	color: #06c !important;
}

/* #footer-youtube-link */
#footer #footer-youtube-link {}

/* #footer-container-bnr */
#footer #footer-container-bnr {
	display: table;
	width: 1200px;
	margin: 0 auto 50px;
}
#footer #footer-container-bnr li {
	display: table-cell;
	vertical-align: top;
	width: 33.333%;
}
#footer #footer-container-bnr li a {
	display: block;
}

/* #copyright */
#footer #copyright {
	width: 100%;
	background: #eee;
	padding: 50px 0;
	font-size: 12px;
}
#footer #copyright #copyright-container {
	width: 1200px;
	margin: 0 auto;
	padding: 0 100px;
}
#footer #copyright #copyright-container #footer-copyright-bnr {
	margin: 0 auto;
}
#footer #copyright #copyright-container #footer-copyright-bnr h4 {
	width: 80px;
	margin: 0 auto 5px;
	padding-bottom: 5px;
	border-bottom: solid 2px #333;
	font-size: 15px;
	font-weight: bold;
}
#footer #copyright #copyright-container #footer-copyright-bnr p {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
}
#footer #copyright #copyright-container #footer-copyright-bnr p a {
	display: block;
	padding: 5px 16px 5px 10px;
	background: url(../img/common/ico_link_def.png) no-repeat center left, url(../img/common/ico_extlink.png) no-repeat 100% center;
}
#footer-support-bnr {
	margin-bottom: 20px;
}
#footer-support-bnr h4 {
	width: 200px;
	margin: 0 auto 5px;
	padding-bottom: 5px;
	border-bottom: solid 2px #333;
	font-size: 15px;
	font-weight: bold;
}
#footer-support-bnr p {
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	margin: auto 10px;
}
#footer-support-bnr img {
	width: 280px;
}

#footer #copyright #copyright-container #footer-copyright-bnr + #thanks {
	margin-top: 50px;
}
#footer #copyright #copyright-container #thanks {
	margin-bottom: 20px;
	padding: 0 170px;
	font-style: italic;
}

/****************************************
	block module
****************************************/
/* ico
--------------------------- */
.ico-new {
	padding: 5px;
	background: #f00;
	color: #fff;
	font-size: 10px !important;
	font-weight: bold !important;
	line-height: 1 !important;
	text-align: center;
}
.link-def {
	padding-left: 15px;
	background: url(../img/common/ico_link_def.png) no-repeat 5px center;
}
.ico-noitem {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20px !important;
	padding: 5px !important;
	border-radius: 0 !important;
	background: #f00 !important;
	font-size: 10px;
}

/* btn
--------------------------- */
/* .btn-blue */
.btn-blue {
	min-width: 240px;
	background: #06c;
}
.btn-blue a,
.btn-blue span {
	display: block;
	padding: 10px;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: bold !important;
	text-align: center !important;
	text-decoration: none !important;
}
.btn-blue span {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-blue a span {
	padding-left: 25px !important;
}
.btn-blue a:hover,
.btn-blue span:hover {
	background: #f00;
}
/* .btn-red */
.btn-red {
	min-width: 200px;
	background: #c00;
}
.btn-red a,
.btn-red span {
	display: block;
	padding: 10px;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: bold !important;
	text-align: center !important;
	text-decoration: none !important;
}
.btn-red span {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-red a span {
	padding-left: 25px !important;
}
.btn-red a:hover,
.btn-red span:hover {
	background: #f00;
}

/* form-err
--------------------------- */
/* エラー関連 */
.err-disp {
	display: block;
	color: #d94242;
}
.err-input {
	border: solid 1px #d94242 !important;
}
#err-flag {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 3px #d94242;
	text-align: center;
	color: #d94242;
}
#err-flag span {
	font-family: zapfhumnst-bt;
	font-size: 16px; font-size: 1.6rem;
}

/* num-list
--------------------------- */
.num-list {
	margin-left: 40px;
}
.num-list li {
	margin-bottom: 15px;
}
.num-list li:last-child {
	margin-bottom: 0;
}

/* read
--------------------------- */
.read {
	margin-bottom: 20px;
}
.read .fancybox {
	text-decoration: underline;
}

/* form (contactform-7)
--------------------------- */
.wpcf7-form {
	padding: 0 20px;
	font-size: 15px;
}
.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	padding: 1em;
	border: 0;
	background: none;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.wpcf7-submit,
.wpcf7-confirm,
.wpcf7-back {
	width: 200px;
	padding: 1em;
	border: 0;
	background: #06c;
	color: #fff;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.wpcf7-submit:hover,
.wpcf7-confirm:hover {
	background: #f00;
}
.wpcf7-back {
	background: #666;
}
.wpcf7-back:hover {
	background: #999;
}
span.wpcf7-not-valid-tip {
	padding: 0 1em 0.5em;
}
#block-confirm {
	display: table;
	margin: 20px auto 0;
	text-align: center;
}
#block-confirm input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
#block-confirm input {
	display: table-cell;
	vertical-align: top;
}

/****************************************
	device
****************************************/
@media screen and (max-width: 751px) {
	/* pc or device
	--------------------------- */
	.pc { display: none; }
	.sp { display: block; }
		
	/****************************************
		全ページ共通レイアウト
	****************************************/
	/* #container
	--------------------------- */
	#container {
		min-width: 100%;
		width: 100%;
	}
	
	/* header
	--------------------------- */
	#header #header-container {
		width: 100%;
		padding: 0;
		border-bottom: solid 2px #fff;
	}
	#header #header-container #header-upper {
		float: none;
		width: 100%;
	}
	#header #header-container #header-upper img {
		width: 100%;
		height: auto;
	}
	#header #header-container #header-upper #header-logo {
		width: 65%;
		border-radius: 5px 0 0 0;
		background: #fff;
	}
	#header #header-container #header-upper #header-description {
		/*background: #ff3;
		border-radius: 0 0 0 0;*/
		display: none;
	}
	#header #header-container #header-upper #header-about {
		padding: 0;
		width: 35%;
	}
	#header #header-container #header-upper #header-about p {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
	}
	#header #header-container #header-upper #header-about #header-instruction-btn {
		background: #c06;
		border-radius: 0;
	}
	#header #header-container #header-upper #header-about #header-about-btn {
		background: #0068b7;
		border-radius: 0;
	}
	
	#header #header-container #header-description-smp {
		display: block;
		padding: 5px 10px;
		background: #ff3;
		color: #000;
		text-align: left;
	}
	#header #header-container #header-description-smp-copy {
		padding-top: 2px;
		font-size: 0.8rem;
		font-weight: bold;
		line-height: 1.2;
	}
	#header #header-container #header-description-smp-subcopy {
		font-size: 0.8rem;
	}
	
	/* SNS share
	--------------------------- */
	.atss {
		top: inherit !important;
	}
	.atss .at-share-btn, .atss a {
		width: 50% !important;
	}
	.at-share-dock.atss {
		box-shadow: 0 0 0 0 #e2dfe2 !important;
	}
	#at-share-dock-outer {
		display: block !important;
	}
	
	/* #gnav
	--------------------------- */
	#gnav {
		float: none;
		font-size: 10px;
	} 
	#gnav ul li {
		width : 24%;

	}
	#gnav ul li a,
	#gnav ul li span {
		width : 100%;
		height: 40px;
		padding: 15px 0;
		/*border-radius: 0 0 5px 5px;*/
		border-radius: 0;
	}
	#gnav ul li span.ico-new {
		top: auto;
		bottom: -8px;
		right: auto;
		left: -5px;
	}
	#gnav #gnav-cat span {
		background: url(../img/common/ico_btn_down.png) no-repeat center 90% #036;
	}
	#gnav #gnav-otr {
		width : 28%;
	}
	#gnav #gnav-otr a,
	#gnav #gnav-otr span {
		width : 100%;
		height: 20px;
		padding: 5px 0;
		font-size: 10px;
	}
	#gnav #gnav-otr #gnav-tag span {
		padding-left: 0;
		background-image: none;
		border-radius: 0 0 0 0;
	}
	#gnav #gnav-otr #gnav-contact a {
		border-radius: 0 0 5px 5px;
	}
		
	/* .header-listbox
	--------------------------- */
	.header-listbox {
		right: 0;
		width: 100%;
	}
	
	/* #content
	--------------------------- */
	#main {}
	#content {
		width: 100%;
		padding: 0;
	}
	#content h2.section-ttl {
		font-size: 18px;
	}
	#content h3.section-ttl {
		font-size: 15px;
	}
	#content .section-item-ttl {
		margin-bottom: 10px;
		font-size: 15px;
	}
	#content .section-subitem-ttl {
		margin-bottom: 10px;
		font-size: 15px;
	}
	#content .section-subitemchild-ttl {
		margin-bottom: 10px;
	}
	#content .content-item:last-child {
		padding-bottom: 10px;
	}
	#content .content-item + .content-item {
		margin-top: 10px;
	}
	#content .content-item .content-txt {
		font-size: 14px;
		line-height: 1.6;
	}
	#content .content-item .content-txt li {
		margin-left: 20px;
	}
	#content .content-item .content-txt li + li {
		margin-top: 5px;
	}
	#content .pager {
		width: 100%;
		padding: 10px 0 0;
	}
	#content .pager li a {
		font-size: 12px !important;
	}
	#content .pager li.newslist {
		padding: 10px 0;
	}
	#content .pager .btn-blue {
		background-image: none;
	}
	#content .pager .btn-blue a {
		text-align: center !important;
	}
	
	/* #content-header */
	#content-header {
		display: block;
		margin-bottom: 0;
	}
	/* #content-header > #content-info-basic */
	#content-header #content-info {
		display: block;
		width: 100%;
		padding: 10px;
	}
	#content-header #content-info #content-info-basic #parent-name {
		margin-bottom: 10px;
		font-size: 12px;
	}
	#content-header #content-info #content-info-basic #parent-name span {
		padding-bottom: 0;
		border-bottom: none;
	}
	#content-header #content-info #content-info-basic #content-ttl {
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: bold;
	}
	/* #content-header > #content-info-detail */
	#content-header #content-info #content-info-detail {
		position: static;
		width: 100%;
		padding: 5px;
		margin-top: 10px;
		border: solid 2px #fff;
		font-size: 12px;
	}
	#content-header #content-info #content-info-detail .content-info-detail-item {
		margin-bottom: 0;
	}
	#content-header #content-info #content-info-detail .content-info-detail-item + .content-info-detail-item {
		margin-top: 5px;
	}
	#content-header #content-info #content-info-detail .content-info-detail-item + #cur-tags {
		margin-top: 5px;
	}
	#content-header #content-info #content-info-detail .content-info-detail-item .item-cell {
		float: left;
		padding: 0;
		font-size: 10px;
		line-height: 1.4;
	}
	#content-header #content-info #content-info-detail .content-info-detail-item .item-cell.item-ttl {
		padding: 0 5px 0 0;
		background: none;
		color: #ff3;
	}
	#content-header #content-info #content-info-detail .content-info-detail-item #content-info-place {
		margin-right: 10px;
	}
	#content-header #content-info #content-info-detail #cur-tags .tag-item {
		margin-bottom: 5px;
	}
	#content-header #content-info #content-info-detail #cur-tags #cur-tags-ttl {
		padding: 2px 5px 2px 20px;
	}
	
	/* #content-header > #content-img */
	#content-header #content-img {
		display: block;
		width: 100%;
	}
	
	/* content-body */
	#content-body {
		width: 100%;
	}
	#content-body h3 {
		font-size: 16px;
	}
	#content-body h4 {
		font-size: 14px;
	}
	
	/* content-section */
	.content-section {
		padding: 0 0 10px;
	}
	.content-section + .content-section {
		margin-top: 0;
	}
	
	/* #content-list */
	#content-list #content-list-container .item {
		width: 100%;
		height: auto;
		margin: 0;
	}
	#content-list #content-list-container .item .item-ttl {
		background: url(../img/common/ico_link_big_wht.png) no-repeat 98% center rgba(0,0,0, .7);
	}
	#content-list #content-list-container .item .item-ttl h3 {
		font-size: 18px;
	}
	#content-list #content-list-container .item .item-ttl .item-subinfo {
		font-size: 10px;
	}
	#content-list #content-list-container .item .item-ttl .item-subinfo .item-subinfo-ttl {
		width: 50px;
	}

	       /* video-Responsive
        ------------------------------*/
       
        .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        }
 
        .video-container iframe, 
        .video-container object, 
        .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        }

	/* カテゴリーページ */
	#content #cat-ttl-container {
		display: block;
		margin-bottom: 0;
	}
	#content #cat-ttl-container #cat-ttl {
		display: block;
		width: 100%;
		text-align: left;
	}
	#content #cat-ttl-container .section-ttl span {
		padding-bottom: 0;
		border-bottom: none;
	}
	#content #cat-ttl-container #cat-description {
		display: block;
		width: 100%;
		padding: 0;
	}
	#content #cat-ttl-container #cat-description #cat-description-ttl {
		margin-bottom: 0;
		padding: 10px;
		background-color: #ff3;
		color: #000 !important;
		font-size: 18px;
	}
	#content #cat-ttl-container #cat-description #cat-description-txt {
		padding: 10px;
		font-size: 14px;
	}
	
	/* #block-introduction */
	#block-introduction {
		padding: 0 10px 20px;
		line-height: 1.6;
	}
	
	/* #other-content-container */
	#other-content-container {
		display: block;
		line-height: 1.6;
	}
	#other-content-container .content-item h3 {
		margin-bottom: 0;
	}
	#other-content-container .content-item h3 + .read {
		margin-top: 10px;
	}
	#other-content-container .other-content-separator {
		display: block;
		width: 100%;
		padding-right: 0;
	}
	#other-content-container .other-content-separator:last-child {
		padding-left: 0;
	}
	
	#other-content-container .content-item ul,
	#other-content-container .content-item ol {
		margin-left: 20px;
	}

	
	/* footer
	--------------------------- */
	#footer {
		padding-top: 0;
		font-size: 15px;
	}
	#footer #footer-container {
		display: block;
		width: 100%;
		padding: 10px 0;
		margin: 0 auto;
	}
	#footer #footer-container .footer-itemblc {
		display: block;
		width: 100%;
	}
	#footer #footer-container .footer-itemblc + .footer-itemblc {
		margin-top: 20px;
	}
	#footer #footer-container .footer-itemblc img {
		width: 100%;
		height: auto;
	}
	#footer #footer-container .footer-itemlist {
		padding: 0 10px;
	}
	#footer #footer-container #footer-tag {
		width: 100%;
		padding: 0;
	}
	#footer #footer-container #footer-otr .footer-itemlist {
		margin-bottom: 20px;
	}
	#footer #footer-container #footer-otr #footer-resident-link {
		padding: 20px 10px 0;
	}
	
	/* #footer-container-bnr */
	#footer #footer-container-bnr {
		display: block;
		width: 60% !important;
		margin: 20px auto;
	}
	#footer #footer-container-bnr li {
		display: block;
		width: 100%;
	}
	#footer #footer-container-bnr li + li {
		margin-top: 10px;
	}
	#footer #footer-container-bnr li a img {
		width: 100%;
		height: auto;
	}
	
	#footer #footer-container #footer-otr #footer-sns {}
	#footer #footer-container #footer-otr #footer-sns p {
		margin-left: 10px;
	}
	#footer #footer-container #footer-otr #footer-sns #footer-youtube-link {
		display: block;
		width: 60% !important;
		margin: 10px 0 20px 10px;
	}
	#footer #footer-container #footer-otr #footer-sns #footer-youtube-link li a {
		display: block;
		width: 100%;
	}
	#footer #footer-container #footer-otr #footer-sns #footer-youtube-link li a img {
		width: 100%;
		height: auto;
	}
	
	#footer #copyright {
		padding: 20px 0 50px;
		font-size: 10px;
	}
	#footer #copyright #copyright-container {
		width: 100%;
		padding: 0 10px;
	}
	#footer #copyright #copyright-container #footer-copyright-bnr {
		display: block;
	}
	#footer #copyright #copyright-container #footer-copyright-bnr:after {
		content: " ";
		display: block;
		clear: both;
	}
	#footer #copyright #copyright-container #footer-copyright-bnr h4 {
		margin-bottom: 10px;
	}
	#footer #copyright #copyright-container #footer-copyright-bnr li {
		display: block;
		float: left;
		width: 50%;
		padding: 0 5px 10px;
	}
	#footer #copyright #copyright-container #footer-copyright-bnr li:nth-child(odd) {
		padding-left: 0;
	}
	#footer #copyright #copyright-container #footer-copyright-bnr li:nth-child(even) {
		padding-right: 0;
	}
	#footer #copyright #copyright-container #footer-copyright-bnr li a {
		display: block;
	}
	#footer #copyright #copyright-container #footer-copyright-bnr li a img {
		width: 100%;
		height: auto;
	}
	#footer-support-bnr img {
    width: 160px;
    }
	#footer-support-bnr p {
    display: inline-block;
    vertical-align: middle;
    padding: 2px;
    margin: auto 5px;
    }
	#footer #copyright #copyright-container #footer-copyright-bnr p {
		padding: 0;
	}
	#footer #copyright #copyright-container #footer-copyright-bnr + #thanks {
		margin-top: 20px;
	}
	#footer #copyright #copyright-container #thanks {
		padding: 0;
		text-align: left;
	}
	#footer #copyright #copyright-container {
		text-align: center;
	}
/*	#footer #copyright #copyright-container #copyright-txt {
		text-align: left;
	}
*/	
	
	/****************************************
		block module
	****************************************/
	/* ico
	--------------------------- */
	.ico-noitem {
		height: 14px !important;
		padding: 2px 5px !important;
	}
	/* btn
	--------------------------- */
	/* .btn-blue */
	.btn-blue {
		min-width: auto;
		background: url(../img/common/ico_link_big_wht.png) no-repeat 96% center #06c;
	}
	.btn-blue a,
	.btn-blue span {
		font-size: 12px !important;
		text-align: left !important;
	}
	/* .btn-red */
	.btn-red {
		min-width: auto;
		background: url(../img/common/ico_link_big_wht.png) no-repeat 96% center #c00;
	}
	.btn-red a,
	.btn-red span {
		font-size: 12px !important;
		text-align: left !important;
	}

	/* read
	--------------------------- */
	.read {
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	.read .fancybox {
		text-decoration: underline;
	}
	
	/* form (contactform-7)
	--------------------------- */
	.wpcf7-form {
		padding: 0 10px;
		font-size: 14px;
	}
	.wpcf7-confirm {
		width: 130px;
	}
	.wpcf7-submit,
	.wpcf7-back {
		width: 50%;
	}
	div.wpcf7-response-output {
		margin: 0;
		padding: 10px;
	}
}

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