
/*********************************************/	

@charset "utf-8";

/*********************************************/	



/* 全 体
----------------------------------------------- */

/*
html{
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}


body {
	margin: 0;
	padding: 0 0 20px 0;
	color: #000;
	font-size: 14px; 
	 -webkit-text-size-adjust: 100%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	line-height: 140%;
}

*/


body {
	padding: 0 0 20px 0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}


img{
	border: none;
	line-height:0;
	vertical-align:bottom;
}



a{
	color:#44aa00;
	text-decoration:underline;
}

a:hover{
	color:#555555;
	text-decoration:none;
}



input[type=button]{
	width:120px;
	margin:0 auto 10px auto;
	padding:10px 0;
	font-weight: bold;
	text-indent: 3px;
	text-decoration:none;
	letter-spacing: 3px;
	text-align:center;
	color:#FFF;
	border-radius:5px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-appearance: none;
}

input[type=button].yes{
	border:solid 1px #D94E3B;
	background:#cb3b27;
	-webkit-box-shadow: 0px 5px 0px #84261a;
	-moz-box-shadow: 0px 5px 0px #84261a;
	box-shadow: 0px 5px 0px #84261a;
}

input[type=button].no{
	border:solid 1px #3b6ad9;
	background:#2758cb;
	-webkit-box-shadow: 0px 5px 0px #1a3984;
	-moz-box-shadow: 0px 5px 0px #1a3984;
	box-shadow: 0px 5px 0px #1a3984;
}

input[type=button].close{
	border:solid 1px #8a8a8a;
	background:#a4a4a4;
	-webkit-box-shadow: 0px 5px 0px #4f4f4f;
	-moz-box-shadow: 0px 5px 0px #4f4f4f;
	box-shadow: 0px 5px 0px #4f4f4f;
}



/* header
---------------------------------------------------- */

header{
	width:100%;
	margin: 0 auto 30px auto;
	padding: 18px 0;
	text-align: center;
	background-color: #49A235;
	/*border-bottom:10px #44aa00 solid;*/
}

	header h1{
		text-indent:-9999px;
		height:0px;
	}
	
	header img{
		width:40%;
	}



/* 共通
---------------------------------------------------- */

#content{
	margin: 0 15px 20px 15px;
}


h3{
	margin: 0 auto 20px auto;
	padding: 5px 0 5px 10px;
	font-size:1.25em;
	font-weight:bold;
	letter-spacing: 3px;
	line-height: 1.10em;
	color: #49A235;
	border-left: 6px solid #CCC;
}


h4{
	margin: 0 auto 20px auto;
	padding: 5px 0 8px 0;
	font-size:1.05em;
	font-weight:bold;
	letter-spacing: 3px;
	line-height: 1.10em;
	color: #555;
	border-bottom: 4px solid #49A235;
}

.text{
	margin: 0 auto 30px auto;
	font-size: 0.90em;
	letter-spacing: 3px;
	line-height: 160%;
}


	 a.bt {
		position: relative;
		display: block;
		margin: 0 auto 30px auto;
		padding: 18px 20px 18px 5px;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		letter-spacing:3px;
		line-height:140%;
		color: #FFF;
		background-color: #49A235;
		border-radius:5px;
	}
	
	a.bt::after {
		position: absolute;
		top: 50%;
		right: 15px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -6px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}



/* FAQ
---------------------------------------------------- */

.faq{
	margin: 30px auto 30px auto;
	font-size: 0.90em;
	list-style: none;
	letter-spacing:3px;
	line-height:160%;
}


	.faq li.q {
		margin: 0 auto 10px auto;
		font-weight: bold;
		color: #49A235;
	}

	.faq li.a {
		margin: 0 auto 25px auto;
		padding: 0 0 25px 0;
		border-bottom: 1px solid #CCC;
	}
	


/* 交通情報
---------------------------------------------------- */

.list{
	margin: 0 auto 30px auto;
	list-style: none;
}


	.list li.text {
		position: relative;
		display: block;
		margin:0 auto;
		padding: 20px 20px 20px 5px;
		font-size: 13px;
		letter-spacing:3px;
		line-height:140%;
		color: #444;
		border-bottom: 1px solid #CCC;
	}
	
	.list li.text::after {
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		content: '';
		width: 10px;
		height: 10px;
		margin-top: -7px;
		border-top: 2px solid #49A235;
		border-right: 2px solid #49A235;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}



/* 利用者アンケート
---------------------------------------------------- */

dl{
	margin:30px auto;
	padding:0;
	letter-spacing: 2px;
}

	dl dt{
		margin: 0 0 10px 0;
		padding: 10px 5px;
		font-weight:bold;
		font-size:1.0em;
		color: #FFF;
		background-color: #49A235;
		border-radius: 5px;
	}

	dl dd{
		margin:0 0 20px 0;
		padding:10px;
		overflow:hidden;
		border-bottom:1px #dddddd dashed;
	}

		dl dd label{
			display:block;
			float:left;
			margin:0 20px 0 0;
		}

		dl dd textarea{
			width:95%;
			height:75px;
			padding:5px;
		}

		dl dd div{
			width:100%;
			float:left;
			margin-top:10px;
		}

		dl dd div p.red{
			margin: 0 0 10px 0;
			line-height: 140%;
			color:#ff5555;
		}

/* 1.5倍に拡大表示 */
input[type="radio"].use{
	margin: 0 8px 8px 0;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}



