@charset "shift_jis";

/* ==================================================== 

	CLICK Internet Check-in
	- FAQ

==================================================== */
/* 2010.06 */


body.int #Container {
	padding-top:0;
	}

.faqCnt { 
	margin: 0 15px 0px; 
	padding: 15px 0 0; 
	zoom: 1; 
	} 
.faqCnt:after {
    content: ".";
    display: block;
    clear: both; 
	visibility: hidden; 
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	} 
.faqCnt h3 { 
	margin: 0 0 12px; 
	} 
#IntContainer .faqCnt a:link, 
#IntContainer .faqCnt a:visited { 
	text-decoration: underline; 
	} 
#IntContainer .faqCnt a:hover, 
#IntContainer .faqCnt a:active { 
	text-decoration: none; 
	} 



/* .faqList -----------------------*/
.faqList { 
	float: left; 
	width: 468px; 
	background: url(/int/checkin/click/image/faq/dotline.gif) repeat-x left top; 
	} 
dl.leftCol { 
	margin-right: 24px; 
	width: 428px; 
	}
.faqList dt { 
	float: left; 
	width: 42px; 
	clear: both; 
	padding: 6px 0; 
	} 
.faqList dd { 
	line-height: 1.4; 
	padding: 6px 10px 7px 42px; 
	background: url(/int/checkin/click/image/faq/dotline.gif) repeat-x left bottom; 
	min-height: 17px; 
	} 

#IntContainer p.tmplBtn {
line-height:normal;
margin-top:0;
text-align:right;
}




/* .answerTable -----------------------*/
.answerTable { 
	border-collapse: collapse; 
	margin: 0 0 38px; 
	width: 920px; 
	} 
.answerTable th { 
	background: #f8f8f8; 
	padding: 7px 7px 9px; 
	border: 1px solid #bcbcbc; 
	font-weight: bold; 
	text-align: left; 
	} 
.answerTable td { 
	padding: 7px 7px 10px; 
	border: 1px solid #bcbcbc; 
	} 

.answerTable img.icon { 
	float: left; 
	margin-right: 12px; 
	display: block; 
	} 
.answerTable div.text { 
	display: block; 
	float: left; 
	width: 835px; 
	line-height: 1.5; 
	padding: 3px 0 0; 
	} 
.answerTable div.text ul.list li { 
	padding: 0 0 0 0.5em; 
	text-indent: -0.5em; 
	} 

.answerTable div.text ul.dotList {
	padding-left:2em;
	} 
.answerTable div.text ul.dotList li {
	list-style-type: disc;
	} 


.answerTable div.text ul.squareList {
	padding-left:2em;
	} 
.answerTable div.text ul.squareList li {
	list-style-type: square;
	} 




