@charset "utf-8";

/* =======================================

	Pop Up CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 1.Structure
 
 2.Section
 
 p01
 
 p02
 
 p03
 
 p04
 
 p05

========================================== */

/* 1.Structure
========================================== */
html {
	background: #FFF;
	color: #505050;
}

body {
	background: none;
}

body.popup #contents {
	float: none;
	margin: 0 auto;
	padding: 15px 0;
	width: 470px;
}

body.popup h1 {
	width: 1px;
	height: 1px;
	text-indent: -9999px;
	overflow: hidden;
}

body.popup #contents {
}

body.popup #contents h2 {
	margin: 0 0 12px;
}

body.popup p.windowClose {
	margin: 4px 0 0;
	padding: 0 0 0 18px;
	background: url(../../images/common/ico_close_01.png) no-repeat 0 3px;
}


/* 2.Section
========================================== */
body.popup #contents .section h3 {
	margin: 0 0 10px;
}


/* p01
****************************************************************************************/
body.popup #contents .section .imgUnit {
	zoom: 1;
}

body.popup #contents .section .imgUnit:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

body.popup #contents .section .imgUnit p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
}

body.popup #contents .section .imgUnit p.leftImg {
	margin: 0;
}


/* p02
****************************************************************************************/
body.popup #contents .section#evidenceList .imgUnit {
	margin: 0 0 17px 30px;
}

body.popup #contents .section#evidenceList .imgUnit p {
	margin: 0;
	width: 205px;
	text-align: center;
}

body.popup #contents .section#evidenceList .imgUnit p img {
	margin: 0 0 5px;
}

body.popup #contents .section#evidenceList .imgUnit p span {
	font-size: 84.7%;
	line-height: 1.275;
}


/* p03
****************************************************************************************/
body.popup #contents table.table08.analysisTable {
	margin: 0;
}

body.popup #contents table.table08.analysisTable tr {
}

body.popup #contents table.table08.analysisTable tr th {
}

body.popup #contents table.table08.analysisTable tr th.item {
	width: 311px;
}

body.popup #contents table.table08.analysisTable tr th.result {
}


/* p04
****************************************************************************************/
body.popup #contents #popupDisDeliveryTable table.table08 {
	margin: 0;
}

body.popup #contents #popupDisDeliveryTable table.table08 tr {
}

body.popup #contents #popupDisDeliveryTable table.table08 tr th {
	padding: 2px 10px;
	background-color: #FFFFFF;
}

body.popup #contents #popupDisDeliveryTable table.table08 tr td {
}


/* p05
****************************************************************************************/
body.popup #contents table.appointTimeTable {
	margin: 0;
}

body.popup #contents table.appointTimeTable tr {
}

body.popup #contents table.appointTimeTable tr th {
	background: #E6E6E6;
	vertical-align: middle;
}

body.popup #contents table.appointTimeTable tr th strong {
	color: #505050;
}

body.popup #contents table.appointTimeTable tr th.company {
	width: 75px;
}

body.popup #contents table.appointTimeTable tr th.area {
}

body.popup #contents table.appointTimeTable tr th.result {
	white-space: nowrap;
}


/* p06
****************************************************************************************/
body.popup #contents .faqList {
	background: none;
	padding: 0;
}

body.popup #contents .faqList dl {
	padding: 0 0 10px;
	width: 470px;
	background: url(../../images/common/line_dotted_02.png) repeat-x 0 100%;
}

body.popup #contents .faqListqList dl dt {
	margin: 10px 0 0;
	padding: 5px 0 3px 78px;
	min-height: 18px;
	background: url(../../images/parts/faq_bg_01.png) no-repeat;
	font-weight: bold;
}

* html body.popup #contents .faqList dl dt {
	height: 18px;
}

body.popup #contents .faqList dl dd {
	margin: 0 0 0 52px;
	padding: 6px 0 0 26px;
	background: url(../../images/parts/faq_bg_02.png) no-repeat 0 10px;
}

body.popup #contents .faqList dl dd img {
	margin: 5px 0;
}

body.popup #contents .faqList dl dd .notes_pop {
	font-size: 84.4%;
}
body.popup #contents .faqList dl dd .notes_pop .notesIcon {
	color: #cc0000;
}


/* satisfydetail.htmliadded on 100528j
****************************************************************************************/
body.popup #contents.contents_wide {
	float: none;
	margin: 0 auto;
	padding: 15px 0;
	width: 600px;
}

body.popup #contents .section .satisfydetail_img {
	border: 1px solid #efe1c5;
}

body.popup #contents .dottedLine01 {
	margin: 0 0 12px;
	height: 1px;
	background: url(../../images/common/line_dotted_01.png) repeat-x;
}