@charset "utf-8";

/*全般
================================================================ */
.main_area_top{
	clear: both;
	width: 1000px;
	margin:0 auto 0 auto;
	padding: 20px 10px 0 10px;
	text-align:left;
	overflow:hidden;
	background-color: #FFFFFF;
}

#content{
	border:none;
	overflow:visible;
	width:1000px;
}

#content:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden; 
	height: 0;
}

#content h1{
	width:auto;
	height:20px;
	line-height:20px;
	margin:10px 0 10px 0;
	text-align:left;
	background:none;
	font-size:15px;
}

#contentRewidth{
	width:760px;
}

a.dummybtn{
	width:100%;
	height:100%;
	display:block;
	background:#eee;
}

.t-red{
	color:#f00;
}

/*ページ内遷移メニュー
================================================================ */
#con_topnavi {
	width: 100%;
	height: 65px;
	background-color: #5e6172;

	position: fixed;
	top: -70px;

	z-index: 10000;
}

#con_topnavi ul {
	text-align: center;
	letter-spacing: -.40em;
	min-width: 1000px;
}

#con_topnavi ul li {
	background-color: #30323c;
	border-right: 1px solid #5b5e6f;
	display: inline-block;
	font-size: 18px;
	line-height: 65px;
	letter-spacing: normal;
}

#con_topnavi ul li:last-child {
	border-right: none;
}

#con_topnavi ul li a {
	background: url(/game/asset/pc/common/images/top_con_topnavi_bg.jpg) no-repeat center 50px;
	display: block;
	color: #FFF;
	text-decoration: none;
}

/*ページ内遷移メニュー
================================================================ */
#con_prarea {
	width: 1000px;

	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

#con_prarea h2 {
	color: #2980b9;
	font-size: 1.1em;
	margin-bottom: 3px;
}

#con_prarea ul {
	background-color: #F5F5F5;
	text-align: center;
	letter-spacing: -.40em;
	padding-top: 10px;
	padding-bottom: 5px;
}

#con_prarea ul li.pr_news {
	width: 158px;
	height: 90px;
	display: inline-block;
	letter-spacing: normal;
	position: relative;
	overflow: hidden;
	border: 1px solid #CCC;

	margin-left: 5px;
}

#con_prarea ul li.pr_news:first-child {
	margin-left: 0px;
}

#con_prarea ul li.pr_news p {
	width: 148px;
	height: 80px;
	background: #828282;
	position: absolute;
	top: 90px;
	opacity: 0.85;
	color: #FFF;
	font-weight: bold;
	text-align: left;

	padding: 5px;
}

#con_prarea ul li.pr_news:hover p {
	top: 0px;

	-webkit-transition: 0.2s;
	-moz-transition:  0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

#con_prarea ul li.pr_banner {
	width: 480px;
	height: 90px;
	display: inline-block;
	letter-spacing: normal;
	position: relative;
	overflow: hidden;
	display: none;

	margin-left: 10px;
}

#ad {
	margin-top: 20px;
}

/*ゲームソフト検索
================================================================ */
#search {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-bottom: 24px;
	padding-left: 10px;
	padding-right: 10px;
}

#search h2 {
	color: #2980b9;
	font-weight: bold;
	font-size: 2.0em;
	line-height: 1em;
  padding-bottom: 25px;
}

/* テキスト検索
------------------------------------------------------------------ */
#search_text {
	float: right;
	padding: 0;
}

#search_text .download {
	background-color: #363947;
	color: #FFFFFF;
	font-size: 1.3em;
	line-height: 26px;
	height: 26px;
	float: right;
	border: 2px #3d3d3d solid;
	margin-right: 26px;
}

#search_text .download a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	height: 100%;
}

#search_text form {
	display:block;
	float:right;
	overflow:hidden;
	border: 2px #363947 solid;
}

#search_text form div {
	float: left;
	height:26px;
	line-height:26px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	overflow:hidden;
}

#search_text form div input{
	display:block;
	float:left;
	height:26px;
	line-height:22px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

/* 機種別検索
------------------------------------------------------------------ */
#search_hard {
	color: #363947;
	width: 1000px;
	overflow: hidden;
	font-size: 1.1em;
}

#search_hard h3 {
	font-weight: bold;
	float: left;
}

#search_hard .hard_list {
	overflow: hidden;
	padding:0;
	position: relative;
	float:left;
}

#search_hard .hard_list li {
	float: left;
	padding:0 1em 0 0;
}

#search_hard .hard_list li a {
	text-decoration: none;
	color:#363947;
}

/* シリーズ別検索
------------------------------------------------------------------ */
#search_series {
	color: #363947;
	width: 1000px;
	overflow: hidden;
	font-size: 1.1em;
}

#search_series h3 {
	font-weight: bold;
	float: left;
}

#search_series .series_list {
	overflow: hidden;
	padding:0;
	position: relative;
	float:left;
}

#search_series .series_list li {
	float: left;
	padding:0 1em 0 0;
}

#search_series .series_list li a {
	text-decoration: none;
	color:#363947;
}


/*トップビジュアル
================================================================ */
#con_Topvisual {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 20px 10px;
}

.Topvisual_large {
	border: 1px solid #2980b9;
	width: 978px;
	padding:0 0 0 0;
	background:#000;
}

.Topvisual_large a {
	text-decoration: none;
}

.Topvisual_large a img {
	display: block;
}

.Topvisual_large a p {
	text-decoration: none;
	background-color: #2980b9;
	padding-left: 1em;
	height: 39px;
	line-height: 39px;
	color: #FFF;
}

.Topvisual_small {
	width: 999px;
	padding: 0;
	margin:0;
}

.Topvisual_small ul {
	width:999px;
	padding:0 0 0 0;
	overflow: hidden;
}

.Topvisual_small ul li {
	background-color: #2980b9;
	border: 2px solid #2980b9;
	width:310px;
	padding:0;
	margin: 20px 19px 0 0;
	float:left;
}

.Topvisual_small ul li.dlTitle {
	background-color: #1f9969;
	border: 2px solid #1f9969;
}

.Topvisual_small ul li a {
	text-decoration: none;
	color: #FFF;
	width:310px;
	display:block;
}

.Topvisual_small ul li p {
	padding: 10px 20px;
}

.Topvisual_small ul li a img {
	display: block;
	padding: 0;
}

.Topvisual_event {
	width: 980px;
	padding: 0;
	margin-top: 20px;
}

.Topvisual_event ul {
	width: 980px;
	padding:0 0 0 0;
	letter-spacing: -.40em;
}

.Topvisual_event ul li {
	width: 485px;
	display: inline-block;
	padding-right: 10px;
}

.Topvisual_event ul li:nth-child(2n) {
	padding-right: 0px;
}

.Topvisual_event ul li a {
	display: block;
}

.Topvisual_event ul li a img {
	width: 100%;
	height: auto;
}

/*トップビジュアル
================================================================ */
#con_AtArea {
	margin-bottom: 40px;
}

/* イベントバナーエリア
================================================================ */
#con_event {
	padding-top: 20px;
	margin-bottom: 20px;
}

#con_event h2 {
	color: #2980b9;
	font-weight: bold;
	font-size: 2.0em;
	line-height: 1em;
  padding-bottom: 8px;
	margin:0 0 0 10px;
}

#con_event .con_event_inner {
	padding:16px 0;
	width:1000px;
	background:#F5F5F5;
}

#con_event .event_banner {
	width: 990px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	letter-spacing: -.40em;
}

#con_event .event_banner a {
	width: 485px;
	display: inline-block;
	letter-spacing: normal;
	margin-left: 5px;
	margin-right: 5px;
}

#con_event .event_banner a img {
	display: block;
	width: 100%;
	height: auto;
}

#con_event .reg_box {
	margin: 0 auto 10px;
	padding: 0 10px;
	width: 954px;
	border: double;
	border-color: #333;
	font-size: 100%;
	background: #fff;
}

/* マイカプニュースリスト
------------------------------------------------------------------ */
#con_event .topics_bg{
	padding:16px 8px 0 8px;
	position:relative;
	overflow: hidden;
	background:#f5f5f5;
}

#con_event .topics_bg li dd{
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  font-weight:bold;
}

#con_event .topics_bg li dd.title {
	font-size: 13px;
}

#con_event .topics_bg li dd.title a {
	text-decoration: none;
	color: #000;
	cursor: auto;
	display: block;
}

#con_event .topics_bg li dd.title a:hover{
	color: -webkit-link;
	cursor: auto;
	text-decoration: underline;
}

#con_event .topics_bg li dd.tag{
  line-height:20px;
  height:20px;
  color:#FFF;
  float:left;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
}

#con_event .topics_bg li dd.date{
  line-height:20px;
  height:20px;
  float:right;
  margin-top: 5px;
}

#con_event .topics_bg li dd.share ul li{
	margin-left: 3px;
	margin-right: 4px;
	float: left;
}

#con_event .topics_bg li.l_last{
  margin-bottom: 15px;
}

#con_event .topics_bg li dd.pr{
  background-color:#ff0000;
}

/* Large個別設定 */
#con_event .topics_bg li.large {
  float: left;
  margin-bottom: 5px;
  margin-left: 8px;
  margin-right: 6px;
  height: 280px;
}

#con_event .topics_bg li.large dl{
  width: 230px;
  padding: 0px 0px 8px 0px;
  background-color:#FFF;
  height:270px;
  position: relative;
	border:solid 1px #ddd;
	
	box-shadow: 1px 1px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  -moz-box-shadow: 1px 1px 2px #ccc;
}

#con_event .topics_bg li.large dt {
	width: 230px;
	height: auto;
	border-bottom:solid 1px #ddd;
}

#con_event .topics_bg li.large dt a {
	display: block;
}

#con_event .topics_bg li.large dt img{
	width: 230px;
	display: block;
}


#con_event .topics_bg li.large dd.title{
  width: 220px;
  clear:both;
  padding-top: 16px;
}

#con_event .topics_bg li.large dd.share{
	margin-left: 2px;
	margin-right: 2px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
}


/* ムービー/カプコンTV
================================================================ */
#con_Mov {
	padding:0 5px;
	width:990px;
	height:490px;
	background:#F5F5F5;
	margin-bottom: 10px;
}

/* ムービー
------------------------------------------------------------------ */
#mov_pv {
	float:left;
	width:465px;
	height:470px;
	margin:10px 5px;
	padding-left: 10px;
	padding-right: 10px;
	background:#FFF;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 2px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 2px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 2px 2px;
}

#mov_pv h3 {
	margin:10px 0 0 10px;
	color:#2980b9;
	font-size:18px;
	font-weight:bold;
}

#mov_pv iframe {
	margin-top: 5px;
}

#mov_pv ul {
	margin-top: 5px;
}

#mov_pv li {
	float: left;
	width: 111px;
	padding-right: 7px;
}

#mov_pv li:last-child {
	padding-right: 0px;
}

#mov_pv img.mov_pv_btn {
	margin-top: 5px;
}

/* カプコンTV
------------------------------------------------------------------ */
#mov_cptv {
	float:left;
	margin:10px 5px;
	width:485px;
	height:470px;
	background:#00a0e9;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 2px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 2px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 2px 2px;
}

#mov_cptv img {
	margin:10px 0 10px 10px;
}

#mov_cptv p {
	width: 351px;
	height: 40px;
	margin: 10px 0 0 10px;
	padding: 10px 10px 10px 104px;
	color: #FF0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	background: url(http://www.capcom.co.jp/game/content/wp-content/uploads/2016/02/cptv_note.jpg) no-repeat;
}

#mov_cptv a {
	color:#FF0;
}

#mov_cptv iframe {
	margin:10px;
}


/* 最新ニュース
================================================================ */
#con_topics {
	margin:0 0 40px 0;
	padding-top: 20px;
}

#con_topics h2 {
	color: #2980b9;
	font-weight: bold;
	font-size: 2.0em;
	line-height: 1em;
  padding-bottom: 8px;
	float:left;
	margin:40px 100px 0 10px;
}

/* マイカプニュースリスト
------------------------------------------------------------------ */
#con_topics .topics_bg{
	padding:16px 8px 0 8px;
	position:relative;
	overflow: hidden;
	background:#f5f5f5;
}

#con_topics .topics_bg li dd{
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  font-weight:bold;
}

#con_topics .topics_bg li dd.title {
	font-size: 13px;
}

#con_topics .topics_bg li dd.title a {
	text-decoration: none;
	color: #000;
	cursor: auto;
	display: block;
}

#con_topics .topics_bg li dd.title a:hover{
	color: -webkit-link;
	cursor: auto;
	text-decoration: underline;
}

#con_topics .topics_bg li dd.tag{
  line-height:20px;
  height:20px;
  color:#FFF;
  float:left;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
}

#con_topics .topics_bg li dd.date{
  line-height:20px;
  height:20px;
  float:right;
  margin-top: 5px;
}

#con_topics .topics_bg li dd.share ul li{
	margin-left: 3px;
	margin-right: 4px;
	float: left;
}

#con_topics .topics_bg li.l_last{
  margin-bottom: 15px;
}

/* タグ */
#con_topics .topics_bg li dd.game{
  background-color:#6cb1ff;
}

#con_topics .topics_bg li dd.fanclub{
  background-color:#ff6ca7;
}

#con_topics .topics_bg li dd.other{
  background-color:#b6b6b6;
}

#con_topics .topics_bg li dd.goods{
  background-color:#f17bff;
}

#con_topics .topics_bg li dd.event{
  background-color:#58ffab;
}

#con_topics .topics_bg li dd.campaign{
  background-color:#99ff6c;
}

#con_topics .topics_bg li dd.pr{
  background-color:#ff0000;
}

/* Large個別設定 */
#con_topics .topics_bg li.large {
  float: left;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 6px;
  height: 280px;
}

#con_topics .topics_bg li.large dl{
  width: 230px;
  padding: 0px 0px 8px 0px;
  background-color:#FFF;
  height:270px;
  position: relative;
	border:solid 1px #ddd;
	
	box-shadow: 1px 1px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  -moz-box-shadow: 1px 1px 2px #ccc;
}

#con_topics .topics_bg li.large dt {
	width: 230px;
	height: auto;
	border-bottom:solid 1px #ddd;
}

#con_topics .topics_bg li.large dt a {
	display: block;
}

#con_topics .topics_bg li.large dt img{
	width: 230px;
	display: block;
}


#con_topics .topics_bg li.large dd.title{
  width: 220px;
  clear:both;
  padding-top: 16px;
}

#con_topics .topics_bg li.large dd.share{
	margin-left: 2px;
	margin-right: 2px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
}

/* Small個別設定 */
#con_topics .topics_bg li.small {
  clear: both;
  margin-bottom: 0px;
  margin-left: 2px;
  margin-right: 2px;
  background-color:#FFF;
  padding: 7px 0px 0px 6px;
}

#con_topics .topics_bg li.small dl.dotto{
	border-bottom: #333 1px dotted;
}

#con_topics .topics_bg li.small dl{
  width: 726px;
  position: relative;
  overflow: hidden;
}

#con_topics .topics_bg li.small dt {
	border: solid 1px #ccc;
	width: 100px;
	height: 56px;
	float: left;
	margin-bottom: 10px;
	margin-top: 3px;
}

#con_topics .topics_bg li.small dd.tag {
  margin-left: 15px;
}

#con_topics .topics_bg li.small dd.date {
  float: left;
  margin-left: 10px;
}

#con_topics .topics_bg li.small dd.share {
  float: right;
  margin-right: 0px;
}

#con_topics .topics_bg li.small dd.share ul li{
	margin-left: 6px;
}

#con_topics .topics_bg li.small dd.title{
	position: absolute;
	top: 30px;
	left: 115px;
	line-height: 1.5em;
}


/* 最新ニュース
================================================================ */
#con_social {
	margin: 0;
	margin-bottom: 40px;
}

#con_social ul {
	text-align: center;
	letter-spacing: -.40em;
}

#con_social ul li {
	display: inline-block;
	letter-spacing: normal;
	padding-right: 12px;
}

#con_social ul li:last-child {
	padding-right: 0px;
}


/* サイト更新情報エリア
================================================================ */
#site_news {
	width: 1000px;
	margin-bottom: 20px;
}

#site_news h2 {
	color: #2980b9;
	font-weight: bold;
	font-size: 2.0em;
	line-height: 32px;
	margin-right: 10px;
	float: left;
}

#site_news .news_t-link {
	height: 32px;
	text-align: left;
	padding: 0;
	display: inline;
}

#site_news .news_t-link a {
	display: inline;
	line-height: 32px;
	float: none;
	padding: 0;
	background: none;
	font-size: 1.15em;
}

#site_news .con_info {
	clear: both;
	padding: 10px;
	position: relative;
	overflow: hidden;
	background: #f5f5f5;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*----- ログオフ時 -----*/
#site_news .change_menu_visiter {
	overflow: hidden;
	float: right;
}

#site_news .change_menu_visiter ul {
	overflow: hidden;
	margin: 0 0 0 0;
	float: left;
}

#site_news .change_menu_visiter ul li{
	width: 238px;
	height: 30px;
	float: left;
	text-align: center;
	background: #fff;
	border: solid 1px #666;
}

#site_news .change_menu_visiter ul li:first-child {
	margin-right: 5px;
}

#site_news .change_menu_visiter ul li a{
	display: block;
	text-decoration: none;
	padding: 0;
	color: #2980b9;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
}

#site_news .change_menu_visiter ul li:first-child a{
	border-right: none;
}

#site_news .change_menu_visiter ul li.current{
	background: #d0e3f0;
}

/*----- ログオン時 -----*/
#site_news .change_menu {
	overflow: hidden;
	float: right;
}

#site_news .change_menu ul {
	overflow: hidden;
	margin: 0 0 0 0;
	float: left;
}

#site_news .change_menu ul li {
	width: 238px;
	height: 30px;
	float: left;
	text-align: center;
	background: #fff;
	border: solid 1px #666;
}

#site_news .change_menu ul li:first-child {
	margin-right: 5px;
}

#site_news .change_menu ul li a{
	display: block;
	text-decoration: none;
	padding: 0;
	color: #2980b9;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
}

#site_news .change_menu ul li:first-child a{
	border-right: none;
}

#site_news .change_menu ul li.current{
	background: #d0e3f0;
}

/*----------------------*/
#site_news ul.change_block {
	height: 290px;
	overflow: auto;
	padding: 0;
	display:none;
	width:980px;
}

#site_news ul.change_block .date{
	padding-left: 5px;
	font-weight:bold;
	color:#666666;
	font-size: 1.5em;
}

#site_news ul.change_block li {
	padding:15px 0 15px 0;
	margin:0 5px 0 5px;
	border-bottom:dotted 1px #494949;
	overflow:hidden;
}

#site_news ul.change_block li a{
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

#site_news ul.change_block li a span {
	width: 100px;
	height: 25px;
	display: block;
	text-align: center;
	font-size: 0.85em;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
}

#site_news ul.change_block li a span.cat_1 {
	background-color: #6cb1ff;
}

#site_news ul.change_block li a span.cat_3 {
	background-color: #58ffab;
}

#site_news ul.change_block li a span.cat_4 {
	background-color: #f17bff;
}

#site_news ul.change_block li a span.cat_5 {
	background-color: #FBA848;
}

#site_news ul.change_block li a span.cat_6 {
	background-color: #b6b6b6;
}

#site_news ul.change_block li p{
	line-height: 25px;
	color: #000;
	font-weight: normal;

	margin-left: 120px;
}

#site_news ul.change_block li p strong {
	font-weight: bold;
	padding-right: 1em;
}

#site_news .mygame_info{
	padding:0;
	overflow:hidden;
	text-align: right;
	letter-spacing: -.40em;
}

#site_news .mygame_info a{
	width: 100%;
	height: 30px;
	display: block;
	color: #2980b9;
	font-size: 1.15em;
	line-height: 30px;
	text-decoration: none;
}

#site_news .mygame_info .bt01{
	width: 238px;
	margin-right: 5px;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
	border: solid 1px #666;
	display: inline-block;
	letter-spacing: normal;
}

#site_news .mygame_info .bt02{
	width: 238px;
	padding: 0;
	text-align: center;
	float: right;
	background: #FFFFFF;
	border: solid 1px #666;
	display: inline-block;
	letter-spacing: normal;
}


/* ファンクラブ情報エリア
================================================================ */
#con_fanclub {
	position: relative;
	margin-bottom: 40px;
	padding-top: 20px;
}

#con_fanclub h2 {
	color: #2980b9;
	font-weight: bold;
	font-size: 2.0em;
	line-height: 60px;
	margin-right: 10px;
	float: left;
}

#con_fanclub .sns_btn {
	text-align: right;
	letter-spacing: -.40em;
	height: 60px;
}

#con_fanclub .sns_btn li {
	display: inline-block;
	letter-spacing: normal;
	height: 60px;
	line-height: 60px;
	margin-right: 5px;
}

#con_fanclub .sns_btn li:last-child {
	margin-right: 0px;
}

#con_fanclub .sns_btn li img {
	vertical-align: middle;
}

#con_fanclub .fanclub_bg {
	clear: both;
	box-shadow: 0px 0px 2px 0px #ccc;
	-webkit-box-shadow: 0px 0px 2px 0px #ccc;
	-moz-box-shadow: 0px 0px 2px 0px #ccc;
	width: 1000px;
	margin: 13px 0 2px 0;
	padding-top: 40px;
	padding-bottom: 40px;
}

#con_fanclub a {
	text-decoration: none;
}

/* ファンクラブ新着情報エリア
------------------------------------------------------------------ */
#con_fanclub .fanclub_news ul {
	text-align: center;
	letter-spacing: -.40em;
}

#con_fanclub .fanclub_news li {
	width:235px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;

	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 30px;

	box-shadow: 0px 0px 2px 0px #999;
	-webkit-box-shadow: 0px 0px 2px 0px #999;
	-moz-box-shadow: 0px 0px 2px 0px #999;
}

#con_fanclub .fanclub_news li img {
	display: block;
	width: 235px;
	height: auto;
}

#con_fanclub .fanclub_news li p {
	height: 60px;
	text-align: left;
	line-height: 20px;
	font-size: 1.1em;
	color: #000000;

	padding: 10px;
}

#con_fanclub .fanclub_news li p .new {
	color: #ff0000;
}

/* ファンクラブバナーエリア1
------------------------------------------------------------------ */
#con_fanclub .fanclub_banner1 {
}

#con_fanclub .fanclub_banner1 ul {
	text-align: center;
	letter-spacing: -.40em;
}

#con_fanclub .fanclub_banner1 li {
	width: 480px;
	display: inline-block;
	letter-spacing: normal;

	padding-left: 5px;
	padding-right: 5px;
}

#con_fanclub .fanclub_banner1 li a {
	width: 480px;
	display: block;
}

#con_fanclub .fanclub_banner1 li img {
	vertical-align:bottom;
	width: 480px;
	display: block;
}

/* ファンクラブ個別新着情報エリア
------------------------------------------------------------------ */
#con_fanclub .fanclub_sep_news {
	text-align: center;
	letter-spacing: -.40em;

	padding-top: 10px;
}

#con_fanclub .fanclub_sep_news section {
	width: 430px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;

	padding: 20px 25px;

	margin-left: 5px;
	margin-right: 5px;
	margin-top: 30px;

	box-shadow: 0px 0px 2px 0px #999;
	-webkit-box-shadow: 0px 0px 2px 0px #999;
	-moz-box-shadow: 0px 0px 2px 0px #999;
}

#con_fanclub .fanclub_sep_news section h3 {
	height: 24px;
	text-align: left;
	line-height: 24px;
	font-size: 1.35em;
	font-weight: bold;
}

#con_fanclub .fanclub_sep_news section .logoArea {
	height: 60px;
	position: relative;

	margin-top: 15px;
}

#con_fanclub .fanclub_sep_news section .logoArea .imgLogo {
	text-align: left;
}

#con_fanclub .fanclub_sep_news section .logoArea .btnSns {
	text-align: right;
	letter-spacing: -.40em;
	position: absolute;
	right: 0px;
	top: 0px;
}

#con_fanclub .fanclub_sep_news section .logoArea .btnSns li {
	display: inline-block;
	letter-spacing: normal;
	
	padding-left: 5px;
}

#con_fanclub .fanclub_sep_news section .logoArea .btnSns li img {
	vertical-align: bottom;
}

#con_fanclub .fanclub_sep_news section .newsArea li {
	width: 430px;

	margin-top: 15px;

	background-color: #f5f5f5;

	box-shadow: 0px 0px 2px 0px #999;
	-webkit-box-shadow: 0px 0px 2px 0px #999;
	-moz-box-shadow: 0px 0px 2px 0px #999;
}

#con_fanclub .fanclub_sep_news section .newsArea li:first-child {
	margin-top: 20px;
}

#con_fanclub .fanclub_sep_news section .newsArea li a {
	display: block;
	text-align: left;
	letter-spacing: -.40em;
}

#con_fanclub .fanclub_sep_news section .newsArea li a img {
	width: 100px;
	height: auto;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	
}

#con_fanclub .fanclub_sep_news section .newsArea li a p {
	width: 310px;
	line-height: 20px;
	font-size: 1.1em;
	color: #000000;

	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;

	padding: 5px 10px;
}

#con_fanclub .fanclub_sep_news section .newsArea li a p strong {
	font-size: 1.15em;
	display: block;
	font-weight: bold;

	padding-bottom: 5px;
}

/* ファンクラブバナーエリア2
------------------------------------------------------------------ */
#con_fanclub .fanclub_banner2 {
	margin-top: 40px;
}

#con_fanclub .fanclub_banner2 ul {
	text-align: center;
	letter-spacing: -.40em;
}

#con_fanclub .fanclub_banner2 li {
	width: 320px;
	display: inline-block;
	letter-spacing: normal;

	padding-left: 5px;
	padding-right: 5px;
}

#con_fanclub .fanclub_banner2 li a {
	width: 320px;
	display: block;
}

#con_fanclub .fanclub_banner2 li img {
	vertical-align:bottom;
	width: 320px;
	display: block;
}