﻿@charset "utf-8";

@media screen and (max-width: 750px) {

/* -----------------------------------------------------------------------------

	index.html
  
----------------------------------------------------------------------------- */
section .inner {
	padding: 40px 0 40px;
}

/* lead
---------------------------------------------*/
#information #lead .box {
	padding: 30px;
	border: 2px dashed #397C50;
	border-radius: 10px;
	background: #fff;
	padding: 15px;
	font-size: 130%;
	margin-bottom: 1em;
}
#information #lead .image {
	padding: 10px;
}
#information #lead h4 {
	color: #397C50;
	font-size: 120%;
	line-height: 1.5;
	margin-bottom: 30px;
}

/* projectNav
---------------------------------------------*/
#information .projectNav {
	padding: 0 10px 1px;
	background: #f9f9f9;
}
#information .projectNav li {
	margin-bottom: 20px;
}
#information .projectNav li a {
	font-size: 120%;
	background: #fff;
}
#information .projectNav li a span {
	background: none;
	padding: 0;
}

/* projectMap
---------------------------------------------*/
#information #projectMap .box {
	background: url(../information/img/sp/bg_box.png) repeat-y center top;
	background-size: 100%;
	margin-top: -2px;
	padding: 30px 15px 5px;
	position: relative;
}
#information #projectMap .box:after {
	content: "";
	display: block;
	width: 100%;
	height: 19px;
	background: url(../information/img/sp/bg_box_btm.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	bottom: -19px;
	left: 0;
}
#information #projectMap .box ul li {
	width: 46%;
	float: left;
	margin: 0 2% 15px;
}
#information #projectMap .box ul li img {
	margin-bottom: 8px;
}
#information #projectMap .box ul li p {
	text-align: center;
	font-size: 120%;
	line-height: 20px;
}
#information #projectMap .box ul li p span {
	display: none; 
}

/* map
---------------------------------------------*/
#mapWrapSP .inner {
	padding-bottom: 40px;
}
#mapWrapSP h3 {
	text-align: center;
	padding: 15px 10px;
	background: #397C50;
	color: #fff;
	font-size: 145%;
	border-radius: 10px 10px 0 0;
	position: relative;
}
#mapWrapSP h3:after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px #397C50 solid;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	z-index: 5;
}
#mapWrapSP .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 25px 15px 10px;
	border-left: 2px dashed #397C50;
	border-right: 2px dashed #397C50;
	border-bottom: 2px dashed #397C50;
}

#mapWrapSP ul {
	margin-top: 10px;
}
#mapWrapSP ul li {
	float: left;
	width: 31.33333%;
	margin: 0 1% 10px;
}
#mapWrapSP ul li a {
	display: block;
	text-align: center;
	border-radius: 20px;
	border: 2px solid #ccc;
	padding: 6px 0;
	background: url(../common/img/sp/arrow01.png) no-repeat 93% center;
	background-size: 10px;
	font-size: 110%;
}



/* -----------------------------------------------------------------------------

	torikumi
  
----------------------------------------------------------------------------- */
#torikumi section .inner {
	padding: 20px 10px;
	background: #f9f9f9;
}
#torikumi section h3 {
	text-align: center;
	padding: 15px 10px;
	background: #397C50;
	color: #fff;
	font-size: 145%;
	border-radius: 10px 10px 0 0;
	position: relative;
}
#torikumi section h3:after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px #397C50 solid;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	z-index: 5;
}
#torikumi section .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 25px 15px 10px;
}
#torikumi section .box ul li {
	margin: 0 0 30px 0;
}
#torikumi section .box ul li h4 {
	border-left: 3px solid #397C50;
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 12px;
	padding-left: 10px;
	line-height: 1.6;
}


/* -----------------------------------------------------------------------------

	tamagallery
  
----------------------------------------------------------------------------- */

#tamagallery section .inner {
	padding: 20px 10px;
	background: #f9f9f9;
}

/* gallery
---------------------------------------------*/
#tamagallery h3 {
	font-size: 180%;
	text-align: center;
	margin-bottom: 25px;
}
#tamagallery h3 b {
	font-size: 140%;
	display: block;
	padding-bottom: 10px;
}
#tamagallery h3 span {
	display: inline-block;
	position: relative;
}
#tamagallery #gallery .inner > p {
	margin-bottom: 10px;
	font-size: 140%;
}

/* award */
#tamagallery #gallery .award {
	margin: 60px 0 0;
}
#tamagallery #gallery .award01 {
	border: 2px solid #ff6600;
	position: relative;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 100px;
}
#tamagallery #gallery .award01 h4 {
	position: absolute;
	left: 0;
	top: -11%;
}
#tamagallery #gallery .award01 figure {
	overflow: hidden;
	border-radius: 9px 9px 0 0;
}
#tamagallery #gallery .award01 figure img {
	width: 100%;
}
#tamagallery #gallery .award02 {
	border: 2px solid #f0f0f0;
	position: relative;
	border-radius: 10px;
	margin-top: 50px;
	background: #fff;
}
#tamagallery #gallery .award02 h4 {
	position: absolute;
	left: 0;
	top: -19%;
}
#tamagallery #gallery .award02 figure {
	overflow: hidden;
	border-radius: 9px 9px 0 0;
}
#tamagallery #gallery .award02 figure img {
	width: 100%;
}
#tamagallery #gallery .award dl {
	font-size: 130%;
	margin: 20px 25px;
}
#tamagallery #gallery .award dl dt {
	float: left;
	margin:0 10px 20px 0;
}
#tamagallery #gallery .award dl dt span {
	background: #397C50;
	color: #fff;
	line-height: 1.8;
	width: 80px;
	display: inline-block;
	border-radius: 15px;
	text-align: center;
}
#tamagallery #gallery .award dl dd {
	margin-bottom: 20px;
	line-height: 1.8;
}

/* prizeList */
#tamagallery #gallery .prizeList {
	margin-bottom: 10px;
}
#tamagallery #gallery .prizeList h4 {
	text-align: center;
	margin: 40px 0 20px;
}
#tamagallery #gallery .prizeList ul li {
	width: 48%;
	float: left;
	margin: 0 4% 30px 0;
	background: #fff;
	border-radius: 10px;
}
#tamagallery #gallery .prizeList ul li:nth-child(2n) {
	margin-right: 0;
}
#tamagallery #gallery .prizeList ul li dl {
	margin: 15px;
}
#tamagallery #gallery .prizeList ul li dt {
	padding-right: 10px;
	margin: 0 0 5px;
	float: none;
}
#tamagallery #gallery .prizeList ul li dd {
	float: none;
	margin: 0 0 10px;
	padding-left: 10px;
}
#tamagallery #gallery .prizeList ul li img {
	border-radius: 10px 10px 0 0;
}
#tamagallery #gallery .btn {
	margin-bottom: 20px;
}
#tamagallery #gallery .btn a {
	font-size: 145%;
	background: url(../common/img/arrow02.png) no-repeat 95% center;
	line-height: 1.5;
	padding: 20px 0;
	border-radius: 50px;
	
	text-align: center;
	color: #fff;
	background: #397C50;
}
#tamagallery #gallery .btnBlue a {
	color: #fff;
	background: #4f6daa;
	border: 1px solid #4f6daa;
}

/* popup */
#modal {
	display: none;
}


/* -----------------------------------------------------------------------------

	tamavision
  
----------------------------------------------------------------------------- */
#tamavision .container {
	background: #f9f9f9;
}

/* subNav
---------------------------------------------*/
#tamavision #subNav {
	padding: 15px 0;
	font-size: 120%;
	line-height: 1.4;
}
#tamavision #subNav p {
	display: table;
	margin: 0 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#tamavision #subNav p a {
	display: table-cell;
	width: 50%;
	padding: 10px 25px 10px 10px;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	vertical-align: middle;
	background: url(../common/img/sp/arrow01.png) no-repeat 95% center;
	background-size: 10px;
}
#tamavision #subNav p a:last-child{
	border-right: none;
}

/* content
---------------------------------------------*/
#tamavision h3 {
	text-align: center;
	padding: 15px 10px;
	background: #397C50;
	color: #fff;
	font-size: 145%;
	border-radius: 10px 10px 0 0;
	position: relative;
}
#tamavision h3:after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px #397C50 solid;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	z-index: 5;
}
#tamavision .newVision {
	padding: 10px;
}
#tamavision .newVision .contentInner {
	padding: 20px;
	font-size: 130%;
	background: #fff;
  border-radius: 0 0 10px 10px;
}
#tamavision .newVision .contentInner > p {
	margin-bottom: 20px;
}
#tamavision .newVision dl dt {
	border-left: 3px solid #397C50;
	color: #000;
	line-height: 20px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 110%;
}
#tamavision .newVision dl dd {
	margin-bottom: 30px;
}
#tamavision .newVision dl dd ul li {
	margin-bottom: 20px;
}
#tamavision .newVision dl dd ul .btn a {
	width: 100%;
	font-size: 90%;
	line-height: 40px;
}
#tamavision .newVision dl dd ul .btn a span {
	padding: 5px 0 5px 30px;
	background: url(../common/img/icon_pdf.png) no-repeat left center;
	background-size: 22px;
	font-size: 100%;
}

#tamavision .repletion {
	border: 2px solid #ccc;
	padding: 15px;
}
#tamavision .repletion p {
	margin-top: 10px;
}
#tamavision .repletion img {
	width: 130px;
}

/* side
---------------------------------------------*/
#tamavision #side02 {
	padding: 10px 10px 20px;
}

#tamavision #side02 ul li {
	margin-bottom: 5px;
}


/* -----------------------------------------------------------------------------

	suishin
  
----------------------------------------------------------------------------- */
#suishin h3 {
	border-radius: 0;
	margin-bottom: 25px;
}
#suishin .contentInner {
	padding: 10px;
}
#suishin h4 {
	color: #000;
	border-left: 3px solid #397C50;
	padding-left: 10px;
	font-size: 160%;
	margin-bottom: 20px;
}

/* tab */
#suishin .disnon {
  display: none;
}
#suishin #tabAccordion {
	margin-top: 30px;
	width: 100%;
}

#suishin #tabAccordion > dl > dt {
	text-align: left;
	padding: 0 20px;
	line-height: 50px;
	color: #fff;
	font-size: 145%;
	background: #397C50 url(../common/img/sp/icon_plus.png) no-repeat 97% center;
	background-size: 32px;
	border-radius: 10px 10px 10px 10px;
	position: relative;
}

#suishin #tabAccordion > dl > dt.open {
	background: #397C50 url(../common/img/sp/icon_minus.png) no-repeat 97% center;
	background-size: 32px;
	border-radius: 10px 10px 0px 0px;
}

#suishin #tabAccordion > dl > dt.open:after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px #397C50 solid;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	z-index: 5;
}
#suishin #tabAccordion > dl {
	margin-bottom: 20px;
}
#suishin #tabAccordion > dl > dt a {
	color: #fff;
}

#suishin #tabAccordion > dl > dd {
	display: none;
	padding: 22px 10px;
	background: #fff;
	font-size: 115%;
	border-radius: 0 0 10px 10px;
}

#suishin #tabAccordion > dl > dd > h5 {
	font-size: 125%;
	color: #397C50;
	border-bottom: 1px solid #397C50;
	margin-bottom: 15px;
}
#suishin #tabAccordion > dl > dd > h6 {
	font-size: 115%;
	border-left: 3px solid #397C50;
	padding-left: 10px;
	margin-bottom: 15px;
}
#suishin #tabAccordion > dl > dd > ul {
	margin-bottom: 30px;
}
#suishin #tabAccordion > dl > dd > ul li {
	margin-bottom: 20px;
	text-indent: -1em;
	padding-left: 1em;
}
#suishin #tabAccordion > dl > dd > ul li:before {
	content: "■";
	color: #397C50;
	position: relative;
	left: -3px;
}
#suishin #tabAccordion > dl > dd > ul li a {
	color: #397C50;
	text-decoration: underline !important;
}

/* sympo */
#suishin #sympo {
	padding: 0;
}
#suishin #sympo > div {
	background: #fff;
	border-radius: 10px;
	padding: 10px 0;
	font-size: 120%;
}
#suishin #sympo p {
	margin-bottom: 15px;
}
#suishin #sympo .smv img {
	width: 100%;
}
#suishin #sympo .end {
	color: #d20000;
	font-size: 110%;
	text-align: center;
}
#suishin #sympo h5 {
	font-size: 140%;
	color: #397C50;
	border-bottom: 1px solid #397C50;
	margin-bottom: 15px;
	line-height: 1.6;
}
#suishin #sympo .goods p {
	float: left;
	width: 60%;
}
#suishin #sympo .goods img {
	width: 35%;
	padding-left: 2%;
}
#suishin table th {
	width: 98%;
	padding-left: 2%;
	text-align: left;
	display: block;
}
#suishin table th span:before {
	content: "■";
	color: #397C50;
	position: relative;
	left: -5px;
}
#suishin table td {
	width: 95%;
	padding: 5px 0 8px 5%;
	display: block;
}
#suishin table td 	a {
	word-break: break-all;
}
#suishin table dd {
	margin-bottom: 15px;
}
#suishin table p {
	margin-bottom: 15px;
}
#suishin table td a {
	color: #397C50;
	text-decoration: underline !important;
}


/* -----------------------------------------------------------------------------

	photoContest
  
----------------------------------------------------------------------------- */

#photoContest section .inner {
	padding: 20px 10px;
	background: #f9f9f9;
}

/* gallery
---------------------------------------------*/
#photoContest h3 {
	font-size: 117%;
	text-align: center;
	margin-bottom: 30px;
}
#photoContest h3 b {
	font-size: 200%;
	display: block;
	/*padding-bottom: 10px;*/
}
#photoContest h3 span {
	display: inline-block;
	position: relative;
}
#photoContest h3 span:before {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	left: -25px;
}
#photoContest h3 span:after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	right: -25px;
}

#photoContest #gallery .inner > p {
	margin-bottom: 10px;
	font-size: 140%;
}

/* award */
#photoContest #gallery .award {
	margin: 60px 0 0;
}
#photoContest #gallery .award dl {
	font-size: 130%;
	margin: 20px 25px;
}
#photoContest #gallery .award dl dt {
	float: left;
	margin:0 10px 20px 0;
}
#photoContest #gallery .award dl dt span {
	background: #397C50;
	color: #fff;
	line-height: 1.8;
	width: 80px;
	display: inline-block;
	border-radius: 15px;
	text-align: center;
}
#photoContest #gallery .award dl dd {
	margin-bottom: 20px;
	line-height: 1.8;
}
#photoContest #gallery .award .judgeComment {
	border: 1px solid #397C50;
	border-radius: 10px;
	overflow: hidden;
}
#photoContest #gallery .award .judgeComment p.title {
	font-size: 180%;
	color: #fff;
	text-align: center;
	background-color: #397C50;
	position: relative;
	padding: 14px 0;
	box-sizing: border-box;
}
#photoContest #gallery .award .judgeComment p.title:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 12px 15px 0 15px;
	border-color: #397C50 transparent transparent transparent;
	z-index: 1;
}
#photoContest #gallery .award .judgeComment p.text {
	font-size: 140%;
	padding: 25px 5%;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
}

/* award01 */
#photoContest #gallery .award01 {
	margin-bottom: 60px;
}
#photoContest #gallery .award01 > div.box {
	border: 2px solid #ff6600;
	position: relative;
	border-radius: 10px;
	background: #fff;
	margin: 0 0 15px;
}
#photoContest #gallery .award01 h4 {
	position: absolute;
	left: 0;
	top: -11%;
}
#photoContest #gallery .award01 figure {
	overflow: hidden;
	border-radius: 7px;
	line-height: 0;
}
#photoContest #gallery .award01 figure img {
	width: 100%;
}
#photoContest #gallery .award01 ul {
	margin: 0 4%;
}
#photoContest #gallery .award01 ul li dl {
	display: table;
	width: 100%;
	margin: 0 0 15px;
}
#photoContest #gallery .award01 dl dt,
#photoContest #gallery .award01 dl dd {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	float: none;
}
#photoContest #gallery .award01 dl dt {
	width: 80px;
}
#photoContest #gallery .award01 dl dd {
	padding: 0 0 0 15px;
}
#photoContest #gallery .award01 li.title dl dd {
	font-size: 160%;
	font-weight: bold;
}
#photoContest #gallery .award01 li.name dl dd {
	font-size: 140%;
	font-weight: bold;
}
#photoContest #gallery .award li.comment dl dt,
#photoContest #gallery .award li.comment dl dd {
	display: block;
	float: none;
}
#photoContest #gallery .award li.comment dl dt,
#photoContest #gallery .award li.comment dl span {
	width: 120px;
}
#photoContest #gallery .award li.comment dl dt {
	margin: 0 0 10px;
}
#photoContest #gallery .award li.comment dl dd {
	width: 100%;
	padding: 0;
}
#photoContest #gallery .award01 .judgeComment p.title:before {
	content: "";
	display: block;
	width: 44px;
	height: 50px;
	background: url(../information/torikumi/photocon/img/sp/img_comment1.png) no-repeat bottom;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	right: 20px;
}

/* awardSub */
#photoContest #gallery .awardSub dl {
	margin: 20px 4%;
}

/* award02 */
#photoContest #gallery .award02 > div.box {
	border: 2px solid #ff6600;
	position: relative;
	border-radius: 10px;
	margin-top: 50px;
	background: #fff;
}
#photoContest #gallery .award02 h4 {
	position: absolute;
	left: 0;
	top: -14%;
}
#photoContest #gallery .award02 figure {
	overflow: hidden;
	border-radius: 7px;
	line-height: 0;
}
#photoContest #gallery .award02 figure img {
	width: 100%;
}
#photoContest #gallery .award02 .judgeComment p.title:before {
	content: "";
	display: block;
	width: 44px;
	height: 50px;
	background: url(../information/torikumi/photocon/img/sp/img_comment2.png) no-repeat bottom;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	right: 20px;
}

/* award03 */
#photoContest #gallery .award03 > div.box {
	border: 2px solid #e5e5e5;
	position: relative;
	border-radius: 10px;
	margin-top: 50px;
	background: #fff;
}
#photoContest #gallery .award03 h4 {
	position: absolute;
	left: 0;
	top: -14%;
}
#photoContest #gallery .award03 figure {
	overflow: hidden;
	border-radius: 7px;
	line-height: 0;
}
#photoContest #gallery .award03 figure img {
	width: 100%;
}
#photoContest #gallery .award03 .judgeComment p.title:before {
	content: "";
	display: block;
	width: 44px;
	height: 50px;
	background: url(../information/torikumi/photocon/img/sp/img_comment3.png) no-repeat bottom;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	right: 20px;
}

/* prizeList */
#photoContest #gallery .prizeList {
	margin-bottom: 10px;
}
#photoContest #gallery .prizeList h4 {
	width: 60%;
	text-align: center;
	margin: 40px auto 20px;
}
#photoContest #gallery .prizeList h4 img {
	width: 100%;
	height: auto;
}
#photoContest #gallery .prizeList ul li {
	width: 48%;
	float: left;
	margin: 0 4% 30px 0;
	background: #fff;
	border-radius: 10px;
}
#photoContest #gallery .prizeList ul li:nth-child(2n) {
	margin-right: 0;
}
#photoContest #gallery .prizeList ul li dl {
	margin: 15px;
}
#photoContest #gallery .prizeList ul li dl dt,
#photoContest #gallery .prizeList ul li dl dd {
	float: none;
}
#photoContest #gallery .prizeList ul li dt {
	padding-right: 10px;
	margin: 0 0 5px;
}
#photoContest #gallery .prizeList ul li dd {
	margin: 0 0 10px;
	padding-left: 10px;
}
#photoContest #gallery .prizeList ul li img {
	border-radius: 10px 10px 0 0;
}
#photoContest #gallery .btn {
	margin-bottom: 20px;
}
#photoContest #gallery .btn a {
	font-size: 145%;
	background: url(../common/img/arrow02.png) no-repeat 95% center;
	line-height: 1.5;
	padding: 20px 0;
	border-radius: 50px;
	
	text-align: center;
	color: #fff;
	background: #397C50;
}
#photoContest #gallery .btnBlue a {
	color: #fff;
	background: #4f6daa;
	border: 1px solid #4f6daa;
}

/* popup */
#modal {
	display: none;
}

/* -----------------------------------------------------------------------------

	活動レポート
  
----------------------------------------------------------------------------- */
#contents.report .container {
	width: inherit;
	padding: 0;
}
#contents.report .inner {
	padding: 0;
}
#contents.report h3 {
	text-align: center;
	background-color: #fff;
	padding: 40px 35px;
}
#contents.report h3 b {
	font-size: 200%;
}
#contents.report h3 span {
	display: inline-block;
	position: relative;
}
#contents.report h3 span:before {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	left: -25px;
}
#contents.report h3 span:after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	right: -25px;
}
#contents.report h4 {
	border-left: 3px solid #397C50;
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 10px;
	line-height: 1.6;
	vertical-align: middle;
}
#contents.report h4 span {
	color: #397C50;
	font-size: 95%;
	display: block;
}


/* movieBox
---------------------------------------------*/
#contents.report .movieBox {
	padding: 30px 0;
	background: #f5f5f5;
}
#contents.report .movieBox .inner {
	margin: 0 6%;
}
#contents.report .movieBox .inner iframe {
	width: 100%;
}

/* leadBox
---------------------------------------------*/
#contents.report .leadBox {
	padding: 30px 0;
}
#contents.report .leadBox .inner {
	margin: 0 6%;
}
#contents.report .movieBox + .leadBox {
	padding: 60px 0;
	background: #fff;
}
#contents.report .movieBox + .leadBox .inner {
	margin: 0 4%;
}
#contents.report .leadBox dl {
	display: table;
	margin: 10px 0 0;
}
#contents.report .leadBox dl dt,
#contents.report .leadBox dl dd {
	display: table-cell;
	font-size: 120%;
}
#contents.report .leadBox dl dt span {
	background: #397C50;
	color: #fff;
	line-height: 1.8;
	width: 70px;
	display: inline-block;
	border-radius: 15px;
	text-align: center;
}
#contents.report .leadBox dl dd {
	padding: 0 0 0 10px;
}
#contents.report .leadBox figure {
	text-align: center;
		margin: 20px 0 30px;
}
#contents.report .leadBox figure img {
	width: 100%;
	height: auto;
}

/* textContents
---------------------------------------------*/
#contents.report .textContents {
	padding: 20px 0 0;
	background: #fff;
}
#contents.report .textContents p {
	box-sizing: border-box;
	margin: 42px 4% 0 4%;
	padding: 4%;
	border-radius: 10px;
	background-color: #ecf8ec;
	position: relative;
}
#contents.report .textContents p:before {
	content: "";
	display: block;
	width: 53px;
	height: 37px;
	position: absolute;
	background: url(../tamahatsuclub/kaicho_report/img/icon_balloon.png) no-repeat;
	top: -37px;
}
#contents.report .textContents .inner > div {
	margin: 0 0 40px;
}
#contents.report .textContents figure {
	width: 64%;
	margin: 0 auto 10px;
}
#contents.report .textContents figure img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

/* btn
---------------------------------------------*/
#contents.report ul.btn {
	text-align: center;
	margin: 0 20px 40px;
}
#contents.report ul.btn li {
	margin: 0 0 20px;
}
#contents.report ul.btn li.prev a span {
	padding: 0 0 0 20px;
	background: url(../common/img/arrow02_b.png) no-repeat left center;
	background-size: 17px;
}

/* -----------------------------------------------------------------------------

	プレスツアー
  
----------------------------------------------------------------------------- */
#presstour main {
	background: #f9f9f9;
}
#presstour section .inner {
	padding: 20px 10px 0;
	background: #f9f9f9;
}
#presstour #contents .container p {
	font-size: 130%;
	line-height: 1.7em;
}
/* tour
---------------------------------------------*/
#presstour #tour h3 {
	font-size: 180%;
	text-align: center;
	margin-bottom: 20px;
}
#presstour #tour h3 b {
	font-size: 140%;
	display: block;
}
#presstour #tour h3 span {
	display: inline-block;
	position: relative;
}
#presstour #tour .inner > p {
	font-size: 140%;
}
/* media spot
---------------------------------------------*/
#presstour #media .inner,
#presstour #spot .inner {
	padding: 25px 10px 0;
}
#presstour #media h3,
#presstour #spot h3 {
	text-align: center;
	padding: 15px 10px;
	background: #397C50;
	color: #fff;
	font-size: 150%;
	border-radius: 10px 10px 0 0;
	position: relative;
}
#presstour #media h3:after,
#presstour #spot h3:after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px #397C50 solid;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	z-index: 5;
}
#presstour #media .box,
#presstour #spot .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 25px 15px 25px;
}
#presstour #media .btn.line2 a {
	line-height: 1.5;
	padding: 5px 0;
	border-radius: 51px!important;
}
/* media
---------------------------------------------*/
#presstour #media .box p {
	font-size: 140%;
}
#presstour #media .box ul {
	margin-top: 25px;
}
#presstour #media .box li {
	margin-top: 15px;
}
#presstour #media .box li:first-child {
	margin-top: 0;
}
#presstour #media .box li .btn a {
	border-radius: 26px;
	background: url(../common/img/icon_blank.png) no-repeat 95% center;
}
#presstour #media .box li .btn a span {
	font-size: 130%;
}
/* spot */
#presstour #spot {
	padding-bottom: 35px;
}
#presstour #spot .box ul li {
	margin: 30px 0 0;
	border: solid 1px #eee;
}
#presstour #spot .box ul li:first-child {
	margin-top: 0;
}
#presstour #spot .box ul li dl {
	font-size: 130%;
	margin: 10px;
}
#presstour #spot .box ul li dl dt {
	float: left;
	margin:0 6px 0 0;
}
#presstour #spot .box ul li dl dt span {
	background: #397C50;
	color: #fff;
	line-height: 1.8;
	width: 70px;
	display: inline-block;
	border-radius: 15px;
	text-align: center;
}
#presstour #spot .box ul li dl dt.comment {
	width: 100%;
}
#presstour #spot .box ul li dl dt.comment span {
	width: 100px;
}
#presstour #spot .box ul li dl dd {
	margin-bottom: 15px;
	line-height: 1.8;
}
#presstour #spot .box ul li dl dd.comment {
	display: inline-block;
	margin: 5px 0 5px;
	padding: 0 10px;
}
#presstour #spot .box ul li dl dd a {
	color: #397C50;
	background: url(../common/img/icon_blank.png) no-repeat right center;
	padding-right: 20px;
}

/* mediaBtn
---------------------------------------------*/
.symposium_btn {
	width: auto;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#397C50;
    border-radius:10px;
}
.symposium_name {font-weight: bolder;}
.symposium_spot {
  background: #c2edff;/*文字色
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #6594e0;
}

#presstour #media .media_box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 25px 15px 25px;
}
#presstour #media .media_box p {
	font-size: 140%;
	text-align: center;
}
#presstour #media .media_box ul.mediaBtn {
	margin-top: 20px;
}

#presstour #media .media_box ul.mediaBtn > li {
    display: block;
	border: 2px solid #397C50;
	border-radius: 15px;
    margin-bottom: 10px;
}

#presstour #media .media_box ul.mediaBtn > li div {
	text-align: center;
	border-radius: 10px 10px 0 0;
	width: auto;
	margin: 0 auto;
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	background: #397C50;
	padding: 5px;
}

#presstour #media .media_box ul.mediaBtn ul.mediaName {
	text-align: center;
}
#presstour #media .media_box ul.mediaBtn ul.mediaName li {
    display: inline-block;
	width: 43%;
	padding: 8px 5px;
}
#presstour #media .media_box ul.mediaBtn ul.mediaName li a {
	font-size: 140%;
/*	font-weight: bold;*/
	color: #333;
	background: url(/common/img/arrow02.png) no-repeat right center;
	background-size: 10px;
	padding: 5px 14px 5px 0;
}


/* tourReport
---------------------------------------------*/
#presstour #tourReport .inner {
	padding: 25px 10px 35px;
}
#presstour #tourReport h3 {
	text-align: center;
	padding: 15px 10px;
	background: #397C50;
	color: #fff;
	font-size: 150%;
	border-radius: 10px 10px 0 0;
	position: relative;
}
#presstour #tourReport h3:after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px #397C50 solid;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	z-index: 5;
}
#presstour #tourReport .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 25px 15px 25px;
}

#presstour #tourReport .box h4 {
	border-left: 3px solid #397C50;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 10px;
	line-height: 1.6;
	vertical-align: middle;
}
#presstour #tourReport .box h5 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 15px;
}
#presstour #tourReport .box h6 {
	font-size: 130%;
	font-weight: bold;
	border-radius: 10px;
	background: #ecf8ec;
	padding: 10px 20px;
	margin-bottom: 15px;
}


/* reportCont */
.reportCont {
	margin-bottom: 40px;
}
.reportCont .tourBox1 ,
.reportCont .tourBox2 ,
.reportCont .tourBox3 {
	margin-bottom: 40px;
	padding: 0 0 60px;
	background: url(/information/torikumi/presstour/img/tour_box_foot.png) no-repeat bottom center / 100% auto ;
}
.reportCont .tourBox1 figure ,
.reportCont .tourBox2 figure ,
.reportCont .tourBox3 figure {
	margin: 0 0 20px 0;
}
.reportCont .tourBox1 figure img ,
.reportCont .tourBox2 figure img ,
.reportCont .tourBox3 figure img {
	border-radius: 10px;
	margin-bottom: 5px;
}
.reportCont .tourBox1 figure figcaption ,
.reportCont .tourBox2 figure figcaption ,
.reportCont .tourBox3 figure figcaption {
	font-size: 120%;
	text-align: center;
	line-height: 1.3;
}
.reportCont .tourBox1 p ,
.reportCont .tourBox2 p ,
.reportCont .tourBox3 p {
	font-size: 130%;
	margin-bottom: 1em;
}

/* infoBox */
#presstour #tourReport .box .infoBox {
	text-align: left;
}
#presstour #tourReport .box .infoBox ul {
	margin-bottom: 50px;
}
#presstour #tourReport .box .infoBox ul li {
	font-size: 130%;
	margin-bottom: 20px;
}
#presstour #tourReport .box .infoBox ul li span {
	display: block;
	border-radius: 10px;
	margin-bottom: 10px;
	background: #ecf8ec;
/*	color: #fff;*/
	padding: 5px 10px;
}
#presstour #tourReport .box .infoBox ul li ol {
	list-style-type: decimal;
	margin-left: 20px;
}
#presstour #tourReport .box .infoBox ul li ol li {
	font-size: 100%;
	margin-bottom: 10px;
}
#presstour #tourReport .box .infoBox ul li a {
	text-decoration: underline;
	display: block;
	padding: 0 10px;
}
#presstour #tourReport .box .infoBox ul li a:hover {
	text-decoration: none;
}



/* -----------------------------------------------------------------------------

	30たまじまん大作戦！

----------------------------------------------------------------------------- */
#tamajiman main {
	background: #f9f9f9;
}
#tamajiman section .inner {
	padding: 20px 10px 0;
	background: #f9f9f9;
}
#tamajiman #contents .container p {
	font-size: 130%;
	line-height: 1.7em;
}

/* jiman
---------------------------------------------*/
#tamajiman #jiman h3 {
	font-size: 180%;
	text-align: center;
	margin-bottom: 20px;
}
#tamajiman #jiman h3 b {
	font-size: 140%;
	display: block;
}
#tamajiman #jiman h3 span {
	display: inline-block;
	position: relative;
}
#tamajiman #jiman .inner > p {
	font-size: 140%;
}

/* town
---------------------------------------------*/
#tamajiman .town {
	padding-bottom: 35px;
}
#tamajiman .town h3 {
	text-align: center;
	padding: 15px 10px;
	background: #397C50;
	color: #fff;
	font-size: 145%;
	border-radius: 10px 10px 0 0;
	position: relative;
}
#tamajiman .town h3:after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px #397C50 solid;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	z-index: 5;
}
#tamajiman .town .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 25px 15px 15px;
	border-left: 2px dashed #397C50;
	border-right: 2px dashed #397C50;
	border-bottom: 2px dashed #397C50;
	font-size: 130%;
	margin-bottom: 1em;
}
#tamajiman .town .box ul li {
	margin: 30px 0 0;
/*	padding-bottom: 5px;*/
	border: solid 1px #eee;
}
#tamajiman .town .box ul li:first-child {
	margin-top: 0;
}
#tamajiman .town .box ul li figure {
	line-height: 1;
}
#tamajiman .town .box ul li p {
	margin: 10px;
}

/* map
---------------------------------------------*/
#tamajiman #mapWrapSP .inner {
	padding-bottom: 40px;
}
#tamajiman #mapWrapSP h3 {
	text-align: center;
	padding: 15px 10px;
	background: #397C50;
	color: #fff;
	font-size: 145%;
	border-radius: 10px 10px 0 0;
	position: relative;
}
#tamajiman #mapWrapSP h3:after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px #397C50 solid;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	z-index: 5;
}
#tamajiman #mapWrapSP .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 25px 15px 10px;
	border-left: 2px dashed #397C50;
	border-right: 2px dashed #397C50;
	border-bottom: 2px dashed #397C50;
}

#tamajiman #mapWrapSP ul {
	margin-top: 10px;
}
#tamajiman #mapWrapSP ul li {
	float: left;
	width: 31.33333%;
	margin: 0 1% 10px;
}
#tamajiman #mapWrapSP ul li a {
	display: block;
	text-align: center;
	border-radius: 20px;
	border: 2px solid #ccc;
	padding: 6px 0;
	background: url(../common/img/sp/arrow01.png) no-repeat 93% center;
	background-size: 10px;
	font-size: 110%;
}



/* -----------------------------------------------------------------------------

	在住者インタビュー

----------------------------------------------------------------------------- */
#interview main {
	background: #f9f9f9;
}
#interview section .inner {
	padding: 20px 10px 0;
}
#interview #contents .container p {
	font-size: 130%;
	line-height: 1.7em;
}

/* residents
---------------------------------------------*/
#interview #residents h3 {
	font-size: 180%;
	text-align: center;
	margin-bottom: 20px;
}
#interview #residents h3 b {
	font-size: 140%;
	display: block;
}
#interview #residents h3 span {
	display: inline-block;
	position: relative;
}
#interview #residents .inner > p {
	font-size: 140%;
}

/* area_cont
---------------------------------------------*/
#interview #area_cont {
	min-height: 300px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 35px;
	background: #fff;
}
#interview #area_cont .area_cont_txt {
	padding-top: 20px;
	margin-bottom: 10px;
	font-size: 130%;
	text-align: center;
}
#interview #area_cont .area_cont_img {
	width: 150px;
	margin: 0 auto;
}
#interview #area_cont h3 {
	text-align: center;
	padding: 15px 10px;
	background: #397C50;
	color: #fff;
	font-size: 145%;
	border-radius: 10px 10px 0 0;
	position: relative;
}
#interview #area_cont h3:after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px #397C50 solid;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	z-index: 5;
}
#interview #area_cont .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 25px 15px 15px;
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	font-size: 130%;
	margin-bottom: 1em;
	position: relative;
}
#interview #area_cont .box h4 {
	border-left: 3px solid #397C50;
	font-size: 130%;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-left: 10px;
	line-height: 1.6;
	vertical-align: middle;
}
#interview #area_cont .box h4:first-child {
	margin-top: 0;
}
#interview #area_cont .box .photoL ,
#interview #area_cont .box .photoR {
	margin-bottom: 15px;
}
#interview #area_cont .box .photoL figure {
/*	float: left;*/
	margin: 0 0 15px 0;
}
#interview #area_cont .box .photoR figure {
/*	float: right;*/
	margin: 0 0 15px 0;
}
#interview #area_cont .box .photoL figure img ,
#interview #area_cont .box .photoR figure img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 5px;
}
#interview #area_cont .box .photoL figure figcaption ,
#interview #area_cont .box .photoR figure figcaption {
/*	font-size: 120%;*/
	line-height: 1.3;
	text-align: center;
}
#interview #area_cont .box p {
/*	font-size: 130%;*/
	margin-bottom: 1em;
}
#interview #area_cont .box .town_info {
	background: #ecf8ec;
	border-radius: 10px;
	padding: 15px 15px 5px;
	margin: 30px 0 0;
}
#interview #area_cont .box .town_info h4 {
	border-left: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
}

/* map
---------------------------------------------*/
#interview #mapWrapSP {
	background: #f9f9f9;
	position: relative;
}
#interview #mapWrapSP:after {
	content: "";
	display: block;
	width: 60px;
	height: 32px;
	background: url(/information/torikumi/interview/img/arrow_btm01.png) no-repeat;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
	z-index: 5;
}
#interview #mapWrapSP .inner {
	padding-bottom: 10px;
}
#interview #mapWrapSP h3 {
	text-align: center;
	padding: 0;
	background: #f9f9f9;
	color: #333;
	font-size: 145%;
	border-radius: 0;
	position: relative;
}
#interview h3:after {
	content: none;
}
#interview #mapWrapSP .note {
	margin-top: 5px;
	font-size: 110%;
	text-align: center;
}
#interview #mapWrapSP .box {
	background: #f9f9f9;
	border-radius: 0;
	padding: 5px 15px 0;
	border: none;
}

#interview #mapWrapSP ul {
	margin-top: 10px;
}
#interview #mapWrapSP ul li {
	float: left;
	width: 31.33333%;
	margin: 0 1% 10px;
}
#interview #mapWrapSP ul li a {
	display: block;
	text-align: center;
	border-radius: 20px;
	border: 2px solid #ccc;
	padding: 6px 0;
	background: url(../common/img/sp/arrow01.png) no-repeat 93% center;
	background-size: 10px;
	font-size: 110%;
}
#interview #mapWrapSP ul li.noLink {
	float: left;
	width: 31.33333%;
	margin: 0 1% 10px;
	display: block;
	text-align: center;
	border-radius: 20px;
	border: 2px solid #ccc;
	padding: 6px 0;
	font-size: 110%;
	background: #ddd;
	box-sizing: border-box;
}


/* -----------------------------------------------------------------------------

	多摩の振興プラン

----------------------------------------------------------------------------- */
#tamaplan .container {
	background: #f9f9f9;
}

/* content
---------------------------------------------*/
#tamaplan h3 {
	text-align: center;
	padding: 15px 10px;
	background: #397C50;
	color: #fff;
	font-size: 145%;
	border-radius: 10px 10px 0 0;
	position: relative;
}
#tamaplan h3:after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px #397C50 solid;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	z-index: 5;
}
#tamaplan .tamaCont {
	padding: 10px;
}
#tamaplan .tamaCont .contentInner {
	padding: 20px;
	font-size: 130%;
	background: #fff;
  border-radius: 0 0 10px 10px;
}
#tamaplan .tamaCont .contentInner > p {
	margin-bottom: 20px;
}
#tamaplan .tamaCont dl dt {
	border-left: 3px solid #397C50;
	color: #000;
	line-height: 20px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 110%;
}
#tamaplan .tamaCont dl dd {
	margin-bottom: 30px;
}
#tamaplan .tamaCont dl dd ul li {
	margin-bottom: 20px;
}
#tamaplan .tamaCont dl dd ul .btn a {
	width: 100%;
	font-size: 90%;
	line-height: 40px;
}
#tamaplan .tamaCont dl dd ul .btn a span {
	padding: 5px 0 5px 30px;
	background: url(../common/img/icon_pdf.png) no-repeat left center;
	background-size: 22px;
	font-size: 100%;
}


#tamaplan .movie h4 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-left: 10px;
	line-height: 1.6;
	text-align:center;
}



#tamaplan .movie{
	text-align:center;
}

#tamaplan .movie iframe{
	width:100% !important;
}

#tamaplan .repletion {
	border: 2px solid #ccc;
	padding: 15px;
	display: table;
	margin-top:50px;
}


#tamaplan .repletion p {
	margin-top: 10px;
}
#tamaplan .repletion img {
	width: 130px;
}






/* -----------------------------------------------------------------------------

	ブロガーが伝える多摩の魅力

----------------------------------------------------------------------------- */
#bloggers main {
	background: #f9f9f9;
}
#bloggers section .inner {
	padding: 20px 10px 0;
	background: #f9f9f9;
}
#bloggers #contents .container p {
	font-size: 130%;
	line-height: 1.7em;
}

.blogeers_title{
//    max-width: 400px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* residents
---------------------------------------------*/
#bloggers #residents h3 {
	font-size: 180%;
	text-align: center;
	margin-bottom: 20px;
}
#bloggers #residents h3 b {
	font-size: 140%;
	display: block;
}
#bloggers #residents h3 span {
	display: inline-block;
	position: relative;
}
#bloggers #residents .inner > p {
	font-size: 140%;
}

/* area_cont
---------------------------------------------*/
#bloggers #area_cont {
	min-height: 300px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 35px;
	background: #fff;
}
#bloggers #area_cont .area_cont_txt {
	padding-top: 20px;
	margin-bottom: 10px;
	font-size: 130%;
	text-align: center;
}
#bloggers #area_cont .area_cont_img {
	width: 150px;
	margin: 0 auto;
}
#bloggers #area_cont h3 {
	text-align: center;
	padding: 15px 10px;
	background: #397C50;
	color: #fff;
	font-size: 145%;
	border-radius: 10px 10px 0 0;
	position: relative;
}
#bloggers #area_cont h3:after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px #397C50 solid;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	z-index: 5;
}
#bloggers #area_cont .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 25px 15px 15px;
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	font-size: 130%;
	margin-bottom: 1em;
	position: relative;
}
#bloggers #area_cont .box h4 {
	border-left: 3px solid #397C50;
	font-size: 130%;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-left: 10px;
	line-height: 1.6;
	vertical-align: middle;
}
#bloggers #area_cont .box h4:first-child {
	margin-top: 0;
}
#bloggers #area_cont .box .photoL ,
#bloggers #area_cont .box .photoR {
	margin-bottom: 15px;
}
#bloggers #area_cont .box .photoL figure {
/*	float: left;*/
	margin: 0 0 15px 0;
}
#bloggers #area_cont .box .photoR figure {
/*	float: right;*/
	margin: 0 0 15px 0;
}
#bloggers #area_cont .box .photoL figure img ,
#bloggers #area_cont .box .photoR figure img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 5px;
}
#bloggers #area_cont .box .photoL figure figcaption ,
#bloggers #area_cont .box .photoR figure figcaption {
/*	font-size: 120%;*/
	line-height: 1.3;
	text-align: center;
}
#bloggers #area_cont .box p {
/*	font-size: 130%;*/
	margin-bottom: 1em;
}
#bloggers #area_cont .box .town_info {
	background: #ecf8ec;
	border-radius: 10px;
	padding: 15px 15px 5px;
	margin: 30px 0 0;
}
#bloggers #area_cont .box .town_info h4 {
	border-left: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
}

/* media spot
---------------------------------------------*/
#bloggers #media .inner,
#bloggers #spot .inner {
	padding: 25px 10px 0;
}
#bloggers #media h3,
#bloggers #spot h3 {
	text-align: center;
	padding: 15px 10px;
	background: #397C50;
	color: #fff;
	font-size: 150%;
	border-radius: 10px 10px 0 0;
	position: relative;
}
#bloggers #media h3:after,
#bloggers #spot h3:after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px #397C50 solid;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	z-index: 5;
}
#bloggers #media .box,
#bloggers #spot .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 25px 15px 25px;
}
#bloggers #media .btn.line2 a {
	line-height: 1.5;
	padding: 5px 0;
	border-radius: 51px!important;
}
/* media
---------------------------------------------*/
#bloggers #media .box p {
	font-size: 140%;
}
#bloggers #media .box ul {
	margin-top: 25px;
}
#bloggers #media .box li {
	margin-top: 15px;
}
#bloggers #media .box li:first-child {
	margin-top: 0;
}
#bloggers #media .box li .btn a {
	border-radius: 26px;
	background: url(../common/img/icon_blank.png) no-repeat 95% center;
}
#bloggers #media .box li .btn a span {
	font-size: 130%;
}
/* spot */
#bloggers #spot {
	padding-bottom: 35px;
}
#bloggers #spot .box ul li {
	margin: 30px 0 0;
	border: solid 1px #eee;
}
#bloggers #spot .box ul li:first-child {
	margin-top: 0;
}
#bloggers #spot .box ul li dl {
	font-size: 130%;
	margin: 10px;
}
#bloggers #spot .box ul li dl dt {
	float: left;
	margin:0 6px 0 0;
}
#bloggers #spot .box ul li dl dt span {
	background: #397C50;
	color: #fff;
	line-height: 1.8;
	width: 70px;
	display: inline-block;
	border-radius: 15px;
	text-align: center;
}
#bloggers #spot .box ul li dl dt.comment {
	width: 100%;
}
#bloggers #spot .box ul li dl dt.comment span {
	width: 100px;
}
#bloggers #spot .box ul li dl dd {
	margin-bottom: 15px;
	line-height: 1.8;
}
#bloggers #spot .box ul li dl dd.comment {
	display: inline-block;
	margin: 5px 0 5px;
	padding: 0 10px;
}
#bloggers #spot .box ul li dl dd a {
	color: #397C50;
	background: url(../common/img/icon_blank.png) no-repeat right center;
	padding-right: 20px;
}

/* mediaBtn
---------------------------------------------*/
#bloggers #media .media_box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 25px 15px 25px;
}
#bloggers #media .media_box p {
	font-size: 140%;
	text-align: center;
}
#bloggers #media .media_box ul.mediaBtn {
	margin-top: 20px;
}

#bloggers #media .media_box ul.mediaBtn > li {
    display: block;
	border: 2px solid #397C50;
	border-radius: 15px;
    margin-bottom: 10px;
}

#bloggers #media .media_box ul.mediaBtn > li div {
	text-align: center;
	border-radius: 10px 10px 0 0;
	width: auto;
	margin: 0 auto;
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	background: #397C50;
	padding: 5px;
}

#bloggers #media .media_box ul.mediaBtn ul.mediaName {
	text-align: center;
}
#bloggers #media .media_box ul.mediaBtn ul.mediaName li {
    display: inline-block;
	width: 43%;
	padding: 8px 5px;
}
#bloggers #media .media_box ul.mediaBtn ul.mediaName li a {
	font-size: 140%;
/*	font-weight: bold;*/
	color: #333;
	background: url(/common/img/arrow02.png) no-repeat right center;
	background-size: 10px;
	padding: 5px 14px 5px 0;
}


#bloggers #media .media_box ul.blogerName {
	text-align: center;
}
#bloggers #media .media_box ul.blogerName li {
    display: inline-block;
	width: 43%;
	padding: 8px 5px;
}
#bloggers #media .media_box ul.blogerName li a {
	font-size: 200%;
/*	font-weight: bold;*/
	color: #333;
	background: url(/common/img/arrow02.png) no-repeat right center;
	background-size: 10px;
	padding: 5px 14px 5px 0;
}



/* jiman
---------------------------------------------*/
#bloggers #jiman h3 {
	font-size: 180%;
	text-align: center;
	margin-bottom: 20px;
}
#bloggers #jiman h3 b {
	font-size: 140%;
	display: block;
}
#bloggers #jiman h3 span {
	display: inline-block;
	position: relative;
}
#bloggers #jiman .inner > p {
	font-size: 140%;
}

/* town
---------------------------------------------*/
#bloggers .town {
	padding-bottom: 35px;
}
#bloggers .town h3 {
	text-align: center;
	padding: 15px 10px;
	background: #397C50;
	color: #fff;
	font-size: 145%;
	border-radius: 10px 10px 0 0;
	position: relative;
}
#bloggers .town h3:after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px #397C50 solid;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	z-index: 5;
}
#bloggers .town .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 25px 15px 15px;
	border-left: 2px dashed #397C50;
	border-right: 2px dashed #397C50;
	border-bottom: 2px dashed #397C50;
	font-size: 130%;
	margin-bottom: 1em;
}
#bloggers .town .box ul li {
	margin: 30px 0 0;
/*	padding-bottom: 5px;*/
	border: solid 1px #eee;
}
#bloggers .town .box ul li:first-child {
	margin-top: 0;
}
#bloggers .town .box ul li figure {
	line-height: 1;
}
#bloggers .town .box ul li p {
	margin: 10px;
}

/* map
---------------------------------------------*/
#bloggers #mapWrapSP .inner {
	padding-bottom: 40px;
}
#bloggers #mapWrapSP h3 {
	text-align: center;
	padding: 15px 10px;
	background: #397C50;
	color: #fff;
	font-size: 145%;
	border-radius: 10px 10px 0 0;
	position: relative;
}
#bloggers #mapWrapSP h3:after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px #397C50 solid;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	z-index: 5;
}
#bloggers #mapWrapSP .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 25px 15px 10px;
	border-left: 2px dashed #397C50;
	border-right: 2px dashed #397C50;
	border-bottom: 2px dashed #397C50;
}

#bloggers #mapWrapSP ul {
	margin-top: 10px;
}
#bloggers #mapWrapSP ul li {
	float: left;
	width: 31.33333%;
	margin: 0 1% 10px;
}
#bloggers #mapWrapSP ul li a {
	display: block;
	text-align: center;
	border-radius: 20px;
	border: 2px solid #ccc;
	padding: 6px 0;
	background: url(../common/img/sp/arrow01.png) no-repeat 93% center;
	background-size: 10px;
	font-size: 110%;
}

section .area3 .flex_row_left li {
	width: 100%;
}



} /*MQ*/
