@charset "utf-8";


#cont{
	width:1060px;
}
	#cont .main {
		float:left;
		width:780px;
	}
	#cont .main .cont_box .title{
		padding-top:20px;
	}
		#cont .main .cont_box .title h1 {
			float:left;
		}
		#cont .main .cont_box .title h2{
			float:left;
			font-size:1.3em;
			font-weight:300;
			padding-top:10px;
		}
		#cont .main .box {
			padding: 30px 0;
			line-height: 1.6em;
			margin: 20px 20px 16px 20px;
		}
		#cont .main .box table {
			border-top: 2px solid #ccd3e5;
			border-left: 2px solid #ccd3e5;
			width: 100%;
		}
		#cont .main .box th {
			border-bottom: 2px solid #ccd3e5;
			border-right: 2px solid #ccd3e5;
			background: #fafafa;
			padding: 10px 0 10px 1em;
			width: 15em;
			vertical-align: middle;
		}
		#cont .main .box td {
			border-bottom: 2px solid #ccd3e5;
			border-right: 2px solid #ccd3e5;
			padding: 10px 0 10px 1em;
		}
		#cont .main .box td label{
			padding:0 6px;
		}
		#cont .main .box th label.any{
			font-size: 90%;
			color: #fff;
			background-color: #c8c8c8;
			padding: 0 2px;
			margin-right: 8px;
		}
		#cont .main .box th label.required {
			font-size: 90%;
			color: #fff;
			background-color: #3464b4;
			padding: 0 2px;
			margin-right: 8px;
		}
		p.error {
			display: inline;
			color: red;
			font-weight: bold;
			padding-left: 10px;
			font-size: 14px;
		}
		#cont .main .box input .error{
			background::#fcc;
		}
input {
	width: 300px;
}
#last_name,
#first_name,
#last_kana,
#first_kana {
	width: 100px;
}

#tel1,
#tel2,
#tel3 {
	width: 50px;
}

#mail,
#mail_confirm {
	width: 200px;
}

#inquiry {
	width: 90%;
	height: 100px;
}

#send_button {
	margin-left: 300px;
	margin-bottom: 50px !important;
}

#send_button:hover {
	cursor: pointer;
}

		#cont .main .contact{
			background:url(../../img/contact01.png) no-repeat;
			margin: 20px 0;
			height: 160px;
		}
			#cont .main .contact img {
				margin:85px 0px 0px 523px;
			}

	#cont .side {
		float: left;
		background-color:#c9c9c9;
		background: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#ffffff));
		background: -moz-linear-gradient(top, #c9c9c9, #ffffff);
		background: -ms-linear-gradient(top, #c9c9c9, #ffffff);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9', endColorstr='#ffffff', GradientType=0)";
		width: 280px;
	}
		#cont .side .box01 {
			margin: 20px;
			padding-bottom: 5px;
			background-color: #0b4b7a;
		}
			#cont .side .box01 p {
				font-size: 18px;
				color: #fff;
				padding: 20px 20px 0;
			}
			#cont .side .box01 ul {
				margin: 6px 15px 20px;
				padding: 10px;
				background-color: #fff;
				border-radius: 4px;
			}
			#cont .side .box01 li {
				background-color: #48a6ed;
				margin: 10px 0 0;
				padding: 8px;
			}
			#cont .side .box01 li:first-child {
				margin-top: 0;
			}
				#cont .side .box01 li a:before {
					content: "－ ";
					color: #F3F1A0;
				}
				#cont .side .box01 li a {
					display: block;
					font-size: 13px;
					color: #fff;
					text-decoration: none;
				}
				#cont .side .box01 li a:hover {
					color: #EDC5D5;
				}
		
		#cont .side .box02 {
			margin: 20px;
		}
		#cont .side .box02 a:hover {
			opacity: .7;
		}
