﻿@charset "utf-8";
/* CSS Document */

/* reset
────────────────────────── */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}
body {line-height:1;}
nav ul,ol,ul {list-style: none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-weight:bold;
}
del {text-decoration: line-through;}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {vertical-align:middle;}
input[type="button"] , 
input[type="submit"] ,
input[type="select"] , 
input[type="option"] , 
input[type="text"] {
	-webkit-appearance: none;
	-webkit-appearance: button;
}

/*	clearfix
────────────────────────── */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
} .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*	Layuot common
────────────────────────── */
* {color:#3a3a3a;}
::selection {background-color:#fff; color:#00b7bf;}
/* Firefox */
::-moz-selection {background-color:#fff; color:#00b7bf;}

body {
	/*font: 16px/1.231 "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",sans-serif;*/
	font-family:-apple-system,"Lucida Grande","Helvetica Neue","Hiragino Kaku Gothic ProN","メイリオ",meiryo,sans-serif;
	word-break:normal;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
}
.section {
	margin:0 auto;
	width:1180px;
}
#wrap {
	background-image:url(../img/bg.png);
	min-width:319px;
	overflow:hidden;
}
#footer .button-wrapper {
	padding:0;
}
.block {
	color:inherit;
	display:block;
}
.sp_block {
	display:inline-block;
}

/* underline
----------------------------------------*/
.highlight {
	background-image:url(../img/highlight.gif);
	background-repeat:no-repeat;
	background-position:left bottom 3px;
	background-size: 0% 5px;
	color:#565656;
	
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
}
.highlight.underline {
	background-image:url(../img/highlight.gif);
	background-repeat:no-repeat;
	background-size: 100% 5px;
	background-position:left bottom 3px;
}

/* last_q */
.last_q {
	background-color:rgba(0,183,191,0.3);
	border-bottom:1px solid #009298;
	box-sizing:border-box;
	color:#fff;
	display:none;
	font-size:18px;
	font-weight:bold;
	letter-spacing:normal;
	padding:15px;
	position:fixed;
	right:0;
	top:0;
	text-align:center;
	text-shadow:1px 1px 1px #006d72;
	width:100%;
	z-index:50;
}
.q_txt {
	color:inherit;
}
#comp .comp_bg {
	background-image:url(../img/comp.png);
	background-repeat:no-repeat;
	color:inherit;
	display:inline-block;
}
.close {
	background-color:rgba(255,255,255,0.5);
	border:3px solid #00365c;
	color:#00365c;
	cursor:pointer;
	margin:15px auto 0;
	padding:2px 7px;
	text-shadow:none;
	width:100px;
}
.close:hover {
	background-color:rgba(255,255,255,0.2);
}
body.xl #comp .comp_bg {
	background-position:right 12% center;
	margin-left:100px;
	padding:0 100px 0 0;
}
body.xs #comp .comp_bg {
	background-position:right 30px bottom;
	background-size:40px auto;
	color:inherit;
	margin:0 0 0 10px;
	padding:0 10px 0 0;
}

/* header
----------------------------------------*/
#logo img {
	width:180px;
}
#header p {
	border-bottom:1px solid;
	color:#00b7bf;
	font-size:12px;
	padding:3px 0 5px;
}

/*─── left_contents ───*/
#left_contents {
	background-image:url(../img/gift.png);
	background-repeat:no-repeat;
	background-color:#fafafa;
}
#left_contents h1 {
	background-image:url(../img/box.png);
	background-repeat:no-repeat;
	background-size:27px auto;
	color:#00b7bf;
	letter-spacing:0.02em;
	line-height:28px;
	padding:1px 0 0;
	text-shadow:0 1px 0 #ddd;
}
#left_contents h1 .color_buffet {
	color:#9e73b3;
}
#left_contents h1 .small {
	color:inherit;
	font-size:14px;
}
#left_contents h1 .num {
	color:inherit;
	font-family:Verdana;
	font-weight:900;
}
#left_contents h1 .num.eng {
	font-family:Georgia, "Times New Roman", Times, serif;
}
#period p {
	border-top:1px solid;
	border-bottom:1px solid;
	box-sizing:border-box;
	color:#00b7bf;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#period p span {
	color:inherit;
	font-size:12px;
	margin:0 3px;
}

#flow h2 {
	color:#00b7bf;
	letter-spacing:0.02em;
	margin:10px 0;
	text-shadow:0 1px 0 #ddd;
}
#flow ol {
	margin:0 0 10px;
	overflow:hidden;
}
#flow li {
	float:left;
}
#flow li span {
	background-color:#00b7bf;
	color:#fff;
	display:inline-block;
	font-weight:bold;
	padding:5px;
	vertical-align:middle;
}
#flow li::after {
	content:"▶";
	color:#99e2e5;
}
#flow li:last-child::after {
	content:"";
}
#flow li span.here {
	background-color:#009298;
}

#banner {
	margin:0 0 52%;
}
#banner img {
	display:block;
}
body.xl #banner img {
	margin:10px 2% 0 0;
	width:98%;
}
body.xs #banner img {
	margin:10px 0 0;
	width:100%;
}
#slideShow li {
	position:relative;
}
#slideShow img {
	left:0;
	position:absolute;
}
#bnr2, #bnr3, #bnr4 {
	display:none;
}
#slideShow .img1{
	display:block;
}

/*─── right_contents ───*/
#right_contents_ttl {
	margin:0 auto;
	width:100%;
}
#right_contents #right_contents_ttl h2 {
	background-color:#00b7bf;
	border-radius:5px;
	color:#fff;
	font-weight:bold;
	margin:0 0 50px;
	padding:15px;
	position:relative;
	text-align:center;
	text-shadow:0 1px 0 #666;
}
#right_contents #right_contents_ttl h2::after {
	border-color:#00b7bf transparent transparent;
	border-style:solid;
	border-width:18px 10px 0;
	bottom:-15px;
	content:"";
	height:0;
	left:50%;
	position:absolute;
	width:0;
}

/*─── questionnaire_list ───*/
#questionnaire_list li {
	background-color:#fff;
	letter-spacing:-0.4em;
	margin-bottom:20px;
	width:100%;
}
#questionnaire_list .questionnaire_txt ul {
	padding:10px 0 0;
}
#questionnaire_list .questionnaire_txt li {
	cursor:pointer;
	letter-spacing:normal;
	margin-bottom:0;
}
#questionnaire_list .questionnaire_txt li::before {
	color:#00aeef;
	content:"□";
	font-weight:bold;
	margin:0 10px 0 5px;
	vertical-align:middle;
}
#questionnaire_list .questionnaire_txt .qa {
	background-image:url(../img/q.gif);
	background-repeat:no-repeat;
	background-position:left top;
	color:#565656;
	display:block;
	font-weight:bold;
}
#questionnaire_list .questionnaire_txt li.action {
	background-image:url(../img/check.png);
	background-repeat:no-repeat;
}
#questionnaire_list .questionnaire_txt .repletion {
	font-size:11px;
	line-height:16px;
	margin:0 0 0 40px;
}

#attention_list {
	margin:20px 0;
}
#attention_list li .new_line {
	display:block;
	margin-left:1em;
}
#attention_list li::before {
	color:#99e2e5;
	content:"●";
	margin-right:3px;
}
#attention .attention_btn {
	background-color:#00365c;
	color:#fff;
	display:inline-block;
	font-size:11px;
	font-weight:bold;
	margin:0 5px;
	padding:0 8px;
	vertical-align:middle;
}

/*─── button ───*/
.button-wrapper {
	box-sizing:border-box;
	padding:10%;
}
.dark-button {
	background-color:#008085;
}
.button {
	background:#36b4c7;
	border:none;
	padding:2px;
	cursor:pointer;
	display:block;
	position:relative;
	overflow:hidden;
	transition:all .35s ease-in-out .35s;
	margin:0 auto;
	text-align:center;
}
.dark-button .button,
.dark-button .button span {
	background:#00365c;
	color:#fff;
}
#innner .dark-button .button .campaign {
	letter-spacing:0.1em;
}
#footer .dark-button .button .campaign {
	letter-spacing:0.42em;
}
.dark-button .button a {
	display:block;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
}
.dark-button .button:after,
.dark-button .button:before,
.dark-button .button:hover span {
	background:#36b4c7;
	color:#fff;
}
.button span {
	display:block;
	padding:14px 30px;
	background:#36b4c7;
	z-index:9;
	position:relative;
	transition:all .35s ease-in-out .35s;
	text-shadow:0 1px 0 #666;
}
.button:hover span {
	background:#00365c;
	color:#fff;
	transition:all .35s ease-in-out .35s;
}
.button:after {
	bottom:-100%;
	right:-100%;
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	background:#00365c;
	transition:all .35s ease-in-out .5s;
}
.button:hover:after {
	right:0;
	bottom:0;
	transition:all ease-in-out .35s;
}
.button:before {
	top:-100%;
	left:-100%;
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	background:#00365c;
	transition:all .35s ease-in-out .5s;
}
.button:hover:before {
	left:0;
	top:0;
	transition:all ease-in-out .35s;
}

#experience {
	margin:50px 0 20px;
}
#overview h2,
#experience h2 {
	background-color:#00b7bf;
	color:#fff;
	display:inline-block;
	text-shadow:0 1px 0 #999;
}
#overview_area,
#experience_area {
	background-color:#fff;
	border:1px solid #00b7bf;
	border-radius:5px;
	font-size:14px;
}
#experience_area p {
	border:2px dashed #00b7bf;
	border-radius:5px;
	line-height:22px;
	padding:15px;
}
#experience_area .profile {
	letter-spacing:-0.4em;
}
#experience_area .profile dl {
	letter-spacing:normal;
}
#experience_area .profile dt,
#experience_area .profile dd {
    display: inline-block;
}
#experience_area .profile dd {
	margin:0 15px 0 0;
}
#experience_area .profile dt::after {
	content:"：";
	color:#00b7bf;
}
#overview_area dt {
	background-color:#00b7bf;
	color:#fff;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	padding:1px 4px;
	text-align:center;
	width:70px;
}
#overview_area dd {
	line-height:22px;
	margin:5px 0 5px 1em;
}
#overview_area dd .read {
	color:#00b7bf;
	cursor:pointer;
	display:inline-block;
}
#overview_area dd .read:hover {
	color:#4cccd2;
}
#overview_area .tel {
	background-image:url(../img/tel_01.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:20px auto;
	padding:5px 0 5px 25px;
}

/* 利用規約 */
.read {
	border:1px solid #ddd;
	color:#009298;
	cursor:pointer;
	display:block;
	margin:15px 0 0;
	padding:10px;
	text-align:center;
}
#kiyaku {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
	display:none;
	margin:0 0 20px;
}
#kiyaku h3 {
	background-color:#009298;
	color:#fff;
}
.toggle {
	display:none;
}
#kiyaku p {
	margin:20px 0;
	position:relative;
	z-index:10;
}
#kiyaku ol {
	margin:20px 0;
}
#kiyaku h4 {
	border-top:2px solid #009298;
	border-bottom:1px solid #ccc;
	color:#555;
	cursor:pointer;
	font-size:13px;
	overflow:hidden;
	padding:10px 0 10px 10px;
}
#kiyaku h4::after {
	border:1px solid;
	color:#999;
	content:"＋";
	display:inline-block;
	float:right;
	font-size:11px;
	margin-right:10px;
	padding:0 3px;
}
#kiyaku h4.action::after {
	content:"－";
}
#kiyaku h4:hover {
	background-color:rgba(238,238,238,0.7);
}
.quotation {
	background:#f3f3f3;
	margin:0 0 10px;
	position:relative;
}
.quotation::before,
.quotation::after {
	color:#ddd;
	content:"“";
	display:block;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:8rem;
	left:10px;
	line-height:0;
	position:absolute;
	top:4rem;
	z-index:1;
}
.quotation::after {
	bottom:0;
	content:"”";
	left:auto;
	right:10px;
	top:auto;
}

/* footer
----------------------------------------*/
#footer {
	background-color:#00365c;
	position:relative;
	z-index:10;
}
#footer h3 {
	color:#fff;
	margin-bottom:15px;
}
#buffet_bnr li {
	margin:10px 10px 10px 0;
	position:relative;
}
#buffet_bnr li:last-child {
	margin:10px 0;
}
#buffet_bnr img {
	display:block;
	width:138.7px;
}
#buffet_bnr .img_cover {
	bottom:0;
	box-sizing:border-box;
	font-size:13px;
	font-weight:bold;
	height:100%;
	left:0;
	line-height:20px;
	padding:20px;
	position:absolute;
	text-align:center;
	width:138.7px;
}
#footer .dark-button .button a {
	font-size:18px;
}
#footer #copyright {
	color:#fff;
	font-size:10px;
	font-weight:normal;
	padding:0 0 10px;
	text-align:center;
}

/* xl
----------------------------------------*/
body.xl #header {
	margin:20px 10px 20px;
}
body.xl #left_contents {
	background-position:center top 230px;
	background-size:78% auto;
	border-right:1px solid #ddd;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:27%;
	max-width:480px;
	min-width:383px;
	z-index:1;
}
body.xl #left_contents h1 {
	background-position:left 165px top 1px;
	font-size:18px;
	margin:0 0 0 5%;
}
body.xl #left_contents h1 .num {
	font-size:21px;
}
body.xl #period {
	height:100%;
	margin:42% 0 0 10px;
}
body.xl #period p {
	margin:10px 0;
	padding:8px 20px;
	width:97%;
}
body.xl #flow li span {
	font-size:11px;
}

body.xl #main {
	max-width:1720px;
	min-width:1280px;
}
body.xl #right_contents {
	box-sizing:border-box;
	margin:0 0 0 30%;
	padding:20px 40px 40px 20px;
	max-width:1000px;
	min-width:897px;
}
body.xl #questionnaire_list .questionnaire_txt {
	background-repeat:no-repeat;
	background-position:left 35px center;
	background-size:100px;
	/*border:2px dashed #00b7bf;*/
	border:2px dashed;
	border-color:rgba(0,183,191,0.9);
	border-radius:5px;
	box-sizing:border-box;
	display:inline-block;
	letter-spacing:normal;
	padding:20px 50px 20px 160px;
	width:100%;
}
body.xl #questionnaire_list .q_01 {background-image:url(../img/bg_q01.png);}
body.xl #questionnaire_list .q_02 {background-image:url(../img/bg_q02.png);}
body.xl #questionnaire_list .q_03 {background-image:url(../img/bg_q03.png);}
body.xl #questionnaire_list .q_04 {background-image:url(../img/bg_q04.png);}
body.xl #questionnaire_list .q_05 {background-image:url(../img/bg_q05.png);}
body.xl #questionnaire_list .q_06 {background-image:url(../img/bg_q06.png);}
body.xl #questionnaire_list .q_07 {background-image:url(../img/bg_q07.png);}
body.xl #questionnaire_list .q_08 {background-image:url(../img/bg_q08.png);}
body.xl #questionnaire_list .q_09 {background-image:url(../img/bg_q09.png);}
body.xl #questionnaire_list .q_10 {background-image:url(../img/bg_q10.png);}
body.xl #questionnaire_list .q_11 {background-image:url(../img/bg_q11.png);}
body.xl #questionnaire_list .questionnaire_txt .qa {
	line-height:26px;
	padding:5px 0 10px 40px;
}
body.xl #questionnaire_list .questionnaire_txt li.action {
	/*border:1px solid #00b7bf;*/
	background-color:rgba(239,250,250,0.9);
	/*background-color:#effafa;*/
	background-position:left 18px top 18px;
}
body.xl #questionnaire_list .questionnaire_txt li {
	background-color:#fff;
	/*border:1px solid #32c5cb;*/
	border:1px solid;
	border-color:rgba(50,197,203,0.7);
	border-radius:3px;
	box-sizing:border-box;
	display:inline-block;
	/*line-height:28px;*/
	margin:0 0 10px;
	padding:10px;
	width:100%;
}
body.xl #questionnaire_list .questionnaire_txt li:hover {
	/*background-color:#effafa;*/
	background-color:rgba(239,250,250,0.9);
}
body.xl #questionnaire_list .questionnaire_txt li::before {
	font-size:18px;
}
body.xl #attention {
	background:#fff;
	border-color:#ddd;
	border-style:solid;
	border-width:1px;
	border-radius:5px;
	margin:20px 0;
	padding:30px;
}
body.xl #attention p,
body.xl #attention_list li,
body.xl #attention_list li .new_line {
	color:#00b7bf;
	font-size:14px;
	/*font-weight:bold;*/
	line-height:24px;
}
body.xl #innner .button-wrapper {
	padding:10%;
}
body.xl #overview {
	margin:0 0 20px;
}
body.xl #overview_area,
body.xl #experience_area {
	padding:40px 30px;
}
body.xl #experience_area {
	margin:-30px 0 0 50px;
	position:relative;
	width:84%;
	z-index:20;
}
body.xl #overview .under_section {
	margin-right:-70px;
}
body.xl #experience h2 {
	padding:80px 50px;
}
body.xl #overview h2 {
	margin:30px 0 0 62%;
	padding:80px;
	position:relative;
	z-index:20;
}
body.xl #experience_area .profile {
	margin:20px 0;
}
body.xl #experience_area .profile dd {
	margin:0 15px 0 0;
}
body.xl #overview_area {
	margin:-70px 0 0;
	position:relative;
	width:77%;
	z-index:10;
}

/* 利用規約 */
body.xl #kiyaku {
	padding:20px;
}
body.xl #kiyaku h3 {
	padding:6px 5px;
}
body.xl #kiyaku ol li {
	list-style:outside none disc;
	margin:0 0 5px 30px;
}
body.xl .quotation {
	padding:30px;
}

body.xl #footer {
	min-width:1180px;
}
body.xl #buffet_bnr {
	overflow:hidden;
	margin:0 0 20px;
}
body.xl #buffet_bnr li {
	float:left;
}
body.xl #buffet_bnr .img_cover {
	background-color:rgba(0, 0, 0, 0.65);
	color:#ddd;
}

body.xl #icon {
	display:none;
}

/* xs
----------------------------------------*/
body.xs #header {
	margin:0 2% 20px;
	overflow:hidden;
	padding:20px 0 0;
}
body.xs #header #logo {
	float:left;
}
body.xs #header #icon {
	float:right;
	margin:6px 5px 0 0;
	width:32px;
}
body.xs #icon img {
	display:block;
	width:100%;
}
body.xs #header p {
	clear:both;
}

body.xs #left_contents {
	background-position:left 40% top 200px;
	background-size:80% auto;
}
body.xs #left_contents h1 {
	background-position:left 153px top;
	font-size:16.5px;
	margin:0 0 0 2%;
}
body.xs #left_contents h1 .num {
	font-size:18px;
}
body.xs #period {
	height:100%;
	margin:33% 2% 0;
	padding:0 0 20px;
}
body.xs #period p {
	margin:5px 0;
	padding:8px 10px;
	width:100%;
}
body.xs #flow li span {
	font-size:9px;
}

body.xl #click {
	display:none;
}
body.xs #click {
	bottom:0;
	position:fixed;
	text-align:center;
	width:100%;
	z-index:100;
}
body.xs #click a {
	background-color:rgba(0, 183, 191, 0.6);
	border-top:1px solid #00b7bf;
	display:inline-block;
	text-decoration:none;
	width:100%;
}
body.xs #click span {
	background-image:url(../img/icon_btn.png);
	background-repeat:no-repeat;
	background-position:left 40px top 15px;
	background-size:25px;
	border-radius:3px;
	color:#fff;
	display:inline-block;
	font-weight:bold;
	padding:20px 50px 20px 70px;
	text-shadow:1px 1px 1px #009298;
}

body.xs #main {
	min-width:100%;
}

body.xs #right_contents {
	box-sizing:border-box;
	padding:20px 3% 30px;
}
body.xs #questionnaire_list .questionnaire_txt {
	border:2px dashed #00b7bf;
	border-radius:5px;
	box-sizing:border-box;
	display:inline-block;
	letter-spacing:normal;
	padding:20px 12px;
	width:100%;
}
body.xs #questionnaire_list .questionnaire_txt li {
	background-color:#effafa;
	border-radius:3px;
	line-height:22px;
	margin:8px 0 0;
	padding:6px 0;
}
body.xs #questionnaire_list .questionnaire_txt .qa {
	font-size:14px;
	line-height:24px;
	padding:0 0 10px 40px;
}
body.xs #questionnaire_list .questionnaire_txt li.action {
	background-position:left 9px top 11px;
}
body.xs #questionnaire_list .questionnaire_txt li::before {
	font-size:22px;
}
body.xs #questionnaire_list .questionnaire_txt li span {
	display:inline-block;
	font-size:14px;
	vertical-align:top;
	width:83%;
}
body.xs #attention {
	background-color:#fff;
	border:1px solid #eee;
	border-radius:5px;
	margin:0 0 20px;
	padding:20px 10px;
}
body.xs #attention p,
body.xs #attention_list li,
body.xs #attention_list li .new_line {
	color:#00b7bf;
	font-size:12px;
	line-height:20px;
}
body.xs #innner .button-wrapper {
	padding:5%;
}
body.xs #overview {
	margin:0;
}
body.xs #overview_area,
body.xs #experience_area {
	padding:40px 15px 15px;
}
body.xs #experience_area,
body.xs #overview_area {
	margin:-20px 0 0 15px;
}
body.xs #experience h2 {
	padding:60px 30px;
}
body.xs #overview h2 {
	padding:60px 50px;
	position:relative;
	z-index:20;
}
body.xs #experience_area .profile {
	margin:20px 0 20px 5px;
}
body.xs #experience_area .profile dd {
	margin:0 5px 0 0;
}
body.xs #experience_area .profile dt,
body.xs #experience_area .profile dd {
	font-size:12px;
}

/* 利用規約 */
body.xs #kiyaku {
	padding:15px;
}
body.xs #kiyaku h3 {
	padding:5px;
}
body.xs #kiyaku h4 {
	font-size:11px;
}
body.xs #kiyaku ol {
	list-style-type:disc;
	margin:20px 0 15px 15px;
}
body.xs #kiyaku ol li {
	margin:0 0 10px;
}
body.xs .quotation {
	padding:15px;
}
body.xs .quotation .qmg {
	padding:20px 0 0;
}
body.xs .quotation .qmg_btm {
	padding:0 0 20px;
}

body.xs #footer .section {
	width:auto;
}
body.xs #footer .button span {
	padding:15px 15px 5px;
}