@charset "utf-8";
@import url("import.css");

/* -----------------------------------------------------------
CSS Information
 File name:      about.css
 Style Info:     root directory用CSS
----------------------------------------------------------- */

/*----------------------------------------------------
	eventページ用
----------------------------------------------------*/

#event_local_navi li{
	margin:0 0 8px 0;
}

#big_event {
	margin:20px 0 0 0;
}

#big_event_text {
	margin:10px 0 0 0;
	background-color:#f4f4f4;
}

#big_event_text p {
	padding:10px 15px 8px 15px;
}

#big_event_text dl {
	padding:0 15px 10px 15px;
}

#big_event_text dl dt {
	font-size:136%;
	font-weight:bold;
	margin:0 0 5px 0;
	color:#333;	
}

#big_event .back_to_top_min {
	margin:0 0 10px 0;
}

/*
	レイクタウンイベント情報
----------------------------------------------------*/

#event_lake{
	width:485px;
	margin:20px 0 25px 0;
	background:url(../img/share/center_under_line.gif) no-repeat bottom;
	padding:0 0 10px 0;
}

#event_lake dl{
	padding:16px 0 0 70px;
	margin:0 0 -15px 0;
	background:url(../img/event/icon_big_lake.gif) no-repeat 0 26px;
	zoom:1;
}

#event_lake dl dt{
	background:url(../img/event/lake_icon.gif) no-repeat 0 4px;
}

#event_lake dl dt span{
	display:block;
	margin:0 0 0 23px;
	background:url(../img/share/link_icon_arrow_white.gif) no-repeat 12px 7px #efe800;
	padding:0 0 0 25px;
	width:130px;
	color:#333;
	font-weight:bold;
}

#event_lake dl dd{
	margin:4px 0 16px 0;
}

#event_lake dl .event_title{
	font-size:120%;
	font-weight:bold;
}

.LaketownEventIcon{
	color:#efe800;
}

.eventimg{
	float:right;
	margin-left:10px;
}
.eventimg img{
	border:2px solid #CCCCCC;
	margin-bottom:5px;
}

.eventimg02{
	float:left;
	margin-right:10px;
	line-height:1.2;
	text-align:center;
}

.eventimg02 img{
	border:2px solid #CCCCCC;
	margin-bottom:5px;
}

.eventclear:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
.eventclear{
  min-height:1px;
  padding-bottom:5px;
}

* html .eventclear {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.eventBorder{
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:8px;
	padding-bottom:8px;
}

.eventBorder02{
	border-top:1px dotted #CCCCCC;
	margin-top:8px;
	padding-top:8px;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:8px;
	padding-bottom:8px;
}



/*
	kaze イベント情報
----------------------------------------------------*/

#event_kaze{
	margin:15px 0 20px 0;
}

#event_kaze dl{
	min-height:100px;
	padding:16px 0 0 70px;
	background:url(../img/event/icon_big_kaze.gif) no-repeat 0 18px;
}

#event_kaze dl a:hover{
	color:#52c3f1;
}

#event_kaze dl dt{
	background:url(../img/event/kaze_icon.gif) no-repeat 0 2px;
}

#event_kaze dl dt span{
	display:block;
	margin:0 0 0 23px;
	background:url(../img/share/link_icon_arrow_white.gif) no-repeat 12px 7px #52c3f1;
	padding:0 0 0 25px;
	width:130px;
	color:#fff;
	font-weight:bold;
}

#event_kaze dl dd{
	margin:4px 0 16px 0;
}

#event_kaze dl .event_title{
	font-size:120%;
	font-weight:bold;
}


/*
	mori イベント情報
----------------------------------------------------*/

#event_mori dl{
	min-height:100px;
	padding:16px 0 0 70px;
	background:url(../img/event/icon_big_mori.gif) no-repeat 0 18px;
}

#event_mori dl dt{
	background:url(../img/event/mori_icon.gif) no-repeat 0 2px;
}

#event_mori dl dt span{
	display:block;
	margin:0 0 0 23px;
	background:url(../img/share/link_icon_arrow_white.gif) no-repeat 12px 7px #8ec31f;
	padding:0 0 0 25px;
	width:130px;
	color:#fff;
	font-weight:bold;
}

#event_mori dl dd{
	margin:4px 0 16px 0;
}

#event_mori dl .event_title{
	font-size:120%;
	font-weight:bold;
}

/*
	レイクタウンモールウォーキング
--------------------------------------------*/

#event_walk {
	width:485px;
	margin:20px 0 25px 0;
	background:url(../img/share/center_under_line.gif) no-repeat bottom;
	padding:0 0 10px 0;
}

#event_walk .text-box {
	margin: 10px;
}

#point-line {
	padding-top: 10px;
	margin-bottom: 10px;
	background:url(../img/share/center_under_line.gif) no-repeat bottom;
}
#event_walk ul {
	width:485px;
}

#event_walk p.readtext{
	padding-bottom:20px;
}

.walkphotoL{
	float:left;
	padding-bottom:15px;
}
.walkphotoR{
	float:right;
	padding-bottom:15px;
}

#event_walk ul.thumbs li {
	float:left;
	width:115px;
	margin:0 8px 8px 0;
}

#event_walk ul.thumbs li.edge {
	margin:0 0 8px 0;
}

#event_walk ul.thumbs02 li {
	float:left;
	width:155px;
	margin:0 10px 8px 0;
}

#event_walk ul.thumbs02 li.edge {
	margin:0 0 8px 0;
}
/*左メニュー*/
ul.walksublist li{
	padding-left:25px;
}