@charset "utf-8";
/*---------------------------------------------------------------------------------------------- page */	
#accessList li a{
	
	/*display:block;
	padding:18px 22px;*/
	
	}
.list{/*トップページに組み込むリストページ*/
	clear:both;
	width: 100%;
	font-size:18px;
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #f2f2f2;
	background-color: #f2f2f2;
	text-align: left;
	}
	.list>a{
	width:auto;
	font-weight:bold;
	display:block;
	clear:both;
	padding: 14px;
	background:url("../image/arrow.png") no-repeat 96% center;
	border: 4px solid rgba(0, 0, 0, 0.0) !important;
	}/**/

	.list strong{
	float:left;
	text-indent:18px;
	padding:18px 10px;
	}
	.list strong.indent{
	text-indent:18px;
	display:block;
	}
	.list a strong{/*入口閉鎖btnの修正スタイル*/
	display:block !important;
	float:left;
	padding:0px;
	text-indent:18px;
	}
	.list a.listBtn{
	font-size:16px;
	background:url("../image/arrow.png") no-repeat left center;/*sub*/
	display:block;
	font-weight:bold;
	float:left;
	text-align:right;
	border: 4px solid #f2f2f2;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
	}	
	.list a.listBtn2{/*-------------------------------------------------エリアリスト下層ページのリストボタンスタイル*/
	font-size:16px;
	background:url("../image/arrow.png") no-repeat left center;/*sub*/
	display:block;
	float:right;
	border: 4px solid #fff;
	padding:14px 32px;
	margin:0 1px;
	font-weight:bold;
	}
	.list:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}	
	.list {min-height: 1px;}	
	* html .list {height: 1px;
	  /*\*//*/
	  height: auto;
	  overflow: hidden;
	  /**/}
	.list a:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}	
	.list a{min-height: 1px;}	
	* html a.list {height: 1px;
	  /*\*//*/
	  height: auto;
	  overflow: hidden;
	  /**/}
.listSub {
	clear:both;
	width:100%;
	font-size:18px;
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #fff;
	}
	.listSub>a{
	width:auto;
	line-height:120%;
	font-size:18px;
	background: url("../image/arrow.png") no-repeat 94.5% center;/*sub*/
	display:block;
	font-weight:bold;
	border: 4px solid rgba(0, 0, 0, 0.0) !important;
	padding: 18px 0px 14px 20px;
	}
		
.listSub2{
	clear:both;
	width: 100%;
	font-size:18px;
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #fff;
	}
	.listSub2 strong{
	float:left;
	padding:20px 22px;
	}
	.listSub2 a{
	font-size:18px;
	background:url("../image/arrow.png") no-repeat left center;/*sub*/
	display:block;
	font-weight:bold;
	float:left;
	border: 4px solid rgba(0, 0, 0, 0.0) !important;
	margin:0px 15px;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;			
/*	display:block;
	padding:14px 20px;
	margin:0 1px;
	font-weight:bold;
	float:left;
*/
		}
		
a.iscroll-tap-highlight {
	background-color: rgba(254, 141, 0, 0.2) !important;/**/
	-moz-border-radius: 8px !important;
	-khtml-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	border-radius: 8px !important;
	/*-webkit-box-shadow: inset 0 0px 8px rgba(254, 141, 0, 1.0);
	-webkit-box-shadow: inset 1 1px 7px rgba(254, 141, 0, 1.0);
	-webkit-box-shadow: inset 2 2px 6px rgba(254, 141, 0, 1.0);
	-webkit-box-shadow: inset 3 3px 5px rgba(254, 141, 0, 1.0);
	-webkit-box-shadow: inset 4 4px 4px rgba(254, 141, 0, 1.0);
	-webkit-box-shadow: inset 5 5px 3px rgba(254, 141, 0, 1.0);
	-webkit-box-shadow: inset 6 6px 2px rgba(254, 141, 0, 1.0);
	margin: -8px;*/
	border: 4px solid #FE8D00!important;
} 
