@charset "utf-8";
#mainImage p {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
/*========================================

	specialMeasure

========================================*/
#specialMeasure {
	width: 100%;
	border-top: 1px solid #cbcbcb;
	padding-top: 17px;
	padding-bottom: 17px;
	text-align: right;
}
#specialMeasure .contents {
	background-image: url(/commons/img/oshirase.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
	width: 650px;
}
#specialMeasure img {
	width: 82%;
	height: auto;
	margin-top: 3px;
	margin-bottom: 3px;
}
#specialMeasure a:hover {
	opacity: 0.7;
}
/*----------------------------------------

	mainContents

----------------------------------------*/
#mainContents {
	background-image: url(/home/img/navBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 60px;
}
/*----------------------------------------

	nav

----------------------------------------*/
#nav {
	position: relative;
}
#nav a:hover {
	text-decoration: none;
}
#nav .navBox {
	position: absolute;
	top: 0;
	height: 60px;
	z-index: 2;
}
#nav #nav1 {
	left: 0px;
	width: 244px;
	border-left: 1px solid #032d5f;
}
#nav #nav2 {
	left: 245px;
	width: 245px;
}
#nav #nav3 {
	left: 490px;
	width: 244px;
}
#nav #nav4 {
	left: 734px;
	width: 245px;
	border-right: 1px solid #518cd2;
}
#nav .category a {
	color: #fff;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	display: block;
	text-align: center;
	line-height: 60px;
	font-size: 1.429em; /* 20px/14px */
	letter-spacing: 1px;
	background-image: url(/home/img/navBtn.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right: 1px solid #032d5f;
	border-left: 1px solid #518cd2;
}
#nav .category a:hover {
	background-image: url(/home/img/navBtn_on.jpg);
}
#nav #nav1 > a {
	padding-left: 1px;
}
#nav .category img{
	width: auto;
	height: 36px;
	margin-right: 10px;
	vertical-align: -10px;
}
#nav .categoryChild {
	position: absolute;
	top: 66px;
	left: 0px;
	width: 244px;
	z-index: 1;
	background-color: #FFF;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-image: url(/home/img/navBtn_shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0;
}
#nav #nav1 .categoryChild {
	left: -1px;
    border-bottom-left-radius: 4px;
}
#nav #nav3 .categoryChild {
	width: 245px;
}
#nav #nav4 .categoryChild {
	border-right: 1px solid #ccc;
    border-bottom-right-radius: 4px;
}
#nav .categoryChild li{
	padding-top: 0;
}
#nav .categoryChild a {
	color: #333;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 17px;
	line-height: 29px;
	display: block;
	border-bottom: dotted 1px #ccc;
	background-image: url(/commons/img/linkIconRW.svg);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
	background-size: 10px 10px;
}
#nav .categoryChild li:first-child a {
	margin-top: 6px;
}
#nav .categoryChild li:last-child a {
	border-bottom: none;
}
#nav .categoryChild a:hover {
	color: #e40005;
}
/*----------------------------------------

	mainBox

----------------------------------------*/
#mainBox {
	padding-top: 198px !important; /* dreamweaver用 */
}
#mainBox .left_pc {
	width: 260px;
}
#mainBox .right_pc {
	width: 680px;
}
/*========================================

	specialInstallation

========================================*/
#specialInstallation #owabi {
	/*padding: 0 10px 10px;*/
	padding: 15px 25px;
	margin: 8px 0 10px;
	border: 1px solid #000;
}
#specialInstallation #owabi a {
	display: block;
}
#specialInstallation #owabi p {
	font-size: 1em;
	text-align: center;
}
#specialInstallation #owabi p.alignR {
	font-size: 1em;
}
#specialInstallation #owabi .fontL {
	font-size: 1.35em;
	line-height: 1.8em;
}
#specialInstallation #owabi .fontM {
	font-size: 1.2em;
	line-height: 1.6em;
}

#specialInstallation #omimai {
	/*padding: 0 10px 10px;*/
	padding: 15px 25px;
	margin: 8px 0 10px;
	border: 1px solid #CCC;
}
#specialInstallation #omimai a {
	display: block;
}
#specialInstallation #omimai p {
	font-size: 1.2em;
}
#specialInstallation #omimai p.alignR {
	font-size: 1em;
}
#specialInstallation #omimai p.fontM {
}
#specialInstallation #omimai .annotation {
	font-size: 0.8em; /* 18/14 */
}

#specialInstallation #landy_recall {
	padding-left: 10px;
	padding-right: 10px;
}
#specialInstallation #landy_recall a {
	display: block;
	color: #333;
}
#specialInstallation #landy_recall a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#specialInstallation #landy_recall .important {
	color: #F00;
	font-size: 1.286em; /* 18/14 */
	padding-top: 8px;
	padding-left: 17px;
	background-image: url(/commons/img/linkIconGR.svg);
	background-repeat: no-repeat;
	background-position: left 16px;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-size: 10px 10px;
}
#specialInstallation #landy_recall .annotation {
	font-size: 1em; /* 18/14 */
}
#specialInstallation #fuel {
	margin-top: 15px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #CCC;
}
#specialInstallation #fuel p {
	padding-left: 17px;
	background-image: url(/commons/img/linkIconGR.svg);
	background-repeat: no-repeat;
	background-position: left 16px;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-size: 10px 10px;
}

#specialInstallation #fuel2 {
	margin-top: 15px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #CCC;
}
#specialInstallation #fuel2 p {
	padding-left: 17px;
	background-image: url(/commons/img/linkIconGR.svg);
	background-repeat: no-repeat;
	background-position: left 16px;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-size: 10px 10px;
}
/*----------------------------------------

	pick up

----------------------------------------*/
#pickup {
	width: 680px;
	padding-top: 12px;
	/*padding-top: 0px;*/
}
#pickup .left_pc {
	width: 336px;
}
#pickup .right_pc {
	width: 336px;
}
#pickup .pickupItem {
	clear: both;
	margin-top: 8px;
}
#pickup .pickupItem a {
	color: #333;
	display: block;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 4px;
}
#pickup .pickupItem .left_pc {
	width: 150px;
}
#pickup .pickupItem .left_pc img {
	width: 150px;
	height: auto;
}
#pickup .pickupItem .right_pc {
	width: 166px;
}
#pickup .pickupItem .right_pc .headline {
	font-size: 0;
	line-height: 0;
}
#pickup .pickupItem .right_pc .headlineDevice {
	font-size: 1.286em; /* 18px/14px */
	font-weight: 500;
	line-height: 1.111em; /* 20px/18px */
}
#pickup .pickupItem .right_pc img {
	width: 160px;
	height: auto;
}
#pickup .pickupItem .spaceP5_pc {
	padding-top: 5px;
}
#pickup .pickupItem .spaceP10_pc {
	padding-top: 10px;
}
#pickup .pickupItem .spaceP15_pc {
	padding-top: 15px;
}
#pickup .pickupItem .sizeS {
	font-size: 0.714em; /* 10px/14px */
}
/*----------------------------------------

	purchase

----------------------------------------*/
#purchase {
	display: none;
} 
/*----------------------------------------

	recommend

----------------------------------------*/
#recommend {
	clear: both;
}
#recommend .titleL {
	margin-top: 40px;
	padding-left: 32px;
	background-image: url(/commons/img/starIcon.svg);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 26px 26px;
    -moz-background-size: 26px 26px;
	background-size: 26px 26px;
}
#recommend .clearfix {
	padding-top: 3px;
}
#recommend .box2_1_sp {
	float: left;
	width: 222px;
	padding-top: 7px;
	margin-right: 7px;
}
#recommend .box2_1_sp:nth-child(3n) {
	margin-right: 0;
}
#recommend .box2_1_sp img {
	width: 100%;
	height: auto;
}
/*----------------------------------------

	news

----------------------------------------*/
#news {
	position: relative;
	margin-top: 8px;
}
#news h1 {
	background-color: #e60106;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#news dl {
	padding-top: 0;
	padding-right: 10px;
	padding-left: 9px;
	border-left: 1px solid #D8D7D4;
	border-right: 1px solid #D8D7D4;
	border-bottom: 1px solid #D8D7D4;
}
#news dl a {
	color: #333;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	padding-top: 10px;
	padding-bottom: 7px;
}
#news dl a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#news dl a:last-child {
	border-bottom: none;
}
#news dt {
	padding-top: 0;
	font-size: 0.857em; /* 12px/14px */
}
#news dt span {
	font-size: 0.714em; /* 10px/14px */
	color: #FFF;
	margin-right: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 5px;
	letter-spacing: 0.5ex;
	vertical-align: 2px;
}
#news dd {
	padding-top: 7px;
	padding-left: 15px;
	background-image: url(/commons/img/linkIconGR.svg);
	background-repeat: no-repeat;
	background-position: left 10px;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-size: 10px 10px;
}
#news .carIcon {
	background-color: #690;
}
#news .motorIcon {
	background-color: #F60;
}
#news .othersIcon {
	background-color: #666;
}
#news #backnumber {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.643em; /* 9px/14px */
	line-height: 1em;
}
#news #backnumber a {
	color: #FFF;
	display: block;
	background-color: #ef5a5d;
	padding: 6px;
	border-radius: 2px;
}
#news #backnumber img {
	display: none;
}

/*非表示リリースがある場合*/
/*
#news dl a:nth-child(6) {
	display: none;
}
*/