@charset "utf-8";

/* site/index.html */
.box_type01 { padding: 60px 0 20px;}

#sitemap .col_l {
float: left;
width: 450px;
}
#sitemap .col_r {
float: right;
width: 450px;
}
.sitemap_single {
margin-bottom: 40px !important;
}
.sitemapTit01 {
font-size: 128.57%;
font-weight:bold;
border-bottom: 1px solid #ccc;
margin-bottom:15px;
}
.sitemapTit02 {
font-size: 114%;
font-weight:bold;
border-bottom: 1px dotted #ccc;
margin-bottom:15px;
}
.sub_menu {	margin-bottom: 15px;}
.sub_menu li {
float: left;
font-size: 108%;
margin-right: 30px;
}
.sub_menu li a {
background: url(../../common/img/ico_txt_link01.gif) no-repeat 0 center;
padding-left: 17px;
}

@media screen and (max-width: 959px) { /* for TAB */
.box_type01 { padding: 50px 15px 10px;}
#sitemap .col_l,
#sitemap .col_r {
width: 47%;
}
}

@media screen and (max-width: 479px) { /* for SP */
.box_type01 { padding: 40px 15px 25px;}
#sitemap .col_l,
#sitemap .col_r {
float: none;
width: 100%;
}
.sub_menu li {
float:none;
width: 100%;
margin-right: 0;
}
.sitemap_single {
margin-bottom: 30px !important;
}
}

/* site/privacy.html */

#privacy {
border: 3px solid #eee;
padding: 20px 20px 0;
margin: 20px 0 40px;
}

#privacy p {
margin-bottom: 30px;
}

.privacyTit01 {
color: #444;
font-size: 128.57%;
font-weight: bold;
margin-bottom: 10px;
}

.privacy_list {
list-style: disc;
list-style-position: inside;
text-indent: -1em;
padding-left: 1em;
margin: 10px 0 30px;
}

@media screen and (max-width: 959px) { /* for TAB */
#privacy { margin: 20px 0 30px;}
}

@media screen and (max-width: 479px) { /* for SP */
#privacy { margin: 20px 0 20px;}
}
