/*-------------------------
common
--------------------------*/
body:before {
    content: '';
    display: block;
    width: 100%;
    height: 948px;
    position: absolute;
    left: 0;
    top: 0px;
    min-width: 1230px!important;
    background:url("../images/common/bg_contents.jpg") no-repeat left top 270px;
}
/*htl*/
#htlMainContent {
    width: 1200px !important;
    margin-left: 0 !important;
}
#htlContents {
    background: none;
    width: 1190px!important;
    margin: 0 auto!important;
    min-width: 1190px!important;
    position: relative;
}
#htlContents #htlHeader {
    background: none;
    width: 1190px!important;
    margin: 0 auto!important;
    min-width: 1190px!important;
}
div#RthCustomizeW {
    width: auto!important;
}
#htlContents #htlSide-A {
    float: none!important;
    position: absolute;
    top: 630px;
    left: 0;
}
/*header*/
#RESOLwrapper #header{
    height:430px;
    width: 100%;
    position: relative;
}
#RESOLwrapper #header a.btn01{
	width: 145px;
	height: 145px;
	position: absolute;
	top: 0;
	left: 10px;
}
#RESOLwrapper #header a.btn01 img{
	width: 100%;
	height: auto;
}
/*contents_area*/
#RESOLwrapper #contents_area{
    width: 950px !important;
    margin: 0 auto !important;
	padding:0 0;
}

/*-------------------------
intro
--------------------------*/
#RESOLwrapper #intro{
    text-align: center;
    margin-bottom: 70px;
}
#RESOLwrapper #intro h2{
    text-align: center;
    margin-bottom:70px;
}
#RESOLwrapper #intro p{
    text-align: center;
    margin-bottom: 70px;
}
#RESOLwrapper #intro iframe{
    border: solid #D2CCBB 3px;
}

/*-------------------------
#exp navi
--------------------------*/
#RESOLwrapper #exp .navi ul{
	display: flex;
	justify-content: space-between;
    width: 790px;
    margin: 0 auto 65px auto;
}
#RESOLwrapper #exp .navi ul li{
	width: 250px;
}
/*-------------------------
#exp
--------------------------*/
#RESOLwrapper #exp .cont{
    margin-bottom: 40px;
	margin-top: -130px;
	padding-top: 130px;
}
#RESOLwrapper #exp .cont#in{
	margin-bottom: 0px;
}
#RESOLwrapper #exp .cont h3{
    margin-bottom: 40px;
}
#RESOLwrapper #exp .cont ul{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: stretch;
    flex-wrap: wrap
}
#RESOLwrapper #exp .cont ul li{
    width: 454px;
	margin-bottom: 50px
}
#RESOLwrapper #exp .cont ul li img{
	vertical-align: bottom;
}
#RESOLwrapper #exp .cont ul li h4{
    margin: 20px 0 15px 0;
}
#RESOLwrapper #exp .cont ul li p{
    margin-bottom: 10px;
}
#RESOLwrapper #exp .cont ul li p.sub{
	line-height: 100%;
	background-color: #f3f3f0;
	padding: 10px;
	
}

#RESOLwrapper #exp .attention{

	text-align: center;
}
#RESOLwrapper #exp .attention .bg{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.0;
	background-color: #f3f3f0;
	padding: 10px 0;
	margin: 5px 0 50px 0;
}