@charset "utf-8";

/*
=================================================================================
TOPページ
=================================================================================
*/

#top_img_box {
	width: 720px;
	height: 240px;
    position: relative;
    margin-bottom: 10px;
}

#top_img_box h2 {
    position: absolute;
    width: 720px;
    height: 240px;
    top: 0px;
    left: 0;
}

.top_img_btn {
    position: absolute;
    width: 170px;
    height: 56px;
    top: 170px;
    left: 538px;
}

#visual {
	width: 720px;
	height: 240px;
    position: relative;
    margin-bottom: 10px;
}

#main_img {
    display: block;
    width: 720px;
    height: 240px;
    top: 0px;
    left: 0;
    position: absolute;
    z-index: 1;
}

.top_news_title{
	width: 720px;
	height: 30px;
	background:url(/pc/images/top_news_title.gif) no-repeat;
}

.top_goods_title{
	width: 720px;
	height: 30px;
	background:url(/pc/images/top_goods_title.gif) no-repeat;
}

#top_news {
	width: 698px;
	margin: 0 auto 10px;
}

ul.top_news_list li {
	line-height:1.1em;
	padding:6px 0 6px 10px;
	border-bottom: dashed 1px #87E687;
}

ul.top_news_list li a {
	font-weight: bold;
}

#top_goods {
	width: 720px;
	padding-top: 10px;
}

.top_goods_list {
	width: 720px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #87E687;
}

.top_goods_list li {
	width: 160px;
	float: left;
	padding: 0 10px;
	position: relative;
}

.top_goods_list li.list_last {
	border-right: none;
}

.top_goods_img {
	width: 160px;
	height: 160px;
	margin-bottom: 10px;
	text-align: center;
}

.top_goods_img .top_goods_imglink {
	width: 158px;
	height: 158px;
	display: block;
	border: solid 1px #A6C7E6;
  }

.top_goods_img a:hover {
	border: solid 1px #4087D0;
}


.top_goods_imgbox p {
	width: 158px;
	height: 158px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.top_goods_new {
	width: 38px;
	height: 18px;
	position: absolute;
	top: 1px;
	left: 11px;
}

.top_goods_name a {
	width: 155px;
	padding: 5px 0 5px 5px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
	background:url(/pc/images/top_goods_icon.gif) no-repeat right center #6ea8e4;
}

.top_goods_name a:hover {
	width: 155px;
	padding: 5px 0 5px 5px;
	disply: block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
	background:url(/pc/images/top_goods_icon2.gif) no-repeat right center #8cc6ff;
	text-decoration: none;
}

.top_goods_text {
	width: 160px;
	font-size: 10px;
	margin-bottom: 10px;
	line-height: 14px;
}

#top_others {
	width: 720px;
	padding: 10px 0;
}

.top_others_list {
	width: 720px;
	background:url(/pc/images/others_bg.gif) repeat-y;
}

.top_others_list_last {
	width: 720px;
	background:url(/pc/images/others_bg2.gif) repeat-y;
}

.top_others_list li {
	width: 199px;
	padding: 15px 20px 9px 20px;
	float: left;
}

.top_others_list li.others_last {
	border-right: none;
}

.top_others_list_last li {
	width: 199px;
	padding: 15px 20px 14px 20px;
	float: left;
}

.top_others_list_last li.others_last {
	border-right: none;
}

.top_others_img {
	width: 200px;
	margin-bottom: 10px;
}

.top_others_text {
	width: 200px;
	line-height: 16px;
	margin-bottom: 5px;
}


/*
=================================================================================
20140929追加分(スライダー関連)
=================================================================================
*/

#top_slideshow_box {
	width: 720px;
}

.top_title_text {
	width: 720px;
	margin-bottom: 3px;
}





