@charset "utf-8";
html {
	overflow: auto;
}


/*===============================================
	■PC
===============================================*/
@media print, screen and (min-width: 641px){
body {
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	}
.spIn {
	display:none;	
}
#container {
	max-width:100%;
}
/*	header -------------------------------------- */
#header {
	margin-bottom:20px;
	height:70px;
	background-color:#a52238;
}
#header h1 {
	margin:0 50px;
	padding-top: 20px;
}

#wrapper {
	margin:0 50px;
}

div#wrapper h2 {
	margin:0 0 10px;
	padding:5px 10px;
	color:#666;
	font-size:16px;	color:#a52238;
	background-color:#F5F5F5;
}
div#wrapper h3 {
	margin:0 0 10px;
	padding:0 0 0 8px;
	font-size:105%;
	font-weight:bold;
	border-left:3px solid #a52238;
}

div.inquiryBox {
	margin:0 0 30px;
}

div.inquiryBox p {
	margin:0 0 20px;
	line-height:160%;
}
div.inquiryBox table  {
	width:100%;
	margin-bottom:20px;
	border-top:1px solid #666;
	border-left:1px solid #666;
}
div.inquiryBox table th  {
	width:140px;
	padding:5px 10px;
	color:#333;
	background-color:#eeeeee;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	text-align:center;
}
div.inquiryBox table td  {
	padding:5px 10px;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	line-height:160%;
}
div.inquiryBox table td input {
	margin:3px 5px 3px 0;
}
div.inquiryBox table td textarea  {
	width:100%;
}
div.inquiryBox table td input.il  {
	width:400px;
}
div.inquiryBox table td ul li {
	padding:10px 5px;	
	border-bottom:1px dashed #666;
}
div.inquiryBox table td ul li:last-child {
	border:none;
}
/* submit */
.button {
	margin:30px 0 25px;
	padding:0;
	text-align:center;
}
.button form {
	display:inline;
}
.button  input {
	padding:5px 10px !important;
	color:#FFF;
	font-size:15px;
	cursor:pointer;
	border:1px solid #3d3d3d;
	background-color:#7e7e7e;
	background: -moz-linear-gradient(top center, #7e7e7e 0%, #3d3d3d 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#7e7e7e), to(#3d3d3d));
	background: linear-gradient(top center, #7e7e7e 0%, #3d3d3d 100%);
}

div.errorComment {
	border: 1px solid #ce0000;
    color: #ce0000;
    margin: 0 0 15px;
    padding: 15px 20px;
}
div.errorComment ul {
	margin-left:15px;
}
div.errorComment li {
	list-style-type:disc;
}
/*div.inquiryBox table.in  {
	width:auto;
	border:0px;
}
div.inquiryBox table.in th  {
	width:auto;
	padding:2px;
	text-align:left;
	border:0px;
	background-color:#FFF;
}
div.inquiryBox table.in td  {
	padding:2px;
	border:0px;
}*/
div.inquiryBox table.in {
	width:auto;
	margin:0 !important;
	border:0 !important;
}
div.inquiryBox table.in th {
	width:auto;
	text-align:right;
	background:none;
	border:none;
}
div.inquiryBox table.in td {
	text-align:right;
	background:none;
	border-bottom:1px solid #CCC;
	border:none;
}
/*	footer -------------------------------------- */
#footer {
	overflow:hidden;
	margin:20px 0;
	text-align:center;
}
#footer address {
	color:#999;
	font-family:Verdana, Geneva, sans-serif;
}


}

/*===============================================
	■SP
===============================================*/
@media screen and (max-width:640px){
	
html,body{
	font: 13px;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
.pcIn {
	display:none;	
}

/*	header -------------------------------------- */
#header {
	margin-bottom:20px;
	background-color:#a52238;
}
#header h1 {
	padding:10px 0 10px 10px;
}
#header h1 img {
	width:180px;
}
#wrapper {
	margin:0 10px;
}

div#wrapper h2 {
	margin:0 0 10px;
	padding:5px 10px;
	color:#666;
	font-size:18px;	color:#a52238;
	background-color:#F5F5F5;
	line-height:160%;
}
div#wrapper h3 {
	margin:0 0 10px;
	padding:0 0 0 8px;
	font-size:105%;
	font-weight:bold;
	border-left:3px solid #a52238;
}

div.inquiryBox {
	margin:0 0 30px;
}

div.inquiryBox p {
	margin:0 0 20px;
	line-height:160%;
}
div.inquiryBox table  {
	margin-bottom:20px;
	font-size:95%;
	border-top:1px solid #666;
	border-left:1px solid #666;
}
div.inquiryBox table body tr{
	display: block;
}
div.inquiryBox th,div.inquiryBox td{
	display:list-item;
	list-style:none;
	border: none;
}
div.inquiryBox table th  {
	padding:5px 10px;
	color:#333;
	background-color:#eeeeee;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	text-align:center;
	line-height:180%;
}
div.inquiryBox table td  {
	padding:5px 10px;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	line-height:180%;
}
div.inquiryBox table td input {
	margin:3px 3px 3px 0;
}
div.inquiryBox table td textarea  {
	width:100%;
	height:80px;
}
div.inquiryBox table td input.il  {
	width:98%;
}
div.inquiryBox table td ul li {
	padding:10px 5px;	
	border-bottom:1px dashed #666;
}
div.inquiryBox table td ul li:last-child {
	border:none;
}

/* submit */
.button {
	margin:30px 0 25px;
	padding:0;
	text-align:center;
}

.button form {
	display:inline;
}
.button  input {
	padding:5px 10px !important;
	color:#FFF;
	font-size:15px;
	border:1px solid #3d3d3d;
	background-color:#7e7e7e;
	background: -moz-linear-gradient(top center, #7e7e7e 0%, #3d3d3d 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#7e7e7e), to(#3d3d3d));
	background: linear-gradient(top center, #7e7e7e 0%, #3d3d3d 100%);
}


div.errorComment {
	border: 1px solid #ce0000;
    color: #ce0000;
    margin: 0 0 15px;
    padding: 15px 20px;
}
div.errorComment ul {
	margin-left:10px;
}
div.errorComment li {
	list-style-type:disc;
}
div.inquiryBox table.in {
	width:auto;
	margin:0 !important;
	border:0 !important;
}
div.inquiryBox table.in th {
	width:auto;
	padding:0 !important;
	text-align:left;
	background:none;
	border:none;
}
div.inquiryBox table.in td {
	text-align:right;
	padding:0 !important;
	background:none;
	border-bottom:1px solid #CCC;
	border:none;
}
/*	footer -------------------------------------- */
#footer {
	overflow:hidden;
	margin:20px 0;
	text-align:center;
}
#footer address {
	color:#999;
	font-family:Verdana, Geneva, sans-serif;
}



}
/*===============================================
	■other
===============================================*/
/*	other -------------------------------------- */


.attention {
	font-size:90%;
	color:#ce0000;
}
.red {
	color:#ce0000;
}
.small {
	font-size:90%;
}

img {
	vertical-align: text-bottom; 
}
.center {
	text-align:center;	
}
.right {
	text-align:right;	
}
.right img {
    display: inline;
    padding-right: 5px;
    vertical-align: center;
}
.mt30 {
	margin-top:30px !important;
}

.bg {
	background-color:#FEE6E6;	
}
.bold {
	font-weight:bold;
}
/* link */
a:link {
	color:#0075c1;
	text-decoration:underline;
}
a:visited {
	color:#0075c1;
	text-decoration:underline;
}
a:active {
	color:#999999;
	text-decoration:underline;
}
a:hover {
	color:#00325f;
	text-decoration:underline;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.clearLeft {
	clear:left;
}
.clear {
	clear:both;	
}


