@charset "UTF-8";
/*##########################################
#トップページ（top.css）
###########################################*/
#main {
	background:url(../img/bg_grd2.jpg) repeat-x #FFF;
}
#top_main {
	width:100%;
	/*padding-top:300px;*/
	margin:113px auto 0;
	background:url(../img/bg_topmain.png) no-repeat center -113px;
}
#top_main_tel {
	width:1200px;
	margin:0 auto;
	height:300px;
	position:relative;
}
#top_tel_num {
	position:absolute;
	top:200px;
	left:262px;
}
/*##########################################
screen
###########################################*/
#screenbase {
	width:1200px;
	height:404px;
	margin:0 auto 0;
	background:url(../img/bg_screen.png) no-repeat;
	position:relative;

}
#screenbase #screen {
	width:872px;
	position:absolute;
	left:17px;
	top:15px;
}
#screen .sp-grab,
#screen .sp-grabbing,
#screen .sp-selectable {
	cursor:auto;
}


#screen .sp-thumbnail-container img {
	cursor:pointer;
}


#screen .sp-thumbnail-container:after {
	content:'';
	width:286px;
	height:122px;
	border:5px solid #FFF;
	position:absolute;
	left:0;
	top:0;
	box-sizing:border-box;
	cursor:pointer;
}
#screen .sp-thumbnail-container:hover:after,
#screen .sp-selected-thumbnail:after {
	border:5px solid #E63261;

}

/*##########################################
content
###########################################*/
#top_topics {
	height:413px;
	box-sizing:border-box;
	padding-top:40px;
	background:url(../img/bg_topics.jpg) no-repeat #333;
}
#top_topics .inr {
	width:775px;
	height:333px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin:0 auto;
	color:#FFF;
}
#top_topics dt {
	font-size:28px;
	font-weight:bold;
	color:#FFF;
	padding:5px;
	width:98%;
	box-sizing:border-box;
	margin-bottom:5px;
	padding-left:110px;
}
#top_topics dd {
	margin-bottom:40px;
	padding-bottom:40px;
	width:98%;
	box-sizing:border-box;
	
	position:relative;
	border-bottom:3px dotted #FFF;
}
#top_topics dd > div {
	position:absolute;
	top:-38px;
	left:0;
	font-weight:bold;
	display:inline-block;
	padding:4px 6px;
	color:#FFF;
	border:2px solid #FFF;
}
#top_pickup,
#top_newface,
#top_today {
	margin-top:15px;
}



#top_pickup h2 {
	height:31px;
	background:url(../img/tst_pickup.png) no-repeat;
}
#top_pickup h2 span {
	color:#f0555d;
	font-weight:bold;
	font-size:16px;
	display:block;
	padding:2px 0 0 176px;
}
#top_pickup {

}
#top_pickup .inr {
	padding:12px;
	height:430px;

	padding:12px;
	box-sizing:border-box;
	background:url(../img/bg_sha2.gif);
}
#top_pickup .base {
	height:406px;
	box-sizing:border-box;
	padding:12px;

	border:3px solid #FFF;
	background:url(../img/bg_pinkshower.png) no-repeat 0 150px #FFF;
	overflow-y: scroll;
	overflow-x: hidden;
}

#top_pickup span,
#top_newface span {
	filter:dropshadow(color=#FFF,offX= 0,offY=-1)
	dropshadow(color=#FFF,offX= 1,offY= 0)
	dropshadow(color=#FFF,offX= 0,offY= 1)
	dropshadow(color=#FFF,offX=-1,offY= 0);
 
	-webkit-text-stroke-color: #FFF;
	-webkit-text-stroke-width: 1px;
 
	text-shadow: #FFF 1px 1px 0px, #FFF -1px 1px 0px,
	             #FFF 1px -1px 0px, #FFF -1px -1px 0px;
}

#top_newface h2 {
	height:31px;
	background:url(../img/tst_newface.png) no-repeat;
}
#top_newface h2 span {
	color:#f0555d;
	font-weight:bold;
	font-size:16px;
	display:block;
	padding:2px 0 0 116px;
}
#top_newface .inr {
	height:309px;
	box-sizing:border-box;
	padding:12px;
	background:url(../img/bg_newface.gif) no-repeat;
}
#top_newface .base {
	height:285px;
	box-sizing:border-box;
	padding:12px;

	overflow-y: scroll;
	overflow-x: hidden;
}
.loop_box .pix_s {
	width:111px;
	height:auto;
	position:absolute;
	left:0;
	top:0;
}

.loop_box {
	position:relative;
	padding-left:125px;
	line-height:1.5;
	border-bottom:3px dotted #F0555D;
	margin-bottom:40px;
	padding-bottom:40px;
}
.loop_box .date {

	position:relative;
	top:-32px;
	left:0;

	font-weight:bold;
	display:inline-block;
	padding:4px 6px;
	color:#F0555D;
	border:2px solid #F0555D;
}
.loop_box h3 {
	font-weight:bold;
	font-size:24px;
	padding-left:100px;
}








#top_today {

}
#top_today h2 {
	margin-bottom:10px;
}
#top_today .box {
	display:block;
	float:left;
	margin:0 7px 7px 0;
	text-decoration:none;
	width:287px;
	height:434px;
	box-sizing:border-box;
	padding-top:25px;
	position:relative;
	background:url(../img/bg_grd1.jpg) repeat-x 0 312px;
}
#top_today .box figure img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	width:256px;
	height:auto;
	transition: 1s;

}
#top_today .box:hover figure img {
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	width:280px;
	height:auto;
	transition: 1s;

}
#top_today .box::after {
	content:'';
	width:287px;
	height:371px;
	background:url(../img/bg_decoframe.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:20;
}
#top_today .box:nth-child(3n-1){
	margin-right:0;
}
#top_today .box .inr {
	text-align:center;
}
#top_today .box .inr img {
	margin:0 5px 5px 0;
}
#top_today figure {
	width:256px;
	height:298px;
	margin:0 auto;
	overflow:hidden;
}
#top_today h4 {
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
}

#top_today .plo {
	width:287px;
	padding:2px 0;
	text-align:center;

	font-size:20px;
	font-weight:bold;
	color:#FFF;

	position:absolute;
	bottom:0;
	background-color:#886fb9;
	border-radius:0 0 10px 10px;
}
