@charset 'utf-8';


.articlebody {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-size: 1.4em;
	line-height: 2em;
}

.content {
	margin-bottom: 20px;
}

.contactinfo {
	padding-bottom: 20px;
}

.contactinfo span {
	display: block;
	text-align: center;
}

.contactinfo .call {
	padding-top: 1em;
	font-size: 2em;
}

.contactinfo .call a {
	color: #afa469;
	text-decoration: none;
}

.contactinfo .shopinfo {
	margin-bottom: 10px;
	font-size: .8em;
}

.howtouse span {
	display: inline-block;
	white-space: nowrap;
}

.content p {
	margin: 0 0 1em 0 !important;
}

.content p {
	text-align: center;
	position: relative;
}

.result .content p {
	text-align: left;
}

.contactinfo p {
}

.content div.caution {
	padding-bottom: 1em;
}

.content div.caution:last-child {
	padding-bottom: 0;
}

.content div.caution p {
	color: #afa469;
	font-size: .85em;
}

.content div.caution p:before {
	content: '※';
	color: #afa469;
}

@media only screen and (min-width: 541px) {

	.content {
		margin-bottom: 50px;
	}
}

#formblock {
	margin: 0 0 50px 0;
	padding: 0;
}

#formblock h3 {
	margin: 0 0 20px 0;
	color: #000;
	font-size: 1.4em;
}

#formblock h3.grouphaeder {
	margin: 20px 0;
	color: #000;
	font-size: 1.4em;
	font-weight: normal;
}

#formblock p {
	margin: 0 0 2em 0;
	line-height: 1.6em;
}

#formblock div.form_item p {
	margin: 0 0 8px 0;
	line-height: 1.6em;
}

#formblock p:last-child {
	margin: 0;
}

#formblock address {
	margin: 0 0 2em 0;
	font-style: normal;
	line-height: 1.6em;
}

#formblock address strong {
	display: inline-block;
	margin-bottom: .5em;
	font-size: 1.2em;
}

#formblock address span {
	display: inline-block;
	font-size: .85em;
}

#formblock .btnarea a:before {
	content: '\f13b';
	margin-right: .5em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
}


#formblock .formpart {
	margin-bottom: 10px;
	padding: 20px;
	background: #f8f8f8;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

#formblock .formpart.hover,
#formblock.confirm .formpart {
	background: #fff;
}

#formblock fieldset {
	min-height: 2.8em;
	height: auto !important;
	padding: 10px;
	border: none;
	font-size: 1.1em;
	line-height: 1.8em;
	position: relative;
}

#formblock legend {
	margin-bottom: -10px;
	padding: 0;
	color: #000;
	font-size: 1.2em;
}

#formblock legend:before {
	content: '\f137';
	margin-right: .5em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
}

#formblock .files legend:before {
	content: '\f186';
}

#formblock div.form_item {
	width: 100%;
	min-height: 2.8em;
	margin: 0;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 5px;
	position: relative;
}

#formblock.confirm div.form_item > div {
	min-height: 2.8em;
	padding: 15px;
	border: 1px solid #4d4d4d;
	background: #fff;
}

#formblock div.form_item label {
	padding: 0 0 0 0.5em;
}

#formblock .formpart fieldset.files {
	text-align: center;
}

#formblock .formpart fieldset.files .form_item {
	display: inline-block;
	width: 45%;
	vertical-align: bottom;
}

#formblock .formpart fieldset.files .form_item .thumb,
#formblock .formpart fieldset.files .form_item .btn_upload {
	width: 100%;
}

#formblock div.form_item.date {
	overflow: hidden;
}

#formblock div.form_item.date .inputitem {
	display: inline-block;
	width: 100%;
	float: left;
}

#formblock div.form_item.date .inputitem > span input {
	width: 100% !important;
}

#formblock div.form_item.date .inputitem label {
	display: block;
}


#formblock select {
	margin: 0 10px 0 0;
	font-size: 1.1em;
}

#formblock .radio {
	list-style: none;
	margin: 0;
	padding: 5px 2px;
	overflow: hidden;
}

#formblock .radio li {
	list-style: none;
	display: inline-block;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 20px 10px 0;
	padding: 0;
	float: left;
}

#formblock .radio li input {
	vertical-align: middle;
}

#formblock .radio.nofloat li input {
	float: left;
	position: relative;
	top: .2em;
}

#formblock .radio li label {
	padding: 0 0 0 10px;
	vertical-align: middle;
}

#formblock .radio.nofloat li label {
	display: block;
	overflow: hidden;
}

#formblock .ts label {
	display: inline-block;
	white-space: nowrap;
}

#formblock .nofloat li {
	display: block;
	float: none;
}

#formblock .thumb {
	margin-bottom: 10px;
}

#formblock .thumb span {
	display: inline-block;
	padding: 5px;
	background: #fff;
}

#formblock .thumb img {
	width: 100%;
	height: auto;
}

#formblock .btn_upload {
	display: inline-block;
}

.t1, .t2, .t3, .t4, .t5, .t6, .ts  {
	display: inline-block;
	margin: 0 0 8px 0;
}

.t1, .t2, .t3, .t4, .ts  {
	width: 100%;
}

.ts  {
	padding: 5px 0;
}

.t1 input,
.t2 input,
.t3 input,
.t4 input,
.t5 input,
.t6 input,
textarea {
	font-size: 1.2em !important;
	line-height: 1.6em;
	padding: 10px 15px;
	border: 1px solid #4d4d4d;
	background: #f7f7f7;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

input.focus,
textarea.focus {
	border-color: #2f2f2f;
	background: #fff;
}

textarea {
	font-size: 1em !important;
}

select {
}

.t1 input,
.t1 .btn_upload {
	width: 100%;
}
.t2 input,
.t2 .btn_upload {
	width: 100%;
}
.t3 input,
.t3 .btn_upload {
	width: 100%;
}
.t4 input,
.t4 .btn_upload {
	width: 100%;
}
textarea {
	width: 100%;
	height: 120px;
}

#formblock .btn_upload {
	display: inline-block;
	text-align: center;
	height: 40px;
	background: #2f2f2f;
	color: #fff;
	line-height: 40px;
	cursor: pointer;
}

#formblock .btn_upload:hover {
	background: #666;
}

#formblock input[type="file"] {
	display: none;
}

.form_submit {
	text-align: center;
}

.curtain .form_submit .submit {
	opacity: .3;
}

.form_submit input[type="submit"],
 .form_submit button[type="submit"]{
	height: 60px;
	border: none;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.confirm .form_submit input[type="submit"] ,
.form_submit button[type="submit"]{
	margin: 5px;
}

.form_submit .submit {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	background: #8ebde6;
}

.confirm .form_submit .submit {
	width: 50%;
}

.form_submit .submit.hover {
	background: #accbe6;
}

.form_submit .reset {
	text-align: center;
	background: #f2f2f2;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 20px;
}

.form_submit .reset.hover {
	background: #666;
	color: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {

	.t1, .t2, .t3, .t4,
	.t1 input,
	.t2 input,
	.t3 input,
	.t4 input,
	.t1 .btn_upload,
	.t2 .btn_upload,
	.t3 .btn_upload,
	.t4 .btn_upload {
		width: 100%;
	}

	.t1 label,
	.t2 label,
	.t3 label,
	.t4 label,
	.t1 .notice,
	.t2 .notice,
	.t3 .notice,
	.t4 .notice {
		display: inline-block;
		width: 100%;
		padding: 5px 0 0 0 !important;
	}

	.form_submit input[type="submit"] {
		height: 60px;
	}

	.confirm .form_submit .submit {
		width: auto;
		padding: 0 20px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 540px) {

	#formblock .formpart {
		margin-bottom: 10px;
		padding: 10px;
	}

	#formblock fieldset {
		padding: 0;
	}

	#formblock .formpart fieldset.files .form_item {
		width: 100%;
	}

	#formblock .radio li {
		display: block;
		float: none;
	}
}



#formblock .infocoll {
	padding: 0 0 20px 30px;
	font-size: 1.2em;
	line-height: 0.8em !important;
	color: #000;
}

#formblock .infocoll * {
	line-height: 1.4em;
}

#formblock .infocoll .anchorblock {
	margin: 1em 0 4em 0;
}

#formblock .infocoll .anchorblock a {
	display: inline-block;
	height: 18px;
	margin: 0;
	padding: 0 10px;
	background: #a28b5c;
	border: 1px solid #bcb190;
	color: #fff;
	line-height: 18px !important;
}

#formblock .infocoll .anchorblock a:hover {
	background-color: #c0a979;
	text-decoration: none;
}


#formblock .error {
	margin: 0 0 7px 0;
	padding: 5px 10px;
	background: #996e6e;
	color: #fff;
	font-size: 0.8em;
	text-align: right;
	line-height: 1.4;
}

#formblock span.required {
	display: inline-block;
	width: 1em;
	margin-left: 10px;
	font-size: 1.2em;
	font-weight: normal;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

#formblock span.required:before {
	display: inline-block;
	content: '\f18a';
	width: 1em;
	color: #4c472d;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#formblock span.caution {
	padding: 0 0 0 0.5em;
	font-weight: normal;
	color: #996e6e;
}

#formblock span.guide {
	font-size: 0.8em;
	font-weight: normal;
	color: #808080;
}

#formblock span.notice {
	padding-left: .5em;
	font-weight: normal;
}



.formpart .btn_clear {
	margin-bottom: 10px;
	padding: 0 10px;
	text-align: right;
	font-size: 14px;
	line-height: 1;
}

.formpart .btn_clear a {
	display: inline-block;
	padding: 10px 30px;
	background: #8ebde6;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.formpart .btn_clear a:hover,
.formpart .btn_clear a.hover {
	background: #accbe6;
}

@media only screen and (min-width: 541px) {

	.formpart .btn_clear {
		margin-bottom: 20px;
		padding: 0 20px;
	}
}



fieldset#maillog {
	font-size: 1.6em;
	text-align: center;
	border: none;
}

#maillog > div {
	display: inline-block;
	vertical-align: middle;
}

#maillog > div > span input {
	width: 200px;
	height: 40px;
	padding: 5px 10px;
	border: 1px solid #a6a6a6;
	background: #f9f9f9;
	font-size: 20px;
	line-height: 1em;
	vertical-align: top;
}

#maillog > div > span input:focus {
	background: #fff;
}

#maillog > div .submit {
	height: 40px;
	padding: 0 20px;
	text-align: center;
	border: 1px solid #a6a6a6;
	background-color: #a6a6a6;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	vertical-align: top;
}

#maillog > div .submit:hover,
#maillog > div .submit.hover {
	background-color: #5d657d;
}

fieldset#maillogselector {
	border: none;
	text-align: center;
}

#maillogselector > div {
	display: table;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
	vertical-align: middle;
}

#maillogselector > div > div {
	display: table-cell;
	width: 50%;
	font-size: 20px;
	line-height: 1em;
	vertical-align: middle;
}

#maillogselector > div > div:first-child {
	text-align: left;
}

#maillogselector lavel {
	display: inline-block;
	min-width: 150px;
	border: 1px solid #c0c0c0;
	background: #a6a6a6;
	color:#fff;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}

#maillogselector lavel:hover {
	background-color: #5d657d;
}

#maillogselector lavel:before{
	display: inline-block;
	content: '\f11b';
	width: 20px;
	height: 20px;
	margin-top: -10px;
	color: #fff;
	font-family: 'uiicon';
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1;
}

#maillogselector select {
	display: block;
	outline: none;
	width: 110%;
	margin: 0;
	padding: 10px 20px;
	padding-right: 40px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
}

@media only screen and (min-width: 0px) and (max-width: 540px) {

	fieldset#maillogselector {
		margin: 20px 0;
	}

	#maillogselector > div,
	#maillogselector > div > div {
		display: block;
		width: 100%;
		font-size: 14px;
		text-align: left;
	}

	#maillogselector lavel {
		width: 100%;
		margin-bottom: 5px;
	}

	#maillogselector lavel:before{
		width: 16px;
		height: 16px;
		margin-top: -8px;
		font-size: 14px;
		line-height: 16px;
	}

	#maillogselector select {
		width: 100%;
		padding: 10px 20px;
		padding-right: 40px;
		font-size: 12px;
	}
}

#logrecord {
	max-width: 1000px;
	margin: 20px auto;
}

#logrecord .logitem {
	padding: 10px;
	margin: 0 0 10px 0;
}

#logrecord .hover {
	background: #f3f3f3;
	outline: 1px solid #a6a6ad;
}

#logrecord table {
	width: 100%;
	margin: 0;
	border-top: 1px solid #a6a6ad;
}

#logrecord table th,
#logrecord table td {
	padding: 5px 20px 5px 5px;
	border-bottom: 1px solid #a6a6ad;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

#logrecord table th {
	width: 5%;
	background: #ccc;
	white-space: nowrap;
}

#logrecord table td {
	width: 45%;
}

#logrecord table td.longcell {
	width: 95%;
}

#logrecord p {
	display: none;
	padding: 20px;
	font-family: monospace;
	font-size: 14px;
}

