@charset "utf-8";

/* =================================================
	-------------------
	mailmag.css 
	-------------------
	KANA-BOONメルマガ追加スタイル

================================================= */

/* ====================
追加CSS
===================== */
.blue{color:#0b396d;}
.carrire{font-size:12px;color:#797979;}



.contentBox{margin: 0 auto 30px;}

h2{
	width: 920px;
	line-height: 0;
	margin: 0 auto 60px;
}

h3{
	background: #282828;
	color: #fff;
	font-size: 23px;
	font-weight: normal;
	line-height: 140%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	moz-border-radius: 4px;
	padding: 10px 20px;
	margin: 0 auto 15px;
}

h3 span{
	content: '\f028';
	font-size: 24px;
	vertical-align: -3px;
}

.contentBox .textArea{
	font-size: 19px;
	font-weight: normal;
	line-height: 140%;
}

.notice_box{
	width:auto;
	background-color: #FFFCD2;
	padding:15px 10px 15px 10px;
	margin:0 0 20px 0;
}

.notice_box li{
	font-size:12px;
	color:#333333;
	background:transparent url(http://emtg.jp/img/mypage/mypage_css/ico_check.gif) no-repeat scroll 0px 7px;
	padding:6px 0 0 20px;
	letter-spacing:0.02em;
    line-height:1.35em;
	text-align:left;
	margin:0 0 0 8px;
}

.mailmag_text01{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4em;
	padding: 0px 0px 0px 0px;
}

.mailmag_text02{
	font-weight: bold;
	font-size: small;
	line-height: 1.4em;
}

.mailmagBox{
	background: #efefe9;
	color: #111;
	font-size: 13px;
	line-height: 1.8em;
	padding: 30px;
	margin: 10px auto 20px;
}

.mailmagBox a{text-align: center;}

.flowList{
	font-weight: bold;
	background: #efefe9;
	border: 5px solid #9d9e98;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px;
}

.flowList li{
	font-size: 20px;
	margin: 0 0 20px;
	overflow: hidden;
}
.flowList .num{
	font-family: 'Nixie One';
	display: inline-block;
	/* For IE 6/7 */
	*display: inline;
	*zoom: 1;
	width: 41px;
	height: 40px;
	background: #fff;
	border: 3px solid #333;
	color: #333;
	font-size: 30px;
	text-align: center;
	text-indent: 0;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	vertical-align: -10px;
	margin-right: 5px;
	padding: 0 11px 24px;
	float: left;
}

.flowList .num span{
	font-size: 13px;
	line-height: 150%;
	vertical-align: 3px;
}

.flowList li .text{
	padding: 25px 0 0 10px;
	overflow: hidden;
}
/* ========================================

	common.css
	サイト全体の共通スタイル

======================================== */


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

.clearfix { display: inline-block; }
/*\*/
*html .clearfix { height: 1%; }

.clearfix { display: block; }


/* base
------------------------ */
html { height: 100%; 
}

body {
	min-height: 100%;
	background: #fff;
	color:#333;
	font-size:12px;
	font-family: "メイリオ",meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 0;
}

#wrap {
	width: 920px;
	text-align: left;
	margin: 20px auto;
	padding: 0 0 15px;

}
#mainClm {
	width: 650px;
	margin-right: 20px;
	float: left;
}
#sideClm{
	width:250px;
	float:right;
}
#container { text-align: center; }

/* anchor
------------------------ */
a:link {
  color:#FF0066;
  text-decoration:underline;
}

a:visited {
  color:#FF0066;
  text-decoration:underline;
}
a:active {
  color:#FF0066;
  text-decoration:none;
}
a:hover {
  color:#FF0066;
  text-decoration:none;
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);  
	-ms-filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
}

/* 文字サイズ */
.fs10{font-size:10px;}
.fs12{font-size:12px;}
.fs14{font-size:14px;}
.fs16{font-size:16px;}
.fs18{font-size:18px;}
.fs20{font-size:18px;}

/* 文字カラー */
.rule{color:#3366cc;}
.note{color:#ff3300;}
.done{color:#006699;}
.faq{color:#66ccff;}
.grade1{color:#00cc00}
.grade2{color:#ff0066}
.gray{color:#666666}

/* スペーサー */
.sp1{height:1px;}
.sp2{height:2px;}
.sp3{height:3px;}
.sp4{height:4px;}
.sp5{height:5px;}
.sp6{height:6px;}
.sp7{height:7px;}
.sp8{height:8px;}
.sp9{height:9px;}
.sp10{height:10px;}
.sp18{height:18px;}
.sp19{height:19px;}
.sp20{height:20px;}
.sp30{height:30px;}
.sp40{height:40px;}
.sp50{height:50px;}

/* 下線 */
.un1{text-decoration:underline; color:#333333;}

/* マージンボトム 
.spb10{ margin-bottom:10px; }
.spb20{ margin-bottom:20px; }
.spb30{ margin-bottom:30px; }
.spb40{ margin-bottom:40px; }
.spb50{ margin-bottom:50px; }*/

/* マージンライト 
.spr10{ margin-right:10px; }
.spr15{ margin-right:15px; }
.spr20{ margin-right:20px; }
.spr30{ margin-right:30px; }
.spr40{ margin-right:40px; }*/

/* スペーサー等 */
.normal		{font-size:12px; font-weight:normal; line-height:150%; color:#666666;}
.bold		{font-weight:bold;}
.zero		{line-height:0px; font-size:0px;}
.left		{float:left;}
.right		{float:right;}
.clear		{clear:both; font-size:1px; line-height:0;}
.tnormal	{font-weight:normal;}
.tbold		{font-weight:bold;}
.tcenter	{text-align:center;}
.tleft		{text-align:left;}
.tright		{text-align:right;}
.vtop		{vertical-align:top;}
.vmiddle	{vertical-align:middle;}
.vbase		{vertical-align:baseline;}
.vbottom	{vertical-align:bottom;}
.nobr		{white-space:nowrap;}
.asterisk	{padding-left:1em; text-indent:-1em;}
.w515			{width:515px;}
.spb1			{margin-bottom:1px;}
.spb5			{margin-bottom:5px;}
.spb10			{margin-bottom:10px;}
.spb12			{margin-bottom:12px;}
.spb15			{margin-bottom:15px;}
.spb20			{margin-bottom:20px;}
.spb28			{margin-bottom:28px;}
.spb30			{margin-bottom:30px;}
.spb35			{margin-bottom:35px;}
.spb40			{margin-bottom:40px;}
.spb56			{margin-bottom:56px;}
.spb62			{margin-bottom:62px;}
.spt8			{margin-top:8px;}
.spt30			{margin-top:30px;}
.spl5			{margin-left:5px;}
.spl15			{margin-left:15px;}
.spl19			{margin-left:19px;}
.spl20			{margin-left:20px;}
.spl29			{margin-left:29px;}
.spl24			{margin-left:24px;}
.spl27			{margin-left:27px;}
.spl29			{margin-left:29px;}
.sppt1em		{padding-top:1em;}
.spplr11		{padding:0 11px;}
.sppb15			{padding-bottom:15px;}
.sppb40			{padding-bottom:40px;}
.sppb62			{padding-bottom:62px;}
.sppt30			{padding-top:30px;}
.sppt20			{padding-top:20px;}
.sppt23			{padding-top:23px;}
.sppt26			{padding-top:26px;}
.sppt48			{padding-top:48px;}
.sppt53			{padding-top:53px;}
.sppt56			{padding-top:56px;}
.sppl80			{padding-left:80px;}
.sppdt12		{padding:12px 0;}
.spptb80		{padding:80px 0;}
.bts30FFFFFF	{border-bottom:solid 30px #FFFFFF;}
.bts35FFFFFF	{border-top:solid 35px #FFFFFF;}
.bts50FFFFFF	{border-top:solid 50px #FFFFFF;}
.bts56FFFFFF	{border-top:solid 56px #FFFFFF;}
.cFF0000		{color:#FF0000;}
.cAA0000		{color:#AA0000;}
.c000000		{color:#000000;}
.cFF0066		{color:#FF0066;}
.c0033FF		{color:#0033FF;}
.cCC0000		{color:#CC0000;}
.w600			{width:600px;}
.w800			{width:800px; margin:0 auto; text-align:left;}
.font16			{font-size: 20px !important;}
.errtxt			{font-size: 34px !important; color:#fb106d; font-weight: bold; text-align: center;}

/* header
========================= */
#header	{
	height: 100px;
}
#header h1 {
/*	width: 500px;*/
	float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    padding: 0 0 0 1em;
    margin: 0;
}
#header h1 a {
	display: block;
	width: 226px;
	height: 66px;
	float: left;
	margin: 0 14px 0 0;
}
#header h1 span {
	display: block;
	width: 260px;
	height: 12px;
	float: left;
	background: url(/img/common/header/logo_emtg_sub.gif) no-repeat left bottom;
	text-indent: -9999px;
	padding: 20px 0 0;
}


#header a {
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    line-height: 16px;
    position: absolute;
    right: 1em;
    top: 0;
}

/* header_nav
------------------------ */
#header_nav {
	width: 420px;
	float: right;
}
#header_nav .logout {
	padding-top: 35px;
}
#header_nav li {
	width: 120px;
	height: 28px;
	float: right;
	margin: 0 0 0 5px;
}
#myname_box {
	text-align: right;
	padding: 20px 0 8px;
}
#myname_box p {
	display: inline-block;
	min-width: 140px;
	height: 26px;
	background: url(/img/common/header/bg_header_nav_mid.jpg) repeat-x left top;
	text-align: right;
	line-height: 26px;
	margin: 0;
	padding: 0 40px 0 65px;
	position: relative;
}
#myname_box p a { 
	padding: 0 10px;
}
#myname_box #myname_left {
	display: block;
	width: 65px;
	height: 26px;
	background: url(/img/common/header/bg_header_nav_left.jpg) no-repeat left top;
	text-align: right;
	position: absolute;
	left: 0;
	top: 0;
}
#myname_box #myname_right {
	display: block;
	width: 40px;
	height: 26px;
	background: url(/img/common/header/bg_header_nav_right.jpg) no-repeat right top;
	text-align: left;
	position: absolute;
	right: 0;
	top: 0;
}



/* global_nav
========================= */
#globalNav {
	width:100%;
	height:30px;
	margin: 0 0 15px 0;
}
#globalNav li {
	width: 132px;
	float: left;
	position: relative;
}
#globalNav li a {
	display: block;
	height: 30px;
	margin: 0;
}
#globalNav li a img {
	font-size: 1px;
	line-height: 1px;
	vertical-align: bottom;
}
#globalNav .tail {
	width: 130px;
}
#globalNav li a:hover {
	text-indent: -9999px;
}

#globalNav .home    { background: url(/img/common/header/navi/navi_home_over.jpg) no-repeat left top; }
#globalNav .about   { background: url(/img/common/header/navi/navi_about_over.jpg) no-repeat left top; }
#globalNav .regist  { background: url(/img/common/header/navi/navi_member_over.jpg) no-repeat left top; }
#globalNav .buy     { background: url(/img/common/header/navi/navi_ticket_buy_over.jpg) no-repeat left top; }
#globalNav .trade   { background: url(/img/common/header/navi/navi_ticket_tread_over.jpg) no-repeat left top; }
#globalNav .bbs     { background: url(/img/common/header/navi/navi_bbs_over.jpg) no-repeat left top; }
#globalNav .present { background: url(/img/common/header/navi/navi_present_over.jpg) no-repeat left top; }
#globalNav .faq     { background: url(/img/common/header/navi/navi_faq_over.jpg) no-repeat left top; }

#globalNav .sub {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;

	opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}
#globalNav .sub li {
	float: none;
	font-size: 1px;
	line-height: 1px;
}
#globalNav .regist .lite a  { background: url(/img/common/header/navi/sub_navi_litemember_over.jpg) no-repeat left top; }
#globalNav .regist .emtg a  { background: url(/img/common/header/navi/sub_navi_member_over.jpg) no-repeat left top; }
#globalNav .buy .initial a  { background: url(/img/common/header/navi/sub_navi_aplication_over.jpg) no-repeat left top; }
#globalNav .buy .normal a   { background: url(/img/common/header/navi/sub_navi_tujyo_over.jpg) no-repeat left top; }
#globalNav .buy .eve a      { background: url(/img/common/header/navi/sub_navi_chyoku_over.jpg) no-repeat left top; }
#globalNav .trade .normal a { background: url(/img/common/header/navi/sub_navi_tujyo_over.jpg) no-repeat left top; }
#globalNav .trade .eve a    { background: url(/img/common/header/navi/sub_navi_chyoku_over.jpg) no-repeat left top; }


/* sideClm
========================= */

/* バナーリスト */
#sideClm .bnrList li {
	margin: 0 0 10px;
	font-size: 0;
	line-height: 0;
}
#sideClm .bnrList a {
	display: block;
}

/* スケジュール */
#sideClm .schedule {
	background: url(/img/common/right_col/schedule/box_schedule_bg.gif) repeat-y left top;
	margin: 0 0 10px;
}
#sideClm .schedule .tit {
	font-size: 0;
	line-height: 0;
}
#sideClm .scheduleList {
	background: url(/img/common/right_col/schedule/box_schedule_bottom.gif) no-repeat left bottom;
	padding: 10px 10px 1px;
}
#sideClm .scheduleList li {
	background: url(/img/common/right_col/schedule/schedule_line.gif) no-repeat left bottom;
	padding: 0 0 3px;
	margin: 0 0 10px;
}
#sideClm .scheduleList li .more {
	text-align: right;
}
/*	Pontaコーナー用 2012.10.30 追記 */
#schedule_section ul {
	padding: 0 15px 5px;
}
#schedule_section li{
	list-style: none;
	border-bottom: 1px dotted #EBAFC5;
	padding: 10px 0;
}
#schedule_section li img {
	margin-bottom: 8px;
}
#schedule_section li p {
	text-align: left;
}
#schedule_section li a {
	color: #333;
}
#schedule_section li a:hover p {
	color: #555;
}

/* footer
========================= */
#footerDummy {
	width: 100%;
	height: 145px;
	text-align: center;
	font-size:0;
	line-height:0;
}
#footerDummy img { vertical-align:bottom; }
#footer ul{
	width:920px;
	height:14px;
	font-size:12px;
	text-align:center;
	margin:0 auto;
	padding:30px 0 10px 0;
}
#footer li{
	display: inline;
	padding:0 4px 0 0;
}
#footer li a { 
	color: #333;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}
#footer #copyright {
	background: #3B3B3B url(/img/cmn/bg_area4.gif) repeat-x left top;
}
#footer #copyright address {
	background: url(/img/cmn/bg_copyright.gif) no-repeat center top;
	color:#999999;
	font-size:10px;
	font-style:normal;
	line-height:91px;
	text-align:center;
}




/* 共通パーツ
========================= */

/* キービジュアル
------------------------ */
.ph.keyVisual {
	background: #000;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 30px;
}
	


/* タイトル
------------------------ */
.maintit{
	width:880px;
	height:auto;
	text-align:left;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px solid #ff0066;
}
.maintit p{
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	font-size:31px;
	font-weight:normal;
	letter-spacing:0.01em;
	height: 40px;
}
.subtit{
	width:auto;
	height:40px;
	text-align:left;
	margin:0 0 15px 0;
	padding:0 0 0 28px;
	background:url(/img/mypage/mypage_css/ico_tit.gif) no-repeat;
}

.subtit p{
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	font-size:24px;
	font-weight:700px;
	letter-spacing:-0.03em;

}


/* ボタン
============================================================ */

/* ボタンメイン
-------------------------------- */
.btn_main {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro",メイリオ,Osaka,sans-serif;
}


/* ボタンメイン（緑）
-------------------------------- */

.btn_main a {
	display: block;
	background: rgb(17,17,17); 
	background: -moz-linear-gradient(top,  rgba(70,70,70,1) 0%, rgba(17,17,17,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,70,70,1)), color-stop(100%,rgba(17,17,17,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(70,70,70,1) 0%,rgba(17,17,17,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(70,70,70,1) 0%,rgba(17,17,17,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(70,70,70,1) 0%,rgba(17,17,17,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(70,70,70,1) 0%,rgba(17,17,17,1) 100%); /* W3C */
	color: #fff !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 2px 1px 0px #000;
	border: 1px solid #555;
	box-shadow: 1px 2px 3px #999;
	-moz-box-shadow: 1px 2px 3px #999;
	-webkit-box-shadow: 1px 2px 3px #999;
	margin: 0 auto 20px;
}

.btn_main a span{
	display: block;
	background: url(http://emtg.jp/img/common/btn_sub_arrow.png) no-repeat 95% center;
	text-align: center;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.btn_main a:hover {
	background: #555;
	border: 1px solid #333;
	box-shadow: 0 1px 3px #999;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
}
.btn_main a:hover span{
	display: block;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}


/* ボタンメイン（ピンク）
-------------------------------- */
/*

.btn_main a {
	display: block;
	background: #FA449A;
	background: -moz-linear-gradient(top,  #f954af 0%, #f74f87 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f954af), color-stop(100%,#f74f87));
	background: -webkit-linear-gradient(top,  #f954af 0%,#f74f87 100%);
	background: -o-linear-gradient(top,  #f954af 0%,#f74f87 100%); 
	background: -ms-linear-gradient(top,  #f954af 0%,#f74f87 100%); 
	background: linear-gradient(to bottom,  #f954af 0%,#f74f87 100%); 
	color: #fff !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 2px 1px 0px #BA2F67;
	border: 1px solid #D91D59;
	box-shadow: 1px 2px 3px #999;
	-moz-box-shadow: 1px 2px 3px #999;
	-webkit-box-shadow: 1px 2px 3px #999;
	margin: 0 auto 20px;
}

.btn_main a span{
	display: block;
	background: url(http://emtg.jp/img/common/btn_main_arrow.png) no-repeat 95% center;
	text-align: center;
	border-top: 1px solid #FD75D8;
	border-left: 1px solid #FD75D8;

}
.btn_main a:hover {
	background: #ef308a;
	border: 1px solid #ed167c;
	box-shadow: 0 1px 3px #333;
	-moz-box-shadow: 0 1px 3px #333;
	-webkit-box-shadow: 0 1px 3px #333;
}
.btn_main a:hover span{
	display: block;
	border-top: 1px solid #FD75D8;
	border-left: 1px solid #FD75D8;
}
*/


.btn_main input {
	background: #FA449A url(http://emtg.jp/img/common/btn_main_arrow.png) no-repeat 95% center;
	background: url(http://emtg.jp/img/common/btn_main_arrow.png) no-repeat 95% center,-moz-linear-gradient(top,  #f954af 0%, #f74f87 100%);
	background: url(http://emtg.jp/img/common/btn_main_arrow.png) no-repeat 95% center,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f954af), color-stop(100%,#f74f87));
	background: url(http://emtg.jp/img/common/btn_main_arrow.png) no-repeat 95% center,-webkit-linear-gradient(top,  #f954af 0%,#f74f87 100%); 
	background: url(http://emtg.jp/img/common/btn_main_arrow.png) no-repeat 95% center,-o-linear-gradient(top,  #f954af 0%,#f74f87 100%); 
	background: url(http://emtg.jp/img/common/btn_main_arrow.png) no-repeat 95% center,-ms-linear-gradient(top,  #f954af 0%,#f74f87 100%);
	background: url(http://emtg.jp/img/common/btn_main_arrow.png) no-repeat 95% center,linear-gradient(to bottom,  #f954af 0%,#f74f87 100%); 

	color: #ffffff !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 2px 1px 0px #BA2F67;
	border: 1px solid #D91D59;
	box-shadow: 1px 2px 3px #999;
	-moz-box-shadow: 1px 2px 3px #999;
	-webkit-box-shadow: 1px 2px 3px #999;
	margin: 0 auto;
}
.btn_main input:hover {
	background: #ef308a url(http://emtg.jp/img/common/btn_main_arrow.png) no-repeat 95% center;;
	border: 1px solid #ed167c;
	box-shadow: 0 1px 3px #333;
	-moz-box-shadow: 0 1px 3px #333;
	-webkit-box-shadow: 0 1px 3px #333;
}

/* ボタングレー
-------------------------------- */
.btn_sub,
.btn_sub_left {
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro",メイリオ,Osaka,sans-serif;
	text-align: center;
	margin-bottom: 5px;
}
.btn_sub a,
.btn_sub_left a {
	display: block;
	background: #e7e7e7;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#cccccc 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#cccccc',GradientType=0 );  IE6-9 */
	color: #333 !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 2px 1px 0px #fff;
	letter-spacing: 0.1em;
	border: 1px solid #666;
	box-shadow: 1px 2px 3px #ccc;
	-moz-box-shadow: 1px 2px 3px #ccc;
	-webkit-box-shadow: 1px 2px 3px #ccc;
	padding: 5px 0;
	margin: 0 auto;
}
.btn_sub a span {
	display: block;
	background: url(http://emtg.jp/img/common/btn_sub_arrow.png) no-repeat 95% center;
	text-align: center;
	border-top: 1px solid #f7f7f7;
	border-left: 1px solid #f7f7f7;
}
.btn_sub_left a span {
	display: block;
	background: url(http://emtg.jp/img/common/btn_sub_arrow_left.png) no-repeat 5% center;
	text-align: center;
	border-top: 1px solid #f7f7f7;
	border-left: 1px solid #f7f7f7;
}
.btn_sub a:hover,
.btn_sub_left a:hover {
	background: #ccc;
	box-shadow: 0 1px 3px #aaa;
	-moz-box-shadow: 0 1px 3px #aaa;
	-webkit-box-shadow: 0 1px 3px #aaa;
}
.btn_sub a:hover span,
.btn_sub_left a:hover span {
	display: block;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.btn_sub input,
.btn_sub_left input{
	display: block;
	background: #e7e7e7 url(http://emtg.jp/img/common/btn_sub_arrow.png) no-repeat 95% center;
	background: url(http://emtg.jp/img/common/btn_sub_arrow.png) no-repeat 95% center,-moz-linear-gradient(top,  #f7f7f7 0%, #cccccc 100%); /* FF3.6+ */
	background: url(http://emtg.jp/img/common/btn_sub_arrow.png) no-repeat 95% center,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: url(http://emtg.jp/img/common/btn_sub_arrow.png) no-repeat 95% center,-webkit-linear-gradient(top,  #f7f7f7 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: url(http://emtg.jp/img/common/btn_sub_arrow.png) no-repeat 95% center,-o-linear-gradient(top,  #f7f7f7 0%,#cccccc 100%); /* Opera 11.10+ */
	background: url(http://emtg.jp/img/common/btn_sub_arrow.png) no-repeat 95% center,-ms-linear-gradient(top,  #f7f7f7 0%,#cccccc 100%); /* IE10+ */
	background: url(http://emtg.jp/img/common/btn_sub_arrow.png) no-repeat 95% center,linear-gradient(to bottom,  #f7f7f7 0%,#cccccc 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#cccccc',GradientType=0 );  IE6-9 */ 
	color: #333 !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 2px 1px 0px #fff;
	letter-spacing: 0.1em;
	border: 1px solid #666;
	box-shadow: 1px 2px 3px #ccc;
	-moz-box-shadow: 1px 2px 3px #ccc;
	-webkit-box-shadow: 1px 2px 3px #ccc;
	margin: 0 auto;
}
.btn_sub input:hover,
.btn_sub_left input:hover {
	background: #ccc url(/img/common/btn_sub_arrow.png) no-repeat 95% center;
	box-shadow: 0 1px 3px #aaa;
	-moz-box-shadow: 0 1px 3px #aaa;
	-webkit-box-shadow: 0 1px 3px #aaa;
}

/* 大 */
.l_size {
	width: 360px;
	font-size: 22px;
	letter-spacing: 0.1em;
	border-radius: 34px;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
}
.l_size span,
input.l_size {
	-moz-border-radius: 34px;
	border-radius: 34px;
	padding: 13px 10px;
}
	
/* 中 */
.m_size {
	width: 200px;
	font-size: 16px;
	border-radius: 20px;
	-moz-border-radius: 20px;
}
.m_size span,
input.m_size {
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 10px 10px;
}

/* 小 */
.s_size {
	width: 130px;
	font-size: 13px;
	border-radius: 20px;
	-moz-border-radius: 20px;
}
.s_size span,
input.s_size {
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 8px 15px 8px 5px;
}
.btn_sub_left .s_size span,
.btn_sub_left input.s_size {
	padding: 8px 5px 8px 15px;
}

/* ========================================

	mypage.css
	MYページの共通スタイル

================================================= */

#container {
    margin: 0 auto;
    width: 880px;
}


.notice_tit {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
    text-align: left;
}

#header {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    height: 16px;
    min-width: 960px;
    position: relative;
}

img {
    border: 0;
}

/* ========================================
	
	メールマガジン登録ページ共通スタイル

================================================= */

.mailmag  {
	text-align: left;
}
.mailmag .box {
	padding: 0 50px;
}

.mailmag .box .tit {
	font-size: 20px;
	font-weight: 800px;
	letter-spacing: -0.03em;
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro",メイリオ,Osaka,sans-serif;
	margin: 0 0 20px;
}
.mailmag .box .tit .circle {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/ico_circle.png) no-repeat left center;
	margin: 0 5px 0 0;
}

.mailmag .leadBox {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	text-align: left;
}
.mailmag .leadBox .lead { font-size: 14px; }
.mailmag .leadBox li { font-size: 13px; }


.mailmag .noticeList {
	background: #ff9;
	padding: 10px 20px
}
.mailmag .noticeList .noticeTit {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 5px;
}
.mailmag .noticeList li {
	background: transparent url(http://emtg.jp/img/mypage/mypage_css/ico_check.gif) no-repeat scroll 0px 7px;
	font-size: 12px;
	padding: 6px 0 0 20px;
	letter-spacing: 0.02em;
	line-height: 1.25em;
	text-align: left;
	margin: 0 0 0 8px;
}

.mailmag .statusBox {
	background: url(http://emtg.jp/img/mypage/mypage_css/bg_stripe.gif);
	font-size: 13px;
	margin: 0 0 20px 0;
	padding: 20px 30px 20px 30px;
}
.mailmag .statusBox .statusList {
	width: 100%;
	font-size: 12px;
	border: 1px solid #ffcbd8;
	border-collapse: collapse;
}
.mailmag .statusBox .statusList th {
	width: 36%;
	font-weight: bold;
	background: #ffeaf1;
	text-align: right;
	vertical-align: middle;
	border-bottom: solid 1px #ffcbd8;
	padding: 15px 20px;
}
.mailmag .statusBox .statusList td {
	background: #ffffff;
	text-align: left;
	vertical-align: middle;
	border-bottom: solid 1px #ffcbd8;
	padding: 15px 10px;
}
.mailmag .statusBox .noticeList {
	background: #fff;
	text-align: left;
	border: 1px solid #666;
}
.mailmag .statusBox .statusList .tleft { text-align: left; }
.mailmag .statusBox .statusList .tcenter { text-align: center; }

.mailmag .statusBox input[type=checkbox] {
	margin-right: 5px;
}
.mailmag .statusBox .statusList .tit {
	height: auto;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 10px;
}	
.mailmag .statusBox .statusList .tit .note {
	font-size: 11px;
	font-weight: normal;
}
.mailmag .statusBox .statusList .tit .sub {
	color: #555;
	font-size: 11px;
	font-weight: normal;
}
.mailmag .statusBox .statusList .status {
	font-size: 14px;
	font-weight: bold;
}
.mailmag .statusBox .statusList .active {
	color: #2BB72B;
}


.mailmag .statusBox .addressList li {
	list-style: square inside;
	padding: 0 0 0 3px;
	margin: 0 0 10px;
}
.mailmag .statusBox .addressList li:last-child {
	margin: 0;
}
.mailmag .statusBox .addressList input[type=checkbox] {
	margin-left: 10px;
	position: relative;
	top:2px;
}
.mailmag .statusBox .addressList label {
	font-weight: bold;
}

.mailmag .statusBox .artistList li {
	margin: 0 0 5px;
}

#mailmag_header{
	height: 57px;
	margin-bottom: 20px;
}

.logo{
	width:342px;
	height:57px;
	float:left;
}

.bannerbox{
	width: 375px;
	float: right;
	margin-right: 0px;
}
.banner01{
	padding-right: 5px;
}