@charset "UTF-8";
#contents {
	margin-top: 0px !important;
}
#contents.fullwidth > section.news_topBl {
	background-color: #000000;
	margin-top: 0px !important;
}

#news_topWarp {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#news_topImg {
	width: 100%;
	margin-bottom: 25px;
}
#news_topImg img {
	width: 100%;
	height: auto;
}

h3#news_topH3 {
	color: #FFFFFF;
	font-size: 2.4rem !important;
	line-height: 1.6em !important;
	font-weight: normal;
	letter-spacing: 3px;
}

h3#news_topH3 span {
	font-size: 2.8rem !important;	
}

h2#news_H2title {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
h2#news_H2title img {
	width: 100%;
	height: auto;
}

#news_Warp {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#news_Warp p.text1 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 40px;
	line-height: 1.2em;
}
#news_Warp p.text1 span {
	font-size: 14px;
}
ul#products {
	width: 100%;
	margin-bottom: 50px;
    zoom: 1; /* float解除 for IE6/7  */
}
ul#products:after, ul#products:before {
    content: "";
    clear: both;
    display: block;
}


ul#products li {
	width: 30%;
	display: block;
	margin-left: 1.5%;
	margin-right: 1.5%;
	font-size: 16px;
	text-align: center;
	line-height: 1.4em;
	float: left;
}

ul#products li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

ul#products li span {
	font-size: 14px;
	display: block;
}


ul#newsImg {
	width: 100%;
	margin-bottom: 50px;
    zoom: 1; /* float解除 for IE6/7  */
}
ul#newsImg:after, ul#newsImg:before {
    content: "";
    clear: both;
    display: block;
}

ul#newsImg li {
	width: 48.5%;
	display: block;
	margin-bottom: 25px;
}
ul#newsImg li:nth-child(2n+1) {
	float: left;
}
ul#newsImg li:nth-child(2n) {
	float: right;
}
ul#newsImg li:nth-child(5) {
	width: 100%;
	float: none;
}
ul#newsImg li img {
	width: 100%;
	height: auto;	
}
ul#newsImg li:nth-child(6) {
	width: 100%;
	float: none;
	text-align: right;
}

#news_dataWarp {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}

#news_dataWarp h4 {
	font-size: 18px;
	padding: 0px;
	margin-bottom: 20px;
}
#news_dataWarp h4::before {
	content: "■ ";
}

#news_dataWarp dl {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	display: table;
	margin-bottom: 5px;
    zoom: 1; /* float解除 for IE6/7  */
}
#news_dataWarp dl:after, #news_dataWarp dl:before {
    content: "";
    clear: both;
    display: block;
}

#news_dataWarp dt {
	display: table-cell;
	width: 10%;
	float: left;
}

#news_dataWarp dd {
	display: table-cell;
	width: 87%;
	float: right;
	text-indent: -1em;
	padding-left: 1em;
}

#news_dataWarp dd::before {
	content: "：";
}


