@charset "utf-8";
/* CSS Document */
html {
    height: 100%;
}

body {
    font-family: 'Puritan20Normal';
    font-size: 12px;
    color: #666;
    line-height: 110%;
    height: 100%;
}

.txt_xx_large {
    font-size: 160% !important;
}

.txt_x_large {
    font-size: 140% !important;
}

.txt_large {
    font-size: 120% !important;
}

.txt_small {
    font-size: 94% !important;
}

.txt_x_small {
    font-size: 86% !important;
}

.txt_xx_small {
    font-size: 78% !important;
}

.txt_red {
    color: #FF0000;
}

.txt_bold {
    font-weight: bold;
}

.txt_center {
    text-align: center;
}

.txt_right {
    text-align: right;
}

.txt_left {
    text-align: left;
    width: 500px;
}

.txt_nowrap {
    white-space: nowrap;
}

.bg_f8 {
    background-color: #f8f8f8;
}

/*a:link {
        color: #F60000;
}*/

/*a:visited {
        color: #F60000;
}*/

a:hover {
    color: #00bfff;
}

a:active {
    color: #F60000;
}

.ph_right {
    margin-left: 20px;
    margin-bottom: 10px;
    float: right;
}
/*----Layout 
----*/
#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    background-color: white !important;
}

#screen {
    padding-bottom: 100px;
}

#screen_signup {
    padding-bottom: 100px;
} /*-- = screen --*/
#header,#contents,#footer {
    width: 100%;
}

#header {
    background-image: url(../Images/bg_header.png);
    background-repeat: repeat-x;
    height: 116px;
    box-shadow: 1px 5px 10px #999;
    -webkit-box-shadow: 1px 5px 10px #999;
    z-index: 1;
}

#contents {
    z-index: 2;
    min-height: 600px;
}

#footer {
    background-color: #999;
    background: linear-gradient(top, #999, #666);
    background: -webkit-gradient(linear, left top, left bottom, from(#999),
        to(#666) );
    height: 120px;
    position: absolute;
    bottom: 0;

}

#header_inner,#contents_inner,#footer_inner {
    width: 960px;
    margin: 0 auto;
}

#header_inner {

}

#contents_inner_signup {
    padding-bottom: 60px;
    width: 100%;
}

#subpage_one {
    /*	margin-top: 30px;*/
    padding: 30px;
}

#contents_inner #left {
    float: left;
    width: 210px;
}

#contents_inner #right {
    float: left;
    margin-left: 30px;
    width: 720px;
}

#contents_inner #w_left {
    width: 690px;
    padding: 30px;
    float: left;
    margin-top: 30px;
}

#contents_inner #w_left .box_two_wrapper {

}

#contents_inner #w_left .box_two_left,#contents_inner #w_left .box_two_right
{
    width: 330px;
    float: left;
}

#contents_inner #w_left .box_two_left {
    margin-right: 30px;
}

#contents_inner #w_left .box_three_wrapper {

}

#contents_inner #w_left .box_three,#contents_inner #w_left .box_three_middle
{
    width: 210px;
    float: left;
}

#contents_inner #w_left .box_three {

}

#contents_inner #w_left .box_three_middle {
    margin-left: 30px;
    margin-right: 30px;
}

#contents_inner #w_left h2,#subpage_one h2 {
    font-size: 30px;
    line-height: 120%;
    color: #78B9C7;
    margin-bottom: 15px;
}

#contents_inner #w_left h3,#subpage_one h3 {
    font-size: 18px;
    line-height: 120%;
    color: #78B9C7;
    margin-top: 30px;
    margin-bottom: 5px;
}

#contents_inner #w_left h4,#subpage_one h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ececec;
}

#contents_inner #w_left p,#contents_inner #subpage_one p {
    line-height: 160%;
    margin: 10px 0;
}

#contents_inner #w_right {
    width: 180px;
    padding: 30px 30px 30px 0;
    float: right;
    margin-top: 30px;
}

#contents_inner #w_right h3 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 30px;
}

#contents_inner #w_right h4 {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px;
}

#contents_inner #w_right p {
    margin: 8px auto;
}

#contents_inner #w_right img {
    display: block;
    margin: 0 auto;
}

.box_right {
    margin-bottom: 30px;
}

#contents_inner #left h2 {
    margin: 50px 20px 50px 40px;
    font-size: 30px;
    font-weight: normal !important;
    line-height: 120%;
    color: #78B9C7;
}

.signup {
    width: 85%;
    margin: 0 auto;

}
#subpage_one .form-signup {
    padding-top: 20px;
}
.active-sign-up, .active-change-email{
    width:50%;
    margin: 0 auto;
    padding-top: 100px;
    font-family: 'Puritan20Normal';
}
.active-sign-up label{
    text-transform:none; 
    width: 100%;
    font-weight: bold;
}
.active-change-email label{
    font-weight: normal;
}
.text-congratulation-signup{

    text-transform: uppercase;
    font-size: 38px;
    font-weight: bold;
    font-family: franchiseregular;
}
.btn-login-active{
    width: 300px;
}
.btn-login-active a{
    color: white;
    padding: 10px;
    font-size: 34px;
}
#activeSignUp .btn-login-active {
    padding: 2px;
    margin-left: 0px;
}            
#activeSignUp table tr td:first-child label {
    padding: 13px 0;
    float: left;
}
.signup,.confirm {
    padding: 100px 10px;
}

#footer_inner {
    color: #FFF;
    font-size: 12px;
}

#footer_inner ul {
    padding: 20px;
    width: 940px;
    margin: 0 auto;
}

#footer_inner li {
    display: inline;
    margin: 0 0.8em;
}

#footer_inner li a {

    color: #FFF;
    text-decoration: none;
}

#footer_inner li a:hover {
    color: #FF4105;
    text-decoration: none;
}

#footer_inner .copyright {
    text-align: center;
    padding: 15px;
}

.hogo_logo {
    width: 230px;
    float: left;
}

.hogo_logo img {
    padding-top: 31px;
    padding-left: 20px;
}

#navi {
    float: right;
    width: 730px;
    background-image: url(../Images/bg_navi_noline.png);
    background-repeat: no-repeat;
}

#navi li {
    display: block;
    float: left;
    line-height: 110%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

#navi li.navi_01,#navi li.navi_02,#navi li.navi_03,#navi li.navi_04,#navi li.navi_05
{
    width: 120px;
}

#navi li.navi_login {
    width: 130px;
}

#navi li a {

}

#navi li.navi_01 a,#navi li.navi_02 a,#navi li.navi_03 a,#navi li.navi_04 a,#navi li.navi_05 a
{
    height: 62px;
    text-decoration: none;
    display: block;
    padding: 60px 10px 10px 10px;
}

#navi li.navi_01 a:link,#navi li.navi_02 a:link,#navi li.navi_03 a:link,#navi li.navi_04 a:link,#navi li.navi_05 a:link
{
    color: #666;
    background-image: url(../Images/bg_navi_off.png);
    background-repeat: no-repeat;
}

#navi li.navi_01 a:visited,#navi li.navi_02 a:visited,#navi li.navi_03 a:visited,#navi li.navi_04 a:visited,#navi li.navi_05 a:visited
{
    color: #666;
    background-image: url(../Images/bg_navi_off.png);
    background-repeat: no-repeat;
}

#navi li.navi_01 a:hover,#navi li.navi_02 a:hover,#navi li.navi_03 a:hover,#navi li.navi_04 a:hover,#navi li.navi_05 a:hover
{
    color: #3a9eb8;
    background-image: url(../Images/bg_navi_on.png);
    background-repeat: no-repeat;
}

#navi li.navi_01 a:active,#navi li.navi_02 a:active,#navi li.navi_03 a:active,#navi li.navi_04 a:active,#navi li.navi_05 a:active
{
    color: #666;
    background-image: url(../Images/bg_navi_off.png);
    background-repeat: no-repeat;
}

#navi li.navi_login {
    padding-top: 60px;
}

#navi li.navi_login a {
    text-decoration: none;
}
/*----Top Page
----*/
.top_main_contents {
    background-image: url(../Images/bg_top_main_image.png);
    background-repeat: no-repeat;
    min-height: 370px;
    margin-top: 30px;
}

.top_main_inner {
    padding: 10px 20px 10px 440px;
}

.top_main_inner h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 110%;
    margin-bottom: 30px;
    position: relative;
    color: #999;
}

.txt_stop {
    color: #333;
    font-size: 53px;
}

.top_main_inner p {
    font-size: 14px;
    line-height: 160%;
}

.top_bt_movie {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.learn_more {
    padding-left: 2em;
    font-weight: bold;
    font-size: 12px;
}

.box_sns_group {
    text-align: right;
    margin-bottom: 20px;
}

.box_sns_group img {
    padding-right: 2px;
}

.top_bt_create {
    width: 398px;
}

.top_bt_create span {
    font-size: 16px;
    font-weight: nomal !important;
    color: #FFF;
    display: block;
    margin: 0px 30px;
}

.top_bt_create img {
    padding-bottom: -5px;
}

.top_bt_create a {
    display: block;
    width: 398x;
    height: 75px;
    background-image: url(../Images/buttom_sprite.png);
    background-position: 400px 0;
    box-shadow: 1px 1px 3px #FFF;
    -webkit-box-shadow: 1px 1px 3px #FFF;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #FFF;
    font-size: 36px;
    line-height: 75px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #DE4B15;
}

.top_bt_create a:hover {
    display: block;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.top_flow_header {
    background-color: #5EB5CB;
    background-image: url(../Images/logo_hogo_trp_white.png);
    background-repeat: no-repeat;
    background-position: 88px 32px;
    height: 132px;
    padding-left: 500px;
    padding-top: 24px;
    border-radius-topright: 12px;
    border-radius-topleft: 12px;
    -webkit-border-radius-top-right: 12px;
    -webkit-border-radius-top-left: 12px;
    box-shadow: 0px -4px 6px #77999B;
    -webkit-box-shadow: 0px -4px 6px #77999B;
}

.top_flow_wrapper {
    margin-bottom: 30px;
    padding: 0 26px;
    background-image: url(../Images/bg_4box.png);
    background-repeat: no-repeat;
    background-color: #91CEDB;
    box-shadow: 0px 0px 6px #77999B;
    -webkit-box-shadow: 0px 0px 6px #77999B;
}

.top_flow_box_01,.top_flow_box_02,.top_flow_box_03,.top_flow_box_04 {
    width: 175px;
    height: 290px;
    float: left;
    margin: 0 26px 30px 26px;
}

.top_flow_box_01 {

}

.top_flow_box_02 {

}

.top_flow_box_03 {

}

.top_flow_box_04 {

}

.top_flow_wrapper h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.top_flow_wrapper p {
    margin: 132px 15px 15px 15px;
    line-height: 130%;
    font-size: 12px;
    color: #333;
}

.top_flow_arrow {
    width: 53px;
    float: left;
}

.top_flow_arrow img {
    display: block;
    margin: auto;
    padding-top: 76px;
}

.bn_w_subscribe {
    margin: 30px auto;
    text-align: center;
    font-size: 34px;
    color: #5EB5CB;
    font-weight: bold;
    line-height: 51px;
}

.top_bt_subscribe {
    float: right;
    width: 202px;
    margin-right: 90px;
}

.top_bt_subscribe a {
    display: block;
    width: 202px;
    height: 51px;
    background-image: url(../Images/buttom_sprite.png);
    background-position: 0 0;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    line-height: 51px;
    font-size: 24px;
    box-shadow: 1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #999;
    text-shadow: 1px 1px 1px #77999B;
    font-weight: normal;
}

.top_bt_subscribe a:hover {
    display: block;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.txt_page_notice {
    margin-top: 30px;
    margin-bottom: 30px;
    background-image: url(../Images/bg_oblique.png);
    background-repeat: repeat-x;
    padding-top: 18px;
}
/*-------- button --------*/
.bt_orange,.bt_green {
    display: inline;
    z-index: 999;
}

.bt_orange a,.bt_green a {
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    margin: 10px;
    padding: 5px 18px;
}

.bt_orange a {
    background-image: url(../Images/bg_bt_orange.png);
    background-repeat: repeat-x;
    border: 1px solid #D38C2C;
    box-shadow: 1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #999;
    text-shadow: 1px 1px 1px #DE4B15;
}

.bt_green a {
    background-image: url(../Images/bg_bt_green.png);
    background-repeat: repeat-x;
    border: 1px solid #6DA510;
    box-shadow: 1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #999;
    text-shadow: 1px 1px 1px #459300;
}

.bt_orange a:link,.bt_green a:link {
    text-decoration: none;
    color: #FFF;
    box-shadow: 1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #999;
}

.bt_orange a:visited,.bt_green a:visited {
    text-decoration: none;
    color: #FFF;
    box-shadow: 1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #999;
}

.bt_orange a:hover,.bt_green a:hover {
    text-decoration: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.bt_orange a:active,.bt_green a:active {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.bt_green a:active {

}

/*--bt_disable--*/
.bt_disable {
    display: inline;
    z-index: 999;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: normal;
    color: #ECECEC;
    text-decoration: none;
    padding: 5px 18px;
    background-image: url(../Images/bg_bt_disable.png);
    background-repeat: repeat-x;
    border: 1px solid #DDD;
}

/*-------- to Top --------*/
.bt_to_top {
    display: inline;
    z-index: 999;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    margin: 10px;
    padding: 5px 18px;
    left: 50%;
    background-color: #9BCAD6;
}

.bt_to_top a {
    text-shadow: 1px 1px 1px #DE4B15;
}
/*--form register--*/
.ck_agree {
    float: left;
}

.agree {
    font-size: 18px;
    font-weight: bold;
    float: right;
    width: 92%;
    /*	padding-top: 6px;*/
    position: relative;
    left: -10px;
    color: #5b5b5b;
}
.agree dl dt, dd{
    display: inline
}
/*css_browser_selecter.jsによるcss出し分け*/
.chrome .agree {
    font-size: 12px;
    font-weight: bold;
    float: right;
    width: 92%;
    padding-top: 6px;
    position: relative;
    bottom: 30px;
}

.safari .agree {
    font-size: 12px;
    font-weight: bold;
    float: right;
    width: 92%;
    padding-top: 6px;
    position: relative;
    bottom: 30px;
}
/* ----form confirm -- */
.cf_label {
    border-left: 5px solid #CCCCCC;
    color: #404040;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-right: 0;
    margin-top: 2px;
    padding: 11px 0 0 12px;
    text-transform: uppercase;
    width: 200px;
}

.cf_textbox {
    max-width: 40%;
    width: 40%;
    transition: all 0.4s ease 0s;
    background-position: 5px 5px;
    border: 1px solid #DDDDDD;
    box-shadow: 1px 1px 2px #F5F5F5;
    height: 28px;
    line-height: 28px;
    outline: 0 none;
    padding: 0 7px;
    vertical-align: middle;
    margin-left: 220px;
}

.cf_section {
    border-bottom: 1px solid #EFEFEF;
    padding: 0 0 13px;
}
/*-- Success Sentmail-- */
.success_msg_box {
    /*	background-image: url(../Images/ph_success.png);
            background-repeat: no-repeat;*/
    width: 500px;
    margin: 0 auto;
    background-position: 480px;
    padding: 120px;
}


.sentmail_msg_box {
    max-width: 100%;
    margin: 0 auto;
    background-position: right;
    padding: 100px 150px;
    display: inline-block;
    font-size: 18px;
}
.sentmail_msg_box .sentmail_msg{
    display: inline-block;
    /*float: left;*/
    width: 65%;
    word-wrap: break-word;
}
.sentmail_msg_box .thankyou_msg {
    color: #187792;
    font-size: 27px;
}
.sentmail_msg_box .sentmail_msg .text-msg div{
    padding-bottom: 20px;
}
.sentmail_msg_box img{
    width: 210px;
    height: 168px;
}

.error_msg_box p {
    font-size: 14px;
    color: #FF0000;
}
/*-- Download Page --*/
.bt_dl_box {
    background-color: #ececec;
    padding: 48px 0;
}

.bt_dl_box img {
    margin: auto;
    display: block;
}
/*-- Table Style --*/
.tb_01 {
    width: 100%;
    border-collapse: collapse;
    margin: 30px auto;
}

.tb_01 caption {
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid #DDD;
    padding-bottom: 5px;
}

.tb_01 th,.tb_01 td {
    padding: 3px;
    border-bottom: 1px solid #ECECEC;
    word-break: break-all;
    font-size: 12px;
}

.tb_01 th {
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
}

.tb_02 {
    width: 690px;
    margin: 30px auto;
}

.tb_02 th,.tb_02 td {
    border: 1px solid #CCC;
    padding: 0.5em 1em;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 12px;
}

.tb_02 th {
    font-weight: bold;
    background-color: #E6F2F6;
    white-space: nowrap;
}

.tb_02 td {

}
/*-- Pricing --*/
.pricelist {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.bt_p_try,.bt_p_basic,.bt_p_plus,.bt_p_super {
    position: absolute;
    top: 366px;
}

.bt_p_try a,.bt_p_basic a,.bt_p_plus a,.bt_p_super a {
    font-size: 16px !important;
    padding: 8px 18px;
}

.bt_p_try {
    left: 300px;
}

.bt_p_basic {
    left: 455px;
}

.bt_p_plus {
    left: 610px;
}

.bt_p_super {
    left: 765px;
}
/*-- Error Page --*/
.error_msg_box h2 {
    font-size: 38px !important;
    color: #666 !important;
}

.error_msg_box h3 {
    font-size: 26px !important;
    color: #666 !important;
}

.error_msg_box p {
    font-size: 14px !important;
    color: #FF0000 !important;
}
/* Pure CSS Tooltips */
a.tooltip {
    position: relative; /*this is the key*/
    z-index: 998;       
}
a.tooltip span {
    text-decoration: none; 
}

a.tooltip:hover {
    z-index: 999;
    background-color: #ff0
}

a.tooltip span {
    display: none
}

a.tooltip:hover span { /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 20em;
    border: 1px solid #ccc;
    background-color: #999;
    color: #eee;
    text-align: left;
    padding: 10px;
}
/*-- Small Style --*/
.get_adobe p {
    font-size: 10px;
    line-height: 110% !important;
    margin-top: 0px !important;
}

.dl_notice {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 20px;
}

.dl_notice li {
    font-size: 10px;
    line-height: 120%;
    margin: 3px 0;
    position: relative;
}

.dl_notice li .listmark {
    position: absolute;
    left: -20px;
    top: 0px;
    color: #ff0000;
    font-weight: bold;
}

.img_chart {
    margin: 30px auto !important;
}
.titleEmail {
    max-width: 400px;
    word-break: break-all;
}

@media screen and (max-width: 414px) { /* max 414 - iPhone 6 + */
    .downloadsPage #container {
        overflow: auto;
    }
    table.display tbody td, table.display tbody td div {
        max-width: 130px !important;
    }
    
    table.display thead th div.custom-checkbox, table.display tbody tr td div.custom-checkbox {
        margin: 0px 3px -12px 0px !important;
    }
    
    table.display .file-size, table.display .i-check {
        display: none !important;
    }
    
    table.display .file-type {
        width: 20px !important;
    }
    
    #downloadPkgs .wrapper-buttons {
        white-space: normal;
        display: list-item;
        line-height: 2;
    }
    
}
@media only screen and (min-width: 415px ) { /* over 320 */
    
    .downloadsPage #container {
        overflow: auto;
    }
    
}

@media only screen and (min-width: 801px ) {
    
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

    #downloadPkgs .wrapper-buttons {
        white-space: normal;
        display: list-item;
        line-height: 2;
    }
    
    table.display .file-size, table.display .i-check {
        display: none !important;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    
    #downloadPkgs .wrapper-buttons {
        white-space: normal;
        display: list-item;
        line-height: 2;
    }
}

/* Lumia ----------- */
/*@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 533px) and (orientation : landscape) {
    
    #downloadPkgs .left-5p {
        margin-left: 5%;
    }
}*/