@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* float */
.floatL {
	float: left;
}

.floatR {
	float: right;
}

/* clearfix */
	* html .clearFix {
		display: inline-block;
	}

	*+html .clearFix {
		display: inline-block;
	}

.clearFix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.mb0 {
	margin-bottom: 0 !important;
}

.clear{
	clear: both;
}

.blue{
	color: #0066CC;
}

.blueb{
	color: #0066CC;
	font-weight: bold;
}


#contents h2.h201 {
	padding: 7px 0 10px 27px;
	line-height: 1.4;
	background: url(/static/common/img/h201_bg.gif) no-repeat left top;
	color: #fff;
	font-weight: normal;
	font-size: 20px;
}

#contents h2.h202 {
	padding: 5px 0 13px 27px;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	font-weight: normal;
	background: url(/static/common/img/h202_bg.gif) no-repeat left top;
}

#contents h2.h203 {
	padding: 5px 0 13px 27px;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	font-weight: normal;
	background: url(/static/common/img/h203_bg.gif) no-repeat left top;
}

#contents h3 {
	padding: 0 0 3px 4px;
	border-bottom: 1px solid #ccc;
	color: #f60;
	line-height: 1.2;
	font-size: 15px;
}

#conts .bigbox01{
	width: 564px;
	word-break : break-all;
	word-wrap: break-word;
	zoom:1;
}

#conts .bigbox01 .box1{
	margin-bottom: 33px;
	width: 588px;
	clear: both;
}
#conts .bigbox01 .goods{
	width: 126px;
	margin-right: 20px;
	float: left;
}

#conts .bigbox01 .goods h4{
	margin-bottom: 10px;
}

#conts .bigbox01 .goods img.img01{
	margin: 0 0 6px 14px;
}

#contents #conts .accessedIcon {
  margin: 0 0 6px 14px;
}

#contents #conts .iconCenter td {
  height: 100px;
  width: 100px;
  text-align: center;
  vertical-align: middle;
}

#contents #conts .iconCenter img {
  max-height: 100px;
  max-width: 100px;
  display: inline;
  vertical-align: middle;
}

#contents #conts span.new-item {
  color: red;
}