/* CSS Document */


body#index {
	font-family: Century Gothic, Arial;
	background:url(/wp-content/themes/surr/images/bg.png) #FFFFFF no-repeat top;	
	margin:0;
	padding:0;
    font-size:12px;
}

body {
	font-family: Century Gothic, Arial;
	background:none;
	margin:0;
	padding:0;
    font-size:12px;
}

a {
	text-decoration:none;
	color:#111;
}

a:hover {
	color: #888;
}

h1 {
	margin:0;
	margin-bottom:10px;
	padding:0;
	float:left;
}

ul,dd,form {
    margin:0;
	padding:0;
}

li {
    list-style: none outside none;
}


#wrap {
	width:1200px;
	margin:0 auto;
}

#left {
	float:left;
	background:url(/wp-content/themes/surr/images/corner.png) left top no-repeat;
	width:221px;
	text-align:left;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
}

	#left .box {
		padding:1.3em 0 0.5em 2.5em;
		line-height:150%;
	}
	
	
	#left dt {
		height:15px;
		text-align:left;
		cursor:pointer;
		margin-bottom:10px;
		padding:0;
	}
	
	#left dd {
		width:170px;
		background-color:#3F3F3F;
		color:#FFF;
		position:absolute;
		overflow:hidden;
		display:none;
		z-index:200;
		opacity:0;
		margin-left:6em;
		margin-top:-2em;
		
	}
		#left dd ul {
			list-style:none;
			margin:0;
			padding:0;
		}
		
		#left dd li {
			padding:5px;
		}
		#left dd li.zero {
			margin-bottom:0;
		}	
		#left a {
			color:#FFFFFF;
		}
		#left a:hover {
			color:#CCC;
		}
		

#right {
	float:right;
	margin-left:5em;
	margin-top:4.3em;
}

	#right .list {
		width:880px;
	}	
	
	#right .item {
		width:290px;
		margin-bottom:2em;
		text-align:center;
		float:left;
		display: flex;
		align-items: center;
		height: 363px;
	}
	
		#right .item img {
			max-width:270px;	
		}
		
		#right .item .desc {
			font-size:14px;
			font-weight:bold;
		}


	#right .column{
		float:left;
		width:160px;
		padding-left:1.5em;
	}
	#right .column ul{
		padding-bottom:3em;
	}

header{
	margin-top:7em;
	margin-bottom:1em;
	width:880px;
	line-height:20px;
	border-bottom:3px solid #000000;
	float:right;		
}
	
	header #pankuzu {
		float:right;
		text-align:left;
		padding-top:5px;
	}

#content {
	float:right;
	text-align:left;
	width:850px;
	border-top:5px solid #000000;	
	margin-left:5em;
	margin-top:8em;
}

#content .title{
	width:700px;
	float:left;
	margin-top:3em;
	text-align:center;
	font-size:22px;
}
#content .date{
	width:700px;
	float:left;
	margin-top:5px;
	margin-bottom:2em;
	text-align:center;
	font-size:14px;
	font-weight:500;
	
}

#list {
	float:right;
	width:880px;
	margin-top:1em;
	margin-bottom:5em;
	padding:0;		
}

#detail {
	float:right;
	width:880px;
	margin-top:1em;
	margin-bottom:5em;
	padding:0;		
}
	#detail .right{
		float:right;
		width:42%;
		line-height:250%;
		margin-top:1em;
	}
		#detail .right hr{
			margin:1em 0;
		}
		#detail .right .price{
			font-size:20px;
			font-weight:normal;
		}
		
	#detail .left{
		float:left;
		width:55%;
		text-align:center;
		margin-top:2em;
	}
	#detail .left img{
		max-width:400px;
		max-height:600px;
	}

#access .box{
	width:340px;
	float:left;
	margin-top:4em;
	margin-right:1.5em;
	text-align:left;
}

#access .schedule {
	background-color:#F4F4F4;
	float:left;
	width:700px;
	text-align:center;
	margin-top:3em;
	padding:15px 0;	
}

#diary {
	clear:both;
}

#diary .box {
	width:700px;
	margin-bottom:2em;
	font-size:12.5px;
	line-height:180%;
}

		#diary .box .img {
			float:left ;
		}

		#diary .box .text{
			font-size:14px;
			margin-left:1em;
			float:right;
			text-align:left;
			width:360px;
		}

		#diary .box .text_s{
			font-size:14px;
			margin-left:1em;
			float:right;
			text-align:left;
			width:360px;
		}


		#diary .box .img2 {
			float:right ;
		}

		#diary .box .text_s2{
			font-size:14px;
			margin-right:1em;
			float:left;
			text-align:left;
			width:360px;
		}

		#diary .box .img3 {
			text-align:center;
		}

		#diary .box .text_s3{
			font-size:14px;
			float:left;
			text-align:left;
			width:700px;
			margin-top:0.5em;
		}
		
.clear {
	clear:both;	
}


.tablenav {
	float:left;
	color: #999;
	background:white;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
	width:700px;
}

a.page-numbers, .tablenav .current {
	color: #999;
	padding: 2px .4em;
	border:solid 1px #fff;
	text-decoration:none;
	font-size:smaller;
	font-weight:bold;
}

a.page-numbers:hover {
	color: #000;
	background: #FFF;
	font-weight:bold:
}

.tablenav .current {
	color: #000;
	font-weight:bold;
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:none;
	font-size:smaller;
	font-weight:bold;
}

/************************* 繧ｫ繝ｼ繝� *************************/

.cart_text {
	font-size: 12px;
	color:#07122A;
}
.cart_text_red {
	font-size: 12px;
	color:#FF0000;
}
.cart_textb {
	font-size: 12px;
	color:#07122A;
	font-weight:bold;
}
.cart_input {
	font-size: 12px;
	color:#07122A;
	padding: 2px 6px;
	margin: 2px 2px 2px 2px;
}
.list_head{
	background-color:#EEEEEE;
	font-size: 12px;
	color:#07122A;
	height:28px;
	font-weight:bold;
	letter-spacing:1px;
}
.list_subhead{
	background-color:#FFFFFF;
	font-size: 12px;
	color:#07122A;
}
.bgcolorline1{
	background-color:#FFFFFF;
	font-size: 12px;
	color:#07122A;
	line-height:18px;
}
.bgcolorline2{
	background-color:#FFFFFF;
	font-size: 12px;
	color:#07122A;
	line-height:18px;
}
table.borders {
	border: 1px solid #FFFFFF;
}

.cart_tbl {
	width: 880px;
	font-size: 12px;
	padding: 0px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.cart_tbl tr th {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	border-right-style: none;
	border-left-style: none;
	background-color: #f2f2f2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	line-height: 30px;
	height: 30px;
}

.cart_tbl tr td {
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-left: 18px;
}

.cart_tbl tr td #textfield {
	width: 35px;
	text-align: center;
}

.cart_tbl tr .cart_thumb {
	width: 117px;
	padding-left: 0px;
	padding-right: 0px;
}

.cart_tbl tr .td_price {
	width: 95px;
	margin: 0px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #bababa;
	padding: 0px;
}

.cart_tbl tr .qty {
	margin: 0px;
	width: 75px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #bababa;
	text-align: center;
	padding: 0px;
}

.cart_tbl tr .td_delete {
	margin: 0px;
	width: 70px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #bababa;
	text-align: center;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
}

.cart_tbl tr .th_price {
	width: 94px;
	margin: 0px;
	text-align: center;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.cart_tbl tr .th_qty {
	margin: 0px;
	width: 74px;
	border-left-style: none;
	text-align: center;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.cart_tbl tr .th_delete {
	margin: 0px;
	width: 70px;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
}

.cart_thumb a img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #cdcdcd;
}

.cart_thumb a:hover img {
	border: 1px solid #000;
}
.hr_cart {
	padding: 0px;
	height: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 0px;
}
.total_tbl {
	font-size: 12px;
	font-weight: bold;
	background-color: #f2f2f2;
	height: 30px;
	width: 880px;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.total {
	margin: 0px;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90px;
}
#refresh {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#conf {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 68px;
	padding-left: 0px;
}
#backtoshop {
	float: right;
	margin: 0px;
	padding: 0px;
}
#proceed {
	float: right;
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/************************* LOG IN *************************/

.login_l {
	float: left;
	width: 340px;
	height:150px;
	background-color: #f5f5f5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.login_l form .login_tbl {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.login_tbl tr td {
	margin: 0px;
	padding: 0px;
	height: 35px;
	text-align: right;
}
.login_tbl tr .em {
	width: 150px;
	text-align: left;
}
.btn_loginpage {
	text-align: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.login_r {
	float: right;
	width: 340px;
	height:150px;
	background-color: #f5f5f5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.proceed_reg {
	font-weight: bold;
	background-image: url(/images/point.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	line-height: 13px;
	height: 13px;
}

.loginpage_wrap {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #b2b2b2;
	border-bottom-color: #b2b2b2;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


/************************* 迚ｹ螳壼膚蜿門ｼ墓ｳ輔↓髢｢縺吶ｋ陦ｨ險� *************************/

.company_tbl {
	width: 880px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 68px;
	margin-left: 0px;
	padding: 0px;
}

.company_tbl tr th {
	width: 215px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: left;
}
.company_tbl tr .returns {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	line-height: 32px;
}


.company_tbl tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	margin: 0px;
	padding: 0px;
	line-height: 32px;
}

.company_tbl tr td .attn {
	padding: 0px;
	font-size: 11px;
	line-height: 1.6em;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
}
.company_tbl tr td a {
	text-decoration: underline;
}
.company_tbl tr td a:hover {
	text-decoration: none;
}


.err {
	font-size:12px;
	color:#FF0000;
	text-align:center;
	padding:5px;
	width:500px;
	background-color:#FFFFCC;
	border:1px solid #FF0000;
	margin-bottom:10px;
	margin-top:10px;
}
.err2 {
	font-size:12px;
	color:#FF0000;
}



/* Showcase
-------------*/

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
}

	.showcase-content-container
	{
		background-color: #FFF;
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('/online/images/arrows.png');
		width: 33px;
		height: 33px;
		top: 220px;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		left: -40px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: -36px;
		background-position: -34px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
	}
	
	/* Content */
	.showcase-content
	{
		background-color: #FFF;
		text-align: center;
		display: flex;
		align-items: center;
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 470px;
			width: 700px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-image: url('/images/plus.png');
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image: url(/images/white-opacity-80.png);
		}
		
		/* Styling the caption */
		.showcase-caption
		{
			color: #000;
			padding: 8px 15px;
			text-align: left;
			position: absolute;
			bottom: 10px; left: 10px; right: 10px;
			display: none;
			background-image: url(/images/white-opacity-80.png);
		}
		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 0px 1px 0px 1px;
			cursor: pointer;
			font-size: 18px;
			color: #999;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #000;
		}
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		background-color: #000;
	}
	
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
			width: 120px;
			height: 90px;
			cursor: pointer;
			border: solid 1px #333;
			position: relative;
		}
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
				background-image: url(/images/black-opacity-40.png);
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		
		.showcase-thumbnail:hover
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			margin-right: 10px;
			width: 116px;
		}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 10px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		padding: 7px;
		cursor: pointer;
	}
	
	.showcase-thumbnail-button-backward
	{
		padding-bottom: 0px;
		padding-right: 0px;
	}
	
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-image: url(/images/arrows-small.png);
			background-repeat: no-repeat;
			display: block;
			width: 17px;
			height: 17px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
		{
			background-position: 0 -51px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -51px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
		{
			background-position: 0 -34px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -34px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-position: 0 -17px;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px -17px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
		{
			background-position: 0 0;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px 0;
		}
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}
/*
     FILE ARCHIVED ON 18:01:37 Sep 29, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:49:18 Oct 04, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 194.026
  exclusion.robots: 0.226
  exclusion.robots.policy: 0.213
  cdx.remote: 0.077
  esindex: 0.012
  LoadShardBlock: 157.135 (3)
  PetaboxLoader3.datanode: 187.173 (5)
  load_resource: 76.678
  PetaboxLoader3.resolve: 26.63
  loaddict: 29.828
*/