@charset "utf-8";

/*==========================================
 全デバイス共通［common］
===========================================*/
body {
	width: 100%;
	color:#000;
}
a:link {
	color: #03c;
}
a:visited {
	color: #939;
}
a:hover {
	color:#c03;
	text-decoration:underline;
}
a:active {
	color: #f06;
}
/*======［CLEARFIX］======*/
.clearfix:before,
.clearfix:after {
	content:"";
	display:block;
	overflow:hidden;
}
.clearfix:after {
	clear:both;
}

img {
	vertical-align: bottom;
}

/* =Alignment ------------------------------------ */
#main .alignleft {
	display: inline;
	float: left;
	margin: 0 1em .6em 0;
}
#main .alignright {
	display: inline;
	float: right;
	margin: 0 0 .6em 1em;
}
#main .aligncenter {
	clear: both;
	display: block;
	margin-top: .6em;
	margin-bottom: .6em;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background: transparent;
	border: none;
	margin: 0;
	/*padding: 4px;*/
	padding: 0 .5em .5em .5em;
	text-align: left;
}
.wp-caption-dt {
	margin: 0;
}
#main .wp-caption .wp-caption-text,
#main .wp-caption-dd {
	/*color: #757575;
	font-style: italic;*/
	font-size: 93%;
	line-height: 2;
	margin: 0 0 .5em;
	line-height:1.4em;
	text-align:center;
}

/*======［YUI］======*/
body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}

/*======［End_YUI］======*/

body {
	font-size: 100%;
	/* font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif; */
	font-family: 'メイリオ',Meiryo,sans-serif;
}
/*==========================================
 PC専用［960px以上で固定＊固定指定を下記に］ 
 ===========================================*/




#contents p {
	margin: 0 0 18px;
    font-size: 93%;
    line-height: 1.64em;
}

#contents p.md {
	margin: 0 0 18px;
	font-size: 108%;
	line-height: 1.64em;
}
#contents .p-cap {
	margin: 7px 0 14px;
	padding: 0;
	font-size: 85%;
	line-height: 1.3em;
}
.gold {
	color: #d2b229;
}

.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}

.box2a {
	width: 49%;
}

.box23a {
	width: 63.5%;
	}


.box13a {
	width:34.5%;
	float: right;
	}

.box3 {
	width: 31%;
	margin: 0 3.33% 14px 0;
}
.box3.last {
	width: 31%;
	margin: 0 0 14px 0;
}

.box23a p,
.box13a p,
.box3 p {
    text-align: center;
    font-size: 25px;
    line-height:3em;
}

.box2a.wide {
	width: 510px;
}
.box3a {
	width: 318px;
}
.box4a {
	width: 256px;
}

.box4 {
	padding:2px;
	width: 24%;
	}
	

.w110 {
	width: 110px;
}
.w280 {
	width: 280px;
}
.w350 {
	width: 350px;
}
.w500 {
	width: 500px;
}
.w620 {
	width: 620px;
}
.b-10 {
	margin-bottom: 10px;
}
.b-20 {
	margin-bottom: 20px;
}
.b-40 {
	margin-bottom: 40px;
}
.b-80 {
	margin-bottom: 80px;
}
.r-30 {
	margin-right: 30px;
}
.r-60 {
	margin-right: 60px;
}

.t-pd-20 {
	padding-top: 20px;
}
.l-r-auto {
	margin-left: auto;
	margin-right: auto;
}

.white {
	color: #fff;
}
.go-btn {
	margin: 0;
	text-align: center;
}
.go-btn a {
	display: inline-block;
	position: relative;
	width: 60%;
	margin: 0 20%;
	padding: 11px 0 9px;
	text-align: center;
	text-decoration: none;
	border: solid 1px #666;
	font-size: 108%;
	font-weight: bold;
	color: #000;
	transition-duration: 0.5s;
}
.go-btn a::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 14px;
	width: 12px;
	height: 12px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* HOVER */
.go-btn a:hover {
	background: #000;
	color: #fff;
}
.go-btn a:hover::after {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
/* W100 */
.go-btn.w100 a {
	width: 100%;
	margin: 0;
}
/* SM */
.go-btn.sm {
	margin: 0;
	text-align: left;
}
.go-btn.sm a {
	width: auto;
	margin: 0;
	padding: 11px 30px 9px 14px;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	color: #000;
	transition-duration: 0.5s;
}
/* HOVER */
.go-btn a:hover {
	background: #000;
	color: #fff;
}
.go-btn a:hover::after {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
/* __GOLD_BTN */
.go-btn.gold a {
	width: auto;
	margin: 0 20%;
	padding: 11px 50px 9px;
	border: none;
	font-size: 108%;
	font-weight: bold;
	background: #d2b229;
	color: #000;
	transition-duration: 0.5s;
}
.go-btn a::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 14px;
	width: 12px;
	height: 12px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* HOVER */
.go-btn a:hover {
	background: #000;
	color: #fff;
}
.go-btn a:hover::after {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


/* ================= INFO */
.hbn-cmn-h3 {
	margin: 0 auto 50px;
	padding: 11px 0 9px;
	width: 530px;
	text-align: center;
	font-size: 138.5%;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: #d2b229;
	color: #000;
}

	.hbn-fan-h3 {
	margin-top:20px;
	margin-bottom:15px;
	position: relative;
    padding: 0 0 .5em 1.7em;
    color: #fff;
    font-size: 25px;
    font-weight:bold;
		
	}
	
	.hbn-fan-h3:after {
	position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    content: '';
    width: 25px;
    height: 25px;
    background-color: yellow;
	}

	.hbn-fan-h3.black {
	color:black;
	}
	
p.catch {
	font-size: 20px !important;
    font-weight: bold;
    text-align: center;
	}

.hbn-cmn-h3.white {
	background: #fff;
}
.sng-box {
	width: 530px;
	margin: 0 auto 50px;
}
.h-line {
	margin: 10px 0 20px;
	padding: 20px 0 0;
	border-top: solid 1px #666;
}
/* uni-bg */
.blue-10p-wrap {
	width: 100%;
	margin: 0;
	padding: 50px 0 40px;
	background: url(images/uni_blue_10p.jpg) repeat center center;
}
.green-10p-wrap {
	width: 100%;
	margin: 0;
	padding: 50px 0 40px;
}
.yellow-10p-wrap {
	width: 100%;
	margin: 0;
	padding: 50px 0 40px;
	background: url(images/uni_yellow_50p.jpg) repeat center center;
}

.fanzone0-10p-wrap {
	width: 100%;
	margin: 0;
	padding: 50px 0 40px;
	background: url(images/fanzone_back_0.png);
	color:#000;
	}

.fanzone1-10p-wrap {
	width: 100%;
	margin: 0;
	padding: 50px 0 40px;
	background: url(images/fanzone_back_1.png);
	color:#fff;
	}

.fanzone2-10p-wrap {
	width: 100%;
	margin: 0;
	padding: 50px 0 40px;
	background: url(images/fanzone_back_2.png);
	color:#fff;
	}

.public-10p-wrap {
		width: 100%;
		margin: 0;
		padding: 30px 0 30px;
		background: url(images/back_public.png) repeat center center;
		color:white;
}

.black-wrap {
	width: 100%;
	margin: 0;
	padding: 50px 0 40px;
	background: #000;
}
.count-no-wrap {
	width: 100%;
	margin: 0;
	padding: 50px 0 40px;
	background: #fff;
}

.gold-wrap {
	width: 100%;
	margin: 0;
	padding: 70px 0 40px;
	background: #d2b229;
}
.rg-info-h4 {
	margin: 0 0 10px;
	padding: 7px 0 5px;
	text-align: center;
	font-weight: bold;
	font-size: 123.1%;
	border: solid 1px #fff;
}
.rg-info-h4.bl {
	border: solid 1px #000;
}
.gld-h4 {
	margin: 0 0 2px;
	font-weight: bold;
	font-size: 108%;
	color: #d2b229;
}
.gld-h4.fun {
	margin: 0 0 10px;
	font-size: 123.1%;
}

.wht-h4 {
	margin: 0 0 2px;
	font-weight: bold;
	font-size: 108%;
	color: #fff;
}
.bl-h4 {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 108%;
	color: #000;
}
.bs-h5 {
	margin: 0 0 5px;
	font-weight: bold;
}
.info-acc {
	padding: 50px 0 40px;
}
.u-d-line-w {
	margin: 20px 0 10px;
	padding: 20px 0;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.camp {
	
}
.camp .box4a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000;
	transition-duration: 0.5s;
}
.camp .box4a span {
	display: inline-block;
	margin: 20px 0;
	padding: 6px 0 4px;
	width: 180px;
	text-align: center;
	font-weight: bold;
	font-size: 123.1%;
	border: solid 1px #000;
	color: #000;
	transition-duration: 0.5s;
}
.camp .box4a a {
	font-size: 108%;
	line-height: 1.3em;
	text-decoration: none;
	color: #000;
}
/* HOVER */
.camp .box4a a:hover {
	color: #c00;
}
.camp .box4a a:hover span {
	display: inline-block;
	margin: 20px 0;
	padding: 6px 0 4px;
	width: 180px;
	text-align: center;
	font-weight: bold;
	font-size: 123.1%;
	border: solid 1px #000;
	color: #000;
}

.info-pamph {
	padding: 50px 0 0px;
}
/* Youtube */
.yb-all {
	margin: 0;
	font-size: 108%;
}
.yb-all .box3a {
	width: 300px;
	margin-bottom: 20px;
}
#contents .yb-all .box3a p {
	margin: 20px 0;
	text-align: center;
	line-height: 1.3em;
}
.youtube {
	max-width :300px;
	width :100%
}
.youtube-in {
	position: relative;
	width: 100%;
	padding-top: 56.25%
}
.youtube-in iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important
}
/* GO-BTN-BL */
.go-btn.bl a {
	width: 40%;
	border: solid 1px #fff;
	color: #fff;
	transition-duration: 0.5s;
}
.go-btn.bl a::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 14px;
	width: 12px;
	height: 12px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* HOVER */
.go-btn.bl a:hover {
	background: #fff;
	color: #000;
}
.go-btn.bl a:hover::after {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
/* GO-BTN-BL2 */
.go-btn.bl2 a {
	width: 100%;
	margin: 0;
	border: solid 1px #fff;
	color: #fff;
	transition-duration: 0.5s;
}
.go-btn.bl2 a::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 14px;
	width: 12px;
	height: 12px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* HOVER */
.go-btn.bl2 a:hover {
	background: #fff;
	color: #000;
}
.go-btn.bl2 a:hover::after {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
/* ================= ACCESS */
.acc {
	padding: 100px 0 0;
}
.acc-60 {
	padding: 60px 0 0;
}
.acc-city {
	margin: 0 0 30px;
}
.ac-tbl {
	margin: 0 0 30px;
	width: 100%;
	font-size: 93%;
}
.ac-tbl th {
	padding: 7px 5px 5px;
	text-align: center;
	border: solid 1px #999;
	background: #EADA7D;
}
.ac-tbl td {
	padding: 7px 1px 5px;
	text-align: center;
	border: solid 1px #999;
	background: #fff;
	vertical-align: middle;
}
.ac-tbl th.st {
	width: 40%;
}
.ac-tbl th.tm {
	width: 30%;
}
.ac-tbl th.gl {
	width: 30%;
}

/* ================= RECONSTRUCTION */
.reco-tt-h2 {
	margin: 80px 0 30px;
	padding: 0;
	font-size: 161.6%;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	color: #000;
}
.msg-box {
	margin: 80px 0 0;
}
.msg-photo {
	float: left;
	width: 180px;
}
.msg-photo img {
	width: 156px;
}
.msg-name {
	float: left;
	width: 180px;
	margin: 90px 0 0;
}
#contents .msg-name p {
	margin: 0 0 2px;
}
#contents .t-name {
	font-size: 167%;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.w620.ayumi {
	margin: 0 auto;
}

/* ================= VOLUNTEER */
.hbn-cmn-h3.volun {
	margin: 0 auto 0;
}

/* ================= IWATE-KAMAISHI */
.hbn-cmn-h3.iwa-ka {
	margin: 0 auto 0;
}
.hbn-catch-h4 {
	margin: 30px 0 30px;
	padding: 0;
	font-size: 161.6%;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	color: #000;
}
.iwaka-tbl {
	width: 960px;
	margin: 0 auto 40px;
	font-size: 93%;
	line-height: 1.7em;
}
.iwaka-tbl .yr {
	white-space: nowrap;
	padding-right: 1.2em;
}
.iwaka-tbl .mt {
	white-space: nowrap;
	padding-right: 1.2em;
	text-align: right;
}
/* ================= TOURISM */
.st-map {
	width: 300px;
}
/* ================= NEWS */
.hbn-cmn-h3.news-tt {
	margin: 0 auto 20px;
	padding: 11px 0 9px;
	width: 1024px;
	text-align: center;
	font-size: 138.5%;
	font-weight: bold;
	letter-spacing: 0.1em;
	background: #d2b229;
	color: #000;
}
#contents .n-date {
	margin: 0 auto 50px;
	text-align: center;
}
/* ================= みんなのカウントダウン */
.count-list {
	margin: 30px 0;
}
.count-list li {
	float: left;
	width: 160px;
	margin: 4px;
}
.count-list li a img{
	width: 100%;
	height: auto;
}
.count-list li a {
	transition-duration: 0.4s;
	opacity: 0.9;
}
.count-list li a:hover {
	opacity: 0.5;
}
/* 一覧ページャー */
.prev {
	display: inline-bkock;
	margin-right: 1em;
	padding: 2px 1em;
	border: solid 1px #999;
}
.next {
	display: inline-bkock;
	margin-left: 1em;
	padding: 2px 1em;
	border: solid 1px #999;
}
#contents .bnr {
	margin: 0 0 50px;
}



/* ファンゾーン */

h2.fan-tt-h2 {
	font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bolder;
	color:black;
}

.fanzone table {
  width: 100%;
  border-collapse: collapse;
  font-size:12px;
  background-color:#f9eae4;
}

.fanzone table tr{
}

.fanzone table tr.tr_white{
	background-color:white;
	}

.fanzone table th,
.fanzone table td{
  text-align: center;
  vertical-align:middle;
  border: solid 1px #a27bb0;
  color: black;
  padding: 5px;
}

.fanzone table td.left {
	text-align:left;
	}

.fanzone table th {
  color: white;
  background-color:#a27bb0;
  border:1px solid white;
  border-top:1px solid #a27bb0;
}

.fanzone table th:last-of-type {
	  border-right:1px solid #a27bb0;
}

.fanzone table td.td_sat {
	background-color:#d6e8eb;
	}
	
.fanzone table td.td_sun {
	background-color:#ddc3d2;
	}	

.d-all {
	margin-bottom:20px;
	}
	

.d-all h4.guest {
font-size: 30px;
    background: #1d50a2;
    text-align: center;
    margin-bottom:15px;
    margin-top:10px;
    }

.box2a.guest {
	width:45%;
	font-size:20px;
    background: #1d50a2;
    padding: 15px;
    margin: 0px;
    }

.guest p.small {
	font-size: small;
    line-height: 1.5em;
}


.d-all.event {
	margin:20px;
	}

.d-all.event h4 {
    border-radius: 5px;
    background-color: #e73656;
    font-size:18px;
    margin: 5px;
    padding:5px;
    color: white;
}
	
.d-all.event p {
	padding:5px;
	}
	
.d-left-i {
 	float:left;
 	width:30%
 	}
.d-right-i {
	float:right;
	width:70%
	}
	
	
.p-view table {
  width: 100%;
  border-collapse: collapse;
  font-size:12px;
  background-color:#f9eae4;
}

.p-view table tr{
}

.p-view table tr.tr_white{
	background-color:white;
	}

.p-view table th,
.p-view table td{
  text-align: center;
  vertical-align:middle;
  border: solid 1px #ec7aa1;
  color: black;
  padding: 10px 0;
}

.p-view table th {
  color: white;
  background-color:#ec7aa1;
  border:1px solid white;
  border-top:1px solid #ec7aa1;
}

.p-view table th:first-of-type {
	  border-left:1px solid #ec7aa1;
}

.p-view table th:last-of-type {
	  border-right:1px solid #ec7aa1;
}

.p-view table td.mmdd {
	color:#e73884;
	}

.p-view table td.bgc {
  background-color:#eee;
	}
	
.c-view table {
  width: 100%;
  border-collapse: collapse;
  font-size:12px;
  background-color:#f9eae4;
}

.c-view table tr{
}

.c-view table tr.tr_white{
	background-color:white;
	}

.c-view table th,
.c-view table td{
  vertical-align:middle;
  border: solid 1px #ec7aa1;
  color: black;
  padding: 10px 0;
}

.c-view table tr:nth-of-type(odd) td {
	background: #eee;
	}

.c-view table tr td:first-of-type {
	text-align:center;
	font-size: large; 
	}

.c-view table tr td:nth-of-type(n+2) {
	padding-left:5px;
	padding-right:5px;
	}
	


.c-view table th {
  color: white;
  background-color:#ec7aa1;
  border:1px solid white;
  border-top:1px solid #ec7aa1;
}

.c-view table th:first-of-type {
	  border-left:1px solid #ec7aa1;
}

.c-view table th:last-of-type {
	  border-right:1px solid #ec7aa1;
}


	
.k_event.d-all {
    padding: 15px;
    background-color: rgba(0,0,0,0.05);
    border-radius: 15px;
}

.c_event.d-all {
    padding: 15px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 15px;
}

.c_event.d-all a {
	color:inherit;
	}


.d-all.k_event h4 {
    border-radius: 5px;
    background-color: #000;
    font-size:18px;
    margin: 5px;
    padding:5px;
    color: white;
}

.inline-block {
	margin: 0 0 14px;
}
.inline-block .ip-h4 {
	display: inline;
}
.inline-block p {
	display: inline;
}
.ip-h4 {
	margin: 0 0 7px;
	font-size: 108%;
	font-weight: bold;
}
.ac-tbl.ip th,
.ac-tbl.ip td {
	padding: 10px 14px;
	line-height: 1.5em;
}
.kakomi {
	display: inline-block;
	border: solid 1px #000;
	margin: 7px 10px;
	padding: 7px 14px;
	font-size: 123.1%;
}
.ip-telnum {
	margin: 0;
	text-align: center;
}
.ip-telnum .kakomi {
	margin: 0 0 10px;
	padding: 16px 16px;
	text-align: center;
	font-size: 153.9%;
	font-weight: bold;
}
.ip-telnum-info {
	text-align: center;
}
.ip-telnum-info {
	font-size: 115%;
}



/*==========================================
 PC＋タブレット専用［640px　以上〜959px以下］
===========================================*/
@media only screen and ( max-width: 959px ) {
	.section img {
		width: 100%;
		height: auto;
	}
	.box2a {
		width: 46%;
		margin: 0 2%;
	}
	.box2a.wide {
		width: 46%;
		margin: 0 2%;
	}
	.box3a {
		width: 30%;
	}
	.box4a, {
		width: 19%;
		margin: 0 3%
	}
	
	.box4 {
		width 22%;
}

	
	.w110 {
		width: 30%;
	}
	.w280 {
		width: 280px;
	}
	.w350 {
		width: 65%;
	}
	.w620 {
		width: 620px;
	}
	.b-10 {
		margin-bottom: 10px;
	}
	.b-20 {
		margin-bottom: 20px;
	}
	.b-40 {
		margin-bottom: 40px;
	}
	.b-80 {
		margin-bottom: 80px;
	}
	.r-30 {
		margin-right: 30px;
	}
	.r-60 {
		margin-right: 0.5%;
	}
	
	.t-pd-20 {
		padding-top: 20px;
	}
	
	/* ================= INFO */
	.hbn-cmn-h3 {
		margin: 0 auto 30px;
		padding: 11px 0 9px;
		width: 100%;
		text-align: center;
		font-size: 138.5%;
		font-weight: bold;
		letter-spacing: 0.1em;
		background: #d2b229;
		color: #000;
	}
	.sng-box {
		width: 80%;
		margin: 0 10% 30px;
	}
	/* uni-bg */
	.blue-10p-wrap {
		width: 100%;
		margin: 0;
		padding: 30px 0 30px;
		background: url(images/uni_blue_10p.jpg) repeat center center;
	}
	.green-10p-wrap {
		width: 100%;
		margin: 0;
		padding: 30px 0 30px;
	}
	.yellow-10p-wrap {
		width: 100%;
		margin: 0;
		padding: 30px 0 30px;
		background: url(images/uni_yellow_50p.jpg) repeat center center;
	}
	.black-wrap {
		width: 100%;
		margin: 0;
		padding: 30px 0 30px;
		background: #000;
	}

	.yb-all .box3a {
		width: 33%;
		margin-bottom: 20px;
	}
	/* ================= IWATE-KAMAISHI */
	
	.hbn-catch-h4 {
		margin: 30px 0 30px;
		padding: 0;
		font-size: 153.9%;
		font-weight: bold;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		color: #000;
	}
	.iwaka-tbl {
		width: auto;
		margin: 0 auto 40px;
		font-size: 93%;
		line-height: 1.7em;
	}
	/* ================= TOURISM */
	.st-map {
		width: 240px;
	}
	/* ================= NEWS */
	.hbn-cmn-h3.news-tt {
		margin: 0 auto 20px;
		padding: 11px 4% 9px;
		width: 92%;
		text-align: left;
		font-size: 123.1%;
		font-weight: bold;
		letter-spacing: 0.1em;
		background: #d2b229;
		color: #000;
	}
	/* サムネールトリミング */
	.section .pho img{
		width: auto;
		height: auto;
	}
	/* ================= みんなのカウントダウン */
	.count-list {
		margin: 30px 0;
	}
	.count-list li {
		float: left;
		width: 15.3%;
		margin: 4px 0.6%;
	}
	.count-list li a img{
		width: 100%;
		height: auto;
	}
	#contents .bnr {
		margin: 0 0 35px;
	}
}



/*==========================================
 MOBILE専用［639px以下］　
===========================================*/
@media only screen and ( max-width: 639px ) {
	.section img {
		width: 100%;
		height: auto;
	}
	.box2a,
	.box23a,
	.box13a {
		width: 94%;
		margin: 0 3%;
	}
	
	.box3 {
		width: 100%;
		margin: 0 0 14px 0;
	}
	.box3.last {
		width: 100%;
		margin: 0 0 14px 0;
	}

	.box2a.wide {
		width: 94%;
		margin: 0 3%;
	}
	.box3a {
		width: 94%;
		margin: 0 3%;
	}
	.box4a {
		width: 42%;
		margin: 0 3%;
	}
	
	.box4 {
	width:100%;
	}
	
	
	.w110 {
		width: 100%;
	}
	.w280 {
		width: 100%;
	}
	.w350 {
		width: 100%;
	}
	.w500 {
		width: 94%;
	}
	.l-r-auto {
		margin-left: 3%;
		margin-right: 3%;
	}
	.w620 {
		width: 100%;
	}
	.b-10 {
		margin-bottom: 10px;
	}
	.b-20 {
		margin-bottom: 20px;
	}
	.b-40 {
		margin-bottom: 40px;
	}
	.b-80 {
		margin-bottom: 80px;
	}
	.r-30 {
		margin-right: 0;
	}
	.r-60 {
		margin-right: 0;
	}
	
	.t-pd-20 {
		padding-top: 20px;
	}
	
	
	/* ================= INFO */
	.hbn-cmn-h3 {
		margin: 0 auto 30px;
		padding: 11px 0 9px;
		width: 100%;
		text-align: center;
		font-size: 138.5%;
		font-weight: bold;
		letter-spacing: 0.1em;
		background: #d2b229;
		color: #000;
	}
	
	.sng-box {
		width: 80%;
		margin: 0 10% 30px;
	}
	.w110 img {
		width: 40%;
		height: auto;
		margin: 0 30% 20px;
	}
	/* uni-bg */
	.blue-10p-wrap {
		width: 100%;
		margin: 0;
		padding: 30px 0 30px;
		background: url(images/uni_blue_10p.jpg) repeat center center;
	}
	.green-10p-wrap {
		width: 100%;
		margin: 0;
		padding: 30px 0 30px;
	}
	.yellow-10p-wrap {
		width: 100%;
		margin: 0;
		padding: 30px 0 30px;
		background: url(images/uni_yellow_50p.jpg) repeat center center;
	}
	.black-wrap {
		width: 100%;
		margin: 0;
		padding: 30px 0 30px;
		background: #000;
	}
	.gold-wrap {
		width: 100%;
		margin: 0;
		padding: 30px 0 30px;
		background: #d2b229;
	}
	.yb-all .box3a {
		width: 33%;
		margin-bottom: 20px;
	}
	.camp .box4a {
		float: left;
		display: block;
		text-align: center;
		text-decoration: none;
		color: #000;
		transition-duration: 0.5s;
	}
	.camp .box4a span {
		display: inline-block;
		margin: 20px 0;
		padding: 6px 0 4px;
		width: 95%;
	}
	/* ================= TOURISM */
	.st-map {
		width: 240px;
	}
	/* Youtube */
	.section .yb-all .box3a {
		width: 100%;
		margin-bottom: 20px;
	}
	/* ================= みんなのカウントダウン */
	.count-list {
		margin: 30px 0;
	}
	.count-list li {
		float: left;
		width: 31%;
		margin: 4px 1.1%;
	}
	.count-list li a img{
		width: 100%;
		height: auto;
	}
	
	#contents .bnr {
		margin: 0 0 25px;
	}
	
	.box2a.guest {
	width:94%;
	margin-bottom: 5px;
	}

	.d-left.box2a.small,
	.d-right.box2a.small {
		width:40%;
	}

	.d-left.box2a.small {
		float:left;
	}
	.d-right.box2a.small {
		float:right;
	}
	.inline-block {
		margin: 0;
	}
	.inline-block .ip-h4 {
		display: block;
	}
	.inline-block p {
		display: block;
	}
	#contents .ac-tbl.ip th,
	#contents .ac-tbl.ip td {
		padding: 7px 5px;
	}
	.ip-telnum .kakomi {
		margin: 0 0 10px;
		padding: 16px 16px;
		text-align: center;
		font-size: 123.9%;
		font-weight: bold;
	}
	.ip-telnum-info {
		text-align: center;
	}
	.ip-telnum-info {
		font-size: 115%;
	}
	#contents {
		background: #fff;	
	}
}
