.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

html {
	font-family : Verdana, Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
}

html, body {
    background-color: #e5e5e5;
    color: #4d4d4d;
}

img {
    max-width: 100%;
    vertical-align: top;
}

small {
    font-size: 14px;
}

a {
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

.u-txt-center {
    text-align: center;
}

.sentence {
    width: 93.75%;
    max-width: 1080px;
    min-width: 960px;
    margin: 0 auto;
    text-align: justify;
}

.main {
    max-width: 1200px;
    min-width: 1024px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px #cccccc;
}

.main > header {
    margin-bottom: 20px;
    padding-bottom: 5px;
    background-color: #68b65c;
}

.main > header > h1 {
    margin: 0 0 10px;
}

.main > header > p {
    margin: 25px 0;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.main > header > p > strong {
    padding: 0 2px;
    color: #ffff00;
    font-size: 28px;
}

.summary {
    margin: 80px 0 30px;
    padding-bottom: 30px;
    background-color: #e1f0de;
}

.summary > h2 {
    position: relative;
    top: -30px;
    width: 840px;
    margin: 0 auto -30px;
    padding: 17px 0;
    font-size: 24px;
    line-height: 1;
    background-color: #68b65c;
    color: #ffffff;
    text-align: center;
    border-radius: 30px;
}

.summary > dl {
    width: 840px;
    margin: 0 auto;
	line-height: 24px;
}
.summary > dl > dt {
	margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #4d4d4d;
    font-weight: bold;
}
.summary > dl > dt:first-child {
    border-top-width: 0;
}
.summary > dl > dd {
	margin: -24px 0 0 280px;
}
.summary > dl > dd > ul {
    padding-left: 1em;
}
.summary > dl > dd small{
    font-size: 14px;
}

.shop-area-wrapper {
	width: 840px;
	margin: 30px auto 10px;
    text-align: center;
}

.shop-area {
	float: right;
	width: 400px;
	padding: 28px 0 14px;
}
.shop-area:first-child {
	float: left;
	padding-right: 20px;
	border-right: 1px solid #ededed;
}

a.shop-btn,
button.shop-btn {
	-webkit-appearance: none;
    display: block;
    position: relative;
    top: 0;
    width: 400px;
    padding: 29px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    background-color: #68b65c;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
	border-width: 0;
    border-radius: 18px;
    transition: top 0.15s ease, background-color 0.15s ease;
}
a.shop-btn:hover,
button.shop-btn:hover {
    top: -3px;
    background-color: #78c26d;
}

.payment-method {
	width: 348px;
	margin: 0 auto 10px;
	padding: 10px 0;
	border: 1px solid #bababa;
	border-radius: 5px;
}

.shop-note-list {
	font-size: 14px;
	line-height: 1.5;
	min-height: 147px;
	text-align: left;
}

.main > footer {
    padding: 20px 0;
    background-color: #202020;
    color: #ffffff;
}

.notice {
    width: 700px;
    margin: 20px auto;
    padding: 7px 14px;
    border: 4px double #d82020;
}
.notice h2 {
    margin: 0;
    font-size: 16px;
    color: #d82020;
}
.notice p {
    margin: 0;
    font-size: 14px;
}
.notice b {
    color: #d82020;
}
