@charset "utf-8";

/* ========================================
* File Name: contact.css
* Created Date: 2014.03
* Author: TAM
======================================== */

#contentsWrap.contact{
	width: 985px;
	margin: 0 auto;
	padding: 50px 0 53px;
}
h1,h2{
	float: left;
	width: 228px;
	font-size: 12px;
	font-family: "adobe-garamond-pro",'Ryumin Regular KL','メイリオ',Meiryo;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
}
.contactWrap{
	overflow: hidden;
	zoom: 1;
	padding: 0 0 19px;
}
.contents{
	float: right;
	width: 732px;
}
.contentsText{
	margin: 0 0 25px;
	font-size: 12px;
	font-family: 'LinotypeUniversW02-Regu','Gothic Medium BBB','メイリオ',Meiryo;
	line-height: 1.6;
}

.selectMenuWrap{
	overflow: hidden;
	zoom: 1;
	width: 648px;
	padding: 0 0 0 84px;
	font-size: 24px;
	font-family: "adobe-garamond-pro",'Ryumin Regular KL','メイリオ',Meiryo;
	font-style: normal;
	font-weight: 400;
}
	.selectMenuWrap .menu{
		width: 310px;
		margin: 0 0 29px;
		border: 1px solid #CCC;
	}
	.selectMenuWrap .menu a{
		display: block;
		padding: 15px;
		color: #191919;
	}
	.selectMenuWrap .menu a:hover{
		text-decoration: none;
	}
	.selectMenuWrap .lCol{
		float: left;
	}
	.selectMenuWrap .rCol{
		float: right;
	}



.faqWrap{
	clear: both;
	overflow: hidden;
	zoom: 1;
}
.faqBox{
	margin: 0 0 27px;
	font-size: 12px;
	font-family: 'LinotypeUniversW02-Regu','Gothic Medium BBB','メイリオ',Meiryo;
	line-height: 1.6;
}
.faqBox .answer{
	padding: 0 0 0 84px;
	margin: 0 0 0 1em;
	text-indent: -1em;
	line-height: 1.6;
}
.faqBox .question.open a{
	color: #191919;
}
.faqBox .question.open a:hover{
	text-decoration: none;
}