<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*********************************************
  *****
  /common/css/base.css
*********************************************/

/*==================================
  BASIC
==================================*/
html{margin:0 auto; padding:0; font-size:75%; font-family:"メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
body {margin:0; padding:0; text-align:center; color:#333;}


/*==================================
  RESET
==================================*/
* {margin:0; padding:0; text-align:left;}
img {border:none; vertical-align:bottom;}
p {line-height:1.6;}
hr {display: none;}
* html .iepngfix {behavior: expression(IEPNGFIX.fix(this));}
.clear {zoom: 100%;}
.clear:after {content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;}


/*==================================
  common parts
==================================*/
.hid {display:none;}
.fright {float:right;}
.fleft {float:left;}
/*\*/ a { overflow: hidden; }/**/

a:hover img.alpha{
   filter:alpha(opacity=80);
   -moz-opacity:0.80;
   opacity:0.80;
}
.textaligncenter{text-align:center;}
.textalignright{text-align:right;}
.img-alignright{float:right;padding-left:15px;}
.img-alignleft{float:left;padding-right:15px;}
.tmargin15 {margin-top:15px;}
.bmargin15 {margin-bottom:15px;}
.textRed{color:red;}

/*==================================
  Linx_color
==================================*/
a {color:#333333; text-decoration:underline;}
a:link {color:#333333; text-decoration:underline;}
a:visited {color:#333333; text-decoration:underline;}
a:hover {color:#333333; text-decoration:none;}
a:active {color:#333333; text-decoration:none;}


/*==================================
  Common Frame Layout
==================================*/
div#header { width:940px; height:170px; overflow:hidden; margin:0 auto 16px; position: relative; }
div#main {width:940px; margin:0 auto; padding-bottom:30px;}
div#contents {width:740px; float:right;}
div#side { width:180px; float:left; margin-top: -30px; }
div#footer{ width:940px;clear:both; margin:0 auto; }

/*==================================
  Common Header Layout
==================================*/
div#header h1 {font-size:0; line-height:0; position:absolute; left: 0px; top: 5px; }
div#header p#date { font-size:0; line-height:0; position:absolute; left: 200px; top: 15px; }
div#header ul#nav { position: absolute; left: 200px; top: 120px; }
div#header ul#nav li {font-size:0; line-height:0; display: inline; float: left; }



/*==================================
  Visual Layout
==================================*/
p#bread {color:#cc9; font-size:10px; padding:20px 23px 0;}
p#bread a {color:#fff;}
p#bread span {margin:0 10px;}



/*==================================
  Side Layout
==================================*/
#side-menu{ background-color: #F0ECE6;margin-top:15px;margin-bottom:15px; }

#side-menu dl{ padding-top: 10px; padding-bottom: 10px; }
#side-menu dl dt{ padding-bottom: 5px; }
#side-menu dl dd ul{padding:5px;}
#side-menu dl dd ul li{ border-bottom:dotted 1px #cccccc; list-style-type: none;}

#side-menu a{ display: block; }
#side-menu a:link{ text-decoration: none; }
#side-menu a:visited{ text-decoration: none; }
#side-menu a:hover{ text-decoration: none; background-color: #E7DED3; }
#side-menu a:active{ text-decoration: none; }


#side-link dl{ padding-top: 10px; padding-bottom: 10px; }
#side-link dl dt{ padding-bottom: 5px; }

#side-link dl dd ul li{ list-style-type: none;}

#side-link dl.link01 ul li{padding:5px;}

#side-link dl.link02 ul li{padding:3px;}

/*==================================
  Gototop Layout
==================================*/
p.pagetop{text-align:right;padding:15px 0px 15px 0px;clear:both;}
div.perma-link p{text-align:right;padding:0px 10px 10px 10px; clear:both;}
div.next-previous p{text-align:center;padding:30px 10px 30px 10px;clear:both;}

/*==================================
  TextLinx Layout
==================================*/
#page-title{ background-image: url(../images/page-title.jpg); background-repeat: no-repeat; background-position: center center; height: 200px; width: 740px; position: relative; }
#page-title h2{ position: absolute; left: 50px; top: 60px; width:500px; font-size: 180%; }
#page-title p{position: absolute; left: 50px; top: 120px;width:500px;}
#twitter-facebook{740px; position: relative;margin-top:15px;}
#twitter-btn { position: absolute; left: 460px; top: 0px; }
#facebook-btn { position: absolute; right: 0px; top: 0px; }
#page-contents{padding:30px 15px 30px 15px; clear:both;}
#page-contents h3{ font-size: 140%; padding: 2px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999;margin-bottom:1em; }
#page-contents h4{ background-color: #F9F7F4; padding: 3px; margin:0px 0px 1.5em 0px; font-size: 115%;}
#page-contents p{padding-bottom:1em;}
#page-contents #area-50index ul li{ list-style-type: none; margin-bottom: 0.5em; margin-left: 2em; }

dl.shop-info {margin:20px 10px 0px 10px;}
dl.shop-info dt{width:320px;float:left;}
dl.shop-info dd{width:365px; float:right;}
dl.shop-info dd img{margin-bottom:5px;}

/*==================================
  Footer Layout
==================================*/
#footer #text-link{ border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #666;padding:10px;}
#footer #text-link p{text-align:center;}
#footer address{clear:both;text-align:center;padding:15px 15px 50px 15px;}











/*//////////////////////////////////////////////////*/
/*// 01.ベースの設定                              //*/
/*//////////////////////////////////////////////////*/
form#mailform {
	margin: 0px auto 0px auto;
	padding: 0px;
}
form#mailform label {
	cursor: pointer;
	text-decoration: underline;
	display: block;
	padding: 5px 5px;
	margin-bottom: 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
label.label_true {
	background-color: #FFFFEE;
	border: solid 1px #CCCCCC;
	text-decoration: none;
}
label.label_false {
	background-color: none;
	border: none;
	text-decoration: underline;
	background-image: none;
}
div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#mailfrom_hidden_object input {
	margin: 10px;
}
div#mfp_closed {
	display: none;
}
div.mfp_disp {
	display: none;
}
div#input_time_disp {
	padding: 10px;
}
div#expires_time_disp {
	padding: 10px;
	text-align: center;
}
div#expires_time_disp strong {
	font-size: 18px;
	color: #CC0000;
}
div#limit_disp {
	padding: 10px;
	text-align: center;
}
div#limit_disp strong {
	font-size: 24px;
	color: #CC0000;
}
img.must {
	width: 30px;
	height: 16px;
	float: left;
	margin: 0px 5px 0px 5px;
}
div.mfp_err {
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #FF0000;
	font-size: 12px;
	line-height: normal;
	display: none;
	background-image: url(http://www.sapporowalk.com/2012/ticket/img/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
input.mfp {
	padding: 2px;
}
textarea.mfp {
	padding: 5px;
}
div#mfp_buttons {
	padding: 0px;
	text-align: center;
}
div#mfp_buttons ul {
	width: 360px;
	height: 60px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
div#mfp_buttons ul li {
	width: 180px;
	height: 60px;
	overflow: hidden;
	float: left;
}
div.mfp_phase_buttons {
	height: 60px;
}
input.mfp_phase_next {
	background-image: url(http://www.sapporowalk.com/2012/ticket/img/mfp_next.gif);
	float: right;
}
input.mfp_phase_prev {
	background-image: url(http://www.sapporowalk.com/2012/ticket/img/mfp_prev.gif);
	float: left;
}

input.mfp_phase_next,input.mfp_phase_prev {
	width: 200px;
	height: 60px;
	overflow: hidden;
	text-indent: -5000px;
	border: none;
	border-style: none;
	cursor: pointer;
}

input#button_mfp_goconfirm {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(http://www.sapporowalk.com/2012/ticket/img/mfp_goconfirm.gif);
	/*text-indent: -5000px;*/
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_reset {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(http://www.sapporowalk.com/2012/ticket/img/mfp_reset.gif);
	border: none;
	border-style: none;
	cursor: pointer;
	/*text-indent: -5000px;*/
}
.reset_over {
	background-image: url(http://www.sapporowalk.com/2012/ticket/img/mfp_reset_over.gif);
}
.reset_out {
	background-image: url(http://www.sapporowalk.com/2012/ticket/img/mfp_reset.gif);
}
.confirm_over {
	background-image: url(http://www.sapporowalk.com/2012/ticket/img/mfp_confirm_over.gif);
}
.confirm_out {
	background-image: url(http://www.sapporowalk.com/2012/ticket/img/mfp_confirm.gif);
}

/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/
/*// 02.テーブルの指定                            //*/
/*//////////////////////////////////////////////////*/
table.mailform {
	width: 700px;
	padding: 10px;
}
table.mailform tr th {
	padding: 7px 0px 7px 0px;
	border-bottom: solid 1px #CCCCCC;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	width: 160px;
}
table.mailform tr th span {
	font-size: 10px;
	color: #999999;
	display: block;
}
table.mailform tr td {
	padding: 7px 10px 7px 10px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 12px;
}
table.mailform tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
table.mailform tr td ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
table.mailform tr td p,table.mailform tr td div,table.mailform tr td span {
	clear: both;
}

/*//////////////////////////////////////////////////*/
/*// 04.以下確認画面関連のスタイル                //*/
/*//////////////////////////////////////////////////*/
#ul.confirm_layer {
	width: 720px;
	padding: 0px;
	margin: 0px;
}
ul.confirm_layer li {
	width: 720px;
	list-style: none;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
li.confirm_middle {
	background-image: url(http://www.sapporowalk.com/2012/ticket/img/mfp_table_background.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.sapporowalk.com/2012/ticket/img/mfp_table_background.png', sizingMethod='scale');
}
li.confirm_top {
	height: 33px;
	background-image: url(http://www.sapporowalk.com/2012/ticket/img/mfp_table_top.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.sapporowalk.com/2012/ticket/img/mfp_table_top.png', sizingMethod='scale');
}
li.confirm_bottom {
	height: 33px;
	background-image: url(http://www.sapporowalk.com/2012/ticket/img/mfp_table_bottom.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.sapporowalk.com/2012/ticket/img/mfp_table_bottom.png', sizingMethod='scale');
}
div#disabled_submit {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#disabled_submit input {
	margin: 10px;
}
table.infield {
	width: 660px;
	margin: 0px auto 0px auto;
}
table.infield tr th {
	padding: 5px;
	margin: 0px;
	text-align: right;
	font-size: 12px;
	width: 150px;
	border-bottom: solid 1px #CCCCCC;
	color: #232323;
}
table.infield tr td {
	padding: 5px;
	border-bottom: solid 1px #CCCCCC;
}
table.infield tr td p {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	border-left: solid 2px #CCCCCC;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}
.mfp_color {
	background-color: #E8EEF9;
}
div#confirmWindow {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
	position: fixed!important;
	position/**/:  absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	_top: expression(
		document.documentElement &amp;&amp; document.documentElement.scrollTop  || 
		document.body &amp;&amp; body.scrollTop  || 0
		+ 0 + 'px'
	);
}
div#confirmBody {
	width: 1px;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	text-align: center;
	margin: 0px auto 0px auto;
}
div#confirmBody div.mfp_title {
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 294px;
	height: 33px;
	padding-top: 10px;
}
div.buttons {
	margin-left:200px;
}

div#twex {
	margin: 0px;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
	background-color: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
img#loading_proccess_image {
	position: absolute;
	z-index: 1000;
}
/*//////////////////////////////////////////////////*/

dl.mailform {
	padding: 0px 15px;
	margin: 0px;
}

dl.mailform dt {
	float: left;
	width: 180px;
	clear: both;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
dl.mailform dt span {
	display: block;
	font-size: 10px;
	color: #999999;
}
dl.mailform dd {
	padding: 10px 10px 15px 190px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 12px;
	margin: 0px;
}
dl.mailform dd ul,dl.mailform dd ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
dl.mailform dd ul li,dl.mailform dd ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
dl.mailform dd ul li {
	/*float: left;*/
	padding: 0px 10px 0px 0px;
}

/*// Phase Input Style //*/

div.mfp_phase_section {
	display: none;
	padding: 2px 2px 15px 2px;
	margin: 10px 5px;
	border: solid 1px #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #999999;
	-moz-box-shadow: 0px 0px 5px #999999;
	box-shadow: 0px 0px 5px #999999;
	clear: both;
}
p.mfp_caption {
	margin: 10px;
}
input.mfp_phase_ui {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 3px;
	margin: 5px 15px;
}
h3.mfp_phase_title {
	background-image: url(http://www.sapporowalk.com/2012/ticket/img/mfp_h3.png);
	padding: 5px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 21px;
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}
ol.mfp_phase_input_proccess {
	list-style: none;
	margin: 15px;
	height: 40px;
}
ol.mfp_phase_input_proccess li {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 10px;
	margin: 5px;
	float: left;
	font-weight: bolder;
}
li.mfp_phase_disabled {
	-webkit-box-shadow: 1px 1px 4px #999999;
	-moz-box-shadow: 1px 1px 4px #999999;
	box-shadow: 1px 1px 4px #999999;
	background-color: #CCCCCC;
	border: solid 1px #999999;
}
li.mfp_phase_current {
	-webkit-box-shadow: 1px 1px 4px #999999;
	-moz-box-shadow: 1px 1px 4px #999999;
	box-shadow: 1px 1px 4px #999999;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	background-image: url(http://www.sapporowalk.com/2012/ticket/img/mfp_h3.png);
	border: solid 1px #FFFFFF;
	background-color: #FFEEEE;
}

input,select{margin-right:3px;margin-left:3px;}</pre></body></html>