@charset "utf-8";
/* CSS Document */

@import url("header.css");
@import url("footer.css");
@import url("reset.css");

@-moz-document url-prefix(){
/* none */
}

#content {
	width: 998px;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	margin: 0 auto;
	padding-bottom: 80px;
}

#content2 {
	width: 998px;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	margin: 0 auto;
}

#content:after, #content2:after {
	content: "";
	clear: both;
	display: block;
}

#productInfoList:after {
	content: "";
	display: block;
	clear: both;
}

.list {
	float: left;
	width: 100%;
	height: 126px;
	background: #f1f1f1;
}

#pageNavi {
	width: 100%;
}

#pageNavi p {
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}

.imgContainer {
	float: left;
	position: relative;
	width: 10%;
	height: 100%;
	text-align: center;
}

.textContainer {
	position: relative;
	float: left;
	width: 90%;
	padding-top: 42px;
}

.textContainer h4 {
	font-size: 18px;
	letter-spacing: -0.2px;
}

.textContainer p {
	font-size: 12px;
	letter-spacing: -0.2px;
}

.imgContainer img {
	margin-top: 28px;
}

#content_top {
	background-image: url('../images/catalogSupport/bg.jpg');
	height: 22px;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 80px;
}

#content_top2 {
	background-image: url('../images/catalogSupport/bg.jpg');
	height: 22px;
	border-bottom: 1px solid #c9c9c9;
}

#content_top ul, #content_top2 ul {
	margin-left: 15px;
}

#content_top ul:after, #content_top2 ul:after {
	content: "";
	display: block;
	clear: both;
}

#content_top ul li, #content_top2 ul li {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	font-family: 'Meiryo', 'MS UI Gothic';
	font-size: 11px;
}

#content_top ul li:first-child, #content_top2 ul li:first-child {
	color: #185c95;
}

#content_top ul li:last-child, #content_top2 ul li:last-child {
	color: #666666;
}

#loginWrap {
	width: 353px;
	height: 128px;
	margin: 0 auto;
}

#loginWrap h3 {
	margin-bottom: 20px;
}

#txtBox {
	float: left;
	width: 249px;
}

#txtBox:after {
	content: "";
	display: block;
	clear: both;
}

#loginWrap input[type="text"] {
	width: 245px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

#pwdTxt {
	margin-top: 5px;
	*margin-top: 2px;
}

#loginWrap input[type="submit"] {
	margin-left: 5px;
	float: left;
	width: 98px;
	height: 69px;
}

#loginWrap input[type="submit"]:hover{
	cursor:pointer;
}



@media screen and (-webkit-min-device-pixel-ratio:0) {
	#loginWrap input[type="submit"] {
		margin-left: 5px;
		float: left;
		width: 98px;
		height: 73px;
	}
};

#loginWrap input[type="submit"]:hover {
	cursor: pointer;
}

