@charset "utf-8";
 
/* ===================================================================
 style info :共通リセットスタイル
=================================================================== */
/*--- reset-- */
html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; vertical-align: top; }
object, embed { vertical-align: top; }
legend { display: none; }
h1, h2, h3, h4, h5, h6{ font-size: 100%; }
img, abbr, acronym, fieldset { border: 0; }
ul li { list-style-type: none; list-style-position: outside; }
ol li { list-style-position: outside; margin-left: 20px; }
.w5 { width: 5%; }
.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w100px { width: 100px; }
.w150px { width: 150px; }
.w200px { width: 200px; }
.w250px { width: 250px; }
.m-b-20 { margin-bottom: 20px; }
html, body { height: 100%; }
main table { border-collapse: collapse; border-spacing: 0; width: 100%; }
 
 
/* ===================================================================
 style info :グリットデザイン用スタイル
=================================================================== */
/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; *behavior: url(/scripts/boxsizing.htc); }
.comuu-container { width: 1080px; margin: 0 auto; }
.comuu-container:after, .row:after, .col:after, .clr:after, .group:after { content: ""; display: table; clear: both; }
.row { padding-bottom: 0em; }
.col { display: block; float: left; width: 100%; }
@media (min-width: 768px) { .gutters .col { margin-right: 2%; }
   } /*--※JSにて右余白調整すること--*/
@media (min-width: 768px) { .span_1 { width: 8.33333333333%; }  .span_2 { width: 16.6666666667%; }  .span_3 { width: 25%; }  .span_4 { width: 33.3333333333%; }  .span_5 { width: 41.6666666667%; }  .span_6 { width: 50%; }  .span_7 { width: 58.3333333333%; }  .span_8 { width: 66.6666666667%; }  .span_9 { width: 75%; }  .span_10 { width: 83.3333333333%; }  .span_11 { width: 91.6666666667%; }  .span_12 { width: 100%; }  .gutters .span_1 { width: 6.5%; }  .gutters .span_2 { width: 15.0%; }  .gutters .span_3 { width: 23.5%; }  .gutters .span_4 { width: 32.0%; }  .gutters .span_5 { width: 40.5%; }  .gutters .span_6 { width: 49.0%; }  .gutters .span_7 { width: 57.5%; }  .gutters .span_8 { width: 66.0%; }  .gutters .span_9 { width: 74.5%; }  .gutters .span_10 { width: 83.0%; }  .gutters .span_11 { width: 91.5%; }  .gutters .span_12 { width: 100%; } }
 
  /* ===================================================================
 style info :共通スタイル
=================================================================== */
 
a { outline: none; text-decoration: none;}
a:visited { color: #FFF; text-decoration: none;}
a:hover { transition: all .4s; text-decoration: none;}
a:active { text-decoration: none;}
 
i { vertical-align: middle;}
 
main a {  color: #0071BC; outline: none;}
main a:visited { color: #0071BC; text-decoration: none;}
main a:hover { color: #5AB6DF; text-decoration: none; transition: all .4s;}
main a:active {text-decoration: none;}
 
html { width: 100%; height: 100%;}
 
body {
  background: #F5F3F0;
  color: #666;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo,Sans-Serif","ＭＳ Ｐゴシック","MS PGothic";
  line-height: 1.4;
  position: relative;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}


/*------------------ placeholder --------------------------*/
/* Chrome, Safari */
input::-webkit-input-placeholder{
    color: #B3B3B3;
    font-size: 12px;
}

/* Firefox */
input::-moz-placeholder{
    color: #B3B3B3;
    font-size: 12px;
}

/* Firefox 18以前 */
input:-moz-placeholder{
    color: #B3B3B3;
    font-size: 12px;
}

/* IE */
input:-ms-input-placeholder{
    color: #B3B3B3;
    font-size: 12px;
}

 
/*------------------ layout --------------------------*/
 
header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    background: #0071BC;
    z-index: 999;
}
 
aside {
    width: 160px;
    height: 100%;
    padding-bottom: 70px;
    position: fixed;
    top: 60px;
    left: 0;
    background: #424F63;
    color: #FFF;
    font-weight: bold;
    z-index: 1045;
}
 
main {
    padding: 90px 30px 120px 190px;
}
 
footer {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    height: 60px;
    padding: 20px 0 0 190px;
    color: #2A323F;
}
 
 
/*------------------ header --------------------------*/
 
header h1 {
    width: 160px;
    height: 60px;
    text-align: center;
}
 
header h1 a {
    display: inline-block;
    width: 160px;
    height: 60px;
    padding: 15px 0 0 0;
    background: #424F63;
    color: #FFF;
    font-size: 28px;
    font-family: 'Pacifico', cursive;
}
 
header h1 a span {
    font-size: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo,Sans-Serif", "ＭＳ Ｐゴシック", "MS PGothic";
}
 
header h1 a:hover {
    background: #495875;
    color: #FFF;
}
 
header p {
    color: #FFF;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 180px;
}
 
header p select {
    color: #666;
    font-weight: bold;
    width: 240px;
    margin: 0 0 0 10px;
}
 
#menu {
    width: 300px;
    height: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
}
 
#menu li,
#menu a {
    line-height: 1;
    font-size: 11px;
    font-weight: bold;
    display: block;
    color: #FFF;
    cursor: pointer;
}
 
#menu li {
    width: 100px;
    height: 60px;
    float: right;
    padding: 23px 0 0 0;
    text-align: center;
}
 
#menu li:hover {
    background: #007FD5;
    transition: all .4s;
}
 
#menu li.link {
    padding: 0;
}
 
#menu i {
    font-size: 16px;
}

#menu a {
    text-align: center;
    width: 100px;
    padding: 23px 0 0 0;
    height: 60px;
}
 
 
/*------------------ side --------------------------*/
 
#profile {
    background: #2A323F;
    padding: 20px 0 14px;
    font-size: 11px;
}
 
#profile p {
    text-align: center;
    padding: 0 0 4px 0;
}
 
#profile p img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}
 
#profile .name {
    color: #5AB6DF;
}
 
aside #profile .name i {
    color: #6EC8B4;
    margin: 0;
}
 
#profile a {
    color: #fff;
}
 
#profile a:hover {
    color: #0071BC;
}
 
nav > ul > li:first-child a {
    height: 36px;
    padding: 15px 0 0 10px;
}
 
nav li a {
    display: block;
    height: 30px;
    font-size: 11px;
    padding: 8px 0 0 10px;
    color: #d9dce0;
}
 
nav li a:visited,
nav li a:hover,
nav li a:active {
    color: #FFF;
    background: #56667f;
}
 
aside i {
    margin: 0 6px 0 0;
}
 
nav li.select a:link,
nav li.select a:visited,
nav li.select a:hover,
nav li.channel li.select,
nav li.channel ul li.select:hover {
    color: #FFF;
    background: #0071BC;
}
 
nav li.channel ul {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}
 
nav li.channel ul li {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    color: #FFF;
    font-size: 10px;
    background: #2A323F;
}
 
nav li.channel ul li:hover {
    color: inherit;
    background: #56667f;
}
 
nav li.channel ul li:hover span.edit-channel {
    display: block;
}
 
nav li.channel ul li span.edit-channel {
    display: none;
}
 
nav li.channel ul span,
nav li.channel ul a {
    cursor: pointer;
    height: 26px;
}
 
nav li.channel ul .channel-name {
    padding: 0 0 0 10px;
    width: 67%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
 
nav li.channel ul span.edit-channel {
    padding: 0 0 0 2px;
    float: right;
    text-align: center;
}

nav li.channel ul span.update-channel {
    padding: 0 0 0 2px;
    position: absolute;
    text-align: center;
    right: 25px;
}

nav li.channel ul span.update-channel i {
    font-weight: bold;
    font-size: 1.5em;
}

nav li.channel ul span.edit-channel i {
    line-height: 28px;
    vertical-align: middle;
    top: 0;
    font-weight: bold;
    font-size: 1.5em;
}
 
nav li.channel ul .channel-name:after {
    clear: both;
}
 
nav li.channel ul .chAdd span {
    padding: 0 0 0 10px;
    font-size: 11px;
    color: #5AB6DF;
    display: block;
    line-height: 28px;
}
 
nav li.channel ul {
    color: #FFF;
}
 
#customize {
    background: #2A323F;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 42px;
    padding: 16px 0 0 10px;
    cursor: pointer;
}
 
#customize:hover {
    background: #2B5B82;
    transition: all .4s;
}
 
 
/*------------------ main --------------------------*/
 
.box {
    background: #FFF;
    margin: 0 0 5px 0;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.1);
}
 
.title {
    background: #fff;
    border-bottom: #E6E6E6 solid 1px;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding: 20px 30px 13px;
}

.innerBox{
    padding: 20px 30px;}

.simpleTbl tr:first-child * {
    border-top: 1px solid #e0e0e0;
}
.simpleTbl th {
    background: #e9e7e4 none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    padding: 10px 10px 8px;
}
.simpleTbl td {
    padding: 10px 10px 8px;
    border-bottom: 1px solid #e0e0e0;
}

td.v-b{
    vertical-align: bottom;}
 
/* ===================================================================
style info :Formパーツスタイル
=================================================================== */
 
button {
    border: none;
    line-height: 1;
    height: 26px;
    padding: 3px 10px 0;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(255, 255, 255, 0.1) inset;
}
 
button:hover {
    opacity: 0.8;
    transition: all .4s;
}
 
button:active {
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, .1);
}
 
button i {
    margin: 0 2px 0 0;
}
 
button.btnS {
    font-size: 11px;
    height: 20px;
    padding: 1px 10px 0;
}
 
button.btnL {
    width: 120px;
    height: 28px;
    font-size: 14px;
    padding: 2px 0 0;
}
 
button.blue {
    background: #5AB6DF;
}
 
button.red {
    background: #ff735f;
}
 
button.yellow {
    background: #F8B400;
}

main a.linkBtn,.linkBtn{
    display:inline-block;
    border: none;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(255, 255, 255, 0.1) inset;
    height: 26px;
    padding: 8px 10px 0;
    background: #5AB6DF;
}

main a.linkBtn:hover,.linkBtn:hover {
    opacity: 0.8;
    transition: all .4s;
}

main a.linkBtn:active,.linkBtn:active {
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, .1);
}
 
select {
    height: 22px;
    font-size: 13px;
    background: #FFF;
    border: #CCC solid 1px;
}
 
label {
    padding-right: 8px;
    margin: 0;
    cursor: pointer;
    font-weight: normal;
}
 
input[type="checkbox"] {
    margin: 0 2px 0 0;
    cursor: pointer;
}
 
input[type="radio"] {
    margin: 0 3px 0 0;
    cursor: pointer;
}
 
input[type="text"] + label input[type="radio"] {
    margin: 0 3px 0 10px;
}
 
input[type="text"] {
    height: 24px;
    font-size: 13px;
    background: #FFF;
    color: #808080;
    padding: 0 5px;
    border: #CCC solid 1px;
}
 
input[type="file"] {
    width: auto;
    border: 0;
    background: none;
    display: inline-block;
}
 
textarea {
    background: #FFF;
    padding: 0 5px;
    border: #CCC solid 1px;
}
 
.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 24px;
    font-size: 13px;
    /*background:#FFF;*/
    padding: 0 5px;
    border: #CCC solid 1px;
}
 
.input-lg,
.form-horizontal .form-group-lg input[type="text"],
.input-lg,
.form-horizontal .form-group-lg input[type="password"] {
    border-radius: 0px;
}
 
.input-group .form-control {
    display: inline-block;
}
 
.input-group-addon {
    border-radius: 0;
    font-size: 13px;
    padding: 3px 10px;
    text-align: center;
}
 
.commu-col {
    float: left;
    width: 150px;
}
 
.submitBtn {
    margin: 30px auto 0;
    border: none;
    background: #F5A300;
    line-height: 1;
    height: 26px;
    padding: 3px 10px 0;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 10px 14px rgba(255, 255, 255, 0.1) inset;
}
 
.submitBtn:hover {
    opacity: 0.8;
    transition: all .4s;
}
 
.submitBtn:active {
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, .2);
}
 
.submitBtn {
    margin: 30px auto 0;
    border: none;
    background: #F5A300;
    line-height: 1;
    height: 26px;
    padding: 3px 10px 0;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 10px 14px rgba(255, 255, 255, 0.1) inset;
}
 
.submitBtn:hover {
    opacity: 0.8;
    transition: all .4s;
}
 
.submitBtn:active {
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, .2);
}


 
/* ===================================================================
style info :アラート(エラーメッセージ)
=================================================================== */
 
.alert {
    border: none;
    /*border-radius: 0;*/
    margin-bottom: 20px;
    padding: 15px;
    color: #fff;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3);
}
 
.alert strong {
    padding-right: 20px;
    line-height: 22px;
}
 
.alert i {
    padding-right: 5px;
}
 
.alert-success {
    background: #fffad7;
    color: #ff735f;
}
 
.alert-info {
    background: #DEF0F9;
    color: #666;
}
 
.alert-info i,
.alert-info strong {
    color: #0071BC;
}
 
.alert-nohit {
    background: #FFF;
    color: #666;
}
 
.alert-nohit i {
    color: #0071BC;
}
 
.alert-warning {
    background: #F5A300;
}
 
.alert-danger {
    background: #ff735f;
}

/* ダイアログのデザインが入るまでの間に合わせ */

aside .modal-dialog {
    color: #666;
}

/* ===================================================================
style info : 静的ページ設定
=================================================================== */

.register-contents{
    margin-left:-180px;
}

.register-contents .register{
    width:800px;
    margin:0 auto;
    padding:0 60px 50px;
}

.register h3{
    font-size:24px;

    padding-bottom:5px;
    border-bottom: 1px solid #999;
    padding-top:60px;}

.register p{
    font-size:14px;
    margin-top:10px;
}

.register h4{
    font-size:18px;

    margin-top:60px;}

.register dt{
    margin-top:20px;
    font-size:15px;
    display:inline-block;
    padding:0 5px 1px;
    border-bottom: 1px solid #999;
    }

.register dd{
    margin-top:10px;
    font-size:14px;
    }


/* お知らせ部分 */
div#notice {
    color: #666;
    position: absolute;
    top: 65px;
    left: calc(-350px / 2 + 50px);
    width: 350px;
    background-color: white;
    border: 1px solid #E6E6E6;
}

div#notice:before {
    content: "";
    position: absolute;
    top: -6px; left: 50%;
    margin-left: -9px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent white transparent;
    z-index: 0;
}

div#notice:after {
    content: "";
    position: absolute;
    top: -7px; left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #E6E6E6 transparent;
    z-index: -1;
}

div#notice.fade {
    transition: all linear 300ms;
    opacity: 1;
}

div#notice.fade.ng-hide {
    opacity: 0;
}

div#notice h4 {
    color: #0071BC;
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #DEF0F9;
}

div#notice h4 > div {
    font-size: 0.5em;
    padding-top: 5px;
    color: #666;
}

div#notice > div {
    position: relative;
    width: 100%;
    color: #666;
    text-align: left;
    padding: 10px;
    display: block;
    border-bottom: #E6E6E6 solid 1px
}

div#notice > div > div {
    padding: 10px;
}

div#notice > div:last-child {
    border-bottom: none;
}

div#notice .detail-link {
    text-align: right;
    padding-right: 20px;
    font-size: 1.2em;
    color: #0071BC;
    cursor: pointer;
}

#notice-modal .modal_btn {
    text-align: right;
}

#notice-modal .notice-detail ul {
    padding: 20px;
}
#notice-modal .notice-detail ul li{
    list-style-position: inside;
    list-style-type: disc;
}

div#notice h4 > div > div {
    display: inline-block;
}
div#notice h4 div.new {
    background-color: #ff735f;
    border-radius: 6px;
    color: white;
    padding: 3px;
    font-weight: bold;
}

