@charset "utf-8";
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://
 * File name: style.css
 * Summary:   テーマ別スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    detail
 *     =2
 *
 * ===============================================================
*/


body {
	background:#4fb233;
	/*background-image: url(bg.png);*/
}
#container {
}
#footer{
	background:#3e8d28;
}
#contents #main{
	background:#fdf6d6;
}
#contents .innerBg{
	margin: 0 30px 20px;
    padding: 20px 0 10px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#contents .innerBg.ptNone{
	padding: 0 0 10px;
}
#contents article dl dt{
	background:#ffc000;
}
#contents h3{
	margin:-20px 0 15px;
	background:#ff9900 url(/assets/tokyo-machisanpo/img/common/h3_icon_sp.png) 4px 48% no-repeat;
	background-size:12px 12px;
}

	/* -- >>> styles for narrow layout ----- */
	@media screen and (max-width: 599px) {
		#contents h2{
			padding:3px 3px 3px 25px;
			background:#eb5e00 url(/assets/tokyo-machisanpo/img/common/h2_icon_sp.png) 4px 48% no-repeat;
			background-size:16px 16px;
		    border-radius: 3px;
		    -webkit-border-radius: 3px;
		    -moz-border-radius: 3px;
			font-weight:bold;
		    font-size:120%;
		    color:#FFF;
		}
		#contents .innerBg{
			margin: 0 0 20px;
		}
		#contents h3{
			margin:0 0 15px;
			background:#ff9900 url(/assets/tokyo-machisanpo/img/common/h3_icon_sp.png) 4px 48% no-repeat;
			background-size:12px 12px;
		}

	}

	/* -- >>> styles for medium layout ----- */
	@media screen and (min-width: 600px) and (max-width: 959px) {
		#contents h2{
			padding:3px 3px 3px 32px;
			background:#eb5e00 url(/assets/tokyo-machisanpo/img/common/h2_icon_sp.png) 4px 48% no-repeat;
			background-size:21px 21px;
		    border-radius: 3px;
		    -webkit-border-radius: 3px;
		    -moz-border-radius: 3px;
			font-weight:bold;
		    font-size:125%;
		    color:#FFF;
		}
		#contents .innerBg{
			margin: 0 10px 20px;
		}
		#contents h3{
			margin:0 0 15px;
			background:#ff9900 url(/assets/tokyo-machisanpo/img/common/h3_icon_sp.png) 5px 48% no-repeat;
			background-size:15px 15px;
		}
	}

	/* -- >>> styles for wide layout ----- */
	@media screen and (min-width: 960px) {
		#contents h2{
			margin: 0 10px 10px;
			padding:12px 0 12px 45px;
			background:url(h2_bg.png) 0 50% no-repeat;
		    font-size:120%;
		    color:#FFF;
		}

		#contents h3{
			margin:0 0 15px;
			background:#ff9900 url(/assets/tokyo-machisanpo/img/common/h3_icon.png) 8px 48% no-repeat;
		}
	}


/** =1
 * ========================================
 * detail
 * ========================================
 */

#detail #anchor {
	width:904px;
	height: 44px;
	margin: 0 0 20px 10px;
}

#detail #anchor li{
	float:left;
	width:176px;
	height: 44px;
	margin: 0 0 0 4px;
}
#detail #anchor li a{
	display: block;
	height: 100%;
    text-indent: -9999px;
	background: url(detail_anchor.png) 0 0 no-repeat;
}

#detail #anchor li.anchor01 a{background-position: 0 0;}
#detail #anchor li.anchor02 a{background-position: -180px 0;}
#detail #anchor li.anchor03 a{background-position: -360px 0;}
#detail #anchor li.anchor04 a{background-position: -540px 0;}
#detail #anchor li.anchor05 a{background-position: -720px 0;}

#detail #anchor li.anchor01 a:hover{background-position: 0 -50px;}
#detail #anchor li.anchor02 a:hover{background-position: -180px -50px;}
#detail #anchor li.anchor03 a:hover{background-position: -360px -50px;}
#detail #anchor li.anchor04 a:hover{background-position: -540px -50px;}
#detail #anchor li.anchor05 a:hover{background-position: -720px -50px;}


#detail #contents #main article.mobile{
	display:none;
}

#detail #contents #main dl.map{
	margin: 20px;
}
#detail #contents #main dl.map dt{
	float:left;
	width: 18%;
	padding: 0;
	background: none;
}
#detail #main article dl.map dd{
	padding:4px 0 4px 150px;
}

#detail #contents #main .gmap{
	position: relative;
	margin-right: 20px;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#detail #contents #main .gmap iframe,
#detail #contents #main .gmap object,
#detail #contents #main .gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#detail #contents .field dd span{
	color: #e71b1b;
}

#detail div.btn{
	text-align: center;
}
#detail div.btn a{
	text-decoration: none;
}
#detail div.btn img{
	margin: 0 20px 20px;
}


	/* -- >>> styles for narrow layout ----- */
	@media screen and (max-width: 599px) {
		#detail #anchor{
			display:none;
		}
		#detail #contents #main dl.map{
			margin: 20px 10px 0;
		}
		#main article dl.map dt{
			width:70px;
			text-align:center;
			clear:both;
		}
		#detail #contents #main .gmap{
			margin-right: 0;
		}
		#detail #main article dl.map dd{
			padding:4px 0 4px 85px;
			padding:4px 0;
		}
		#detail div.btn img{
			max-width: 65%;
			margin: 0 15px 10px;
		}
	}

	/* -- >>> styles for medium layout ----- */
	@media screen and (min-width: 600px) and (max-width: 959px) {
		#detail #anchor{
			display:none;
		}
		#detail #main article dl.map dd{
			padding:4px 0 4px 100px;
		}
		#detail #contents #main .gmap{
			margin-right: 0;
		}
		#detail div.btn img{
			max-width: 40%;
			margin: 0 10px 10px;
		}
	}

	/* -- >>> styles for wide layout ----- */
	@media screen and (min-width: 960px) {

		#detail #contents #main article.mobile{
			display:block;
		}

	}


#notice #header{
	margin:0 auto 6px auto;
}

#notice #main article ol {
    margin: 0 100px 30px;
	padding: 20px 20px 10px 40px;
	background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    list-style-type: decimal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#notice p.btn {
    height: 40px;
    margin-bottom: 30px;
}
#notice p.btn a {
    display: block;
	width: 200px;
    margin: 0 auto 10px;
    padding: 15px 13px;
	font-weight: bold;
    text-align: center;
    text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#notice.general p.btn a {
    background: #00a0d9;
    border: 2px solid #fff;
    color: #fff;
}

		/* -- >>> styles for narrow layout ----- */
		@media screen and (max-width: 599px) {
		#notice #main article ol {
		margin-right: 0;
		margin-left: 0;
		}
		}

		/* -- >>> styles for medium layout ----- */
		@media screen and (min-width: 600px) and (max-width: 959px) {
		#notice #main article ol {
		margin-right: 0;
		margin-left: 0;
		}
		}

		/* -- >>> styles for wide layout ----- */
		@media screen and (min-width: 960px) {
		}





