
.mt20 { margin-top: 20px !important}
.usMain {
    width: 100%;
    height: 0px;
    background: url(../../img/mt/aboutus_bg.jpg) no-repeat center top;
    background-size: 1290px;
    padding-top: 430px;
    position: relative;
    margin-bottom: 80px;
	background-color: #f5f5f6;
}
h1 {
	width: 100%;
    font-size: 225%;
    color: #fff;
    position: absolute;
    top: 10%;
    left: 0;
	text-shadow: 1px 1px 8px rgba(144,144,144,0.7);
	text-align: center;
}
h2 {
	font-size:1.6rem;
	text-align: center;
	position: relative;
	line-height: 2.2rem;
}
h2 span {
	font-size:1.5rem;
	line-height: 2.6rem;
    display: block;
}
.usGreeting .inner { width: 1000px; margin: 40px auto;}
.usGreeting .bodyTxt { width: 800px; margin: 40px auto;}
.usMessage {
	background-color: #fbfbfb;
    width: auto;
	height: 470px;
	overflow: hidden;
    position: relative;
	}
.usMessage .inner { width: 1000px; margin: 40px auto;}


/* ==========================================================================
   罫線のリスト（特定商取引法と会社概要）
   ========================================================================== */

.rule-list {
    border-top: 1px dotted #666;
    background: #fff;
}
.rule-list li {
    padding: 1em 0;
    border-bottom: 1px dotted #666;
}
.rule-list dl,
.rule-list dd {
    margin: 0;
}
.rule-list dl {
    display: table;
}
.rule-list dt,
.rule-list dd {
    display: table-cell;
    font-size: 1.0rem;
    vertical-align: middle;
}
.rule-list dt {
    width: 170px;
    color: #666;
    line-height: 1.6;
	
	font-weight: 600;
	padding-right: 20px;
}
.rule-list dd {
    color: #4e4e4e;
	margin-left: 60px;
}

.rule-list-wrap {
    position: relative;
	margin: 40px auto 80px auto;
}
.rule-list dt {
    width: 200px;
}
.rule-list li:last-child {
    margin-bottom: .5em;
    border: 0;
}
.rule-list span.month { font-weight: 600; display: block; margin-top: 20px; margin-left: -30px;}
.rule-list .usImg { width: 30%; margin: 5px auto;}




