@charset "utf-8";
/* CSS Document */

/*
基本設定
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body,td,th,p,address,h1,h2,h3,h4,h5,h6,li,dt,dd {
	color: #666666;
}

div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form {
	margin: 0;
	padding: 0;
}

img,table {
	border: none;
}

ol,ul {
	list-style-type: none;
}

a {
	color: #666666;
	text-decoration: underline;
}

a:link,
a:visited {
	color: #666666;
}

a:hover,
a:active {
	color: #666666;
	text-decoration: none;
}



/* タイトルまわり
------------------------------------------------------------*/
#title {
	width: 515px;
	margin-top: 18px;
	padding-top: 12px;
	border-top: 1px solid #002253;
}

#title-sub {
	margin-top: 7px;
}

#breadcrumbs-list {
	width: 515px;
	padding-top: 13px;
	color: #999999;
	font-size: 1em;
	line-height: 130%;
}


#breadcrumbs-list a {
	color: #999999;
	text-decoration: underline;
}

#breadcrumbs-list a:hover {
	color: #999999;
	text-decoration: none;
}


/* ページトップリンク 
------------------------------------------------------------*/

.page-top {
	margin-bottom: 18px;
	padding-left: 440px;
	text-align: left;
	overflow: hidden;
}

.page-top a {
	display: block;
	width: 75px;
	height: 14px;
	background: url(../images/share/icon_f_top.gif) no-repeat;
	text-indent: -9999px;
	font-size :5px;
	overflow: hidden;
}

.page-top a:hover {
	background-position: 0 -14px;
}


/*
定期会員のご案内
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.about .catch {
	margin-top: 68px;
}

.about dl {
	width: 515px;
	margin-top: 53px;
}

.about dt {
	padding-top: 4px;
	border-top: 1px solid #CCCCCC;
}

.about dd {
	margin-top: 11px;
	font-size: 1.2em;
	line-height: 150%;
}

.about dd p.link {
	margin: 11px 0px 50px;
	font-size: 0.91em;
}

.about dd a {
	padding: 1px 0px 1px 20px;
	background: url(../images/share/icon_link.gif) no-repeat left center;
}
.about dd a:hover {
	background: url(../images/share/icon_link_on.gif) no-repeat left center;
}

.about dd.step {
	margin-top: 45px;
}

.about dd.step p {
	padding-bottom: 32px;
	background: url(../images/subscriber/about_arw01.gif) no-repeat 43px 28px;
}

.about dd.step p.step3 {
	position: relative;
	width: 515px;
	padding-bottom: 62px;
	background: none;
}

.about dd.step p.step3 span {
	display: block;
	position: absolute;
	top: 28px;
	left: 0px;
	width: 77px;
}

.about dd.step p.step4 {
	background: none;
}

.about ul {
	margin-bottom: 150px;
}

.about li {
	margin-bottom: 12px;
}

.about li a {
	padding: 1px 0px 1px 20px;
	background: url(../images/share/icon_link.gif) no-repeat left center;
	font-size: 1.1em;
}
.about li a:hover {
	background: url(../images/share/icon_link_on.gif) no-repeat left center;
}


/*
会員の特典
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.benefit {
	width: 515px;
}

.benefit p {
	margin-top: 68px;
	font-size: 1.2em;
	line-height: 150%;
}

.benefit dl {
	margin-top: 21px;
}

.benefit dd {
	margin: 6px 0px 15px;
	font-size: 1.2em;
	line-height: 150%;
}


/*
プログラム・料金・発売日
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.howto {
	width: 515px;
}

.howto img {
	vertical-align: top;
}

.howto dl {
	margin-top: 68px;
}

.howto dt img {
	margin-bottom: 1px;
}

.howto dt a {
	padding: 1px 0px 1px 20px;
	background: url(../images/share/icon_link.gif) no-repeat left center;
	font-size: 1.1em;
	line-height: 150%;
}
.howto dt a:hover {
	background: url(../images/share/icon_link_on.gif) no-repeat left center;
}

.howto dd img {
	margin-bottom: 18px;
}

.howto dd {
	padding-bottom: 47px;
	font-size: 1.2em;
	line-height: 150%;
}

.howto dd p,
.howto dd ul {
	margin-top: 10px;
}

.howto dd ul li {
	padding-left: 17px;
}

.howto dd ul li.type1{
	background: url(../images/subscriber/icon_number1.gif) no-repeat;
}

.howto dd ul li.type2 {
	background: url(../images/subscriber/icon_number2.gif) no-repeat;
}

.howto dd ul li.type3 {
	background: url(../images/subscriber/icon_number3.gif) no-repeat;
}


/*
年間会員,シーズン会員
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.subscribe-menu {
	width: 515px;
	margin-top: 43px;
}
.subscribe-menu:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.subscribe-menu { display:inline-block; }
/*\*/
* html .subscribe-menu { height:1%; }
.subscribe-menu { display:block; }
/**/

.subscribe-menu li {
	float: left;
	margin-right: 14px;
}

.subscribe-menu li a {
	display: block;
	padding: 1px 0px 1px 16px;
	background: url(../images/share/icon_link.gif) no-repeat left center;
}
.subscribe-menu li a:hover {
	background: url(../images/share/icon_link_on.gif) no-repeat left center;
}
.subscribe-menu li a.on {
	background: url(../images/share/icon_link_on.gif) no-repeat left center;
}


/* コンテンツ
------------------------------------------------------------*/

.annual {
	width: 516px;
	margin-top: 12px;
	padding-top: 9px;
	border-top: 1px solid #CCCCCC;
}

.annual dl {
	margin-top: 52px;
}

.annual dl img {
	vertical-align: top;
}

.annual dd {
	margin-bottom: 60px;
}

.annual dd p {
	margin-top: 6px;
	font-size: 1.2em;
	line-height: 150%;
}

.annual dd p.step1-img {
	margin-top: 31px;
}


/* プログラムを選ぶ */

.annual dd .program-tbl {
	width: 515px;
	margin: 5px 0px;
	font-size: 1.2em;
}

.annual dd .program-tbl th {
	width: 26px;
	padding: 2px;
	border-bottom: 1px solid #E9E9E9;
}

.annual dd .program-tbl td {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #E9E9E9;
	line-height: 200%;
}

.annual dd .program-tbl td.program {
	color: #002253;
}

.annual dd .program-tbl span.bold {
	font-weight: bold;
}

.annual dd .program-tbl span.small {
	color: #666666;
	font-size: 0.83em
}

.annual dd .program-tbl td.center {
	width: 80px;
	text-align: center;
}




.annual dd p.caution {
	margin: 0px;
	font-size: 1.0em;
	line-height: 150%;
}

.annual p.info {
	width: 514px;
	margin: 11px 0px 0px 1px;
	padding-left: 13px;
	background: url(../images/subscriber/annual_mark.gif) no-repeat left center;
}

.annual p.info img.top {
	margin-left: 7px;
}

.annual p.info img {
	margin-right: 4px;
	vertical-align: top;
}

* html .annual p.info img {
	vertical-align: middle;
}


/* 券種を選ぶ */

.annual dd .ticket-tbl {
	width: 516px;
	margin-top: 14px;
	font-size: 1.2em;
}

.annual dd .ticket-tbl th,
.annual dd .ticket-tbl td {
	padding: 3px 5px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	line-height: 140%;
}

.annual dd .ticket-tbl th {
	background: #DCDCDC;
}

.annual dd .ticket-tbl th.bg {
	background: #8091A9;
	color: #FFFFFF;
}

.annual dd .ticket-tbl td {
	background: #F2F2F2;
}

.annual dd .ticket-tbl td.bg {
	background: #E4E9F5;
}

.annual dd .ticket-tbl td.right {
	text-align: right;
	font-size: 0.83em;
	background: none;
	border: none;
}

.annual p.link {
	margin-top: 15px;
	padding-bottom: 7px;
	font-size: 1.1em;
}

.annual p.link a {
	padding: 1px 0px 1px 20px;
	background: url(../images/share/icon_link.gif) no-repeat left center;
	line-height: 150%;
}
.annual p.link a:hover {
	background: url(../images/share/icon_link_on.gif) no-repeat left center;
}

.annual p.seat img {
	margin-right: 2px;
}


/* 定期会員券に申し込む */

.annual dd.step04 {
	padding-top: 9px;
}

.annual dd.step04 p {
	margin-top: 11px;
}

.annual dd.step04 p.caution {
	margin-top: 6px;
}

.annual p.guide {
	line-height: 130%;
}

.annual p.guide img {
	margin-right: 8px;
}

.annual p.guide img.fax {
	margin: 0px 8px 0px 22px;
}

.annual p.guide a {
	margin-left: 22px;
	padding: 1px 0px 1px 20px;
	background: url(../images/share/icon_link.gif) no-repeat left center;
	font-size: 0.91em;
	line-height: 150%;
}
.annual p.guide a:hover {
	background: url(../images/share/icon_link_on.gif) no-repeat left center;
}

.annual p.btn {
	padding-bottom: 30px;
}

.annual .season-list {
	font-size: 1.2em;
	line-height: 1.5em;
}


/* シーズン会員
------------------------------------------------------------*/

.annual .season-list li {
	padding-left: 17px;
}

.annual .season-list li.type1{
	background: url(../images/subscriber/icon_number1.gif) no-repeat;
}

.annual .season-list li.type2 {
	background: url(../images/subscriber/icon_number2.gif) no-repeat;
}

.annual .season-list li.type3 {
	background: url(../images/subscriber/icon_number3.gif) no-repeat;
}

.annual dd p.nospc {
	margin: 0px;
}

.annual .date-tbl {
	width: 515px;
	margin-top: 10px;
	border-top: 1px solid #E9E9E9;
	font-size: 1.2em;
	line-height: 180%;
}

.annual .date-tbl th,
.annual .date-tbl td {
	padding-top: 1px;
	border-bottom: 1px solid #E9E9E9;
	text-align: left;
	font-weight: normal;
}

.annual .date-tbl th {
	width: 215px;
}

.annual .date-tbl th span {
	padding: 1px 16px 1px 0px ;
}

.annual .date-tbl th span.type1{
	background: url(../images/subscriber/icon_number1.gif) no-repeat right top;
}

.annual .date-tbl th span.type2 {
	background: url(../images/subscriber/icon_number2.gif) no-repeat right top;
}

.annual .date-tbl th span.type3 {
	background: url(../images/subscriber/icon_number3.gif) no-repeat right top;
}


/*
資料請求［フォーム］
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.request {
	width: 515px;
}

.request p {
	font-size: 1.2em;
	line-height: 180%;
}

.request .catch {
	margin-top: 60px;
}

.request h3 {
	margin-top: 25px;
	padding-top: 4px;
	border-top: 1px solid #CCCCCC;
}

.request .bg-box01 {
	margin: 30px 0 52px;
	background: #F4F4F4;
}

.request .bg-box01 p {
	padding: 8px 10px 0px;
	font-size: 1.2em;
	line-height: 180%;
}

.request .bg-box01 ul {
	text-align: center;
	padding: 7px 0 10px;
}

.request .bg-box01 ul li {
	display: inline;
	font-size: 1.2em;
	line-height: 100%;
}

.request table {
	width: 515px;
	margin-top: 23px;
	background: #E3E8F5;
}

.request table th {
	width: 81px;
	padding: 14px 12px 2px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
}

.request table th span {
	font-size: 10px;
}

.request table td {
	font-size: 12px;
	padding: 10px 0 14px 43px;
	text-align: left;
	vertical-align: top;
	line-height: 200%;
}

.request table td.name-tbl {
	padding: 10px 0;
}

.request table .name-tbl table {
	width: 410px;
	margin: 0;
}

.request table .name-tbl td {
	padding: 0 0 0 10px;
}

.request table .name-tbl td.size01 {
	width: 33px;
	padding: 0;
	text-align: right;
}

.request .input-style01 {
	width: 148px;
}

.request .input-style02 {
	width: 86px;
}

.request .input-style03 {
	width: 356px;
	height: 35px;
}

.request .input-style04 {
	width: 338px;
}

.request .check-box01 {
	padding:0;
  margin:0;
}

.request p.btn {
	text-align: center;
}

.request p.btn input {
	margin: 31px  14px 83px;
}


/* エラー
------------------------------------------------------------*/

.request .err-txt {
	margin-top: 60px;
	color: #CC0000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 140%;
}

.request .err-list {
	margin: 6px 0 30px;
}

.request .err-list li {
	color: #CC0000;
	font-size: 1.2em;
	line-height: 160%;
}


/* 確認
------------------------------------------------------------*/

.request .conf-txt {
	margin-top: 60px;
	color: #002253;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 140%;
}

.request table.conf {
	width: 515px;
	margin-top: 23px;
	background: none;
	border-top: 1px solid #E9E9E9;
}

.request table.conf th {
	width: 81px;
	padding: 14px 12px 2px;
	border-bottom: 1px solid #E9E9E9;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
}

.request table.conf th span {
	font-size: 10px;
}

.request table.conf td {
	font-size: 12px;
	padding: 10px 0 14px 43px;
	border-bottom: 1px solid #E9E9E9;
	text-align: left;
	vertical-align: top;
	line-height: 200%;
}

.request table.conf td.name-tbl {
	padding: 10px 0;
}

.request table.conf .name-tbl table {
	width: 410px;
	margin: 0;
	background: none;
}

.request table.conf .name-tbl td {
	width: 138px;
	padding: 0 0 0 10px;
	border-bottom: none;
}

.request table.conf .name-tbl td.size01 {
	width: 33px;
	padding: 0;
	text-align: right;
}


/* 完了
------------------------------------------------------------*/

.request .thx-txt {
	margin-top: 124px;
	font-size: 1.2em;
	line-height: 140%;
}

.request  p.link {
	margin-top: 54px;
	font-size: 1.1em;
}

.request p.link a {
	padding: 1px 0px 1px 20px;
	background: url(../images/share/icon_link.gif) no-repeat left center;
	line-height: 150%;
}

.request p.link a:hover {
	background: url(../images/share/icon_link_on.gif) no-repeat left center;
}


/***********************************************************************************/

/*benefit 20100707 */

#merit{
	padding-top:30px;
}

#merit h4{
	background:url(../images/subscriber/benefit_01-1007.gif) no-repeat;
	width:515px;
	height:50px;
	margin:0px;
	padding:0px;
	text-indent:-10000px;
}

#merit dl{
	padding:0px;
	margin:0px;
}
#merit dt{
	clear:both;
	width:164px;
	height:60px;
	float:left;
	text-indent:-10000px;
}
#merit dd{
	float:left;
	width:342px;
	padding-left:8px;
	padding-top:1em;
	margin:0px;
	line-height:1.5em;
}

dt.t01{
	background:url(../images/subscriber/benefit_02-1007.gif) no-repeat;
}
dt.t02{
	background:url(../images/subscriber/benefit_03-1007.gif) no-repeat;
}
dt.t03{
	background:url(../images/subscriber/benefit_04-1007.gif) no-repeat;
}
dt.t04{
	background:url(../images/subscriber/benefit_05-1007.gif) no-repeat;
}


.border01{
	clear:both;
	width:515px;
	border-bottom:1px dotted #666;
	height:1px;
	margin:10px 0;
}
	

#tokuten{
	padding-top:50px;
}

#tokuten h4{
	background:url(../images/subscriber/benefit_06-1007.gif) no-repeat;
	width:515px;
	height:43px;
	text-indent:-10000px;
	margin:0px;
	padding:0px;
}

#tokuten dt{
	text-indent:-10000px;
	width:515px;
	height:25px;
	margin:0;
	padding:0px;
}

#tokuten dt.t07{
	background:url(../images/subscriber/benefit_07-1007.gif) no-repeat;
}
#tokuten dt.t08{
	background:url(../images/subscriber/benefit_08-1007.gif) no-repeat;
}
#tokuten dt.t09{
	background:url(../images/subscriber/benefit_09-1007.gif) no-repeat;
}
#tokuten dt.t10{
	background:url(../images/subscriber/benefit_10-1007.gif) no-repeat;
}

#tokuten dl, #tokuten dd{
	margin:0px;
	padding:0px;
}

#tokuten dd{
		line-height:1.8em;
	padding-bottom:20px;
}


	
/*****************************************************************  annual */

/*annual 20100707 */
.annual dd .program-tbl td.center2 {
	padding-left:4em;
}





/*****************************************************************  clearfix */
.clearfix:after {
  content: ".";  
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}