@charset "utf-8";
/* CSS Document */

img {
	border:0;
}

#topics_cont {
	width:980px;
	height:auto;
	margin:0 auto;
	padding:0;
}

#cont_right {
	width:480px;
	float:right;
	margin-bottom:40px;
}

#cont_left {
	width:480px;
	float:left;
	margin-bottom:40px;
}

#topics_cont h1{
	margin:0 0 15px;
	padding:0 0 5px;
	border-bottom:2px solid #8c4a09;
}

.topics01 {
	position:relative;
	width:980px;
	height:300px;
}

.topics_text01 {
	display:block;
	position:absolute;
	top:115px;
	left:440px;
	width: 515px;
	height: 172px;
	font-size:13pt;
	color:#000;
	font-weight:bold;
	line-height:1.5em;
}

.topics02 {
	position:relative;
	width:480px;
	height:280px;
	margin-top:20px;
}

.topics_text02 {
	display:block;
	position:absolute;
	top:113px;
	left:25px;
	width: 233px;
	height: 172px;
	font-size:11pt;
	color:#000;
	line-height:1.7em;
}

.topics03 {
	position:relative;
	width:480px;
	height:280px;
	margin-top:20px;
}

.topics_text03 {
	display:block;
	position:absolute;
	top:106px;
	left:24px;
	width: 227px;
	height: 172px;
	font-size:11pt;
	color:#000;
	line-height:1.7em;
}

.topics04 {
	position:relative;
	width:480px;
	height:280px;
	margin-top:20px;
}

.topics_text04_01 {
	display:block;
	position:absolute;
	top:126px;
	left:31px;
	width: 231px;
	height: 150px;
	font-size:11pt;
	color:#000;
	line-height:1.7em;
}

.topics_text04_02 {
	display:block;
	position:absolute;
	top:223px;
	left:151px;
	width: 112px;
	height: 51px;
	font-size:10pt;
	color:#000;
	line-height:1.3em;
}

.topics_text04_03 {
	display:block;
	position:absolute;
	top:126px;
	left:31px;
	width: 231px;
	height: 150px;
	font-size:11pt;
	color:#fff;
	line-height:1.7em;
}

.topics05 {
	position:relative;
	width:480px;
	height:280px;
	margin-top:20px;
}

.topics_text05 {
	display:block;
	position:absolute;
	top:105px;
	left:27px;
	width: 215px;
	height: 166px;
	font-size:11pt;
	color:#000;
	line-height:1.6em;
}

.topics07 {
	position:relative;
	width:480px;
	height:280px;
	margin-top:20px;
}

.topics_text07 {
	display:block;
	position:absolute;
	top:81px;
	left:32px;
	width: 224px;
	height: 192px;
	font-size:11pt;
	color:#000;
	line-height:1.6em;
}

.text_link a:link { color:#ea0d0d; font-weight:bold; }
.text_link a:visited { color:#ea0d0d; }
.text_link a:hover { text-decoration:none;}
.text_link a:active { color:#ea0d0d; }

#2014ss_brand {
	width:980px;
	height:auto;
	clear:both;
}

.2014ss_brand_title {
	margin-bottom:20px;
}

.brand_table {
	margin-top:20px;
}

.brand_table tr td {
	text-align:left;
	vertical-align:top;
}


.leadtxt{
	font-size: 115%;
	margin-bottom: 20px;
}

.brand_list {
	margin:0 0 20px 0;
}
.brand_list li {
	float:left;
	overflow:hidden;
	width:480px;
	padding: 0;
	background-color: #fff;
}
.mr20 {
	margin-right: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.brand_list li p {
	margin-bottom: 0;
}
.brand_list li p.btn {
	margin-bottom: 0;
}
.brand_list li p.btn a {
	display: block;
	background: #AE1E23;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	color: #111;
	width: 100%;
	padding: 10px 0;
	color:#fff;
	position: relative;
}
.brand_list li p.btn a span {
	padding: 0 10px 0 0;
	display: block;
}
.brand_list li p.btn a:hover {
	background: #D9272F;
}
.brand_list li p.btn a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 9px;
  top: 50%;
  left: 10px;
  margin: -4px 0 0 0;
  background-image: url(../img/icon_arr_01.png);
  background-repeat: no-repeat;
  background-size: 5px 9px;
}



@media screen and (max-width: 735px) {
	
#topics_cont {
	margin-left: 3%;
	margin-right: 3%;
}

.mr20 {
	margin-right: 0;
}
	
	.bnr img {
		width: 100%;
		max-width: 330px;
	}
	
	ul {
		width: 100%;
		max-width: 330px;
	}
	
	.brand_list li {
		display: block;
		width:100%;
		max-width: 330px;
		text-align: center;
		background-color: #fff;
	}
	
	.leadtxt{
		width: 100%;
		max-width: 330px;
		font-size: 115%;
		margin-bottom: 20px;
	}
	
	h1 {
		width: 100%;
		max-width: 330px;
	}
	
}
