@charset "utf-8";

/* --------------------
 認証画面共通
 --------------------*/

* {
    margin: 0;
}

/* --------------------
 body
 --------------------*/
body {
    font-size: 14px;
}

.desc-area {
	padding-top: 15px;
}

#input-login .shelf,
#login-backup .shelf{
    padding-top: 60px;
}

#input-login .shelf,
#login-backup .shelf,
.auth-method-selection .selectauth .shelf,
.auth-method-selection .description .shelf,
.input-auth-code .inputauth .shelf,
.input-auth-code .description .shelf{
	background: #f1f1f1;
}

.auth-method-selection .selectauth h2,
.auth-method-selection .description h2,
.input-auth-code .inputauth h2,
.input-auth-code .description h2{
	margin-top: 15px;
}

.auth-method-selection td,
.input-auth-code td{
	vertical-align: middle;
}

.selectauth .shelf,
.inputauth .shelf{
	position: relative;
}

/* --------------------
 section
 --------------------*/
#input-login .shelf, #reconfirm-input .shelf, #login-backup .shelf, .auth-method-selection .selectauth .shelf, .auth-method-selection .description .shelf, .input-auth-code .inputauth .shelf, .input-auth-code .description .shelf {
    background: #f1f1f1;
}
#input-login .shelf, #reconfirm-input .shelf, #login-backup .shelf {
    padding-top: 20px;
}

.settingCancel {
    margin: 15px auto;
    text-align: left;
}

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

/* --------------------
 tab
 --------------------*/
section .shelf.tab-list {
    position: relative;
    border: 0 none;
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    z-index: 10;
}
section .shelf.tab-list .tab-list-item {
    display: inline-block;
    border: 1px solid #ddd;
    background: #f1f1f1;
    border-radius: 5px 5px 0 0;
    color: #969696;
}
section .shelf.tab-list .tab-list-item .methodTypeIcon {
    opacity: .6;
}
section .shelf.tab-list .tab-list-item.selected {
    background-color: #fff;
    border-bottom-color: #fff;
    color: #2c71a5;
}
section .shelf.tab-list .tab-list-item.selected .methodTypeIcon {
    opacity: 1;
}
section .shelf.tab-list .tab-list-item .methodTypeIcon {
    opacity: .6;
}
section .shelf.tab-list .tab-list-item label {
    display: block;
    padding: 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
section .shelf.tab-list .tab-list-item.selected .methodTypeIcon {
    opacity: 1;
}
section .shelf.tab-content {
    position: relative;
    top: -1px;
    z-index: 1;
    border-radius: 0 0 5px 5px;
}
.auth-method-content {
    overflow: hidden;
}
ul li label {
    margin: 0px;
}
/* --------------------
 説明　右ペイン
 --------------------*/
.auth-method-selection .description {
	width: 530px;
}

.input-auth-code .description {
	width: 560px;
}

.description+* {
	clear: both;
}

 /* --------------------
   ボタン
 --------------------*/
.btn{
    cursor: pointer;
    border-radius: 3px;
}

#btn-login{
    width: 280px;
    font-size: 20px;
 }

.btn-info {
    background-color: #2c71a5;
}

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

#btn-left-area {
    float: left;
    width: 580px;
    text-align: right;
}

#btn-right-area {
    float: right;
    width: 580px;
    text-align: left;
}

 /* --------------------
   ラベル
 --------------------*/
.label-large{
    font-weight: bold;
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
    display: inline-block;
}

  /* --------------------
   input
 --------------------*/
input[type="text"],
input[type="password"]{
     font-size: 18px;
     height: 2.5em;
     width: 100%;
 }

.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;
}

 /* --------------------
 H3
 --------------------*/

h3 {
    margin-bottom: 15px;
    padding-left: 12px;
    border-left: 6px solid #5ea01c;
    font-weight: bold;
    font-size: 18px;
}

 /* --------------------
 note
 --------------------*/
.notes {
    color: #A9A9A9;
}

 /* --------------------
 FORK
 --------------------*/
 #fork {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 2px;
}

#fork > p, #main-title > p{
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
}

#fork > h1{
    margin: 25px auto;
    min-height: 25px;
}

#fork > h2{
    margin-bottom: 15px;
    padding-left: 12px;
    border: none;
    font-weight: bold;
    font-size: 20px;
}

p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.72222;
}

 /* --------------------
 RACK
 --------------------*/
.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;
}
#input-login .rack th, #reconfirm-input .rack th, #login-backup .rack th {
    padding-left: 40px;
    width: 100px;
}

 /* --------------------
 shelf > note-list
 --------------------*/
.notes-list {
    margin: 0;
    padding-left: 20px;
}
.notes-list li {
    font-size: 11px;
}

 /* --------------------
warning
 --------------------*/
.shelf .warning {
    border-radius: 6px;
    background-color: #FFE379;
    margin: 0 0 1em 0;
    padding: 10px;
    color: #CC7600;
    border: 1px solid #FFCA00;
    line-height: 1.5;
    clear: both;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.warning.registerd{
    margin-top: 12px;
}

 /* --------------------
ERROR
 --------------------*/
/*エラー部分をメインフォームの幅に合わせたいだけだったが、
ブラウザ依存を極力排除したいため細かく指定することにした*/
#alertMessage {
    width: 1200px;
    margin: 0px auto 20px auto;
}
.alertMessage1200 {
    width: 1200px;
    text-align: center;
    margin: 0px auto 20px auto;
}
.alertMessage1000 {
    width: 1000px;
    text-align: center;
    margin: 0px auto 20px auto;
}
.alertMessage700 {
    width: 700px;
    text-align: center;
    margin: 0px auto 20px auto;
}
.alertMessage600 {
    width: 600px;
    text-align: center;
    margin: 0px auto 20px auto;
}
.alertMessage550 {
    width: 550px;
    text-align: center;
    margin: 0px auto 20px auto;
}

#alertMessage > ul,
.alertMessage1200 > ul,
.alertMessage1000 > ul,
.alertMessage700 > ul,
.alertMessage600 > ul,
.alertMessage550 > ul
 {
    padding: 0 20px;
}

#alertMessage > ul > li,
.alertMessage1200 > ul > li,
.alertMessage1000 > ul > li,
.alertMessage700 > ul > li,
.alertMessage600 > ul > li,
.alertMessage550 > ul > li
 {
    margin: 0 30px;
    text-align: left;
}

.alert-danger {
    border-color: #dca7a7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
}
.alert {
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
}
.alert-danger {
    background-color: #f2dede;
    color: #a94442;
}
.alert-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
}
.alert {
    padding: 15px 0;
    margin-bottom: 20px;
    /*border: 1px solid transparent;*/
    border-radius: 2px;
}

.alert ul, ol {
    margin-bottom: 0;
}

/* ---------------------------------------
 padding between main contetns and footer
 -----------------------------------------*/
.endMAinContents{
    padding-bottom: 70px;
}

/* --------------------
 HEADER
 --------------------*/
#otherLoginForm{
    display: inline;
}
#other_login{
   margin-top: 4px;
   font-size: 13px;
}
#current-id {
    color: #999;
    margin-right: 15px;
}