﻿@charset "utf-8";

/* reset */
div#HeaderArea {
margin-bottom: 0;
padding-bottom: 0;
}
div#ContentsArea div#ContentsLayout.SingleWide:first-child {
padding-top: 0;
}
div#MainContentBody > .Section:first-child > p:first-child {
margin-bottom: 0;
}
div#Container {
overflow: hidden;
}
div#ContentsLayout,
div#MainContent div.Section {
padding-bottom: 0;
}

/* lpXmPr */
#lpXmPr .lpXmPrMain{
position: relative;
}
#lpXmPr .lpXmPrMain:before{
content: "";
position: absolute;
height: 203px;
bottom: 0;
left: -100%;
width: 200%;
background: #fff;
background: -webkit-linear-gradient(top,  #fff 0%,#dedede 100%);
background: linear-gradient(to bottom,  #fff 0%,#dedede 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
z-index: -1;
}
#lpXmPr .lpXmPrMain:after{
content: "";
position: absolute;
height: 100%;
width: 100%;
right: -100%;
top: 0;
background: #e6dfec;
}
