﻿@charset "utf-8";

/* CSS Document 2016/8/24 Renewal */
body {
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}

a img{border:none; text-decoration:none;}
a img{text-decoration:none;border-style:none;}
a:link img{text-decoration:none;border-style:none;}

.card {
	margin: 0px 0px 10px 0px;
	box-shadow: 0px 2px 2px 0px rgba(177,177,177,0.75);
	padding:14px 12px 10px 12px;
	background-color: #FFF;
}

.title{
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

.titleGly {
	background: #7f7f7f;
	text-align: center;
	color: #fff;
	margin: 0px 0 0px 0;
	padding: 7px 0 7px 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
}

#howto .title {
	background: #1284DB;
	text-align: center;
	color: #fff;
	margin: 0px 0 0px 0;
	padding: 7px 0 7px 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
}

#howto .subtitle {
	background: #9bc1ef;
	text-align: center;
	color: #fff;
	margin: 0px 0 10px 0;
	padding: 5px 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
}

.main{
	font-size:12px;
	margin-bottom:14px;
}

.snsArea{
	display:-webkit-box;
	display: -moz-box;
	-webkit-box-pack:left;
	-moz-box-pack:left; 
	padding:5px 0px 0px 0px;
}

.date{
	font-size:12px;
	color:#7f7f7f;
	background-position: right 10px;
	text-align: right;
}

.card img{
	width:100%;
	height:auto;
	vertical-align: center;
	margin:10px auto;
}

.question{
	font-size:14px;
	font-weght:bold;
	color:#0089ff;
	margin-bottom:14px;
}
.answer{
	font-size:12px;
	color:#555555;
	margin-bottom:14px;
}

.subInfo{
	display:-webkit-box;
	display: -moz-box;
	-webkit-box-pack:center;
	-moz-box-pack:center; 
	font-size:10px;
	text-align: center;
	margin:3px;
}

.functionBtnArea{
	display:-webkit-box;
	display: -moz-box;
	-webkit-box-pack:center;
	-moz-box-pack:center; 
}

.functionBtn{
	text-decoration:none;
	margin: 0px auto;
	width: 240px;
	height: 40px;
	background-color:#0089ff;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:table-cell;
	vertical-align:middle;
}

.functionBtn:active{
	background-color:#005cab;
}

.functionBtnYellow{
	text-decoration:none;
	margin: 0px auto;
	width: 240px;
	height: 40px;
	background-color:#f29118;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:table-cell;
	vertical-align:middle;
}

.functionBtn:active{
	background-color:#cd7f1e;
}

.usrfulArea{
	display:-webkit-box;
	display: -moz-box;
	-webkit-box-pack:center;
	-moz-box-pack:center; 
	-webkit-box-align:center;
	-moz-box-align:center;
}
.usefulMessage{
	-webkit-box-flex: 1;
	font-size: 12px;
}

.usefulBtn{
	text-decoration:none;
	margin: 0px auto;
	width: 100px;
	height: 30px;
	background-color:#f29118;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:table-cell;
	vertical-align:middle;
}

.usefulBtn_pushed{
	text-decoration:none;
	margin: 0px auto;
	width: 100px;
	height: 30px;
	background-color:#a26110;
	text-align: center;
	color: #bc926c;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:table-cell;
	vertical-align:middle;
}

.reporterArea{
	display:-webkit-box;
	display: -moz-box;
	-webkit-box-align:center;
	-moz-box-align:center;
	padding:0px;
}

.reporterImg{
	width:80px;
	height:80px;
	margin:-10px 0px 10px 0px;
}
.reporterProfileArea{
	width:70%;
}
.reporterTitle{
	font-weight:bold;
	font-size:14px;
}
.reporterProfile{
	font-size:12px;
	color:#7f7f7f;
}

.sub_message{
	font-weight:bold;
	color:#555555;
}
.spotInfoArea{
	display:-webkit-box;
	display: -moz-box;
	margin-bottom:30px;
}
.spotImg{
	width:100px;
}
.spotInfo{
	-webkit-box-flex: 2.0;
	-moz-box-flex:2.0;
	color:#555555;
	padding-left:12px;
	padding-top:8px;
	font-size: 12px;
}

.divideLine{
	height:1px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	background-color: #99c4e9;
}

.updateBtn {
	text-decoration: none;
	margin: 0px auto;
	width: 240px;
	height: 40px;
	background-color: #087C0E;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-pack: center;
		display: table-cell;
		vertical-align: middle;
	}

.ausite{
	font-size: 12px;
	color: #7f7f7f;
	}
	
.blue {
		padding: 1% 2%;
		border-left: 10px solid #1284DB;
		border-bottom: 1px solid #1284DB;
	}

.blue h2 {
	
	font-size:12px;
	padding: 0 0 0 45%;
	margin:0;	
	}
	
.yellow {
		text-align: center;
		background-color: #3783DF;
		color: #fff;
		margin:0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
.subtitle {
		color: #0089ff;
		font-size: 14px;
		padding: .25em 0 .5em .25em;
		border-bottom: 1px solid #E3E3E3;
		margin-bottom: 10px;
	}
	
.useBtnArea{
		display: -webkit-box;
		display: -moz-box;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	
.useBtn {
		text-decoration: none;
		margin: 0px auto;
		width: 240px;
		height: 50px;
		background-color: #4BA5F5;
		text-align: center;
		text-shadow: 0 -1px #296CA7;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
		border-radius: 8px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: table-cell;
		vertical-align: middle;
	}

	
.txt_box_sub{
		font-weight: bold;
		font-size: 16px;
		text-align: center;
		line-height: 1.6em;
	}
	
.spot {
		font-size: 14px;
		line-height: 1.4em;
		margin-bottom: 8px;
	}
	
.spot_name {
		font-weight: bold;
		margin-bottom: 5px;
}

.busstop {
		text-align: right;
}
	
.container{
	display: flex;
	align-items: flex-start;
}

.contents{
	flex: 1;
	margin-top: 10px;
}


/*バナー訴求*/
.display-none {
	display: none;
}

.display-box {
	display: -webkit-box;
}

#smartapp-banner-area .title{
	color:#fff;
	background-color: rgba(127,127,127,0.9);
	text-align:center;
	font-size:13px;
	padding:5px 0;
}

#smartapp-banner-content {
	display: -webkit-box;
	-webkit-box-flex: 1;
	-webkit-box-align: center;
}

#smartapp-banner-content img {
	float:left;
	margin:10px 0px 10px 15px;
}

#smartapp-banner-close {
	padding: 20px 5px 20px 10px;
}

#smartapp-invite-app-frame {
	padding: 0;
	border:none;
	/*border-top: 1px solid #bebebe;*/
	background-color: rgba(30,30,30,0.9);
}

/*FOOTER*/
.fixed_footer {
        position: fixed !important;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
		background-color:#daf1f9;
		padding:15px 0 0 0;
}

.footer_inner {
	width: 245px;
	height: 70px;
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:center;
}

.fixed{
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.fixed_header{
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 100;
}

.fixed_header a{
text-decoration: none;

}
/*TABLE*/
.table, .table20161031, .tablevrtcl{
	font-size:12px;
	color:#555555;
}

.table th{
	width:25%;
	text-align: left;
	padding: 5px;
	background-color: #E3E3E3;
}

.table td {
	width:75%;
	padding: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color:#E3E3E3;
}

/*tablevrtcl*/
.tablevrtcl th{
	width:100%;
	text-align: left;
	padding: 10px;
	background-color: #E3E3E3;
	border:1px solid #E3E3E3;
}

.tablevrtcl td {
	width:100%;
	padding: 10px;
	text-align: left;
	border:1px solid #E3E3E3;
}

.tablevrtcl {
	width:100%;
	border-collapse: collapse;
}


/*TABLE table20161031*/
.table20161031 .tdsubtitle {
	text-align: center;
	padding: 10px;
	background-color: #555555;
	color:#fff;
	font-size:12px;
}

.table20161031 th {
	text-align: center;
	padding: 10px;
	background-color: #E3E3E3;
}

.table20161031 td {
	padding: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-color:#E3E3E3;
}

.table20161031 .lrborder {
	border-left-width: 1px;
	border-left-style:solid;
	border-right-width:1px;
	border-right-style:solid;
	border-color:#E3E3E3;
}

/*tablecell*/
ul.tablecell  {
	display:table;
}

ul.tablecell li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

/*phabita*/
#phabita ul.tablecell li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:30%;
	padding:0 5px 10px 5px;	
}

#phabita ul.tablecell li h4{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:12px;
	background:#E3E3E3;
	padding:5px;
	width:300px;
	height:40px;
}

/*accordion*/
input[type="checkbox"].on-off{
	display: none;
}

input[type="checkbox"].on-off + ul{
	height: 0;
	overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
	height: auto;
}

.accordion ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}


/*SPOT RANKING*/
#main_ranking_area .top3_box,
#main_ranking_area .top4_10box{
	width:100%;
	height:auto;
	padding-bottom:0;
}

#main_ranking_area .top3_box{
	margin-top:10px;
}

#main_ranking_area .top4_10box{
	margin-top:0;
}


#main_ranking_area .top3_box img.top3_box_left{
	width:92%;
	margin:0 4% 0px 4%;
	height:auto;
	float:none;
}

.top4_10box_text{
	overflow:auto;
}

#main_ranking_area .top3_box .top3_box_right{
	width:100%;
	float:none;
	margin-right:0;
}

#main_ranking_area .top3_box .top3_box_right h4,
#main_ranking_area .top3_box .top3_box_right p{
	width:92%;
	padding:4px 4%;
	font-size:20px;
}

#main_ranking_area .top3_box .top3_box_right p{
	font-size:14px;
	line-height:1.4em;
}

#main_ranking_area .top4_10box .top4_10box_left{
	width:100%;
	height:auto;
	padding-right:0;
	float:none;
	border-bottom: 1px solid #ccc;
}

#main_ranking_area .top4_10box .top4_10box_right{
	width:100%;
	height:auto;
	padding-right:0;
	float:none;
	border-bottom:solid 1px #ccc;
}

#main_ranking_area .top4_10box img.main_photo{
	float:left;
	width:50%;
	height:auto;
	margin:0;
	background:#808080;
}

#main_ranking_area .top4_10box .top4_10box_text{
	width:46%;
	padding:10px 2%;
	float:left;
}

#main_ranking_area .top4_10box .top4_10box_text h4{
	font-size:16px;
	padding-bottom:10px;
}

#main_ranking_area .top4_10box .top4_10box_text p,
#topic_spot_area .topic_spot_box .topic_spot_box_text{
	font-size:13px;
	line-height:1.4em;
	height:auto;
}

#main_ranking_area .top4_10box .top4_10box_text p.teikyo{
	padding-top:10px;
	font-size:10px;
	color:#808080;
}

#topic_spot_area{
	width:100%;
	height:auto;
	padding-bottom:0;
}

.topic_spot_box{
	width:92%;
	height:auto;
	background:#f9f9f9;
	padding:10px 4% 0 4%;
	border-bottom:1px solid #ccc;
}


.topic_spot_box img{
	width:44%;
	height:auto;
	float:left;
	padding-bottom:10px;
}

.topic_spot_box .topic_spot_box_text{
	float:left;
	width:52%;
	height:auto;
	padding:0 0 0 4%;
}

.topic_spot_box .topic_spot_box_text h4{
	font-size:20px;
	padding:10px 0 10px 0;
}

.topic_spot_box .topic_spot_box_fuki{
	width:100%;
	height:auto;
	background-image:none;
	position:relative;
}

.topic_spot_box .topic_spot_box_fuki p{
	width:100%;
	position:static;
	font-size:14px;
	line-height:1.4em;
	color:#333;
	padding:10px 0;
	margin:10px 0;
	overflow: auto;
	background:#f9f9f9;
}

/*back-to-top*/
div.back-to-top{position:fixed;bottom:5px;right:14px;}
div.back-to-top a{opacity:0.8}
div.back-to-top a img{height:42px;width:42px}
div.back-to-top a:hover{opacity:0.6}

div.back-to-top_apppass{text-align:right;}
div.back-to-top_apppass a{
	padding: 20px 14px 0 6px;
	opacity:0.8;
}
div.back-to-top_apppass a img{height:42px;width:42px}
div.back-to-top_apppass a:hover{opacity:0.6}

.copy{
	font-size:10px;
	color:#7f7f7f;
	text-align: center;
	margin:30px 14px 40px 0;	
}

/*RANKING*/
.top_text{

	color:#606060;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
	font-weight: bolder;
	text-align: center;
	font-size: 120%;
	margin: 0px 0px 10px 0px;
}
.rank{
	color:#555555;
	font-weight: bold;
	}		
	
.rank_table {
	  border-collapse: collapse;
	  width: 80%;
	  text-align: center;
	  line-height: 25px;
	  border-color: #2E2E2E;
	}
	
.rank_table th {
	  background-color: #16BD72;
	  color: #ffffff;
	}
	
.rank_img img{
	width:100%;
	height:auto;
	vertical-align: center;
	margin:5px 0px 5px 0px;
}

.footer_textbox {
	font-size: 11px;
    border: 1px solid;
    width: 90%;
    margin: 20px auto;
    text-align: center;
	padding: 10px 0;
}

.footer_textbox p {
	line-height: 13px;
}

/*バス訴求*/
#passIntroAndroid a{
	color: #ffffff;
}