@charset "UTF-8";
/*\*/

/*------------------------------
サイト名：NMB48 OFFICIAL WEB SITE for SMARTPHONE
作成日：2010.12.02
修正日：2014.06.16
ガイドライン：Ver.01
製作者：株式会社エムアップ
------------------------------*/

body {
    line-height: 1.5;
    color: #666;
    background: #fff;
	font-family: "Osaka", "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
    text-align: center;
}

/* Clearfix */
.clearfix:after {
    content: ""; 
    display: block;
    height: 0; 
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-Mac */

h1 {
	padding: 0;
	margin:0;
	background:#000;
	border-bottom:1px solid #aaa;
}
		

/* ------------------------------------
 * リンク
 * ------------------------------------ */
 
a {
	cursor: pointer;
	outline: none;
}

a img {
	border: 0;
}

a:link {
	color: #CC007A;
	text-decoration: underline;
}

a:visited {
	color: #CC007A;
	text-decoration: underline;
}


/* ------------------------------------
 * ベーシックレイアウト
 * ------------------------------------ */

#wrapper {
	width:100%;
	overflow-x:hidden;
	min-width:320px;
}
 
header,section,nav {
    display: block;
	background: #fff;
	text-align: left;
}

header {
	position: relative;
}

article {
	position: relative;
}

article h2 {
	padding-left: 5px;
	background: #000;
	line-height: 35px;
	color: #fff;
	boder-bottom:1px solid #aaa;
}


/*
footer {
	padding-bottom: 10px;
	position: relative;
    display: block;
	color: #dda203;
	background: url(../img/common/bgFooter.png) center top repeat-x;
	text-align: left;
	font-size: x-small;
}

footer a.toTop {
	position: absolute;
	top: 0;
	right: 0;
	width: 145px;
	height: 32px;
	background: url(../img/common/btnPageTop.png) no-repeat;
	text-indent: -9999px;
}

footer address {
	padding: 35px 0 0 10px;
}

.wrap {
	width: 100%;
}
*/



.link_home {
    float: left;
    font-size: 8px;
    padding: 0 5px 4px;
}


.link_home a, .link_home a:link, .link_home a:visited {
    background: url("../img/common/arrow_03_nmb48.png") no-repeat scroll left center / 5px 7px rgba(0, 0, 0, 0);
    color: #6D6D6D;
    display: inline-block;
    padding-left: 8px;
    text-decoration: none;
}

.link_home a, .link_home a:link, .link_home a:visited {
    background: url("../img/common/arrow_03_nmb48.png") no-repeat scroll left center / 5px 7px rgba(0, 0, 0, 0);
    color: #6D6D6D;
    display: inline-block;
    padding-left: 8px;
    text-decoration: none;
}

footer{
    border-top:1px solid #aaa;
    padding-top:10px;
}

footer .link_page_top {
    margin: 5px 0 3px;
    padding-right: 8px;
    text-align: right;
}


footer .link_page_top {
    margin: 5px 0 3px;
    padding-right: 8px;
    text-align: right;
}


footer .link_page_top a {
    background: url("http://spn2.nmb48.com/img/common/footer_page_top_nmb48.png") repeat scroll 0 0 / 68px 20px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    text-align: left;
    text-indent: -9999px;
    width: 68px;
}



footer .copyright {
    background: none repeat scroll 0 0 #000000;
    border-top: 2px solid #F3F3F3;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    padding: 0.3em 0 0.4em;
    text-align: center;
}


/*--- パンくずリスト ------------------*/

nav#foot .topicpath {
	padding: 5px 10px;
	border-top: dotted 1px #dbc79e;
}


/*--- コンテンツ一覧 ------------------*/

header .toolNav {
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

nav#foot .toolNav {
	text-align: left;
	padding: 5px 10px;
	border-top: dotted 1px #dbc79e;
}

#contentsListNav {
	display: none;
	position: absolute;
	top: 416px;
	left: 0;
	min-width: 320px;
	min-height: 416px;
	background: #FFF;
	overflow: hidden;
	text-align: center;
	-webkit-user-select: none;
	z-index: 50;
}

#contentsListNav .contentsListHeader {
	position: relative;
	width: 100%;
	height: 44px;
	color: #fff;
	background: #f8b500;
}

#contentsListNav .contentsListHeader p {
	padding-left: 8px;
	line-height: 44px;
	font-weight: bold;
	text-align: left;
}

#contentsListNav .contentsListHeader .close {
	position: absolute;
	right: 4px;
	top: 6px;
}

#contentsListNav .contentsList {
	padding: 8px;
}

#contentsListNav .contentsList ul {
	border-left: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	position: relative;
	width: 100%;
	overflow: hidden;
}

#contentsListNav .contentsList ul li {
	padding: 5px;
	border-top: solid 1px #aaa;
	border-right: solid 1px #aaa;
	position: relative;
	display: block;
	text-align: left;
}


#contentsListNav .contentsList ul li a {
	display: block;
	min-height: 24px;
	color: #635444;
	background: url(../img/common/arrow.png) right center no-repeat;
	text-decoration: none;
	}

/* moreボタン：20140612up */
.contentsList li.more a {
	padding: 3% 5%;
	text-align: right !important;
	text-decoration: none !important;
}


/*--- SNSボタン一覧表示 ------------------*/

/* RSS + 共有ボタン */

article ul.btn {
	position: absolute;
	top: 6px;
	right: 10px;
	width: 107px;
}

article ul.btn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

article ul.btn li {
	padding-left: 5px;
	float: right;
	list-style: none outside none;
}

article ul.btn li a {
	display: none;
	height: 22px;
	text-indent: -9999px;
}

article ul.btn li.rss {
	width: 22px;
}

article ul.btn li.rss a {
	width: 22px;
	background: url(../img/common/rss.png) no-repeat;
}

article ul.btn li.sns {
	width: 75px;
}

article ul.btn li.sns a {
	/*width: 75px;
	background: url(../img/common/sns.png) no-repeat;*/
}

/* 共有ボタン一覧 */

#socialListNav {
	display: none;
	position: absolute;
	top: 416px;
	left: 0;
	min-width: 320px;
	min-height: 416px;
	background: #FFF;
	overflow: hidden;
	text-align: center;
	-webkit-user-select: none;
	z-index: 50;
}

#socialListNav .socialListHeader {
	position: relative;
	width: 100%;
	height: 44px;
	color: #fff;
	background: #f8b500;
}

#socialListNav .socialListHeader p {
	padding-left: 8px;
	line-height: 44px;
	font-weight: bold;
	text-align: left;
}

#socialListNav .socialListHeader .close {
	position: absolute;
	right: 4px;
	top: 6px;
}

#socialListNav .socialList ul {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#socialListNav .socialList ul li {
	padding: 5px;
	border-bottom: dotted 1px #dbc79e;
	position: relative;
	display: block;
	line-height: 1;
	text-align: center;
}

#socialListNav .socialList ul li:last-child {
	line-height: 21px;
	text-align: center;
	font-size: 93%;
}



/*--- Lightbox共通 ------------------*/
	
#screen {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	min-width: 320px;
	min-height: 416px;
	background: #fff url(../img/common/loading.gif) no-repeat center;
	z-index: 100;
	-moz-opacity: 0.4;
	opacity: 0.4;
	-webkit-user-select: none;
}

#contentsListNav.revealin,
#socialListNav.revealin {
	-webkit-transform: translate(0, -416px);
	-webkit-transition: all 0.4s ease-out;
}

#contentsListNav.revealout,
#socialListNav.revealout {
	top: 0;
	-webkit-transform: translate(0, 416px);
	-webkit-transition: all 0.4s ease-out;
}

.stop {
	-webkit-transform: none;
	-webkit-transition: none;
	top: 0;
}



/*------------------
アイコン
-------------------*/

.icon_stage {
	background-image: url(../img/icon/icon_stage.png);
	background-size: 45px 13px;
}
.icon_release {
	background-image: url(../img/icon/icon_release.png);
	background-size: 45px 13px;
}
.icon_event {
	background-image: url(../img/icon/icon_event.png);
	background-size: 45px 13px;
}

.icon_akushukai {
	background-image: url(../img/icon/icon_akushukai.png);
	background-size: 45px 13px;
}

.icon_media {
	background-image: url(../img/icon/icon_media.png);
	background-size: 45px 13px;
}

.icon_member {
	background-image: url(../img/icon/icon_member.png);
	background-size: 45px 13px;
}

.icon_audition {
	background-image: url(../img/icon/icon_audition.png);
	background-size: 45px 13px;
}
.icon_web {
	background-image: url(../img/icon/icon_web.png);
	background-size: 45px 13px;
}

span.goods {
	background-image: url(../img/icon/icon_goods.png);
}

.icon_goods {
	background-image: url(../img/icon/icon_goods.png);
	background-size: 45px 13px;
}

.icon_goods2 {
	background-image: url(../img/icon/icon_goods2.png);
	background-size: 45px 13px;
}

.icon_etc {
	background-image: url(../img/icon/icon_etc.png);
	background-size: 45px 13px;
}

.icon_magazine {
	background-image: url(../img/icon/icon_magazine.png);
	background-size: 45px 13px;
}

.icon_radio {
	background-image: url(../img/icon/icon_radio.png);
	background-size: 45px 13px;
}

.icon_birthday {
	background-image: url(../img/icon/icon_birthday.png);
	background-size: 45px 13px;
}

.icon_tv {
	background-image: url(../img/icon/icon_tv.png);
	background-size: 45px 13px;
}


/*------------------
PROFILE
-------------------*/
body#profile .paging {
	border-top: dotted 1px #2a2a2a;
}


/*------------------
LIST TYPE-2
-------------------*/

.listType2 {
	background: #f4f4f4;
}

.listType2 h4 {
	padding: 2%;
	background: #2a2a2a;
	color: #ffffff;
	font-size: 115%;
}

.listType2 h4 img {
	width: 50px;
	padding-top: 1%;
}

.listType2 ul li:first-child {
	padding-top: 1px;
}
.listType2 ul li:last-child {
	padding-bottom: 1px;
}

.listType2 li a {
	display: block;
	width: 90%;
	margin: 3% auto 3%;
	padding: 3%;
	border: solid 1px #e3e3e3;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #ffffff url(../img/common/arrow.png) 98% center no-repeat;
	font-size: 80%;
	-webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.02);
	box-shadow: 1px 1px rgba(0, 0, 0, 0.02);
	text-decoration: none !important;
}

.listType2 li a span {
	color: #4a4a4a;
}

.listType2 li a p {
	width: 96%;
}

.listType2 li a img {
	float: left;
	width: 20%;
	padding-right: 2%;
}

.imgWide li a img {
	width: 30% !important;
}
/* もっと見る */

.listType2 .link_more a {
	display: block;
	padding: 2% 6%;
	background: #ffffff url(../img/common/arrow_02.png) 98% center no-repeat;
	background-size: 6px 8px;
	color: #635444;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
}


/*#profile h2 {
	padding: 2%;
	padding-left: 0 !important; 
	line-height: 0 !important;
	boder-bottom:none !important; 
}*/
#profile h2 span {
	display: block;
	float: left;
	width: 70%;
	margin-top: 3.2%;
	font-size: 130%;
}
#profile h2 img {
	display: block;
	float: left;
	width: 20%;
	padding-left: 2%;
	padding-right: 1%;
	vertical-align: middle;
}


/*------------------
LIST NAV
-------------------*/
.list_nav {
	margin-top: -6px;
	padding: 3% 0;
	background: #f4f4f4;
	text-align: center;
	font-size: 10px;
	line-height: 1;
}

.list_nav a,
.list_nav a:link,
.list_nav a:visited {
	margin: 0 1px;
	display: inline-block;
	color: #6d6d6d;
	text-decoration: none;
	text-align: center;
}

.list_nav_back {
	padding-left: 8px;
	background: url(/img/common/arrow_03_nmb48.png) no-repeat left;
	-webkit-background-size: 5px 7px;
	background-size: 5px 7px;
}

.list_nav_next {
	padding-right: 8px;
	background: url(/img/common/arrow_02_nmb48.png) no-repeat right;
	-webkit-background-size: 5px 7px;
	background-size: 5px 7px;
}

.list_nav_page {
	padding: 2px 4px;
	background: #bfbfbf;
	font-size: 10px;
	font-weight: bold;
}

.list_nav_current_page {
	background: #ffba00;
}

a.list_nav_page,
a.list_nav_page:link,
a.list_nav_page:visited {
	color: #fff;
}

.current{
	color:#CC007A;
}
