@charset "utf-8";


/* ----------------------------------------------------------------------
	home
---------------------------------------------------------------------- */

/* mainimg */
#mainimg .slider .box { margin: 0 5px; }


/* recommend */
#home .recommend-box {
	position: relative;
	margin: 0 0 30px;
}

#home .recommend-box .inner > table:first-child { display: none; }

#home .recommend-box h2 {
	text-align: center;
	margin: 0 0 25px;
}

#home .recommend-box table td.lims { padding-right: 20px; }

#home .recommend-box table td.lims:last-child { padding-right: 0; }

#home .recommend-box table td.lims table { width: 170px; }

#home .recommend-box table td img {
	background: #fff;
	padding: 8px;
	width: 150px;
	height: auto;
	margin: 0 0 10px;
	border: 2px solid #381004;
	display: block;
}

#home .recommend-box p.txt-link {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
	font-size: 1.5rem;
}

#home .recommend-box p.txt-link a { text-decoration: none; }


/* ranking */
#home .ranking-box {
	position: relative;
	margin: 0 0 60px;
}

#home .ranking-box h2 {
	text-align: center;
	margin: 0 0 15px;
}

#home .ranking-box dl.box {
	text-align: center;
	width: 132px;
	float: left;
	margin-left: 20px;
}

#home .ranking-box dl#rank1 { margin: 0; }

#home .ranking-box dl.box dt {
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0 0 10px;
	width: 42px;
	height: 32px;
	display: inline-block;
}

#home .ranking-box dl#rank1 dt { background-image: url(../img/home/ranking_01.png); }
#home .ranking-box dl#rank2 dt { background-image: url(../img/home/ranking_02.png); }
#home .ranking-box dl#rank3 dt { background-image: url(../img/home/ranking_03.png); }
#home .ranking-box dl#rank4 dt { background-image: url(../img/home/ranking_04.png); }
#home .ranking-box dl#rank5 dt { background-image: url(../img/home/ranking_05.png); }

#home .ranking-box dl.box dd img {
	background: #fff;
	padding: 8px;
	margin: 0 0 10px;
	width: 112px;
	height: auto;
	display: block;
	border: 2px solid #381004;
}

#home .ranking-box p.txt-link {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
	font-size: 1.5rem;
}

#home .ranking-box p.txt-link a { text-decoration: none; }


/* pickup */
.pickup-box { padding: 0 0 40px; }

.pickup-box h2 {
	text-align: center;
	margin: 0 0 25px;
}

.pickup-box ul li {
	float: left;
	margin: 0 0 20px;
}

.pickup-box ul li:nth-child(even) { margin-left: 20px; }


/* news-box */
#home .news-box { margin: 0 0 60px; }

#home .news-box h2 {
	text-align: center;
	margin: 0 0 25px;
}

#home .news-box table { width: 100%!important; }
#home .news-box table tr td img { display: none; }

#home .news-box table tr:nth-child(2) > td {
	background: url(../img/common/line_02.gif) 0 0 repeat-x;
	text-align: left;
}

#home .news-box table td table { background: url(../img/common/line_02.gif) 0 bottom repeat-x; }

#home .news-box table td table td { padding: 12px 15px 10px; }

#home .news-box table td table td a { text-decoration: none; }

#home .news-box table tr:nth-child(3) { display: none; }


/* bn-store */
#home p.bn-store { margin: 0 0 60px; }


/* sns-box */
#home .sns-box { margin: 0 0 60px; }

#home .sns-box .box {
	background: #fff;
	text-align: center;
	padding: 10px 18px 18px;
	border: 2px solid #381004;
}

#home .sns-box .box p.en {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 0.4em;
}

#home .sns-box .twitter .inner {
	height: 318px;
	border: 1px solid #eee;
	overflow: auto;
}





