﻿/*contact*/

#contactBack{
	background:url(../images/tower.gif) left bottom no-repeat;
	width:950px;
	min-height: 530px;
}

#contactBox{
	width:800px;
	margin-top:10px;
	margin-left:230px;
}


#contactForm{
	width:700px;
	margin-top:10px;
	margin-left:200px;
	text-align:center;
}

#contactTable{
	width:700px;
	background-color:#eeeeee;
	border: solid 4px #dddddd;
	text-align:left;
}

#contactTableForm{
	border:solid 1px #dddddd;
	border-spacing: 10px 10px;
	margin:10px 10px;
}

#contactTableForm td{
	border: solid 1px #dddddd;
	padding:5px 5px;
	vertical-align: middle;
}

.contactSubmit{
	margin:10px 5px 5px;
	text-align:center;
}

#contactTel{
	margin:8px 50px 0 0;
}

#contactHoujin{
	text-align:right;
}

.contactTelNo{
	margin-left:40px;
}

#privacyBox{
	
}

a.privacy{
	 color:#b85104;
}

a:hover.privacy{
	 color:#d88144;
}

a:visited.privacy{
	 color:#983104;
}

#contactButtonBox{
	margin:0px auto;
	width:434px;
	text-align:center;
}

* html #contactButtonBox{
	width:480px;
}

.contactTextarea{
	border: solid 1px #888888;
	width:450px;

}



.error{
	color:#ff4444;
	font-size:12px;
}

.clear{
	clear:both;
}


/* 募集停止 2014/07/17 */

/* #contactBackに付加 */
.contact-positioning{
	position: relative;
}

.contact-stop-wrap{
	width:650px;
	position: absolute;
	top: 21%;
	left: 50%;
}

.contact-stop-info{
	width:592px;
	height: 100px;
	background-color: #eaeaea;
	border: solid 5px #dddddd;
	padding: 10px 20px;
}

.contact-stop-info-title{
	width: 590px;
	height: 30px;
	color: #b3000e;
	font-size: 14px;
	background-color: #fff;
	text-align: center;
	line-height: 30px;
}

.contact-stop-info-text{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	padding: 15px;
}

.contact-stop-inquiry{
	width: 600px;
	height: 100px;
	background-color: #fff;
	border: solid 1px #989898;
	margin-top: 10px;
	padding: 10px 20px;
	position: relative;
}

.contact-stop-mail{
	height: 25px;
	font-size: 18px;
	padding-left: 20px;
	background: url(/ctmaruyama/images/contact_icon_mail.png) no-repeat 0 3px;
}

.contact-stop-tel{
	height: 25px;
	font-size: 18px;
	padding-left: 20px;
	background: url(/ctmaruyama/images/contact_icon_tel.png) no-repeat 0 0;
}

.contact-stop-button{
	position: absolute;
	top: 43px;
	left: 175px;
	
}

.contact-stop-button:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

