@charset "utf-8";

/* clearfix For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* clearfix For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


body{
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}
div#container{
	background: #ffe5ea;
	margin: 0 auto;
	width: 800px;
}

h1{
	margin: 0;
	padding: 0;
}

div#main{
	margin: 20px 14px;
}
/* IE margin調整 */
* html div#main{
	margin: 20px 0px;
}

div.liveData{
	background: #fff;
	border: solid 6px #ccc;
	border-radius: 20px;
	float: left;
	padding: 7px 7px 10px;
	margin: 0px 20px;
	width: 320px;
}
h2{
	background: url('../images/border.gif') left bottom repeat-x;
	font-size: 16px;
	height: 55px;
	margin: 0 0 10px;
	padding: 0;
}
.pref{
	background: #ffb2c1;
	border-radius: 15px;
	color: #5c2626;
	display: block;
	float: left;
	font-size: 17px;
	line-height: 45px;
	margin-right: 10px;
	text-align: center;
	width: 5em;

}
.spot,
.day{
	display: block;
	font-family: serif;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 3px;
}
.day{
	color: #b8b8b8;
}
.spot{
	color: #dc143c;
}


h3{
	font-size: 14px;
	font-weight: normal;
	margin: 25px 0 0;
	padding: 0 0 0 5px;
}
p{
	margin: 0;
	padding: 0 0 0 5px;
}
p.note{
	text-align: center;
	font-size: 1.5em;
	color: #444;
}
.time{
	display: inline;
}

#footer{
	clear: both;
	color: #868686;
	text-align: center;
	padding: 20px 0;
}

div.news p .migi {
	float: right;
}

div.news {
	background: #fff;
	border: solid 6px #ccc;
	border-radius: 15px;
	margin: 0px 20px;
	padding: 10px 30px;
}
div.news h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #e75f5f;
}
div.news p {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	padding: 5px;

}

div.news h1 span {
	text-indent: -9999px;
	>text-indent: 1px;
	display: inline-block;
	width: 5px;
	margin: 0 5px 0 0;
	background: #e75f5f;
	border-radius: 5px;
}

div.news dl {
	margin: 8px 0;
}
div.news dl dt,
div.news dl dd {
	display: inline-block;
	margin: 0;
	padding: 0;
}
div.news dl dt {
	width: 110px;
}
div.news dl dd {
	width: 590px;
}


div.tour ,
div.goods {
	border: solid 6px #CCCCCC;
	overflow: hidden;
}
div.tour p ,
div.goods p {
	font-size: 1em;
	font-weight: normal;
	color: #000;
	margin-left: 10px;
}
div.tour h2 ,
div.goods h2 {
	height: auto;
	color: #000;
	background-image: none;
	border-bottom: dotted 5px #CCCCCC;
	text-align: center;
	padding-bottom: 5px;
	font-size: 1.6em;
	font-weight: bold;
}
div.goods img {
	float: right;
	margin-right: 10px;
}


.back{
	width: 10em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	margin: 0 auto 20px;
}
.back a, .back a:link{
	color: #5c2626;
	background: #ffb2c1;
	border: solid 1px #ccc;
	border-radius: 10px;
	display: block;
	text-decoration: none;
}
.back a:hover, .back a:active {
	color: #666;
	background: #CCCCCC;
}

div.tourgoods {
	margin: 0 10px 10px;
	padding: 0;
}
div.tourgoods ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
div.tourgoods ul li {
	width: 33%;
	padding: 10px 0;
	float: left;
	list-style-type: none;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
}
div.tourgoods ul li img {
	-webkit-box-shadow :  1px 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow :  1px 1px 2px rgba(0,0,0,.5);
	box-shadow :  1px 1px 2px rgba(0,0,0,.5);
	margin: 0 auto;
}
div.tourgoods p.goodsname {
	clear: both;
	color: #BE9595;
	font-size: 95%;
	font-weight: bold;
	padding: 10px 0 0;
}
div.tourgoods p.goodsprice {
	clear: both;
	color: #B8B8B8;
	font-weight: bold;
}