@charset "UTF-8";

/*==============================================================
 * css file for "ランドリー倶楽部 さんさん HOME"
 * file name : home.css
============================================================== */

@import "common.css";

#home #visual h2 {
	margin: 0 0 20px 0;
}

/* ナビゲーション */
#home #content #main .nav_home .nav_home_box {
	width: 170px;
	float: left;
}
#home #content #main .nav_home .mid {
	background: url(/images/bg_nav_home_mid.gif) repeat-y left top;
	padding: 5px 15px;
}
#home #content #main .nav_home .mid ul li a {
	padding: 10px 16px 10px 0;
	border-bottom: 1px dotted #f6923a;
	display: block;
	background: url(/common/images/icon_arrow.gif) no-repeat right 14px;
}
#home #content #main .nav_home .mid ul li.last_child a {
	border-bottom: none;
}
#home #content #main .nav_home .btm {
	background: url(/images/bg_nav_home_btm.gif) no-repeat left top;
	height: 15px;
	font-size: 0;
}
#home #content #main .nav_home .mid ul li a span.arufa{
	font-size:123.1%;
	font-weight:bold;
	padding-right:0.1em;
}
#home #content #main .nav_home .mid ul li a span.rubi{
	-webkit-text-size-adjust:none;
	font-size:55%;
	line-height:0.5;
	display:block;
	/line-height:normal;
}
#home #content #main .nav_home .mid ul li.for_ie{
	/line-height:0.9;
}

/* 最新情報枠 */
#home #content #side .side_area .mid {
	padding: 10px 20px 5px;
}
#home #content #side .side_area .mid .head {
	padding: 0 0 8px 0;
	background: url(/images/line_news_area_head.gif) no-repeat left bottom;
}
#home #content #side .side_area .mid .head h3 {
	float: left;
	margin: 0 10px 0 0;
}
#home #content #side .side_area .mid .news_body {
	padding: 10px 0 0 0;
}
#home #content #side .side_area .mid .news_body .news_body_wrap {
	width: 100%;
	height: 145px;
	overflow: auto;
}
#home #content #side .side_area .mid .news_body .news_body_wrap li {
	padding: 5px 0;
	border-bottom: 1px dotted #cccccc;
}
#home #content #side .side_area .mid .news_body .news_body_wrap li span.newsDay {
	color: #8d8d8d;
}