@charset "utf-8";

/* CATALOG CSS
---------------------------------------------------------- */
/*  INDEX CONTAINER */
h3 {
	font-size: 20px;
}

.choose {
	width: 100%;
}

.choose h3 {
	height: 63px;
}

.choose h3 img {
	margin-top: 0;
}

.choose h3 span {
	font-size: 12px;
	display: block;
}

.choose li {
	width: 280px;
	float: left;
	margin-right: 30px;
}

.choose .checkbox input[type="checkbox"] {
	margin-right: 8px;
	font-size: 20px;
	vertical-align: baseline;
}

.choose img {
	margin-top: 15px;
}

.choose .exText {
	font-size: 13px;
	margin-top: 15px;
}


.section.bt {
	border-top: 1px solid #ededed;
	padding-top: 25px;
	margin-top: 30px;
}

.choose .exText02 {
	font-size: 13px;
	margin-top: 15px;
}

.choose .thumb {
	float:right;
}

.choose .exText03 {
	float:left;
	width:170px;
}


/*
	フォーム部分
*/


.contact_section{
overflow:hidden;
margin-bottom:20px;
width: 100%;
}


.contact_section li {
	list-style: none;
}

.contact_section .invisible{
display: none;
}

.contact_section .other_input input{
background-color: white;
border: 1px solid #ccc;
color: #555;
outline: none;
padding: 2px;
width: 150px;
}

.contact_section .other_input_normal input{
background-color: white;
border: 1px solid #ccc;
color: #555;
outline: none;
padding: 2px;
width: 150px;
}

.contact_section .other_input_check{
display:none;
}

.contact_section .other_input_check input{
background-color: white;
border: 1px solid #ccc;
color: #555;
outline: none;
padding: 2px;
width: 150px;
}

.contact_section li{
float:left;
margin-right: 15px;
}

.contact_section .contact_title{
margin-bottom:5px;
font-size:14px;
font-weight:bold;
}

.size_light input {
width: 60px;
}

.catalog_page input[type="submit"] {
cursor: pointer;
width: 300px;
margin-top: 0px;
}




.contact_section ul {
overflow: hidden;
margin-bottom: 25px;
}


.contact_section .left {
float: left;
width: 130px;
margin-right: 60px;
}



.contact_section .textbox input{
background-color: white;
border: 1px solid #ccc;
color: #555;
outline: none;
padding: 5px;
width: 435px;
}

.contact_section .textbox input.long {
	width: 885px;
}

.contact_section .textbox .writeEx {
	font-size: 12px;
}




.contact_section .textbox select {
width: 430px;
font-size:16px;
margin-left:2px;
}


.contact_section .size_light input {
width: 60px;
}


.contact_section .size_light select {
width: 80px;
font-size:16px;
}


.contact_section textarea {
background-color: white;
border: 1px solid #ccc;
color: #555;
outline: none;
padding: 5px;
width: 885px;
}


.contact_section input[type="submit"] {
cursor: pointer;
width: 300px;
margin-top: 0px;
}

.catch{
height:0px;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
margin-top:15px;
font-size:15px;
font-weight:bold;
border-bottom: 1px solid #ccc;
padding-bottom:0px;
}

.contact_section a {
	color: #251E1C;
	text-decoration: underline;
	font-size: 13px;
}

.contact_section a:hover {
	color: #60aa91;
}

