@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese');
/*	レイアウト
---------------------------------*/
body {
	width: 100%;
	background: url(../images/common/bg_base.png) center center;
	line-height: 1.6;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	counter-reset: section;
}
#wrapper {
	overflow: hidden;
}

/*	ヘッダー
---------------------------------*/
header {
	position: relative;
	margin: auto;
	max-width: 1100px;
}
header:before {
	content: "";
	position: absolute;
	top: 45px;
	right: calc(100% + 100px);
	width: 313px;
	height: 279px;
	background: url(../images/common/img_hd_ojct01.png) no-repeat center center;
	background-size: contain;
}
header:after {
	content: "";
	position: absolute;
	top: 45px;
	left: calc(100% + 100px);
	width: 304px;
	height: 320px;
	background: url(../images/common/img_hd_ojct02.png) no-repeat center center;
	background-size: contain;
}
h1 {
    font-size: 12px;
    margin-left: 1%;
}
@media screen and (max-width:1100px) {
.hd-inr {
	padding-left: 10px;
	padding-right: 10px;
}
}
@media screen and (max-width: 767px) {
.hd-inr {
	padding: 8px 10px 10px;
}
.hd-logo {
	margin: 0 10px 0 0;
	width: 90px;
}
}

/*	フッター
---------------------------------*/
footer {
	position: relative;
	padding: 0;
}
footer:after {
	content: "";
	position: absolute;
	bottom: calc(100%);
	left: 0;
	width: 100%;
	height: 257px;
	background: url(../images/common/img_ft_ojct.png) no-repeat center center;
	z-index:-1;
}
.ft-nav {
	padding: 30px 0;
	font-size: 0.8125rem;
}
.ft-nav ul {
	margin: 0;
	text-align: left;
	line-height: 1;
}
.ft-nav li {
	margin: 0 20px 10px 0;
	padding: 0 20px 0 0 ;
	border-right: 1px solid #7d7b7b;
}
.ft-nav li:last-of-type {
	margin-right: 0;
	padding-right: 0;
	border: none;
}
.ft-copyright {
	position: relative;
	background: #94d6c4;
	text-align: center;
	font-size: 0.8125rem;
	color: #fff;
	line-height: 40px;
}
.ft-pagetop {
	position: absolute;
	bottom: 130%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 100%;
	max-width: 1100px;
	text-align: right;
	z-index: 100;
}
@media screen and (max-width: 1100px) {
.ft-inr {
	padding: 30px 10px;
}
.ft-nav li {
	margin: 0 10px 10px 0;
	padding: 0 10px 0 0 ;
}
.ft-pagetop {
	padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
footer {
	position: relative;
	padding: 0;
}
footer:after {
	height: 150px;
	background-size: auto 100%;
}
.ft-nav {
}
.ft-copyright {
	font-size: 0.625rem;
	line-height: 30px;
}
.ft-pagetop {
	bottom: 110%;
}
}

/*	グローバナビ（PC用）
---------------------------------*/
/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
}
.pc-nav .nav-inr {
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 35px 0 5px;
	width: 100%;
}
.pc-nav .logo {
	-webkit-order: 2;
	order: 2;
}
.pc-nav .nav-left {
	-webkit-order: 1;
	order: 1;
}
.pc-nav .nav-left li {
	margin: 0 0 0 35px;
}
.pc-nav .nav-right {
	-webkit-order: 3;
	order: 3;
}
.pc-nav .nav-right li {
	margin: 0 35px 0 0;
}
.pc-nav ul li {
	position: relative;
	padding: 0;
}
.pc-nav ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;	
	font-size: 0.9378rem;
	line-height: 1.3;
}
@media screen and (max-width:1100px) {
.pc-nav .nav-left li {
	margin: 0 0 0 15px;
}
.pc-nav .nav-right li {
	margin: 0 15px 0 0;
}
}
@media screen and (max-width:1023px) {
.pc-nav .nav-left {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0 15px 0 0;
	width: 40%;
}
.pc-nav .nav-right {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0 0 0 15px;
	width: 40%;
}
}
@media screen and (max-width:767px) {
.pc-nav {
	display: none;
}
.sp-nav ul li.last {
	display: none;
}
}

/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle,
header nav.sp-nav {
	display:none;
}
@media screen and (max-width: 767px) {
header nav.sp-nav {
	display: block;
	position: absolute;
	top: -1000px; /* 開いてないときは画面外に配置 */
	left: 0;
	padding: 8px 10px 30px;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,0.95);
	box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.2);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-size: 14px;
	font-weight: 500;
	z-index: 1000;
}
header nav.sp-nav a{
	display: block;
}
header nav.sp-nav a *{
	transition: 0s;
}
header nav.sp-nav .logo{
	-webkit-order: 1;
	order: 1;
	width: 90px;
	text-align: left;
}
header nav.sp-nav .nav-list {
	width: 100%;
	-webkit-order: 2;
	order: 2;
}
header nav.sp-nav .nav-list ul {
	display: block;
	margin-top: 0.5em;
}
header nav.sp-nav .nav-list ul li a {
	border-top: 1px solid #999;
	padding: 10px 0;
	position: relative;
}
header nav.sp-nav .nav-list ul li a img {
	display: none;
}
header nav.sp-nav .nav-list ul li a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header nav.sp-nav .nav-list ul li:first-child a {
	border-top: none;
}
header nav.sp-nav .nav-list ul li:first-child a .material-icons {
	display: none;
}
header nav.sp-nav .nav-list ul li br {
	display: none;
}
header nav.sp-nav .nav-left {
	-webkit-align-items: center;
	align-items: center;
	-webkit-order: 3;
	order: 3;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ccc;
}
header nav.sp-nav .nav-left li {
	margin: 0 1.5%;
	width: 30%;
	text-align: center;
}
header nav.sp-nav .nav-right {
	-webkit-align-items: center;
	align-items: center;
	-webkit-order: 4;
	order: 4;
}
header nav.sp-nav .nav-right li {
	margin: 0 1.5%;
	width: 30%;
	text-align: center;
}
/* ナビゲーション スライドアニメーション */
header.open nav.sp-nav {
	-moz-transform: translateY(1000px);
	-webkit-transform: translateY(1000px);
	-webkit-transition: -webkit-translateY(1000px);
	transform: translateY(1000px);
}
/*ハンバーガーボタン*/
header .navToggle {
	display: block;
	position: absolute;
	right: 12px;
	top: 30px;
	margin: auto;
	width: 20px;
	height: 16px;
	cursor: pointer;
	z-index: 10001;
}
header .navToggle:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 35px;
	height: 35px;
	background: #333;
}
header .navToggle div {
	position: relative;
}
header .navToggle span {
	display: block;
	position: absolute;
	height: 2px;
	width:100%;
	background: #fff;
	left:0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
header .navToggle span:nth-child(1) {
	top: 0;
}
header .navToggle span:nth-child(2) {
	top: 7px;
}
header .navToggle span:nth-child(3) {
	top: 14px;
}
/* ハンバーガーボタン 切り替えアニメーション */
header.open .navToggle span {
}
header.open .navToggle span:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
header.open .navToggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
header.open .navToggle span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
}

/*	基本レイアウト
---------------------------------*/
.contents-otr {
	position: relative;
	margin: 0 auto 145px;
	max-width: 1100px;
}
.contents-otr.search {
	margin-bottom: 30px;
}
@media screen and (max-width:1100px) {
.contents-otr {
	padding: 0 10px;
}
}
@media screen and (max-width:767px) {
.contents-otr {
	margin: 0 auto 55px;
}
.contents-otr.search {
	margin-bottom: 20px;
}
}

/*	ページャー	*/
.bx-controls {
	position: absolute;
	bottom: 20px;
	right: 20px;
	height: 15px;
	text-align: right;
	z-index: 998;
}
.bx-pager {
	display: inline-block;
}
.bx-pager-item {
	display: inline-block;
	margin: 0 10px 0 0;
}
.bx-pager-item a {
	display: block;
	width: 10px;
	height: 10px;
	background: #ffffff;
	text-indent: 9999px;
	opacity: 1;
}
.bx-pager-item a.active {
	opacity: 0.7;
}
@media screen and (max-width:1180px) {
.bx-pager-item:first-of-type {
	margin-left: 15px;
}
}
@media screen and (max-width: 767px) {
}

/*	トップページ
---------------------------------*/
/*	検索ボックス	*/
.search-box {
	position: relative;
	margin: 0 0 10px;
	padding: 30px 20px 10px;
	border: 3px solid #cbdfda;
	text-align: center;
}
.search-box:before {
	content: "";      
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px solid #cbdfda;
	z-index: -1;
}
.search-box input[type=search] {
	margin: 0 10px;
	width: 100%;
	max-width: 520px;
	line-height: 50px;
	border: 1px solid #cbdfda;
}
.search-box input[type=submit] {
	margin: 0;
	padding: 0 0 0 8px;
	width: 150px;
	background: url(../images/common/icon_search.png) no-repeat center left 20px #94d6c4;
	border: none;
	border-radius: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
}
.search-box p {
	margin: 5px 0 0;
	font-size: 1.25rem;
	font-weight: 500;
}
.search-box p span {
	font-weight: inherit;
	color: #0d6fb8;
}
@media screen and (max-width: 767px) {
.search-box {
	padding: 20px 10px 10px;
}
.search-box input[type=search] {
	margin: 0 10px 0;
	width: 50%;
	line-height: 30px;
}
.search-box input[type=submit] {
	width: 90px;
	background-size: 14px;
	font-size: 12px;
	line-height: 30px;
}
.search-box p {
	font-size: 1rem;
}
}


/*	メインコンテンツ	*/
.top-main {
	width: 40.9%;
	max-width: 450px;
	-webkit-order: 2;
	order: 2;
}
.tabs {
	width: 100%;
	margin: 0 auto;
 }
.tab_item {
	width: 32%;
	background: #94d6c4;
	border: 1px solid #94d6c4;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
	margin: 0 1% 0 0;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}
.tab_item1 {
	width: 24%;
	background: #94d6c4;
	border: 1px solid #94d6c4;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	line-height: 40px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
	margin: 0 1% 0 0;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}
.tab_item:hover {
	opacity: 0.75;
}
input[name="tab_item"] {
	display: none;
}
.tab_item1:hover {
	opacity: 0.75;
}
input[name="tab_item1"] {
	display: none;
}
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
}
#movie:checked ~ #movie_content,
#topics:checked ~ #topics_content,
#entame:checked ~ #entame_content,
#column:checked ~ #column_content {
	display: block;
}
.tabs input:checked + .tab_item {
	margin-top: -10px;
	background-color: #fff;
	color: #333;
	line-height: 50px;
}
.tabs input:checked + .tab_item1 {
	margin-top: -10px;
	background-color: #fff;
	color: #333;
	line-height: 25px;
}
.top-news {
	position: relative;
	margin: 0 0 10px;
	padding: 28px 20px;
	border: 1px solid #cbdfda;
}
.top-news:before {
	content: "";      
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px solid #cbdfda;
	z-index: -1;
}
.top-news figure {
	padding: 0 20px;
}
.top-news-inr {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.top-news-list {
	width: calc(100% - 170px);
}
.top-news li {
	padding: 16px 10px;
	border-top: 1px dashed #cdcdcd;
	font-size: 0.8125rem;
}
.top-news li:first-of-type {
	border-top: none;
}
.top-recommend {
	position: relative;
	padding: 20px;
	border: 1px solid #cbdfda;
}
.top-recommend:before {
	content: "";      
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px solid #cbdfda;
	z-index: -1;
}
.top-recommend h2 {
	margin: 0 0 35px;
	line-height: 1;
}
.top-recommend h2 span {
	font-size: 0.9378rem;
	font-weight: 500;
}
.top-recommend li {
	margin: 0 0 20px;
	font-size: 0.8125rem;
}
.top-recommend li img{
	width:100px;
	height:100px;
}
.top-recommend-txt {
	width: calc(100% - 120px);
}
.top-recommend-txt span {
	display: block;
	color: #8f8f8f;
}
@media screen and (max-width:1023px) {
.top-main {
	margin: 0 0 10px;
	width: 100%;
	max-width: 100%;
	-webkit-order: 1;
	order: 1;
}
}
@media screen and (max-width: 767px) {
.top-main {
	margin: 0 0 10px;
	width: 100%;
	max-width: 100%;
	-webkit-order: 1;
	order: 1;
}
.tab_item {
	line-height: 40px;
	font-size: 0.6rem;
}
	
	.tab_item1 {
	line-height: 20px;
	font-size: 12px;
}
.tabs input:checked + .tab_item {
	line-height: 40px;
}

.top-news {
	padding: 20px 15px;
}
.top-news figure {
	padding: 20px 20px 0;
	text-align: center;
}
.top-news-inr {
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.top-news-list {
	width: 100%;
}
.top-news li {
	padding: 12px 10px;
}
.top-recommend {
	padding: 15px;
}
.top-recommend h2 {
	margin: 0 0 15px;
}
.top-recommend li {
	margin: 0 0 10px;
}
}

/*	右写真リスト	*/
.top-photo {
	position: relative;
	width: 36.36%;
	max-width: 400px;
	-webkit-order: 3;
	order: 3;
}
.top-photo .bx-wrapper {
	position: relative;
	margin: 0 auto 10px;
	width: 400px;
}
.top-photo p {
	margin: 0 0 10px;
	text-align: center;
}
.top-photo p:last-of-type {
	margin: 0;
}
@media screen and (max-width:1023px) {
.top-photo {
	width: 400px;
}
}
@media screen and (max-width: 767px) {
.top-photo {
	margin: 0 0 10px;
	width: 100%;
	max-width: 100%;
	-webkit-order: 2;
	order: 2;
}
.top-photo li {
	margin: 0 auto;
	width: 400px;
}
}

/*	左バナーリスト	*/
.top-bnr {
	position: relative;
	padding: 35px 25px;
	width: 20.9%;
	max-width: 230px;
	border: 1px solid #cbdfda;
	-webkit-order: 1;
	order: 1;
}
.top-bnr:before {
	content: "";      
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px solid #cbdfda;
	z-index: -1;
}
.top-bnr li {
	margin: 0 0 30px;
}
.top-bnr li a {
	display: block;
	padding-left: 60px;
}
ul.btn-list li.reform a{
	line-height: 40px;
	font-size: 12px;
	}

@media screen and (max-width:1100px) {
.top-bnr {
	position: relative;
	padding: 25px 25px;
}
.top-bnr li {
	font-size: 0.8125rem;
}
}
@media screen and (max-width:1023px) {
.top-bnr {
	margin: 0 0 10px;
	width: calc(100% - 420px);
	max-width: 100%;
	-webkit-order: 2;
	order: 2;
}
}
@media screen and (max-width: 767px) {
.top-bnr {
	width: 100%;
	max-width: 100%;
	-webkit-order: 3;
	order: 3;
}
}





/*	下層	*/
ul.btn-list{}
ul.btn-list li{
	width: 32%;
	max-width:108px;
	float: left;
	margin: 0 0.5% 0 0;
	text-align: center;
	font-weight: bold;
}
ul.btn-list li a{
	width:100%;
	display:block;
	background: #94d6c4;
	border: 1px solid #94d6c4;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	transition: all 0.2s ease;
}

.font12{
	font-size: 12px;
}

ul.btn-list li a:hover{
	opacity: 0.75;
}
ul.btn-list li.on a{
	margin-top: -10px;
	background-color: #fff;
	color: #333;
	line-height: 50px;
	font-size: 16px;
}
ul.btn-list li.on2 a{
	margin-top: -10px;
	background-color: #fff;
	color: #333;
	line-height: 50px;
	font-size: 12px;
}
ul.btn-list li.on3 a{
	margin-top: -10px;
	background-color: #fff;
	color: #333;
	line-height: 50px;
	font-size: 12px;
}
.sub-main {
	width: 78.26%;
	max-width: 860px;
	-webkit-order: 2;
	order: 2;
}
.sub_content {
	clear: both;
	overflow: hidden;
}
.sub-info {
	position: relative;
	margin: 0 0 10px;
	padding: 28px 20px;
	border: 1px solid #cbdfda;
}
.sub-info:before {
	content: "";      
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px solid #cbdfda;
	z-index: -1;
}
.sub-info-inr {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.sub-info-list {
	width: 100%;
}
ul.info-list li {
	padding: 16px 10px;
	border-top: 1px dashed #cdcdcd;
	font-size: 0.8125rem;
}
ul.info-list li:first-of-type {
	border-top: none;
}
ul.recommend-list{}
ul.recommend-list li {
	margin: 0 0 20px;
	font-size: 0.8125rem;
}
ul.recommend-list li img{
	width:100px;
	height:100px;
}
.sub-recommend-txt {
	width: calc(100% - 120px);
}
.sub-recommend-txt span {
	display: block;
	color: #8f8f8f;
}

@media screen and (max-width:1023px) {
ul.btn-list li{
    max-width: none;
    margin: 0 0.6% 0 0;
}
ul.btn-list li:last-child{margin:0;}
.sub-main {
	margin: 0 0 10px;
	width: 100%;
	max-width: 100%;
	-webkit-order: 1;
	order: 1;
}
}

@media screen and (max-width: 767px) {
ul.btn-list li a{
	line-height: 40px;
	font-size: 0.6rem !important;
}
ul.btn-list li.on a{
	line-height: 50px;
	font-size: 11px;
	}
ul.btn-list li.on1 a{
	line-height: 40px;
	font-size: 10px;
	}
	ul.btn-list li.on2 a{
	font-size: 11px;
}
		ul.btn-list li.on3 a{
	line-height: 50px;
	font-size: 10px;
}
	
	ul.btn-list li.reform a{
	font-size: 0.6rem;
	}	
	
	ul.btn-list li.osusume a{
	line-height: 40px;
	font-size: 10px;
	}
.sub-main {
	margin: 0 0 10px;
	width: 100%;
	max-width: 100%;
	-webkit-order: 1;
	order: 1;
}
.sub-info {
	padding: 20px 15px;
}

.sub-info-inr {
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.sub-info-list {
	width: 100%;
}
ul.info-list li {
	padding: 12px 10px;
}
ul.recommend-list li {
	margin: 0 0 10px;
}
}
@media screen and (max-width: 374px) {
ul.btn-list li:nth-child(2) a{
	font-size: 10px;
}
}


/*	左バナーリスト	*/
.sub-bnr {
	position: relative;
	padding: 35px 25px;
	width: 20.9%;
	max-width: 230px;
	border: 1px solid #cbdfda;
	-webkit-order: 1;
	order: 1;
}
.sub-bnr:before {
	content: "";      
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px solid #cbdfda;
	z-index: -1;
}
.sub-bnr li {
	margin: 0 0 30px;
}
.sub-bnr li a {
	display: block;
	padding-left: 60px;
}

@media screen and (max-width:1100px) {
.sub-bnr {
	position: relative;
	padding: 25px 25px;
}
.sub-bnr li {
	font-size: 0.8125rem;
}
}
@media screen and (max-width:1023px) {
.sub-bnr {
	margin: 0 0 10px;
	width: 100%;
	max-width: 100%;
	-webkit-order: 2;
	order: 2;
}
}
@media screen and (max-width: 767px) {
.sub-bnr {
	width: 100%;
	max-width: 100%;
	-webkit-order: 3;
	order: 3;
}
}


/*	下層コンテンツ	*/
.txt-box h3.ttl{
	font-size: 18px;
	margin:30px auto 10px;
	color:#94d6c4;
}
.txt-box h3.ttl:first-child{ margin-top:0;}
.txt-box p{ font-size:14px;}
.txt-box p.info-date{
	text-align:right;
	margin-bottom:10px;
}
ul.ulbox01 {margin:10px 0 0 20px;}
ul.ulbox01 li {
    list-style: disc;
    padding-bottom: 5px;
	font-size:14px;
}
.contact-txt{margin-bottom:20px;}
.contact-txt02{
	margin-top:20px;
	text-align: center;
}
table.table{
	border-collapse:collapse;
	width:100%;
}
table.table tr{}
table.table tr th{
	border:1px solid #cbdfda;
	background:#94d6c4;
	padding:15px;
	font-size:14px;
	font-weight: normal;
	width: 250px;
	color:#fff;
	text-align:left;
	vertical-align: middle;
}
table.table tr th span{
	background:#fff;
	color:#94d6c4;
	padding:2px 7px;
	text-align:center;
	margin-left:10px;
	font-size:12px;
}
table.table tr td{
	border:1px solid #cbdfda;
	padding:15px;
	font-size:14px
}
table.table tr td input[type="text"],
table.table tr td textarea{
	border:1px solid #cbdfda;
	padding:10px;
	width:80%;
}
.form-btn{text-align: center;}
.form-btn input[type="submit"]{
	font-size:15px;
	background:#fff;
	color:#94d6c4;
	border:3px double #cbdfda;
	width:200px;
	height:60px;
	line-height:60px;
	overflow: hidden;
	cursor: pointer;
	margin:20px auto 0;
}
.form-btn input[type="submit"]:hover {
	background:#cbdfda;
	color:#fff;
}
.errBox {
	border:3px double #cbdfda;
	padding:15px;
	width:100%;
	margin:20px auto;
	text-align:center;
	line-height:2;
	font-size:14px;
}

@media screen and (max-width: 767px) {
.txt-box h3.ttl{
	font-size: 16px;
	margin:20px auto 5px;
}
.txt-box p{ font-size:13px;}
.txt-box p.info-date{margin-bottom:5px;}
ul.ulbox01 li {font-size:13px;}
.contact-txt{margin-bottom:5px;}
.contact-txt02{margin-top:5px;}
table.table tr th{
	border:none;
	padding:10px;
	font-size:13px;
	width: 100%;
	display:block;
}
table.table tr td{
	border-top:none;
	border-bottom:none;
	padding:10px;
	font-size:13px;
	width: 100%;
	display:block;
}
table.table tr:last-child td{border-bottom:1px solid #cbdfda;}
table.table tr td input[type="text"],
table.table tr td textarea{
	padding:5px;
	width:100%;
}
.form-btn input[type="submit"]{
	font-size:14px;
	width:180px;
	height:50px;
	line-height:50px;
	margin:10px auto 0;
}
.errBox {
	padding:10px;
	margin:10px auto;
	font-size:13px;
}
}


/* SBver2
-------------------------*/
ul.pagenation {
    margin: 30px 0 0 0;
    text-align: center;
    letter-spacing: 0;
    width: auto;
    min-width: 0;
    border: none;
    padding: 0;
    background: none;
}
ul.pagenation li {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 3px;
    line-height: 35px;
    border-bottom: none;
    padding: 0px;
    background: none;
}
ul.pagenation li.current span {
    width: 35px;
    height: 35px;
    display: block;
    color: #fff;
    background: #94d6c4;
    border: #94d6c4 solid 1px;
    text-decoration: none;
    float: none;
}
ul.pagenation li a {
    width: 35px;
    height: 35px;
    display: block;
    color: #fff;
    background: #cbdfda;
    border: #cbdfda solid 1px;
    text-decoration: none;
    float: none;
}
ul.pagenation li a:hover {
    color: #fff;
    background: #94d6c4;
    border: #94d6c4 solid 1px;
    text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
}