@charset "shift_jis";
/* CSS Document */



/*=============================
   history
=============================*/

.history {
    margin-bottom: 0px;
}



/*=============================
   contents
=============================*/


#contents {
	width: 560px;
}


/*=============================
   flash
=============================*/

#flash {
	margin-bottom: 10px;
	height: 313px;
	width: 560px;
	position: relative;
	background-color: #000;
}

#flash #flash_t img {
    position: absolute;
    height: 20px;
    width: 540px;
    top: 0px;
    right: 0px;
}
#flash #flash_b img {
    position: absolute;
    height: 20px;
    width: 540px;
    bottom: 0px;
    left: 0px;
}
#flash #flash_l img {
    position: absolute;
    height: 293px;
    width: 20px;
    top: 0px;
    left: 0px;
}
#flash #flash_r img {
    position: absolute;
    height: 293px;
    width: 20px;
    bottom: 0px;
    right: 0px;
}



/*=============================
   
=============================*/

#event_top {
	background-image: url(../img/event/opening_new.jpg);
	height: 358px;
}
#magazine_event {
	height: 24px;
	width: 330px;
	text-align: left;
	padding-left: 230px;
	padding-top: 318px;
}
.address_event {
	width: 200px;
}


/*=============================
   pickup
=============================*/

#pickup_container {
	height: 355px;
	overflow: hidden;
    background-color: #000;
    display: flex;
}
.pickup {
	    width: calc(33%/1);
	float: left;
	margin-bottom: 4px;
	margin-right: 3px;
	border: 1px solid #484244;
}
.pickup_photo {
	width: 165px;
	margin-left: auto;
	margin-right: auto;
	height: 220px;
    overflow: hidden;
}
.pickup_photo img{

}
.pickup_title {
	color: #F00;
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
}
.pickup_com {
	/*width: 150px;*/
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	margin-bottom: 5px;
	height: 95px;
	overflow: hidden;
	line-height: 1.4;
	color: #CCC;
}
.pickup_com p {
	line-height: 1.4;
}


/*=============================
   rankinng
=============================*/

#ranking_container {
	background-color: #FFF;
}
.glidecontent {
	background-image: url(../img/top/bg_top_ranking.jpg);
}
#ranking02 {
	background-position: 0 -270px;
}
#ranking03 {
	background-position: 0 -540px;
}
#ranking04 {
	background-position: 0 -810px;
}
.top_ranking_order {
	position: absolute;
	left: 0px;
	top: 175px;
}
.rank_no1 {
	width: 123px;
	height: 350px;
	margin-top: 5px;
	margin-right: 0px;
	display: block;
	margin-top: 40px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.rank_no1 img {
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.rank_container {
	width: 108px;
	display: block;
	height: 255px;
	margin-top: 40px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
	float: left;
}
.rank_container img {
	margin-top: 30px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.rank_text {
	color: #333333;
	font-family: Verdana;
	line-height: 16px;
}
.rank_text span {
	font-size: 8px;
}


/*=============================
   news
=============================*/

#news_container {
	border: 1px solid #000;
	height: 575px;
	overflow-y: auto;
	overflow-x: hidden;
	background-image: url(../img/top/news_bac.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.news {
	padding: 10px;
	font-size: 14px;
	clear: both;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.news_title {
	background-color: #9F0000;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 5px;
	color: #FFF;
}
.news_photo {
	padding: 1px;
	border: 1px solid #999;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.news_com {
	line-height: 1.3;
	color: #CCC;
}
.news img {
    max-width: 520px;
}


/*=============================
   newface
=============================*/

#newface_container {
	margin-bottom: 5px;
}
#newface_title {
	background-image: url(../img/top/newface.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	height: 79px;
	width: 150px;
}
#newface_title span {
	display: none;
}
.newface_box {
	background-image: url(../img/top/bg_newface.jpg);
	text-align: center;
	padding-top: 5px;
	height: 240px;
	display: block;
}
.newface_date {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 1px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 6px;
	color: #FFF;
}
.newface_name {
	text-align: left;
	padding-left: 10px;
	line-height: 1.5;
	margin-top: 5px;
	color: #FFF;
}
.newface_photo {
	margin-bottom: 10px;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	height: 160px;
	overflow: hidden;
}
.newface_photo img{
	
}








