@charset "UTF-8";

/*-----------------------------------------
	一覧共通
-----------------------------------------*/

.list-box {
	width:600px;
	margin:12px auto 20px auto;
}

.list-box-in {
	clear:both;
	width:600px;
	margin-bottom:6px;
	padding-bottom:10px;
	background:url(/img/line_list_dot.gif) left bottom no-repeat;
}

.list-box-txt {
	min-height:16px;
	padding-left:25px;
}

.list-box-txt img {
	margin-left:3px;
}

.list-box-date {
	margin-left:26px;
	font-size:85%;
}

/*-----------------------------------------
	新着記事
-----------------------------------------*/

.article-in .list-box-txt {
	background:url(/img/icon_list_ye.gif) 0 2px no-repeat;
}

.article-in .list-box-ph {
	float:left;
	width:50px;
	height:50px;
	border:3px solid #E3D0B6;
	margin-right:5px;
}

.article-in .list-box-link {
	float:left;
	width:514px;
}


.article-in .list-box-ph img {
	margin-left:0px;
}

.article-in .list-box-date {
	margin-left:0px;
	margin-bottom:0px;
}



.article-ph {
	width:585px;
	margin:0 15px 5px 20px;
}

.article-ph li {
	float:left;
	width:54px;
	height:54px;
	margin-right:5px;
	border:3px solid #E3D0B6;
	list-style:none;
	display:inline;
}

/*ジャンル一覧*/

.article-genre {
	clear:both;
	width:585px;
	margin:10px auto 10px auto;
}

.article-genre th {
	width:74px;
	text-align:left;
}

.article-genre td {
	width:511px;
	text-align:left;
}

.article-genre td a:link,
.article-genre td a:visited {
	color:#0088BB;
	text-decoration:none;
}


.article-genre td a:hover,
.article-genre td a:active {
	color:#0088BB;
	text-decoration:underline;
}

/*-----------------------------------------
	新着イベント
-----------------------------------------*/

.event-in .list-box-txt {
	background:url(/img/icon_list_gr.gif) 0 2px no-repeat;
}

.event-in .list-box-ph{
	float:left;
	border:3px solid #E3D0B6;
	margin-right:5px;
	height:54px;
}

.event-in .list-box-ph img {
	margin-left:0px;
}

.event-in .list-box-date {
	margin-left:0px;
	margin-bottom:0px;
}



/*-----------------------------------------
	注目のタウンライター
-----------------------------------------*/

.writer-in {
	width:600px;
	margin:12px 0px 20px 10px;
}

.writer-box01 {
	float:left;
	width:270px;
	margin-right:10px;
}

.writer-box02 {
	float:right;
	width:280px;
}

.writer-ph {
	float:left;
	width:100px;
	height:100px;
	margin-bottom:20px;
	border:3px solid #E3D0B6;
}

.writer-txt {
	float:right;
	width:144px;
	margin-bottom:20px;
}

.writer-txt h3 {
	padding-left:14px;
	background:url(/img/icon_list_arrow.gif) 0 5px no-repeat;
}

.writer-txt p {
	font-size:85%;
	line-height:1.4;
}


/*-----------------------------------------
	プレゼント
-----------------------------------------*/

.present-in {
	width:600px;
	margin:12px auto 20px auto;
}

.present-box01 {
	float:left;
	width:290px;
	margin-bottom:20px;
}

.present-box02 {
	float:left;
	width:290px;
	margin-left:20px;
	margin-bottom:20px;
}

.present-ph {
	float:left;
	width:90px;
	height:90px;
	border:3px solid #E3D0B6;
}

.present-txt {
	float:right;
	width:182px;
}

.present-txt h3 {
	margin-bottom:5px;
	padding-left:14px;
	background:url(/img/icon_list_arrow.gif) 0 5px no-repeat;
}

.present-txt p {
	font-size:85%;
	line-height:1.4;
}


/*-----------------------------------------
	お知らせ
-----------------------------------------*/

.from-in .list-box-txt {
	background:url(/img/icon_list_bl.gif) 0 2px no-repeat;
}