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

/*----------------------------------------------*/
/* Top CSS [SP]                                 */
/*----------------------------------------------*/

/*######## スライドショー ########*/

#sliderfield {
x	background-color: #FF0000;
}


#sliderbox {
	width: 100%;
	
	margin-bottom: 10px;
}

#sliderbox #slider {
}

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

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


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

.top-cm {
}

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

.top-cm ul {
	width: 160px;
	margin: 0px auto;
}

.top-cm ul li {
	margin-bottom: 10px;
}

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

.top-cm ul li img {
}
/*######## お知らせ ########*/
.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 {
	margin: 10px 10px 20px 10px;
}

.top-camp-title {
	margin-bottom: 8px;
	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: 16px;
	
	-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: 8px;
}

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

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

.top-camp-s ul {
}

.top-camp-s ul li {
	margin-bottom: 10px;
}

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

/*######## イベントバナー ########*/
.eventBanner p img{
	width: 100%;
}


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

.top-news ul.newslist {
	overflow: hidden;  /* preventing height 0 when float */
x	margin: 0px 10px;
}

.top-news ul.newslist li {
x	margin-bottom: 7px;
	border-bottom: 1px solid #DEDEDE;
}

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

.top-news ul.newslist li .news-date {
	padding: 2px 10px;
	
x	height:      17px;
x	line-height: 17px;
}

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

.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 {
	padding: 2px 10px;
	
x	height:      17px;
x	line-height: 17px;
}

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

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


/*########  バナー  ########*/
.top-bnr {
x	width: 100%;
	margin: 0px 10px 20px;
}

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

.top-bnr ul li {
	margin-bottom: 10px;
}

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

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

.top-snstimelinebox {
	margin: 0px auto 20px;
	text-align: center;
x	background-color: #00FF00;
}

.top-snstimeline-title {
	width: 95%;
	margin: 0px auto;
	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 {
}
