@charset "utf-8";

/*
	�A�g���ʉ�
	Copyright (C) TEZUKA PRODUCTIONS �A�g���ʉݎ��s�ψ��� All Rights Reserved.

	[Base]
		0. Resetting default margin and padding
		7. For IE6/7

	[Layout]
		0. Container 1. Header 2. Content
		3. Footer

    [individually]
        i1. byelaw
        i2. member-shop
        i3. FAQ List.
        i4. Mailmagazine form.
        i5. Thasnk page.
        i6. Links page.

	[Module]
		4. Common Module
		2. ##### SPECIFIC MODULE NAME or SOMETHING #####
		90. Other
		99. Clearfix
        999. error page style.
*/

/* //////////////////////////////////////////////////
	1. Header [=toNext]
////////////////////////////////////////////////// */
#header {
	margin-top: 21px;
}
#imgMainImage {
	margin-top: -45px;
}
#contGlobal {
	position: relative;
}
#navGlobal {
	position: absolute;
	left: 419px;
	top: -95px;
}
#navGlobal li {
	float: left;
}
#ttlPage {
	position: relative;
	margin-bottom: 30px;
	height: 122px;
	background: url(/img/bg_nav_branch_n.png) left top no-repeat;
}
#ttlPage #pageTitle {
	float: left;
	margin-right: 14px;
}
	#ttlPage.noNav {
		background: url(/img/bg_nav_branch_c.png) left top no-repeat;
	}
#ttlPage .listPage {
	overflow: hidden;
	position: relative;
	top: 53px;
	/zoom: 1;
}
	#ttlPage .listPage li {
		float: left;
		margin-left: -18px;
		margin-right: 18px;
		padding-left: 18px;
		padding-right: 18px;
		border-left: solid 1px #88857b;
	}
		#ttlPage .listPage li.current a {
			color: #f60;
			text-decoration: none;
		}
#contUtility {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	padding-top: 3px;
	width: 100%;
	height: 16px;
	background: #f2976f url(/img/bg_nav_utility.png) left top repeat-x;
}
#navUtility {
	margin: 0 auto;
	width: 951px;
	text-align: right;
}
#navUtility li {
	display: inline;
	margin: 0 9px;
}
#navUtility li img {
	vertical-align: top;
}



/* //////////////////////////////////////////////////
	4. Common Module [=toNext]
////////////////////////////////////////////////// */
.mainBox {
	margin-bottom: 52px;
    padding: 0 32px;
}
.subBox {
	margin-bottom: 10px;
}
.blockSubNav {
	position: relative;
    margin-bottom: 25px;
	padding-top: 30px;
	background: url(/img/bg_subNav_top.png) 0 10px no-repeat;
}
.innerSubNav {
	padding: 0 14px;
	background: url(/img/bg_subNav_btm.png) left bottom no-repeat;
}
.ttlSubNav {
	position: absolute;
	top: 0;
	left: 29px;
}
.listSubNav {
	overflow: hidden;
	padding-bottom: 12px;
	line-height: 1.2;
	/zoom: 1;
}
.listSubNav li {
	float: left;
	margin-left: -1px;
	margin-right: 20px;
	padding-left: 20px;
	margin-bottom: 6px;
	border-left: solid 1px #666;
}
	.listSubNav li a {
		padding-bottom: 1px;
	}

.blockInfo {
	padding-top: 20px;
    width: 730px;
	background: url(/img/bg_win_top.png) left top no-repeat;
}
.innerInfo {
	position: relative;
	padding: 20px 57px 34px;
	background: url(/img/bg_win_btm.png) left bottom no-repeat;
	/zoom: 1;
}
.blockInfo .txtInfoDate ,
.blockInfo .txtInfoBody {
	font-size: 108%;
	line-height: 1.85;
}
.blockInfo .ttlInfo {
	margin-bottom: 8px;
	font-size: 139%;
	font-weight: bold;
}
.blockInfo .btnClosePopup {
	position: absolute;
	right: 20px;
	top: 0;
}
.popup {
    display: none;
    position: absolute;
    z-index: 1000;
}

.contTtlContent {
	margin-bottom: 13px;
	padding-bottom: 20px;
	background: url(/img/line_01.png) left bottom no-repeat;
}
	.contTtlContent .ttlContent {
		min-height: 38px;
		font-size: 100%;
		font-weight: normal;
	}
		* html .contTtlContent .ttlContent {
			height: 38px;
		}
	.contTtlContent .ttlContent .ttlContTxt {
		display: inline-block;
		margin-left: 5px;
		padding-top: 12px;
		width: 670px;
		vertical-align: middle;
	}
	.contTtlContent .ttlContent .ttlContTxt .btnBranch {
		display: block;
		padding-left: 10px;
		background: url(/img/bg_btnBranch_l.gif) left top no-repeat;
		font-size: 93%;
	}
	.contTtlContent .ttlContent .ttlContTxt .btnBranch a {
		display: -moz-inline-box;
		display: inline-block;
		padding-right: 10px;
		height: 20px;
		background: url(/img/bg_btnBranch_r.gif) right top no-repeat;
		color: #fff;
		line-height: 20px;
	}
	.contTtlContent .ttlContent .ttlContTxt .txtCont {
		margin-right: 5px;
		font-size: 116%;
		font-weight: bold;
		line-height: 1.5;
	}
	.contTtlContent .ttlContent .ttlContTxt .txtDate {
		font-size: 77%;
		color: #f93;
	}
	.contTtlContent .ttlContent .ttlContTxt .txtContCap {
		font-size: 77%;
	}
	.contTtlContent .ttlContent img {
		vertical-align: middle;
	}

.contTtlContentB {
	padding-bottom: 11px;
    padding-left: 3px;
	background: url(/img/line_01.png) left bottom no-repeat;
    font-size: 138%;
}


.otrArea {
	margin-bottom: 20px;
	padding: 14px 15px;
	background-color: #ffe0bc;
}
.listDef dt {
	font-weight: bold;
	margin-bottom: 5px;
}
.listDef dd {
	margin-bottom: 5px;
	margin-left: 7px;
}
.listDefBullet dt {
	font-weight: bold;
	margin-bottom: 5px;
}
.listDefBullet dd {
	display: list-item;
	list-style: disc inside;
	margin-bottom: 5px;
}

/* pagenation [=toNext] */
.navPageArticle {
	clear: both;
	padding-top: 38px;
	background: url(/img/line_01.png) left top no-repeat;
}
.navPageArticle li {
	float:left;
	width: 33%;
}
	.navPageArticle li.prev {
        height: 21px;
		text-align: left;
	}
	.navPageArticle li.allArticle {
        height: 21px;
		text-align: center;
		font-size: 93%;
	}
	.navPageArticle li.next {
        height: 21px;
		text-align: right;
	}
        .navPageArticle li.prev a ,
        .navPageArticle li.next a {
            font-weight: bold;
        }

.listBullet li {
	padding-left: 20px;
	background: url(/img/ico_blist.png) 0 0.35em no-repeat;
}
.listNormalBullet li {
	list-style-type: disc !important;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
	.contStaticArticle .listNormalBullet {
		margin-bottom: 30px;
	}
	.contStaticArticle ol {
		margin-bottom: 30px;
	}
		.contStaticArticle ol li {
			padding-left: 1em;
			text-indent: -1em;
		}
		.contStaticArticle ol ol {
			margin-left: 1em;
		}
.listNote li {
    list-style-type: square;
    list-style-position: inside;
    padding-left: 1em;
    text-indent: -1em;
}
    .contStaticArticle .listNote {
        margin-bottom: 30px;
    }
.listMark li {
    padding-left: 1em;
    text-indent: -1em;
}
    .contStaticArticle .listMark {
        margin-bottom: 30px;
    }

/* ---------------------------------------
 *	listOrder [=toNext]
 * --------------------------------------- */
.listOrder {
	padding: 0 8px;
}
.listOrder li {
	margin-bottom: 32px;
	padding-left: 33px;
}
.listOrder li.item01 {
    padding-left: 33px;
	background: url(/img/ico_circle01.gif) 0 0.3em no-repeat;
    text-indent: 0;
}
.listOrder li.item02 {
    padding-left: 33px;
	background: url(/img/ico_circle02.gif) 0 0.3em no-repeat;
    text-indent: 0;
}
.listOrder li.item03 {
    padding-left: 33px;
	background: url(/img/ico_circle03.gif) 0 0.3em no-repeat;
    text-indent: 0;
}

.figureR {
	float: right;
	margin-left: 24px;
}
.figureL {
	float: left;
	margin-right: 24px;
}

.txtCaption {
	font-size: 83%;
}

/* form item */
.frmInput {
    padding: 8px 5px;
    background-color: #fc9;
    border: none;
}
.erroMsg {
    color: #f00;
    font-weight: bold;
}
/* //////////////////////////////////////////////////
	2. content Module [=toNext]
////////////////////////////////////////////////// */
/* ---------------------------------------
 *	branchInfo [=toNext]
 * --------------------------------------- */
.branchInfo {
	margin-bottom: 26px;
	padding-top: 32px;
	background-position: 0 12px;
}
.branchInfo .innerInfo {
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 88px;
	margin-right: -16px;
	background: url(/img/bg_win_onAtom_btm.png) left bottom no-repeat;
	/zoom: 1;
}
.branchInfo .groupInfo {
	padding-left: 233px;
	min-height: 204px;
	background: url(/img/img_ticket_wt.png) left center no-repeat;
}
    .branchInfo .groupInfo.wt {
        background: url(/img/img_ticket_wt.png) left center no-repeat;
    }
    .branchInfo .groupInfo.niiza {
        background: url(/img/img_ticket_niiza.png) left center no-repeat;
        min-height: 214px;
    }
    .branchInfo .groupInfo.kawaguchi {
        background: url(/img/img_ticket_kawaguchi.png) left center no-repeat;
        min-height: 214px;
    }
    .branchInfo .groupInfo.sapporo {
        background: url(/img/img_ticket_sapporo.png) left center no-repeat;
    }
    .branchInfo .groupInfo.matsuyama {
        background: url(/img/img_ticket_matsuyama.png) left center no-repeat;
    }
    .branchInfo .groupInfo.tokushima {
        background: url(/img/img_ticket_tokushima.png) left center no-repeat;
    }
    .branchInfo .groupInfo.sendai {
        background: url(/img/img_ticket_sendai.png) left center no-repeat;
    }
    .branchInfo .groupInfo.wako {
        background: url(/img/img_ticket_wako.png) left center no-repeat;
    }
    .branchInfo .groupInfo.yaeyama {
        background: url(/img/img_ticket_yaeyama.png) left center no-repeat;
    }
    .branchInfo .groupInfo.kasugai {
        background: url(/img/img_ticket_kasugai.png) left center no-repeat;
    }
    .branchInfo .groupInfo.shinjuku {
        background: url(/img/img_ticket_shinjuku.png) left center no-repeat;
    }
    .branchInfo .groupInfo.anjo {
        background: url(/img/img_ticket_anjo.png) left center no-repeat;
    }

	* html branchInfo .groupInfo {
		height: 204px;
	}
	* html branchInfo .groupInfo.kawaguchi {
		height: 214px;
	}
.branchInfo .ttlInfo {
	position: absolute;
	left: 49px;
	top: -38px;
}

/* ---------------------------------------
 *	tblContents [=toNext]
 * --------------------------------------- */
.contTbl {
	padding: 0 40px 0 60px;
}
.tblContents {
	width: 100%;
	font-size: 108%;
}
	.tblContents th {
		padding: 2px 20px 2px 0;
		width: 130px;
		border-right: solid 3px #b2b2ac;
		text-align: right;
	}
	.tblContents td {
		padding: 2px 0 2px 18px;
	}

/* ---------------------------------------
 *	contArticle [=toNext]
 * --------------------------------------- */
.contArticle ,
.contArticleDetail {
	margin-bottom: 31px;
	padding: 0 28px;
}
	.contArticle .imgArticle ,
	.contArticleDetail .imgArticle {
		float: left;
		margin-right: 42px;
	}
	.contArticleDetail .imgArticle {
		margin-bottom: 32px;
	}
	.contArticle .txtArticle ,
	.contArticleDetail .txtArticle {
		font-size: 108%;
		line-height: 1.85;
	}
	.contArticle .moreArticle {
		font-weight: bold;
		text-align: right;
	}




/* ---------------------------------------
 *	ttlContentImg [=toNext]
 * --------------------------------------- */
.ttlContentImg {
	position: relative;
	margin-left: 100px;
	text-indent: -100px;
	z-index: 3;
	/zoom: 1;
}
	.ttlContentImg span {
		display: block;
		background: url(/img/bg_ttl.png) 100% 47px no-repeat;
	}
		.ttlContentImg span img {
			position: relative;
			z-index: -1;
		}
.topContents {
	margin-right: -20px;
    zoom: 1;
}
.topContents .contDateText {
	margin-right: 20px;
	width: 230px;
}
.contDateText {
	float: left;
	line-height: 1.4;
}
.listDateText {
	overflow: hidden;
	/zoom: 1;
}
.listDateText li {
	border-top: dashed 1px #ccc;
	padding-top: 8px;
	margin-top: -1px;
}
.txtListBody {
}
.txtListDate {
	margin-bottom: 6px;
	font-size: 77%;
	text-align: right;
	color: #999;
}

.contDateText .viewMore {
	padding-top: 10px;
	border-top: dashed 1px #ccc;
	text-align: right;
}


#navBranch {
	margin-bottom: 23px;
}


/* ---------------------------------------
 *	contStaticDetail [=toNext]
 * --------------------------------------- */
.contStaticArticle {
	font-size: 93%;
	line-height: 2.15em;
	padding: 0 32px;
}
	.contStaticArticle .ttlStatic {
		margin-bottom: 10px;
		font-size: 132%;
	}
    .contStaticArticle .ttlStaticL2 {
        font-weight: bold;
    }
    .contStaticArticle .ttlStaticL3 {
        font-weight: bold;
    }
	.contStaticArticle .txtStatic {
		margin-bottom: 30px;
	}


/* //////////////////////////////////////////////////
	3. Footer [=toNext]
////////////////////////////////////////////////// */
#footer {
	padding-top: 28px;
	padding-bottom: 32px;
	background-color: #000;
}
#navFooter {
	margin-bottom: 19px;
	text-align: center;
}
#navFooter li {
	display: inline;
	padding: 0 10px;
}
#navFooter li img {
	vertical-align: middle;
}

/* //////////////////////////////////////////////////
	i1. byelaw [=toNext]
////////////////////////////////////////////////// */
.tblPost td {
    padding-right: 40px;
}

/* //////////////////////////////////////////////////
	i2. member-shop [=toNext]
////////////////////////////////////////////////// */
.memberShopBox h3 {
    margin-bottom: 6px;
    font-size: 108%;
    font-weight: bold;
}
.memberShopBox .listBullet li {
    float: left;
    width: 313px;
}

/* //////////////////////////////////////////////////
	i3. FAQ List [=toNext]
////////////////////////////////////////////////// */
.listFaq dt {
    margin-bottom: 5px;
    color: #f60;
    font-size: 108%;
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.3;
}
.listFaq dd {
    margin-bottom: 32px;
    padding-left: 1em;
    text-indent: -1em;
}

/* //////////////////////////////////////////////////
	i4. FAQ List [=toNext]
////////////////////////////////////////////////// */
.contMM {
    height: 180px;
    background: url(/img/bg_melmaga_btm.png) left bottom no-repeat;
    text-align: center;
}
.contMM .frmInput {
    margin-bottom: 10px;
    width: 170px;
}
.contMM .itemBtns {
    padding: 0 11px;
    text-align: right;
}

/* //////////////////////////////////////////////////
	i5. Thanks page.
////////////////////////////////////////////////// */
#thanksSWF {
    margin-bottom: 24px;
}
.txtSayThanks a {
    background: url(/img/ico_thanks.png) left center no-repeat;
    padding: 20px 0 9px 38px;
}
.sayThanks {
    margin-bottom: 54px;
    text-align: center;
}
.txtPresent {
    padding-top: 8px;
}
    .txtPresent img {
        margin-right: 15px;
        vertical-align: middle;
    }
    .txtPresent span {
        display: inline-block;
        width: 420px;
        vertical-align: middle;
    }



/* //////////////////////////////////////////////////
	i6. Links page
////////////////////////////////////////////////// */
.groupLinks {
    margin-bottom: 42px;
    overflow: hidden;
    *zoom: 1;
}

.linkInfo {
    margin-top: -1px;
    margin-bottom: 14px;
    padding: 14px 32px 0;
    border-top: dashed 1px #ccc;
}
    .linkInfo .linkTitle {
        font-weight: bold;
        font-size: 107%;
    }
        .linkInfo .linkTitle .txtDate {
            margin-left: 5px;
            color: #f93;
            font-size: 71%;
            font-weight: normal;
        }
    .linkInfo .linkURL {
        margin-bottom: 5px;
        font-size: 92%;
    }


/* //////////////////////////////////////////////////
	99. Clearfix [=toNext]
////////////////////////////////////////////////// */
.mainBox ,
.subBox {
	/zoom: 1;
}
.mainBox:after ,
.subBox:after {
	content: "";
	clear: both;
	display: block;
}

/* //////////////////////////////////////////////////
	999. error page styles. [=toNext]
////////////////////////////////////////////////// */
#error404 ,
#commingSoon {
    padding-top: 47px;
    text-align: center;
}

