/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

* {
font-family:Meiryo,Tahoma,Verdana,Arial,sans-serif;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



#wrap {
  position:relative;
  width:960px;
  margin:0px auto;
  padding:0 20px;
}

#header {
  position:fixed;
  top:0px;
  left:50%;
  width:960px;
  margin-left:-480px;
  background:#fff;
  z-index:999;
}

#header_inner {
  position:relative;
  margin:0px;
  height:90px;
}

#header .logo {
  position:absolute;
  top:28px;
  left:0px;
}

#header .gnavi {
  position:absolute;
  top:17px;
  left:230px;
  border-right:1px dotted #aaa;
}

#header .gnavi li {
  float:left;
  border-left:1px dotted #aaa;
}

#header .gbtn {
  position:absolute;
  top:21px;
  right:0px;
}

#header .gbtn li{
  float:left;
  margin-left:5px;
  font-size:12px;
}

#header p {
  position:absolute;
  top:58px;
  right:0px;
  width:266px;
  font-size:10px;
}
#content{
  margin-top:90px;
}

#content .content_main {
  position:relative;
  padding-bottom:20px;
}

#content .content_main .content_main_inner{
  overflow: hidden;
  /*position:absolute;*/
  /*top:0px;
  right:0px;
  width:960px;
  height:399px;*/
  /*background:url('../img/top_main_cv.png') 0 0 no-repeat;*/
  *zoom:1;
}

#content .content_main .content_main_inner .content_main_inner-image{
  position: relative;
  float: left;
  margin: 4px 0px 0px 17px;
}
#content .content_main .content_main_inner .content_main_inner-image1{
  position: absolute;
  top: 0;
  left: 0;
}
#content .content_main .content_main_inner .content_main_inner-image2{
  position: absolute;
  top: 30;
  left: 100;
  margin: 301px 0px 0px 261px;
}
#content .content_main .content_main_inner .content_main_inner-detail{
  float: left;
  background: url(../img/bg_top_cv.png) left top no-repeat;
  width: 467px;
  height: 399px;
}
#content .content_main .content_main_inner .content_main_inner-detail .copy-title{
  margin-top: 40px;
  margin-left: 40px;
  margin-bottom: 16px;
}
#content .content_main .content_main_inner .content_main_inner-detail .copy-text{
  margin-left: 40px;
  color: #727272;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.8;
}
#content .content_main .content_main_inner .content_main_inner-detail .copy-text span{
  color: #D25029;
}
#content .content_main .content_main_inner .content_main_inner-detail .btn{
  margin-left: 40px;
  margin-bottom: 16px;
}
#content .content_main .content_main_inner .content_main_inner-detail .powerdby{
  margin-left: 40px;
}

#content .content_main .content_main_inner .content_main_inner_btn{
  position:absolute;
  top:304px;
  left: 36px;
}
#content .content_main .content_main_inner .content_main_inner_btn a{
  margin-right:6px;
}

#content .content_main .content_main_inner .content_main_inner_date{
  position:absolute;
  top:238px;
  left:788px;
  width:140px;
  height:138px;
  padding:52px 39px 0;
  color:#fff;
  font-size:40px;
  background:url('../img/top_main_date.png') 0 0 no-repeat;
}

#btn_mute,
#btn_mute2{
  position:absolute;
  bottom:10px;
  right:10px;
}


.area {
  position:relative;
  padding-bottom:20px;
  border-top:2px solid #b5b5b5;
  clear:both;
  overflow:hidden;
}

#content h2 {
  width: 100%;
  margin-top:20px;
  padding-left:76px;
  line-height: 64px;
  font-size:23px;
  clear:both;
}

#content h2.h2_class{
  background: url('../img/icon_class.png') 0 0 no-repeat;
}
#content h2.h2_whats{
  background: url('../img/icon_whats.png') 0 0 no-repeat;
}
#content h2.h2_join{
  background: url('../img/icon_join.png') 0 0 no-repeat;
}
#content h2.h2_other{
  background: url('../img/icon_other.png') 0 0 no-repeat;
}
#content h2.h2_login{
  padding-left:86px;
  line-height: 69px;
  font-size:24px;
  background: url('../img/icon_logo.png') 0 0 no-repeat;
}
#content h2.h2_faq{
  padding-left:108px;
  line-height: 71px;
  font-size:24px;
  background: url('../img/icon_faq.png') 0 0 no-repeat;
}
#content h2.h2_subscript{
  background: url('../img/icon_subscript.png') 0 0 no-repeat;
  padding-left: 197px;
}


a.content_main_top_mv,
a.box_class,
a.box_other{
  display:block;
  color:#222;
  text-decoration:none;
}
a:hover.content_main_top_mv,
a:hover.box_class,
a:hover.box_other{
  color:#999;
  text-decoration:none;
}

a:hover.content_main_top_mv img,
a:hover.box_class  img,
a:hover.box_other  img{
 filter: alpha(opacity=50);
  -moz-opacity:0.5;
  opacity:0.5;
}


.box_class {
  clear:both;
  overflow:hidden;
  padding-bottom:20px;

}

.box_class .box_class_thum{
  position:relative;
  float:left;
  width:171px;
}
.box_class_thum_new{
  position:absolute;
  bottom:-12px;
  right:-12px;
  z-index:100;
}

.box_class .box_class_txt{
  float:left;
  width:767px;
  margin-left:17px;
}

.box_class_txt_mv {
  margin-top:20px;
  margin-left:22px!important;
}

.box_class .box_class_txt h3{
  margin:0px;
  font-size: 26px;
}

.box_mv .box_mv_txt p,
.box_class .box_class_txt p{
  margin:5px 0 0;
  padding-left:74px;
  line-height:34px;
  font-size: 17px;
  font-weight:bold;
}
.box_class .box_class_txt p span{
  margin-left:20px;
  font-size: 14px;
}
.box_mv .box_mv_target,
.box_class .box_class_txt .box_class_target{
  background: url('../img/icon_target.png') 0 0 no-repeat;
}
.box_mv .box_mv_teacher,
.box_class .box_class_txt .box_class_teacher{
  background: url('../img/icon_teacher.png') 0 0 no-repeat;
}

.box_whats_txt {
  float:left;
  width:600px;
  color:#666;
  line-height:2.1em;
  font-size:17px;
  font-weight:bold;
}
.box_whats_img {
  float:left;
  width:308px;
  margin:30px 0 0 25px;
}

.area_join h3 {
  margin-bottom:3px;
  padding-left:70px;
  line-height:33px;
  font-size: 15px;
  font-weight:bold;
}
.area_join .box_join_list_red {
  color:#D25029;
}
.area_join .box_join_list li.red {
  color:#D25029;
  font-weight: bold;
}
.area_join p {
  font-size:14px;
}

.area_join .ttl_join_s01 {
  background: url('../img/top_step01.png') 0 0 no-repeat;
}
.area_join .ttl_join_s02 {
  background: url('../img/top_step02.png') 0 0 no-repeat;
}
.area_join .ttl_join_s03 {
  background: url('../img/top_step03.png') 0 0 no-repeat;
}
.area_join .ttl_join_s04 {
  background: url('../img/top_step04.png') 0 0 no-repeat;
}

.area_join .box_join {
  margin: 0 0 0 70px;
  width:84%;
  padding:20px;
  line-height:1.5em;
  background:#e3e3e3;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size:16px;
}
.area_join .box_join-buttons{
  margin-top: 10px;
  overflow: hidden;
  *zoom:1;
}
.area_join .box_join-buttons a{
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
}


.box_mv {
  margin:10px 0 30px;
  clear:both;
  *zoom:1;
}
.box_mv:after {
  content: ".";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.box_mv_movie {
  float:left;
  width:620px;
}
.box_mv_txt {
  float:left;
  width:325px;
  margin-left:15px;
}

.box_mv_txt div{
  font-size:14px;
  margin:5px 0 16px;
}

.box_mv_txt div.box_mv_btn{
  height:50px;
  margin:0px;
  padding-top:10px;
  text-align:right;
  vertical-align:bottom;
}

.box_mv_txt div.box_mv_btn a{
  display:block;
}

.box_other{
  float:left;
  width:266px;
  height:152px;
  margin-right:25px;
  margin-bottom:20px;
  padding:15px;
  background:url('../img/bg_other_mv.png') 0 0 no-repeat;
}


.box_other.last{
  margin-right:0px;
}

.box_other h3{
  margin: 0 0 12px;
  font-size:15px;
}
.box_other .box_other_thum{
  position:relative;
  float:left;
  width:121px;
}
.box_other .box_other_txt{
  float:left;
  width:132px;
  margin-left:10px;
  vertical-align:bottom;
}
.box_other_thum_new{
  position:absolute;
  top:-12px;
  right:-12px;
}
.box_other .box_other_txt p.box_other_target{
  font-size:13px;
  vertical-align:bottom;
}

.box_login{
  margin:0 0 0 300px;
  padding:100px 0 50px;
}

.box_register{
  margin:0 0 0 300px;
  padding:40px 0 50px;
}

.box_register p,
.box_login p{
  margin-bottom:20px;
}

.box_login .box_login_pw input{
  padding:10px;
  font-size:1.3em;
  font-family:Arial, sans-serif;
  color:#333;
  border:solid 2px #aaa;
  margin:0 2px 20px;
  width:360px;
}

.box_login_btn_txt {
  margin-top:10px;
  font-size:12px;
}

.box_faq{
  margin:30px 0 45px;
  clear:both;
  overflow:hidden;
}
.box_faq p{
  margin-top:15px;
  padding-left:30px;
  line-height:21px;
  font-size: 15px;
  font-weight:bold;
}
.box_faq .box_faq_q{
  margin-top:35px;
  background: url('../img/icon_q.png') 0 0 no-repeat;
}
.box_faq .box_faq_a{
  background: url('../img/icon_a.png') 0 0 no-repeat;
}

#content .content_main.content_main_top{
  padding-bottom:5px;
}
#content .content_main.content_main_top .content_main_inner{
  background:url('../img/top_main_cv_top.png') 0 0 no-repeat;
}
#content .content_main.content_main_top .content_main_inner_btn {
  top:172px;
  left:35px;
}
#content .content_main.content_main_top .content_main_top_mv{
  float:left;
  width:171px;
  height:162px;
  margin-right:25px;
  margin-bottom:20px;
  padding:15px 35px 15px 15px;
  background:url('../img/bg_top_mv.png') 0 0 no-repeat;
}
#content .content_main.content_main_top .content_main_top_mv{
  padding:15px 15px 15px 15px;
}
#content .content_main.content_main_top .content_main_top_mv h3{
  font-size:14px;
  margin:0 0 10px;
  padding:0px;
}
#content .content_main.content_main_top .content_main_top_mv .content_main_top_mv_txt{
  font-size:12px;
  margin:0 0 10px;
  padding:5px 0 0;
}



.content_info {
  clear:both;
  overflow:hidden;
  line-height:30px;
  font-size:13px;
  margin-bottom:5px;
}
.content_info_date {
  float:left;
  width:111px;
  text-align:center;
  color:#fff;
  background: url('../img/bg_info_date.png') 0 0 no-repeat;
}
.content_info_txt {
  float:left;
  margin-left:15px;
}

.box_class.box_class_mv{
  position:relative;
}
.box_class.box_class_mv .box_class_no{
  position:absolute;
  top:0px;
  left:600px;
  height:76px;
  margin-top:20px;
  padding-left:88px;
  font-size:12px;
  line-height:2em;
}
.box_class.box_class_mv .box_class_no_13{
  background: url('../img/icon_13.png') 0 center no-repeat;
}
.box_class.box_class_mv .box_class_no_23{
  background: url('../img/icon_23.png') 0 center no-repeat;
}
.box_class.box_class_mv .box_class_no_33{
  background: url('../img/icon_33.png') 0 center no-repeat;
}
.box_class.box_class_mv .box_class_no_44{
  background: url('../img/icon_44.png') 0 center no-repeat;
}
.box_class.box_class_mv .box_class_no_12{
  background: url('../img/icon_12.png') 0 center no-repeat;
}
.box_class.box_class_mv .box_class_no_22{
  background: url('../img/icon_22.png') 0 center no-repeat;
}
.box_class.box_class_mv p{
  height:76px;
  padding-left:12px;
}

.box_mv.box_mv_top {
  margin-bottom:0px;
}

.box_mv_info{
  clear:both;
  overflow:hidden;
  padding:0 0 20px;
}
.box_mv_info h3{
  margin:10px 0 15px;
}
.box_mv_info_box {
  display:block;
  float:left;
  width:440px;
  height:42px;
}
.box_mv_info_box.box_mv_info_box_12 {
  margin-right:40px;
  background: url('../img/icon_12_mini.png') 0 center no-repeat;
}
.box_mv_info_box.box_mv_info_box_22 {
  margin-right:40px;
  background: url('../img/icon_22_mini.png') 0 center no-repeat;
}
.box_mv_info_box.box_mv_info_box_13 {
  margin-right:40px;
  background: url('../img/icon_13_mini.png') 0 center no-repeat;
}
.box_mv_info_box.box_mv_info_box_23 {
  margin-right:40px;
  background: url('../img/icon_23_mini.png') 0 center no-repeat;
}
.box_mv_info_box.box_mv_info_box_33 {
  background: url('../img/icon_33_mini.png') 0 center no-repeat;
}
.box_mv_info_box.box_mv_info_box_44 {
  background: url('../img/icon_44_mini.png') 0 center no-repeat;
}
.box_mv_info_box .box_mv_info_box{
  margin-left:50px;
}
.box_mv_info_box .box_mv_info_box h4{
  margin:0px;
  padding:0px;
  font-size:16px;
  line-height:1.2em;
  color:#222;
}
.box_mv_info_box .box_mv_info_box p{
  font-size:14px;
  color:#222;
}

#footer{
  position:relative;
  margin:0px;
  height:64px;
  background:#022257;
  color:#fff;
  clear:both;
}

#footer .flogo{
  position:absolute;
  top:20px;
  left:23px;
}
#footer .flogo a{
  position: relative;
  top:2px;
  left:-221px;
  color: #FFF;
  text-decoration: none;
}

#footer .flogo a:hover{
  text-decoration: underline;
}

#footer .flink{
  position:absolute;
  top:20px;
  right:23px;
  margin:0px;
  padding:0px;
}
#footer .flink a{
  color:#fff;
  font-size:12px;
  text-decoration:none;
}
#footer .flink a:hover{
  text-decoration:underline;
}
#footer .address{
  position:absolute;
  bottom:5px;
  right:23px;
  margin:0px;
  padding:0px;
  font-size:12px;
}

.btn_link{display:block;margin-bottom:10px;}

.top-main-visual-message{
  color: #FFF;
  font-size: 50px;
  float: right;
  line-height: 72px;
  width:450px;
  margin: 60px 0px 0px 27px;
}

#info-flow-2,#info-flow-3{
  display: none;
}

.error_msg{
  color:#c00;
}

#mainvisual-flow-02{
  display: none;
}

.tech-school-main-message{
  margin-left: 10px;
  width: 405px;
  margin: 88px 0px 0px 33px;
  float: left;
}

.tech-school-main-message p{
  color: #333333;
  font-size: 12px;
  line-height: 20px;
}

.tech-school-main-message hr{
  border-color: #525252;
  margin-top: 7px;
  border-width: 2px;
}

.tech-school-main-message ul{
  font-size: 12px;
  line-height: 20px;
}

.tech-school-main-message .tech-school-main-message-ttl{
  margin-top: -7px;
  font-weight: bold;
  color: #000;
  font-size: 15px;
}

.tech-school-main-message .tech-school-main-message-ttl span{
  font-size: 11px;
}

.bg-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1001;
  cursor: pointer;
  background-color: #000;
}
.register-layer {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -308px;
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ddffffff,EndColorStr=#ddffffff);
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ddffffff,EndColorStr=#ddffffff);
  border-radius: 3px;
  width: 615px;
  z-index: 1002;
  height: 300px;
}
.register-layer .register-layer-title {
  margin-top: 30px;
  margin-left: 40px;
  margin-bottom: 40px;
}
.register-layer .register-layer-text {
  margin-left: 40px;
  margin-bottom: 42px;
}
.register-layer .register-layer-buttons {
  margin-left: 40px;
}
.register-layer .register-layer-buttons a{
  margin-right: 30px;
}
.register-layer2 {
  display: none;
  position: absolute;
  top: 160px;
  left: 50%;
  width: 790px;
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ddffffff,EndColorStr=#ddffffff);
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ddffffff,EndColorStr=#ddffffff);
  border-radius: 3px;
  margin-left: -395px;
  z-index: 1002;
}
.register-layer2 .register-layer-title {
  margin-top: 30px;
  margin-left: 40px;
  margin-bottom: 40px;
}
.register-layer2 .register-layer-text {
  margin-left: 40px;
  margin-bottom: 20px;
  font-size: 15px;
}
.register-layer2 dl {
  margin-left: 40px;
  margin-bottom: 35px;
}
.register-layer2 dt {
  font-size: 18px;
  margin-bottom: 15px;
}
.register-layer2 dt span{
  margin-right: 15px;
}
.register-layer2 dd {
  margin-left: 70px;
}
.register-layer2 dd .box{
  padding: 15px;
  background-color: #CBCBCB;
  border-radius: 3px;
  margin-right: 40px;
  font-size: 13px;
}
.register-layer2 dd .box-block{
  margin-bottom: 1em;
}
.register-layer2 dd .note{
  margin: 1em 0 0;
}
.register-layer2 .thx {
  text-align: center;
  font-size: 18px;
  margin: 38px 0;
}

.register-layer3 {
  display: none;
  position: absolute;
  top: 160px;
  left: 50%;
  width: 790px;
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ddffffff,EndColorStr=#ddffffff);
  -ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ddffffff,EndColorStr=#ddffffff);
  border-radius: 3px;
  margin-left: -395px;
  z-index: 1002;
}
.register-layer3 .register-layer-title {
  margin-top: 30px;
  margin-left: 40px;
  margin-bottom: 40px;
}
.register-layer3 .register-layer-text {
  margin-left: 40px;
  margin-bottom: 20px;
  font-size: 15px;
}
.register-layer3 dl {
  margin-left: 40px;
  margin-bottom: 35px;
}
.register-layer3 dt {
  font-size: 18px;
  margin-bottom: 15px;
}
.register-layer3 dt span{
  margin-right: 15px;
}
.register-layer3 dd {
  margin-left: 70px;
}
.register-layer3 dd .box{
  padding: 15px;
  background-color: #CBCBCB;
  border-radius: 3px;
  margin-right: 40px;
  font-size: 13px;
}
.register-layer3 dd .box-block{
  margin-bottom: 1em;
}
.register-layer3 dd .note{
  margin: 1em 0 0;
}
.register-layer3 .thx {
  text-align: center;
  font-size: 18px;
  margin: 38px 0;
}

.content_main_inner-message-bottom{
  color: #d3522a;
  position: absolute;
  width: 210px;
  top: 300px;
  left: 40px;
  font-size: 18px;
  letter-spacing: 1.2px;
}

.content_main_inner-message-date{
  color: #fff;
  position: absolute;
  width: 50px;
  top: 248px;
  left: 344px;
  font-size: 26px;
  letter-spacing: 1.2px;
}

.content_main-ssd{
  background: url('../img/ssd_main_bg.png') 0 center no-repeat;
  width: 906px;
  height: 374px;
}

.content_main-ssd h1{
  color: #717171;
  letter-spacing: 0.14em;
}


.content_main-ssd p{
  color: #717171;
}
.content_main-ssd-under{
  margin: 216px 0px 0px 0px;
  line-height: 26px;
  float: left;
}

.content_main-ssd-right{
  width: 270px;
  float: right;
  font-size: 20px;
  border-top: 2px solid #717171;
}

.content_main-ssd-right img{
  margin-top: 30px;
}

.ssd-area_join-step01-orange{
  color: #D25029;
  padding: 0px 0px 10px 69px;
  font-weight: bold;
}

.ssd-area_join-step01-under{
  text-decoration: underline;
}

.content_main-ssd-right p{
  border-bottom: 2px solid #717171;
  padding: 16px 0px 1px 3px;
}

.ssd-send-email-mail-sample{
  padding: 10px 0px;
  height: 28px;
  overflow: hidden;
}