/* Copyright pipaoi.jp All Rights Reserved */

/* Import */
@import url("../css/common.css");

/* -------------------------------------------- */

div#main {
	width:550px;
}

/* season */
div#season{
	margin:0;
}
div#season div.headtitle{
	margin:0 0 3px 0;
	padding:1px 2px;
	background-color:gray;
	color:#ffffff;
}
div#season div.headtitle p{
	float:right;
}

div#season h2{
	margin-bottom:3px;
}

div#season div.box{
	margin:0 0 5px 0;
	padding:10px 0;
	overflow:hidden;
}
div#season div.box div.siki {
  float:left;
}
div#season div.box div.photo {
  float:left;
  margin-left:0px;
  width:350px;
  height:255px;
  overflow:auto;
  background-color:transparent;
}

div#season div.box p{
	margin:0 10px 10px 10px;
}
div#season div.box div.photo img {
  width:100px;
}
div#season div.box ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  
}
div#season div.box ul li {
  float:left;
  margin-left:8px;
  width:100px;
}
/*--------------------------*/
/* KankouTopics */

div.KankouTopics h3{
	margin-bottom:5px;
}
div.KankouTopics li{
	padding:3px 5px 3px 15px;
	background:url("../sightSeeingEvent/images/slistimg.gif") left 0 no-repeat;
}
/* clearfix */
.text:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.text {display:inline-block;}
/* \*/ * html .text { height:1%; } .text { display:block; } /* */

