@charset "utf-8";

@media screen and (min-width: 751px) {


section .inner {
	padding: 40px 0 40px;
}
#gnav ul li#gnavInformation a {
	background-position: -50px -60px;
}



/* -----------------------------------------------------------------------------

	index.html
  
----------------------------------------------------------------------------- */

/* subMV
---------------------------------------------*/
#information #subMv {
	background: url(/information/img/bg_information.jpg) repeat-x bottom center;
	background-size: 1920px 160px;
}
#information #subMv .inner .pc img {
	margin: 0 0 0 35px;
	width: 793px;
	height: auto;
}

/* lead
---------------------------------------------*/
#information #lead {
	width: 1200px;
	margin: 0 auto;
}
#information #lead .inner {
	width: 1200px;
}
#information #lead .box {
	padding: 30px;
	border: 2px dashed #397C50;
	border-radius: 10px;
	background: #fff;
	padding: 20px;
	font-size: 130%;
}
#information #lead .image {
	float: left;
	padding: 10px;
}
#information #lead .right {
	float: right;
	width: 510px;
}
#information #lead h4 {
	color: #397C50;
	font-size: 130%;
	line-height: 1.5;
	margin: 20px 0;
}
#information table.citydata {
	width: 100%;
}
#information table.citydata td {
	text-align: right;
}
#information .aright {
	text-align: right;
}



/* projectNav
---------------------------------------------*/
#information .projectNav {
	width: 1000px;
	margin: 0 auto;
}
#information .projectNav .inner {
	width: 1000px;
}
#information .projectNav li {
	float :left;
	margin-right: 20px;
}
#information .projectNav li:last-child {
	margin-right: 0;
}
#information .projectNav li a {
	font-size: 120%;
}

/* projectMap
---------------------------------------------*/
#information #projectMap {
	width: 1200px;
	margin: 0 auto;
}
#information #projectMap .inner {
	width: 1000px;
}

#information #projectMap .box {
	width: 940px;
	background: url(../information/img/bg_box.png) repeat-y center top;
	margin-top: -2px;
	padding: 30px 30px 5px;
	position: relative;
}
#information #projectMap .box:after {
	content: "";
	display: block;
	width: 1000px;
	height: 19px;
	background: url(../information/img/bg_box_btm.png) no-repeat left top;
	position: absolute;
	bottom: -19px;
	left: 0;
}
#information #projectMap .box ul li {
	margin: 0 14px 20px;
	height: 240px;
	float: left;
	position: relative;
}
#information #projectMap .box ul li img {
	margin-bottom: 8px;
}
#information #projectMap .box ul li.active:before {
	content: "";
	display: block;
	width: 279px;
	height: 240px;
	border: 3px solid #f39800;
	position: absolute;
	top: 0;
	left: 0;
}
#information #projectMap .box ul li p {
	text-align: center;
	font-size: 120%;
	line-height: 20px;
}
#information #projectMap .box ul li p span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #f39800;
	border-radius: 50%;
	color: #3A3A3A;
	font-size: 12px;
	display: inline-block;
	margin-right: 3px; 
}

/* map
---------------------------------------------*/
#information #mapWrap {
	width: 1200px;
	margin: 0 auto;
}
#information #mapWrap .inner {
	width: 1000px;
}
#information #mapWrap h3 {
	font-size: 170%;
	text-align: center;
	background: #397C50;
	color: #fff;
	background: #397C50;
	border-radius: 10px 10px 0 0;
	position: relative;
	line-height: 56px;
}
#information #mapWrap h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-top: 16px #397C50 solid;
	position: absolute;
	bottom: -30px;
	left: 500px;
	z-index: 5;
}
#information #mapWrap .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 35px 15px 10px;
	border-left: 2px dashed #397C50;
	border-right: 2px dashed #397C50;
	border-bottom: 2px dashed #397C50;
}



#information #map {
	width: 980px;
}


#information #map .left {
	width: 480px;
	float: left;
}
#information #map .right{
	width: 500px;
	float: right;
}
#information #map ul li {
	float: left;
	margin: 0 0 10px 5px;
}
#information #map ul li a {
	display: block;
	width: 114px;
	text-align: center;
	border-radius: 20px;
	border: 2px solid #ccc;
	padding: 5px 0;
}
#information #map ul li a:hover,
#information #map ul li a.active {
	border: 2px solid #397C50;
	background: #397C50;
}
#information #map ul li a span,
#information #map ul li a.active span {
	padding: 0 20px 0 6px;
	font-size: 110%;
	background: url(../common/img/arrow02.png) no-repeat 96% center;
	background-size: 13px;
}
#information #map ul li a:hover span,
#information #map ul li a.active span {
	color: #fff;
	background: url(../common/img/arrow02_w.png) no-repeat 96% center;
	background-size: 13px;
}



/* -----------------------------------------------------------------------------

	torikumi
  
----------------------------------------------------------------------------- */

/* subMV
---------------------------------------------*/
#torikumi #subMv {
	background: url(../information/img/bg_information.jpg) no-repeat center center;
	background-size: cover;
}

/* content
---------------------------------------------*/
#torikumi section h3 {
	font-size: 170%;
	text-align: center;
	background: #397C50;
	color: #fff;
	background: #397C50;
	border-radius: 10px 10px 0 0;
	position: relative;
	line-height: 56px;
}
#torikumi section h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-top: 16px #397C50 solid;
	position: absolute;
	bottom: -30px;
	left: 500px;
	z-index: 5;
}
#torikumi section .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 35px 40px 10px;
}
#torikumi section .box ul li {
	width: 439px;
	float: left;
	margin: 0 41px 30px 0;
}
#torikumi section .box ul li:nth-child(even) {
	margin-right: 0;
}
#torikumi section .box ul li a:hover {
	opacity: 0.7;
}
#torikumi section .box ul li h4 {
	border-left: 3px solid #397C50;
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 10px;
	line-height: 1.6;
}
#torikumi section .box ul li img {
	width: 440px;
	height: auto;
}


/* -----------------------------------------------------------------------------

	tamagallery
  
----------------------------------------------------------------------------- */

/* subMV
---------------------------------------------*/
#tamagallery #subMv {
	background: url(../information/torikumi/tamagallery/img/bg_gallery.jpg) no-repeat center center;
	background-size: cover;
}

/* gallery
---------------------------------------------*/
#tamagallery h3 {
	font-size: 170%;
	text-align: center;
	margin-bottom: 25px;
}
#tamagallery h3 b {
	font-size: 130%;
}
#tamagallery h3 span {
	display: inline-block;
	position: relative;
}
#tamagallery h3 span:before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	left: -70px;
}
#tamagallery h3 span:after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	right: -70px;
}
#tamagallery #gallery .inner > p {
	margin-bottom: 10px;
	font-size: 130%;
}

/* award */
#tamagallery #gallery .award {
	margin: 90px 0 0;
}
#tamagallery #gallery .award a {
	display: block;
}
#tamagallery #gallery .award a:hover {
	opacity: 0.7;
}
#tamagallery #gallery .award01 {
	width: 510px;
	float: left;
	border: 2px solid #ff6600;
	position: relative;
	border-radius: 10px;
	background: #fff;
}
#tamagallery #gallery .award01 h4 {
	position: absolute;
	left: 25px;
	top: -54px;
	z-index: 8;
}
#tamagallery #gallery .award01 figure {
	overflow: hidden;
	border-radius: 9px 9px 0 0;
}
#tamagallery #gallery .award01 figure img {
	width: 100%;
}
#tamagallery #gallery .award02 {
	width: 442px;
	float: right;
	border: 2px solid #f0f0f0;
	position: relative;
	border-radius: 10px;
	margin-top: 22px;
	background: #fff;
}
#tamagallery #gallery .award02 h4 {
	position: absolute;
	left: 56px;
	top: -45px;
	z-index: 8;
}
#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-bottom: 20px;
}
#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;
}
#tamagallery #gallery .award01 dl dt {
	width: 20%;
}
#tamagallery #gallery .award02 dl dt {
	width: 24%;
}
#tamagallery #gallery .award01 dl dd {
	float: left;
	width: 30%;
}
#tamagallery #gallery .award02 dl dd {
	float: left;
	width: 26%;
}


/* prizeList */
#tamagallery #gallery .prizeList {
	margin-bottom: 10px;
}
#tamagallery #gallery .prizeList a {
	display: block;
}
#tamagallery #gallery .prizeList a:hover {
	opacity: 0.7;
}
#tamagallery #gallery .prizeList h4 {
	text-align: center;
	margin: 60px 0 20px;
}
#tamagallery #gallery .prizeList ul li {
	width: 317px;
	height: 455px;
	float: left;
	margin: 0 24px 30px 0;
	background: #fff;
	border-radius: 10px;
}
#tamagallery #gallery .prizeList ul li:nth-child(3n) {
	margin-right: 0;
}
#tamagallery #gallery .prizeList ul li dt {
	padding-right: 10px;
}
#tamagallery #gallery .prizeList ul li img {
	border-radius: 10px 10px 0 0;
}
#tamagallery #gallery .btn {
	margin-bottom: 20px;
}
#tamagallery #gallery .btn a {
	width: 740px;
	font-size: 160%;
	background: url(../common/img/arrow02.png) no-repeat 95% center;
	line-height: 60px;
	border-radius: 32px;
}
#tamagallery #gallery .btn a:hover {
	background: #397C50 url(../common/img/arrow02_w.png) no-repeat 95% center;
	opacity: 1;
}
#tamagallery #gallery .btnBlue a {
	width: 740px;
	color: #4f6daa;
	border: 2px solid #4f6daa;
	background: url(../common/img/arrow03.png) no-repeat 95% center;
}
#tamagallery #gallery .btnBlue a:hover {
	color: #fff;
	background: #4f6daa url(../common/img/arrow02_w.png) no-repeat 95% center;
}

/* popup */
#modal {
	display: none;
}
.modalInner .img {
	text-align: center;
}
.modalInner dl {
	background: #fff;
	padding: 10px 20px;
	font-size: 130%;
}
.modalInner dl dt {
	float: left;
	clear: left;
	line-height: 2;
	font-weight: bold;
	margin-right: 10px;
	width: 80px;
}
.modalInner dl dd {
	float: left;
	line-height: 2;
}

/* -----------------------------------------------------------------------------

	tamavision
  
----------------------------------------------------------------------------- */

/* subMV
---------------------------------------------*/
#tamavision #subMv {
	background: url(../information/tamavision/img/bg_vision.jpg) no-repeat center center;
	background-size: cover;
}

/* content
---------------------------------------------*/
#tamavision .content {
	background: #fff;
	border-radius: 10px;
	padding-bottom: 22px;
	font-size: 130%;
}
#tamavision h3 {
	text-align: center;
	line-height: 56px;
	color: #fff;
	font-size: 160%;
	background: #397C50;
	border-radius: 10px 10px 0 0;
	position: relative;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}
#tamavision h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-top: 16px #397C50 solid;
	position: absolute;
	bottom: -30px;
	left: 314px;
	z-index: 5;
}

#tamavision .newVision .contentInner {
	padding: 20px;
}
#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;
}
#tamavision .newVision dl dd {
	margin-bottom: 20px;
}
#tamavision .newVision dl dd ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#tamavision .newVision dl dd ul li:last-child {
	margin-right: 0;
}
#tamavision .newVision dl dd ul .btn a {
	width: 290px;
	font-size: 90%;
}
#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;
}

#tamavision .repletion {
	border: 2px solid #ccc;
	padding: 15px;
	display: table;
}
#tamavision .repletion a {
	display: table-cell;
	vertical-align: middle;
}
#tamavision .repletion img {
	width: 110px;
}
#tamavision .repletion p {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}

/* side
---------------------------------------------*/
#tamavision #side02 ul li {
	margin-bottom: 20px;
}
#tamavision #side02 ul li a {
	background: url(../information/tamavision/img/visionNav.png) no-repeat;
	width: 320px;
	height: 111px;
	display: block;
	text-indent: -999em;
}
#tamavision #side02 ul #navVision a {
	background-position: 0 0;
}
#tamavision #side02 ul #navVision:hover a {
	background-position: 0 -111px;
}
#tamavision #side02 ul #navVision.active a {
	background-position: 0 -222px;
}
#tamavision #side02 ul #navSuishin a {
	background-position: -320px 0;
}
#tamavision #side02 ul #navSuishin:hover a {
	background-position: -320px -111px;
}
#tamavision #side02 ul #navSuishin.active a {
	background-position: -320px -222px;
}



/* -----------------------------------------------------------------------------

	suishin
  
----------------------------------------------------------------------------- */
#suishin .contentInner {
	padding: 0 20px;
}
#suishin h4 {
	color: #397C50;
	border-left: 3px solid #397C50;
	padding-left: 10px;
	font-size: 120%;
	margin-bottom: 20px;
}

/* tab */
#suishin #tabAccordion {
	margin-top: 70px;
	position: relative;
	font-size: 95%;
	margin-bottom: 60px;
}

#suishin #tabAccordion > dl > dt {
	font-weight: bold;
	background: #ccc;
	border-radius: 10px 10px 0 0;
	width: 105px;
	float: right;
	margin-right: 5px;
	text-align: center;
	position: absolute;
	top: -40px;
	left: 0;
	height: 40px;
	line-height: 40px;
}
#suishin #tabAccordion > dl:nth-child(2) > dt {
	left: 110px;
}
#suishin #tabAccordion > dl:nth-child(3) > dt {
	left: 220px;
}
#suishin #tabAccordion > dl > dt.select {
	background: #397C50;
}
#suishin #tabAccordion > dl > dt a {
	color: #fff;
	vertical-align: middle;
}
#suishin #tabAccordion > dl > dt:hover {
	background: #397C50;
}
#suishin #tabAccordion > dl > dd {
	border: 1px solid #397C50;
	padding: 30px 22px;
}
#suishin #tabAccordion > dl > dd > h5 {
	font-size: 135%;
	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: 50px;
}
#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;
}
#suishin #tabAccordion > dl dd ul li a:hover {
	text-decoration: none !important;
}

/* sympo */
#suishin #sympo {
	font-size: 95%;
	padding: 0;
}
#suishin #sympo p {
	margin-bottom: 15px;
}
#suishin #sympo .smv img {
	width: 100%;
}
#suishin #sympo .end {
	color: #d20000;
	font-size: 130%;
}
#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;
	padding: 10px 0;
	width: 360px;
}
#suishin table th {
	width: 100px;
	padding: 10px;
	text-align: left;
}
#suishin table th span:before {
	content: "■";
	color: #397C50;
	position: relative;
	left: -5px;
}
#suishin table td {
	padding: 10px;
}
#suishin table dd {
	margin-bottom: 15px;
}
#suishin table p {
	margin-bottom: 15px;
}
#suishin table td a {
	color: #397C50;
	text-decoration: underline !important;
	word-break: break-all;
}
#suishin table td a:hover {
	text-decoration: none !important;
}



/* -----------------------------------------------------------------------------

	photoContest
  
----------------------------------------------------------------------------- */

/* subMV
---------------------------------------------*/
#photoContest #subMv {
	background: url(../information/torikumi/tamagallery/img/bg_gallery.jpg) no-repeat center center;
	background-size: cover;
}

/* gallery
---------------------------------------------*/
#photoContest h3 {
	font-size: 170%;
	text-align: center;
	margin-bottom: 40px;
}
#photoContest h3 b {
	font-size: 130%;
}
#photoContest h3 span {
	display: inline-block;
	position: relative;
}
#photoContest h3 span:before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	left: -70px;
}
#photoContest h3 span:after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	right: -70px;
}
#photoContest #gallery .inner > p {
	margin-bottom: 10px;
	font-size: 130%;
}
#photoContest #gallery .inner .judge p {
	text-align: center;
}

/* award */
#photoContest #gallery .award {
	margin: 90px 0 0;
}
#photoContest #gallery .award a {
	display: block;
}
#photoContest #gallery .award a:hover {
	opacity: 0.7;
}
#photoContest #gallery .award dl {
	font-size: 130%;
}
#photoContest #gallery .award .prizeList dl {
	margin: 20px;
}
#photoContest #gallery .award dl dt {
	font-weight: bold;
}
#photoContest #gallery .award .prizeList dl dt {
	float: left;
	margin-bottom: 20px;
}
#photoContest #gallery .award dl dt span {
	background: #397C50;
	color: #fff;
	line-height: 1.6;
	width: 80px;
	display: inline-block;
	border-radius: 15px;
	text-align: center;
}
#photoContest #gallery .award .prizeList dl dd {
	margin-bottom: 20px;
	line-height: 1.6;
}

/* award01 */
#photoContest #gallery .award01 > div.box {
	width: 544px;
	float: left;
	border: 2px solid #e90e1d;
	box-sizing: border-box;
	position: relative;
	border-radius: 10px;
	background: #fff;
	margin: 0 0 30px;
}
#photoContest #gallery .award01 h4 {
	position: absolute;
	left: 14px;
	top: -54px;
	z-index: 8;
}
#photoContest #gallery .award01 figure {
	overflow: hidden;
	border-radius: 9px;
	line-height: 0;
}
#photoContest #gallery .award01 figure img {
	width: 100%;
	height: auto;
}
#photoContest #gallery .award01 ul {
	width: 415px;
	float: right;
	margin: 0;
}
#photoContest #gallery .award01 ul li {
	display: table;
	width: 100%;
	margin: 0 0 15px;
}
#photoContest #gallery .award01 dl dt,
#photoContest #gallery .award01 dl dd {
	display: table-cell;
	vertical-align: middle;
}
#photoContest #gallery .award01 dl dt {
	width: 20%;
}
#photoContest #gallery .award01 dl dd {
	width: 80%;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}
#photoContest #gallery .award01 li.title dl dd {
	font-size: 200%;
	font-weight: bold;
}
#photoContest #gallery .award01 li.name dl dd {
	font-size: 180%;
	font-weight: bold;
}
#photoContest #gallery .award01 li.comment {
	margin: 60px 0 0;
}
#photoContest #gallery .award01 li.comment dl dt,
#photoContest #gallery .award01 li.comment dl dd {
	display: block;
}
#photoContest #gallery .award01 li.comment dl dt,
#photoContest #gallery .award01 li.comment dl span {
	width: 120px;
}
#photoContest #gallery .award01 li.comment dl dt {
	margin: 0 0 10px;
}
#photoContest #gallery .award01 li.comment dl dd {
	width: 100%;
}
#photoContest #gallery .award01 .judgeComment {
	display: table;
	clear: both;
	margin: 0 0 100px;
}
#photoContest #gallery .award01 .judgeComment p {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #397C50;
}
#photoContest #gallery .award01 .judgeComment p.title {
	width: 190px;
	font-size: 160%;
	color: #fff;
	text-align: center;
	background-color: #397C50;
	border-radius: 10px 0 0 10px;
	position: relative;
}
#photoContest #gallery .award01 .judgeComment p.title:after {
	content: "";
	position: absolute;
	top: 50%; right: -15px;
	margin-top: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #397C50;
	z-index: 1;
}
#photoContest #gallery .award01 .judgeComment p.text {
	width: 810px;
	font-size: 140%;
	padding: 25px 0 25px 28px;
	background-color: #fff;
	border-radius: 0 10px 10px 0;
	box-sizing: border-box;
	position: relative;
}
#photoContest #gallery .award01 .judgeComment p.text:after {
	content: "";
	display: block;
	width: 99px;
	height: 157px;
	background: url(../information/torikumi/photocon/img/img_comment1.png) no-repeat;
	position: absolute;
	bottom: 0;
	right: 20px;
}

/* awardSub */
#photoContest #gallery .awardSub h4 img {
	width: 100%;
}
#photoContest #gallery .awardSub figure {
	overflow: hidden;
	border-radius: 9px;
	line-height: 0;
}
#photoContest #gallery .awardSub figure img {
	width: 100%;
}
#photoContest #gallery .awardSub dl {
	display: table;
	margin: 20px 0;
}
#photoContest #gallery .awardSub dl dt,
#photoContest #gallery .awardSub dl dd {
	display: table-cell;
	vertical-align: middle;
}
#photoContest #gallery .awardSub dl dt {
	width: 80px;
}
#photoContest #gallery .awardSub dl dd {
	width: 140px;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}
#photoContest #gallery .awardSub dl dd.title b {
	font-size: 120%;
}
#photoContest #gallery .awardSub li.comment dl {
	margin: 35px 0;
}
#photoContest #gallery .awardSub li.comment dl dt,
#photoContest #gallery .awardSub li.comment dl dd {
	display: block;
}
#photoContest #gallery .awardSub li.comment dl dt,
#photoContest #gallery .awardSub li.comment dl span {
	width: 120px;
}
#photoContest #gallery .awardSub li.comment dl dd {
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
}
#photoContest #gallery .awardSub .judgeComment {
	border: 1px solid #397C50;
	border-radius: 10px;
	overflow: hidden;
}
#photoContest #gallery .awardSub .judgeComment p.title {
	font-size: 160%;
	color: #fff;
	text-align: center;
	background-color: #397C50;
	position: relative;
	padding: 10px 0;
}
#photoContest #gallery .awardSub .judgeComment p.title:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #397C50 transparent transparent transparent;
	z-index: 1;
}
#photoContest #gallery .awardSub .judgeComment p.text {
	font-size: 140%;
	padding: 25px 150px 25px 20px;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
}

/* award02 */
#photoContest #gallery .award02 {
	width: 514px;
	float: left;
	box-sizing: border-box;
}
#photoContest #gallery .award02 > div.box {
	width: 514px;
	border: 2px solid #ff6600;
	position: relative;
	border-radius: 10px;
	margin-top: 22px;
	box-sizing: border-box;
}
#photoContest #gallery .award02 h4 {
	width: 450px;
	position: absolute;
	left: 35px;
	top: -45px;
	z-index: 8;
}
#photoContest #gallery .award02 .judgeComment p.text:after {
	content: "";
	display: block;
	width: 99px;
	height: 157px;
	background: url(../information/torikumi/photocon/img/img_comment1.png) no-repeat;
	position: absolute;
	bottom: 0;
	right: 20px;
}
/* award03 */
#photoContest #gallery .award03 {
	width: 446px;
	float: right;
	box-sizing: border-box;
}
#photoContest #gallery .award03 > div.box {
	width: 446px;
	border: 2px solid #e0e0e0;
	position: relative;
	border-radius: 10px;
	margin-top: 72px;
	box-sizing: border-box;
}
#photoContest #gallery .award03 h4 {
	width: 320px;
	position: absolute;
	left: 63px;
	top: -42px;
	z-index: 8;
}
#photoContest #gallery .award03 dl dd.title {
	width: 215px;
}
#photoContest #gallery .award03 dl dd.name {
	width: 190px;
}
#photoContest #gallery .award03 .judgeComment p.text:after {
	content: "";
	display: block;
	width: 97px;
	height: 143px;
	background: url(../information/torikumi/photocon/img/img_comment3.png) no-repeat;
	position: absolute;
	bottom: 0;
	right: 20px;
}


/* prizeList */
#photoContest #gallery .prizeList {
	margin-bottom: 10px;
}
#photoContest #gallery .prizeList a {
	display: block;
}
#photoContest #gallery .prizeList a:hover {
	opacity: 0.7;
}
#photoContest #gallery .prizeList h4 {
	width: 320px;
	text-align: center;
	margin: 60px auto 20px;
}
#photoContest #gallery .prizeList h4 img {
	width: 100%;
	height: auto;
}
#photoContest #gallery .prizeList ul li {
	width: 317px;
	height: 455px;
	float: left;
	margin: 0 24px 30px 0;
	background: #fff;
	border-radius: 10px;
}
#photoContest #gallery .prizeList ul li:nth-child(3n) {
	margin-right: 0;
}
#photoContest #gallery .prizeList ul li dt {
	padding-right: 10px;
}
#photoContest #gallery .prizeList ul li img {
	border-radius: 10px 10px 0 0;
}
#photoContest #gallery .btn {
	margin-bottom: 20px;
}
#photoContest #gallery .btn a {
	width: 740px;
	font-size: 160%;
	background: url(../common/img/arrow02.png) no-repeat 95% center;
	line-height: 60px;
	border-radius: 32px;
}
#photoContest #gallery .btn a:hover {
	background: #397C50 url(../common/img/arrow02_w.png) no-repeat 95% center;
	opacity: 1;
}
#photoContest #gallery .btnBlue a {
	width: 740px;
	color: #4f6daa;
	border: 2px solid #4f6daa;
	background: url(../common/img/arrow03.png) no-repeat 95% center;
}
#photoContest #gallery .btnBlue a:hover {
	color: #fff;
	background: #4f6daa url(../common/img/arrow02_w.png) no-repeat 95% center;
}


/* -----------------------------------------------------------------------------

	活動レポート
  
----------------------------------------------------------------------------- */
/* subMV
---------------------------------------------*/
#report #subMv {
	background: url(../information/torikumi/tamagallery/img/bg_gallery.jpg) no-repeat center center;
	background-size: cover;
}
#contents.report {
	background-color: #fff;
}
#contents.report .container {
	width: inherit;
	padding: 0;
}
#contents.report .inner {
	padding: 0;
}
#contents.report h3 {
	font-size: 170%;
	text-align: center;
	background-color: #fff;
	padding: 50px 0;
}
#contents.report h3 b {
	font-size: 130%;
}
#contents.report h3 span {
	display: inline-block;
	position: relative;
}
#contents.report h3 span:before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	left: -70px;
}
#contents.report h3 span:after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	right: -70px;
}
#contents.report h3 + .mv {
	text-align: center;
	width: 1000px;
	margin: 0 auto;
}
#contents.report h4 {
	border-left: 3px solid #397C50;
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 25px;
	padding-left: 10px;
	line-height: 1.6;
	vertical-align: middle;
}
#contents.report h4 span {
	color: #397C50;
	font-size: 95%;
}
#contents.report .container p {
	font-size: 140%;
	line-height: 1.7;
}

/* leadBox
---------------------------------------------*/
#contents.report .leadBox {
	padding: 40px 0;
}
#contents.report .leadBox .inner {
	width: 920px;
}
#contents.report .movieBox + .leadBox {
	padding: 60px 0;
	background: #fff;
}
#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: 170%;
}
#contents.report .leadBox dl dt span {
	background: #397C50;
	color: #fff;
	line-height: 1.8;
	width: 120px;
	display: inline-block;
	border-radius: 20px;
	text-align: center;
}
#contents.report .leadBox dl dd {
	padding: 0 0 0 10px;
}
#contents.report .leadBox figure {
	text-align: center;
	margin: 20px 0 30px;
}

/* textContents
---------------------------------------------*/
#contents.report .textContents {
	padding: 40px 0 0;
	background: #fff;
}
#contents.report .textContents figure {
	border-radius: 10px;
	overflow: hidden;
}
#contents.report .textContents p {
	font-size: 140%;
	width: 551px;
	height: 242px;
	box-sizing: border-box;
}
#contents.report .textContents p span {
	display: block;
	width: 440px;
}
#contents.report .textContents p span a {
	color: #0059B2;
	text-decoration: underline;
}
#contents.report .textContents p span a:hover {
	color: #379BFF;
	text-decoration: none;
}
#contents.report .textContents .inner > div {
	margin: 0 0 70px;
}


/* textBox1 */
#contents.report .textContents .textBox1 p {
	float: right;
	background: url(../information/torikumi/img/balloon1.png) no-repeat;
	padding: 50px 0 0 50px;
}
#contents.report .textContents .textBox1 figure {
	float: left;
}
/* textBox2 */
#contents.report .textContents .textBox2 p {
	float: left;
	background: url(../information/torikumi/img/balloon2.png) no-repeat;
	padding: 55px 0 0 60px;
}
#contents.report .textContents .textBox2 figure {
	float: right;
}
/* textBox3 */
#contents.report .textContents .textBox3 figure {
	text-align: center;
}
#contents.report .textContents .textBox3 figure img {
	margin: 0 5px;
}
#contents.report .textContents .textBox3 p.text {
	width: auto;
	height: auto;
	margin-top: 20px;
}


/* btn
---------------------------------------------*/
#contents.report ul.btn {
	width: 1000px;
	text-align: center;
	margin: 0 auto 50px;
}
#contents.report ul.btn li {
	display: inline-block;
	margin: 0 15px;
}
#contents.report ul.btn li a {
	width: 380px;
}
#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;
}
#contents.report ul.btn li.prev a:hover span {
	background: url(../common/img/arrow02_w_b.png) no-repeat left center;
	background-size: 17px;
}

/* -----------------------------------------------------------------------------

	プレスツアー
  
----------------------------------------------------------------------------- */
#presstour main {
	background: #f9f9f9;
}
#presstour section .inner {
	padding: 40px 0 0;
}

/* subMV
---------------------------------------------*/
#presstour #subMv {
	background: url(../information/torikumi/presstour/img/bg_presstour.jpg) no-repeat center center;
	background-size: cover;
}

/* tour
---------------------------------------------*/
#presstour #tour h3 {
	font-size: 170%;
	text-align: center;
	margin-bottom: 25px;
}
#presstour #tour h3 b {
	font-size: 130%;
}
#presstour #tour h3 span {
	display: inline-block;
	position: relative;
}
#presstour #tour h3 span:before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	left: -70px;
}
#presstour #tour h3 span:after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	right: -70px;
}
#presstour #tour .inner > p {
	margin-bottom: 10px;
	font-size: 130%;
	text-align: center;
}


/* media spot
---------------------------------------------*/
#presstour #media,
#presstour #spot {
	width: 1000px;
	margin: 0 auto;
}
#presstour #media h3,
#presstour #spot h3 {
	font-size: 210%;
	text-align: center;
	background: #397C50;
	color: #fff;
	background: #397C50;
	border-radius: 10px 10px 0 0;
	position: relative;
	line-height: 56px;
}
#presstour #media h3:after,
#presstour #spot h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 12px #397C50 solid;
	position: absolute;
	bottom: -24px;
	left: 500px;
	z-index: 5;
}
#presstour #media .box,
#presstour #spot .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 25px 45px 45px;
}

/*-----media-----*/
#presstour #media .box p {
	text-align: center;
	font-size: 130%;
}
#presstour #media .box ul {
	margin: 10px -70px 0 0;
}
#presstour #media .box li {
	float: left;
	margin: 20px 70px 0 0;
}
#presstour #media .box .btn a {
	display: block;
	line-height: 46px;
	border: 2px solid #397C50;
	border-radius: 23px;
	text-align: center;
	width: 416px;
	margin: 0 auto;
	font-weight: bold;
	color: #397C50;
	background: url(../common/img/icon_blank.png) no-repeat 380px center;
}
#presstour #media .box .btn a span {
	padding-right: 30px;
	background: url(../common/img/arrow02.png) no-repeat right center;
	background-size: 17px;
	font-size: 115%;
}
#presstour #media .box .btn a:hover {
	background: url(../common/img/icon_blank_w.png) no-repeat 380px center #397C50;
	color: #fff;
}
#presstour #media .box .btn a:hover span {
	background: url(../common/img/arrow02_w.png) no-repeat right center;
	background-size: 17px;
	font-size: 115%;
}
#presstour #media .box li .btn_off {
	width:415px;
}


/* mediaBtn
---------------------------------------------*/
.symposium_btn {
	width: 48%;
    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 45px 45px;
}
#presstour #media .media_box p {
	text-align: center;
	font-size: 130%;
}

#presstour #media .media_box ul.mediaBtn {
}
#presstour #media .media_box ul.mediaBtn > li {
    display: inline-block;
	width: 48%;
	border: 2px solid #397C50;
	border-radius: 15px;
	margin-top: 20px;
    margin-left: 20px;
    vertical-align: top;
}
#presstour #media .media_box ul.mediaBtn > li:nth-child(odd) {
    margin-left: 0px;
}

#presstour #media .media_box ul.mediaBtn > li div {
	text-align: center;
	border-radius: 10px 10px 0 0;
	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: 44%;
/*	border-left: 1px solid #ccc;*/
	padding: 10px;
}
#presstour #media .media_box ul.mediaBtn ul.mediaName li:nth-child(n + 3) {
	padding: 0 10px 10px;
}
#presstour #media .media_box ul.mediaBtn ul.mediaName li a {
	font-size: 135%;
/*	font-weight: bold;*/
	color: #333;
/*	text-decoration: underline;*/
	background: url(/common/img/arrow02.png) no-repeat 90% center;
	background-size: 17px;
	padding: 5px 40px 5px 15px;
}
#presstour #media .media_box ul.mediaBtn ul.mediaName li a:hover {
	background: #ecf8ec url(/common/img/arrow02.png) no-repeat 90% center;
	background-size: 17px;
	border-radius: 15px;
}


/*-----spot-----*/
#presstour #spot {
	padding-bottom: 40px;
}
#presstour #spot .box {
	padding: 55px 45px 15px;
}
#presstour #spot .box ul li {
	width: 287px;
	float: left;
	margin: 0 24px 30px 0;
	background: #fff;
}
#presstour #spot .box ul li:nth-child(3n) {
	margin-right: 0;
}
#presstour #spot .box ul li dt {
	padding-right: 10px;
}
#presstour #spot .box ul li a {
	display: block;
	border: solid 1px #eee;
}
#presstour #spot .box ul li a:hover {
	opacity: 0.7;
}
#presstour #spot .box ul li a img {
	width: 285px;
}
#presstour #spot .box ul li dl {
	font-size: 130%;
	margin: 20px 10px;
}
#presstour #spot .box ul li dl dt {
	float: left;
}
#presstour #spot .box ul li dl dt span {
	background: #397C50;
	color: #fff;
	line-height: 1.8;
	display: inline-block;
	border-radius: 15px;
	text-align: center;
	padding: 0 10px;
}
#presstour #spot .box ul li dl dd {
	margin-bottom: 25px;
	line-height: 1.8;
}
#presstour #spot .box ul li dl dd.comment span {
	display: inline-block;
	margin-top: 5px;
	padding: 0 10px;
}
#presstour .modalInner dl dd a {
	color: #397C50;
}
#presstour .modalInner dl dd a:hover {
	text-decoration: underline;
}


/* tourReport
---------------------------------------------*/
#presstour #tourReport {
	width: 1000px;
	margin: 0 auto 20px;
	padding-bottom: 40px;
}
#presstour #tourReport h3 {
	font-size: 210%;
	text-align: center;
	background: #397C50;
	color: #fff;
	background: #397C50;
	border-radius: 10px 10px 0 0;
	position: relative;
	line-height: 56px;
}
#presstour #tourReport h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 12px #397C50 solid;
	position: absolute;
	bottom: -24px;
	left: 500px;
	z-index: 5;
}
#presstour #tourReport .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 25px 45px;
}

#presstour #tourReport .box h4 {
	border-left: 3px solid #397C50;
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 25px;
	padding-left: 10px;
	line-height: 1.6;
	vertical-align: middle;
}
#presstour #tourReport .box h5 {
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: left;
}
#presstour #tourReport .box h6 {
	font-size: 160%;
	font-weight: bold;
	border-radius: 10px;
	background: #ecf8ec;
	padding: 10px 20px;
	margin-bottom: 25px;
	text-align: left;
}

/* reportCont */
.reportCont {
	margin-bottom: 40px;
}
.reportCont .tourBox1 ,
.reportCont .tourBox2 {
	margin-bottom: 20px;
	padding: 0 0 90px;
	background: url(/information/torikumi/presstour/img/tour_box_foot.png) no-repeat bottom center;
}
.reportCont .tourBox3 {
	margin-bottom: 20px;
	padding: 0 0 90px;
	background: url(/information/torikumi/presstour/img/tour_box_foot.png) no-repeat bottom center;
	text-align: center;
}
.reportCont .tourBox1 figure {
	float: left;
	margin: 0 30px 30px 0;
}
.reportCont .tourBox2 figure {
	float: right;
	margin: 0 0 30px 30px;
}
.reportCont .tourBox3 figure {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 20px;
}
.reportCont .tourBox1 figure img ,
.reportCont .tourBox2 figure img ,
.reportCont .tourBox3 figure img {
	border-radius: 10px;
	margin-bottom: 5px;
	width: 399px;
}
.reportCont .tourBox1 figure figcaption ,
.reportCont .tourBox2 figure figcaption ,
.reportCont .tourBox3 figure figcaption {
	font-size: 120%;
	text-align: center;
	width: 399px;
	line-height: 1.3;
}
.reportCont .tourBox1 p ,
.reportCont .tourBox2 p {
	font-size: 130%;
	margin-bottom: 1em;
}
.reportCont .tourBox3 p {
	font-size: 130%;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
}

/* 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 {
	border-radius: 10px;
	margin-right: 10px;
	background: #ecf8ec;
/*	color: #fff;*/
	padding: 5px 10px;
}
#presstour #tourReport .box .infoBox ul li .float_left {
	float: left;
}
#presstour #tourReport .box .infoBox ul li ol {
	float: left;
	list-style-type: decimal;
	width: 780px;
	margin-left: 20px;
}
#presstour #tourReport .box .infoBox ul li ol li {
	font-size: 100%;
	margin-bottom: 5px;
}
#presstour #tourReport .box .infoBox ul li a {
	text-decoration: underline;
}
#presstour #tourReport .box .infoBox ul li a:hover {
	text-decoration: none;
}


/* -----------------------------------------------------------------------------

	30たまじまん大作戦！
  
----------------------------------------------------------------------------- */

#tamajiman {
	user-select:none;
	-webkit-user-select:none;
	-ms-user-select: none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}

/* subMV
---------------------------------------------*/
#tamajiman #subMv {
	background: url(../information/torikumi/tamajiman/img/bg_tamajiman.jpg) no-repeat center center;
	background-size: cover;
}

/* jiman
---------------------------------------------*/
#tamajiman #jiman .inner {
	padding: 40px 0 10px;
}
#tamajiman #jiman h3 {
	font-size: 170%;
	text-align: center;
	margin-bottom: 25px;
}
#tamajiman #jiman h3 b {
	font-size: 130%;
}
#tamajiman #jiman h3 span {
	display: inline-block;
	position: relative;
}
#tamajiman #jiman h3 span:before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	left: -70px;
}
#tamajiman #jiman h3 span:after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	right: -70px;
}
#tamajiman #jiman .inner > p {
	margin-bottom: 10px;
	font-size: 130%;
/*	text-align: center;*/
}

/* town
---------------------------------------------*/
#tamajiman .town {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#tamajiman .town h3 {
	font-size: 210%;
	text-align: center;
	background: #397C50;
	color: #fff;
	border-radius: 10px 10px 0 0;
	position: relative;
	line-height: 56px;
}
#tamajiman .town h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 12px #397C50 solid;
	position: absolute;
	bottom: -24px;
	left: 500px;
	z-index: 5;
}
#tamajiman .town .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 40px 40px 10px;
	border-left: 2px dashed #397C50;
	border-right: 2px dashed #397C50;
	border-bottom: 2px dashed #397C50;
	position: relative;
}
#tamajiman .town .box ul li {
	width: 287px;
	float: left;
	margin: 0 24px 30px 0;
*/	padding-bottom: 5px;*/
	background: #fff;
	border: solid 1px #eee;
	display: block;
}
#tamajiman .town .box ul li:nth-child(3n) {
	margin-right: 0;
}
#tamajiman .town .box ul li figure {
	line-height: 1;
}
#tamajiman .town .box ul li img {
	width: 100%;
}
#tamajiman .town .box ul li p {
	font-size: 130%;
	margin: 10px;
}

/* map
---------------------------------------------*/
#tamajiman #mapWrap {
	width: 1000px;
	margin: 0 auto;
}
#tamajiman #mapWrap .inner {
	padding: 0 0 40px;
}
#tamajiman #mapWrap h3 {
	font-size: 170%;
	text-align: center;
	background: #397C50;
	color: #fff;
	background: #397C50;
	border-radius: 10px 10px 0 0;
	position: relative;
	line-height: 56px;
}
#tamajiman #mapWrap h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-top: 16px #397C50 solid;
	position: absolute;
	bottom: -30px;
	left: 500px;
	z-index: 5;
}
#tamajiman #mapWrap .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 35px 15px 10px;
/*	border-left: 2px dashed #397C50;
	border-right: 2px dashed #397C50;
	border-bottom: 2px dashed #397C50;*/
}



#tamajiman #map {
	width: 980px;
}


#tamajiman #map .left {
	width: 480px;
	float: left;
}
#tamajiman #map .right{
	width: 500px;
	float: right;
}
#tamajiman #map ul li {
	float: left;
	margin: 0 0 10px 5px;
}
#tamajiman #map ul li a {
	display: block;
	width: 114px;
	text-align: center;
	border-radius: 20px;
	border: 2px solid #ccc;
	padding: 5px 0;
}
#tamajiman #map ul li a:hover,
#tamajiman #map ul li a.active {
	border: 2px solid #397C50;
	background: #397C50;
}
#tamajiman #map ul li a span,
#tamajiman #map ul li a.active span {
	padding: 0 20px 0 6px;
	font-size: 110%;
	background: url(../common/img/arrow02.png) no-repeat 96% center;
	background-size: 13px;
}
#tamajiman #map ul li a:hover span,
#tamajiman #map ul li a.active span {
	color: #fff;
	background: url(../common/img/arrow02_w.png) no-repeat 96% center;
	background-size: 13px;
}



/* -----------------------------------------------------------------------------

	在住者インタビュー

----------------------------------------------------------------------------- */

/* subMV
---------------------------------------------*/
#interview #subMv {
	background: url(../information/torikumi/interview/img/bg_interview.jpg) no-repeat center center;
	background-size: cover;
}

/* residents
---------------------------------------------*/
#interview #residents .inner {
	padding: 40px 0 10px;
}
#interview #residents h3 {
	font-size: 170%;
	text-align: center;
	margin-bottom: 25px;
}
#interview #residents h3 b {
	font-size: 130%;
}
#interview #residents h3 span {
	display: inline-block;
	position: relative;
}
#interview #residents h3 span:before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	left: -70px;
}
#interview #residents h3 span:after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	right: -70px;
}
#interview #residents .inner > p {
	margin-bottom: 10px;
	font-size: 130%;
	text-align: center;
}

/* area_cont
---------------------------------------------*/
#interview #area_cont {
/*	width: 1000px;*/
	min-height: 500px;
	margin: 0 auto;
	padding-bottom: 40px;
	background: #fff;
}
#interview #area_cont .area_cont_txt {
	padding-top: 50px;
	margin-bottom: 20px;
	font-size: 130%;
	text-align: center;
}
#interview #area_cont .area_cont_img {
	width: 200px;
	margin: 0 auto;
}
#interview #area_cont .area_cont_img img {
	width: 100%;
}
#interview #area_cont h3 {
	font-size: 210%;
	text-align: center;
	background: #397C50;
	color: #fff;
	border-radius: 10px 10px 0 0;
	position: relative;
	line-height: 56px;
}
#interview #area_cont h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 12px #397C50 solid;
	position: absolute;
	bottom: -24px;
	left: 488px;
	z-index: 5;
}
#interview #area_cont .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 25px 45px;
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
/*	border-left: 2px dashed #397C50;
	border-right: 2px dashed #397C50;
	border-bottom: 2px dashed #397C50;*/
	position: relative;
}
#interview #area_cont .box h4 {
	border-left: 5px solid #397C50;
	font-size: 200%;
	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 30px 15px 0;
}
#interview #area_cont .box .photoR figure {
	float: right;
	margin: 0 0 15px 30px;
}
#interview #area_cont .box .photoL figure img ,
#interview #area_cont .box .photoR figure img {
	width: 400px;
	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: 20px 30px 10px;
	margin: 30px 0 10px;
}
#interview #area_cont .box .town_info h4 {
	border-left: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
}

/* map
---------------------------------------------*/
#interview #mapWrap {
	width: 1000px;
	margin: 0 auto;
	background: #f9f9f9;
	position: relative;
}
#interview #mapWrap: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 #mapWrap .inner {
	padding: 10px 0 15px;
}
#interview #mapWrap h3 {
	font-size: 170%;
	text-align: center;
}
#interview #mapWrap .note {
	margin-top: 5px;
	font-size: 120%;
	text-align: center;
}
#interview #mapWrap .box {
	padding: 15px 15px 0;
}

#interview #map {
	width: 980px;
}
#interview #map .left {
	width: 480px;
	float: left;
}
#interview #map .right{
	width: 500px;
	float: right;
}
#interview #map ul li {
	float: left;
	margin: 0 0 10px 5px;
}
#interview #map ul li a {
	display: block;
	width: 114px;
	text-align: center;
	border-radius: 20px;
	border: 2px solid #ccc;
	padding: 5px 0;
}
#interview #map ul li a:hover,
#interview #map ul li a.active {
	border: 2px solid #397C50;
	background: #397C50;
}
#interview #map ul li a span,
#interview #map ul li a.active span {
	padding: 0 20px 0 6px;
	font-size: 110%;
	background: url(../common/img/arrow02.png) no-repeat 96% center;
	background-size: 13px;
}
#interview #map ul li a:hover span,
#interview #map ul li a.active span {
	color: #fff;
	background: url(../common/img/arrow02_w.png) no-repeat 96% center;
	background-size: 13px;
}
#interview #map ul li.noLink {
	float: left;
	margin: 0 0 10px 5px;
	display: block;
	width: 114px;
	text-align: center;
	border-radius: 20px;
	border: 2px solid #ccc;
	padding: 5px 0;
	font-size: 110%;
	background: #ddd;
}


/* -----------------------------------------------------------------------------

	多摩の振興プラン

----------------------------------------------------------------------------- */

/* subMV
---------------------------------------------*/
#tamaplan #subMv {
	background: url(../information/tamaplan/img/bg_tamaplan.jpg) no-repeat center center;
	background-size: cover;
}

/* content
---------------------------------------------*/
#tamaplan .content {
	background: #fff;
	border-radius: 10px;
	padding-bottom: 22px;
	font-size: 130%;
}
#tamaplan h3 {
	text-align: center;
	line-height: 56px;
	color: #fff;
	font-size: 160%;
	background: #397C50;
	border-radius: 10px 10px 0 0;
	position: relative;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}
#tamaplan h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-top: 16px #397C50 solid;
	position: absolute;
	bottom: -30px;
	left: 50%;
	z-index: 5;
	margin-left: -16px;
}

#tamaplan .tamaCont .contentInner {
	padding: 20px;
}
#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;
}
#tamaplan .tamaCont dl dd {
	margin-bottom: 20px;
}
#tamaplan .tamaCont dl dd ul {
	width: 610px;
	margin: 0 auto;
}
#tamaplan .tamaCont dl dd ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#tamaplan .tamaCont dl dd ul li:last-child {
	margin-right: 0;
}
#tamaplan .tamaCont dl dd ul .btn a {
	width: 290px;
	font-size: 90%;
}
#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;
}

#tamaplan .movie{
	text-align:center;
}

#tamaplan .movie iframe{
	width:560px !important;
}

#tamaplan .repletion {
	border: 2px solid #ccc;
	padding: 15px;
	display: table;
	margin-top:50px;
}
#tamaplan .repletion a {
	display: table-cell;
	vertical-align: middle;
}
#tamaplan .repletion img {
	width: 110px;
}
#tamaplan .repletion p {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}


#tamaplan .movie {
	text-align:center;
}

#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;
}




/* -----------------------------------------------------------------------------

	ブロガーが伝える多摩の魅力
  
----------------------------------------------------------------------------- */

#bloggers {
	user-select:none;
	-webkit-user-select:none;
	-ms-user-select: none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}

.blogeers_title{
//    max-width: 400px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* residents
---------------------------------------------*/
#bloggers #residents .inner {
	padding: 40px 0 10px;
}
#bloggers #residents h3 {
	font-size: 170%;
	text-align: center;
	margin-bottom: 25px;
}
#bloggers #residents h3 b {
	font-size: 130%;
}
#bloggers #residents h3 span {
	display: inline-block;
	position: relative;
}
#bloggers #residents h3 span:before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	left: -70px;
}
#bloggers #residents h3 span:after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	right: -70px;
}
#bloggers #residents .inner > p {
	margin-bottom: 10px;
	font-size: 130%;
	text-align: center;
}

/* area_cont
---------------------------------------------*/
#bloggers #area_cont .inner {
	padding: 0px 0 0px;
	width: 1000px;
	min-height: 500px;
	margin: 0 auto;
	padding-bottom: 40px;
	background: #fff;
}
#bloggers #area_cont .area_cont_txt {
	padding-top: 50px;
	margin-bottom: 20px;
	font-size: 130%;
	text-align: center;
}
#bloggers #area_cont .area_cont_img {
	width: 200px;
	margin: 0 auto;
}
#bloggers #area_cont .area_cont_img img {
	width: 100%;
}
#bloggers #area_cont h3 {
	font-size: 210%;
	text-align: center;
	background: #397C50;
	color: #fff;
	border-radius: 10px 10px 0 0;
	position: relative;
	line-height: 56px;
}
#bloggers #area_cont h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 12px #397C50 solid;
	position: absolute;
	bottom: -24px;
	left: 488px;
	z-index: 5;
}
#bloggers #area_cont .box {
	background: #fff;
//	border-radius: 0 0 10px 10px;
//	padding: 25px 45px;
/*	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;*/
	border-left: 2px dashed #397C50;
	border-right: 2px dashed #397C50;
	border-bottom: 2px dashed #397C50;
	position: relative;
}
#bloggers #area_cont .box h4 {
	border-left: 5px solid #397C50;
	font-size: 200%;
	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 30px 15px 0;
}
#bloggers #area_cont .box .photoR figure {
	float: right;
	margin: 0 0 15px 30px;
}
#bloggers #area_cont .box .photoL figure img ,
#bloggers #area_cont .box .photoR figure img {
	width: 400px;
	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: 20px 30px 10px;
	margin: 30px 0 10px;
}
#bloggers #area_cont .box .town_info h4 {
	border-left: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
}

/* media spot
---------------------------------------------*/
#bloggers #media,
#bloggers #spot {
	width: 1000px;
	margin: 0 auto;
}
#bloggers #media h3,
#bloggers #spot h3 {
	font-size: 210%;
	text-align: center;
	background: #397C50;
	color: #fff;
	background: #397C50;
	border-radius: 10px 10px 0 0;
	position: relative;
	line-height: 56px;
}
#bloggers #media h3:after,
#bloggers #spot h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 12px #397C50 solid;
	position: absolute;
	bottom: -24px;
	left: 500px;
	z-index: 5;
}
#bloggers #media .box,
#bloggers #spot .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 25px 45px 45px;
}

/*-----media-----*/
#bloggers #media .box p {
	text-align: center;
	font-size: 130%;
}
#bloggers #media .box ul {
	margin: 10px -70px 0 0;
}
#bloggers #media .box li {
	float: left;
	margin: 20px 70px 0 0;
}
#bloggers #media .box .btn a {
	display: block;
	line-height: 46px;
	border: 2px solid #397C50;
	border-radius: 23px;
	text-align: center;
	width: 416px;
	margin: 0 auto;
	font-weight: bold;
	color: #397C50;
	background: url(../common/img/icon_blank.png) no-repeat 380px center;
}
#bloggers #media .box .btn a span {
	padding-right: 30px;
	background: url(../common/img/arrow02.png) no-repeat right center;
	background-size: 17px;
	font-size: 115%;
}
#bloggers #media .box .btn a:hover {
	background: url(../common/img/icon_blank_w.png) no-repeat 380px center #397C50;
	color: #fff;
}
#bloggers #media .box .btn a:hover span {
	background: url(../common/img/arrow02_w.png) no-repeat right center;
	background-size: 17px;
	font-size: 115%;
}
#bloggers #media .box li .btn_off {
	width:415px;
}

/* mediaBtn
---------------------------------------------*/
#bloggers #media .media_box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 25px 45px 45px;
}
#bloggers #media .media_box p {
	text-align: center;
	font-size: 130%;
}

#bloggers #media .media_box ul.mediaBtn {
}
#bloggers #media .media_box ul.mediaBtn > li {
    display: inline-block;
	width: 48%;
	border: 2px solid #397C50;
	border-radius: 15px;
	margin-top: 20px;
    margin-left: 20px;
    vertical-align: top;
}
#bloggers #media .media_box ul.mediaBtn > li:nth-child(odd) {
    margin-left: 0px;
}

#bloggers #media .media_box ul.mediaBtn > li div {
	text-align: center;
	border-radius: 10px 10px 0 0;
	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: 44%;
/*	border-left: 1px solid #ccc;*/
	padding: 10px;
}
#bloggers #media .media_box ul.mediaBtn ul.mediaName li:nth-child(n + 3) {
	padding: 0 10px 10px;
}
#bloggers #media .media_box ul.mediaBtn ul.mediaName li a {
	font-size: 135%;
/*	font-weight: bold;*/
	color: #333;
/*	text-decoration: underline;*/
	background: url(/common/img/arrow02.png) no-repeat 90% center;
	background-size: 17px;
	padding: 5px 40px 5px 15px;
}
#bloggers #media .media_box ul.mediaBtn ul.mediaName li a:hover {
	background: #ecf8ec url(/common/img/arrow02.png) no-repeat 90% center;
	background-size: 17px;
	border-radius: 15px;
}


#bloggers #media .media_box ul.blogerName {
//	text-align: center;
//	font-size: 110%;
}
#bloggers #media .media_box ul.blogerName li {
    display: inline-block;
	width: 44%;
/*	border-left: 1px solid #ccc;*/
	padding: 10px;
}
#bloggers #media .media_box ul.blogerName li:nth-child(n + 3) {
	padding: 0 10px 10px;
}
#bloggers #media .media_box ul.blogerName li a {
	font-size: 180%;
/*	font-weight: bold;*/
	color: #333;
/*	text-decoration: underline;*/
	background: url(/common/img/arrow02.png) no-repeat 90% center;
	background-size: 17px;
	padding: 5px 40px 5px 15px;
}
#bloggers #media .media_box ul.blogerName li a:hover {
	background: #ecf8ec url(/common/img/arrow02.png) no-repeat 90% center;
	background-size: 17px;
	border-radius: 15px;
}



/*-----spot-----*/
#bloggers #spot {
	padding-bottom: 40px;
}
#bloggers #spot .box {
	padding: 55px 45px 15px;
}
#bloggers #spot .box ul li {
	width: 287px;
	float: left;
	margin: 0 24px 30px 0;
	background: #fff;
}
#bloggers #spot .box ul li:nth-child(3n) {
	margin-right: 0;
}
#bloggers #spot .box ul li dt {
	padding-right: 10px;
}
#bloggers #spot .box ul li a {
	display: block;
	border: solid 1px #eee;
}
#bloggers #spot .box ul li a:hover {
	opacity: 0.7;
}
#bloggers #spot .box ul li a img {
	width: 285px;
}
#bloggers #spot .box ul li dl {
	font-size: 130%;
	margin: 20px 10px;
}
#bloggers #spot .box ul li dl dt {
	float: left;
}
#bloggers #spot .box ul li dl dt span {
	background: #397C50;
	color: #fff;
	line-height: 1.8;
	display: inline-block;
	border-radius: 15px;
	text-align: center;
	padding: 0 10px;
}
#bloggers #spot .box ul li dl dd {
	margin-bottom: 25px;
	line-height: 1.8;
}
#bloggers #spot .box ul li dl dd.comment span {
	display: inline-block;
	margin-top: 5px;
	padding: 0 10px;
}
#bloggers .modalInner dl dd a {
	color: #397C50;
}
#bloggers .modalInner dl dd a:hover {
	text-decoration: underline;
}

/* subMV
---------------------------------------------*/
#bloggers #subMv {
	background: url(../information/torikumi/tamajiman/img/bg_tamajiman.jpg) no-repeat center center;
	background-size: cover;
}

/* jiman
---------------------------------------------*/
#bloggers #jiman .inner {
	padding: 40px 0 10px;
}
#bloggers #jiman h3 {
	font-size: 170%;
	text-align: center;
	margin-bottom: 25px;
}
#bloggers #jiman h3 b {
	font-size: 130%;
}
#bloggers #jiman h3 span {
	display: inline-block;
	position: relative;
}
#bloggers #jiman h3 span:before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	left: -70px;
}
#bloggers #jiman h3 span:after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	right: -70px;
}
#bloggers #jiman .inner > p {
	margin-bottom: 10px;
	font-size: 130%;
/*	text-align: center;*/
}

/* town
---------------------------------------------*/
#bloggers .town {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#bloggers .town h3 {
	font-size: 210%;
	text-align: center;
	background: #397C50;
	color: #fff;
	border-radius: 10px 10px 0 0;
	position: relative;
	line-height: 56px;
}
#bloggers .town h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 12px #397C50 solid;
	position: absolute;
	bottom: -24px;
	left: 500px;
	z-index: 5;
}
#bloggers .town .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 40px 40px 10px;
	border-left: 2px dashed #397C50;
	border-right: 2px dashed #397C50;
	border-bottom: 2px dashed #397C50;
	position: relative;
}
#bloggers .town .box ul li {
	width: 287px;
	float: left;
	margin: 0 24px 30px 0;
*/	padding-bottom: 5px;*/
	background: #fff;
	border: solid 1px #eee;
	display: block;
}
#bloggers .town .box ul li:nth-child(3n) {
	margin-right: 0;
}
#bloggers .town .box ul li figure {
	line-height: 1;
}
#bloggers .town .box ul li img {
	width: 100%;
}
#bloggers .town .box ul li p {
	font-size: 130%;
	margin: 10px;
}

/* map
---------------------------------------------*/
#bloggers #mapWrap {
	width: 1000px;
	margin: 0 auto;
}
#bloggers #mapWrap .inner {
	padding: 0 0 40px;
}
#bloggers #mapWrap h3 {
	font-size: 170%;
	text-align: center;
	background: #397C50;
	color: #fff;
	background: #397C50;
	border-radius: 10px 10px 0 0;
	position: relative;
	line-height: 56px;
}
#bloggers #mapWrap h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-top: 16px #397C50 solid;
	position: absolute;
	bottom: -30px;
	left: 500px;
	z-index: 5;
}
#bloggers #mapWrap .box {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 35px 15px 10px;
/*	border-left: 2px dashed #397C50;
	border-right: 2px dashed #397C50;
	border-bottom: 2px dashed #397C50;*/
}



#bloggers #map {
	width: 980px;
}


#bloggers #map .left {
	width: 480px;
	float: left;
}
#bloggers #map .right{
	width: 500px;
	float: right;
}
#bloggers #map ul li {
	float: left;
	margin: 0 0 10px 5px;
}
#bloggers #map ul li a {
	display: block;
	width: 114px;
	text-align: center;
	border-radius: 20px;
	border: 2px solid #ccc;
	padding: 5px 0;
}
#bloggers #map ul li a:hover,
#bloggers #map ul li a.active {
	border: 2px solid #397C50;
	background: #397C50;
}
#bloggers #map ul li a span,
#bloggers #map ul li a.active span {
	padding: 0 20px 0 6px;
	font-size: 110%;
	background: url(../common/img/arrow02.png) no-repeat 96% center;
	background-size: 13px;
}
#bloggers #map ul li a:hover span,
#bloggers #map ul li a.active span {
	color: #fff;
	background: url(../common/img/arrow02_w.png) no-repeat 96% center;
	background-size: 13px;
}





} /*MQ*/