body{   
	background-color:#e8e8e8;
	margin:0px;
	paddng:0px;
	height:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}
.clear {clear:both;}

#wrapper {
	width:100%; 
	height:auto;
	margin:0px auto;
	padding:0px;
	
	
}


#contents{
	width:1000px;
	margin:0px auto 40px auto;
}

a{
	text-decoration:none;
}
/* top_bar */

#top_bar {
  width: 100%;
  height: 25px;
  margin:0px;
	padding:0px;
  background-color: #e0ecb7;
}



#top_bar h1 {
	width:1000px;
  font-size: 75%;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  margin:0px auto;
  padding: 0px 0px 0px 13px;
}

.logo{
	width:100%;
	heihgt:50px;
	background-color:#fff;
	padding:5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.logo_img{
	width:1000px;
	margin:auto;
	
}

.logo img{
	width:120px;
	
}
/* header　TOP */

#header{
	width:100%;

}

#header_main{
	width:100%;
	background-image:url(https://epark.jp/uploads/portal_lpcms/images/pc/ranking_2015/bg.png);
	background-repeat:no-repeat;
	background-size:100% 100%;	
	margin:1px auto;

}

#header_main .header_img{
	width:1000px;
	margin:auto;
	height:350px;
	background-image:url(https://epark.jp/uploads/portal_lpcms/images/pc/ranking_2015/head_02.png);
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
}



#header_main p{
	position:absolute;
	bottom:50px;
	left:300px;
	font-size:16px;
	color:#333;
	line-height:25px;
	letter-spacing:1px;
}


/*map　テキスト&画像部分*/

.map{
	width:1000px;
	height:auto;
	background-color:#fff;
	margin:auto;
	border-radius:5px;
	padding:50px 0px 70px 0;
}

/*.map h2{
	width:100%;
	line-height:40px;
	background-color:#A08241;
	margin:0px auto 20px auto;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-indent:70px;
	letter-spacing:3px;
	position:relative;
}

.map h2 img{
	position:absolute;
	top:-25px;
	left:5px;
	
}*/

/*map　テキスト*/

.map_txt{
	width:900px;
	padding:20px 30px;
	height:auto;
	margin:0px auto;
	border:solid 1px #ccc;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-shadow:2px 2px 2px #F0F0F0;
}

.map_txt table{
	width:100%;
	
}

.map_txt table th,
.map_txt table td {
	border-bottom: 1px dotted #b4b4b4;
	margin:auto;
	font-size:16px;
	line-height:210%;
	color:#4D4D4D;
}
.map_txt table th .pref-list-bottom{
	border:none;
	
}

.map_txt table tr th {
	padding-right:40px;
	font-weight:bold;
}

.map_txt table span{
	margin:0px 6px;
	
}


/* map picture*/

.map_pic{
	background-image:url(https://epark.jp/uploads/portal_lpcms/images/pc/ranking_2015/map_01.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:1000px;
	height:600px;
	position:relative;

}

/*線*/

.map_pic .line_a{
	width:60px;
	height:60px;
	border-top:solid 1px #000;
	border-left:solid 1px #000;	
	position:absolute;
	top:50px;
	right:278px;
}

.map_pic .line_b{
	width:90px;
	height:30px;
	border-bottom:solid 1px #000;
	border-right:solid 1px #000;	
	position:absolute;
	bottom:200px;
	right:320px;
}
.map_pic .line_c{
	width:60px;
	height:230px;
	border-top:solid 1px #000;
	border-right:solid 1px #000;	
	position:absolute;
	top:65px;
	right:435px;
}
.map_pic .line_d{
	width:200px;
	height:60px;
	border-bottom:solid 1px #000;
	border-left:solid 1px #000;	
	position:absolute;
	bottom:130px;
	right:320px;
}

/*osaka*/
.map_pic .line_e{
	height:110px;
	border-left:solid 1px #000;	
	position:absolute;
	bottom:70px;
	left:445px;
}

.map_pic .line_f{
	width:100px;
	height:60px;
	border-bottom:solid 1px #000;
	border-right:solid 1px #000;	
	position:absolute;
	bottom:105px;
	left:303px;
}
/* hiroshima */
.map_pic .line_g{
	width:60px;
	height:200px;
	border-top:solid 1px #000;
	border-right:solid 1px #000;	
	position:absolute;
	top:160px;
	left:305px;
}
/* fukuoka */
.map_pic .line_h{
	width:110px;
	height:50px;
	border-bottom:solid 1px #000;
	border-left:solid 1px #000;	
	position:absolute;
	bottom:180px;
	left:175px;
}


/* pickup shop*/


.pickup_a{
	width:280px;
	height:auto;
	border:solid 1px #ccc;
	box-shadow:2px 2px 2px #ccc;
	background-color:#fff;
	padding:0;
	box-sizing:border-box;
	position:absolute;
	top:35px;
	right:20px;
}

.pickup_b{
	width:280px;
	height:auto;
	border:solid 1px #ccc;
	box-shadow:2px 2px 2px #ccc;
	background-color:#fff;
	padding:0;
	box-sizing:border-box;
	position:absolute;
	top:270px;
	right:70px;
}
/*nigata*/
.pickup_c{
	width:280px;
	height:auto;
	border:solid 1px #ccc;
	box-shadow:2px 2px 2px #ccc;
	background-color:#fff;
	padding:0;
	box-sizing:border-box;
	position:absolute;
	left:250px;
	top:-10px;

}
/*aichi*/
.pickup_d{
	width:280px;
	height:auto;
	border:solid 1px #ccc;
	box-shadow:2px 2px 2px #ccc;
	background-color:#fff;
	padding:0;
	box-sizing:border-box;
	position:absolute;
	bottom:50px;
	right:80px;
}
/*osaka*/
.pickup_e{
	width:260px;
	height:auto;
	border:solid 1px #ccc;
	box-shadow:2px 2px 2px #ccc;
	background-color:#fff;
	padding:0;
	box-sizing:border-box;
	position:absolute;
	bottom:-30px;
	left:360px;
	display:block;
}
.pickup_f{
	width:260px;
	height:auto;
	border:solid 1px #ccc;
	box-shadow:2px 2px 2px #ccc;
	background-color:#fff;
	padding:0;
	box-sizing:border-box;
	position:absolute;
	bottom:0px;
	left:50px;
}
/* hiroshima */
.pickup_g{
	width:260px;
	height:auto;
	border:solid 1px #ccc;
	box-shadow:2px 2px 2px #ccc;
	background-color:#fff;
	padding:0;
	box-sizing:border-box;
	position:absolute;
	top:120px;
	left:90px;
}
/* fukuoka */
.pickup_h{
	width:280px;
	height:auto;
	border:solid 1px #ccc;
	box-shadow:2px 2px 2px #ccc;
	background-color:#fff;
	padding:0;
	box-sizing:border-box;
	position:absolute;
	bottom:215px;
	left:20px;
}
.pickup_a img, 
.pickup_b img, 
.pickup_c img,
.pickup_d img,
.pickup_e img,
.pickup_f img,
.pickup_g img,
.pickup_h img{
	width:100px;
	height:auto;
	float:left;
}

.pickup_a h3,
.pickup_b h3,
.pickup_c h3,
.pickup_d h3,
.pickup_e h3,
.pickup_f h3,
.pickup_g h3,
.pickup_h h3{
	float:left;
	margin:30px 0px 5px 0px;
	padding:0px 0px 0px 5px;
	width:140px;	
	font-size:14px;
}

.pickup_a h3 a,
.pickup_b h3 a,
.pickup_c h3 a,
.pickup_d h3 a,
.pickup_e h3 a,
.pickup_f h3 a,
.pickup_g h3 a,
.pickup_h h3 a{
	border-bottom:1px solid #0066cc;
	color:#0066cc;	
	font-weight:bold;
}


.picup_txt {
	position:relative;	
	width:100%;
	height:auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
}
.picup_txt img {
	margin:30px 0px 10px 10px;
	
}
.pickup_cate{
	font-size:12px;
	margin-bottom:15px;
}

.pickup_link{
		font-size:12px;
		float:left;
		margin:5px 0px 0px 5px;
}

.pickup_link a{
	color:#0066cc;	
}

.orange{
	color:#FF860F;
}
.ribon{
	position:absolute;
	top:-10px;
	left:-5px;
	background-image:url(https://epark.jp/uploads/portal_lpcms/images/pc/ranking_2015/ribon.png);
	background-repeat:no-repeat;
	width:115px;
	height:34px;
	line-height:34px;
	text-indent:10px;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 1px #828282;
}



/*都道府県別ランキング部分1-3*/

.ranking01{
	width:100%;
	height:auto;
	background-color:#fff;
	margin:0px auto;
	padding:50px 0px;
	position:relative;
	border-radius:5px;
}

.ranking01 h4{
	background-image:url(https://epark.jp/uploads/portal_lpcms/images/pc/ranking_2015/ribon_02.png);
	width:220px;
	height:50px;
	position:absolute;
	top:-20px;
	left:-10px;
	color:#fff;
	font-weight:bold;
	line-height:50px;
	font-size:20px;
	letter-spacing:1px;
	text-indent:10px;
}

.ranking_no1_3{
	width:920px;
	height:250px;
	box-shadow:2px 2px 2px #ccc;
	margin:20px auto 20px auto;
	padding:20px 25px;
	border:solid 1px #ccc;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:relative;
}

.ranking01 .shop{
	float:left;	
	width:660px;
	padding-top:7px;
	padding-left:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
}
.ranking_no1_3 img{
	width:180px;
	height:140px;
	margin:5px 20px 0 auto;
	vertical-align:middle;
	padding-top:25px;
	padding-left:10px;
}

.ranking_no1_3 .shop_img{
	width:200px;
	height:200px;	
	border:solid 1px #ccc;
	display:block;
	float:left;
	box-shadow:1px 1px 1px #ccc;
}

.ranking_no1_3 .kumi{
	color:#876432;
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	border:solid 1px #876432;
	box-shadow:1px 1px 1px #ccc;
	display:inline-block;
	padding:5px 15px;
	margin-bottom:10px;
	border-radius:2px;
	position:absolute;
	top:25px;
	right:32px;
}

.ranking_no1_3 .kumi span{
	font-size:30px;
}
.ranking_no1_3 .shop_name{
	padding-bottom:3px;	
}
.ranking_no1_3 .shop_name a{
	font-size:20px;
	font-weight:bold;		
	color:#92773e;	
	text-decoration:none;
	display:inline-block;	

}

.ranking_no1_3 .shop_name a:hover{
	text-decoration:underline;

}

.ranking_no1_3 .shop_name span{
	color:#232323;
	font-size:14px;
	font-weight:nomal;	
	margin-left:10px;
}

.ranking_no1_3 .genre,
.ranking_no4_5 .genre{
	font-size:14px;
	margin:3px auto;
	display:inline-block;	
}

.ranking_no1_3 .shop_address{
	line-height:30px;	
	color:#232323;
	font-size:16px;
	border-bottom:1px solid #ccc;
	width:100%;
	margin-bottom:10px;
}

.ranking_no1_3 .botan{
	width:150px;
	height:45px;
	line-height:45px;
	background-color:#92773e;
	position:absolute;
	right:32px;
	bottom:30px;
	text-align:center;
	border-radius:3px 3px 3px 3px;
	box-shadow:1px 1px 1px #ccc;	
}
.ranking_no1_3 .botan a{
	text-decoration:none;
	line-height:30px;
	color:#fff;	
	font-weight:bold;
	font-size:16px;	
}

.ranking_no1_3 .botan a:hover{
	text-decoration:underline;
}

.ranking_no1_3 .botan span{
	font-size:12px;
	line-height:12px;
}

.ranking_no1_3 .medal img{
	width:65px;
	height:83px;
	position:absolute;
	top:-20px;
	left:5px;	
}

/*都道府県別ランキング部分4-5*/

.ranking_no4_5{
	width:920px;
	height:90px;
	box-shadow:2px 2px 2px #ccc;
	margin:0px auto 20px auto;
	padding:0px 25px;
	border:solid 1px #ccc;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:relative;
}

.ranking_no4_5 .no4_5{
	width:50px;
	height:64px;
	background-image:url(https://epark.jp/uploads/portal_lpcms/images/pc/ranking_2015/no4_5_3.png);
	background-repeat:no-repeat;
	float:left;
	margin-right:20px;
	padding-top:20px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.ranking_no4_5 .shop_address{
	line-height:20px;	
	color:#232323;
	font-size:13px;
}

.ranking_no4_5 .shop{
	margin-top:3px;
	float:left;
		
}
.ranking_no4_5 .shop_name a{
	font-size:20px;
	font-weight:bold;		
	color:#92773e;	
	text-decoration:none;
	display:inline-block;	
}

.ranking_no4_5 .shop_name a:hover{
	text-decoration:underline;
}

.ranking_no4_5 .botan{
	width:150px;
	height:auto;
	background-color:#92773e;
	position:absolute;
	right:32px;
	top:28px;
	text-align:center;
	border-radius:3px 3px 3px 3px;
	box-shadow:1px 1px 1px #ccc;		
}
.ranking_no4_5 .botan a{
	text-decoration:none;
	line-height:30px;
	color:#fff;	
	font-size:16px;
	font-weight:bold;
}

.ranking_no4_5 .botan a:hover{
	text-decoration:underline;
}

.ranking_no4_5 .botan span{
	font-size:12px;
	line-height:12px;
}



/*タブ部分*/

#ui-tab{
	width:1000px;
	margin:20px auto 0px auto;


}

#ui-tab ul{
	list-style:none;
	margin:auto;
	padding:15px 0 0 0;
	padding-left:5px;
	border-radius:3px 3px 0 0;
}



/* backナンバー */

.back_box{
	width:920px;
	margin:auto;	
}

.back_namber{
	margin:20px 0 30px 0;
	width:180px;
	height:45px;
	background: -moz-linear-gradient(#fff, #eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));		
	border-radius:5px;
	box-shadow:1px 1px 1px #ccc;
	border:solid 1px #ccc;
	float:right;
}

.back_namber a{
	font-size:12px;		
	text-align:center;
	color:#333;
	display:block;
	line-height:45px;
	font-weight:bold;
	text-decoration:none;
}

.back_namber a:hover{
	text-decoration:underline;
}

/* 口コミ */
#balloon-1-left {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	height: 35px;
	width:420px;
	color: #19283C;
	text-align: left;
	background: #fffeee;
	border: 1px solid #b07e1e;
	z-index: 0;
	border-radius:3px;
	font-size:14px;
	line-height:35px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-left:15px;
}
#balloon-1-left:before {
	content: "";
	position: absolute;
	top: 50%; left: -9px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #fffeee transparent transparent;
	z-index: 0;
}
#balloon-1-left:after {
	content: "";
	position: absolute;
	top: 50%; left: -11px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #b07e1e transparent transparent;
	z-index: -1;
}
.balloon{
	margin:0;
	padding:5px 0 0 0; 
}


.balloon img {
	width:30px;	
	height:30px;
	margin:0;
	padding:0;
	text-align:center;
}


.tab{
	background-color:#fff;	
	
}



/*タブのCSS*/


/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
	width:180px;
	height:45px;
	margin-right:5px;
	background: -moz-linear-gradient(#fff, #eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));	
	border-radius:5px 5px 0 0;
	border-right:solid 1px #ccc;
	border-top:solid 1px #ccc;	
	border-left:solid 1px #ccc;		
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
	
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #333;
	font-size:16px;
	letter-spacing:2px;
	line-height:45px;
	font-weight:bold;	
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav a:hover {
	text-decoration:underline;
}

.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 0px;
    z-index: 2;
    margin-top: 0;
	font-weight:bold;
    color: #fff;	
	background:#7c6431;
	border-radius:3px 3px 0 0;
	text-decoration:none;
	border-right:solid 1px #8e753e;
	border-top:solid 1px #8e753e;	
	border-left:solid 1px #8e753e;		
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 5px solid #7c6431;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
