@charset "utf-8";
/* CSS Document */

/*---------------------------------------------
お問い合わせページ
---------------------------------------------*/

.contents .contact {
	margin: 0 0 18px 0;
}

/*
.contents .contact > .title {
	width: 940px;
	height: 30px;
	text-indent: 1000%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../../../contents/shop/marutsu/img/common/information_title.png) no-repeat 6px 12px;
	margin: 0;
}
*/

.contents .contact_container {
	display: table;
	border-collapse: collapse;
	width: 100%;
	border-top: 5px solid #a8a8a8;
	margin-bottom:10px;
}
.contents .contact_container .row > div {
	display: table-cell;
	border: 1px solid #ccc;
}
.contents .contact_container .row > div > .title {
	width: 691px;
	height: 38px;
	background: #f6f6f6;
	font-size: 1.45em;
	font-weight: bold;
	vertical-align: middle;
	display: table-cell;
	color: #333;
	padding: 0 20px;
	border-bottom: 1px dotted #ccc;
	margin: 0;
}

.contents .contact_container .row > div ul {
	padding: 20px;
}

.contents .contact_container .row > div li .type {
	padding: 0 8px;
}
.contents .contact_container .row > div .more {
	margin: 8px 0;
}

.TelFax { text-align:center;}
