@charset "shift-jis";
h1 {
    font-size:12px;
    font-weight:500;
    color:#adadad;
    line-height:30px;
}
h2 {
	font-size:18px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	background:url(../img/town/title_bg.jpg) no-repeat;
	padding:12px 0px 24px 50px;
	clear:both;
}
#contents h2{
	margin-bottom: 20px;
}
h2.none {
	font-size:18px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	/*background:url(../img/town/title_bg02.jpg) no-repeat;*/
	padding:10px 0px 24px 20px;
	clear:both;
}
h2 strong {
    font-size: 20px;
    font-weight: 700;
}
h3 {
	font-size:16px;
	font-weight:700;
	margin:0px 10px 0px 20px;
	clear:both;
	border-bottom:1px dotted #6F6860;
	color:#8f8f8f;
}
#contents h3{
	margin-bottom: 10px;
	color: #333;
}


h3.none {
}

p.read {
    font-size:24px;
    font-weight:700;
    margin:20px 0;
}
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 40px 0px;
	/*border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;	*/
	overflow:hidden;
	padding:0px 0 0 0;
}
#contents ul.anchor li {
	font-size:16px;
	float:left;
	margin:0px 25px 10px 0px;
	padding:0 0px 0 0;
	line-height:260%;
	width:220px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
#contents ul.anchor li.none {
	margin:0px 0px 15px 0px;
	width:250px;
}
#contents ul.anchor li img {
	margin:0 15px 0 0;
}
#contents ul.anchor li:last-child {
	margin:0px 0px 0px 0px;
}
#contents ul.anchor li a {
}
#contents ul.st {
    display:flex;
    flex-wrap:wrap;
}
#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 ul.st li:last-child {
	margin:0px 0px 20px 0px;
}
#contents ul li {
	color:#8f8f8f;
}
#contents ul li a {
    color: #8f8f8f;
}
#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;
}
