@charset "utf-8";

/* HTML5 */
article, aside, canvas, details,
figcaption, figure, footer, header,
hgroup, menu, nav, section, summary {
    display: block;
}

/* --------------------
 HTML
 --------------------*/
html {
    position: relative;
    min-height: 100%;
}

/* --------------------
 BODY
 --------------------*/

* {
    font-family: Verdana, Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

body {
    margin-bottom: 75px;
    background: #fbfbfb;
    color: #4a4a4a
}

/* --------------------
 CONTAINER
 --------------------*/
body > .container {
    padding-bottom:50px;
}

/* --------------------
 H
 --------------------*/

 h1,h2,h3,h4,h5,h6 {
    font-family: Verdana, Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    margin: 0;
}

/* --------------------
 row
 --------------------*/
.row {
    clear: both;
    overflow: hidden;
}
.button_row {
    clear: both;
    margin: 15px auto;
}

.back {
    clear: both;
    margin: 15px auto;
}

/* --------------------
 FOOTER
 --------------------*/

#footer {
    margin-top: 70px;
    font-size: 75%;
}


/* --------------------
 FLOW
--------------------*/
#flow {
    height: 65px;
    width: auto;
    min-width: 960px;
    background: #ffffff;
    border: solid 1px #dddddd;
    font-size: 100%;
}

#flow .inner {
    width: 960px;
    margin: 0px auto;
}

#flow ol {
    counter-reset:number;
    list-style:none;
    margin: 20.5px 0;
    padding:0;
}

#flow ol li {
    float: left;
    color: #888888;
    padding: 0;
    border: none;
}

#flow ol > li:first-of-type {
    padding-top: 0;
    background: none;
}

#flow ol > li:last-of-type {
    background: none;
}

#flow ol > li p {
    font-size: 100%;
}

#flow ol li.active{
    color: #444;
}

#flow ol li:before{
    counter-increment: number;
    content: counter(number);
    margin-right: 15px;

    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    text-align: center;
    line-height: 1.5;
}

#flow ol li.active:before {
    margin: 0 8px 0 -7px;
    float: left;
    background: #2c71a5;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

/* --------------------
 SHELF
 --------------------*/

section .shelf {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
}

/* --------------------
 H1
 --------------------*/

 h1 {
     margin: 0 auto 0 0;
     min-height: 0;
     color: #2c71a5;
     font-weight: bold;
     font-size: 32px;
     line-height: normal;
     text-align: center
 }

/* --------------------
 H2
 --------------------*/

h2 {
    margin-bottom: 15px;
    padding-left: 12px;
    border-left: 6px solid #2c71a5;
    font-weight: bold;
    font-size: 20px;
}

/* --------------------
 LABEL
 --------------------*/

label {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

/* --------------------
 INPUT
 --------------------*/

input[type="text"],
input[type="password"],
input[type="button"] {
    height: 35px;
    border: 1px solid #DDD;
    border-radius: 4px;
    padding: 0 10px;
    outline: none;
    color: #555;
    line-height: 35px\9;
}

/* ブロック要素input*/
.input-block{
    width:100%;
  -webkit-box-sizing: border-box;
   -khtml-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

input.long {
    width: 429px;
}
input.middle {
    width: 195px;
}
input.short {
    width: 85px;
}
input.mini {
    width: 50px;
}
input:focus {
    background: #fefed7;
}

/* --------------------
 A
-------------------- */
a {
    color: #2c71a5;
    text-decoration: none;
}

/* --------------------
 SELECT
-------------------- */

select {
    -moz-appearance: button;
    appearance: button;
    height: 35px;
    line-height: 35px !important;
    vertical-align: middle !important;
    border-radius: 3px;
    padding: 0 0 0 5px;
    outline: none;
}

/* Chrome & Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select  {
        height: 35px ;
        /*-webkit-appearance: button;*/
        appearance: button;
        border-radius: 4px;
        border: 1px solid #bfbfbf;
        padding-left: 10px;
        /*background:
            url("https://secure.sakura.ad.jp/signup3/css/login/common/images/rack/select.png")
            no-repeat
            right;*/
        font-size: 14px;
        outline: none;
    }
}

.light select {
    border: 1px solid #ccc;
}
.dark select {
    border: 1px solid #666;
}
select.grande {
    width: 350px;
}
select.long {
    width: 215px;
}
select.middle {
    width: 105px;
}
select.short {
    width: 70px;
}
select.flex {
    min-width: 105px;
}

/* --------------------
 SECTION
 --------------------*/

 body > section,
 body > form > section{
     width: 1000px;
    margin: 0px auto;
 }

 #confirm > section {
     margin: 50px auto;
 }


/* --------------------
 RACK
--------------------*/

/* TABLE */
.rack {
    empty-cells: show;
    border-collapse: separate;
    border-radius: 5px;
}
.rack th {
    padding-left: 15px;
    padding-right: 10px;
    width: 170px;
    height: 65px;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    font-family: Verdana, Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.rack th h3 {
    font-weight: bold;
}
.rack td {
    vertical-align: middle;
}

.rack tr:first-child th:last-child,
.rack tr:first-child td:last-child {
    border-radius: 0 5px 0 0;
}

.rack tr:first-child th:first-child,
.rack tr:first-child td:first-child {
    border-radius: 5px 0 0 0;
}

.rack tr:last-child th:first-child,
.rack tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

.rack tr:last-child th:last-child,
.rack tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

table.rack.light tr:last-child td,
table.rack.light tr:last-child th {
    border-bottom: none;
}

table.rack.light tr th:last-child,
table.rack.light tr td:last-child {
    border-right: none;
}

/* LIGHT */
.rack.light {
    background: #f1f1f1;
}
.rack.light th,
.rack.light td {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}
.rack.light input[type="button"] {
    margin-left: 15px;
    width: 157px;
    height: 37px;
    cursor: pointer;
}
.rack.light input[type="button"]:hover {
    background-position: 0px -35px;
}

/* EM */
.rack em {
    color: #d23a65;
    font-weight: bold;
}

/* --------------------
 NOTIFY
--------------------*/
.error-txt {
    color: #d23a65;
    font-size: 12px;
}

.rack .error {
    padding: 0 0 0 15px !important;
    height: 30px !important;
    border: 0 !important;
    background: none #d23a65 !important;
    font-weight: normal !important;
    line-height: 30px;
    color: #fff !important;
    font-size: 13px;
}

.rack .error {
    color: #fff !important;
}

/* SPAN */

.rack th span {
    font-size: 11px;
}

.rack em {
    color: #d23a65;
    font-weight: bold;
}

/* --------------------
 DISPLAY
--------------------*/

.invisible {
    display: none;
}
.visible {
    display: table-cell;
}

/* --------------------
 MODAL
--------------------*/
.modal .close {
    float: right;
    text-decoration: none;
    color: #444;
}

.modal-content {
    padding: 20px;
    border-radius: 5px;
}

.configModalDialog .modal-body {
    background: #f1f1f1 none repeat scroll 0 0;
}

.rack.light td.desc {
    background: #e3e3e3;
    padding-left: 15px;
    width: 262px;
    vertical-align: middle;
    font-size: 11px;
}

.disabled {
    color: #888888;
}

ul li label {
    margin-right: 15px;
}

body > section+section,
body > form > section+section {
    margin-top: 25px;
}

#main-title h1 {
    /*background: url("https://secure.sakura.ad.jp/signup3/css/login/common/images/logos/https.png") no-repeat 800px;*/
    padding: 40px 0;
}

#main-title+section {
    margin-top: 0;
}

.rack th span {
    font-size: 11px;
}

.rack.light td.dark {
    background: #e3e3e3 none repeat scroll 0 0;
    font-size: 11px;
    padding-left: 15px;
    vertical-align: middle;
    width: 280px;
}

#submit {
    text-align: center;
}

table {
    width: 100%;
}


/* --------------------
 MessageBox
--------------------*/
.message-box {
    background: #fffbe4;
    border: solid 1px #f8f6e6;
    padding: 10px 15px;
    text-align: center;
    margin: 0 auto;
}

.modal-body  .annotation {
    color: #d23a65;
    font-weight: bold;
    font-size: 0.8em;
    padding-top: 20px;
}

/* --------------------
 DarkBox
--------------------*/
.light-box {
    background: #f1f1f1;
    border-radius: 5px;
}

input[type="radio"] {
    margin-right: 10px;
}

.infomation {
    font-weight: bold;
}

.modal .modal-dialog {
    width: 750px;
}

.fnt-blue {
    color: #2c71a5;
}

.btn:hover,
#submit button:hover {
    opacity: 0.6;
}

/* --------------------
 TEXT ALIGN
--------------------*/
.text-center {
    text-align:center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/* --------------------
 CLEAR
--------------------*/
.clear-both{
    clear: both;
}

/* --------------------
 BUTTON
--------------------*/
/*
 btn override
*/
.btn {
    -webkit-transition: border .1s ease-out, color .1s ease-out, background-color .1s ease-out;
    transition: border .1s ease-out, color .1s ease-out, background-color .1s ease-out;
}
.btn,.btn-lg, .btn-group-lg>.btn {
    cursor: pointer;
    border-radius: 3px;
}

.btn-primary, .btn-primary:focus {
    background-color: #2c71a5;
}
.btn-primary:hover, .btn-primary.hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-color: #317EB9;
}

.btn-inverse, .btn-inverse:focus {
    border: 1px solid #d0d0d0;
    color: #767676;
    background-color: #fff;
}
.btn-inverse:hover, .btn-inverse.hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .open>.dropdown-toggle.btn-inverse {
    border: 1px solid #d0d0d0;
    color: #969696;
    background-color: #fff;
}
.btn-lg, .btn-hg {
    font-size: 20px;
}

/*
 form override
*/
.form-group.focus .form-control,.form-control:focus,.form-group.focus .select2-search input[type=text],.select2-search input[type=text]:focus {
    border-color: #DDD;
    box-shadow: none;
}

.form-control.flat,.select2-search input[type=text].flat {
    border-color: #DDD;
}

.form-control.flat:hover,.select2-search input[type=text].flat:hover {
    border-color: #DDD;
}

.form-control.flat:focus,.select2-search input[type=text].flat:focus {
    border-color: #DDD;
}

/* ------------------------
 validationEngine override
 --------------------------*/
.formError .formErrorContent {
    background: #d23a65;
    border: 0 none;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.3);
    -o-box-shadow: 0 0 6px rgba(0,0,0,.3);
    padding: 4px 10px 4px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.formError .formErrorArrow div {
    border-left: 0 none;
    border-right: 0 none;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.3);
    -o-box-shadow: 0 0 6px rgba(0,0,0,.3);
    background: #d23a65;
}

/* --------------------
 AppStore GooglePlay リンク
--------------------*/
#appIcons img{
     width: auto;
     height: 40px;
}
#appIcons .appIconsLead {
    margin-bottom: 5px;
    font-weight: bold;
    color: #666;
}

#appIcons {
    margin-right: 30px;
    margin-top: 20px;
}

/* ---------------------------------------
 Error JS/Cookie
 -----------------------------------------*/
#cookie_unable_body{
    display: none;
}

#js_unable_body ,
#cookie_unable_body{
    background-color: #f3f3f3;
    opacity: 0.95;
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#js_unable_content ,
#cookie_unable_content{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 200px auto;
    width: 1000px;
    height: 800px;
    text-align: center;
}

#js_unable_content p ,
#cookie_unable_content p{
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 15px;
}