@charset "utf-8";

#primary h2#lineup a {
	display: block;
	margin-left: 110px;
}
/* layout
-------------------------------------------------------------------------------*/

#local li:first-child {
    margin-top: 0px;
    /*text-align: right;*/
    /*border-top: none;*/
}

#local {
	font-size: 10px;
	letter-spacing: -0.4em;
	border-bottom: none;
	margin-left: 40px;
}

#local li.banner a {
	display: inline-block;
	padding: 0;
}
#local li.banner a:first-child {
	margin-right: 10px;
}
#local li.banner a,
#local li.banner a:link,
#local li.banner a:visited,
#local li.banner a:hover,
#local li.banner a:active {
	text-decoration: none;
}

#local li.banner_fp {
	border: none;
	margin-top: 20px;
}
#local li.banner_fp a {
	display: block;
	margin-bottom: 10px;
}
.banner_survey {
	width: 600px;
	margin-top: 10px;
	text-align: right;
}
#primary li.movie {
	border: none;
	margin-top: 20px;
}

#primary {
    margin: 40px 0;
}

#primary h2 {
	margin-top: 50px;
}
#primary h1 + h2 {
	margin-top: 50px;
}

#primary h2 + div {
    margin-top: 20px;
}

#primary h1 + p span {
    font-size: 12px;
    display: block;
}

#primary div + p {
    text-align: right;
    margin: -34px 4px 0 0;
}

/* products
-------------------------------------------------------------------------------*/

#products {
    clear: both;
    padding-top: 80px;
}

#products dl {
    width: 187px;
    margin: 0 0 60px 5px;
    float: left;
}

#products dl:nth-child(5n) + dl {
    clear: both;
}

#products dl.nth-5n + dl {
    clear: both;
}

#products dt a {
    font-size: 13px;
    text-decoration: none;
    color: #000;
    position: relative;
}

#products dl dt span:before {
    position: absolute;
    top: -11px;
    left: 0;
}

#products dl.m10 dt span:before {
    content: url(../images/icon_m10.png);
}

#products dl.m11 dt span:before {
    content: url(../images/icon_m11.png);
}

#products dl.m12 dt span:before {
    content: url(../images/icon_m12.png);
}

#products dl.lot dt span:before {
    content: url(../images/icon_lot.png);
}

#products dl.m10 dt span + span:before {
    display: none!important;
}

#products dt span:first-child {
    height: 250px;
    display: block;
}

#products dt span + span {
    display: block;
    color: #808080;
    font-size: 10px;
    margin-bottom: -2px;
}

#products dd {
    color: #e62e2e;
    font-size: 10px;
}

#products dd span {
    color: #808080;
}

#products dd a {
    margin-top: 8px;
    display: inline-block;
}

#products dd ul {
    min-height: 3.5em;
}

#products dl dd li {
	color: #e60000;
	font-size: 13px;
}

#products dl dd li span {
	color: #808080;
	font-size: 9px;
}

#popup {
    width: 880px;
    text-align: center;
    position: relative;
}

#popup h3 {
    font-size: 25px;
    text-align: left;
    line-height: 1.25;
    font-weight: bold;
    margin: 35px 0 0 41px;
    width: 500px;
    letter-spacing: 0;
}

#popup h3 span {
    /*font-size: 15px;*/
    font-size: 14px;
    color: #808080;
    display: block;
    line-height: 1.75;
}

#popup p {
    float: right;
    color: #808080;
    font-size: 12px;
    width: 340px;
    text-align: left;
    margin-bottom: 48px;
}

#popup p strong {
    font-weight: normal;
    display: block;
}

#popup strong.as,
#popup strong.ws,
#popup strong.m10,
#popup strong.m11,
#popup strong.m12 {
    display: none;
}

#popup .as strong.as {
    color: #e60000;
    display: block;
}

#popup .ws strong.ws {
    color: #0071bc;
    display: block;
}

#popup .m10 strong.m10,
#popup .m11 strong.m11,
#popup .m12 strong.m12 {
    display: block;
}

#popup strong span {
    text-decoration: underline;
}

#popup > img {
    clear: both;
    margin: 0 auto;
    display: block;
}

#popup > a {
    display: inline-block;
    margin: 40px 0 40px;
}

#popup a + a {
    position: absolute;
    top: 11px;
    right: 11px;
    margin: 0;
}

/* section08
-------------------------------------------------------------------------------*/

#section08 {
	margin-top: 40px;
    padding: 0 5px;
}

#section08 a {
    float: left;
}

#section08 a + a {
    float: right;
}

