@charset "utf-8";

#main_area.content_full,
#main_area.content_full #contents_area,
#main_area.content_full #contents_main {
	width: 100%;
}

#main_area.content_full #contents_main {
	float: none;
}

/* header */
#header.lp-header {
	width: auto;
	height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #DDDDDD;
	box-shadow: 0 1px 3px #DDDDDD;
}

#header ul,
#header li {
	display: block;
	padding: 0;
	list-style: none;
}

#header ul {
	width: 960px;
	margin: 0 auto;
}

#header.lp-header #header_logo {
	float: left;
	position: relative;
	top: auto;
}

#header.lp-header #header_logo,
#header.lp-header #heaer_inqbtn {
	margin: 6px 0 0 0;
}

#header.lp-header #heaer_inqbtn {
	float: right;
	width: 13em;
}

#heaer_inqbtn a.btn-wpsinquiry {
	width: auto;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
}

/* パンくず、プライマリナビゲーション */
#box-bc {
	padding: .5em 0;
}

#box-bc .breadcrumb {
	float: none;
	display: block;
	width: 960px;
	margin: 0 auto;
}

p.breadcrumb {
	margin-bottom: 0;
}


/* 最期の問い合わせ */
#wps-inquiry-list {
	width: 680px;
}

#wps-inquiry-list > li {
	width: 52%;
}

#wps-inquiry-list > li:last-child {
	width: 42%;
}

