@charset "utf-8";
/* contact.css */
p.itembox_info {
	background: #efefef;
}


/*　プライバシーポリシー
////////////////////////////////////////////////////*/

.privacy p.attention{
	margin: -14px 0 16px 20px;
	font-size: 110%;
}

#privacy_policy {
	overflow: auto;
	height: 250px;
	width: 700px;
	padding: 5px 0 5px 5px;
	border: 1px solid #a6a6a6;
}

p.privacy_text {
	padding: 5px 20px;
	width: 600px;
}

.right_box {
	text-align: right;
	padding: 10px;
	margin-right: 70px;
}


h4.privacy_title {
	width: 600px;
	height: 20px;
	background: #CCC;
	font-size: 120%;
	padding: 10px 20px;
	margin: 20px 0;
}

#privacy_policy ul {
	width: 600px;
	margin: 10px 20px 10px 30px;
}

	
#privacy_policy li {
	list-style: disc;
	color: #333;
}

#privacy_policy dl {
	margin:10px 20px;
}

#privacy_policy dd {
	color: #333;
}

/*　お問い合わせ
////////////////////////////////////////////////////*/
.contact div.contact_wrap {
	width: 654px;
	border: 1px solid #a6a6a6;
	padding:17px 37px 17px 37px;
	overflow:hidden;
}
.contact div .left{
	float:left;
	width:320px;
	border:none;
	background:url(../img/dot.gif) repeat-y;
	background-position:right top;
}
.contact div .left .hoge{
	width:306px;
	margin:0 0 20px 0;
	text-align:right;
}

.contact div .left h4{
	font-size:18px;
	background:url(../img/contact_btn_bg.jpg) no-repeat;
	width:260px;
	height:33px;
	font-weight:bold;
	color:#000;
	padding:7px 0 0;
	text-align:center;
	margin: 0 0 8px 0;
}
.contact div .left p{
	font-size:30px;
	font-weight:bold;
	line-height:1;
}
.contact div .left p span{
	font-size:24px;
	font-weight:100	;
	margin:0 26px 0 0;
}
.contact div .left span.contact_info{
	font-size:16px;
	text-align:right;
	width:100%;
}


.contact div .right{
	float:left;
	width:294px;
	border:none;
	padding:0 0 0 40px;
}

.contact div .right h4{
	font-size:18px;
	background:url(../img/contact_btn_bg.jpg) no-repeat;
	width:260px;
	height:33px;
	font-weight:bold;
	color:#000;
	padding:7px 0 0;
	text-align:center;
	margin: 0 0 8px 0;
}
.contact div .right .hoge{
	width:260px;
	margin:0 0 20px 0;
	text-align:center;
}

.contact div .right .contact_main_info{
	font-size:9px;
}
.contact div .right .contact_info_big{
	font-size:36px;
}
