@charset "utf-8";

#content.details #firstBlock {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
}

#content.details #firstBlock h1 {
	margin: 5px 0 5px 0;
	font-size: 24px;
	padding-left: 75px;
	background-position: left top;

}

#content.details #firstBlock h2 {
	margin: 0;
	/*
	padding: 0 0 20px 40px;
	*/
	padding: 0 0 20px 75px;
	border-bottom: solid 1px #000;
	font-size: 13px;
}

#content.details #firstBlock h2#preExplain {
	font-size: 18px;
	font-weight: normal;
	border: 0;
	padding-left: 0;
}
#content.details #firstBlock h2#furi {
	font-size: 13px;
	border: 0;
	/*
	padding: 0 0 0 40px;
	*/
	padding: 0 0 0 75px;
}

#content.details #firstBlock div#icon {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 60px;
}

#content.details #firstBlock div#icon img#sy-icon{
	width:60px;
	height:60px;
}

#content.details #firstBlock ul#detail-navs {
	list-style-type: none;
	position: absolute;
	right: 0;
	bottom: 10px;
	margin: 62px 0 0 0;
}

#content.details #firstBlock ul#detail-navs li {
	float: left;
	width: 100px;
	margin: 0 3px 0 0;
}

#content.details #firstBlock ul#detail-navs li a {
	display: block;
	background: url('../img/detailNavButton.png') no-repeat;
	width: 80px;
	margin: 0;
	padding: 2px 0 5px 20px;
	font-size: 18px;
	text-align: center;
	color: white;
	text-decoration: none;
}

#content.details #firstBlock ul#detail-navs li a:hover {
	opacity: 0.7;
}

#content.details #secondBlock {
	margin: 25px 0;
	padding-bottom: 15px;
	border-bottom: solid 1px #cccccc;
}

#content.details #secondBlock #infoList-wpr {
	width: 530px;
	float: left;
}

#content.details #secondBlock #infoList-wpr #infoList {
	margin: 0;
}

#content.details #secondBlock #infoList-wpr #infoList dt {
	width: 96px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px 0;
	border: none;
	border-radius: 0 2px 2px 0;
	background: #00963e;
	box-shadow: 2px 1px 0 0 #3c8042;
	color: white;
	font-size: 16px;
	text-align: center;
}

#content.details #secondBlock #infoList-wpr #infoList dd {
	margin: 0 0 10px 0;
	padding: 5px 0;
	font-size: 18px;
}

#content.details #secondBlock #itemImg-wpr {
	width: 370px;
	margin: 0 ;
	padding: 3px;
	border: solid 1px #cccccc;
	border-radius: 3px;
	float: right;
	text-align: center;
}

#content.details #secondBlock #itemImg-wpr img {
	max-width: 370px;
}

#content.details #thirdBlock {
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: solid 1px #cccccc;
}

#content.details h3 {
	width: 96px;
	margin: 0 10px 10px 0;
	padding: 5px 0;
	border: none;
	border-radius: 0 2px 2px 0;
	background: #00963e;
	box-shadow: 2px 1px 0 0 #3c8042;
	color: white;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	float: left;
}

#content.details #thirdBlock #address-wpr {
	float: left;
}

#content.details #thirdBlock #address-wpr #address {
    width: 370px;
    margin: 0 0 0 170px;
	font-size: 18px;
	line-height: 1.2em;
}

#content.details #thirdBlock #address-wpr #address #detailMap {
	font-size: 15px;
}

#content.details #thirdBlock #address-wpr #address #howtogo {
	display: block;
	margin-top: 10px;
	font-size: 16px;
}

#content.details #thirdBlock #gmap-wpr {
	width: 380px;
	float: right;
}

#content.details #thirdBlock #nomap-wpr {
	width:380px;
	height:250px;
}

#content.details #fourthBlock {
}

#content.details #fouthBlock #explanation-wpr {

}

#content.details #fourthBlock #explanation-wpr #explanation {
	margin-left: 106px;
	font-size: 18px;
}

#content.details div.jump2top {
	width: 100%;
	margin: 10px 0 0 0;
	text-align: right;
	font-size: 14px;
	float: right;
}

div#list-item-detail{
	display: inline;
}

/*button.course-button{
	background: none;
	border: 0px;
	color: -webkit-link;
	font-size: 15px;
	cursor: pointer;
	text-decoration: underline;
	padding-left: 0;
}*/

button.course-button:focus{
	outline: none;	
}

.course-button{
	display: inline-block;
	width: 160px;
	height: 27px;
	margin-top:5px;
	margin-right:85px;
	background-image: url("../img/route_button.jpg");
}
.anc-btn:hover{
	opacity:0.7;
}
