@charset "utf-8";

/* contents */
#contents{
	font-size:82%;
}

.aboutus_copy{
	background	: #fff;
	padding:20px 0 0;
	border-top:0px solid #bfc0c0;
	margin-top:28px;
}

h2{
	margin:50px 0 10px 0;
	font-size:114%;
	padding:5px 15px;
	color:#c7000b;
	font-weight:bold;
	border-bottom: 1px solid #c7000b;
}
h3{
	color: #727171;
	font-size:100%;
	font-weight:bold;
	padding-left:20px;
	margin:20px 0 10px;
}
h2.none{
	margin-top:0;
}

p{
	margin:5px 0;
}
.header_center p{
	line-height:100%;
}

@media screen and (min-width: 768px), print {
.aboutus_outline{
	border-collapse:collapse;
	width:720px;
	margin:5px 0 20px;
}
.aboutus_outline th{
	border-bottom:1px solid #c7000b;
	padding:4px 20px;
	width:120px;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
}
.aboutus_outline td{
	border-bottom:1px solid #bfc0c0;
	padding:4px 8px;
	vertical-align:top;
	background-color:#FFF;
}
.aboutus_outline th.top{
	border-top:0px solid #c7000b;
}
.aboutus_outline td.top{
	border-top:0px solid #bfc0c0;
}
  
.aboutus_outline dl{
	border-collapse:collapse;
	width:420px;
	margin:5px 0 20px;
	float:right;
}

.aboutus_outline dl {
	border-bottom:0px solid #bfc0c0;
}
.aboutus_outline dt {
	border-top:0px solid #bfc0c0;
	color: #333;
	font-weight: 700;
    float:left;
    clear:both;
    width:70px;
    _width:70px;    /* WinIE */
    white-space:nowrap;
	padding:4px 8px;
}
.aboutus_outline dd {
	border-top:0px solid #bfc0c0;
    margin-left:70px;    /* = dt.width + dt.padding */
	padding:4px 8px;
}
} 
	  
@media screen and (max-width: 767px) {
.aboutus_outline{
	border-collapse:collapse;
	width:100%;
	margin:5px 0 20px;
}
.aboutus_outline th{
	border-bottom:1px solid #c7000b;
	padding:4px 0px;
	width:25%;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
}
.aboutus_outline td{
	border-bottom:1px solid #bfc0c0;
	padding:4px 8px;
	vertical-align:top;
	background-color:#FFF;
}
.aboutus_outline th.top{
	border-top:1px solid #c7000b;
}
.aboutus_outline td.top{
	border-top:1px solid #bfc0c0;
}
  
.aboutus_outline dl{
	border-collapse:collapse;
	width:100%;
	margin:5px 0 20px;
	float:right;
}
.aboutus_outline dl {
	border-bottom:0px solid #bfc0c0;
}
.aboutus_outline dt {
	border-top:0px solid #bfc0c0;
	color :#333;
	font-weight: 700;
    float:left;
    clear:both;
    width:15%;
    _width:15%;    /* WinIE */
    white-space:nowrap;
	padding:4px 8px;
}
.aboutus_outline dd {
	border-top:0px solid #bfc0c0;
    margin-left:15%;    /* = dt.width + dt.padding */
	padding:4px 8px;
}
} 
	  
	  
/*--------------------

	clearfix

--------------------*/

.aboutus_copy
{
    overflow:hidden;
    zoom:1;
}

.aboutus_copy:after
{
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

* html .privacy_copy
{
    height: 1em;
    overflow: visible;
}
