@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.odd {
	float: left;
	width: 479px;
	border-right: solid 1px #adadad;
	border-bottom: solid 1px #adadad;
	padding: 20px 0 30px 0;
}

.even {
	float: left;
	width: 460px;
	border-bottom: solid 1px #adadad;
	padding: 20px 0 30px 19px;
}

.group .typeA h2 {
	display: table;
}

.group .typeA h2 span {
	display: table-cell;
	vertical-align: middle;
}

.group .typeA h2 span.text {
	padding-left: 12px;
	font-size: 83%;
}

.group .typeB h2 {
	float: left;
	width: 150px;
	min-height: 105px;
}

.group .typeC h2 {
	float: left;
	width: 150px;
}

.group .typeB h2 img,
.group .typeC h2 img,
.group .typeD h2 img {
	margin-bottom: 5px;
}

.group .typeB h2 span,
.group .typeC h2 span,
.group .typeD h2 span {
	font-size: 83%;
}

.group .typeB .visual {
	float: left;
	margin-left: 30px;
}

.group .typeC .lead {
	float: left;
	margin-left: 30px;
	width: 280px;
}

.group .typeD {
	float: left;
	width: 239px;
	border-bottom: solid 1px #adadad;
	border-right: solid 1px #adadad;
	padding: 20px 0 30px 0;
}

.group .typeD h2,
.group .typeD ul {
	padding-left: 20px;
}

.brn {
	border-right: none !important;
}

.w240 {
	width: 240px !important;
}

.pl0 {
	padding-left: 0 !important;
}


ul.relatedLink li {
	float: left;
	background: url(../img/arrow.gif) no-repeat 0 0.4em;
	padding-left: 12px;
	color: #e00f70;
	margin-top: 10px;
	width: 200px;
}

.typeC ul.relatedLink li {
	float: left;
	background: url(../img/arrow.gif) no-repeat 0 0.4em;
	padding-left: 12px;
	color: #e00f70;
	margin-top: 0;
	width: 200px;
}

.typeD ul.relatedLink li {
	float: none;
	background: url(../img/arrow.gif) no-repeat 0 0.4em;
	padding-left: 12px;
	color: #e00f70;
	margin-top: 0;
	width: 200px;
}

ul.relatedLink li a {
	color: #e00f70;
	text-decoration: none;
}

ul.relatedLink li a:hover {
	color: #eb4b95;
	text-decoration: none;
}

.allList {
	background-color: #473937;
	padding: 15px 20px;
	color: #fff !important;
	font-weight: bold;
	margin: 40px auto;
	display: block;
	text-align: center;
	width: 15%;
}

.allList a {
	display: block;
	color: #fff !important;
	text-decoration: none;
}

.mb50 {
	margin-bottom: 50px !important;
}

.nmt20 {
	margin-top: -20px !important;
}

a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
a.sg_brandlogoBorder{
	display: block;
	overflow: hidden;
	width: 150px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #c0c0c0;
}
a.sg_brandlogoBorder:hover{
	opacity: 0.7;
}
.typeB a.sg_brandlogoBorder{
	margin-bottom: 5px;
}
a.sg_brandlogoBorder img{
	display: block;
	width: 150px;
	height: 50px;
	margin: -1px;
}
a.sg_brandlogoBorder:hover img{
	opacity: 1;
}