/* CSS Document */

/*==========================
head
==========================*/

#wrapper {
	width: 850px;
}

/*==========================
comment
==========================*/
.comment {
	margin: 20px auto 0 50px;
}

.comment p {
	float: left;
	margin: 0 15px 0 0;
}

.comment p.btn {
	width: 193px;
	height: 30px;
}

.comment p.btn a {
	display: block;
	width: 193px;
	height: 30px;
	overflow: hidden;
	position: relative;
}

.comment p.btn a img {
	position: absolute;
	top: 0;
	left: 0;
}

.comment p.btn a:hover img {
	position: absolute;
	top: 2px;
	left: 2px;
}

/*==========================
info
==========================*/
#info {
	margin: 20px 0 0;
	padding: 15px;
	background-color: #f4f1eb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

#info h3 {
	margin: 0;
}

#info ul {
	overflow: hidden;
}

#info ul li {
	margin: -1px 0 10px;
	padding: 10px 0 0;
	overflow: hidden;
	height: 1%;
	border-top: 1px dashed #ccc;
}

#info ul li .date {
	float: left;
	width: 127px;
	margin: 0 5px 0 0;
	font-weight: bold;
	line-height: 1.4;
}

#info ul li .txt {
	float: left;
	line-height: 1.4;
}

/*==========================
present-bokin
==========================*/
#present-bokin {
	margin: 15px 0 0;
	overflow: hidden;
	height: 1%;
}

#present-bokin .ttl {
	float: left;
}

#present-bokin .total-pt {
	float: right;
	width: 550px;
	min-height: 139px;
	background: url("../../img/bokin/point_bg_w.gif") no-repeat 0 0;
	overflow: hidden;
}

#present-bokin .total-pt .now {
	margin: 17px 17px 0;
	padding: 7px 25px;
	background: url("../../img/bokin/present_total_bg.gif") no-repeat 0 0;
	overflow: hidden;
	font-size: 131%;
	font-weight: bold;
}

#present-bokin .total-pt .total {
	margin: 5px auto;
	text-align: center;
	font-size: 3.5em;
	font-weight: bold;
	color: #f00;
}

#present-bokin .total-pt .memo {
	text-align: center;
}

/*==========================
bokinbox
==========================*/
#bokinbox,
#past-bokinbox {
	margin: 30px 0 0;
}

#bokinbox h2,
#past-bokinbox h2 {
	display: block;
	width: 850px;
	height: 40px;
	margin: 0 0 15px;
	overflow: hidden;
	position: relative;
}

#bokinbox h2 img {
	position: absolute;
	top: 0;
	left: 0;
}

#past-bokinbox h2 img {
	position: absolute;
	top: -50px;
	left: 0;
}

#bokinbox .leadcopy {
	margin: 0 15px 15px;
	padding: 5px 0 5px 140px;
	background: url("../../img/bokin/howto.gif") no-repeat 0 0;
	line-height: 1.4;
}

#bokinbox .bokin,
#past-bokinbox .bokin {
	margin: 0 15px;
	padding: 20px;
	background-color: #f4f1eb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

#bokinbox .bokin .mypoint {
	width: 780px;
	min-height: 44px;
	margin: 0 auto;
	padding: 5px 0;
	background: url("../../img/bokin/mypoint_bg.gif") no-repeat 0 0;
	text-align: center;
	font-size: 138.5%;
}

#bokinbox .bokin .mypoint-logout {
	width: 780px;
	min-height: 44px;
	margin: 0 auto;
	padding: 12px 0 5px;
	background: url("../../img/bokin/mypoint_bg.gif") no-repeat 0 0;
	text-align: center;
	font-size: 138.5%;
}

#bokinbox .bokin .mypoint span,
#bokinbox .bokin .mypoint-logout span {
	font-weight: bold;
}

#bokinbox .bokin .mypoint span.pt {
	font-size: 197%;
	color: #c00;
	line-height: 100%;
}

#bokinbox .bokin dl {
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px dashed #cfccbc;
	overflow: hidden;
}

#bokinbox .bokin dl dt {
	float: left;
	width: 267px;
	line-height: 1.4;
}

#bokinbox .bokin dl dd {
	line-height: 1.4;
}

#bokinbox .bokin dl dd textarea {
	width: 500px;
	height: 100px;
}

#bokinbox .bokin .btn-bokin {
	margin: 30px auto;
	width: 562px;
	height: 68px;
}

#bokinbox .bokin .btn-bokin a {
	display: block;
	width: 562px;
	height: 68px;
	overflow: hidden;
	position: relative;
}

#bokinbox .bokin .btn-bokin a img {
	position: absolute;
	top: 0;
	left: 0;
}

#bokinbox .bokin .btn-bokin a:hover img {
	position: absolute;
	top: 2px;
	left: 2px;
}

#bokinbox .bokin ul {
	margin: 0;
}

#bokinbox .bokin ul li {
	line-height: 1.4;
	color: #f00;
}

/* ��λ */
#thanksbox {
	width: 780px;
	height: 154px;
	margin: 30px auto;
	background: url("../../img/bokin/thanks.gif") no-repeat 0 0;
	position: relative;
}
#thanksbox p {
	position: absolute;
	top: 98px;
	left: 23px;
	line-height: 1.4;
}


/* ���� */
#past-bokinbox .bokin #list {
	height: 300px;
	padding: 0 10px 13px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	overflow: auto;
}

#past-bokinbox .bokin #list .group {
	padding: 13px 0;
	border-bottom: 1px dashed #ccc;
}
#past-bokinbox .bokin #list .finish {
	background: url("../../img/bokin/ico_finish.gif") no-repeat right 15px;
}
#past-bokinbox .bokin #list .waiting {
	background: url("../../img/bokin/ico_waiting.gif") no-repeat right 15px;
}

#past-bokinbox .bokin #list .group .inbox {
	padding: 0 0 0 10px;
	border-left: 7px solid #cfccbc;
	overflow: hidden;
}

#past-bokinbox .bokin #list .group .inbox h3 {
	float: left;
	width: 318px;
	font-size: 116%;
	font-weight: bold;
	line-height: 1.4;
}

#past-bokinbox .bokin #list .group .inbox .summary {
	float: left;
	width: 300px;
	margin: 0 0 0 30px;
}

#past-bokinbox .bokin #list .group .inbox .summary dl {
	margin: 0;
	overflow: hidden;
}

#past-bokinbox .bokin #list .group .inbox .summary dl dt {
	clear: left;
	float: left;
	margin: 0 0 10px;
}

#past-bokinbox .bokin #list .group .inbox .summary dl dd {
	float: left;
	margin: 0 0 10px;
	padding: 2px 0 0;
}
#past-bokinbox .bokin #list .group .inbox .summary dl dd.price {
	font-size: 131%;
	font-weight: bold;
	color: #c00;
}

#past-bokinbox .bokin #list .group .inbox .other_box {
	float: left;
}

#past-bokinbox .bokin #list .group .inbox .other_box h3 {
	clear: left;
	margin-bottom: 10px;
}

#past-bokinbox .bokin #list .group .inbox .other_box p {
	clear: left;
}


/*==========================
total-bokin
==========================*/
#total-bokin {
	width: 820px;
	margin: 15px auto 0;
	overflow: hidden;
}

#total-bokin .ttl {
	float: left;
}

#total-bokin .total-pt {
	float: right;
	width: 520px;
	min-height: 139px;
	background: url("../../img/bokin/point_bg.gif") no-repeat 0 0;
	overflow: hidden;
}

#total-bokin .total-pt .total {
	margin: 38px auto 5px;
	text-align: center;
	font-size: 3.5em;
	font-weight: bold;
	color: #f00;
}

#total-bokin .total-pt .memo {
	text-align: center;
}

.msg {
	width: 820px;
	margin: 25px auto 0;
}


/*==========================
notelist
==========================*/
.notelist {
	margin: 30px 0 0;
}

.notelist h4 {
	color: #c00;
	font-size: 116%;
	font-weight: bold;
}

.notelist ul {
	margin: 5px 0 0;
	padding: 10px 15px 15px 30px;
	border: 1px solid #c00;
	list-style: disc;
}

.notelist ul li {
	margin: 4px 0 0;
	line-height: 1.4;
}

/*==========================
group-info
==========================*/
#group-info {
	margin: 20px auto 0;
}

#group-info ul {
	margin: 0 15px;
}

#group-info ul li {
	margin: -1px 0 0;
	padding: 15px 0;
	border-top: 1px dashed #ccc;
	overflow: hidden;
}

#group-info ul li .ban {
	float: left;
	width: 190px;
	margin: 0 10px 0 0;
}

#group-info ul li .txt {
	float: left;
	width: 610px;
	margin: 0 10px 0 0;
	line-height: 1.4;
}


/*==========================
comment
==========================*/
#comment-wrapper {
	width: 600px;
	margin: 0;
}

#users-comment {
	width: 600px;
	margin: 0;
}

#users-comment h3 {
	margin: 0;
}

#sidebar {
	padding: 0 8px 8px;
	overflow: hidden;
	background: url("../../img/bokin/comment_bg.gif") no-repeat 0 bottom;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    position:relative;
	background-color: #FFF;
}

#sidebar li {
	margin: 5px 5px 10px;
	line-height: 1.4;
	border-bottom: #49b033 1px dashed;
}

#sidebar li p {
	line-height: 1.4;
	height: 5em;
	padding: 3px 0 8px;
}

#sidebar .spyWrapper {
	overflow: hidden;
	position: relative;
	height: auto;
}

.btn-close {
	width: 600px;
	margin: 10px auto 0;
	text-align: center;
}


/*==========================
Lightbox
==========================*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

/*==========================
other_report
==========================*/
.other_report {
	width: 500px;
	margin: 10px 0;
}

.other_report pre {
	font-family: "�ҥ饮�γѥ� Pro W3","Hiragino Kaku Gothic Pro",Osaka,"�ͣ� �Х����å�","MS PGothic",sans-serif;
    font-size: 100%;
	line-height: 1.4;
}

.other_report .btn-close {
	width: 500px;
}

/*==========================
social icon
==========================*/
.social li {
	float: right;
	margin: 0 0 15px 10px;
}



