@charset "utf-8";
/*-------------------------------------------------*/

.product_home #main_window {
	margin-top: 12px;
}

#contents {
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/main_background.jpg) repeat-x left top;
}

#bnr_area ul {
	margin: 0 5px;
	overflow: hidden;
}

#bnr_area ul li {
	float: left;
}

.mgnleft11 {
	margin-left: 11px;
}

#news_area {
	width: 720px;
	background: #f7f7f7;
	border: solid 1px #e0dfdf;
	padding: 15px 20px;
	float: left;
}

h2 {
	font-size: 16px;
	border-bottom: 2px solid #0071bc;
	line-height: 140%;
	font-weight: normal;
	padding-left: .5em;
	position: relative;
	height: 30px;
}

.new_btn {
	position: absolute;
	top: 0;
	right: 111px;
}

.oshirase_btn {
	position: absolute;
	top: 0;
	right: 0;
}

#news_content {
	max-height: 413px;
	overflow: auto;
}

#news_content dl {
	min-height: 59px;
	background: url(../images/top/news_border.jpg) repeat-x left bottom;
	line-height: 150%;
	overflow: hidden;
	margin: 0;
}

#news_content dl dt {
	float: left;
	width: 190px;
	font-size: 14px;
	padding-top: 16px;
	font-weight: normal;
}
#news_content dl dd {
	float: left;
	font-size: 14px;
	padding-top: 16px;
	width: 700px;
	overflow: hidden;
	padding-bottom: 10px;
}

#news_content dl dd a {
	text-decoration: underline;
}
#news_content dd {
	margin-left: 5px;
}
.news_icon {
	padding-left: 2em;
	position: relative;
	top: -1px;
}

#top_wrap {
	margin: 12px auto 60px;
	overflow: hidden;
}

.main-visual {
	width:1000px; margin:0 auto;
}

.main-visual ul {
	width: 1000px;
	margin: 0 auto;
}

.bx-wrapper {
	margin: 0 auto 34px;
}


/*  direct search ----------------------------------------------- */

.form-box {
}

.direct-search {
	width: 502px;
	margin: 0 auto;
	padding: 5px;
	background: #fff;
}

.direct-search img {
	float: left;
}

.direct-search form {
	float: left;
}

#search2 {
	height: 22px;
	transition: background linear 0.2s, box-shadow linear 0.2s;
	width: 268px;
	border-radius: 0;
	margin: 2px 0 0 8px;
}

#search_direct #search2 {
	height: 32px;
}

.search2_btn {
	width: 78px !important;
	height: 32px;
	margin: 2px 0  0 -4px;
	padding: 0;
	border: none;
	background: url(../images/top/search2-2.png) no-repeat left top;
	vertical-align: top;
}


/*  suggest ----------------------------------------------- */

#suggest {
	position: absolute;
	margin-left: 113px;
	background-color: #ffffff;
	border: 1px solid #ccccff;
	width: 300px;
	font-size: 12px;
	cursor: pointer;
	z-index: 500;
}
#suggest div {
	padding: 1px;
	margin: 1px;
	display: block;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	background-color: #ffd699;
}
#suggest div.over {
	background-color: #ffebcc;
}
#suggest span {
	color: #990000;
}
#search2 {
	height: 32px;
	background: #eaeaea;
	transition: background linear 0.2s, box-shadow linear 0.2s;
	width: 300px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}


/*  information ----------------------------------------------- */

.info_container {
}
.info_container tr td {
	vertical-align: middle;
	margin : 0px;
	padding : 0px;
	text-align:left;
	white-space: nowrap;
}
.info_logo {
	display: inline-block ;
	width: 70px;
	height: 15px;
	padding: 0px 1px 3px 1px;
	margin: 0px 5px 3px 0px;
	font-size: 8px;
	font-stretch: ultra-condensed;
	//font-stretch: narrower;
	text-align: center;
}
.info_logo_nt {
	background: #ddd;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	color:#000;
}
.info_logo_nnt {
	background: #999;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	color:#fff;
}
