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


/*===============================================
	■PC
===============================================*/

body {
    font: 14px/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:960px;
	margin:0 auto;
}
/*	header -------------------------------------- */
#header {
	margin-bottom:20px;
	background-color:#000;
}
#header h1 {
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 10px;
}

#wrapper {
max-width: 960px;
margin:0 auto;
}

div#wrapper h2 {
	margin:0 0 10px;
	padding:5px 10px;
	color:#666;
	font-size:16px;	color:#000;
	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 #999;
}

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

div.inquiryBox p {
	margin:0 0 20px;
	line-height:160%;
}
div.inquiryBox table  {
	width:100%;
	margin-bottom:20px;
	border-top:1px solid #999;
	border-left:1px solid #999;
}
div.inquiryBox table th  {
	width:30%;
	padding:7px 10px;
	color:#333;
	background-color:#eeeeee;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	text-align:center;
	font-weight: bold;
}
th.attention:after {
	margin:0 0 0 5px;
	padding:1px 2px;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	background-color:#ce0000;
	color:#FFF;
	content:"必須";
	font-size:90%;
}
div.inquiryBox table td  {
	padding:7px 10px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	line-height:160%;
}
div.inquiryBox table td input[type=text],div.inquiryBox table td input[type=tel],div.inquiryBox table td input[type=email] {
	width:98%;
	margin:3px 5px 3px 0;
	padding:5px;
	border:1px solid #CCC;
	border-radius: 3px;
}
div.inquiryBox table td textarea  {
	width:98%;
	height:80px;
	padding:5px;
	border:1px solid #CCC;
	border-radius: 3px;
}
div.inquiryBox table td input.il  {
	width:30% !important;
}
div.inquiryBox table td ul li {
	display: inline-block;
	padding:5px 5px;	
	
}
div.inquiryBox table td ul li:last-child {

}
div.inquiryBox table td input:focus {
	border:2px solid #b5d1e5;
	
}

input[type=checkbox] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
input[type=radio] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

div.inquiryBox table td textarea:focus {
	border:2px solid #b5d1e5;

}
/* submit */
.button {
	margin:30px 0 25px;
	padding:0;
	text-align:center;
}
.button form {
	display:inline;
}
.button input {
	padding:10px 20px !important;
	color:#FFF;
	font-size:15px;
	cursor:pointer;
	border:1px solid #111;
	background-color:#3F3F3F;
	background: -moz-linear-gradient(top center, #3F3F3F 0%, #111 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#3F3F3F), to(#111));
	background: linear-gradient(top center, #3F3F3F 0%, #111 100%);
	border-radius: 4px;
}

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;
}

#footer .bn {

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

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

#container {
	margin:0 10px;
}
/*	header -------------------------------------- */
#header {

}
#header h1 {
	padding:20px 0 20px 10px;
}
#header h1 img {
	width:200px;
}
#wrapper {
	margin:0 10px;
}


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


div.inquiryBox table  {
/*	font-size:95%;*/
}
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  {
width:auto;
	border-bottom:none;
	text-align:center;
	line-height:180%;
}
div.inquiryBox table td  {
	line-height:180%;
}
div.inquiryBox table td input[type=text],div.inquiryBox table td input[type=email] {
	width:96%;
	margin:3px 3px 3px 0;
}
div.inquiryBox table td textarea  {
	width:96%;
	height:80px;
}
div.inquiryBox table td input.il  {
display: inline-block;
	width:48%;
}
div.inquiryBox table td ul li {
display: block;
	width:auto;
	padding:5px 5px;	
}


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

.button form {
	display:inline;
}
.button  input {
	padding:10px 20px !important;
	color:#FFF;
	font-size:15px;
	cursor:pointer;
	border:1px solid #111;
	background-color:#3F3F3F;
	background: -moz-linear-gradient(top center, #3F3F3F 0%, #111 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#3F3F3F), to(#111));
	background: linear-gradient(top center, #3F3F3F 0%, #111 100%);
	border-radius: 4px;
}


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 -------------------------------------- */


span.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;	
}


