@charset "utf-8";
/* CSS Document */

#company th {
	width:190px;
	text-align:right;
	border-bottom: dotted 1px #666666;
}

#company td {
	padding-left:10px;
	border-bottom: dotted 1px #666666;
}

#company-gaiyou {
	width:500px;
	margin-left:40px;
	margin-top: 20px;
	margin-bottom:30px;
	border-left: solid 3px #999;
	border-right: solid 3px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}
#company-gaiyou th {
	width:150px;
	text-align:right;
	border-bottom: dotted 1px #666666;
}


#staff td {
	padding:5px;
}


.staff-photo-box {
}

.staff-comment-box {
}



/* info
---------------------------------------------------------------*/
#info table {
	width:100%;
	margin-top: 20px;
	border-left: solid 3px #999;
	border-right: solid 3px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}
#info th {
	width: 120px;
	text-align:right;
}
#info th , #info td {
	padding:5px;
	border-bottom: dotted 1px #666666;
}

#info input , #info textarea {
	border: solid 1px #999999;
	padding:2px;
}
#info textarea {
	width:300px;
	height:200px;
}

#info-name {
	width:150px;
}
#info-furigana {
	width:150px;
}
#info-company {
	width:300px;
}
#info-zip1 {
	width:30px;
}
#info-zip2 {
	width:40px;
}
#info-address {
	width:300px;
}
#info-telno {
	width:150px;
}
#info-mail-address1 , #info-mail-address2 {
	width:300px;
}
#info-comment {
}

#info-button {
	margin-top:20px;
	margin-bottom:50px;
	text-align:center;
}
#info-button input{
	width: 150px;
	height:24px;
	padding:2px;
	font-weight:bold;
	border-bottom:solid 2px #666;
	border-right:solid 2px #666;
}


#faq ol{
	margin-bottom:40px;
}
#faq li {
	list-style:decimal outside;
	margin-left:30px;
}

.faq-box {
	width:500px;
	margin: 10px 10px 10px 20px;
	padding:10px;
	border: 2px dotted #999966;
}
.faq-box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
.faq-box { display: inline-block; }

/* Hides from IE-mac \*/
* html .faq-box { height: 1%; }
.faq-box { display: block; }

/*end hide from IE-mac */


.faq-box img {
	float:left;
}
.que {
	font-weight:bold;
	border-bottom:solid 2px #CCCC99;
}

.ans {
	margin-left:90px;
	padding:10px;
	background:#FFCC66;
	line-height:150%;
}

#privacy dt {
	padding-left:20px;
}
#privacy dd {
	padding-left:50px;
	list-style-type:disc;
	padding-bottom:10px;
}


#sitemap li , #sitemap dt {
	margin-left:30px;
	font-weight:bold;
	margin-top:20px;
}

#sitemap dd {
	margin-left:50px;
	list-style-type:circle;
}
