@charset "utf-8";

/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	word-break:break-all;
}
table {
border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* CSS RESET */

.clear{
	height: 0px;
	clear:both;
	overflow:hidden;
}

/* btn */
a.btn {
	float: left;
	display: block;
	width: 35px;
	font-size: 13px;
	height:1em;
	line-height: 1em;
	text-decoration: none;
	padding: 5px 0 4px 0;
	background:url(img/btn/pageBg-trans.png) no-repeat;
	color: #211;
	text-align: center;
	margin-left:10px;
	overflow: hidden;
}
a.btn:hover {
	color: #a11;
	background:url(img/btn/pageBg_on-trans.png) no-repeat;
}

a.btn_on{
	float: left;
	display: block;
	width: 35px;
	font-size: 13px;
	height:1em;
	line-height: 1em;
	text-decoration: none;
	padding: 5px 0 4px 0;
	color: #a11;
	background:url(img/btn/pageBg_on-trans.png) no-repeat;
	color: #211;
	text-align: center;
	margin-left:10px;
	overflow: hidden;
}

/* clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* end clearfix */

.nextPrevBtn {
	display: block;
	width:22px;
	height: 22px;
	overflow: hidden;
	float: left;
	margin-left:10px;
}


/* templete */

body {
	font-family: sans-serif;
	background: #c0af84 url(img/bg/diagonalWhite30.png);

/*
background: #fff url(img/bg/diagonalBlack25-trans.png);
background: #000 url(img/bg/diagonalWhite25-trans.png);
sans-serif･･････ゴシック系のフォント
serif････････････明朝系のフォント
cursive･････････筆記体・草書体のフォント
fantasy･････････装飾的なフォント
monospace･････等幅フォント
*/

	line-height: 150%;
	font-size: 12px;
}


#adminContent {
	width: 800px;
	margin: 0 auto;
	background: #fff;

	border-left: 1px solid #000;
	border-top: 0px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
h1 {
	padding: 10px 0 0 10px;
}
#headerTop {
	background: #3e0000 url(img/bg/headerTopBarBg.png);
	border-bottom: 1px solid #888;
	height: 24px;
}
#headerTop ul{
	height: 24px;
	width: 830px;
	margin: 0 auto;
	padding: 0 15px;
}
#headerTop ul li {
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
	height: 24px;
}
#headerTop ul li a{
	padding: 6px 9px 4px 9px;
	margin: 0;
	display: block;
	font-size:12px;
	height: 1em;
	line-height: 1em;
	color: #fff;
	text-align:center;
	text-decoration: none;
}
#headerTop ul li a:hover{
	color: #f00;
}
#headerTop ul li ul{
	display: none;
	position: absolute;
	margin: 0;
	padding:0;
	height: auto;
	border:1px solid #888;
	border-bottom: 0;
	width: 100px;
	background-image: none;
	background-color: #edd;
	overflow: hidden;
}
#headerTop ul li ul li{
	margin: 0;
	padding:0;
	border:0;
	height: 23px;
	border-bottom: 1px solid #888;
	float: none;
}
#headerTop ul li ul li a{
	background-color: #eee;
	text-align: center;
	font-size: 11px;
	color: #433;
}

#headerTop ul li ul.moge{
	width: 250px;
}

#headerTop ul li ul.moge li{
	padding: 0 0 0 4px;
}


hr {
	height: 3px;
	overflow: hidden;
	border:0;
	background: #ff00f0 url(img/hr-trans.png)  no-repeat;
}
p {
	padding: 10px;
	background-color: #daa;
	background-position: 0 -55px;
	
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

.corner20 {
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
}
.corner10 {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}
.corner5 {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

h2 {
	background: #ccc url(img/crystal.gif) repeat;
	border: 1px solid #aaa;
	margin: 0 0 10px 0;
	padding: 9px 15px;
	font-size:13px;
	height: 1em;
	line-height: 1em;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	color: #311;
	font-weight: bold;
}
h3.border {
	border: 0;
	border-left: 5px solid black;
	padding: 5px 8px;
	background:none;
	margin:10px 10px 0 10px;
	
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
}
.sectionH2,.sectionH2k{
	background: #fff;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border: 1px solid #ddd;
	margin: 10px;
	padding: 10px;
}

h3 {
	background: #ccc url(img/crystal-trans.png) no-repeat;
	border: 1px solid #aaa;
	margin: 0 0 10px 0;
	padding: 9px 15px;
	font-size:13px;
	height: 1em;
	line-height: 1em;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
.sectionH3{
	background: #fff;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border: 1px solid #ddd;
	margin: 10px;
	padding: 10px;
}

h4 {
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 5px 15px;
	font-size:13px;
	height: 1em;
	line-height: 1em;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
.sectionH4{
	background: #fff;
	border-bottom: 1px dotted #aaa;
	margin: 10px;
	padding: 10px;
}

.sectionH4 p{
	background: #eee none;
	margin: 10px;
	padding: 10px;
}

table.type1{
	width: 98%;
	margin: 0 auto;
	border:1px solid #ccc;
}
table.type1 tr th, table.type1 tr td{
	padding: 4px 5px;
	border:1px solid #ccc;
	font-size: 13px;
}
table.type1 tr th, table.type1 tr td.wname{
	padding: 4px 5px;
	border:1px solid #ccc;
	font-size: 13px;
	width:15%;
}
table.type1 tr th, table.type1 tr td.wsch{
	padding: 4px 5px;
	border:1px solid #ccc;
	font-size: 13px;
	width:30%;
}
table.type1 tr th{
	text-align:center;
	background:#eee;
	width:150px;
}
table.type1 tr th.textAlignLeft{
	text-align:left;
}

table.type2{
	width: 98%;
	margin: 0 auto;
}
table.type2 tr th, table.type2 tr td{
	padding: 5px 10px;
	border-bottom:1px solid #ccc;
	font-size: 13px;
}
table.type2 tr th{
	vertical-align: top;
}

table.type2 tr td{
	vertical-align: top;
}

table.type2 tr label.labelWrap{
	display: block;
	float: left;
	width: 180px;
}

table.type3{
	width: 98%;
	margin: 0 auto;
	border:1px solid #ccc;
}
table.type3 tr th, table.type3 tr td{
	padding: 4px 5px;
	border:1px solid #ccc;
	font-size: 13px;
}
table.type3 tr th, table.type3 tr td.wname{
	padding: 4px 5px;
	border:1px solid #ccc;
	font-size: 13px;
	/*width:15%;*/
}
table.type3 tr th, table.type3 tr td.wsch{
	padding: 4px 5px;
	border:1px solid #ccc;
	font-size: 13px;
	/*width:30%;*/
}
table.type3 tr th{
	text-align:center;
	background:#eee;
	/*width:200px;*/
}
table.type3 tr th.textAlignLeft{
	text-align:left;
}

#girlName{
	width: 150px;
}

table.type2 tr label.optionRadio{
	display: block;
	float: left;
	width: 50px;
	margin: 5px 0;
}
.highlight, .error, .error-message{
	margin: 0 5px;
	padding: 5px;
}
.highlight{
	background:url(img/bg/highlight.gif) repeat-x bottom;
}
.error, .error-message{
	background:url(img/bg/error.gif) repeat-x bottom;
}


/* other */
.w10{
	width: 10px;
}
.w20{
	width: 20px;
}
.w30{
	width: 30px;
}
.w40{
	width: 40px;
}
.w50{
	width: 50px;
}
.w60{
	width: 60px;
}
.w70{
	width: 70px;
}
.w80{
	width: 80px;
}
.w90{
	width: 90px;
}
.w100{
	width: 100px;
}
.w110{
	width: 110px;
}
.w200{
	width: 200px;
}
.w300{
	width: 300px;
}
.w400{
	width: 400px;
}
.w500{
	width: 500px;
}
.w600{
	width: 600px;
}
.w700{
	width: 700px;
}

.w150{
	width: 150px;
}
.w250{
	width: 250px;
}
.w350{
	width: 350px;
}
.w450{
	width: 450px;
}
.w550{
	width: 550px;
}
.w650{
	width: 650px;
}
.w750{
	width: 750px;
}
.p5{
	padding:5px;
}
.p10{
	padding:10px;
}
.p_t5{
	padding-top:5px;
}
.p_t10{
	padding-top:10px;
}
.p_b5{
	padding-bottom:5px;
}
.p_b10{
	padding-bottom:10px;
}
.p_r5{
	padding-right:5px;
}
.p_r10{
	padding-right:10px;
}
.p_l5{
	padding-left:5px;
}
.p_l10{
	padding-left:10px;
}
.p_l20{
	padding-left:20px;
}
.p_l30{
	padding-left:30px;
}
.p_l40{
	padding-left:40px;
}
.m_t0{
	margin-top:0;
}
.m_l10{
	margin-left:10px;
}
.m_b10{
	margin-bottom:10px;
}
.m_b20{
	margin-bottom:20px;
}
.textAlignCenter{
	text-align:center;
}
.textAlignLeft{
	text-align:left;
}
.textAlignRight{
	text-align:right;
}

.verticalAlignBottom{
	vertical-align:bottom;
}
.red{
	color:#d00;
}
.blue{
	color:#00e;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}

.sbadmin_shopname{
	font-size: 26px;
	font-weight: bold;
	color: #777777;
	vertical-align: middle;
}



/*- 20110223 デザイン変更@kawaguchi------------------------------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow:hidden;
}

.clearfix {
  min-height: 1px;
}

*html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#adminContent {
/*	width: 949px;*/
	width:95%;
	min-width:880px;
	margin: 20px auto;
	background: #fff;
	padding:10px;

	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#adminNonNavigation {
	width: 800px;
	margin: 20px auto;
	background: #fff;
	padding:10px;

	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#mainContainer{
	width: 100%;
	float: right;
	margin-left:-174px;
}
.sectionH2k{
	position:relative;
	margin: 0 0 0 174px;
}

#leftContainer{
	width:164px;
	float:left;
	position:relative;
	z-index:99;
}
#headerArea{
	width:164px;
	margin-bottom:20px;
	float:left;
}
h1 {
	padding:0 0 5px 0;
}

#sideMenu{
	width:164px;
	float:left;
}
#sideMenu img{
	display:block;
}
#sideMenu #menu{
	background:url(../../img/sbadmin/sideMenuBG.gif) repeat-y 0 0;
	width:154px;
	padding:5px;
}
#sideMenu #menu p{
	display:block;
	background:url(../../img/sbadmin/sideMenuCateTitle.gif) repeat-x 0 0;
	padding:3px 5px 7px 5px ;
	height:12px;
	font-size:12px;
	color:white;
	font-weight:bolder;
}

#sideMenu ul{
	margin:5px 0 20px 0;
}
#sideMenu ul.access{ margin-bottom:0; }

#sideMenu ul li{
	display:block;
	padding:1px;
	border-bottom:1px solid #d9d9d9;
	border-top:1px solid #efefef;
}
#sideMenu ul li.topBtn{ border-top:none; }
#sideMenu ul li.bottomBtn{ border-bottom:none; }
#sideMenu ul li.singleBtn{ border:none; }


#sideMenu ul li a{
	display:block;
	font-size:12px;
	text-indent:2em;
	background:url(../../img/sbadmin/sideOffArrow.gif) no-repeat 10px center;
	color:#660000;
}
#sideMenu ul li:hover{ background:#f8f8f8; }
#sideMenu ul li:hover a{
	background:url(../../img/sbadmin/sideOnArrow.gif) no-repeat 10px center;
	color:#ff7e00;
	font-weight:bolder;
}


div.logInInfo{
	border-top:1px solid #efefef;
	margin-bottom:15px;
	padding-top:5px;
}
div.logInInfo span{
	display:block;
	text-indent:3.5em;
	font-size:11px;
	color:#666666;
	padding-top:2px;
	line-height:1em;
	margin-bottom:4px;
}
div.logInInfo span.id{ background:url(../../img/sbadmin/sideIconID.gif) no-repeat 10px center; }
div.logInInfo span.pw{ background:url(../../img/sbadmin/sideIconPW.gif) no-repeat 10px center; }

#sideMenuFuta{
	background:url(../../img/sbadmin/sideMenuBottom.gif) no-repeat 0 0;
	width:164px;
	height:15px;
	text-indent:-1000em;
}

a#officialWEB{
	display:block;
	height:22px;
	width:164px;
	overflow:hidden;
}
#officialWEB img{ display:block; }
#officialWEB img:hover{ margin-top:-22px; }

a#mobileWEB{
	display:block;
	height:22px;
	width:164px;
	overflow:hidden;
	margin-top:5px;
}
#mobileWEB img{ display:block; }
#mobileWEB img:hover{ margin-top:-22px; }

a#logOut{
	display:block;
	height:27px;
	width:154px;
	overflow:hidden;
	margin:20px auto 5px auto;
}
#logOut img{ display:block; }
#logOut img:hover{ margin-top:-27px; }

.minHeight500{
	height:500px;
}

.btns li {
	text-align: center;
}