@charset "UTF-8";

/*
 * styles for student-discount
 *
 * create: 2009-08-19
 * update: 2011-03-16 (Nakahara@MonkeyWorks)
 *
 * (c) monkey works corporation
 *
 */


/* globalnav */
body.student-discount #globalnav {
    position: relative;
    z-index: 20;
}

/* basic */
body.student-discount #main .section {
    margin-bottom: 40px;
}

body.student-discount #main .section h2 {
    margin-bottom: 20px;
}

body.student-discount #main .section h3 {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

body.student-discount #main a.arrow {
    padding: 0 16px 0 0;
    background: url(../img/common/icon-arrow-orange-right.gif) no-repeat 100% 0.2em;
}

/* bluebox */
body.student-discount #main .bluebox {
    margin-bottom: 1em;
    padding: 10px;
    background: #d4eef9;
}

body.student-discount #main .bluebox h3 {
    margin-bottom: 10px;
}

body.student-discount #main .bluebox p {
    margin-bottom: 0;
}

body.student-discount #main .bluebox strong {
    color: #28ace2;
}

/* orangebox */
body.student-discount #main .orangebox {
    margin-bottom: 1em;
    background: #f9e2b8 url(../img/student-discount/plice-bg-bottom.gif) no-repeat left bottom;
}



/* billboard
---------------------------------------------------------------------- */
body.student-discount #main #billboard {
    position: relative;
    width: 660px;
    height: 606px;
    overflow: hidden;
    margin-bottom: 20px;
    background: url(../img/student-discount/billboard-bg.jpg) no-repeat left top;
}


body.student-discount #main #billboard * {
    margin: 0;
    padding: 0;
}


body.student-discount #main #billboard h2 {
    position: absolute;
    top: 60px;
    left: 117px;
}

body.student-discount #main #billboard p.note01 {
    position: absolute;
    top: 0;
    left: 0;
}

body.student-discount #main #billboard .list01 dt {
    position: absolute;
    top: 0;
    left: 363px;
}

body.student-discount #main #billboard .list01 li.note01 {
    position: absolute;
    top: 0;
    left: 412px;
}

body.student-discount #main #billboard .list01 li.note02 {
    position: absolute;
    top: 75px;
    left: 412px;
}

body.student-discount #main #billboard .list01 li.note03 {
    position: absolute;
    top: 130px;
    left: 412px;
}

body.student-discount #main #billboard .list01 li.note04 {
    position: absolute;
    top: 200px;
    left: 412px;
}

body.student-discount #main #billboard .list01 li.note05 {
    position: absolute;
    top: 274px;
    left: 412px;
}

body.student-discount #main #billboard .list01 li.note06 {
    position: absolute;
    top: 344px;
    left: 412px;
}

body.student-discount #main #billboard dl.note02 dt {
    position: absolute;
    left: 222px;
    bottom: 43px;
}

body.student-discount #main #billboard dl.note02 dd {
    position: absolute;
    left: 34px;
    bottom: 9px;
}

body.student-discount #main #billboard dl.buttons01 {
    position: absolute;
    right: 7px;
    bottom: 7px;
    width: 327px;
    height: 148px;
    background: url(../img/student-discount/billboard-buttons01-bg.gif) no-repeat left bottom;
}

body.student-discount #main #billboard dl.buttons01 dt {
    position: absolute;
    top: 0;
    left: 84px;
}

body.student-discount #main #billboard dl.buttons01 dd p {
    position: absolute;
    right: 12px;
    bottom: 13px;
}

body.student-discount #main #billboard dl.buttons01 dd li.button01 {
    position: absolute;
    left: 11px;
    bottom: 48px;
}

body.student-discount #main #billboard dl.buttons01 dd li.button02 {
    position: absolute;
    left: 11px;
    bottom: 13px;
}



/* pagenav
---------------------------------------------------------------------- */
body.student-discount #main #pagenav {
    border: 1px solid #e0e0df;
    background: #e5e5e5;
}

body.student-discount #main #pagenav ul li {
    float: left;
    padding: 5px 5px 5px 20px;
}

body.student-discount #main #pagenav ul li.introduction
,body.student-discount #main #pagenav ul li.items
,body.student-discount #main #pagenav ul li.option {
    width: 139px;
    border-right: 1px dotted #fff;
}

body.student-discount #main #pagenav ul li.plice {
    width: 139px;
}

body.student-discount #main #pagenav ul li.introduction
,body.student-discount #main #pagenav ul li.items
,body.student-discount #main #pagenav ul li.option
,body.student-discount #main #pagenav ul li.plice {
    border-bottom: 1px dotted #fff;
}

body.student-discount #main #pagenav ul li.order {
    width: 405px;
    border-right: 1px dotted #fff;
}

body.student-discount #main #pagenav ul li a {
    padding-right: 16px;
    background: url(../img/common/icon-down.gif) no-repeat 100% 0.1em;
    text-decoration: none;
}

body.student-discount #main #pagenav ul li.faq a {
    background: url(../img/common/icon-arrow-orange-right.gif) no-repeat 100% 0.1em;
}

body.student-discount #main #pagenav ul li a:focus
,body.student-discount #main #pagenav ul li a:hover
,body.student-discount #main #pagenav ul li a:active {
    text-decoration: underline;
}



/* introduction
---------------------------------------------------------------------- */
body.student-discount #main #introduction .introduction-copy {
    margin-bottom: 0.2em;
    font-size: 116%;
}

body.student-discount #main #introduction .introduction-copy strong {
    color: #28ace2;
}

body.student-discount #main #introduction .bluebox ul li {
    margin-bottom: 0.5em;
    padding: 0 20px;
    background: url(../img/common/icon-listmark-l-solid.gif) no-repeat 0 0.3em;
}

/* featurebox */
body.student-discount #main #introduction .featurebox {
    margin-bottom: 20px;
}

body.student-discount #main #introduction .featurebox h3 {
    margin-bottom: 5px;
}

body.student-discount #main #introduction .featurebox ul {
    padding: 9px 7px 8px 8px;
    background: #d9dbdd;
}

body.student-discount #main #introduction .featurebox ul li {
    float: left;
}

body.student-discount #main #introduction .featurebox ul li.note01 {
    margin-right: 6px;
}

/* planbox */
body.student-discount #main #introduction .planbox {
    margin-bottom: 5px;
}

body.student-discount #main #introduction .planbox * {
    margin: 0;
}

body.student-discount #main #introduction .planbox img {
    vertical-align: bottom;
}

body.student-discount #main #introduction .planbox li.plan-a
,body.student-discount #main #introduction .planbox li.plan-b
,body.student-discount #main #introduction .planbox li.plan-c {
    float: left;
    width: 219px;
    margin-right: 1px;
}

body.student-discount #main #introduction .planbox li dl.push {
    width: 212px;
    margin: 0 auto 5px;
    padding-bottom: 22px;
    background: url(../img/student-discount/introduction-border01.gif) no-repeat left bottom;
}

body.student-discount #main #introduction .planbox li dl.push ul {
    padding: 5px 10px 0;
    border-left: 2px solid #29abe2;
    border-right: 2px solid #29abe2;
}

body.student-discount #main #introduction .planbox li dl.push ul li {
    padding: 8px 0;
    padding-left: 28px;
    background: url(../img/student-discount/introduction-icon01.gif) no-repeat 0 0.5em;
}

body.student-discount #main #introduction .planbox li dl.push ul li.first-child {
    border-bottom: 1px dotted #000;
}



/* items
---------------------------------------------------------------------- */
body.student-discount #main #items dl {
    width: 660px;
}

body.student-discount #main #items dl dt {
    height: 24px;
    margin: 0px 0px;
    padding: 0px 0px;
}

body.student-discount #main #items dl dt ul li {
    display: inline;
    float: left;
    white-space: nowrap;
}

body.student-discount #main #items dl dd {
    height: 48px;
    margin: 0px 0px;
    padding: 0px 0px;
}

body.student-discount #main #items dl dd ul {
}

body.student-discount #main #items dl dd ul li {
    display: inline;
    float: left;
    white-space: nowrap;
}

body.student-discount #main #items .item {
    display: none;
    position: relative;
    margin-left: -3px;
    padding-top: 14px;
    background: url(../img/student-discount/items-bg-repeat.gif) repeat-y;
}

body.student-discount #main #items #item-5401 {
    display: block;
}

body.student-discount #main #items .item .inner {
    padding-bottom: 14px;
    margin: 0px;
    background: url(../img/student-discount/items-bg-bottom.gif) no-repeat left bottom;
}

body.student-discount #main #items .item .inner .inner-inner{
    padding-bottom: 3px;
    padding-left: 27px;
    padding-right: 27px;
    margin: 0px;
    background: url(../img/student-discount/items-bg-repeat.gif) repeat-y;
}

body.student-discount #main #items .item .inner .inner-introduction{
    position: relative;
    padding: 0px;
    width: 606px;
    height:306px;
}

body.student-discount #main #items .item  h3 {
    position: absolute;
    width: 303px;
    height: 85px;
    left: 303px;
    top: 0px;
}

body.student-discount #main #items .item .inner-wear {
    position: absolute;
    width: 303px;
    height: 281px;
    left: 0px;
    top: 0px;
}

body.student-discount #main #items .item .description{
    position: absolute;
    width: 303px;
    margin: 0px;
    left: 303px;
    top: 90px;
}

body.student-discount #main #items .item .estimate{
    position: absolute;
    top: 150px;
    left: 14px;
}

body.student-discount #main #items .item .inner .inner-detail{
    position: relative;
    padding: 0px;
}

body.student-discount #main #items .item .inner .inner-detail dl{
    padding-top: 5px;
    margin: 0px;
    height: auto;
    width: auto;
}

body.student-discount #main #items .item .inner .inner-detail dt{
    padding-bottom: 5px;
    height: auto;
    width: auto;
}

body.student-discount #main #items .item .inner .inner-detail dd{
    padding-bottom: 10px;
    height: auto;
    width: auto;
}

body.student-discount #main #items .item .inner .inner-detail .id1, id2{
    position: relative;
    width: 606px;
}

body.student-discount #main #items .item .inner .inner-detail .id3{
    position: relative;
    width: 370px;
    float: left;
}

body.student-discount #main #items .item .inner .inner-detail .id4{
    position: relative;
    width: 230px;
    float: right;
}



/* option
---------------------------------------------------------------------- */
body.student-discount #main #option ol {
    margin-bottom: 20px;
}

body.student-discount #main #option ol li.option01
,body.student-discount #main #option ol li.option02
,body.student-discount #main #option ol li.option03
,body.student-discount #main #option ol li.option04 {
    float: left;
    width: 328px;
    background: url(../img/student-discount/option-bg-box-repeat.gif) repeat-y left top;
    font-size: 84%;
}

body.student-discount #main #option ol li.option01
,body.student-discount #main #option ol li.option03 {
    margin-right: 4px;
}

body.student-discount #main #option ol li.option01
,body.student-discount #main #option ol li.option02 {
    margin-bottom: 12px;
}

body.student-discount #main #option ol li .heightLine-option {
    padding-bottom: 8px;
    background: url(../img/student-discount/option-bg-box-bottom.gif) no-repeat left bottom;
}

body.student-discount #main #option ol li h4 {
    margin: 0;
    padding: 4px 4px 0;
    background: url(../img/student-discount/option-bg-box-top.gif) no-repeat left top;
}

body.student-discount #main #option ol li p.photo {
    margin: -35px 0 9px 179px;
}

body.student-discount #main #option ol li p.plice {
    margin: 0 0 0 179px;
}

body.student-discount #main #option ol li p.heightLine-text {
    width: 140px;
    margin: -90px 0 1em 22px;
}

body.student-discount #main #option ol li p.color {
    margin: 0 0 0.9em 22px;
}

body.student-discount #main #option ol li p strong {
    display: block;
    margin-top: 1em;
    font-weight: normal;
}

body.student-discount #main #option .buttons ul {
    text-align: right;
}

body.student-discount #main #option .buttons ul li {
    display: inline;
    margin-left: 5px;
}



/* plice
---------------------------------------------------------------------- */
body.student-discount #main #plice .samples h3 {
    margin-left: 9px;
}

body.student-discount #main #plice .samples dt {
    margin-left: 9px;
    margin-bottom: 5px;
}

body.student-discount #main #plice .samples dd {
    margin-bottom: 20px;
}

body.student-discount #main #plice .orangebox h3 {
    margin-bottom: 5px;
    background: url(../img/student-discount/plice-bg-top.gif) no-repeat left top;
}

body.student-discount #main #plice .orangebox h3 img {
    margin: -5px 0 0 13px;
}

body.student-discount #main #plice .orangebox ol {
    padding: 0 13px 5px;
}

body.student-discount #main #plice .orangebox ol li.one
,body.student-discount #main #plice .orangebox ol li.two
,body.student-discount #main #plice .orangebox ol li.three {
    margin-bottom: 0.5em;
    padding: 0 0 0 20px;
    background: url(../img/student-discount/plice-icon-one.gif) no-repeat 0 0;
}

body.student-discount #main #plice .orangebox ol li.two {
    background-image: url(../img/student-discount/plice-icon-two.gif);
}

body.student-discount #main #plice .orangebox ol li.three {
    background-image: url(../img/student-discount/plice-icon-three.gif);
}

body.student-discount #main #plice .orangebox ol p {
    margin-bottom: 0.5em;
}

body.student-discount #main #plice .orangebox ol ul {
    margin-bottom: 0.5em;
}

body.student-discount #main #plice .orangebox ol ul li {
    padding: 0 0 0 12px;
    background: url(../img/student-discount/plice-icon-tri.gif) no-repeat 0 0.25em;
}

body.student-discount #main #plice .orangebox ol .plice-notice {
    padding: 0 0 0 13px;
    background: url(../img/student-discount/notice-icon-excuse.gif) no-repeat 0 0.3em;
}



/* contact
---------------------------------------------------------------------- */
body.student-discount #main #contact {
    position: relative;
    width: 660px;
    height: 443px;
    background: url(../img/student-discount/contact-bg.gif) no-repeat left top;
}

body.student-discount #main #contact * {
    margin: 0;
    padding: 0;
}

/* privilege */
body.student-discount #main #contact .privilege h2 {
    position: absolute;
    top: 40px;
    left: 64px;
}

body.student-discount #main #contact .privilege .note01 {
    position: absolute;
    top: 59px;
    left: 92px;
}

body.student-discount #main #contact .privilege .note02 {
    position: absolute;
    top: 124px;
    left: 82px;
}

body.student-discount #main #contact .privilege .note03 {
    position: absolute;
    top: 132px;
    left: 199px;
}

/* catalogue */
body.student-discount #main #contact .catalogue h2 {
    position: absolute;
    top: 83px;
    right: 135px;
}

body.student-discount #main #contact .catalogue .note01 {
    position: absolute;
    top: 50px;
    right: 146px;
}

body.student-discount #main #contact .catalogue .photo {
    position: absolute;
    top: 56px;
    right: 40px;
}

body.student-discount #main #contact .catalogue .button01 {
    position: absolute;
    top: 126px;
    right: 138px;
}

body.student-discount #main #contact .catalogue .button02 {
    position: absolute;
    top: 161px;
    right: 138px;
}

/* order */
body.student-discount #main #contact .order h2 {
    position: absolute;
    left: 20px;
    bottom: 185px;
}

body.student-discount #main #contact .order .button01 {
    position: absolute;
    left: 17px;
    bottom: 100px;
}

body.student-discount #main #contact .order .button02 {
    position: absolute;
    left: 17px;
    bottom: 17px;
}

/* tel */
body.student-discount #main #contact .tel h2 {
    position: absolute;
    right: 21px;
    bottom: 185px;
}

body.student-discount #main #contact .tel .note01 {
    position: absolute;
    right: 43px;
    bottom: 156px;
}

body.student-discount #main #contact .tel .note02 {
    position: absolute;
    right: 42px;
    bottom: 138px;
}

/* mobile */
body.student-discount #main #contact .mobile h2 {
    position: absolute;
    right: 170px;
    bottom: 88px;
}

body.student-discount #main #contact .mobile .note01 {
    position: absolute;
    right: 162px;
    bottom: 58px;
}

body.student-discount #main #contact .mobile .code {
    position: absolute;
    right: 32px;
    bottom: 31px;
}



/* order
---------------------------------------------------------------------- */
body.student-discount #main #order ol {
    margin-bottom: 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

body.student-discount #main #order ol li {
    border-top: 1px dotted #333;
}

body.student-discount #main #order ol li.first-child
,body.student-discount #main #order ol li ul li {
    border-top: none;
}

body.student-discount #main #order ol li strong {
    float: left;
    width: 179px;
    margin-top: 7px;
    padding-left: 40px;
    line-height: 2.0;
}

body.student-discount #main #order ol li.one strong {
    background: url(../img/student-discount/order-icon-one.gif) no-repeat 8px 0;
}

body.student-discount #main #order ol li.two strong {
    background: url(../img/student-discount/order-icon-two.gif) no-repeat 8px 0;
}

body.student-discount #main #order ol li.three strong {
    background: url(../img/student-discount/order-icon-three.gif) no-repeat 8px 0;
}

body.student-discount #main #order ol li.four strong {
    background: url(../img/student-discount/order-icon-four.gif) no-repeat 8px 0;
}

body.student-discount #main #order ol li.five strong {
    background: url(../img/student-discount/order-icon-five.gif) no-repeat 8px 0;
}

body.student-discount #main #order ol li.six strong {
    background: url(../img/student-discount/order-icon-six.gif) no-repeat 8px 0;
}

body.student-discount #main #order ol li.seven strong {
    background: url(../img/student-discount/order-icon-seven.gif) no-repeat 8px 0;
}

body.student-discount #main #order ol li div {
    float: right;
    width: 440px;
    padding: 10px 0;
    border-left: 1px solid #dddad7;
}

body.student-discount #main #order ol li div p
,body.student-discount #main #order ol li div ul {
    margin: 0 20px;
}

body.student-discount #main #order ol li div ul li {
    padding-left: 15px;
    background: url(../img/student-discount/order-icon-square.gif) no-repeat 1px 0.3em;
}

body.student-discount #main #order #faq {
    text-align: right;
}



/* notice
---------------------------------------------------------------------- */
body.student-discount #main #notice h3 {
    margin-bottom: 0.5em;
    color: #e26d0f;
}

body.student-discount #main #notice ul {
    margin-bottom: 1em;
}

body.student-discount #main #notice ul li {
    margin-bottom: 0.5em;
    padding-left: 15px;
    background: url(../img/student-discount/order-icon-square.gif) no-repeat 1px 0.3em;
}

body.student-discount #main .orangebox .notice-text {
    margin: -85px 20px 0 122px;
    padding-bottom: 5px;
}

body.student-discount #main .orangebox .notice-text h3 {
    margin-bottom: 0.5em;
}

body.student-discount #main .orangebox .notice-text ul {
    margin-bottom: 1.0em;
}

body.student-discount #main .orangebox .notice-text ul li {
    position: relative;
    padding-left: 15px;
    background: url(../img/student-discount/notice-icon-excuse.gif) no-repeat 0 0.3em;
}



/* end
---------------------------------------------------------------------- */



.sp {
    display: none;
}

/*スマホ
------------------------------*/

@media screen and (max-width: 750px) {

    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

}
