@charset "utf-8";

/* layout
-------------------------------------------------------------------------------*/

#primary {
    padding: 31px 0 60px;
}

div[id*="section"] {
    padding-bottom: 100px;
}

div[id*="section"] h3 {
    margin-bottom: 42px;
}

div[id*="section"] > .nav {
    clear: both;
    text-align: center;
    padding-top: 40px;
}

div[id*="section"] > .nav li:first-child {
    float: right;
    margin: 14px 0 0 -143px;
}

.ja div[id*="section"] > .nav li:first-child {
    margin: 14px 0 0 -127px;
}

.txtUdl {
    text-decoration: underline;
}

/* section00
-------------------------------------------------------------------------------*/

#section00 {
    padding-top: 80px;
}

#section00 p {
    margin-top: 52px;
    width: 560px;
}

/* section01
-------------------------------------------------------------------------------*/

#section01 p {
    float: right;
    width: 400px;
}

#section01 p img {
    display: block;
    margin-top: 32px;
}

#section01 > img {
    float: left;
    clear: both;
}

#section01 h3 + img {
    margin-bottom: 47px;
}

/* section02
-------------------------------------------------------------------------------*/

#section02 dl {
    float: left;
    width: 440px;
}

#section02 dl + dl {
    float: right;
}

#section02 dl img {
    display: block;
    margin-bottom: 25px;
}

/* section03
-------------------------------------------------------------------------------*/

#section03 {
    display: inline-block;
    margin-right: -60px;
}

#section03 dl {
    float: left;
    width: 300px;
    padding-right: 40px;
}

.ja #section03 dl {
    width: 340px;
    padding-right: 0;
}

#section03 dl img {
    display: block;
    margin-bottom: 25px;
}

#section03 > .nav {
    padding-right: 60px;
}

/* section04
-------------------------------------------------------------------------------*/

#section04 > img {
    float: left;
    margin-right: 1px;
}

#section04 p {
    float: right;
    width: 315px;
    white-space: nowrap;
}

/* section05
-------------------------------------------------------------------------------*/

#section05 p {
    width: 480px;
    padding-right: 280px;
    position: relative;
    min-height: 160px;
}

#section05 p img {
    position: absolute;
    right: 0;
}

#section05 > img {
    margin: 33px 0 -40px;
}

/* section06
-------------------------------------------------------------------------------*/

#section06 > .nav {
    padding-top: 0;
    position: relative;
    top: -51px;
}

#section06 p {
    margin-bottom: 37px;
}

#section06 p span {
    font-size: 12px;
    line-height: 2.04;
}

#section06 dl {
    font-weight: bold;
    float: left;
    width: 187px;
    margin: 5px 0 56px 0;
}

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

#section06 dt span,
#section06 dt img {
    display: block;
}

#section06 dt a > span {
    min-height: 243px;
}

#section06 dd ul {
    margin-bottom: 10px;
    min-height: 2.5em;
}

#section06 dd li {
    color: #e62e2e;
    display: block;
    line-height: 1.25;
    letter-spacing: 0;
}

#section06 dd li span {
    font-size: 10px;
    color: #808080;
}

#section06 dl#limited {
    width: auto;
    float: right;
    margin-bottom: 0;
}

#section06 dl#limited dt {
    padding-right: 15px;
    font-size: 12px;
}

#section06 dl#limited dt > img {
    margin: 2px 0 21px;
}

#section06 dl#limited dt > span {
    float: left;
}

#section06 dl#limited dt > span + span {
    margin-left: 31px;
}

#section06 dl#limited dt span span {
    min-height: 155px;
}

#section06 dl#limited dd {
    font-size: 12px;
    font-weight: normal;
    width: 356px;
}

#section06 dl#limited dd a {
    display: block;
    margin-top: 21px;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}

#section06 dl#limited dd p {
	margin-top: 12px;
    padding-left: 1em;
    position: relative;
}

#section06 dl#limited dd p:before {
    content: "*";
    left: 0;
    top: .25em;
    position: absolute;
}

.ja #section06 dl#limited dd p:before {
    content: "※";
    left: 0;
    top: .25em;
    position: absolute;
}

/* section07
-------------------------------------------------------------------------------*/

#section07 h3 {
    text-align: center;
    margin: -60px 0 36px;
}

#section07 > img {
    margin-bottom: -6px;
}

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

#section08 {
    padding: 0 5px;
}

#section08 a {
    float: left;
}

#section08 a + a {
    float: right;
}