@charset "utf-8";
@import url("global.css");

/* ------------------------------
 Index-Page
------------------------------ */

section#main {
	margin: 10px;
}
#title {
	background-color: #EAE7D5;
	color: #4C4638;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FFF;
	padding: 6px 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	-moz-box-shadow: 0 1px 2px #999;
}
ul.list {
}
ul.list > li {
	margin: 10px 0;
	padding-bottom: 20px;
	background: url(../guide/img/arrow.png) no-repeat center bottom;
	background-size: 40px 10px;
	-webkit-background-size: 40px 10px;
	-moz-background-size: 40px 10px;
	-ms-background-size: 40px 10px;
}
ul.list li .wrapper {
	border:1px solid #CCCCCC;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding: 8px 6px 10px;
	background-color:#FFF;
}
ul.list li h2 {
	display: block;
	padding:5px 10px;
	background-color:#7E7A6D;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color:#FFF;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
ul.list li .image {
	float: left;
	margin: 0 10px 10px 0;
}
ul.list li .text {
	padding: 0 6px;
	margin: 10px 0;
}
ul.list li .text p {
	margin-bottom: 10px;
	font-size: 13px;
}
ul.list li p.button {
	background-color:#E98B0E;
	background:-webkit-gradient(linear, left top, left bottom, from(#F5B45A), to(#E98B0E));
	background:-moz-linear-gradient(top, #F5B45A, #E98B0E);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	-moz-box-shadow: 0 1px 2px #999;
	margin-top: 8px;
}
ul.list li p.button a {
	display: block;
	color:#FFF;
	text-shadow:1px 1px 2px #8A5309;
	padding: 5px 15px;
	font-weight: bold;
	background: url(../img/arrow.png) no-repeat right center;
	background-size: 30px 28px;
	-webkit-background-size: 30px 28px;
	-moz-background-size: 30px 28px;
}
.telbox {
	margin: 16px 6px 0;
	padding: 10px 6px;
}
.telbox h3 {
	background: url(../img/tel.png) no-repeat left center;
	-webkit-background-size: 36px 36px;
	padding-left: 36px;
	line-height: 36px;
	text-shadow: 0 0 3px #CCC;
	font-size: 15px;
	font-weight: bold;
}
ul.list li dl.notes {
	border: #EAE7D5 1px solid;
	background-color: #F6F5EF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px 5px 10px;
	margin: 0 4px;
}
ul.list li dl.notes dt {
	font-weight: bold;
	margin: 6px 0 4px;
	letter-spacing: 2px;
}
ul.list li dl.notes dd {
	font-size: 13px;
	line-height: 20px;
	background: url(../guide/img/point.png) no-repeat left top;
	background-size: 5px 20px;
	-webkit-background-size: 5px 20px;
	-moz-background-size: 5px 20px;
	-ms-background-size: 5px 20px;
	padding-left: 10px;
	margin: 0 0 4px 4px;
}
.fin {
	border:1px solid #FFC71E;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding: 10px 10px;
	background-color:#FFF8DF;
}
.fin h2 {
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 0 3px #fff;
	color: #F29920;
	text-shadow: 1px 1px 1px #FFF;
}
