@charset "shift_jis";

/* 共通
------------------------------------------------------------*/
.indent {
	margin: 0 10px;
}

/* 印刷禁止 */
@media print
{
	.noPrint{
		display: none !important;
	}
}


/* ブランド一覧
------------------------------------------------------------*/
*{
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}

input[type=text] {
    -webkit-user-select: auto;
}

.page-brand img.blank {
	padding-left: 1em;
}

.page-brand .blue-box {
	margin: 0;
	background: url(/brand/imgs/blue-body.jpg) repeat-y left top;
}
.page-brand .blue-box .inner-head {
	background: url(/brand/imgs/blue-head.jpg) no-repeat left top;
}
.page-brand .blue-box .inner-foot {
	width: 100%;
	background: url(/brand/imgs/blue-foot.jpg) no-repeat left bottom;
	overflow: hidden;
}
.page-brand .blue-box .photo {
	float: left;
	width: 277px;
	margin: 0 20px 0 0;
	padding: 30px 0;
	text-align: right;
}
.page-brand .blue-box .txt {
	float: left;
	width: 360px;
	padding: 30px 0;
}
.page-brand .blue-box .txt h3 {
	font-weight: bold;
	padding: 0 0 10px;
}
.page-brand .blue-box .txt a {
	padding: 0 8px 12px;
	background: url(/common/imgs/bullet-triangle.jpg) no-repeat 0 3px;
}
.page-brand #brand ul {
	clear: both;
	width: 100%;
	padding: 0 0 0 10px;
	list-style: none;
	overflow: hidden;
}
/* hack for IE7 */
*: first-child+html .page-brand #brand ul {
	margin-bottom: 10px;
}

.page-brand #brand ul > li.box {
	display: block;
	float: left;
	width: 218px;
	margin: 0 10px 10px 0;
	padding: 10px 0;
	border: 1px solid #dddddd;
}
.page-brand #brand ul > li.box.first-col {
	clear: left;
}
.page-brand #brand ul > li.box.last-col {
	margin-right: 0	;
}
.page-brand #brand dt {
	height: 40px;
	width: 680px;
	margin: 15px 0 10px 10px;
	background: url(/common/imgs/box-blue-flat.jpg) no-repeat 0 0;
	color: #1955a7;
	font-weight: bold;
	line-height: 40px;
	text-indent: 10px;
}
.page-brand .box h3 {
	display: block;
	width: 100%;
	text-align: center;
}
.page-brand .box .link {
	display: inline-block;
	margin: 15px 10px 5px;
	line-height: 130%;
	font-weight: bold;
}
.page-brand .box .link a {
	position: relative;
	display: block;
	padding: 0 8px;
	background: url(/common/imgs/bullet-triangle.jpg) no-repeat 0 4px;
}
.page-brand .box .txt {
	clear: both;
	padding: 0 10px;
}

