@charset "utf-8";

/* =================================================
       --------------------
           contents.CSS 
       -------------------
           コンテンツ系のスタイル
  
================================================= */
/* 背景 */
/* bodyには背景色を指定しない！(指定する場合はhtmlタグ) */
body {
	background:url("/static/dempagumi/fanclub-pc/base/bg_body.jpg");
	background-repeat: repeat;
	height: auto;
}
#wrapper {
	width:100%;
	background:url("/static/dempagumi/fanclub-pc/base/bg_wrapper.gif");
	background-repeat: repeat-x;
	background-position:top center;
	/*height:100%; 画面サイズに対して高さ100% */
}
#side_line {
	width:auto;
	background:url("/static/dempagumi/fanclub-pc/base/bg_side_line.png");
	background-repeat: repeat-y;
	background-position:50% 0;
    min-height:100%; /* (縦スクロール出さないで)画面表示される高さが保障される領域 */
    position:relative; /*（今回の）子要素「contents_footer」の絶対指定の基準設定 */
}

/*【固有】TOPページ用ヘッダ
==============================================================================*/
#contents_top_header{
	width:950px;	
	height:auto;
	width:950px;	
	height:120px;
	margin:0 auto;
	padding-top:30px;
	position:relative;
	margin:0 auto;
	padding-top:30px;
	position:relative;
}

#contents_header{
	background-image:url("/img/base/bg_leaf_header.png");
	background-position:0 30px;
}

#contents_header_login{
	width:950px;	
	height:120px;
	margin:0 auto;
	padding-top:30px;
	position:relative;
	background-image:url("/static/dempagumi/fanclub-pc/base/bg_leaf_header.png");
	background-position:0 30px;
}



/*【共通】コンテナ
==============================================================================*/
#container {
    width:950px;
	height:auto;
	margin:0 auto;
    padding:0 0 70px 0; /* フッター高さ分のスペース */
	overflow:hidden;
}


/*【共通】サブカラム：ロゴ,グローバルメニュー,バナー
=============================================================================*/
#sub_col {
	width:270px;
	margin:50px 20px 0 0;
	float:left;
	height:auto;
	min-height:664px;
}

/* ロゴ */
#sub_col h1 {
	width:270px;
	margin:0 0 20px 0;
}

/* グローバルメニュー
------------------------------ */
ul.menu {
    height:auto;
	margin:0 0 24px 0;
    text-align:center;
    width:270px;
	background-image:url("/static/dempagumi/fanclub-pc/contents/bg_gmenu.png");
	background-position:0 0;
	background-repeat: no-repeat;
}
ul.menu li {
    display:block;
    margin:0;
    width:270px;
}
ul.menu li a p {
    display:none;
}
ul.menu li a {
}
/*
.m_info img {
    margin-bottom:3px;
}
*/
.m_magazine a {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_magazine.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_magazine a:hover {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_magazine_on.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_info a {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_info.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_info a:hover {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_info_on.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_schedule a {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_schedule_dempa.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_schedule a:hover {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_schedule_dempa_on.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_present a {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_present.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_present a:hover {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_present_on.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_event a {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_event.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_event a:hover {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_event_on.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_enquete a {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_enquete.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_enquete a:hover {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_enquete_on.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_wallpaper a {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_wallpaper.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_wallpaper a:hover {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_wallpaper_on.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_goods a {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_goods.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_goods a:hover {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_goods_on.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}

.m_movie a {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_movie.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_movie a:hover {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_movie_on.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_dns a {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_dns.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_dns a:hover {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_dns_on.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_shindan a {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_shindan.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}
.m_shindan a:hover {
    background-image: url("/static/dempagumi/fanclub-pc/contents/m_shindan_on.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 41px;
    width:270px;
}

/* バナー
------------------------------ */
ul.bnr_box {
	width:270px;
	text-align:center;
}
ul.bnr_box li {
	width:222px;
	/* height:76px; */
	margin:0 auto 10px auto;
	display:block;
	box-shadow:1px 1px 3px #000;
	-moz-box-shadow:1px 1px 3px #000;　/* Firefox用 */  
    -webkit-box-shadow:1px 1px 3px #000;　/* Safari,Google Chrome用 */  
}
ul.bnr_box li a:link img {
	border:3px solid #fff;
}
ul.bnr_box li a:visited img {
	border:3px solid #fff;
}
ul.bnr_box li a:hover img {
	border:3px solid #f06;
	filter: alpha(opacity=100);
    -moz-opacity:1.00;
    opacity:1.00;
}




/*【共通】メインカラム
==============================================================================*/
#main_col {
	width:660px;
	float:right;
	margin:50px 0 0 0;
}
/* リーフページ用コンテナ */
#leaf_box {
    width:620px;
	margin:0 10px;
	padding:10px;
	background-color:#ffffff;
    /* min-height:606px; */
}
/* タイトル */
h2.tit{
	width:auto;
	display:block;
	text-align:center;
	margin:0 0 18px 0;
}


/* 件数表示とページ送りエリア
-------------------------------------------------------------------- */
/* 上表示用コンテナ */
#paging_box {
	width:auto;
	padding:0;
	height:auto;
	margin:0;
	padding:0 0 10px 0;
}

.paging_box_inner {
	margin:0;
	padding:0;
	height:auto;
	overflow:hidden;
}

#btm_paging_box {
	width:auto;
	padding:0;
	height:auto;
	margin:0 0 5px 0;
}
.btm_paging_box_inner {
	margin:0;
	padding:8px 0 8px 2px;
	height:auto;
	overflow:hidden;
	border-top:1px solid #d0ca96;
	border-bottom:1px solid #d0ca96;
}

/* 下表示用コンテナ */
#bottom_paging_box {
	width:100%;
	margin:0;
	padding:0;
	height:auto;
}
.bottom_paging_box_inner {
	margin:0;
	padding:8px 0 8px 0;
	margin:0 0 10px 0;
	height:auto;
	clear:both;
	overflow:hidden;
}

/* 件数表示(左側) */
#display_number {
	width:210px;
	float:left;
	font-size:12px;
	color:#6699ff;
	letter-spacing:0.02em;
	text-align:left;
	padding:10px 0 0 0;
}

/* ページ送り(右側) */
#page_number {
	width:auto;
	font-size:12px;
	float:right;
	margin:0;
	overflow:hidden;
	text-align:right;
	max-width:410px;
}

#page_number li{
    float:left;
    margin-left:4px;
    margin-bottom:4px;
}

#page_number li a {
	line-height: 3em;
	text-align: center;
}

/* ページ送り：ナンバー部分 */
#page_number li.number a:link, 
#page_number li.number a:visited,
#page_number li.number a:hover,
#page_number li.on_number, 
#page_number li.page_bk a:link,
#page_number li.page_bk a:visited,
#page_number li.page_bk a:hover,
#page_number li.page_fw a:link,
#page_number li.page_fw a:visited,
#page_number li.page_fw a:hover {
	line-height: 30px;
	text-align: center;
	display:block;
	float:left;
	width:30px;
	text-align:center;
	/*padding:8px 5px;*/
	text-decoration:none;
	white-space: nowrap;
}

#page_number li.number {color:#ffffff; background-color:#94bffe;}
#page_number li.number a:link    {color:#ffffff;text-decoration:none; background-color:#94bffe;}
#page_number li.number a:visited {color:#ffffff;text-decoration:none; background-color:#94bffe;}
#page_number li.number a:hover   {color:#94bffe;text-decoration:none; background-color:#f9fa57;}
#page_number li.on_number{color:#94bffe; font-weight:800; background-color:#f9fa57;} 
/* ページ送り：「BACK」部分 */
#page_number li.page_bk {color:#ffffff; background-color:#94bffe;}
#page_number li.page_bk a:link    {color:#ffffff; background-color:#94bffe;}
#page_number li.page_bk a:visited {color:#ffffff; background-color:#94bffe;}
#page_number li.page_bk a:hover   {color:#94bffe; background-color:#f9fa57;}
/* ページ送り：「NEXT」部分 */
#page_number li.page_fw {color:#ffffff; background-color:#94bffe;}
#page_number li.page_fw a:link    {color:#ffffff; background-color:#94bffe;}
#page_number li.page_fw a:visited {color:#ffffff; background-color:#94bffe;}
#page_number li.page_fw a:hover   {color:#94bffe; background-color:#f9fa57;}
/* ページ送り：「BACK」,「NEXT」の ie7ハック 
*:first-child+html #page_number li.number {zoom:1; color:#ffffff; background-color:#94bffe;}
*:first-child+html #page_number li.on_number {color:#ffffff; background-color:#94bffe;}
*:first-child+html #page_number li.page_bk {color:#ffffff; background-color:#94bffe;}
*/




/* コンテンツ部のコンテナ（ヘッダー、パンくず、ページ送りの下）
---------------------------------------------------------------------------- 
#main_box{
	width:auto;
	padding:20px 0 20px 0;
	overflow:hidden;
}*/

/* パンくずエリア
-------------------------------------------------------------------- */
#pankuzu_box{
	width:auto;
	margin:0;
	padding:0;
}
.pankuzu_box_inner{
	margin:0 0 10px 0;
	padding:8px 10px 8px 10px;
	overflow:hidden;
	background-color: #FDDBE9;
	border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
ul.pankuzu_menu{
	width:680px;
	font-size:10px;
	color:#000000;
	letter-spacing:0.1em;
	text-align:left;
}
ul.pankuzu_menu li{
	float:left;
	padding:3px 6px 3px 5px;
	margin:0 2px 0 0;
	font-size:10px;
	color:#3C7FF2;
	letter-spacing:0.02em;
	background-color:#ffffff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	font-weight:bold;
}
ul.pankuzu_menu li:last-child{
	float:left;
	padding:3px 6px 3px 5px;
	margin:0;
	font-size:10px;
	color:#3C7FF2;
	letter-spacing:0.02em;
	background-color:#ffffff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	font-weight:bold;
}
/* 矢印 */
ul.pankuzu_menu li.arrow{
	float:left;
	padding:3px 0px;
	margin:0 2px 0 0;
	font-size:10px;
	color:#ff0066;
	letter-spacing:0.02em;
	background-color:#FDDBE9;
}

ul.pankuzu_menu li  a:link	 {color:#ff0066; text-decoration:none; font-weight:normal;}
ul.pankuzu_menu li  a:visited{color:#ff0066; text-decoration:none; font-weight:normal}
ul.pankuzu_menu li  a:hover	 {color:#FD4A92; text-decoration:underline; font-weight:normal}
ul.pankuzu_menu li.un_pankuzu{
	float:left;
	font-size:10px;
	color:#ff0066;
	letter-spacing:0.02em;
	font-weight:bold;
}


/* カテゴリ
---------------------------------------------- */
.category {
	padding:0 0 20px 0;
}

.category a:link	{color:#000000; text-decoration:none;}
.category a:visited	{color:#000000; text-decoration:none;}
.category a:hover	{color:#FF8213; text-decoration:underline;}



/*【共通】サムネイル一覧系ページ：MOVIE,ラジオ,写真館,WALLPAPER,WEB会報
============================================================================*/
.thumb_mvbox{
	width:auto;
	overflow:hidden;
	padding:0;
	margin:0 10px 10px;
}
/* サムネイル リスト */
.thumb_mvbox li{
	float:left;
	width:290px;
/*	height: 210px;*/
	margin:0 0 0 10px;
}
/* サムネイル リスト(疑似セレクタ：最右のボックスのみ「左マージン」削除) */
.thumb_mvbox li:first-child{
/*	float:left;
	width:190px;
	margin-left:0;*/
}
.thumb_mvbox li:nth-child(3n+1){
	/* display: inline; 
	float:left;
	width:190px;
	margin-left:0;*/
}
/* 画像 */
.list_mvbox{
	width:290px;
	height:auto;
	padding:5px 0 5px 0;
	text-align:center;
    background-color:#eeeeee;
	/*background: url("/static/dempagumi/fanclub-pc/base/thum_back.gif") repeat scroll 0 0 transparent;*/
	margin:0 0 10px 0;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.80);
}
.list_mvbox a:hover img{
    filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
}

/* 壁紙画像背景 */
.thumb_mvbox li .bg_wallpaper{
    background-color:#FFEE7F;
	/*background: url("/static/dempagumi/fanclub-pc/base/thum_back.gif") repeat scroll 0 0 transparent;*/
}
/* MOVIE画像背景 */
.thumb_mvbox li .bg_movie{
/*    background-color:#56d3d1;*/
    background-color:#ffffff;
	/*background: url("/static/dempagumi/fanclub-pc/base/thum_back.gif") repeat scroll 0 0 transparent;*/
}

.thumb_mvbox li .bg_movie a{
	display:block;
}

/* MOVIEサイズ */
.ulizahtml5{
	width: 100%;
}





.thumb_box{
	width:100%;
	overflow:hidden;
	padding:0;
/*	margin:0 10px 30px 10px;*/
}
/* サムネイル リスト */
.thumb_box li{
	float:left;
	width:50%;
	height: 300px;
	padding:0 0 0 10px;
    box-sizing: border-box;
}
/* サムネイル リスト(疑似セレクタ：最右のボックスのみ「左マージン」削除) */
.thumb_box li:first-child{
/*	float:left;
	width:190px;
	margin-left:0;*/
}
.thumb_box li:nth-child(3n+1){
	/* display: inline; 
	float:left;
	width:190px;
	margin-left:0;*/
}

/* 画像 */
.list_box{
	width:290px;
	height:auto;
	padding:5px 0 5px 0;
	text-align:center;
    background-color:#eeeeee;
	/*background: url("/static/dempagumi/fanclub-pc/base/thum_back.gif") repeat scroll 0 0 transparent;*/
	margin:0 0 10px 0;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.80);
}
.list_box a:hover img{
    filter: alpha(opacity=60);
    -moz-opacity:0.60;
    opacity:0.60;
}

/* 壁紙画像背景 */
.thumb_box li .bg_wallpaper{
    background-color:#FFEE7F;
	/*background: url("/static/dempagumi/fanclub-pc/base/thum_back.gif") repeat scroll 0 0 transparent;*/
}
/* MOVIE画像背景 */
.thumb_box li .bg_movie{
/*    background-color:#56d3d1;*/
    background-color:#ffffff;
	/*background: url("/static/dempagumi/fanclub-pc/base/thum_back.gif") repeat scroll 0 0 transparent;*/
}

.thumb_box li .bg_movie a{
	display:block;
}

/* 日付 */
/* movie.html */
.list_date{
	width:200px;
	font-size:10px;
	letter-spacing:0.03em;
	color:#ff0066;
	text-align:left;
	margin:0 0 5px 0;
}

.list_date img {
	margin:0 0 0 4px;
}

/* タイトル : 左揃え */
.list_tit{
/*	width:200px;*/
	font-size:13px;
	line-height:13px;
	letter-spacing:0.03em;
	color:#ff0066;
	text-align:left;
	font-weight:bold;
	margin: 0 0 5px 0;
}
.list_tit  a:link	 {color:#ff0066; text-decoration:none;}
.list_tit  a:visited {color:#ff0066; text-decoration:none;}
.list_tit  a:hover	 {color:#FD4A92; text-decoration:underline;}

/* タイトル : 中央揃え */
.list_tit2{
	width:200px;
	font-size:12px;
	line-height:13px;
	letter-spacing:0.03em;
	color:#000000;
	text-align:center;
	font-weight:bold;
}
.list_tit2  a:link	 {color:#ff0066; text-decoration:none;}
.list_tit2  a:visited {color:#ff0066; text-decoration:none;}
.list_tit2  a:hover	 {color:#FD4A92; text-decoration:underline;}


/* 旧コンテンツへのガイド */
.list_guide {
	border:2px solid #ffffff;
	padding:5px;
	text-align:center;
	font-size:12px;
	letter-spacing:0.02em;
	line-height:150%;
}
.list_guide  a:link	 {color:#ff0066; text-decoration:underline;}
.list_guide  a:visited {color:#ff0066; text-decoration:underline;}
.list_guide  a:hover	 {color:#FD4A92; text-decoration:underline;}


/*【共通】詳細ページ：MOVIE,ラジオ,写真館 (FLASH PlayerダウンロードのみWEB会報でも使用)
=============================================================================*/
/* 公開日付 */
.single_date{
	width:auto;
	font-size:12px;
	letter-spacing:0.03em;
	color:#ff0066;
	text-align:center;
	margin:10px 0 30px 0;
}
/* 再生エリア */
#flash_box{
	width:auto;
	text-align:center;
}
#flash_box .ulizahtml5{
	width:620px!important;
}
/* FLASH Playerダウンロード */
#player_dl_box{
	width:auto;
	padding:10px 0 10px 0;
	overflow:hidden;
	margin:0 20px 18px 20px;
	background-color: #FDDBE9;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.player_ico_box{
	width:112px;
	margin:0 10px 0 10px;
	float:left;
}
.player_txt_box{
	width:434px;
	float:right;
	line-height:14px;
	letter-spacing:0.03px;
	font-size:10px;
	color:#333333;
	margin:0 10px 0 0;
}


/*【共通】角丸ボックス系：リクエスト Q&A,ログイン,BBS　
============================================================================*/
/* 角丸ボックス１：太線 */
#block_box{
	width:auto;
	padding:8px 8px 8px 8px;
	margin:0 auto 5px auto;
	border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px; /* Safari,Google Chrome用 */
	-moz-border-radius:5px;/* Firefox用 */
	position:relative;
	z-index:6;
	background-color:#ffffff;
/*
    box-shadow:1px 1px 2px #333 inset;
    -moz-box-shadow:1px 1px 2px #333 inset;
    -webkit-box-shadow:1px 1px 2px #333 inset;
*/
}
#block_box p.bnr-login {
	text-align:center;
	margin:12px auto;
}
#block_box p.bnr-login a:hover img {
	opacity:0.6;
}

#block_box_l{
	/*width:710px;*/
	padding:8px 8px 8px 8px;
	margin:0 auto 5px auto;
	/*border:2px solid #ffe09e;*/
	/*border:2px solid #e9e7e2;*/
	border-radius:5px;
	-webkit-border-radius:5px; /* Safari,Google Chrome用 */
	-moz-border-radius:5px;/* Firefox用 */
	position:relative;
	z-index:6;
	background-color:#FFFFFF;
	/*
	background-color: rgba(255,255,255,0.7);
	background:url("/static/dempagumi/fanclub-pc/contents/bg_trans_wh.png");
*/
}
#block_box_l p.bnr-login {
	text-align:center;
	margin:12px auto;
}
#block_box_l p.bnr-login a:hover img {
	opacity:0.6;
}

/* サブタイトル：アーティスト別カラー */
.sub_txt_box{
	/*width:710px;*/
	padding:9px 0 3px 0;
	margin:0 0 5px 0;
	border-radius:4px 4px 4px 4px;	
	text-align:center;
	font-size:16px;
	letter-spacing:0.03em;
	color:#ffffff;
	/*border-bottom:1px solid #ff0066;*/
	background:#f93986; /* Old browsers */
	background: -moz-linear-gradient(top, #f96da5 0%, #f93986 66%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f96da5), color-stop(66%,#f93986)); /* Chrome,Safari4+ */
}


/* 登録系画面ステップ表示 */
.step_box{
	width:auto;
	text-align:center;
	padding:5px 0 5px 0;
}

/* リード文
---------------------------------------------------*/
/* リード文１：枠なし・中央揃え */
div.lead_txt_box{
	width:auto;
	padding:5px 0 8px 0;
	text-align:center;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.03em;
	color:#000000;
}
/* リード文２：枠なし・左揃え */
div.lead_txt_box2{
	width:auto;
	padding:0px 0 10px 0;
	text-align:left;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.03em;
	color:#000000;
}

.lead_txt_already {
	text-align:center;
	margin:30px auto;
	color:#f00;
	font-weight:bold;
	font-size:14px;
}


/* 入力不正アラート：太枠・赤文字 */
.notice_txt_box{
	width:auto;
	padding:10px 0;
    margin:0 0 10px 0;
	text-align:center;
	font-size:12px;
	font-weight:800;
	line-height:18px;
	letter-spacing:0.03em;
	color:#ff0000;
	border:2px solid #cccccc;
    background-color:#ffffff;
}
/* 入力不正アラート：太枠・赤文字・ボタン含む */
.notice_txt_box2{
	width:auto;
	padding:10px 0 10px 0;
	text-align:center;
	font-size:12px;
	font-weight:800;
	line-height:18px;
	letter-spacing:0.03em;
	color:#ff0000;
	margin:0 0 5px 0;
	border:2px solid #cccccc;
}
.notice_txt_box2 p{
	margin:0 0 5px 0;
}
.notice_txt_box2 a:hover img{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

/* 注釈リスト：角丸太線の外・主にボタンの下 */
ul.annotat_txt_box{
	width:680px;
	margin-top: 10px;
	padding: 0 10px 6px 10px;
    list-style:none;
}
ul.annotat_txt_box li{
	margin:0 0 3px 0;
    padding-left:1em; /*1em（1文字）分、右に動かす*/
    text-indent:-1em; /*最初の行だけ1em（1文字）分、左に動かす*/
    color:#000000;
	font-size:10px;
    line-height:14px;
	letter-spacing:0.03em;	
}


/*【共通】入力エリア：リクエスト, Q&A,BBS　
=============================================================================*/
.table_box{
	width:auto;
}
.table_box dl{
	width:auto;
	padding:0;
	margin:0;
}
.table_box .faqList li{
	padding:12px;
}
/* ラベル */
.table_box dt{
	width:auto;
    margin:0 0 5px 0;
	text-align:left;
	font-size:12px;
	letter-spacing:0.03em;
	font-weight:800;
	color:#333333;
	padding:8px 0 5px 14px;
    background-color:#FDDBE9;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    /*
    box-shadow:1px 1px 1px #e7a2c4 inset;
    -moz-box-shadow:1px 1px 1px #e7a2c4 inset;
    -webkit-box-shadow:1px 1px 1px #e7a2c4 inset;
	*/
	/*border-bottom:1px solid #666666;*/
}

/* 入力フォーム }*/
.table_box dd{
	padding:5px 10px 5px 10px;
	text-align:left;
	color:#333333;
	letter-spacing:0.03em;
	font-size:12px;
}
/* フォーム }*/
.table_box dd .input_box{
    width:auto;
	margin:0 0 0 0;
	font-size:12px;
	line-height:16px;
	color:#333333;
	letter-spacing:0.03em;
}
/* テキスト */
.table_box dd .text_box{
    width:auto;
	margin:0 0 0 5px;
	font-size:12px;
	line-height:16px;
	color:#333333;
	letter-spacing:0.03em;
}
ul.faqList li table td{
    width:auto;
    display:inline;
    margin:0 15px 0 0;
    vertical-align:top;
    text-align:left;
}


/* 【固有】ログイン ページ：パスワード再発行
----------------------------------------------- */
.table_box2{
	width:350px;
	margin:0 auto 5px auto;
	text-aline:center;
}
.table_box2 dl{
	width:auto;
	padding:8px 0 4px 0;
	overflow:hidden;
	margin:0 0 1px 0;
}
/* ラベル */
.table_box2 dt{
	float:left;
	width:auto;
	text-align:right;
	font-size:12px;
	padding:3px 0 0 0;
	letter-spacing:0.03em;
	font-weight:800;
	color:#333333;
	white-space: nowrap;
}
/* 入力フォーム */
.table_box2 dd{
	width:250px;
	float:right;
	text-align:left;
}
/* 注釈 */
.table_box2 p{
	display:inline;
	font-size:10px;
	letter-spacing:0.03em;
	color:#333333;
	margin:5px 0 0 0;
}

/* 【固有】ログイン ページ:ファンクラブ会員認証
----------------------------------------------- */
.table_box3{
	width:430px;
	margin:0 auto 5px auto;
	text-aline:center;
}
.table_box3 dl{
	width:auto;
	padding:8px 0 4px 0;
	overflow:hidden;
	margin:0 0 1px 0;
}
/* ラベル */
.table_box3 dt{
	float:left;
	width:auto;
	text-align:right;
	font-size:12px;
	padding:3px 0 0 0;
	letter-spacing:0.03em;
	font-weight:800;
	color:#333333;
	white-space: nowrap;
}
/* 入力フォーム */
.table_box3 dd{
	width:350px;
	float:right;
	text-align:left;
}

.table_box3 dd ul li {
    font-size: 10px;
    letter-spacing: 0.03em;
    color: #333333;
    margin: 3px 0 0 0;
    text-indent: -1.1em;
    padding-left: 10px;
}

/* 注釈 */
.table_box3 p {
	font-size:10px;
	letter-spacing:0.03em;
	color:#333333;
	margin:5px 0 0 0;
}



/*　移行会員
=============================================================================*/
/* コンテナ */
.table_box4{
	width:730px;
	margin:0 auto;
}

/* 表全体 */
.table_box4 dl{
	width:730px;
	padding:8px 0 4px 0;
	background-color:#f5f5f5;
	overflow:hidden;
	margin:0 auto 1px auto;
}

/* 中項目ラベル */
.table_tit4{
	width:auto;
	text-align:left;
	font-size:12px;
	letter-spacing:0.03em;
	font-weight:800;
	color:#333333;
	padding:8px 0 5px 10px;
	background-color:#dddddd;
	margin:0 0 1px 0;
	border-bottom:1px solid #bbbbbb;
}

/* 入力項目名 */
.table_box4 dt{
	float:left;
	width:280px;
	text-align:right;
	font-size:12px;
	letter-spacing:0.03em;
	font-weight:800;
	color:#333333;
}

/* 入力フォーム ボックス */
.table_box4 dd{
    width:440px;
	float:right;
	text-align:left;
}
/* テキスト */
.table_box4 dd .input_box{
	width:427px;
	font-size:12px;
	line-height:16px;
	color:#000000;
	letter-spacing:0.03em;
	margin:0 0 3px 0;
}
/* 注釈 */
.table_box4 dd p{
	display:inline;
	font-size:10px;
	letter-spacing:0.03em;
	color:#333333;
	margin:0 0 0 5px;
}

/* 仕切り線 */
.line_box4{
　width:670px;
  height:1px;
  background-color:#e9e9e9;
  margin:8px 0 8px 0;
}


/*【共通】ボタン
=============================================================================*/
/* ボタン１個用 */
.btn_box{
	width:auto;
	padding:4px 0 0px 0;
	font-weight:bold;
}
.btn_box p{
	text-align:center;
	margin:0;
	padding:0 0 5px 0;
}
.btn_box p a:hover img{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}
/* ボタン１個 メールアドレス変更用 */
/* mypage/mail/input.html */
.btn_box2{
	width:auto;
	padding:8px 0 0px 0;
}
.btn_box2 p{
	text-align:center;
	margin:0;
	padding:0 0 5px 0;
}
.btn_box2 p a:hover img{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}
/* 2011-06-14 修正(ボタン通常時は100%出力) */
.btn_box p input{
    filter: alpha(opacity=100);
    -moz-opacity:1.00;
    opacity:1.00;
}
/* 2011-06-14 追加(ボタンhover時は70%出力) */
.btn_box p input:hover{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

/* ２個 横並び用 */
.two_btn_box{
	width:350px;
	padding:4px 0 4px 0;
	margin:0 147px 0 210px;
	overflow:hidden;
	text-align:center;
}
.two_btn_box p{
	float:left;
	margin:0 10px 0 0;
}
.two_btn_box p a:hover img{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}
/* 2011-06-14 修正(ボタン通常時は100%出力) */
.two_btn_box p input{
    filter: alpha(opacity=100);
    -moz-opacity:1.00;
    opacity:1.00;
}
/* 2011-06-14 追加(ボタンhover時は70%出力) */
.two_btn_box p input:hover{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}



/*【共通】フッタ 
=============================================================================*/
/* コンテナ */
#contents_footer {
    width:100%;
	margin:0 auto;
	font-size:10px;
	color:#033e75;
	padding:15px 0;
    /*height:27px;*/
	min-width:950px;
	position:absolute;
	bottom:0px;
	text-align:center;
	z-index:1000;
}


/* メニュー */
ul#contents_footer_menu{
    margin:0 auto;
    overflow-x: visible;
    overflow-y: visible;
	margin:0 0 10px 0;
	color:#ebf2fd;
}
ul#contents_footer_menu li{
    display: inline;
    font-size: 10px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 8px;
    margin-top: 0;
}
ul#contents_footer_menu li  a:link	 {color:#00327c; text-decoration:none;}
ul#contents_footer_menu li  a:visited  {color:#00327c; text-decoration:none;}
ul#contents_footer_menu li  a:hover	 {color:#1e62c6; text-decoration:underline;}
/* テキスト
--------------------------- */
.footer-txt-area{
	margin:0 auto;
	text-align:center;
}
/* 注意事項 */
.contents_footer_notice{
	width:860px;
	text-align:left;
	padding:0;
	font-size: 10px;
	letter-spacing:0.03em;
}  
/* コピーライト */
#contents_copyright{
	text-align:left;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#00327c;
}


/*
.footer-banner ul {
	margin:12px;
}
.footer-banner ul li {
	float:left;
	margin:0 10px 0 0;
}
.footer-banner ul li:last-child {
	margin:0;
}
*/


/*【固有】TOPページ
=============================================================================*/
/* キービジュアル */
.keyvisual_box{
	width:640px;
}

/* NEWS ボックス */
#top-news-box {
	margin:10px 0 0 0;
	padding:0;
	width:660px;
	background:url(/static/dempagumi/fanclub-pc/contents/bg_top_news.png);
	background-repeat:no-repeat;
	background-position: 50%;
}
#top-news-box_inner {
	width: 526px;
	margin: 0 67px;
	padding: 10px;
	overflow: hidden;
	background: #F9508A;
	border-radius: 12px;
	box-sizing: border-box;
}
/* NEWS タイトル */
#top_news_tit {
	width:106px;
	margin:0 10px 0 0;
	float:left;
	text-align:left;
}
#top-news-box dl {
	width:auto;
/*	overflow:auto;*/
	padding: 0 0 0 116px;
}
#top-news-box dt {
	width:74px;
	color:#ffffff;
	float:left;
	white-space: nowrap;
	font-size:11px;
}
#top-news-box dd {
	width:290px;
	float:left;
	font-size:11px;
	color:#ffffff;
	line-height:1.4em;
	margin:0 5px 6px 0;
	letter-spacing:-0.03em;
}

#top-news-box dd:last-child{
	margin: 0 5px 0 0 ;
}

#top-news-box dd img {
	margin:0 0 0 4px;
}

#top-news-box a {
	z-index:5px;
}

#top-news-box a:link     {color:#ffffff; text-decoration:underline;}
#top-news-box a:visited	{color:#ffffff; text-decoration:underline;}
#top-news-box a:hover	{color:#ffffff; text-decoration:none;}


 

/*【固有】NEWSページ
=============================================================================*/
ul#news_box {
	width:620px;
}
/*１件分のボックス */
ul#news_box li {
	width:590px;
	padding:15px 15px 12px;
    margin:0 0 10px 0;
    overflow:hidden;
    background-color:#ffffff;
    border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	box-shadow:1px 1px 2px #333 inset;
	-moz-box-shadow:1px 1px 2px #333 inset;　/* Firefox用 */  
    -webkit-box-shadow:1px 1px 2px #333 inset;　/* Safari,Google Chrome用 */
}
/* ie7 */
*:first-child+html ul#news_box li {
	border-bottom:1px solid #999999;
}
/* ie8 */
html>/**/body ul#news_box li {
	border-bottom /***/: 1px solid #999999\9;
}

.borderNewsListIE {
	border-bottom: 1px solid #999999;
}

}
ul#news_box li:last-child {
	margin:0 0 10px 0;
}
/* 日付 */
ul#news_box li p.news_date {
    width:75px;
    height:70px;
    float:left;
    font-size:12px;
    color:#333333;
    text-aline:center;
    margin:0 10px 0 0;
    background:url(/static/dempagumi/fanclub-pc/contents/bg_news_date.png);
	background-repeat:no-repeat;
    background-position:0 15px;
    /*background-size:95% 85%;*/ 
}
ul#news_box li dl.news_text_box {
    width:505px;
    float:right;
}
ul#news_box li dl.news_text_box dt {
   font-size:12px;
   color:#333333;
   line-height:16px;
   letter-spacing:0.03em;
   font-weight:bold;
   text-aline:left;
   margin:0 0 5px 0;
}
ul#news_box li dl.news_text_box dd {
   font-size:12px;
   color:#333333;
   line-height:17px;
   letter-spacing:0.04em;
   text-aline:left;
}
ul#news_box li dl.news_text_box dt img{
	margin:0 0 0 3px;
}

ul#news_box dl.news_text_box a {color:#ff0066;font-weight:bold;text-decoration:underline;}
ul#news_box dl.news_text_box a:link    {color:#ff0066;}
ul#news_box dl.news_text_box a:visited {color:#ff0066;}
ul#news_box dl.news_text_box a:hover   {color:#ff6699;text-decoration:none;}


/*【固有】NEWSページ(detail)
=============================================================================*/
#info .newsDetail {padding: 10px 20px;}
#info .newsDetail .date {
    font-size: 14px;
    margin: 0 0 10px;
}
#info .newsDetail .topicTit {
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 1.4em;
    font-weight: bold;
}
#info .newsDetail .sentence {
    line-height: 17px;
}
#info .newsDetail .social li {
    display: inline-block;
    height: 20px;
    vertical-align: bottom;
    margin-right: 7px;
}



/* バナーボックス（大） */
.large_banner_box{
	margin:0;
}
.large_banner_box p{
	margin:0 0 5px 0;
}
.large_banner_box p a:hover img{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}








/*【固有】BLOG,スタッフBLOGページ
=============================================================================*/
/* キービジュアル */
.blog_key_box{
	width:680px;
	padding:10px 0px 0px 0px;
	text-align:center;
}

#boxDiary {
	width:860px;
	margin-bottom:15px;
/*	background:#b8b8b8; */
}

#boxDiaryMain {
	width:650px;
	margin:0 10px 0 0;
	float:left;
}

.diaryTtl {
	background:url(/static/dempagumi/fanclub-pc/contents/bg_blog_entry_ttl) top left repeat;
	display:block;
	padding:6px 15px 4px;
	border-bottom:1px dotted #b3ad78;
	}

.diaryTtl td {
/*	background:url(/images/entry_tit.jpg) top left no-repeat; */
	vertical-align:middle;
	white-space:nowrap;
	padding:0 5px 0 5px;
	line-height:25px;
	color:#000000;
	font-weight:normal;
	font-size:10px;
/**	font-weight:bold; **/
}

.diaryTtl th {
	padding:5px;
	color:#000000;
	font-weight:normal;
	font-size:12px;

}

.diaryBody {
	background:#fff;
	margin:10px 0 15px;
	line-height:150%;
	border:solid 1px #b3ad78;
      	border-radius: 5px;
        -webkit-border-radius:5px;
        -moz-border-radius: 5px;
}

.diaryBodyInner {
	padding:25px;
	line-height:150%;
}

.diaryBottom {
	padding:30px 0 0 0;
	text-align:right;
	clear:both;
}

#boxDiarySide {
	width:193px;
	float:right;
	/*float:left;*/
	margin-top:10px;
	/* border:solid 1px #e98b49; */
	background-color:#ffffff;
      	border-radius:5px;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
}

#boxDiarySideInner {
	padding:0px 8px 10px;
	line-height:150%;
}

#boxDiarySideInner h4 {
	padding:4px 5px 2px 10px;
	margin-top:8px;
	margin-bottom:8px;
	line-height:150%;
	color:#ffffff;
	font-weight:normal;
	background-color:#091404;
	/*background:url(/static/dempagumi/fanclub-pc/contents/bg_blog_entry_ttl) top left repeat;*/
      	border-radius:4px;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
}

#boxDiarySideInner ul {
	padding:0 4px;
}

.diaryComment {
	width:628px;
	margin-top:10px;
	padding:10px;
	background-color:#FFFFFF;
	border: 1px solid #E98B49;
      	border-radius: 5px;
        -webkit-border-radius:5px;
        -moz-border-radius: 5px;
}
#boxInputComment{
	margin-top:10px;
}
.diaryCommentinner {
}
.diaryCommentinner dl{
	margin-bottom:20px ;
	background-color:#ffe9d9;
	border: 1px solid #E98B49;
      	border-radius: 5px;
        -webkit-border-radius:5px;
        -moz-border-radius: 5px;
}
.diaryCommentinner dt{
	padding:8px 0 6px 8px;
	font-weight:bold;
	background-color:#ffd4b5;
	border-bottom: 1px solid #E98B49;
	-webkit-border-top-left-radius: 5px;  
	-webkit-border-top-right-radius:5px;  
	-moz-border-radius-topleft: 5px;  
	-moz-border-radius-topright: 5px;  
}
.diaryCommentinner table tr td{
	padding-bottom:8px;
}
.diaryCommentBottom {
	text-align:right;
	padding-top:5px;
}
.diaryCommentinner dd{
	padding:8px;
}
.diaryCommentinner dd:hover{
	 filter: alpha(opacity=70);
    	-moz-opacity:0.70;
    	opacity:0.70;
}
.diaryCommentinner dl textarea{
	margin-left:8px;
}
.diaryCommentinner dl p{
	margin:0 0 8px 8px;
}
ul#btnInputComment {
	width:650px;
	text-align:center;
}

ul#btnInputComment li {
	margin-bottom:5px;
	font-size:0;
	line-height:0;
}
ul#btnInputComment li button{
	cursor:pointer;
}
ul#btnInputComment li button:hover{
	 filter: alpha(opacity=70);
    	-moz-opacity:0.70;
    	opacity:0.70;
}

ul#btnInputComment li a img:hover{
	 filter: alpha(opacity=70);
    	-moz-opacity:0.70;
    	opacity:0.70;
}

/* 2011-06-14 修正(ボタン通常時は100%出力) */
ul#btnInputComment li input{
    filter: alpha(opacity=100);
    -moz-opacity:1.00;
    opacity:1.00;
}
/* 2011-06-14 追加(ボタンhover時は70%出力) */
ul#btnInputComment li input:hover{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}


.tcenter {
	text-align:center;
}


/*【固有】WALLPAPERページ
=============================================================================*/
/* 壁紙タイトル */
.wall_tit{
	width:100%;
	display: table-cell;
	vertical-align: top;
    height: 25px;
	font-size:10px;
	line-height:12px;
	letter-spacing:0.03em;
	color:#ff0066;
	text-align:left;
	margin:0 0 6px 0;
	padding:0 0 10px 0;
}
/* 壁紙サイズ */
.wall_size{
	width:100%;
	font-size:10px;
	letter-spacing:0.03em;
	line-height:16px;
	color:#ff0066;
	text-align:center;
	font-weight:800;
	margin:0 0 4px 0;
}
.wall_size  a:link	  {color:#ff0066; text-decoration:none;}
.wall_size  a:visited {color:#ff0066; text-decoration:none;}
.wall_size  a:hover	  {color:#fd4a92; text-decoration:underline;}


.wall_guide {
	margin:15px 10px 10px 10px;
    padding-top:10px;
	padding-bottom:20px;
    padding-left:10px;
	padding-right:10px;
	background-color:#FDDBE9;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
}
.wall_guide h3 {
	margin:0;
	padding:10px 0;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.02em;
	line-height:150%;
	color:#333;
	text-align:center;
}
.wall_guide dl dt {
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.02em;
	line-height:150%;
	color:#333;
	margin:0 0 5px 0;
	padding:4px 3px;
	color:#ff0066;
	background-color:#ffffff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.wall_guide dl dd ul {
	padding:0;
	margin:0 0 12px 25px;
}
.wall_guide dl dd ul li {
	font-size:12px;
	letter-spacing:0.03em;
	line-height:1.5em;
	list-style-type: decimal;
}

.wall_guide p.txt {
	font-size:11px;
	letter-spacing:0.03em;
	line-height:1.5em;
	padding:0;
	margin:0;
}



/*SPECIALページ
=============================================================================*/
/* coming soon */

#special-coming-soon {
	text-align:center;
	padding:0 0 24px;
}

#special-coming-soon h2 {
	font-size:20px;
	color:#666666;
	margin:24px auto 0 auto;
}

#special-coming-soon h3 {
	font-size:14px;
	color:#666666;
	margin:24px auto;
	line-height:1.8em;
}

ul#special-archive {
	width:838px;
	text-align:center;
	margin:0 0 0 10px;
}

ul#special-archive li {
	float:left;
	margin:0 12px 0 0;
}

ul#special-archive li:last-child {
	margin:0;
}

ul#special-archive a:hover img {
	opacity:0.6;
}



/*【固有】チケットページ
=============================================================================*/
ul#ticket_box{
	width:680px;
	padding:0 0 0 0;
}
/* 1件分のボックス */
ul#ticket_box li{
	width:680px;
	margin:0 0 0px 0;
	padding:20px 0 20px 0;
	border-bottom:1px solid #cccccc;
}
ul#ticket_box li dl{
	width:680px;
}
/* 記事 */
ul#ticket_box li dt{
	width:auto;
	color:#333333;
	letter-spacing:0.03em;
	font-size:12px;
	line-height:18px;
	font-weight:800;
	margin:0 0 8px 0;
}
ul#ticket_box li dd{
	color:#333333;
	letter-spacing:0.03em;
	font-size:10px;
	line-height:16px;
}


/*【固有】Q&A ページ 
=============================================================================*/
/* member/question/index.html */
/* 角丸ボックス：枠線なし */
#faq_box {
	width:620px;
	padding:15px 20px 10px 20px;
	margin:0;
	
}
/* カテゴリ名 */
#faq_box p{
	margin:0 0 15px 0;
	font-weight:bold;
	font-size:16px;
}
/* リスト */
#faq_box ul{
    width:auto;
}
#faq_box ul li{
	margin-bottom:10px;
    padding-left:3em; /*3em（3文字）分、右に動かす*/
    text-indent:-3em; /*最初の行だけ3em（3文字）分、左に動かす*/
	font-size:12px;
	letter-spacing:0.03em;
	line-height:16px;
    color:#000000;
}
#faq_box ul li  a:link	 {color:#000000; text-decoration:underline;}
#faq_box ul li  a:visited {color:#000000; text-decoration:underline;}
#faq_box ul li  a:hover	 {color:#0CF; text-decoration:underline;}


/* Q&A 詳細 ページ
--------------------------------------------------------------*/
/* member/question/detial.html */
/* 角丸ボックス：Q.枠線なし・白 */
#faq_q_box{
	width:600px;
	padding:10px 20px 10px 20px;
	margin:0 10px 0px 10px;
}
#faq_q_box ul{
	width:600px;
	list-style-position:inside;
}
#faq_q_box ul li {
  width:580px;
  background:transparent url("/static/dempagumi/fanclub-pc/mypage/ico_q.gif") no-repeat scroll 2px 7px;
  line-height:2em;
  padding:0 0 0 30px;
  text-align:left;
  list-style-type:none;
  font-weight:bold;
  font-size:14px;
}

/* 角丸ボックス：A.グレー */
/* faq/detal.html */
#faq_a_box{
	padding:20px 20px 20px 20px;
	margin:0 10px 10px 10px;
	border:2px solid #f5f5f5;
	border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px; /* Safari,Google Chrome用 */
	-moz-border-radius:5px;/* Firefox用 */
	background-color:#f5f5f5;
}
#faq_a_box ul{
	list-style-position:inside;
}
#faq_a_box ul li {
    background:transparent url("/static/dempagumi/fanclub-pc/mypage/ico_a.gif") no-repeat scroll left 4px;
    line-height:2em;
    padding:0 0 0 25px;
    text-align:left;
    list-style-type:none;
}
#faq_a_box p{
	font-size:12px;
	letter-spacing:0.03em;
	line-height:18px;
	margin:0 0 10px 0;
	padding:4px 0 0 0;
}


/*【固有】BBS ページ 
==============================================================================*/
/* BBS角丸ボックス１：太線 */
#bbs_box{
	/*width:700px;*/
	padding:10px;
	margin:0 auto 10px auto;
	/*border:2px solid #c0d4b8;*/
	border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px; /* Safari,Google Chrome用 */
	-moz-border-radius:5px;/* Firefox用 */
	background:url("/static/dempagumi/fanclub-pc/contents/bg_trans_wh.png");
	overflow:hidden;
    clear:both;
}
#bbs_box div{
	
	float:left;
	text-align:left;
	font-size:12px;
	letter-spacing:0.03em;
	line-height:18px;
}
#bbs_box p{
	width:200px;
	float:right;
}
#bbs_box p a:hover img{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

/* BBS角丸ボックス２：主題トピック用：極太線 */
#bbs_box2{
	/*width:692px;*/
	padding:18px 24px 12px 24px;
	margin:0 auto 10px auto;
	/*border:4px solid #c1d3bb;*/
	border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px; /* Safari,Google Chrome用 */
	-moz-border-radius:5px;/* Firefox用 */
	overflow:hidden;
	background-color:#FFFFFF;
}
#bbs_box2 p.tit{
	width:auto;
	font-size:14px;
	letter-spacing:0.03em;
	line-height:18px;
	margin:5px 0 10px 0;
	color:#002600;
}
#bbs_box2 p.txt{
	width:auto;
	font-size:12px;
	letter-spacing:0.03em;
	line-height:16px;
	padding:0 0 12px 0;	
}
#bbs_box2 p.btn{
	width:auto;
	border-top:1px solid #CCCCCC;
	padding:16px 0 6px 0;
	text-align:center;
}
#bbs_box2 p.btn a:hover img{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

/* BBS角丸ボックス３：返信コメント用：太線 */
#bbs_box3{
	/*width:696px;*/
	padding:10px 15px;
	margin:0 auto 10px auto;
	/*border:2px solid #c1d0b9;*/
	border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px; /* Safari,Google Chrome用 */
	-moz-border-radius:5px;/* Firefox用 */
	background:url("/static/dempagumi/fanclub-pc/contents/bg_trans_wh.png");
	overflow:hidden;
}
#bbs_box3 p.txt{
	width:auto;
	font-size:12px;
	letter-spacing:0.03em;
	line-height:16px;
}

/* BBS注意 */
.bbs-lead {
    color: #333333;
    font-size: 14px;
    font-weight:bold;
    line-height: 1.6em;
    padding: 0 0 18px;
}
.bbs-lead-finished {
    color: #FF0000;
    font-size: 14px;
    font-weight:bold;
    line-height: 1.6em;
    padding: 0 0 30px;
}
.bbs-att {
	margin:0 0 24px 0;
}
.bbs-att li {
	margin:4px 0 0 12px;
	line-height:1.4em;
}
li.bbs-att-tit {
	font-size:14px;
	margin:0;
	font-weight:bold;
	line-height:1.4em;
}
li.bbs-att-spacer {
	margin:0 0 12px 12px;
}
.bbs-txt {
    color: #333333;
    line-height: 1.6em;
    padding: 0 0 18px;
}

/* ２個 横並び用 */
.bbs_two_btn_box{
	padding:4px 0 4px 0;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	width:320px;
}
.bbs_two_btn_box p{
	float:left;
	margin:0 10px 0 0;
}
.bbs_two_btn_box p a:hover img{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}
/* 2011-06-14 修正(ボタン通常時は100%出力) */
.bbs_two_btn_box p input{
    filter: alpha(opacity=100);
    -moz-opacity:1.00;
    opacity:1.00;
}
/* 2011-06-14 追加(ボタンhover時は70%出力) */
.bbs_two_btn_box p input:hover{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

/* 投稿者 */
#contributor{
	width:auto;
	font-size:12px;
	letter-spacing:0.03em;
	line-height:16px;
	margin:0 0 10px 0;
	overflow:hidden;
}
#contributor p.ico{
	float:left;
	width:30px;
	height:30px;
	margin:0 10px 0 0; 
}
#contributor p.txt_contri{
	float:left;
	width:auto;
	text-align:left;
	font-size:12px;
	letter-spacing:0.03em;
	line-height:18px;
	color:#002600;
	margin:5px 10px 0 0;
}

/* リンク */
#contributor p.txt_contri a:link    {color:#000000;text-decoration:none;}
#contributor p.txt_contri a:visited {color:#000000;text-decoration:none;}
#contributor p.txt_contri a:hover   {color:#FF8213;text-decoration:underline;}


/* 注釈リスト：利用上の注意事項 */
ul.annotat_txt_box2{
	width:710px;
	padding: 0 5px 10px 5px;
	list-style:none;
}
ul.annotat_txt_box2 li{
	margin:0 0 3px 0;
    padding-left:1em; /*1em（1文字）分、右に動かす*/
    text-indent:-1em; /*最初の行だけ1em（1文字）分、左に動かす*/
    color:#000000;
	font-size:10px;
    line-height:14px;
	letter-spacing:0.03em;	
}

/*トピック リスト */
#topic{
	/*width:700px;*/
}
/* リストのタイトル行 */
#topic li.list_head{
	/*background-color:#666666;*/
	background-color:#c6513e;
	font-weight:bold;
	color:#ffffff;
}
#topic li.list_head li.name{text-align:center;}
#topic li.list_head li.date{text-align:center;}
/* リスト背景色：白 */
#topic li.list01{
	background-color:#ffffff;
}
/* リスト背景色：グレー */
#topic li.list02{
	/*background-color:#EFEFEF;*/
	background-color:#f8e6e3;
}
#topic li ul{
	padding:6px 10px 6px 10px;
	list-style:none;
	overflow:hidden;
	font-size:12px;
	letter-spacing:0.02em;
	line-height:18px;
}
#topic li ul li.txt{width:420px;float:left;margin-right:15px; }
#topic li ul li.name{width:160px;float:left;margin-right:10px;text-align:center;}
#topic li ul li.date{width:140px;float:right;text-align:center;}
/* リンク */

#topic li ul li.txt a:link    {color:#333333;font-weight:bold;text-decoration:underline;}
#topic li ul li.txt a:visited {color:#333333;font-weight:bold;text-decoration:underline;}
#topic li ul li.txt a:hover   {color:#FF8213;font-weight:bold;text-decoration:underline;}


.bbsBtnThread a{
    background: #ff0066;
    color: #fff!important;
    padding: 7px;
    display: block;
    margin: 0 0 10px 0;
    width: 180px;
    font-size: 11px;
    text-align: center;
    border-radius: 100px; 
}
.bbsSearch_formList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
	margin: 0 0 15px 0;    
}
.bbsSearch_formList li{
    margin: 0 10px 0 0;
    font-size: 12px;
}
.bbsSearch_formList li label{
	display: inline-block;
	margin: 5px 0 0 0;	
}
.bbsSearch_formList input[type=checkbox] {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
}
.bbsSearch_formList input[type=checkbox] + label span {
    content: " ";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    border-radius: 100px;
    margin: 0 5px 0 0;
    position: relative;
	border: 1px solid #666; 
    top: 2px;
    font-size: 14px;    	   
}

.bbsSearch_formList input[type=checkbox] + label span:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 0em;
    height: 0em;
    background: #939393;
    transform: translate(-50%,-50%);
    border-radius: 100px;
    transition: 0.1s ease;
}
.bbsSearch_formList input[type=checkbox]:checked + label span:before {
    width: 0.4em;
    height: 0.4em;
    background: #ff0066;
}
.bbs#form_sort{
    margin: 0 0 20px 0;
}
.bbsBox{
    word-break: normal;
}
.bbsBox table{
    width: 100%;
    word-break: normal;   
    border: 1px solid #aac2ef; 
    margin: 5px 0 30px;        
}
.bbsBox table 
.bbsBox table .listHead{
    word-break: normal;
}
.bbsBox table .listHead .tit{
    text-align: center;
    background: #4D89F4;
    color: #fff;
    padding: 5px;
    border-right: 1px solid #fff;
}
.bbsBox table .listHead .date{
    text-align: center;
    background: #4D89F4;
    color: #fff;
    padding: 5px;
    border-right: 1px solid #fff;
}
.bbsBox table .listHead .name{
    text-align: center;
    background: #4D89F4;
    color: #fff;
    padding: 5px;
    border-right: 1px solid #fff;
}
.bbsBox table .tit{
    word-break: normal;
    width: 60%;
    border-right: 1px solid #aac2ef;
	border-bottom: 1px solid #aac2ef;        
    }
.bbsBox table .tit a{
    padding: 20px 10px;
    display: block;
    color: #2868da;
    transition: 0.4s;
} 
.bbsBox table .tit a:hover{
    transition: 0.4s;
	color:#5d96f9;    
}
.bbsBox table .name{
    word-break: normal;
    width: 20%;
	border-bottom: 1px solid #aac2ef;               
    }
.bbsBox table .date{
    word-break: normal;
    width: 100%; 
	border-left: 1px solid #aac2ef;     
	border-bottom: 1px solid #aac2ef; 
    line-height: 1.5em;	   	            
}
.bbsBox #form_sort{
	margin: 0 0 20px 0;
}

.bbsPageList .pagingBox .pageList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    padding: 0 20px;    
}
.bbsPageList .pagingBox .pageList li{
	margin: 0 10px 0 0;
}
.bbsPageList .pagingBox .txt{
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 12px;
}






/* 既存会員への移行案内
==============================================================================*/
#guidance{
	margin:0 auto;
	padding-bottom:10px;
	width:950px;
	color:#000000;
	background-color:#ffffff;
}
#guidance h1{
	margin:0;
	padding-bottom:30px;
}
.guidance-lead-top {
	margin:8px auto 20px auto;
	width:750px;
	font-size:14px;
	font-weight:bold;
	line-height:1.4em;
	text-align:left;
}
.guidance-lead1{
	margin:0 auto 20px auto;
	width:800px;
	height:40px;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	background-color:#fd1212;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.guidance-lead2{
	margin:0 auto 20px auto;
	width:750px;
	color:#fd1212;
	font-size:15px;
	font-weight:bold;
	line-height:1.5em;
	text-align:center;
}
.guidance-box{
	width: 742px;
	margin:0 auto 30px auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:#091404 solid 4px;
}
.guidance-box-top{
	height:21px;
	padding:7px 0 10px 0;
	margin-bottom:15px;
	background-color:#091404;
}
.guidance-box-top h2 {
	margin:0 0 0 20px;
	padding-left:8px;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	line-height:20px;
	text-align:left;
	border-left: 7px solid #006600;
}
.guidance-text1{
	margin:0 20px;
	padding-bottom:5px;
	font-size:15px;
	font-weight:bold;
	line-height:1.3em;
	text-align:left;
}
.guidance-text2{
	margin:0 20px;
	padding-bottom:5px;
	color:#fd1212;
	font-size:15px;
	font-weight:bold;
	line-height:1.3em;
	text-align:left;
}
.guidance-text3{
	margin:0 20px;
	padding-bottom:15px;
	color:#fd1212;
	font-size:15px;
	font-weight:bold;
	line-height:1.3em;
	text-align:center;
}
.guidance-text4{
	margin:0 20px;
	padding-bottom:5px;
	font-size:14px;
	line-height:1.3em;
	text-align:left;
}
.guidance-text5{
	margin:0 20px;
	padding:10px 0 8px 0;
	color:#fd1212;
	font-size:15px;
	font-weight:bold;
	line-height:1.3em;
	text-align:center;
}
.guidance-box img {
	margin:7px 0 15px 0;
	padding:0 26px;
}

#guidance-to-top {
	font-size:11px;
	margin:12px 24px;
	text-align:right;
}
#guidance-to-top  a:link	{color:#000000; text-decoration:none;}
#guidance-to-top  a:visited	{color:#000000; text-decoration:none;}
#guidance-to-top  a:hover	{color:#000000; text-decoration:underline;}

.arrow{
	display:block;
	margin:0 auto 30px auto;
}
#page-close{
	margin:0 auto;
	width:180px;
	text-align:right;
	font-size:12px;
}
#page-close a:hover img{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}
#page-close img{
	display:block;
	margin:0 auto;
	border:0;
}
#guidance-copyright {
    color: #999999;
    font-size: 10px;
    line-height: 1.4em;
    margin: 10px auto 0 auto;
    padding:0;
    text-align: center;
}


/*【固有】限定ライブページ
=============================================================================*/
/* スケジュール
--------------------- */
#schedule_box {
	float:left;
	width:380px;
	margin:0 14px 0 0;
}
/* 月タイトル */
h3.month_tit {
    font-size:12px;
	line-height:1.3em;
	font-weight:bold;
    color:#ffffff;
	padding:10px;
	margin:0 0 25px 0;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background-color:#7abcfc;
}

/* no schedule時のコメント */
#schedule_comment {
	box-sizing: border-box;
    width: 100%;
	padding:10px;
	margin:0 0 10px 0;
	background-color:#eeeeee;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
#schedule_comment p {
    font-size:12px;
	line-height:1.6em;
	font-weight:nomal;
    font-color:#333333;
	margin:0;
	padding:0;
	text-align:center;
}

/* 日付 */
#schedule_date{
	width:auto;
    font-size:12px;
	font-weight:bold;
    font-color:#333333;
    padding:0 0 0 10px;
    margin:0;
}
/* 記事ブロック */
#schedule_block {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin: 5px 0 10px 0;
    background-color: #FDDBE9;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
}
/* タイトル */
p.schedule_tit {
    font-size:12px;
	line-height:1.3em;
	font-weight:bold;
    font-color:#333333;
	border-left:4px solid #FF6BA6;
	padding:0 0 0 5px;
	margin:0 0 5px 0;
}
/* 記事 */
p.schedule_txt {
    font-size:12px;
	line-height:1.4em;
	font-weight:nomal;
    font-color:#333333;
	margin:0 0 0 10px;
}


/* カレンダー
--------------------- */
#calender {float: right;}
#calenderBox {
	float:right;
	width:222px;
	margin:0;
}

#calenderBox ul.bnr_box li {
	width: 222px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    margin: 0 0 10px;
}
#calenderBox ul.bnr_box li a{
    display:block;
}
#calenderBox ul.bnr_box li a img{
    box-sizing: border-box;
    width: 100%;
}
#calender {
	font-size: 11px;
    width: 222px;
    margin: 0 0 10px;
    background-color: #e0f0fe;
    padding: 0 4px 4px 4px;
    box-sizing: border-box;
}
#calender #back{
    width: 25%;
    float: left;
    margin: 5px 0 5px;
}
#calender #next{
    text-align: right;
    width: 25%;
    float: right;
    margin: 5px 0;
}
#calender #month {
    float: left;
    font-size: 12px;
    width: 50%;
    margin: 6px 0 0 0;
    /* padding: 2px; */
    font-weight: bold;
    text-align: center;
}	
#calender table{
    width: 100%;
	clear:both;
	border:none;
	border-collapse:collapse;
	border:2px solid #e0f0fe;
    background-color:#ffffff;
}
/* week */
#calender th{
	background-color:#c0defb;
	height:20px;
	border:2px solid #e0f0fe;
}
/* day */
#calender td{
	height:30px;
    border:1px dotted #c0defb;
}
/* week,dayの幅・文字揃え */
#calender th,td{
	width:26px;
	text-align:center;
    vertical-align:middle;
}
#calender .sun {
	color:#990000;
	text-align:center;
}
#calender .week {
	color:#333333;
	text-align:center;
}
#calender .sat {
	color:#0066CC;
	text-align:center;
}

/* 予定日 */
#calender td a:link {
	font-weight:bold;
	text-decoration:underline;
	display: block;
	width:27px;
	height:25px;
	padding-top:5px;
	background-color:#FFE1EF;
	margin:0;
    vertical-align:middle;
}
#calender .sun a:link ,#calender .sun a{
    font-weight:bold;	
	color:#990000;
    background-color:#FFE1EF;
    text-decoration:underline;
}
#calender .week a:link ,#calender .week a{
    font-weight:bold;	
	color:#333333;
    background-color:#FFE1EF;
    text-decoration:underline;
}
#calender .sat a:link ,#calender .sat a{
    font-weight:bold;	
	color:#0066CC;
    background-color:#FFE1EF;
    text-decoration:underline;
}
#calender td a:hover {
    font-weight:bold;
	color:#ffffff;
	background-color:#FFBFD6;
    text-decoration:underline;
}
h2.archiveTit{
padding:0 0 20px 0;
text-align: center;
}
ul.archiveBnr{
  margin: 0 0 20px 0;
}

ul.archiveBnr li{
  vertical-align: top;
  width: 222px;
  display: inline-block;
  height: 90px;
    text-align: center;
}

ul.archiveBnr li:nth-child(odd){
  padding: 0px 30px 30px 55px;

}

ul.archiveBnr li:nth-child(even){
  padding: 0px 55px 30px 30px;;

}
ul.archiveBnr li a{
display:block;

}

ul.archiveBnr li a img{
box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
border: 3px solid #FFF;
margin: 0 0 5px 0;\
}

ul.archiveBnr li a:hover img{
border: 3px solid #DE158B;
opacity:1;
}
ul.archiveBnr li p.caption a{

}





/*【固有】「ワールドワイド☆でんぱツアー」BLOG,SNAPタイトル (自由ページ,BBSのみ既存スタイル使用)
=============================================================================*/
/* タイトル */
h2.tit_tour{
	width:auto;
	display:block;
	text-align:center;
	margin:0 0 0px 0;
}

/*【固有】「ワールドワイド☆でんぱツアー」BLOG
=============================================================================*/
.blog_lead{
	font-size:14px;
	line-height:20px;
	color:#555555;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px 0;
}

.tour_blog_box{
	width: 620px;
}
.tour_blog_box li{
	width:584px;
	padding:15px 15px 12px;
    margin:0 0 10px 0;
    overflow:hidden;
    background-color:#ffffff;
	border:3px solid #FFBCD6;
    border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
}

.tour_blog_title{
	overflow:hidden;
	margin:0 0 10px 0;
}
.tour_blog_title .tit{
	float:left;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	color:#555555;
	text-align:left;
	width:410px;
	padding:10px 0 10px 50px;
    background:url(/static/dempagumi/fanclub-pc/contents/bg_blog_tour2024.png);
	background-repeat:no-repeat;
    background-position:0 0;
	background-size:40px 40px;
}

.tour_blog_title .date{
	float:right;
    font-size:10px;
	color:#555555;
	text-align:right;
	margin-top:14px;
	width:120px;
}

/* スタッフMの忘年会珍!?レポート */
.staff_m_blog_title{
	overflow:hidden;
	margin:0 0 10px 0;
}
.staff_m_blog_title .tit{
	float:left;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	color:#555555;
	text-align:left;
	width:410px;
	padding:10px 0 10px 0px;
/*    background:url(/static/dempagumi/fanclub-pc/contents/bg_blog_tour2024.png);*/
	background-repeat:no-repeat;
    background-position:0 0;
	background-size:40px 40px;
}
.staff_m_blog_title .date{
	float:right;
    font-size:10px;
	color:#555555;
	text-align:right;
	margin-top:14px;
	width:120px;
}
/* ここまで */

.tour_blog_text{
	padding:10px;
	margin:5px 0 10px 0;
	background-color:#FFEAF1;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    font-size:12px;
	line-height:18px;
	letter-spacing:0.03em;
	font-weight:nomal;
    font-color:#333333;
}

.tour_blog_text img{
	display:block;
	text-align:center;
	margin:10px auto 0px;
}


/*【固有】「ワールドワイド☆でんぱツアー」SNAP(BLOG)
=============================================================================*/
.snap_lead{
	font-size:14px;
	line-height:20px;
	color:#555555;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px 0;
}
.tour_snap_box{
	width:620px;
}
.tour_snap_box li{
	width:584px;
	padding:12px 15px 12px;
    margin:0 0 10px 0;
    overflow:hidden;
    background-color:#ffffff;
	border:3px solid #FFBCD6;
    border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
}

.tour_snap_title{
	overflow:hidden;
	margin:0 0 5px 0;
}
.tour_snap_title .tit{
	float:left;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	color:#555555;
	text-align:left;
	width:410px;
	padding:18px 0 10px 50px;
    background:url(/static/dempagumi/fanclub-pc/contents/bg_snap_tour2024.png);
	background-repeat:no-repeat;
    background-position:0 0;
	background-size:40px 40px;
}
.tour_snap_title .date{
	float:right;
    font-size:10px;
	color:#555555;
	text-align:right;
	margin-top:24px;
	width:120px;
}
.tour_snap_text{
	padding:10px 15px;
	margin:5px 0 5px 0;
	background-color:#FFEAF1;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    font-size:12px;
	line-height:18px;
	letter-spacing:0.03em;
	font-weight:nomal;
    color:#333333;
	overflow:hidden;
}

/* SNAP投稿者情報 */
.snap_detail{
	float:left;
	width:280px;
	margin:0 15px 0 0;
}
.snap_detail dt{
	font-size:12px;
	font-weight:bold;
	color:#555555;
	margin:0 0 7px 0;
	text-decoration:underline;
}
.snap_txt{
	font-size:12px;
	line-height:18px;
	letter-spacing:0.03em;
	color:#555555;
	margin:0;
	padding:0;
	border:none;
	border-radius:0px;
	background:none;
	width:auto;
}
/* SNAP投稿写真 */
.snap_photo{
	float:right;
	width:250px;
	text-align:center;
}




/*【固有】「ワールドワイド☆でんぱツアー」BBS
=============================================================================*/
#tour_bbs_box{
	/*width: 620px;*/
	width:590px;
	/*width:584px;*/
	/*border:3px solid #C0DEFB;*/
	padding:15px 15px 12px;
    margin:0 0 10px 0;
    overflow:hidden;
    background-color:#E0F0FE;
    border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
}
#tour_bbs_box .tit{
	color:#555555;
    font-size:14px;
    font-weight:bold;
    letter-spacing:0.03em;
    line-height:18px;
    margin:5px 0 10px 0;
}

#tour_bbs_title{
	overflow:hidden;
	margin:0 0 10px 0;
}
#tour_bbs_title .ico{
	float:left;
	height:30px;
	margin:0 10px 0 0;
	width:30px;
}

#tour_bbs_title .poster{
	float:left;
	width:auto;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.03em;
	line-height:18px;
	color:#555555;
	margin:5px 10px 0 0;
}
.tour_bbs_text{
	color:#555555;
	font-size: 12px;
    letter-spacing: 0.03em;
    line-height:18px;
    padding:0 0 12px 0;
}
#tour_bbs_box .btn{
    padding:10px 0 6px 0;
    text-align:center;
}

#tour_bbs_box02{
	/*width: 620px;*/
	width:590px;
	/*width:584px;*/
	/*border:3px solid #C0DEFB;*/
	padding:15px 15px 12px;
    margin:0 0 10px 0;
    overflow:hidden;
    background-color:#FFE0EC;
    border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
}

/* 投稿フォーム エリア
---------------------------------------------- */
#tour_bbs_block{
	/*width:auto;*/
	/*background-color:#FFE0EC;*/
	width:594px;
	border:3px solid #FCB8D2;
	padding:8px 8px 8px 8px;
	margin:0 auto 10px auto;
	border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	position:relative;
}

#tour_bbs_block .sub_tit{
	padding:9px 0 3px 0;
	margin:0 0 5px 0;
	border-radius:4px 4px 4px 4px;	
	text-align:center;
	font-size:16px;
	letter-spacing:0.03em;
	color:#ffffff;
	background:#f93986;
	background: -moz-linear-gradient(top, #f96da5 0%, #f93986 66%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f96da5), color-stop(66%,#f93986)); /* Chrome,Safari4+ */
}
#tour_bbs_block .text{
	width:auto;
	padding:5px 0 8px 0;
	text-align:center;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.03em;
	color:#555555;
}
/* アラート */
#tour_bbs_block .notice_box{
	width:auto;
	padding:10px 0;
    margin:0 0 10px 0;
	text-align:center;
	font-size:12px;
	font-weight:800;
	line-height:18px;
	letter-spacing:0.03em;
	color:#ff0000;
	border:2px solid #cccccc;
    background-color:#ffffff;
}

/* フォーム
----------------------------------- */
#tour_bbs_block .table_box{
	width:auto;
}
#tour_bbs_block .table_box dl{
	width:auto;
	padding:0;
	margin:0;
}
/* ラベル */
#tour_bbs_block .table_box dt{
	width:auto;
    margin:0 0 5px 0;
	text-align:left;
	font-size:12px;
	letter-spacing:0.03em;
	font-weight:800;
	color:#444444;
	padding:8px 0 5px 14px;
    background-color:#FFB7D2;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
}
/* 入力フォーム */
#tour_bbs_block .table_box dd{
	padding:5px 10px 5px 5px;
	text-align:left;
	color:#333333;
	letter-spacing:0.03em;
	font-size:12px;
}
#tour_bbs_block .table_box textarea{
	width:585px;
}

/* ボタン
----------------------------------- */
/* 2個 並列 */
.tour_bbs_two_btn{
	padding:4px 0 4px 0;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	width:320px;
}
.tour_bbs_two_btn p{
	float:left;
	margin:0 10px 0 0;
}
.tour_bbs_two_btn p a:hover img{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}
.tour_bbs_two_btn p input{
    filter: alpha(opacity=100);
    -moz-opacity:1.00;
    opacity:1.00;
}
.tour_bbs_two_btn p input:hover{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

/* 1個 縦並び */
.tour_bbs_btn{
	width:auto;
	padding:4px 0 0px 0;
	font-weight:bold;
}
.tour_bbs_btn p{
	text-align:center;
	margin:0;
	padding:0 0 5px 0;
}
.tour_bbs_btn p a:hover img{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

.tour_bbs_btn p input{
    filter: alpha(opacity=100);
    -moz-opacity:1.00;
    opacity:1.00;
}
.tour_bbs_btn p input:hover{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

/* 注意事項 */
ul.tour_bbs_note{
	width:620px;
	padding:0;
	margin:20px 0 0 0;
	list-style:none;
}
ul.tour_bbs_note li{
	font-size:10px;
	margin:0 0 3px 0;
    padding-left:1em;
    text-indent:-1em; 
    color:#555555
    line-height:14px;
	letter-spacing:0.03em;	
}

.tour_lead{
	font-size:14px;
	line-height:20px;
	color:#555555;
	font-weight:bold;
	text-align:center;
	margin:0 0 15px 0;
}
#tour_box{
	width:620px;
	overflow:hidden;
	margin:0 0 10px 0;
}
/* ツアーコンテンツ
----------------------------- */
ul.tour_contents{
	width:305px;
	margin:0 15px 0 0;
	float:left;
	list-style:none;
}
ul.tour_contents li{
	width:305px;
	margin-bottom:15px;

}
.tour_con_tit{
	color:#ffffff;
	border-top:3px solid #FF6BA6;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	background-color:#FF6BA6;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:10px;
	margin-top:10px;
	position:relative; /* up!アイコン位置指定用 */
}
/* タイトル付属アイコン */
.tour_tit_ico{
	display:block;
	position:absolute;
	top:-10px;
	left:15px;
}

.tour_con_box{
	border-left:3px solid #FF6BA6;
	border-right:3px solid #FF6BA6;
	border-bottom:3px solid #FF6BA6;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	background-color:#ffffff;
	padding:10px;
	overflow:hidden;
}
.tour_con_box .text{
	color:#555555;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.03em;
}

/* アイテムBOX */
.tour_con_item{
	overflow:hidden;
}
.tour_con_item .text{
	float:left;
	width:135px;
	color:#555555;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.03em;
}
.tour_con_item .thumb{
	float:right;
	margin:0px 0 0 10px;
	width:130px;
	border:1px solid #ccc;
}

.tour_con_box .btn a {
	display:block;
	width:150px;
	height:20px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	line-height:20px;
	letter-spacing:0.1em;
	box-shadow:1px 1px 3px rgba(0,0,0,0.3),1px 1px 0 rgba(255,255,255,0.5) inset;
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.3),1px 1px 0 rgba(255,255,255,0.5) inset;
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.3),1px 1px 0 rgba(255,255,255,0.5) inset;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
	padding:8px;
	margin:15px auto 7px;
	background:#f2748f;
	background:-moz-linear-gradient(top, #f2748f 0%, #ea3560 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2748f), color-stop(100%,#ea3560));
	background:-webkit-linear-gradient(top, #f2748f 0%,#ea3560 100%);
	background:-o-linear-gradient(top, #f2748f 0%,#ea3560 100%);
	background:-ms-linear-gradient(top, #f2748f 0%,#ea3560 100%);
	background: linear-gradient(to bottom, #f2748f 0%,#ea3560 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2748f', endColorstr='#ea3560',GradientType=0 );
	color:#ffffff;
	text-shadow:0 -1px 0 #E82754;
	border:1px solid #ED1C62;
}
.tour_con_box .btn a:hover {
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.3);
	background:#ED5374;
}


/* ツアースケジュール
----------------------------- */
.tour_schedule{
	width:300px;
	float:right;
}
.tour_sche_tit{
	color:#ffffff;
	border-top:3px solid #FF6BA6;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:10px;
	background-color:#FF6BA6;
	margin-top:10px;
	position:relative; /* up!アイコン位置指定用 */
}
ul.tour_sche_box{
	border-left:3px solid #FF6BA6;
	border-right:3px solid #FF6BA6;
	border-bottom:3px solid #FF6BA6;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	list-style:none;
	background-color:#ffffff;
	padding:10px;
}
ul.tour_sche_box li{
	color:#555555;
	font-size:12px;
	line-height:16px;
	letter-spacing:0.03em;
	text-align:left;
	margin-bottom:8px;
	border-bottom:1px dotted #ccc;
	padding-bottom:8px;
}


/*【固有】自由ページ：「でんぱとう発足一周年記念特集！！」ページ
==============================================================================*/
.keizoku_lead{
	font-size:14px;
	line-height:20px;
	color:#555555;
	font-weight:bold;
	text-align:center;
	margin:0 0 25px 0;
}

/* 継続コンテンツ
----------------------------- */
ul.keizoku_contents{
	width:620px;
	margin:0;
	list-style:none;
}
ul.keizoku_contents li{
	width:620px;
	margin-bottom:25px;
}
.keizoku_con_tit{
	color:#ffffff;
	border-top:3px solid #FF6BA6;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	background-color:#FF6BA6;
	font-size:16px;
	font-weight:bold;
	padding:10px 10px 10px 100px;
	margin-top:10px;
	position:relative; /* up!アイコン位置指定用 */
}
/* タイトル付属アイコン */
.keizoku_tit_ico{
	display:block;
	position:absolute;
	top:-20px;
	left:15px;
}
.keizoku_con_box{
	border-left:3px solid #FF6BA6;
	border-right:3px solid #FF6BA6;
	border-bottom:3px solid #FF6BA6;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	background-color:#ffffff;
	padding:18px 10px 15px;
	overflow:hidden;
}
.keizoku_con_box .text{
	color:#555555;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.03em;
}

/* アイテムBOX */
.keizoku_con_item{
	overflow:hidden;
}
.keizoku_con_item .text{
	float:left;
	width:435px;
	color:#555555;
	font-size:12px;
	line-height:20px;
	letter-spacing:0.03em;
}
.keizoku_con_item .thumb{
	float:right;
	margin:0px 0 0 10px;
	width:140px;
	border:1px solid #ccc;
}

.keizoku_con_box .btn a {
	display:block;
	width:150px;
	height:20px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	line-height:20px;
	letter-spacing:0.1em;
	box-shadow:1px 1px 3px rgba(0,0,0,0.3),1px 1px 0 rgba(255,255,255,0.5) inset;
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.3),1px 1px 0 rgba(255,255,255,0.5) inset;
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.3),1px 1px 0 rgba(255,255,255,0.5) inset;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
	padding:8px;
	margin:25px auto 7px;
	background:#f2748f;
	background:-moz-linear-gradient(top, #f2748f 0%, #ea3560 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2748f), color-stop(100%,#ea3560));
	background:-webkit-linear-gradient(top, #f2748f 0%,#ea3560 100%);
	background:-o-linear-gradient(top, #f2748f 0%,#ea3560 100%);
	background:-ms-linear-gradient(top, #f2748f 0%,#ea3560 100%);
	background: linear-gradient(to bottom, #f2748f 0%,#ea3560 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2748f', endColorstr='#ea3560',GradientType=0 );
	color:#ffffff;
	text-shadow:0 -1px 0 #E82754;
	border:1px solid #ED1C62;
}
.keizoku_con_box .btn a:hover {
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.3);
	background:#ED5374;
}


/*【固有】自由ページ：「CUPNOODLE presents でんぱ組.inc スペシャルライブ」ページ
==============================================================================*/

.lead_cn{
	font-size:14px;
	line-height:20px;
	color:#555555;
	font-weight:bold;
	text-align:center;
	margin:0 0 15px 0;
	}
	
#tour_box_cn {
     margin: 0px 0px 10px;
     overflow: hidden;
     width: 620px;
}

ul.tour_contents_cn {
     float: left;
     list-style: none outside none;
     margin: 0px 15px 0px 0px;
     width: 305px;
}

ul.tour_contents_cn li {
     margin-bottom: 15px;
     width: 305px;
}

.tour_con_tit_cn {
     background-color: #ff0000;
     border-top-left-radius: 6px;
     border-top-right-radius: 6px;
     border-top: 3px solid #ff0000;
     color: #ffffff;
     font-size: 16px;
     font-weight: bold;
     margin-top: 10px;
     padding: 10px;
     position: relative;
     text-align: center;
}

.tour_tit_ico_cn {
     display: block;
     left: 15px;
     position: absolute;
     top: -10px;
}

.tour_con_box_cn {
     background-color: #ffffff;
     border-bottom-left-radius: 6px;
     border-bottom-right-radius: 6px;
     border-bottom: 3px solid #ff0000;
     border-left: 3px solid #ff0000;
     border-right: 3px solid #ff0000;
     overflow: hidden;
     padding: 10px;
}

.tour_con_box_cn .text {
     color: #555555;
     font-size: 12px;
     letter-spacing: 0.03em;
     line-height: 18px;
}

.tour_con_item_cn {
     overflow: hidden;
}

.tour_con_item_cn .text {
     color: #555555;
     float: left;
     font-size: 12px;
     letter-spacing: 0.03em;
     line-height: 18px;
     width: 135px;
}

.tour_con_item_cn .thumb {
     border: 1px solid #cccccc;
     float: right;
     margin: 0px 0px 0px 10px;
     width: 130px;
}

.tour_con_box_cn .btn a {
     background: linear-gradient(to bottom, #f27474 0%, #ea3535 100%) repeat scroll 0% 0% transparent;
     border-radius: 5px;
     border: 1px solid #ff0000;
     box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), 1px 1px 0px rgba(255, 255, 255, 0.5) inset;
     color: #ffffff;
     cursor: pointer;
     display: block;
     font-size: 14px;
     font-weight: bold;
     height: 20px;
     letter-spacing: 0.1em;
     line-height: 20px;
     margin: 15px auto 7px;
     padding: 8px;
     text-align: center;
     text-decoration: none;
     text-shadow: 0px -1px 0px #b60f0f;
     width: 150px;
}

.tour_con_box_cn .btn a:hover {
     background: none repeat scroll 0% 0% #c6993c;
     box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.0);
     border: 1px solid #c6993c;
     text-shadow: 0px -1px 0px #b69c0f;
}

.tour_schedule_cn {
     float: right;
     width: 300px;
}

.tour_sche_tit_cn {
     background-color: #ff0000;
     border-top-left-radius: 6px;
     border-top-right-radius: 6px;
     border-top: 3px solid #ff0000;
     color: #ffffff;
     font-size: 16px;
     font-weight: bold;
     margin-top: 10px;
     padding: 10px;
     position: relative;
     text-align: center;
}

ul.tour_sche_box_cn{
     background-color: #ffffff;
     border-bottom-left-radius: 6px;
     border-bottom-right-radius: 6px;
     border-bottom: 3px solid #ff0000;
     border-left: 3px solid #ff0000;
     border-right: 3px solid #ff0000;
     list-style: none outside none;
     padding: 10px;
}

ul.tour_sche_box_cn li {
     border-bottom: 1px dotted #cccccc;
     color: #555555;
     font-size: 12px;
     letter-spacing: 0.03em;
     line-height: 16px;
     margin-bottom: 8px;
     padding-bottom: 8px;
     text-align: left;
}

ul.tour_sche_box_cn li:last-child {
     border-bottom: medium none;
     margin-bottom: 0px;
     padding-bottom: 0px;
}

/* CUPNOODLE presents でんぱ組.inc スペシャルライブ */
#tourCn .tour_blog_box li{
	border:3px solid #ff0000;
}
#tourCn .tour_snap_box li{
	border:3px solid #ff0000;
}

/* ========================================
   Free Page Style
   ======================================== */
/* Basic Style
-------------------------- */
/* 余白 */
.space3{margin-bottom:3px;}
.space5{margin-bottom:5px;}
.space10{margin-bottom:10px;}
.space15{margin-bottom:15px;}
.space20{margin-bottom:20px;}
.space25{margin-bottom:25px;}
.space30{margin-bottom:30px;}
.space40{margin-bottom:40px;}

/* 注意色 */
span.notice{color:#cc0000;}

/* テキスト揃え */
.center{text-align:center;}

/* テキスト太字 */
.bold{font-weight:bold;}

/* リンク色 */
a,a:link, a:visited{color:#ff0066; text-decoration:none;}
a:webkit-any-link{coursor:auto;}

/* 文字サイズ */
.fs10{font-size:10px;}
.fs12{font-size:12px;}
.fs14{font-size:14px;}
.fs15{font-size:15px;}
.fs16{font-size:16px;}
.fs17{font-size:17px;}
.fs18{font-size:18px;}
.fs19{font-size:19px;}
.fs20{font-size:19px;}
.fs22{font-size:22px;}
.fs24{font-size:24px;}
.fs26{font-size:26px;}

/* 線 */
.topline{border-top:1px solid #eeeeee;}
.btmline{border-bottom:1px solid #eeeeee;}

/* Event Page Style
-------------------------- */
#free{
	width:600px;
　　margin:0 auto;
	background-colr:#ff0066;
}

#free h1{
	margin:0 0 10px 0;
}
/* キャッチ */
#free .catch{
	font-size:30px;
	font-weight:bold;
	color:#ff0000;
	line-height:1.4em;
	text-align:center;
	margin:0 0 15px 0;
}
/* リード */
#free .lead{
	font-size:18px;
	color:#333;
	font-weight:bold;
	line-height:1.4em;
	text-align:center;
	margin:0 0 20px 0;
}
#free h2{
	font-size:21px;
	font-weight:bold;
	color:#fff;
	line-height:1.4em;
	text-align:left;
	margin:0 0 20px 0;
	padding:7px 10px 7px 24px;
	background-color:#ff0000;
	background: -moz-linear-gradient(top, #f7518e 0%, #f78fb3 3%, #f7518e 5%, #f7367d 94%, #f93479 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7518e), color-stop(3%,#f78fb3), color-stop(5%,#f7518e), color-stop(94%,#f7367d), color-stop(97%,#f93479)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7518e 0%,#f78fb3 3%,#f7518e 5%,#f7367d 94%,#f93479 97%); /* Chrome10+,Safari5.1+ */
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow:1px 1px 3px #999; 
}
#free .lead_02{
	font-size:16px;
	color:#333;
	font-weight:bold;
	line-height:1.4em;
	text-align:center;
	margin:0 0 20px 0;
}

#free h3{
	font-size:18px;
	font-weight:bold;
	color:#333;
	line-height:1.4em;
	text-align:left;
	text-indent:10px;
	margin:0 0 15px 8px;
	padding:0 0 5px 0;
	border-left:6px solid #ff0000;
	border-bottom:1px solid #ff0000;
}
#free div.box{
	margin:0 0 40px 0;
}
/* テキスト */
#free .text{
	font-size:14px;
	color:#333;
	line-height:1.4em;
	text-align:left;
	margin:0 0 15px 26px;
}
/* 補足テキスト */
#free .codicil{
	font-size:13px;
	color:#333;
	line-height:1.4em;
	text-align:left;
	margin:0 0 0px 26px;
}

/* 注意事項 */
#free ul{
	margin:0 0 40px 40px;
	list-style-type:disc;
}
#free ul li{
	font-size:14px;
	color:#333;
	line-height:1.3em;
	text-align:left;
	padding:0;
	margin:0 0 15px 0;
}
#free ul li:last-child{
	font-size:14px;
	color:#333;
	line-height:1.3em;
	text-align:left;
	padding:0;
	margin:0;
}

/* 一般発売について */
h2.info{
	width:600px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	line-height:1.4em;
	text-align:center;
	margin:0 auto;
	padding:3px 10px;
	background-color:#cc0000;
	border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
div.info_box{
	width:600px;
	border:3px solid #cc0000;
	padding:8px 10px;
	color:#333;
	font-size:14px;
	line-height:1.8em;
	text-align:left;
	background-color:#ffe4e1;
	margin:0 auto;
	border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

/* 応募ボタン */
#free a.btn{
	margin:0 auto 30px;
	padding:12px;
	text-align:center;    
	display:block;
	width:280px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	/* レタープレス効果を加える */
    text-shadow:0 -1px 0 #000,
                0 1px 0 rgba(255, 255, 255, 0.3),
                1px 0 0 rgba(255, 255, 255, 0.2),
                -1px 0 0 rgba(255, 255, 255, 0.2);
	background:#ff0066;
	background:-moz-linear-gradient(top, #ffb2d7 0%, #ff70b5 50%, #ff2d93 51%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb2d7), color-stop(50%,#ff70b5), color-stop(51%,#ff2d93));
	background:-webkit-linear-gradient(top, #ffb2d7 0%,#ff70b5 50%,#ff2d93 51%);   
	background: -ms-linear-gradient(top, #ffb2d7 0%,#ff70b5 50%,#ff2d93 51%); /* IE10 */
	border:1px solid #ff0066;
	 /* 1pxのラインを加える,外側と内側にシャドウ */
	box-shadow:1px 1px 2px rgba(0,0,0,0.6),
			   inset 0 1px 0 rgba(255,255,255,0.5),
			   inset 1px 0 0 rgba(255,255,255,0.2),
			   inset -1px 0 0 rgba(255,255,255,0.2),
			   inset 0 -1px 0 rgba(255,255,255,0.2); /* 内側：上,左,右,下 */
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;	
	-ms-border-radius:40px;	
}
#free a:hover.btn{
	filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}


/* キャッチ2 */
#free .catch2{
	font-size:16px;
	font-weight:bold;
	color:#f03097;
	line-height:1.4em;
	text-align:center;
	margin:0 0 5px 0;
}

/* ピンクベース */
#leaf_box .leadTop{
	padding:0 10px 20px;
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
}
#leaf_box ul.list li{
	margin:0 10px 15px;
	padding:8px;
	font-size:14px;
	line-height:1.4em;
	border-radius:4px;
	border:2px solid #e3007f;
}
#leaf_box ul.list li .text p{
	padding:0 0 8px;
}
#leaf_box ul.list li h3{
	margin:0 0 8px;
	padding:3px 0 8px;
	color:#e3007f;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border-bottom:2px solid #e3007f;
}
#leaf_box ul.list .kouen p{
	padding:0 0 5px;
	text-indent:-0.5em;
}
#leaf_box ul.list .kouen p span{
	font-weight:bold;
}
#leaf_box ul.small li{
	float: left;
	margin: 0 0 15px 10px;
	height: 220px;
	width: 285px;
}
.schedule div{
	padding:5px 0;
	border-bottom:1px solid #ccc;
}
.schedule .date{
	font-weight:bold;
}
.schedule .date span{
	font-size:12px;
	font-weight:normal;
	letter-spacing:0.05em;
}
.schedule .kaijyou{

}
.schedule .kaijyou span{
	display:inline-block;
	margin:0 5px 0 0;
	padding:0 3px;
	color:#fff;
	font-size:11px;
	background:#00adee;
	border-radius:2px;
}
.schedule .kaijyou span.only{
	color:#e3007f;
	font-size:11px;
	background:none;
}

/* でんぱーりーナイトdeパーリー*/
#denparinight .leadTop{
	color:#f9f6e3;
}
#denparinight .large li{
	color:#f9f6e3;
	border:2px solid #aff5f3;
	box-shadow:0px 0px 3px #55e0dd,0px 0px 3px #55e0dd inset;
}
#leaf_box #denparinight .list li h3{
	margin:0 0 8px;
	padding:2px 0 7px;
}
#denparinight ul li h3{
	text-align:center;
}
#denparinight .large li h3{
	color:#aff5f3;
	border-bottom:2px solid #aff5f3;
}
#denparinight .list .kouen {
	color:#f9f6e3;
	border:2px solid #fcfd75;
	box-shadow:0px 0px 3px #f0ff20,0px 0px 3px #f0ff20 inset;
}
#denparinight .list .kouen  h3{
	color:#fcfd75;
	border-bottom:2px solid #fcfd75;
}
#denparinight .list .blog {
	color:#f9f6e3;
	border:2px solid #88f4b8;
	box-shadow:0px 0px 3px #26d066,0px 0px 3px #26d066 inset;
}
#denparinight .list .blog  h3{
	color:#88f4b8;
	border-bottom:2px solid #88f4b8;
}
#denparinight .list .photobbs {
	color:#f9f6e3;
	border:2px solid #ffb9db;
	box-shadow:0px 0px 3px #ed7db5,0px 0px 3px #ed7db5 inset;
}
#denparinight .list .photobbs  h3{
	color:#ffb9db;
	border-bottom:2px solid #ffb9db;
}
#denparinight .list .goods {
	color:#f9f6e3;
	border:2px solid #ff8e96;
	box-shadow:0px 0px 3px #e94752,0px 0px 3px #e94752 inset;
}
#denparinight .list .goods  h3{
	color:#ff8e96;
	border-bottom:2px solid #ff8e96;
}
#denparinight .list .present {
	color:#f9f6e3;
	border:2px solid #fff;
	box-shadow:0px 0px 3px #f9f6e3,0px 0px 3px #f9f6e3 inset;
}
#denparinight .list .present  h3{
	color:#f9f6e3;
	border-bottom:2px solid #f9f6e3;
}
.btnNight{
	margin:10px 0 0;
	text-align:center;
}
.btnNight a{
	display:inline-block;
	padding:9px 0 8px;
	width:240px;
	color:#f9f6e3;
	font-weight:bold;
	background: rgb(255,142,150); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,142,150,1) 1%, rgba(233,71,82,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,142,150,1)), color-stop(100%,rgba(233,71,82,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,142,150,1) 1%,rgba(233,71,82,1) 100%); /* Chrome10+,Safari5.1+ */
	box-shadow:0px 0px 3px #e94752,0px 0px 3px #e94752 inset;
	border:1px solid #e43440;
	border-radius:5px;
}
.btnNight a:hover{
background: rgb(233,71,82); /* Old browsers */
background: -moz-linear-gradient(top, rgba(233,71,82,1) 0%, rgba(255,142,150,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,71,82,1)), color-stop(100%,rgba(255,142,150,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(233,71,82,1) 0%,rgba(255,142,150,1) 100%); /* Chrome10+,Safari5.1+ */
}

/* WWD */
#leaf_box .btnBlank{
	margin:10px auto 0;
	padding:9px 0 8px;
	width:240px;
	color:#fff;
	font-weight:bold;
	background:#999;
	border-radius:5px;
	text-align:center;
}
#leaf_box .btnwwd{
	margin:10px 0 0;
	text-align:center;
}
#leaf_box .btnwwd a{
	display:inline-block;
	padding:9px 0 8px;
	width:240px;
	color:#fff;
	font-weight:bold;
	background:#f73a8b;
	border-radius:5px;
}
#leaf_box .btnwwd a:hover{
	width:236px;
	padding:7px 0 6px;
	color:#00adee;
	background:#fff;
	border:2px solid #00adee;

}
/* 最上もが生誕イベント */
#freeBox{
	width:600px;
	margin:10px auto 0;
	background-colr:#ff0066;
}

#freeBox h1{
	margin:0 0 15px 0;
}
/* キャッチ */
#freeBox .catch{
	font-size:30px;
	font-weight:bold;
	color:#ff0000;
	line-height:1.4em;
	text-align:center;
	margin:0 0 15px 0;
}
/* リード */
#freeBox .lead{
	font-size:18px;
	color:#333;
	font-weight:bold;
	line-height:1.4em;
	text-align:center;
	margin:0 0 20px 0;
}
#freeBox h2{
	font-size:21px;
	font-weight:bold;
	color:#fff;
	line-height:1.4em;
	text-align:left;
	margin:0 0 20px 0;
	padding:7px 10px 7px 24px;
	background-color:#ff0000;
	background: -moz-linear-gradient(top, #f7518e 0%, #f78fb3 3%, #f7518e 5%, #f7367d 94%, #f93479 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7518e), color-stop(3%,#f78fb3), color-stop(5%,#f7518e), color-stop(94%,#f7367d), color-stop(97%,#f93479)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7518e 0%,#f78fb3 3%,#f7518e 5%,#f7367d 94%,#f93479 97%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #f7518e 0%,#f78fb3 3%,#f7518e 5%,#f7367d 94%,#f93479 97%); /* IE10 */
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow:1px 1px 3px #999; 
}
#contents_box h2.titSub{
	margin:0 10px 10px;
	text-align:left;
	padding:0 12px;
	height: 36px;
    line-height: 39px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	background-color:#ff0000;
	background: -moz-linear-gradient(top, #f7518e 0%, #f78fb3 3%, #f7518e 5%, #f7367d 94%, #f93479 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7518e), color-stop(3%,#f78fb3), color-stop(5%,#f7518e), color-stop(94%,#f7367d), color-stop(97%,#f93479)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7518e 0%,#f78fb3 3%,#f7518e 5%,#f7367d 94%,#f93479 97%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #f7518e 0%,#f78fb3 3%,#f7518e 5%,#f7367d 94%,#f93479 97%); /* IE10 */
	border-radius:5px;
}
#freeBox .lead_02{
	font-size:16px;
	color:#333;
	font-weight:bold;
	line-height:1.4em;
	text-align:center;
	margin:0 0 20px 0;
}

#freeBox h3{
	font-size:18px;
	font-weight:bold;
	color:#333;
	line-height:1.4em;
	text-align:left;
	text-indent:10px;
	margin:0 0 10px 0px;
	padding:0 0 5px 0;
	border-left:6px solid #ff0000;
	border-bottom:1px solid #ff0000;
}
#freeBox div.box{
	margin:0 0 20px 0;
}

/* テキスト */
#freeBox .text{
	font-size:14px;
	color:#333;
	line-height:1.4em;
	text-align:left;
	margin:0 0 15px 15px;
}

#freeBox .textLast{
	font-size:14px;
	color:#333;
	line-height:1.4em;
	text-align:left;
	margin:0 0 30px 15px;
}

/* 補足テキスト */
#freeBox .codicil{
	font-size:13px;
	color:#333;
	line-height:1.4em;
	text-align:left;
	margin:0 0 0px 26px;
}

#freeBox ul{
	margin:0 0 20px 15px;
	list-style-type:disc;
}
#freeBox ul li{
	font-size:14px;
	color:#333;
	line-height:1.3em;
	text-align:left;
	padding:0;
	margin:0 0 10px 0;
}
#freeBox ul li:last-child{
	font-size:14px;
	color:#333;
	line-height:1.3em;
	text-align:left;
	padding:0;
	margin:0;
}

#freeBox ul li dl{
	margin:5px 0 0;
}
#freeBox ul li dl dd{
	font-size:14px;
	color:#333;
	line-height:1.3em;
	text-align:left;
	padding:0;
	margin:0 0 5px 0;
}
#freeBox ul li dl dd:last-child{
	font-size:14px;
	color:#333;
	line-height:1.3em;
	text-align:left;
	padding:0;
	margin:0;
	text-indent: 1em;
}

/* 応募ボタン */
#freeBox a.btn{
	margin:0 auto 30px;
	padding:12px;
	text-align:center;    
	display:block;
	width:280px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	/* レタープレス効果を加える */
    text-shadow:0 -1px 0 #000,
                0 1px 0 rgba(255, 255, 255, 0.3),
                1px 0 0 rgba(255, 255, 255, 0.2),
                -1px 0 0 rgba(255, 255, 255, 0.2);
	background:#ff0066;
	background:-moz-linear-gradient(top, #ffb2d7 0%, #ff70b5 50%, #ff2d93 51%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb2d7), color-stop(50%,#ff70b5), color-stop(51%,#ff2d93));
	background:-webkit-linear-gradient(top, #ffb2d7 0%,#ff70b5 50%,#ff2d93 51%);   
	background: -ms-linear-gradient(top, #ffb2d7 0%,#ff70b5 50%,#ff2d93 51%); /* IE10 */
	border:1px solid #ff0066;
	 /* 1pxのラインを加える,外側と内側にシャドウ */
	box-shadow:1px 1px 2px rgba(0,0,0,0.6),
			   inset 0 1px 0 rgba(255,255,255,0.5),
			   inset 1px 0 0 rgba(255,255,255,0.2),
			   inset -1px 0 0 rgba(255,255,255,0.2),
			   inset 0 -1px 0 rgba(255,255,255,0.2); /* 内側：上,左,右,下 */
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;	
	-ms-border-radius:40px;	
}
#freeBox a:hover.btn{
	filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}


/* キャッチ2 */
#freeBox .catch2{
	font-size:16px;
	font-weight:bold;
	color:#f03097;
	line-height:1.4em;
	text-align:center;
	margin:0 0 5px 0;
}

#freeBox .ticketInfo {
	margin:0 auto 30px;
	text-align:center;
}

#freeBox .ticketInfo a {

}

#freeBox .ticketTxt {
	margin:0 0 10px;
	color: #ff0000;
}

#freeBox ul.attentionBox{
	margin:0 0 20px 0px;
	list-style-type:disc;
	letter-spacing: -0.02em;
}
#freeBox ul.attentionBox li{
	font-size:14px;
	color:#333;
	line-height:1.3em;
	text-align:left;
	padding:0;
	margin:0 0 5px 14px;
	text-indent: -14px;
}
#freeBox ul.attentionBox li:last-child{
	font-size:14px;
	color:#333;
	line-height:1.3em;
	text-align:left;
	padding:0;
	margin:0 0 0 14px;
	text-indent: -14px;
}


#contents_box a.btn_Rd{
	margin:0 auto 30px;
	padding:12px 0;
	text-align:center;    
	display:block;
	width:280px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	/* レタープレス効果を加える */
    text-shadow:0 -1px 0 #bf0000,
                0 1px 0 rgba(255, 255, 255, 0.3),
                1px 0 0 rgba(255, 255, 255, 0.2),
                -1px 0 0 rgba(255, 255, 255, 0.2);
	background:#ff0000;
	background:-moz-linear-gradient(top, #ff7b7b 0%,  #ff2d2d 50%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7b7b),  color-stop(50%,#ff2d2d));
	background:-webkit-linear-gradient(top, #ff7b7b 0%,#ff2d2d 50%);   
	background: -ms-linear-gradient(top, #ff7b7b 0%,#ff2d2d 50%); /* IE10 */
	border:1px solid #ff0000;
	 /* 1pxのラインを加える,外側と内側にシャドウ */
	box-shadow:1px 1px 2px rgba(0,0,0,0.6),
			   inset 0 1px 0 rgba(255,255,255,0.5),
			   inset 1px 0 0 rgba(255,255,255,0.2),
			   inset -1px 0 0 rgba(255,255,255,0.2),
			   inset 0 -1px 0 rgba(255,255,255,0.2); /* 内側：上,左,右,下 */
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;	
	-ms-border-radius:25px;	
}
#contents_box a:hover.btn_Rd{    
    background:#ff7070;
	background:-moz-linear-gradient(top, #ff2d2d 0%,  #ff7b7b 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2d2d),  color-stop(100%,#ff7b7b));
	background:-webkit-linear-gradient(top, #ff2d2d 0%,#ff7b7b 100%);   
	background: -ms-linear-gradient(top, #ff2d2d 0%,#ff7b7b 100%); /* IE10 */
}

#event{
	width:600px;
}
#event tr{
	padding:10px;
	font-weight:bold;
}

#event tr.odd{
	background:#fcedfd;
}
#event tr th{
	width:160px;
	padding:10px 8px;
	color:#7c0d84;
	vertical-align:middle;
}

#event tr td{
	font-weight: normal;
	padding:15px 8px;
	width:405px;
	text-align:left;
}
#event #attend{
	padding:2px 0 0;
}
#event #attend li{
	margin:0;
	padding:0 0 8px 15px;
	text-indent: 0;
	border:none;
	font-size: 13px;
	line-height: 170%;
}
#event #attend li span{
	color:#f93479;
}

/*【固有】自由ページ：「夢眠ねむ生誕祭2015」
==============================================================================*/

#nemuBd{
margin: -10px;
background: url(/image/img/pt_dots.gif);
}

#nemuBd h2.,mainImage{
margin: 0 0 8px; 
padding: 5px 0 0;
}

#nemuBd p.EventLead {
text-align: center;
  font-weight: bold;
  background: #fff;
  border: 3px solid #00A291;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 17px;
}

#nemuBd .inBox{
padding:10px;
}

#nemuBd h3.titSub{
  text-align: left;
  padding: 0 12px;
  height: 36px;
  line-height: 39px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #ff0000;
  background: -moz-linear-gradient(top, #f7518e 0%, #f78fb3 3%, #f7518e 5%, #f7367d 94%, #f93479 97%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7518e), color-stop(3%,#f78fb3), color-stop(5%,#f7518e), color-stop(94%,#f7367d), color-stop(97%,#f93479));
  background: -webkit-linear-gradient(top, #f7518e 0%,#f78fb3 3%,#f7518e 5%,#f7367d 94%,#f93479 97%);
  background: -ms-linear-gradient(top, #f7518e 0%,#f78fb3 3%,#f7518e 5%,#f7367d 94%,#f93479 97%);
  border-radius: 5px;
  margin:0 0 10px 0;
} 

#nemuBd ul.boxList li.listsection {
background-color: #FFF;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4em;
  border-radius: 4px;
  margin: 0 0 20px;
}



#nemuBd .detailCell tr.odd{
}



.detailCell{
	width:600px;
	  border-bottom: 1px solid #ddd;
	  border-right: 1px solid #ddd;
}
.detailCell tr{
	padding:10px;
	font-weight:bold;
}

.detailCell tr th{
	width:160px;
	padding:10px 8px;
	color:#333;
	vertical-align:middle;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	 background:#D9FCDD;
	   text-align: center;
}

.detailCell tr td{
padding: 15px 15px;
  width: 360px;
  text-align: left;
  border-top: 1px solid #ddd;
    line-height: 1.5em;
}

#nemuBd  ul#attend{
	padding:2px 0 0;
}
#nemuBd  #attend li{
  border-bottom: 1px dotted #ccc;
  line-height: 1.5em;
  margin: 3px 0 10px 0;
  padding: 0px 0 10px 18px;
  text-indent: -16px;
}
#nemuBd  #attend li:last-child{
  border-bottom: none;
  margin: 0 0 5px 0;
  padding: 0 0 0 14px;
  border-bottom: none;
}
#nemuBd  #attend li span{
	color:#00544B;
}

.detailCell .indent{
display: block;
  text-indent: -14px;
  padding: 0 0 0 14px;
}

.detailCell ul.stageList{

}
.detailCell ul.stageList li{
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-size: 14px;
  line-height: 1em;
  border-bottom: 1px dotted #aaa;
}

.detailCell ul.stageList li:last-child{
  border-bottom: none;
  margin: 0 ;
  padding: 0;
}


#nemuBd a.btn_Rd {
  margin: 0 auto 25px;
  padding: 15px 0;
  text-align: center;
  display: block;
  width: 460px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 -1px 0 #bf0000, 0 1px 0 rgba(255, 255, 255, 0.3), 1px 0 0 rgba(255, 255, 255, 0.2), -1px 0 0 rgba(255, 255, 255, 0.2);
  background: #ff0000;
  background: -moz-linear-gradient(top, #ff7b7b 0%, #ff2d2d 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7b7b), color-stop(50%,#ff2d2d));
  background: -webkit-linear-gradient(top, #ff7b7b 0%,#ff2d2d 50%);
  background: -ms-linear-gradient(top, #ff7b7b 0%,#ff2d2d 50%);
  border: 1px solid #ff0000;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.5), inset 1px 0 0 rgba(255,255,255,0.2), inset -1px 0 0 rgba(255,255,255,0.2), inset 0 -1px 0 rgba(255,255,255,0.2);
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}



/*【固有】自由ページ：「りさ生誕祭ページ2015」
==============================================================================*/

#event_risa2015{
	width:600px;
	border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}
#event_risa2015 tr{
	padding:10px;
	font-weight:bold;
	border-bottom: 1px solid #dddddd;
	background: #fff;
}
/*
#event_risa2015 tr.odd{
	background:#fcedfd;
}*/
#event_risa2015 tr th{
	width:160px;
	padding:10px 8px;
	color:#000;
	vertical-align:middle;
	border-right: 1px solid #dddddd;
	background: #f5f5f5;
}

#event_risa2015 tr td{
	padding:10px 8px;
	width:405px;
	text-align:left;
	background: #ffffff;
}
#event_risa2015 #attend{
	padding:2px 0 0;
}
#event_risa2015 #attend li{
	margin:0 0 8px;
	padding:0 0 8px 15px;
	text-indent:-15px;
	border-bottom:1px dotted #ddd;
	border-top:none;
	border-left:none;
	border-right:none;
	border-radius:0px;
}
#event_risa2015 #attend li:last-child{
	margin:0 0px;
	padding:0 0 8px 15px;
	text-indent:-15px;
	border:none;
	border-radius:0px;
}
#event_risa2015 #attend li span{
	color:#000;
}

.textRisaBd {
	text-align: center;
	font-size:18px;
	padding: 5px 0;
}



#halloween .ticketAttention {
	margin: 0 auto 10px;
}



/* Birthday ムービー
==============================================================================*/

#main_box.birthday{
	margin-top: 50px;
}



/*【固有】自由ページ：「DEMPA HALLOWEEN PARTY～永久ゾンビーナ～」
==============================================================================*/

#halloween{
margin: -10px;
background: url(/static/dempagumi/fanclub-pc/feature/bg_hwlive.jpg);
}


#halloween_detail{
	width:600px;
	border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
}
#halloween_detail tr{
	padding:10px;
	font-weight:bold;
	border-bottom: 1px solid #000000;
	background: #fff;
}
/*
#halloween_detail tr.odd{
	background:#fcedfd;
}*/
#halloween_detail tr th{
	width:160px;
	padding:10px 8px;
	color:#000;
	vertical-align:middle;
	border-right: 1px solid #000000;
	background: #ffeac3;
}

#halloween_detail tr td{
	padding:10px 8px;
	width:405px;
	text-align:left;
	background: #ffffff;
}
#halloween_detail #attend{
	padding:4px 0 2px;
}
#halloween_detail #attend li{
	margin:0 0 10px;
	padding:0 0 10px 15px;
	text-indent:-15px;
	border-bottom:1px dotted #FEB52B;
	border-top:none;
	border-left:none;
	border-right:none;
	border-radius:0px;
}
#halloween_detail #attend li:last-child{
	margin:0 0px;
	padding:0 0 8px 15px;
	text-indent:-15px;
	border:none;
	border-radius:0px;
}
#halloween_detail #attend li span{
	color:#6800b1;
}

.textHalloween {
	text-align: center;
	font-size:18px;
	padding: 5px 0;
	color: #500fcc;
	line-height: 1.3em;
}

#halloween .ticketAttention {
	margin: 0 auto 10px;
}


#contents_box a.btn_ppl{
	margin:0 auto 30px;
	padding:12px 0;
	text-align:center;    
	display:block;
	width:280px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	/* レタープレス効果を加える */
    text-shadow:0 -1px 0 #6800b1,
                0 1px 0 rgba(255, 255, 255, 0.3),
                1px 0 0 rgba(255, 255, 255, 0.2),
                -1px 0 0 rgba(255, 255, 255, 0.2);
	background:#6800b1;
	background:-moz-linear-gradient(top, #9600ff  0%,  #6800b1 50%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#9600ff ),  color-stop(50%,#6800b1));
	background:-webkit-linear-gradient(top, #9600ff  0%,#6800b1 50%);   
	background: -ms-linear-gradient(top, #9600ff  0%,#6800b1 50%); /* IE10 */
	border:1px solid #6800b1;
	 /* 1pxのラインを加える,外側と内側にシャドウ */
	box-shadow:1px 1px 2px rgba(0,0,0,0.6),
			   inset 0 1px 0 rgba(255,255,255,0.5),
			   inset 1px 0 0 rgba(255,255,255,0.2),
			   inset -1px 0 0 rgba(255,255,255,0.2),
			   inset 0 -1px 0 rgba(255,255,255,0.2); /* 内側：上,左,右,下 */
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;	
	-ms-border-radius:25px;	
}
#contents_box a:hover.btn_ppl{    
    background:#9600ff ;
	background:-moz-linear-gradient(top, #6800b1 0%,  #9600ff  100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#6800b1),  color-stop(100%,#9600ff ));
	background:-webkit-linear-gradient(top, #6800b1 0%,#9600ff  100%);   
	background: -ms-linear-gradient(top, #6800b1 0%,#9600ff  100%); /* IE10 */
}


#contents_box h2.titSubHalloween{
	margin:0 10px 10px;
	text-align:left;
	padding:0 12px;
	height: 36px;
    line-height: 39px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	background:#000000;
/*
	background: -moz-linear-gradient(top, #777 0%, #666 3%, #444 5%, #222 94%, #222 97%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777), color-stop(3%,#666), color-stop(5%,#444), color-stop(94%,#222), color-stop(97%,#222));
	background: -webkit-linear-gradient(top, #777 0%,#666 3%,#444 5%,#222 94%,#222 97%); 
	background: -ms-linear-gradient(top, #777 0%,#666 3%,#444 5%,#222 94%,#222 97%); 
	*/
	border-radius:5px;
}

/*【固有】自由ページ：「パフィーと対バン「愛の説教小屋」～萎えきゅんソングを台場にお届け～」
==============================================================================*/

#puffy{
	background: #000;
}
#contents_box #puffy #event table{
	border-color: #c00;
}

#contents_box #puffy h2.titSub{
	background: #EF0C3C;
}

#puffy .floatL,
#puffy .floatR{
	color: #fff;
}

#puffy #event #attend{
	color: #fff;
}

#event #puffy #attend li span{
	color: #FFF300;
}

/*【固有】自由ページ：「tour 2016」チケット先行
==============================================================================*/

#tour2016Ticket{
	background: #fff;
}
#contents_box #tour2016Ticket #event table{
}


#tour2016Ticket #event #attend{
}

#tour2016Ticket #event .tourSchedule tr td{
	width: 500px;
}

#tour2016Ticket #event .tourSchedule tr td:first-child{
	width: 130px;
}

#contents_box #ticket #event .leadBox p{
	font-size: 20px;
	font-weight: bold;
	line-height: 160%;
	text-align: center;
	margin-bottom: 40px;
}


/*　AOP移管時追記
==============================================================================*/
body {counter-reset:sample;}
#wrapper {margin-top: -30px;}
.sub_txt_box h3 {font-weight: bold;}
body#login .attentionBox {
    background: #FDFFE6;
    padding: 15px;
    text-align: center;
    line-height: 1.5em;
    margin: 0 0 20px;
    font-weight: bold;
}
body#login .attentionBox p {margin: 0 0 10px;}
body#login .attentionBox .normal {font-weight: normal;}
body#login .attentionBox .btn {margin: 0;}
body#login .attentionBox .btn .sub {
    display: block;
    background: #6fb8f1;
    background: -moz-linear-gradient(top, #6fb8f1 0%, #4ca9ef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6fb8f1), color-stop(100%,#4ca9ef));
    background: -webkit-linear-gradient(top, #6fb8f1 0%,#4ca9ef 100%);
    background: -o-linear-gradient(top, #6fb8f1 0%,#4ca9ef 100%);
    background: -ms-linear-gradient(top, #6fb8f1 0%,#4ca9ef 100%);
    background: linear-gradient(to bottom, #6fb8f1 0%,#4ca9ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fb8f1', endColorstr='#4ca9ef',GradientType=0 );
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 8px 10px;
    width: 180px;
    margin: 0 auto;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-size: 13px;
    letter-spacing: 0.05em;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5),1px 1px 1px rgba(255,255,255,0.5) inset;
}
body#login .attentionBox .btn {
	background: #fff;
	width: 200px;
	margin: 0 auto;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
body#login .attentionBox .btn .sub:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

#wallpaper .bg_wallpaper img,
#movie .bg_movie img {
	width: 100%;
	height: 100%;
	max-width: 280px;
	max-height: 174px;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
    background-position: center;
}

#wallpaper .bg_wallpaper img,
#movie .thumb_mvbox li .bg_movie img {
	width: 100%;
	height: 100%;
	max-width: 280px;
	max-height: 174px;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
    background-position: center;
}

#info ul.menu li#m_info {background-image: url(/static/dempagumi/fanclub-pc/contents/m_info_on.png);}
#schedule ul.menu li#m_schedule {background-image: url(/static/dempagumi/fanclub-pc/contents/m_schedule_dempa_on.png);}
#wallpaper ul.menu li#m_wallpaper {background-image: url(/static/dempagumi/fanclub-pc/contents/m_wallpaper_on.png);}
.loading {text-align: center;padding: 30px 0;}
.pagerBtn a {
    display: block;
    width: 320px;
    padding: 15px 15px 10px;
    margin: 20px auto;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.05em;
    background: #f93986;
    background: -moz-linear-gradient(top, #f96da5 0%, #f93986 66%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f96da5), color-stop(66%,#f93986));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fb8f1', endColorstr='#4ca9ef',GradientType=0 );
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5), 1px 1px 1px rgba(255,255,255,0.5) inset;
    transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.pagerBtn a:hover{opacity: 0.70;}

.coverWrap {position: relative;}
.coverWrap img.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#faq .faq_list_box span:before {
    counter-increment: sample;
    content: "Q"counter(sample)".";
}

#bbs h2 img {max-width: 100%;}
#wallpaper .thumb_box {margin:0 auto;}
#wallpaper .thumb_box li {width: 50%; height: 300px; margin:0!important; box-sizing: border-box;padding:0 0 0 10px;}
#wallpaper .thumb_box li:nth-child(odd) {clear: both;}

/*初回ログインページ*/
.widePage .container {
	margin: 30px auto 0;
	width: 950px;
	padding: 30px 0;
}
.widePage a:hover {opacity: 0.8;}

.widePage .box {
	margin: 0 0 40px;
	padding: 30px;
	background: #fff;
}
.widePage #footer {
    text-align: center;
    color: #ff0066;
}
.widePage #footer i {margin: 0 3px 0 0 ;}
.widePage #header h1 {
    text-align: center;
    margin: 0 0 30px;
}
.widePage #header h1 a {
    display: inline-block;
	margin: 0 0 0 -20px;
}
.widePage #header h1 a:hover {opacity: 1;}
#firstLogin h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 25px 0 35px;
    color: #E20080;
}
#firstLogin .flowTit {
    background: #72CFF3;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 0 0 20px;
    line-height: 34px;
    padding: 5px 0 0;
}
#firstLogin p {
    text-align: center;
    font-size: 15px;
    margin: 0 0 10px;
    line-height: 1.6em;
    font-weight: bold;
}
#firstLogin .point {
	font-size: 13px;
	color: #666;
	font-weight: normal;
}
#firstLogin .point span {
    display: inline-block;
    color: #fff;
    background-color: #999;
    font-size: 11px;
    letter-spacing: 0.1em;
    border-radius: 5px;
    padding: 4px 6px 3px 8px;
    vertical-align: 1px;
    margin: 0 6px;
    line-height: 1em;
}
#firstLogin .flowImg {margin: 0;}
#firstLogin .flowImg img{
	display: block;
	width: 100%;
	padding: 35px 0 0 ;
}
#firstLogin .firstBlock {margin: 0 0 60px;}




/* 入会案内ページ */
#entry .txt {margin: 0 0 8px;    line-height: 1.5em;}
#entry .sml {margin: 0 0 8px; font-size: 11px; color: #666; font-weight: normal;}
#entry .mb15 {margin-bottom:15px;}
#entry .icon {vertical-align: -1px;margin-right: 3px;}
#entry .txtLink {text-decoration: underline;}
#entry .txtLink:hover {opacity: 0.8;}
#entry .smlList li {
    text-indent: -1em;
    padding-left: 12px;
    margin: 0 0 4px;
    font-size: 11px;
    color: #666;
}
#entry h2 {padding: 25px 0 5px 0;}
#entry table {width: 100%;}
#entry .lead {
	margin: 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
	color: #666;
}

#entry .block {margin: 0 0 30px;}
#entry .planBox .smlTit{
    font-weight: bold;
    margin: 0 0 10px;
    border-bottom: 1px dotted #aaa;
    padding: 0 0 4px;
}
#entry .planBox table {margin: 0 0 20px; font-weight: bold; font-size: 13px; width: 100%;}
#entry .planBox dt {
    font-size: 15px;
    font-weight: bold;
    background: #23B2E8;
    padding: 8px 8px 4px 10px;
    color: #fff;
    border-radius: 5px 5px 0 0;
}
#entry .planBox dd {
    background: #DDF6FF;
    padding: 10px;
    margin: 0 0 15px;
    border-radius: 0 0 5px 5px;
}
#entry .planBox th {
	width: 40px;
	text-align: center;
	background-color: #C2EFFF;
	padding: 10px;
	border-bottom: 1px solid #DDF6FF;
	vertical-align: middle;
}
#entry .planBox td {
	width: 200px;
	text-align: left;
	background: #fff;
	padding: 10px 16px;
	border-bottom: 1px solid #DDF6FF;
	line-height: 1.7em;
}
#entry .planBox td span.sml {
	font-size: 8px;
	margin: 0 0 0 3px;
}
#entry #specialList dt {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #23B2E8;
    padding: 0 0 3px;
    margin: 0 0 15px;
    color: #23B2E8;
}

#entry #specialList dd {margin: 0 0 30px;}
#entry #specialList dd .txtSide {
	margin: 0 0 10px;
}
#entry #specialList dd .ph {
	background: #F5F5F5;
	padding: 15px 0;
	text-align: center;
}
#entry #specialList dd .ph img {margin: 0 13px;}
#entry #specialList th {
    width: 100px;
    text-align: center;
    padding: 10px;
    background: #C2EFFF;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 11px;
}
#entry #specialList td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #666;
}
#entry #specialList td.y {
	color: #E3007F;
	color: #666;
	font-size: 16px;
    padding: 0px;
    line-height: 32px;
}
#entry #specialList td.m {
	color: #23B2E8;
	color: #666;
	font-size: 16px;
    padding: 0px;
    line-height: 32px;
}
#entry #specialList .serviceName {width: 200px;}
#entry #specialList .name {
    text-align: left;
    background: #DDF6FF;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    color: #333;
}
#entry #special .smlList {
    margin: 0 0 20px;
    border-top: 1px dotted #ccc;
    padding: 10px 0 5px;
    border-bottom: 1px dotted #ccc;
}
#entry #special .smlList li {
    text-indent: -3.3em;
    padding-left: 40px;
}

#entry .btnList {margin: 0 0 50px;}
#entry .btn a {
    display: block;
    background: #f93986;
    background: -moz-linear-gradient(top, #f96da5 0%, #f93986 66%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f96da5), color-stop(66%,#f93986));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fb8f1', endColorstr='#4ca9ef',GradientType=0 );
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 15px 15px 10px;
    width: 320px;
    margin: 0 auto 10px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-size: 15px;
    letter-spacing: 0.05em;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5),1px 1px 1px rgba(255,255,255,0.5) inset;
    text-align: center;
    font-weight: bold;
}
#entry .btn a:hover {
    -moz-opacity:0.70;
    opacity:0.70;
}
#entry .btn a span {
    font-size: 12px;
    margin: 0 0 0 5px;
    font-weight: normal;
    vertical-align: 1px;
}

#entry #loppi_lawson {margin: 0;}

#entry .subTit {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 8px;
}
#entry #loppi_lawson .txt {margin: 0 0 4px;}
#entry #loppi_lawson dl {
	margin: 0 0 10px;
    background-color: #eaeaea;
    padding: 10px 10px 1px;
}
#entry #loppi_lawson dt {
	font-weight: bold;
	margin: 0 0 5px;
}
#entry #loppi_lawson dd {margin: 0 0 10px;font-size: 11px;}

#entry #loginMemebers {
	width: 530px;
	background: #FFF4CE;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-align: center;
	padding: 20px;
	margin: 0 auto 40px;
}

#entry #loginMemebers .lead{
	color: #FF005A;
	font-size: 20px;
	letter-spacing: 0.07em;
	margin-bottom: 10px;
}
#entry #loginMemebers .sub{
	line-height: 150%;
	font-size: 13px;
	margin-bottom: 20px;
}
#ticket{
	line-height: 150%;
}

#ticket a.btn_Rd {
    width: 230px;
    margin-top: 7px;
}

#ticket .floatL{
	width: 300px;
	float: left;
}

#ticket .floatR{
	width: 300px;
	overflow: hidden;
}

#ticket #event{
	font-size: 13px;
	line-height: 170%;
	margin: 0 auto;
}

#ticket #event tr th{
	color: #1E1E1E;
}

#event tr.odd {
    background: #FFFCE4;
}

#ticket h2.tit{
	margin-bottom: 30px;
}

#event ul.list.large{
	margin-bottom: 40px;
}


#event tr th {
    font-weight: bold;
}

#mypage.passwordRemind{
	padding: 20px 0;
}

#mypage.passwordRemind .sub_txt_box{
	font-weight: bold;
	margin-bottom: 30px;
}

#mypage.passwordRemind .lead{
	font-size: 14px;
	text-align: center;
	line-height: 170%;
	margin-bottom: 30px;
}

#mypage.passwordRemind .attentionBox .btn{
	margin-top: 10px;
}

#mypage.passwordRemind .attentionBox .center{
	font-size: 14px;
	line-height: 150%;
}


#mypage.passwordRemind .attentionBox .btn .sub {
    display: block;
    background: transparent linear-gradient(to bottom, #6FB8F1 0%, #4CA9EF 100%) repeat scroll 0% 0%;
    border-radius: 3px;
    padding: 8px 10px;
    width: 180px;
    margin: 0px auto;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    letter-spacing: 0.05em;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
}

#mypage.passwordRemind .attentionBox{
	background: #FDFFE6 none repeat scroll 0% 0%;
	padding: 15px;
	text-align: center;
	line-height: 1.5em;
	margin: 0px 0px 20px;
	font-weight: bold;
}



#leaf_box #event  ul.list li{
	border: none;
	padding: 0;
	margin: 0 auto;
}

#contents_box #event  h2.titSub{
	margin: 0 auto 15px;
}
#contents_box #event table{
	background: #fff;
	border: 2px solid #EC64A7;
}

#leaf_box #event ul.list #attend  li {
	text-indent: -1em;
	padding: 0 0px 8px 1em;
}

#ticket .mb5 {margin-bottom: 5px !important;}
#ticket .mb10 {margin-bottom: 10px !important;}
#ticket .mb15 {margin-bottom: 15px !important;}
#ticket .mb20 {margin-bottom: 20px !important;}
#ticket .mb25 {margin-bottom: 25px !important;}
#ticket .mb30 {margin-bottom: 30px !important;}


#topBigBnr{margin: 15px auto;}


/* INFO用ボタン
==============================================================================*/
#infobtn .infobtn{
    display:block;
	width:60%;
	margin:20px auto;
	font-size: 15px;
    padding: 0.8em 1em;
	text-align:center !important;
    text-decoration: none !important;
    border-radius: 5px;
    font-weight: bold;
    color: #FFF !important;
    background-image: -webkit-linear-gradient(#ff35a4 0%, #ff75c1 100%);
    background-image: linear-gradient(#ff35a4 0%, #ff75c1 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c6006d;
}

#infobtn .infobtn:hover{
    background-image: -webkit-linear-gradient(#ff0f93 0%, #ff44ab 100%);
    background-image: linear-gradient(#ff0f93 0%, #ff44ab 100%);
}



/* DNS追加
==============================================================================*/
#top .box,
#contents_box {
    width: 660px;
    padding: 10px 0;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    background-image: url(/static/dempagumi/fanclub-pc/contents/bg_contents_box.jpg);
    background-repeat: repeat;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#top .box{padding: 10px;}
#top-news-box {margin: 30px 0;}
#top .top-dns-box {margin: 0 0 50px;}
#top .top-dns-box .inner {
    background: #fff;
    padding: 30px 30px 20px;
}
#top .top-dns-box .dnsList li {
    width: 183px;
    float: left;
    line-height: 0;
    margin: 0 15px 15px 0;
    position: relative;
}
#top .top-dns-box .dnsList li:nth-child(3n) {margin-right: 0;}
#top .top-dns-box .dnsList li:nth-child(3n + 1) {clear: both;}
#top .top-dns-box .dnsList li:last-child,
#top .top-dns-box .dnsList li:nth-last-child(2),
#top .top-dns-box .dnsList li:nth-last-child(3) {margin-bottom: 0;}
#top .top-dns-box .dnsList li a{
    display: block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border: 3px solid #fff;
        transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
#top .top-dns-box .dnsList li:not(.dnsLogo) a:hover {
	border-color:#ff0066;
}
#top .top-dns-box .dnsList li a:hover img{opacity: 1;}
#top .top-dns-box .dnsList li a img{
	width: 100%;
	background: no-repeat center;
	background-size: cover;
}
#top .top-dns-box .dnsList li .new {
    font-family: 'Fredoka One',"Helvetica Neue",Helvetica,Arial,san-serif,"ヒラギノ角ゴ ProN W3 / W6","Hiragino Kaku Gothic Pro";
    color: #fff;
    display: block;
    position: absolute;
    top: -10px;
    z-index: 1;
    left: -10px;
    background: #ff0066;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
}
#top .top-dns-box .dnsList li .profArea{
    width: 100%;
    background: rgba(255, 83, 161, 0.5);
    padding: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
}
#top .top-dns-box .dnsList li .profArea .ph {
    display: inline-block;
    width: 22px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}
#top .top-dns-box .dnsList li .profArea .cat {
    color: #fff;
    font-size: 11px;
    vertical-align: 6px;
    position: absolute;
    display: block;
    line-height: 110%;
    top: 50%;
    margin-top: -6px;
    left: 32px;
}
#top .top-dns-box .dnsList li.dnsLogo a img{
	background: url(/static/dempagumi/fanclub-pc/contents/logo_dns_pc.png) no-repeat center;
	background-size: 130px auto;
	-webkit-background-size: 130px auto;
	-moz-background-size: 130px auto;
}
#top .top-dns-box .dnsLogo a{
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
#top .top-dns-box .dnsLogo a:hover {opacity: 0.7;}
#top .top-dns-box .dnsLogo a:hover img {opacity: 1;}
#top .top-dns-box .dnsList {margin: 0 0 15px;}
#top .top-dns-box .more {text-align: right;}
#top .top-dns-box .more a {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    margin: 0 auto;
}
#top .top-dns-box .more a i {
    font-size: 18px;
    bottom: -1px;
    margin-left: 5px;
    position: relative;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    right: 0;
}
#top .top-dns-box .more a:hover i {right: -2px;}





/* 相性診断追加
==============================================================================*/
/* 共通 */
#diagnosis .sp {display: none!important;}
#diagnosis .contInner {
    position: relative;
    margin: 0 30px;
    box-sizing: border-box;
    padding: 10px 0 30px;
}
#diagnosis .btn .main {
    display: block;
    background: #f93986;
    background: -moz-linear-gradient(top, #f96da5 0%, #f93986 66%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f96da5), color-stop(66%,#f93986));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fb8f1', endColorstr='#4ca9ef',GradientType=0 );
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 15px 15px 13px;
    width: 320px;
    margin: 0 auto 10px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-size: 15px;
    letter-spacing: 0.05em;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5), 1px 1px 1px rgba(255,255,255,0.5) inset;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	text-align: center;
}
#diagnosis .btn .main:hover {
    -moz-opacity: 0.70;
    opacity: 0.70;
}
#diagnosis .btn .back {
    display: block;
    border: 1px solid;
    padding: 15px;
    width: 300px;
    margin: 0 auto;
    border-radius: 3px;
    transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#diagnosis .btn .back:hover {
	background: #ff0066;
	color: #fff;
}

/* トップ(自由ページ) */
#diagnosis #leaf_box {
    background: #fff url(/static/dempagumi/fanclub-pc/diagnosis/bg.png);
    background-size: 325px auto;
    color: #fff;
}

/* メンバー3人用 */
#diagnosis .memberList { text-align: center;margin: 0 30px 10px;}
#diagnosis .memberList li {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 13px;
    opacity: 0;
    display: inline-block;
}
#diagnosis .diagnosisTop .memberList li:nth-child(3n) {margin-right: 0;}
#diagnosis .diagnosisTop .memberList li:nth-child(4n),
#diagnosis .diagnosisTop .memberList li:nth-child(5n) {
    position: relative;
    top: -20px;
}
#diagnosis .memberList li img {
	width: 100%;
	background: no-repeat center;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
 
}

/* メンバー2人用 */
#diagnosis .memberList_2nd { text-align: center;margin: 0 30px 10px;}
#diagnosis .memberList_2nd li {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 13px;
    opacity: 0;
    display: inline-block;
}
#diagnosis .diagnosisTop .memberList_2nd li:nth-child(3n) {margin-right: 0;}
#diagnosis .diagnosisTop .memberList_2nd li:nth-child(4n),
#diagnosis .diagnosisTop .memberList_2nd li:nth-child(5n) {
    position: relative;
    top: -20px;
}
#diagnosis .memberList_2nd li img {
	width: 100%;
	background: no-repeat center;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
 
}


svg image {clip-path: url(#clipping);}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
  	opacity: .5;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
  	opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
#diagnosis .bounceInUp {
	animation-name: bounceInUp;
	animation-fill-mode: forwards;
	animation-duration: .75s;
}
#diagnosis .diagnosisTop .lead {
    font-size: 22px;
    text-align: center;
    margin: 0 0 30px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    font-family: "Rounded Mplus 1c";
}
#diagnosis .diagnosisTop .txt {
	font-size: 15px;
    line-height: 1.7;
    margin: 0 0 30px;
}
/* 診断TOP */
#diagnosis .formList {
    width: 100%;
    opacity: 0;
    transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
#diagnosis .formList dt {
    font-size: 20px;
    text-align: center;
    margin: 0 0 40px;
    line-height: 1.5;
    font-weight: bold;
}
#diagnosis .formList dt .numb{
    display: block;
    margin: 0 0 15px;
    font-family: "Rounded Mplus 1c";
    font-weight: 700;
    color: #E3007F;
    font-size: 40px;
}
#diagnosis .formList dt .numb img {
    width: 24px;
    position: relative;
    top: 13px;
    margin: 0 13px;
}
#diagnosis .formList dt .numb img:last-child {transform: scale(-1, 1);}
#diagnosis .formList dt .count:before{content:'Q.';}
#diagnosis .formList .questions li {
    width: 49%;
    float: left;
    margin-bottom: 12px;
}
#diagnosis .formList .questions li:nth-child(even) {margin-right: 2%;}
#diagnosis .formList .questions label {
	background:#fff;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4em;
    cursor: pointer;
    display: block;
    color: #000;
    text-align: center;
    font-size: 16px;
	min-height: 80px;
    transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#diagnosis .formList .questions label input{display: none;}
#diagnosis .formList .questions label:not(.notSelected):hover{background:#E3007F;color: #fff; }
#diagnosis .formList .questions label.selected {background:#E3007F!important; color: #fff!important;}
#diagnosis .formList .questions label.notSelected {cursor: inherit; background:#afdeef;}
#diagnosis .formList .questions label span {
    width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 15px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#diagnosis .btnArea {
	display: none;
	text-align: center;
}
#diagnosis .btnArea .txt {
    font-size: 20px;
    margin: 0 0 20px;
    line-height: 1.5;
    padding: 10px 0 0 ;
    font-weight: bold;
}
#diagnosis .btnArea .memberList li {
	opacity: 1;
	width: 25%;
}

#diagnosis .btnArea .memberList_2nd li {
	opacity: 1;
	width: 25%;
}

#diagnosis .btnArea .btn {margin: 0 auto;}
#diagnosis .btnArea .toResult {width: 200px;position: relative;}
#diagnosis .btnArea .toResult:before {
    content: "\f004";
    font-family: 'FontAwesome';
    font-size: 200px;
    color: #e3007f;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    z-index: 0;
    top: 10px;
	line-height: 1em;
    transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#diagnosis .btnArea .toResult:hover:before {transform: scale(1.1);}
#diagnosis .btnArea .toResult .main{
    z-index: 1;
    position: relative;
    background: none;
    height: 200px;
    line-height: 200px;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    font-family: "Rounded Mplus 1c";
    letter-spacing: 0.1em;
    box-shadow: none;
    text-shadow: none;
    margin: 0 auto;
	width: 200px;
	outline: none;
}
#diagnosis .btnArea .toResult .main:hover {opacity:1;}

/* 診断結果ページ */
#diagnosis .result {text-align: center;}
#diagnosis .result .topTxt{
	font-size: 20px;
	margin: 0 0 20px;
	color: #fff;
	opacity:0;
    transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	font-weight: bold;
}
#diagnosis .result .name{
    font-size: 42px;
    margin: 0 0 15px;
    color: #E3007F;
    font-weight: 700;
    font-family: "Rounded Mplus 1c";
    letter-spacing: 0.1em;
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
#diagnosis .result .phWrap {
    transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	opacity:0;
}
#diagnosis .result .ph {
	margin: 0 auto 40px;
	position: relative;
	width: 75%;
}
#diagnosis.fail .result .ph {margin-bottom: 20px;}
#diagnosis .result .ph img{
    display: block;
    width: 100%;
    line-height: 0;
    background: no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
}
#diagnosis .result .rate {
    display: inline-block;
    font-size: 20px;
    position: absolute;
    right: -42px;
    bottom: -12px;
    line-height: 1;
    opacity:0;
    transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#diagnosis .result .rate:before {
    content: "\f004";
    font-family: 'FontAwesome';
    font-size: 140px;
    color: #e3007f;
    transform: rotate(15deg);
    display: block;
    transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#diagnosis.pass .result .rate:before {
	transform: scale(1.1) rotate(15deg);
}
#diagnosis.fail .result .rate:before {
	color: #3d43ab;
}
#diagnosis .result .rate .numb{
    font-size: 44px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    top: 47%;
    left: 57%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: "Rounded Mplus 1c";
    font-weight: 700;
}
#diagnosis .result .rate .odometer-digit:last-of-type:after{
    content: '%';
    font-size: 22px;
    margin-left: 6px;
    position: relative;
    bottom: 3px;
}
#diagnosis .result .show {opacity: 1;}
#diagnosis .result .fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}
@keyframes fadeIn {
	0% {transform: scale(0.8);}
	60% {transform: scale(1.025);}
	80% {transform: scale(0.95);}
	100% {transform: scale(1);}
}
@-webkit-keyframes fadeIn {
	0% {-webkit-transform: scale(0.8);}
	60% {-webkit-transform: scale(1.025);}
	80% {-webkit-transform: scale(0.95);}
	100% {-webkit-transform: scale(1);}
}
#diagnosis .result .box {
    margin: 0 0 30px;
    background: #008ec3;
    padding: 30px 15px;
    border-radius: 5px;
    display: none;
}
#diagnosis .wpArea .wp {margin: 0 0 20px;}
#diagnosis .wpArea .wp img {width: 50%;}
#diagnosis .result .subTxt {line-height: 1.7em; margin: 0; }
#diagnosis .result .wpArea .conglaturations {
    font-weight: 900;
    font-family: "Rounded Mplus 1c";
    font-size: 30px;
    margin: 0 0 20px;
}
#diagnosis .result .notFound {
    font-size: 16px;
    text-align: center;
    margin: 0 0 40px;
    line-height: 1.8;
}
#diagnosis .result .sns .tit{
    font-size: 15px;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    margin: 0 0 15px;
	font-weight: bold;
}
/*
#diagnosis .result .sns .tit:before,
#diagnosis .result .sns .tit:after{
    content: "\f004";
    font-family: 'FontAwesome';
    position: absolute;
}
#diagnosis .result .sns .tit:before{
    transform: rotate(-15deg);
    left: -10px;
}
#diagnosis .result .sns .tit:after{
    transform: rotate(15deg);
    right: -10px;
}
*/
#diagnosis .shareList {margin: 0 0 30px;}
#diagnosis .shareList li {display: inline-block;margin: 0 5px;}
#diagnosis .shareList li a {
    display: block;
    color: white;
    text-align: center;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
#diagnosis .shareList .facebook a {background:#385AA7;}
#diagnosis .shareList .twitter a {background:#28A9E0;}
#diagnosis .shareList .lineIco a {background:#2cbf13;}
#diagnosis .shareList a::before {
    font: normal normal normal 16px/1 FontAwesome;
    position: relative;
    font-size: 20px;
    top: 3px;
    left: 1px;
}
#diagnosis .shareList .facebook a::before { content: "\f09a"; }
#diagnosis .shareList .twitter a::before { content: "\f099"; }
#diagnosis .shareList .lineIco a:before {
    content: '';
    display: inline-block;
    background: no-repeat url(/static/dempagumi/fanclub-sp/cmn/ico_line.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    top: 7px;
}
#diagnosis .sns .dns a {
    display: inline-block;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    position: relative;
    background: rgb(227, 0, 127);
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: bold;
}
#diagnosis .result .btn {display: none;}
#diagnosis .result .btn a{
	display: inline-block;
    border: 1px solid #fff;
    padding: 5px 30px;
    color: #fff;
}
#diagnosis .result .inview {
    opacity: 0;
    position: relative;
    top: 50px;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
#diagnosis .result .inview.view {
	position: relative;
	top: 0;
	opacity: 1;
}
#diagnosis .result a{
    transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#diagnosis .result a:hover{
	opacity: 0.8;
}
#diagnosis .error .topTxt{
	text-align: center;
    font-size: 16px;
    margin: 0 0 20px;
    color: #fff;
    font-weight: bold;
}


/* フォト機能追加
==============================================================================*/
.photo { padding-top: 10px;}
.photo.detail { padding-top: 0;}
.photo .clearfix::after {
    display: table;
    content: "";
    clear: both;
}
.photo .photo_list {
	width: auto;
	overflow: hidden;
	padding: 0px;
	margin: 0px 10px 10px;
}
.photo .photo_list li {
	float: left;
	width: 270px;
	margin: 0 0 30px 45px;
}
.photo .photo_list li:nth-child(odd) { margin-left: 5px;}
.photo .photo_list li:nth-child(2n+1) { clear: both;}
.photo .photo_list li:last-child,.photo .photo_list li:nth-last-child(2){ margin-bottom: 0;}
.photo .photo_list li .thumb {
	width: 270px;
	height: auto;
	padding: 5px 0 5px 0;
	text-align: center;
	background-color: rgb(255, 255, 255);
    margin: 0 0 10px 0;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.80);
}
.photo .photo_list li .thumb a { display: block;}
.photo .photo_list li .thumb a:hover { opacity: 0.60;}
.photo .photo_list li .thumb a img {
	width: 100%;
	height: 100%;
	max-width: 260px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.photo .photo_list li .tit {
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	color: #000;
	text-align: left;
	font-weight: bold;
}
.photo.detail #main_box h2.tit {
	font-size: 20px;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	color: #000;
	font-weight: bold;
	margin: 25px 20px 30px 15px;
}
#cboxClose {
	width: 70px !important;
	height: 70px !important;
	position: fixed !important;
	top: 20px !important;
	right: 30px !important;
	background: url(/static/dempagumi/fanclub-pc/photo/close.png) no-repeat center !important;
	background-size: 70px !important;
}
#cboxNext, #cboxPrevious {
	position: fixed !important;
	height: 100% !important;
	top: 0!important;
	border: none!important;
	outline: none !important;
	text-indent: -9999px !important;
	background: no-repeat center;
}
#cboxNext {
	right: -40px!important;
	background: url(/static/xmaseileen/official/feature/photo/next.png) no-repeat center!important;
	background-size: 20% !important;
}
#cboxPrevious {
	left: -40px!important;
	background: url(/static/xmaseileen/official/feature/photo/prev.png) no-repeat 60px center!important;
	background-size: 20% !important;
}