

.gps_section{
	margin-bottom:15px;
}
.yama_gps_mds{
	font-size:14px;
	color:#AA0000;
	margin-bottom:3px;
}

.yama_big_mds{
	font-size:14px;
	font-weight:bold;
	border-left:6px #387944 solid;
	padding-left:5px;
	margin-bottom:10px;
	margin-left:10px;
}

.yama_dt_box{
	background:#EEEEEE;
	padding:10px;
	font-size:12px;
	line-height:1.4em;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow:1px 1px 1px #a0a0a0;
	-webkit-box-shadow:1px 1px 1px #a0a0a0;
	box-shadow:1px 1px 1px #a0a0a0;
	margin:0 10px 15px 10px;
}
.yama_mp_box{
	font-size:12px;
	text-align:center;
	color:#0000CC;
	margin-bottom:15px
}
.yama_lk_box{
	font-size:12px;
	text-align:center;
}

.btn_area{
	text-align:center;
	margin-bottom:10px;
}

.submit_btn {
	display:block;
	line-height:1.2em;
	text-decoration:none;
	margin:0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	width:240px;
	padding: 9px 0;
	background: -moz-linear-gradient(
		top,
		#575757 0%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#575757),
		to(#000000));
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #080808;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(000,000,000,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(000,000,000,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(000,000,000,1);
}






.submit_btn2 {
	display:block;
	line-height:1.2em;
	text-decoration:none;
	margin:0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	width:240px;
	padding: 9px 0;
	background: -moz-linear-gradient(
		top,
		#575757 0%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#575757),
		to(#000000));
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #080808;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(000,000,000,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(000,000,000,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(000,000,000,1);
}

.submit_btn3 {
	display:block;
	line-height:1.2em;
	text-decoration:none;
	margin:0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #123d54;
	width:240px;
	padding: 9px 0;
	background: -moz-linear-gradient(
		top,
		#afd9fa 0%,
		#588fad);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#afd9fa),
		to(#588fad));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #003366;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);

}



/*---GPS検索・詳細画面----*/
/* 表 */

.table {
	margin-bottom: 10px;
	background-color: rgba(193,184,143,0.5);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size:12px;
}

.table:after {
 display: block;
 clear: both;
 content: '';
}

.table dt,
.table dd {
 margin-bottom: 1px;
 padding: 4px 5px;
}

.table dt {
 float: left;
 clear: both;
 width: 40px;
 text-align: center;
}

.table dd {
	margin-left: 45px;
	background-color: rgba(255,255,255,0.8);
	text-align: left;
	line-height:1.4em;
}

.table dd dt,
.table dd dd {
 margin: 0;
 padding: 0;
 display: inline;
 float: none;
 width: auto;
 background: none;
}

.table dd dt:after {
 content: ":"
}

.table dd:first-of-type {
 -webkit-border-top-right-radius: 6px;
 border-top-right-radius: 6px;
}

.table dd:last-of-type {
 -webkit-border-bottom-right-radius: 6px;
 border-bottom-right-radius: 6px;
}



/*---Yama_list----*/

.yama_list_box{
	font-size:12px;
	border-bottom:1px #CCCCCC dotted;
	padding:5px;
}
.yama_list_box:after {
 display: block;
 clear: both;
 content: '';
}
.yama_list_box p{
	margin:0;padding:0;
}
.yama_list_img{
	float:left;
	width:85px;
	margin-right:8px;
}
/*
.yama_list_img img{
	-moz-box-shadow:2px 2px 2px #a0a0a0;
	-webkit-box-shadow:2px 2px 2px #a0a0a0;
	box-shadow:2px 2px 2px #a0a0a0;
}
*/
.yama_list_text{
	padding:5px 5px 0 0;
	font-size:14px;
	line-height:1.2em;
}
.yama_list_mds{
	font-size:16px;
	color:#aa0000;
}
.yama_list_mds2{
	font-size:14px;
	color:#aa0000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yama_list_dist{
	font-size:14px;
	margin-bottom:3px;
	color:#000000;
}

.detail_btn{
	float:right;
	padding:5px 10px 5px 0;
}
.yama_list_detail{
	font-size:12px;
	color:#696969;
	line-height:1.4em;
}
.submit_btn_list {
	display:block;
	line-height:1.2em;
	text-decoration:none;
	margin:0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #123d54;
	width:100px;
	text-align:center;
	padding: 6px 0;
	background: -moz-linear-gradient(
		top,
		#afd9fa 0%,
		#588fad);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#afd9fa),
		to(#588fad));
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #003366;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);

}

/*---Google MAP内----*/
.gmaps_body{
	font-size:10px;
	line-height:1.2em;
	width:150px;
}
.gmap_mds{
	font-size:12px;
	color:#AA0000;
	margin-bottom:4px;
}
.gmap_link{
	font-size:12px;
	text-align:right;
}



/*-- 山詳細 --*/
.kana_name{
	font-size:14px;
	color:#ffffff;
	font-weight:normal;
}
.yama_ctg_area{
	float:right;
	font-size:10px;
	margin:0 10px 10px 0;
}
.yama_ctg_area:after {
	content: '';
	display: block;
	clear: both;
}
.yama_ctg_box{
	background:#008000;
	color:#FFFFFF;
	padding:2px 5px 2px 5px;
	line-height:1.0em;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size:12px;
}
.yama_main_img{
	margin-bottom:5px;
	text-align:center;
	
}
.yama_main_img img{
	padding:3px;
	border:1px #A0A0A0 solid;
	background:#FFFFFF;
	-webkit-box-shadow: 0 0 3px #333333;
	box-shadow: 0 0 3px #333333;
	margin:0 auto 2px auto;
}
.yama_credit{
	font-size:12px;
	line-height:1.2em;
	padding:0 15px;
	margin-bottom:5px;
}


/*---------山サムネイル-----------*/
.yama_thumb_list{
	margin-bottom:10px;
}
.yama_thumb_list:after{
	content: '';
	display: block;
	clear: both;
}
.yama_thumb_list li{
	float:left;
	width:75px;
	height:77px;
	display:block;
	background:#EEEEEE;
	margin-left:5px;
	margin-bottom:5px;
	text-align:center;
}
.yama_thumb_list td{
	vertical-align:middle;
	width:75px;height:75px;
}
.yama_thumb_list li img{
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

/*--------山テキストとか--------------*/
.yama_text{
	font-size:16px;
	line-height:1.6em;
	padding:0 5px 10px 5px;
}
.yama_text p{
	margin-bottom:10px;
}
.yama_atten{
	font-size:12px;
	text-align:right;
}

.yama_data{
	width:95%;
	text-align:center;
	padding-left:8px;
	margin-bottom:10px;
}

/* 表2 */

.table2 {
	background-color: rgba(193,184,143,0.5);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size:12px;
}

.table2:after {
	display: block;
	clear: both;
	content: '';
}

.table2 dt,
.table2 dd {
	margin-bottom: 1px;
	padding: 2px 5px;
}

.table2 dt {
	float: left;
	clear: both;
	width: 75px;
	text-align: center;
}

.table2 dd {
	margin-left: 80px;
	background-color: rgba(255,255,255,0.8);
	text-align: left;
	line-height:1.4em;
	padding: 5px 5px;
}

.table2 dd dt,
.table2 dd dd {
	margin: 0;
	padding: 0;
	display: inline;
	float: none;
	width: auto;
	background: none;
}

.table2 dd dt:after {
	content: ":"
}

.table2 dd:first-of-type {
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

.table2 dd:last-of-type {
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}



.now_place_thumb{
	padding:0 10px 15px 6px;
}
.now_place_thumb img{
	margin-left:4px;
	margin-bottom:4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow:1px 1px 1px #a0a0a0;
	-webkit-box-shadow:1px 1px 1px #a0a0a0;
	box-shadow:1px 1px 1px #a0a0a0;
}

/*---山Img---*/
.yama_img{
	margin-bottom:10px;
}
