@charset "shift-jis";

h1 {
    font-size:12px;
    font-weight:500;
    color:#adadad;
    line-height:30px;
}


h2 {
	font-size:20px;
    font-weight:700;
	padding:12px 0px 24px 50px;
	clear:both;
}
h2#no1, h2#no2, h2#no3, h2#no4, h2#no5, h2#no6, h2#no7{
	margin-bottom: 20px;
}

h2.none {
	font-size:18px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	background:url(../img/ryouri/title_bg02.jpg) no-repeat;
	padding:10px 0px 24px 20px;
	clear:both;
}


h3 {
	font-size:16px;
	font-weight:normal;
	margin:0px 10px 10px 0px;
	clear:both;
	color:#6F6860;

}


h3.none {
    font-size:20px;
    font-weight:700;
    clear:both;
    color:#333;
    margin:0px 0px 20px 0px;
}


p.read{
	font-size:18px;
	margin:20px 0;
	clear: both;
    color: #333;
    font-size: 24px;
    line-height: 132%;
    font-weight: 700;
}


p.pt{
	font-size:14px;
	text-align:right;
	clear:both;
	margin:0 0 50px 0;

}

p.pt a{
	color:#6F6860;
	background: url("/gg/static/img/common/arrow_orng.gif") no-repeat scroll 0px 6px;
	padding:0 0 0 10px;
}


#contents {
	clear:both;
	margin: 0 auto 60px;
}

#contents ul.anchor{
	margin:0px 0 20px 0px;
	/*border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;	*/
	overflow:hidden;
	padding:0px 0 0 0;
}

#contents ul.anchor li{
	font-size:14px;
	float:left;
	margin:0px 10px 10px 0px;
	padding:0 0px 0 0;
	width:220px;	
}

#contents ul.anchor li.none{
	margin:0px 0px 15px 0px;
	width:250px;
}


#contents ul.anchor li img{
	margin:0 15px 0 0;
    height: 48px;
    width: auto;
}


#contents ul.anchor li:last-child{
	margin:0px 0px 0px 0px;
}

#contents ul.anchor li a{
	color:#333;
    height: 48px;
	line-height: 48px;
	display: flex;
	background-color: #fff;
    border-radius: 0 4px 4px 0;
}
#contents ul.anchor li a:hover{
	text-decoration: none;
	color: #A57E49;
	opacity: 1;
}


#contents ul.st{
    display:flex;
    flex-wrap:wrap;
}


#contents ul.st li:last-child{
	margin:0px 0px 40px 0px;
}



#contents ul li{
	color:#8f8f8f;
	font-size:12px;
}
#contents div.path ul li a{
	color:#8f8f8f;
    font-size:12px;
    padding:0 5px;
    display:inline-block;
}

#contents ul.st li a{
	display:inline-block;
    text-align:center;
    font-size:12px;
    color:#8f8f8f;
    background-color:#fff;
    border-radius:16px;
    padding:8px 12px;
    margin:0 4px 4px 0;
    transition:.2s;
}

#contents ul.st li a:hover{
	color: #fff;
    background-color: #A57E49;
    opacity: 1;
	text-decoration: none;
}


#contents p.txt{
	font-size:16px;
	margin:5px 0 10px 0px;
	color:#837B71;
	clear:both;
}

#contents .search_box input{
	width:432px;
	margin:5px 0px 5px 0px;
	height:24px;
	border:1px solid #aaa;
	font-size:131%;
	padding-left:10px;
	color:#635240;
	font-family: "���C���I","�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro W3", osaka, "�l�r �o�S�V�b�N", sans-serif;
}

#contents .search_box .search_box_empty{
	color:#B9B9B9;
}

#contents .search_box .search_button{
	width:70px;
	height:28px;
	margin:5px 5px 5px 5px;
	padding-left:0px;
}




/*----�T�W�F�X�g�g----*/


#station_suggest{
 position:absolute;
 background-color:#FFFFFF;
 border:1px solid #CCCCCC;
 width:440px;
 margin:0 0 0 0px;
 padding:0 0 8px 0;
box-shadow: 0px 3px 3px #ccc;
-moz-box-shadow: 0px 3px 3px #ccc;
-webkit-box-shadow: 0px 3px 3px #ccc;
}

#station_suggest div{
 display:block;
 width:432px;
 overflow:hidden;
 white-space:nowrap;
 padding:4px 0px 4px 8px;
 font-size:116%;

}

#station_suggest div.select{
 color:#FFFFFF;
 background-color:#3366FF;
}

#station_suggest div.over{
 background-color:#F4EBD2;
}


