@charset "UTF-8";
/* CSS Document */
.mean-container .mean-bar,
#mainnav,
#SPNavi,
.mean-bar,
footer {
	display:none;
}
.row,
.col-md-12,
div.section.siteContent,
div.entry-body{
	padding:0;
	margin:0;
}	
body{
	overflow-y: scroll;
}
@media only screen and (max-width:880px){
	body{ overflow-x : scroll;}
}

.top_box{
	position:relative;
	width:880px;
	margin:0 auto;
	font-family:"ヒラギノ明朝 W3 JIS2004" , "Hiragino Mincho W3 JIS2004";
	font-size:14px;
}

/* common */
div.section.siteContent{
	padding-bottom:0;
}

div.entry-body{
	padding-bottom: 15px;
}

.top_cont h2{
	font-size: 36px;
	transform: scale( 0.85,1 );
	-moz-transform-origin: left top; /* Firefox※ */
	-webkit-transform-origin: left top; /* Chrome,Safari */
	-o-transform-origin: left top; /* 旧Opera※ */
	-ms-transform-origin: left top; /* IE */
	transform-origin: left top; /* CSS3 */
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-top: none;
	border-bottom: none;
	font-family:"ヒラギノ明朝 W3 JIS2004" , "Hiragino Mincho W3 JIS2004";
	font-weight: lighter;
	vertical-align:top;
}

.top_cont h3{
	font-size:24px;
	transform: scale( 0.85 ,1 );
	-moz-transform-origin:    left top; /* Firefox※ */
	-webkit-transform-origin: left top; /* Chrome,Safari */
	-o-transform-origin:      left top; /* 旧Opera※ */
	-ms-transform-origin:     left top; /* IE */
	transform-origin:         left top; /* CSS3 */
	border-bottom: none;
	box-shadow:none;
	font-family:"ヒラギノ明朝 W3 JIS2004" , "Hiragino Mincho W3 JIS2004";
	font-weight: normal;
}

.top_cont h3:after{
	border-bottom: none;
}

.top_cont #section{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;	
	width:100%;
}

.top_cont #section div#slogan{
	width:50%;
}

.top_cont #section  span{
	font-size:12px;
}

.top_cont  h4{
	padding: 5px 0;
	background-color: #fff;
	border-radius: none;
	font-size: 18px;
	font-family:"ヒラギノ明朝 W3 JIS2004" , "Hiragino Mincho W3 JIS2004";
	font-weight: normal;
}

.top_cont ol{
	padding: 0;
	margin: 0;
}

.top_cont ol li{
	padding: 0;
	margin: 0 0 5px 15px;
	list-style-position:outside;
}

/* privacy policy */
#privacy.top_cont h3 {
	margin-top: 57px;
}
#privacy.top_cont h4 {
	margin:0;
}
#privacy dl{
	margin-left:15px;
}
#privacy dt{
	width:70px;
	margin-bottom: 3px;
	padding-left:0px;
	border: none;
	float: left;
	clear: both;
}
#privacy dd{
	border: none;
	margin-bottom: 3px;
	padding-left:0px;
}
#privacy p.privacy_detail{
	margin-left: 15px;
}

