@charset "UTF-8";

/* 共通レイアウト
------------------------------------------------------*/
body {
	/* [disabled]background-attachment: fixed; */
	color: #000;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3" , "メイリオ" , "ＭＳ Ｐゴシック" , Arial, sans-serif;
	line-height: 1.5;
	background: url(../images/common/bg_body.jpg) no-repeat center top #fff fixed;
}

/* 左サイドの背景切り替え */
.bg_black {background: url(../images/common/bg_body_black.jpg) no-repeat center top;}
.bg_blue  {background: url(../images/common/bg_body_blue.jpg) no-repeat center top;}
.bg_brown {background: url(../images/common/bg_body_brown.jpg) no-repeat center top;}
.bg_green {background: url(../images/common/bg_body_green.jpg) no-repeat center top;}
.bg_purple{background: url(../images/common/bg_body_purple.jpg) no-repeat center top;}
.bg_red   {background: url(../images/common/bg_body_red.jpg) no-repeat center top;}
.bg_white {background: url(../images/common/bg_body.jpg) no-repeat center top;}

/* for IE7 */
*+html body {
	font-size: small;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
}

/* for IE6 */
* html body {
	font-size: small;
	font-family: "ＭＳ Ｐゴシック";
}

a {	text-decoration: underline; outline:none;}
a:link		{ color: #ff3300; }
a:visited	{ color: #ff3300; }
a:hover		{ color: #ff9900; }
a:active	{ color: #ff9900; }

#black-line #black-line-txt {
	width: 960px;
	height:19px;
	margin: 0 auto;
	font-size: 77%;
	color:#000;
	text-align: center;
	line-height:19px;
	background:#FFF;
}

#header {
	margin: 2px auto;
	width: 960px;
	height: 77px;
	background: url(../images/common/bg_header.jpg) no-repeat left top;
}

#header h1 {
	padding: 11px 0 0 47px;
	float: left;
}

#header #login-form {
	float: right;
/*	width: 402px;*/
	width: 378px;
	height: 77px;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	background: #ffffff;
}

#mainCol {
	float: right;
	width: 783px;
	margin-bottom: 2px;
}

#subCol {
	float: left;
	width: 174px;	
	margin-bottom: 2px;
}

#notice {
	width: 960px;
	margin: 0 auto 2px auto;
}

#notice ul li {list-style: none;}

#notice ul li.n-left {float: left;}

#notice ul li.n-right {float: right;}

/*footerのレイアウト*/
#footer {
	margin: 0 auto;
	padding: 10px;
	width: 940px;
	height: 125px;
	background: url(../images/common/bg_footer.jpg) repeat-x left top;
	color: #ffffff;
	font-size: 77%;
	position:relative;
}

#footer #f-logo {
	width: 360px;
	float: right;
	list-style: none;
}

#footer #f-logo li {
	float: right;
	padding-left: 5px;
}

#footer #f-copylight {
	float: left;
	width: 570px;
}

#footer #f-copylight p {
	margin-bottom: 10px;
}
#footer #requirement{
	display:block;
	position:absolute;
	bottom:10px;
	right:15px;
	
}

.btn_contact {
float: right;
margin-top: 66px;
}

.btn_contact li {
	float:left !important;
	margin-left:5px;
}

.btn_contact .inquiry a {
	height: 15px;
	text-align: center;
	border: 1px #D1D1D1 solid;
	padding: 0px 4px 0 4px;
	margin: 0px 0px 0px 4px;
	background:#FFF461;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.btn_contact .inquiry a:hover{
	background: #FFF9A3;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	}

/*中ページの共通レイアウト*/

#main-contents {
	width: 783px;
	margin: 0 auto 2px auto;
}

#main-contents dd {
	border: solid 1px #999999;
	background: #b6c2be;
	padding: 9px;
}

#main-contents dd #main-contents_inner {
	width: 100%;
	background: #ffffff;
	padding: 10px 0;
}

h3 {
	background: url(../images/common/bg_title.jpg) repeat left top;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

h4 {
	background: url(../images/common/bg_sub-title.jpg) no-repeat left top;
	width: 671px;
	height: 32px;
	margin: 0 auto 10px auto;
	color: #ffffff;
	line-height: 32px;
	font-weight: bold;
	font-size: 138.5%;
	padding: 0 10px 0 20px;
}

h4.red {
	background: url(../images/common/bg_sub-title_red.jpg) no-repeat left top;
	width: 671px;
	height: 32px;
	margin: 0 auto 10px auto;
	color: #ffffff;
	line-height: 32px;
	font-weight: bold;
	font-size: 138.5%;
	padding: 0 10px 0 20px;
}

h4.green {
	background: url(../images/common/bg_sub-title_green.jpg) no-repeat left top;
	width: 671px;
	height: 32px;
	margin: 0 auto 10px auto;
	color: #ffffff;
	line-height: 32px;
	font-weight: bold;
	font-size: 138.5%;
	padding: 0 10px 0 20px;
}

h4.yellow {
	background: url(../images/common/bg_sub-title_yellow.jpg) no-repeat left top;
	width: 671px;
	height: 32px;
	margin: 0 auto 10px auto;
	color: #ffffff;
	line-height: 32px;
	font-weight: bold;
	font-size: 138.5%;
	padding: 0 10px 0 20px;
}

h5 {
	background: url(../images/common/bullet_sub-title_lv01.jpg) no-repeat left 50%;
	padding-left: 15px;
	font-size:108% ;
	font-weight: bold;
}

h5.line02 {
	background: url(../images/common/bullet_sub-title_lv01.jpg) no-repeat left 15%;
	padding-left: 15px;
	font-weight: bold;
}

h5.subtitle700{
    width: 681px;	
    height: 30px;
    font-size: 138.5%;
    font-weight: bold;
    margin: 0 auto;
    padding: 2px 0 0 20px;
    background: url("../images/common/bg_sub-tit-700.jpg") no-repeat scroll left top transparent;
}
h5.nexa{ 
	font-size: 138.5%;
	font-weight:bold;
}
h6 {
	background: url(../images/common/bullet_sub-title_lv02.jpg) no-repeat left 50%;
	margin-left: 15px;
	padding-left: 10px;
	font-size: 100%;
}


.catch {
	text-align: center;
	font-weight: bold;
	font-size: 161.6%;
	color: #000000;
	padding: 0 5px;
	margin-bottom: 10px;
}

.catch img {display: block;}

.contents-txt {
	text-align: left;
	width: 665px;
	margin: 0 auto 10px;
	position:relative;
}

.contents-txt-center {
	text-align: center;
	width: 665px;
	margin: 0 auto 10px;
}

.contents-txt p {margin-bottom: 1em;}

.contents-txt ul {
	list-style: none;
	margin-bottom: 1em;
}

.contents-txt ul li {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 77%;
}

.border-txt {
	width: 657px;
	border: solid 1px #666666;
	padding: 5px;
	margin: 0 auto 15px auto;
}

.border-txt p {margin-bottom: 1em;}

.border-txt ul {
	list-style: none;
	margin-bottom: 1em;
}

.border-txt ul li {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 77%;
}

.border-info-txt {
	width: 657px;
	border: solid 1px #cc0000;
	padding: 5px;
	margin: 0 auto 15px auto;
}

.border-info-txt p {margin-bottom: 1em;}

.border-info-txt ul {
	list-style: none;
	margin-bottom: 1em;
}

.border-info-txt ul li {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 77%;
}

.topic-path{margin:0 0 10px 10px;}

/* TOP初回アクセス時のポップアップ */
#wrapper-popup {
	margin: 0;
	padding: 0;
	background: #ffffff !important;
}

/*中ページトップ*/
.event-list {
	width: 657px;
	border: solid 1px #666666;
	padding: 5px;
	margin: 0 auto 15px auto;
	position:relative;
}

.event-list dt {
	float: left;
	width: 280px;
	padding: 0 !important;
}
.event-list dt span.new{
    display: block;
    height: 38px;
    left: -42px;
    position: absolute;
    text-indent: -9999px;
    top: -7px;
    width: 39px;
    background: url("../images/common/btn_new.gif") no-repeat scroll left top transparent;
}

.event-list dd {
	float: left;
	width: 357px !important;
	padding: 0 0 0 10px !important;
	background: #ffffff !important;
	border: none !important;
}
/* 左サイドバナー */
#left-bnr li{ margin-bottom: 3px !important;}

.tit_topics{
	width:174px;
	top:20px;
	background: url(../images/top/tit_whats-new.jpg) no-repeat left top;
	text-indent:-9999px;
}
#list-topics {
	width: 166px;
	height: 230px;/*右サイドバナー×2*/
	/* height: 393px;*/
	padding: 3px;
	border: solid 1px #000000;
	overflow: auto;
}
#list-topics dt {
	font-size: 77%;
	font-weight: bold;
	color: #0066cc;	
}
#list-topics dd {
	font-size: 77%;
	padding-bottom: 3px;
	border-bottom: dotted 1px #000000;
}
#list-topics dd a:link, #list-topics dd a:visited {
	color: #ff3300;
}
#list-topics dd a:hover {
	color: #ff9900;
}

.tit_caution{
	width:174px;
	top:20px;
	background: url(../images/top/tit_caution.jpg) no-repeat left top;
	text-indent:-9999px;
}
#caution {
	width: 166px;
	height: 160px;
	padding: 3px;
	border: solid 1px #000000;
	overflow: auto;
}
#caution dt {
	font-size: 77%;
	font-weight: bold;
	color: #0066cc;	
}
#caution dd {
	font-size: 77%;
	padding-bottom: 3px;
	border-bottom: dotted 1px #000000;
}
#caution dd a:link, #caution dd a:visited {color: #ff3300;}
#caution dd a:hover {color: #ff9900;}
/*画像リンクの場合のロールオーバー処理*/

a:hover img {
	opacity:0.8; filter:
	alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/* グローバルナビ
------------------------------------------------------*/
#gnavi {
	width: 174px;
	margin: 1px 0 2px 0;
}

#gnavi dt {
	width: 174px;
	height: 41px;
	font-weight:bold;
	list-style-type: none;
	margin-bottom: 1px;
	background: url(../images/common/bg_gnavi.jpg) no-repeat left top;
	position:relative;
}
#gnavi dt span.new{
	display:block;
	width:39px;
	height:38px;
	text-indent:-9999px;
	background: url(../images/common/btn_new.gif) no-repeat left top;
	position:absolute;
	top:-7px;
	left:-42px;
}
#gnavi dt.current {
	background: url(../images/common/bg_gnavi.jpg) no-repeat left -82px;
	width: 149px;
	line-height: 41px;
	padding-left: 25px;
	color: #ff6600;
}

#gnavi dt.current a {
	display: block;
	width: 149px;
	background: none;
	line-height: 41px;
	padding: 0;
	text-decoration: none;
	color: #ffef1b !important;
}

#gnavi dt.current-mini {
	background: url(../images/common/bg_gnavi-sub.jpg) repeat-Y left 0px;
	width: 151px;
	min-height: 31px;
	height:auto;
	padding-left: 23px;	
}

#gnavi dt.current-mini:hover {
	background-position: -174px 0;
}
#gnavi dt.current-mini a {
	display: block;
	width: 155px;
	background: none;
	line-height: 13px;
	padding: 8px 0 5px 0;
	text-decoration: none;	
	color: #ffffff; !important;
}
#gnavi dt a {
	display: block;
	width: 149px;
	background: url(../images/common/bg_gnavi.jpg) no-repeat left top;
	line-height: 41px;
	padding-left: 25px;
	text-decoration: none;
}

#gnavi dt a:link, #gnavi dt a:visited {color: #ffffff;}

#gnavi dt a:hover {
	background-position: 0 -41px;
	color: #ff0000;
}
#gnavi dt.current-mini a:hover {
	background-position: 0 -31px;
	color: #ff0000;
}

#gnavi dd {
	width: 153px;
	height: 41px;
	list-style-type: none;
	margin: 0 0 1px 21px;
	font-size: 85%;
}

#gnavi dd a {
	display: block;
	width: 128px;
	height: 41px;
	background: url(../images/common/bg_gnavi-in.jpg) no-repeat left top;
	padding-left: 25px;
	text-decoration: none;
	line-height: 41px;
}
#gnavi dd.line02 a {
	display: block;
	width: 128px;
	height: 41px;
	background: url(../images/common/bg_gnavi-in.jpg) no-repeat left top;
	padding-left: 25px;
	text-decoration: none;
	line-height: 20px;
}

#gnavi dd.current {
	background: url(../images/common/bg_gnavi-in.jpg) no-repeat left -41px;
	width: 128px;
	line-height: 41px;
	padding-left: 25px;
	color: #ffcc00;
}
#gnavi dd.current02 {
	background: url(../images/common/bg_gnavi-in.jpg) no-repeat left -41px;
	width: 128px;
	line-height: 20px;
	padding-left: 25px;
	color: #ffcc00;
}

#gnavi dd a:link, #gnavi dd a:visited {
	color: #ffffff;
}

#gnavi dd a:hover {
	background-position: 0 -41px;
	color: #ffcc00;
}

ul.usual li{font-size:100% !important;}

.txt_last{
	border-top: dotted 1px #333;
	padding-top: 10px;
}

/* jqueryでのカード拡大 */
.zoom-card01{
	width:160px;
	margin:0 auto 10px;
	position:relative;
}
.zoom-card01_2{
	width:120px;
	margin:0 auto 10px;
	position:relative;
}

.zoom-card02{
	width:320px;
	margin:0 auto 10px;
	position:relative;
}

.zoom-card03{
	width:480px;
	margin:0 auto 10px;
	position:relative;
}

.zoom-card06{
	width:600px;
	margin:0 auto 10px;
	position:relative;
}

.zoom-card04_2{
	width:480px;
	margin:0 auto 10px;
	position:relative;
}

.zoom-card02_2{
	width:240px;
	margin:0 auto 10px;
	position:relative;
}

.zoom-card03_2{
	width:360px;
	margin:0 auto 10px;
	position:relative;
}

.zoom-card01 a.zoom-card,
.zoom-card02 a.zoom-card,
.zoom-card03 a.zoom-card{
	display:block;
	float:left;
	width:160px;
	height:223px;
	position:relative;
}

.zoom-card01_2 a.zoom-card,
.zoom-card03_2 a.zoom-card,
.zoom-card02_2 a.zoom-card,
.zoom-card04_2 a.zoom-card,
.zoom-card06 a.zoom-card,
.zoom-card07 a.zoom-card{
	display:block;
	float:left;
	width:120px;
	height:168px;
	position:relative;
}

.zoom-card01 a.zoom-card img,
.zoom-card01_2 a.zoom-card img,
.zoom-card02 a.zoom-card img,
.zoom-card03 a.zoom-card img,
.zoom-card03_2 a.zoom-card img,
.zoom-card02_2 a.zoom-card img,
.zoom-card04_2 a.zoom-card img,
.zoom-card06 a.zoom-card img,
.zoom-card07 a.zoom-card img,
div.zoom-card04 a.zoom-card05 img,
div.zoom-card05 a.zoom-card05 img,
div.zoom-card07 a.zoom-card07 img
{position:relative;}

a.zoom-card:hover img,
a.zoom-card05:hover img,
a.zoom-card05:hover img{
	opacity:1.0; filter:
	alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
a.zoom-card07:hover img{
	opacity:1.0; filter:
	alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

div.zoom-card04{
	width:620px;
	margin:0 auto 10px;
	position:relative;
}

div.zoom-card04 a.zoom-card05{
	display:block;
	float:left;
	width:155px;
	height:214px;
	position:relative;
}

div.zoom-card05{
	width:650px;
	margin:0 auto 10px;
	position:relative;
}
div.zoom-card05 a.zoom-card05{
	display:block;
	float:left;
	width:130px;
	height:181px;
	position:relative;
}
/* ネグザ研究所　68回*/
div.zoom-card07 a.zoom-card{
	display:block;
	width:120px;
	margin:0 auto 10px;
	position:relative;
}
.zoom-card01_3{
	display:block;
	width:650px;
	height:168px;
	margin:0 auto 10px;
}
/* 汎用クラス
------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.fl-left { float: left; }
.fl-right { float: right; }
.clear { clear: both;}
.bold{font-weight:bold;}
.centering{display:block; margin:0 auto;}
.alignC{text-align:center;}
.alignL{text-align:left;}
.alignR{text-align:right;}

.mag_0{margin:0 !important;}
.mag_b0{margin-bottom:0 !important;}
.mag_b5{margin-bottom:5px !important;}
.mag_b10{margin-bottom:10px !important;}
.mag_b20{margin-bottom:20px !important;}
.mgt-5 {margin-top: 5px !important;}
.mgt-10 {margin-top: 10px !important;}
.mgt-15 {margin-top: 15px !important;}
.mgt-20 {margin-top: 20px !important;}
.mgt20 {margin-top: -20px !important;}
.mgt-30 {margin-top: 30px !important;}
.mgt-40 {margin-top: 40px !important;}
.mgl_2 {margin-left:-2px !important;}
.mgl-7 {margin-left:7px !important;}
.mgl-10 {margin-left:10px !important;}
.mgl-15 {margin-left:15px !important;}
.mgl-20 {margin-left:20px !important;}
.mgl-25 {margin-left:25px !important;}
.mgl-30 {margin-left:30px !important;}
.mgr-9 {margin-right:9px !important;}
.mgr-10 {margin-right:10px !important;}
.mgr-15 {margin-right:15px !important;}
.mgr-20 {margin-right:20px !important;}
.pad_l10{padding-left:10px;}
.pad_l25{padding-left:25px;}
.pad_r10{padding-right:10px;}
.pad_t10{padding-top:10px;}
.pad_t20{padding-top:20px;}
.pad_b10{padding-bottom:10px;}
.link-txt {
	padding-top: 5px;
	text-align: right;
}

/*テキスト
----------------------------------------------------------------*/
.font-10 { font-size: 77% !important;}
.font-11 { font-size: 85% !important;}
.font-12 { font-size: 93% !important;}
.font-13 { font-size: 100% !important;}
.font-14 { font-size: 108% !important;}
.font-15 { font-size: 116% !important;}
.font-16 { font-size: 123.1% !important;}
.font-17 { font-size: 131% !important;}
.font-18 { font-size: 138.5% !important;}
.font-19 { font-size: 146.5% !important;}
.font-20 { font-size: 153.9% !important;}
.font-21 { font-size: 161.6% !important;}
.font-22 { font-size: 167% !important;}
.font-23 { font-size: 174% !important;}
.font-24 { font-size: 182% !important;}

/* font-colour */
.font-red { color: #ff0000; }
.font-red-b {
	color: #ff0000;
	font-weight: bold;
}
.font-orange { color: #F60; }
.font-orange-b { color: #F60; font-weight:bold;}
.font-yellow { color: #FFEF1B; }
.font-yellow-b { color: #FFEF1B; font-weight:bold;}
.font-blue{color:#03F}
.font-blue-b{color:#03F;font-weight:bold;}
.font-green{color:#090;}
.font-green-b{color:#090;font-weight:bold;}
.font-brown{color:#630;}
.font-brown-b{color:#630;font-weight:bold;}
.font-purple{color:#c3f;}
.font-purple-b{color:#c3f;font-weight:bold;}
.font-gray{color:#222;}
.font-gray-b{color:#222;font-weight:bold;}
.font-gray2{color:#555;}
.font-gray2-b{color:#555;font-weight:bold;}
.font-white{color:#fff;}
.font-white-b{color:#fff;font-weight:bold;}

/* デッキリスト用 */

.list_table{
	width:600px;
	border-top:#333 solid 1px;
	border-left:#333 solid 1px;
	margin:0 auto;
}

.list_table th {
	padding:5px;
	border-right:#333 solid 1px;
	border-bottom:#333 solid 1px;
	background:#CCC;
}
.list_table td {
	padding:5px;
	border-right:#333 solid 1px;
	border-bottom:#333 solid 1px;
}
.alignC{text-align:center;}

.card_blue{background:#0cf; text-align:center;}
.card_green{background:#090; text-align:center;}
.card_red{background:#f00; text-align:center;}
.card_brown{background:#fc9; text-align:center;}
.card_purple{background:#63f; text-align:center;}
.card_white{background:#eee; text-align:center;}
.card_black{background:#999; text-align:center;}
/**/

/* カード拡大クラス
------------------------------------------------------*/

a.zoom-card-nexa-format{
	display:block;
	width:140px;
	height:195px;
	position:relative;
}
a.zoom-card-nexa-format img{position:relative;}
a.zoom-card-nexa-format:hover img{
	opacity:1.0; filter:
	alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

a.zoom-card-nexa-format_mini{
	display:block;
	width:86px;
	height:119px;
	position:relative;
}
a.zoom-card-nexa-format_mini img{position:relative;}
a.zoom-card-nexa-format_mini:hover img{
	opacity:1.0; filter:
	alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

a.zoom-card-big{
	display:block;
	width:218px;
	height:304px;
	position:relative;
}
a.zoom-card-big img{position:relative;}
a.zoom-card-big:hover img{
	opacity:1.0; filter:
	alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/*ホワイトアウト
------------------------------------------------------*/
.whiteout{
	filter:alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;
	opacity:0.5;
	zoom: 1.0;
	z-index: 0;
}
.whiteout p,
.whiteout img,
.whiteout .whiteout_txt{
	-ms-filter: "alpha(opacity=50)";	/* ie8 */
}
.whiteout a:hover img{
	filter:alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";	/* ie8 */
	-moz-opacity:1;
	opacity:1;
}

.endbox	{ margin: 0 auto; position: relative; text-align: center;}

/*たくさんの参加ありがとう！イベントは終了しました！
------------------------------------------------------*/
.img-end-eventTxt {
	color:#FF0000;
	background: #FFF;
	margin-left: 25px;
	font-weight: bold;
	font-size: 250%;
}


