@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* Top CSS [PC]                                 */
/*----------------------------------------------*/

/*######## スライダー ########*/

#sliderfield {
x	background-color: #FF0000;
	padding-bottom: 40px;
	
	background-image: url(../images/top/ranking_top.gif);
	background-repeat: no-repeat;
	background-position:  50% 100%;  /* background-position-y not work Firefox,Opera */
}

#sliderbox {
	width: 100%;
	max-width: 680px;
x	margin-bottom: 25px;
x	margin: 0px auto 125px;
	margin: 0px auto;
}

#sliderbox #slider {
}

#sliderbox #slider li {
	display: none;  /* Init hide */
}

#sliderbox #slider li img {
	width: 100%;
}


/*######## Contents ########*/

/*----- 赤バー -----*/
#contentsfield {
	background-image: url(../images/top/ranking_bg.gif);
	background-repeat: repeat-x;
	background-position:  50% 0px;  /* background-position-y not work Firefox,Opera */
}

/*######## CM ########*/

.top-cm {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
	max-width: 680px;
	margin: 0px auto;
	padding-bottom: 25px;
}

.top-cm-title {
	margin-bottom: 10px;
	padding: 3px 0px 3px 10px;
	
	font-weight:bold;
	color: #FFFFFF;
	font-size: 18px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	background-color: #E71873;
}

.top-cm ul {
	max-width: 550px;
	margin: 0px auto;

}

.top-cm ul li {
	float: left;
x	width: 23.5%;
	width: 29.6%;
	margin: 0px 1.85%;
}

.top-cm ul li p {
	margin-top: 5px;
	text-align: center;
	line-height: 135%;
}


.top-cm ul li img {
	max-width: 160px;
}

/*######## お知らせ ########*/
.infoArea {
	border: solid 1px #dadada;
	padding: 20px;
	margin: 0 0 20px;
}
.infoArea dl dt {
	margin-bottom: 5px;
	font-size: 16px;
}
.infoArea dl dd div {
	background: #f2f2f2;
	margin-top:5px;
	padding:10px;
}

/*######## キャンペーン ########*/

.top-camp {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
x	max-width: 920px;
	max-width: 680px;
	margin: 20px auto 0px;
	padding-bottom: 25px;
}

.top-camp-title {
	margin-bottom: 10px;
	padding: 3px 0px 3px 10px;
	
	border-top: 1px solid #CACACA;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-bottom: 2px solid #690000;
	
	font-weight:bold;
	color: #333333;
	font-size: 18px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	background-color: #ECECEC; background-image: -webkit-gradient(linear, left top, left bottom, from(#ECECEC), to(#E0DFDF));
	background-image: -webkit-linear-gradient(top, #ECECEC, #E0DFDF);
	background-image: -moz-linear-gradient(top, #ECECEC, #E0DFDF);
	background-image: -ms-linear-gradient(top, #ECECEC, #E0DFDF);
	background-image: -o-linear-gradient(top, #ECECEC, #E0DFDF);
	background-image: linear-gradient(to bottom, #ECECEC, #ECECEC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
}

.top-camp .widgetbox {
	margin-bottom: 10px;
}

.top-camp .widgetbox .textwidget img {
	width: 100%;
}

/*######## キャンペーンハーフバナー ########*/
.top-camp-s {
	max-width: 680px;
	margin: 0px auto;
}

.top-camp-s ul {
	overflow: hidden;
	max-width: 690px;
	margin-left: -12px;
}

.top-camp-s ul li {
	float: left;
	width: 333px;
	width: calc(50% - 12px);
	margin-left: 12px;
	margin-bottom: 8px;
}

.top-camp-s ul li img {
	width: 100%;
}

/*######## イベントバナー ########*/
.eventBanner {
	margin: 30px 0 20px;
}



/*######## 新着情報 ########*/
.top-news {
	overflow: hidden;  /* preventing height 0 when float */
	margin-bottom: 25px;
}

.top-news ul.newslist {
	display: table;
	width: 100%;
}

.top-news ul.newslist li {
	display: table-row;
}

.top-news ul.newslist li a {
	overflow: hidden;  /* preventing height 0 when float */
	display: block;
x	background-color: #FF0000;
}

.top-news ul.newslist li .news-date {
	display: table-cell;
	width: 165px;
	padding: 5px 0px;
	
x	background-color: #FF0000;
}

.top-news ul.newslist li .news-date img {
	vertical-align: middle;
}

.top-news ul.newslist li a        .news-date,
.top-news ul.newslist li a:hover  .news-date,
.top-news ul.newslist li a:focus  .news-date,
.top-news ul.newslist li a:active .news-date {
	color: #000000;
}

.top-news ul.newslist li .news-title {
	display: table-cell;
	padding: 5px 0px;
	line-height: 120%;
x	background-color: #00FF00;
}

.top-news-showall {
	text-align: right;
}

.top-news-showall img {
	vertical-align: middle;
}

/*########  バナー  ########*/
.top-bnr {
	margin-bottom: 25px;
	padding-top: 20px;
	border-top: 1px solid #DEDEDE;
}

.top-bnr ul {
	overflow: hidden;  /* preventing height 0 when float */
}

.top-bnr ul li {
	float: left;
	width: 49%;
	max-width: 335px;
	margin-right: 1%;
}

.top-bnr ul li img {
	width: 100%;
}

/*######## SNSタイムライン ########*/
.top-snstimeline {
	overflow: hidden;  /* preventing height 0 when float */
x	background-color: #FF0000;
}

.top-snstimelinebox {
	float: left;
	width: 48%;
	margin-top: 10px;
x	background-color: #00FF00;
}

.top-snstimelinebox:first-child {
	margin-right: 4%;
}

.top-snstimeline-title {
	padding-bottom: 5px;
}

.top-snstimeline-title-fb {
	margin-bottom: 10px;
	border-bottom: 1px solid #45619B;
}

.top-snstimeline-title-insta {
	margin-bottom: 5px;
	border-bottom: 1px solid #A5356F;
}

.top-snstimeline-title img {
}
