@charset "utf-8";

body{
	font-family: Meiryo, 'メイリオ', 'lucida grande',verdana,helvetica,arial,sans-serif;
    font-size: 90%;
	line-height: 1.5;
}

.senryu-area{
	width: 980px;
	margin: 0 auto;
}

h1 {
	color: #424242;
	font-size: 160%;
	font-weight: bold;
	background-color: transparent;
}
h2 {
	color: #424242;
	font-size: 140%;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #000;
	background-color: transparent;
}

div.explain {
	margin: 20px 0;
}
div.explain div.required {
	color: #fe0000;
}
div.sendform-area {
	width: 780px;
	margin: 0 auto;
}
div.box-name-value-area {
	background-color: #e86a2f;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}
div.box-name-value-area div.name {
	display: inline-block;
	color: #e86a2f;
	background-color: #fff;
	font-weight: bold;
	font-size: 100%;
	border-radius: 15px;
	padding: 2px 45px;
}
div.box-name-value-area div.value {
	color: #fff;
	font-weight: bold;
	font-size: 140%;
	margin-top: 15px;
}

div.caution {
	color: #f33;
	margin: 20px 0;
}
div.sendform {
	margin: 0 auto 100px auto;
	background-color: #fff;
}
div.sendform div.contact-title {
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	background-color: #e86a2f;
	text-align: center;
	padding: 5px 0;
}
div.sendform table.contact-list {
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
}
div.sendform table.contact-list th,
div.sendform table.contact-list td {
	padding: 10px 0;
	border-bottom: dotted 1px #848484;
}
div.sendform table.contact-list th {
	width: 40%;
	text-align: left;
}
div.sendform table.contact-list tr.vtop th {
	vertical-align: top;
}
div.sendform table.contact-list td input,
div.sendform table.contact-list td select,
div.sendform table.contact-list td textarea {
	padding: 5px 5px;
	border: solid 1px #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 0 #000000;
	box-sizing: border-box;
}
div.sendform table.contact-list td div.error-message {
	color: #f33;
}
div.sendform table.contact-list tr.button-area td {
	text-align: center;
	padding: 30px 0;
}
div.sendform table.contact-list tr.button-area td button,
div.sendform table.contact-list tr.button-area td input {
	padding: 6px 8px;
	border: solid 1px #888;
	border-radius: 3px;
	cursor: pointer;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d3d3d3+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #d3d3d3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#d3d3d3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#d3d3d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */

}
div.sendform table.contact-list tr.button-area td button:hover,
div.sendform table.contact-list tr.button-area td input:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

}
div.sendform table.contact-list tr.button-area th,
div.sendform table.contact-list tr.button-area td {
	border: none;
}

div.sendform table.contact-list td input.zip {
	width: 100px;
}
div.sendform table.contact-list td input.address {
	margin-top: 5px;
}
div.sendform table.contact-list td input.age {
	width: 20%;
}
div.sendform table.contact-list td input.fullwidth,
div.sendform table.contact-list td textarea.fullwidth {
	width: 99%;
}
div.sendform table.contact-list td input.senryu1,
div.sendform table.contact-list td input.senryu3 {
	width: 100px;
}
div.sendform table.contact-list td input.senryu2 {
	width: 160px;
	margin: 0 2px;
}
div.sendform table.contact-list th table.senryu-list th,
div.sendform table.contact-list td table.senryu-list td {
	border: none;
	padding: 0;
}
#formWrap{
	margin-bottom: 70px;
}
#formWrap h4{
	margin-bottom: 20px;
}
#formWrap h3{
	color: #fff;
	font-size: 35px;
}
#formWrap p{
	color: #fff;
}
#formWrap p.error_messe{
	color: #ff0000;
	padding: 5px 0;
}

@media screen and (max-width:900px){
	body{
	font-family: Meiryo, 'メイリオ', 'lucida grande',verdana,helvetica,arial,sans-serif;
    font-size: 90%;
	line-height: 1.5;
}

.senryu-area{
	width: 90%;
}

h1 {
	color: #424242;
	font-size: 160%;
	font-weight: bold;
	background-color: transparent;
}
h2 {
	color: #424242;
	font-size: 140%;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #000;
	background-color: transparent;
}

div.explain {
	margin: 20px 0;
}
div.explain div.required {
	color: #fe0000;
}
div.sendform-area {
	width: 100%;
}
div.box-name-value-area {
	background-color: #e86a2f;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}
div.box-name-value-area div.name {
	display: inline-block;
	color: #e86a2f;
	background-color: #fff;
	font-weight: bold;
	font-size: 100%;
	border-radius: 15px;
	padding: 2px 45px;
}
div.box-name-value-area div.value {
	color: #fff;
	font-weight: bold;
	font-size: 140%;
	margin-top: 15px;
}

div.caution {
	color: #f33;
	margin: 20px 0;
}
div.sendform {
	margin: 0 auto 100px auto;
	background-color: #fff;
}
div.sendform div.contact-title {
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	background-color: #e86a2f;
	text-align: center;
	padding: 5px 0;
}
div.sendform table.contact-list {
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
}
div.sendform table.contact-list th,
div.sendform table.contact-list td {
	padding: 10px 0;
	border-bottom: dotted 1px #848484;
	display: block;
}
div.sendform table.contact-list th {
	width: 100%;
	text-align: left;
	border-bottom: none;
	margin-top: 20px;
	padding-bottom: 0;
}
div.sendform table.contact-list tr.vtop th {
	vertical-align: top;
}
div.sendform table.contact-list td input,
div.sendform table.contact-list td select,
div.sendform table.contact-list td textarea {
	padding: 5px 5px;
	border: solid 1px #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 0 #000000;
	box-sizing: border-box;
}
div.sendform table.contact-list td div.error-message {
	color: #f33;
}
div.sendform table.contact-list tr.button-area td {
	text-align: center;
	padding: 30px 0;
}
div.sendform table.contact-list tr.button-area td button,
div.sendform table.contact-list tr.button-area td input {
	padding: 6px 8px;
	border: solid 1px #888;
	border-radius: 3px;
	cursor: pointer;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d3d3d3+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #d3d3d3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#d3d3d3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#d3d3d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */

}
div.sendform table.contact-list tr.button-area td button:hover,
div.sendform table.contact-list tr.button-area td input:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

}
div.sendform table.contact-list tr.button-area th,
div.sendform table.contact-list tr.button-area td {
	border: none;
}

div.sendform table.contact-list td input.zip {
	width: 100px;
}
div.sendform table.contact-list td input.address {
	margin-top: 5px;
}
div.sendform table.contact-list td input.age {
	width: 20%;
}
div.sendform table.contact-list td input.fullwidth,
div.sendform table.contact-list td textarea.fullwidth {
	width: 99%;
}
div.sendform table.contact-list td input.senryu1,
div.sendform table.contact-list td input.senryu3 {
	width: 100px;
}
div.sendform table.contact-list td input.senryu2 {
	width: 160px;
	margin: 0 2px;
}
div.sendform table.contact-list th table.senryu-list th,
div.sendform table.contact-list td table.senryu-list td {
	border: none;
	padding: 0;
}
#formWrap{
	margin-bottom: 7.778vw;
}
}