@charset "utf-8";

@import "../../css/base.css";
@import "../../css/common.css";

/*		Privacy Policy
----------------------------------------------------*/
div#section-right h2 {
    margin: 10px 0 0 15px;
    width: 420px;
    height: 57px;
    background: url(../images/h2_company.png) top left no-repeat;
    text-indent: -9999px;
}

div#map-box {
	padding-bottom:40px;
    overflow: hidden;
}

div#map-box dt.bold {
	font-weight:bold;
	margin-bottom:5px;
}

div#map-box dl.map {
    margin: 10px 0 0 15px;
    float: left;
    display: inline;
}

div#map-box dl.map dt {
    margin: 5px 0;
    font-size: 14px;
}

table#detail {
    width: 655px;
    margin: 10px 0 40px 15px;
    font-size: 14px;
    border-collapse: collapse;
    border:1px solid #CCC;
}
table#detail th,
table#detail td {
    border: solid 1px #CCC;
    border-width: 0 0 1px 0;
}
table#detail th {
	width: 120px;
	font-weight: bold;
	border-left:none;
	padding-left:10px;
	background-color: #EEEEEE;
}

table#detail th.line {
    border-left:1px solid #CCC;
}

table#detail td {
    padding: 7px 10px;
    line-height: 1.8;
    border-left:1px solid #CCC;
    border-right:none;
}

p.pagetop {
    border: 0;
}

p.comp_txt {
	font-size:14px;
	margin:15px 0 0 10px;
	line-height:1.5;
}
