@charset "utf-8";

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

	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;
}
#wrap {
	width: 920px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 145px;

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

/* 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: 70px;
	padding: 30px 0 0;
}
#header h1 {
	width: 411px;
	float: left;
}



/* header_nav
------------------------ */
#header_nav {
	width: 500px;
	float: right;
}
#header_nav {
	text-align: right;
}
#header_nav .myname {
	margin: 0 0 3px;
}
#header_nav ul {
	height: 15px;
}
#header_nav li {
	display: inline-block;
	height: 15px;
	border-left: 1px solid #666;
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
}
*:first-child+html #header_nav li {
	display: inline;
	border: none;
}
#header_nav li:first-child {
	border: none;
}
#header_nav li img {
	vertical-align: top;
}
#header_nav li input {
	vertical-align: top;
}
#header_nav li input:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/* global_nav
========================= */
#globalNav {
	width:100%;
	height:30px;
	margin: 0 0 15px 0;
}

#globalNav li.tail{
	width:130px;
}

#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 {
}
#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_trade_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 .trade .initial a  { background: url(/img/common/header/navi/sub_navi_aplication_over.jpg) no-repeat left top; }
#globalNav .trade .normal a   { background: url(/img/common/header/navi/sub_navi_detail_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 top;
	padding: 10px 0 3px;
	margin: 0 0 5px;
}
#sideClm .scheduleList li:first-child {
	background: #FDF6F9;
	padding: 0 0 3px;
}

#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
========================= */
#footer{
	width: 100%;
	height: 145px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}
#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{
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro",メイリオ,meiryo,Osaka,sans-serif;
	font-size:31px;
	font-weight:normal;
	letter-spacing:0.01em
	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",メイリオ,meiryo,Osaka,sans-serif;
	font-size:31px;
	font-weight:normal;
	letter-spacing:0.01em;
	height: 40px;
}
.subtit{
	height:40px;
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro",メイリオ,meiryo,Osaka,sans-serif;
	font-size:24px;
	font-weight:700px;
	letter-spacing:-0.03em;
	text-align:left;
	margin:0 0 35px 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",メイリオ,meiryo,Osaka,sans-serif;
	font-size:24px;
	font-weight:700px;
	letter-spacing:-0.03em;
}


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

/* ボタンメイン（ピンク）
-------------------------------- */
.btn_main {
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro",メイリオ,meiryo,Osaka,sans-serif;
	text-align: center;
	/*	margin-bottom: 5px; */
}
.btn_main a {
/*	display: block; */
	display:inline-block;
	background: #FA449A;
	background: -moz-linear-gradient(top,  #f954af 0%, #f74f87 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f954af), color-stop(100%,#f74f87)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f954af 0%,#f74f87 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f954af 0%,#f74f87 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f954af 0%,#f74f87 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f954af 0%,#f74f87 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f954af', endColorstr='#f74f87',GradientType=0 );  IE6-9 */ 
	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;
}
.btn_main a span{
	display: block;
	background: url(/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(/img/common/btn_main_arrow.png) no-repeat 95% center;
	background: url(/img/common/btn_main_arrow.png) no-repeat 95% center,-moz-linear-gradient(top,  #f954af 0%, #f74f87 100%); /* FF3.6+ */
	background: url(/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)); /* Chrome,Safari4+ */
	background: url(/img/common/btn_main_arrow.png) no-repeat 95% center,-webkit-linear-gradient(top,  #f954af 0%,#f74f87 100%); /* Chrome10+,Safari5.1+ */
	background: url(/img/common/btn_main_arrow.png) no-repeat 95% center,-o-linear-gradient(top,  #f954af 0%,#f74f87 100%); /* Opera 11.10+ */
	background: url(/img/common/btn_main_arrow.png) no-repeat 95% center,-ms-linear-gradient(top,  #f954af 0%,#f74f87 100%); /* IE10+ */
	background: url(/img/common/btn_main_arrow.png) no-repeat 95% center,linear-gradient(to bottom,  #f954af 0%,#f74f87 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f954af', endColorstr='#f74f87',GradientType=0 );  IE6-9 */ 
	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(/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",メイリオ,meiryo,Osaka,sans-serif;
	text-align: center;
	margin-bottom: 5px;
}
.btn_sub a,
.btn_sub_left a {
/*	display: block; */
	display:inline-block;
	background: #e7e7e7;
	background: -moz-linear-gradient(top,  #8B8B8B 0%, #646464 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8B8B8B), color-stop(100%,#646464)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8B8B8B 0%,#646464 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8B8B8B 0%,#646464 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8B8B8B 0%,#646464 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8B8B8B 0%,#646464 100%); /* W3C */
	color: #fff !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	letter-spacing: 0.1em;
	border: 1px solid #666;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	margin: 0 auto;
}
.btn_sub a span {
	display: block;
	background: url(/img/common/btn_sub_arrow.png) no-repeat 95% center;
	text-align: center;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.btn_sub_left a span {
	display: block;
	background: url(/img/common/btn_sub_arrow_left.png) no-repeat 5% center;
	text-align: center;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.btn_sub a:hover,
.btn_sub_left a:hover {
	background: #666;
	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;
}
.btn_sub input,
.btn_sub_left input{
	display: block;
	background: #e7e7e7 url(/img/common/btn_sub_arrow.png) no-repeat 95% center;
	background: url(/img/common/btn_sub_arrow.png) no-repeat 95% center,-moz-linear-gradient(top,  #f7f7f7 0%, #cccccc 100%); /* FF3.6+ */
	background: url(/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(/img/common/btn_sub_arrow.png) no-repeat 95% center,-webkit-linear-gradient(top,  #f7f7f7 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: url(/img/common/btn_sub_arrow.png) no-repeat 95% center,-o-linear-gradient(top,  #f7f7f7 0%,#cccccc 100%); /* Opera 11.10+ */
	background: url(/img/common/btn_sub_arrow.png) no-repeat 95% center,-ms-linear-gradient(top,  #f7f7f7 0%,#cccccc 100%); /* IE10+ */
	background: url(/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;
}


/* ボタンダミー
-------------------------------- */
.btn_dummy {
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro",メイリオ,meiryo,Osaka,sans-serif;
	text-align: center;
	margin-bottom: 5px;
}
.btn_dummy a {
	display: block;
	background: #aaa;
	color: #fff !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	letter-spacing: 0.1em;
	box-shadow:0 1px 2px rgba(0,0,0,0.3);
	border: 1px solid #999;
	margin: 0 auto;
	opacity:0.5;
	cursor:default;

}
.btn_dummy a span {
	display: block;
	background: url(/img/common/btn_sub_arrow.png) no-repeat 95% center;
	text-align: center;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.btn_dummy a:hover{
}
.btn_dummy a:hover span {
}


/* ボタン緑
-------------------------------- */
.btn_light,
.btn_light_left {
	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro",メイリオ,meiryo,Osaka,sans-serif;
	text-align: center;
	margin-bottom: 5px;
}
.btn_light a,
.btn_light_left a {
	display: block;
	background: #4cb815; /* Old browsers */
	background: -moz-linear-gradient(top,  #4cb815 0%, #21a00e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4cb815), color-stop(100%,#21a00e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4cb815 0%,#21a00e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4cb815 0%,#21a00e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4cb815 0%,#21a00e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4cb815 0%,#21a00e 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb815', endColorstr='#21a00e',GradientType=0 );  IE6-9 */
	color: #fff !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 2px 1px 0px rgba(0,0,0,0.5);
	letter-spacing: -0.01em;
	border: 1px solid #44B00D;
	box-shadow: 1px 2px 3px #ccc;
	-moz-box-shadow: 1px 2px 3px #ccc;
	-webkit-box-shadow: 1px 2px 3px #ccc;
	margin: 0 auto;
}
.btn_light a span {
	display: block;
	background: url(/img/common/btn_sub_arrow.png) no-repeat 95% center;
	text-align: center;
	border-top: 1px solid #f7f7f7;
	border-left: 1px solid #f7f7f7;
}
.btn_light_left a span {
	display: block;
	background: url(/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_light a:hover,
.btn_light_left a:hover {
	background: #21A00E;
	box-shadow: 0 1px 3px #aaa;
	-moz-box-shadow: 0 1px 3px #aaa;
	-webkit-box-shadow: 0 1px 3px #aaa;
}
.btn_light a:hover span,
.btn_light_left a:hover span {
	display: block;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.btn_light input,
.btn_light_left input{
	display: block;
	display: block;
	background: #4cb815; /* Old browsers */
	background: -moz-linear-gradient(top,  #4cb815 0%, #21a00e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4cb815), color-stop(100%,#21a00e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4cb815 0%,#21a00e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4cb815 0%,#21a00e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4cb815 0%,#21a00e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4cb815 0%,#21a00e 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb815', endColorstr='#21a00e',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_light input:hover,
.btn_sub.btn_light { 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:auto;
	min-width:300px;
	font-size: 18px;
	border-radius: 25px;
	-moz-border-radius: 25px;
}
.l_size span,
input.l_size {
	-moz-border-radius: 25px;
	border-radius: 25px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding: 12px 11% 12px 10px;
}
input.l_size {
	padding:12px 1% 12px 0px
}
	
/* 中 */
.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;
}









