@charset "utf-8";

/* ================================================================================
	Last Updated: 2015/7/4
	朝ver
================================================================================ */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	2. header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
nav .gacha {
	background: #e9536d url(../img/common/gnav_gacha01.png) no-repeat center center;
	-webkit-background-size: 53px 13px;
	background-size: 53px 13px;
}
nav .recent {
	background: #f07d90 url(../img/common/gnav_recent01.png) no-repeat center center;
	-webkit-background-size: 48px 17px;
	background-size: 48px 17px;
}
nav .news {
	background: #e9536d url(../img/common/gnav_news01.png) no-repeat center center;
	-webkit-background-size: 44px 17px;
	background-size: 44px 17px;
}
nav .movie {
	background: #f07d90 url(../img/common/gnav_movie01.png) no-repeat center center;
	-webkit-background-size: 47px 14px;
	background-size: 47px 14px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	3. content
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*.diagonaline:before {
	background: url(../img/common/bg_line_m.gif) repeat-x left top;
	-webkit-background-size: 7px 7px;
	background-size: 7px 7px;
} */
#bottomArea {
	position: relative;
}
/*#bottomArea:after {
	background: url(../img/common/bg_line_m.gif) repeat-x left top;
	-webkit-background-size: 7px 7px;
	background-size: 7px 7px;
} */
.searchBox h2 {
	background: url(../img/common/head_search_m.png) no-repeat center top;
	-webkit-background-size: 301px 24px;
	background-size: 301px 24px;
}
.searchBox .performersearch li {
	background: #fcc98a;
}
.searchBox .performersearch li a:before {
	background-position: -10px -10px;
}
/*
.searchBox .groupsearch li:nth-child(2n+1) {
    background: #fcbb6a;
}
.searchBox .groupsearch li:nth-child(2n) {
    background: #fcc98a;
}*/
.searchBox .groupsearch-first li:nth-child(2n+1), .searchBox .groupsearch-second li:nth-child(2n) {
    background: #fcbb6a;
}
.searchBox .groupsearch-first li:nth-child(2n), .searchBox .groupsearch-second li:nth-child(2n+1) {
    background: #fcc98a;
}
.arrow a:before {
	background-position: -20px -10px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	1. top
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* #topPhoto .performer dt:after {
	background-position: 0 -10px;
}
#topPhoto .btn a {
    background-color: #fdb458;
}
#topNews h2 {
	background: #fcf590 url(../img/top/head_topnews02.png) no-repeat center center;
	-webkit-background-size: 215px 19px;
	background-size: 215px 19px;
}
#topNews .more a {
	border-top: 2px solid #f9bd78;
	border-bottom: 2px solid #f9bd78;
	background: #fdf7a1 url(../img/top/btn_topnews_m.png) no-repeat center center;
	-webkit-background-size: 108px 16px;
	background-size: 108px 16px;
} */