@charset "utf-8";

/* common superscription */
#popup.calendarSpec {
	line-height: 159%;
	letter-spacing: 0;
}

#popup.calendarSpec #popupHeader , 
#popup.calendarSpec #content , 
#popup.calendarSpec #footer{
	width: 888px;
	margin-left: auto;
	margin-right: auto;
}

#popup.calendarSpec #contentCalendar{}

#popup.calendarSpec .serviceList {
	padding: 22px 0 0;
}

#popup.calendarSpec #contentCalendar .section{
	width: 100% !important;
}

#popup.calendarSpec #contentCalendar .mHead{
	background: url(../images/common/parts/com_svt_popup_cal_header.gif) no-repeat left top !important;
	margin-bottom: 12px;
}
#popup.calendarSpec .styleInner {
	width: 500px;
	margin: 0 auto;
}
#popup.calendarSpec .styleInner ul.important li {
	padding-left: 0;
}


/* page original */
#popup.calendarSpec h2 img {
	vertical-align:top;
}

.copy {
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 120%;
}

.spec {
	clear: both;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.spec a {
	float: left;
	display: inline-block;
}

.spec.wall a {
	margin-right:10px;
	border: solid 1px #CCCCCC;
}

.spec table {
	float: right;
	border-collapse: collapse;
}

.spec.wall table {
	width: 588px;	//888-thumbnail(137+12+border1)*2
}

.spec.stand table {
	width: 636px;	//888-thumbnail(252)
}


.spec table th {		/* follow pricelist */
	background-color: #E3E0CC;
	border: 1px solid #999999;
	font-weight: bold;
	padding: 3px;
	white-space: nowrap;
	vertical-align: middle;
}

.spec table td {		/* follow pricelist */
	padding: 3px;
	border: 1px solid #999999;
	vertical-align: top;
}
.section img.visual {
	display: block;
	margin:0 auto;
}

