@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 reset*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* フォントはデフォルトを使います */
h1, h2, h3, h4, h4, h6 {
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

img {
    border: 0;
    vertical-align: bottom;
}

a {
    color: #524e4d;
    text-decoration: none;
}

/*フォントサイズ全体16px指定処理*/
* {
    font-size: 100%;
    outline: 0;
}

textarea {
    font-family: "ＭＳ Ｐゴシック";
}

/*-----------------------------------------------------------------------------
	高さ100%指定 wrappが100%
------------------------------------------------------------------------------*/

html {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

body {
    width: 100%;
    height: 100%;
    font-size: 81.25%;
    line-height: 1.4;
    color: #524e4d;
    background: #fff
}

* html table {
    font-size: 62.5%;
    line-height: 1;
}

body > .wrapp {
    height: auto;
}

/*-----------------------------------------------------------------------------
	見出しスタイル
	.h1 .h2 .h3 .h4 .h5 .h6
------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
	logo
------------------------------------------------------------------------------*/

.logo {
    position: relative;
    width: 320px;
    height: 45px;
}

/*-----------------------------------------------------------------------------
	共通スタイル 開始
------------------------------------------------------------------------------*/
.header_config_wrap {
    position: relative;
    margin-bottom: 10px;
}

.header_arrow_bt {
    position: absolute;
    bottom: -16px;
}

.header_config {
    position: relative;
    height: 70px;
    padding-left: 20px;
    border-bottom: 1px solid #e5e5e5;
    background: pink;
}


.wrapp {
    /*overflow: hidden;*/
    position: relative;
    min-height: 100%;
    height: 100%;
}

.header {
    position: relative;
    width: 100%;
    height: 25px;
    border-top: solid 2px #070707;
    border-bottom: solid 2px #070707;
    background: #333333;
}

.contents {
    /*overflow: hidden;*/
    position: relative;
    min-width: 960px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.sidebar {
    position: relative;
    left: 100%;
    float: left;
    margin-left: -100%;
    width: 150px;
    padding-left: 20px;
}

.main {
    /*overflow: auto;*/
    position: relative;
    padding-bottom: 80px;
    margin-left: 185px;
}

footer {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    border-top: solid 2px #e5e5e5;
    text-align: right;
    background: #000;
}

.copyright {
    margin-right: 1em;
    height: 25px;
    line-height: 25px;
    text-indent: 2em;
    text-align: right;
    color: #fff;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #f60;
    text-decoration: underline;
}

.hnav {
    position: relative;
    padding-left: 10px;
}

.hnav li {
    display: inline;
    margin-right: 1px;
}

.hnav li a {
    padding: 0 10px;
    line-height: 25px;
    color: #bbbbbb;
    font-size: 13px; /*システム固定の為*/
}

.hnav li a:hover {
    color: #fff;
}

.main_logo {
    margin-top: 12px;
}

.left_nav > li {
    margin-bottom: 5px;
}

.left_nav li ul li a {
    border-bottom: 1px dotted #cecece;
}

.left_nav li a {
    display: block;
    width: 99%;
    border: solid 1px #e3e3e3;
    line-height: 30px;
    font-size: 12px;
    text-indent: 5px;
    background: #f3f3f3;
}

.left_nav li ul li a {
    text-indent: 10px;
    line-height: 25px;
    background: #ededed;
}

.left_nav li a:hover {
    color: #ff3363;
}

.left_nav li a:hover:before {
    content: " →";
    color: #7bd148;
    padding-right: 5px;
}

/*-----------------------------------------------------------------------------
	共通スタイル 終了
------------------------------------------------------------------------------*/
.w10 {
    width: 10px;
}

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w110 {
    width: 110px;
}

.w120 {
    width: 120px;
}

.w130 {
    width: 130px;
}

.w140 {
    width: 140px;
}

.w150 {
    width: 150px;
}

.w160 {
    width: 160px;
}

.w170 {
    width: 170px;
}

.w180 {
    width: 180px;
}

.w190 {
    width: 190px;
}

.w200 {
    width: 200px;
}

.w210 {
    width: 210px;
}

.w220 {
    width: 220px;
}

.w230 {
    width: 230px;
}

.w240 {
    width: 240px;
}

.w250 {
    width: 250px;
}

.w260 {
    width: 260px;
}

.w270 {
    width: 270px;
}

.w280 {
    width: 280px;
}

.w290 {
    width: 290px;
}

.w300 {
    width: 300px;
}

.w310 {
    width: 310px;
}

.w320 {
    width: 320px;
}

.w330 {
    width: 330px;
}

.w340 {
    width: 340px;
}

.w350 {
    width: 350px;
}

.w360 {
    width: 360px;
}

.w370 {
    width: 370px;
}

.w380 {
    width: 380px;
}

.w390 {
    width: 390px;
}

.w400 {
    width: 400px;
}

.w410 {
    width: 410px;
}

.w420 {
    width: 420px;
}

.w430 {
    width: 430px;
}

.w440 {
    width: 440px;
}

.w450 {
    width: 450px;
}

.w460 {
    width: 460px;
}

.w470 {
    width: 470px;
}

.w480 {
    width: 480px;
}

.w490 {
    width: 490px;
}

.w500 {
    width: 500px;
}

.w510 {
    width: 510px;
}

.w520 {
    width: 520px;
}

.w530 {
    width: 530px;
}

.w540 {
    width: 540px;
}

.w550 {
    width: 550px;
}

.w560 {
    width: 560px;
}

.w570 {
    width: 570px;
}

.w580 {
    width: 580px;
}

.w590 {
    width: 590px;
}

.w600 {
    width: 600px;
}

.wp10 {
    width: 10%;
}

.wp20 {
    width: 20%;
}

.wp30 {
    width: 30%;
}

.wp40 {
    width: 40%;
}

.wp50 {
    width: 50%;
}

.wp60 {
    width: 60%;
}

.wp70 {
    width: 70%;
}

.wp80 {
    width: 80%;
}

.wp90 {
    width: 90%;
}

.wp100 {
    width: 100%;
}

.pd_a1 {
    padding: 1px;
}

.pd_a2 {
    padding: 2px;
}

.pd_a3 {
    padding: 3px;
}

.pd_a4 {
    padding: 4px;
}

.pd_a5 {
    padding: 5px;
}

.pd_a6 {
    padding: 6px;
}

.pd_a7 {
    padding: 7px;
}

.pd_a8 {
    padding: 8px;
}

.pd_a9 {
    padding: 9px;
}

.pd_a10 {
    padding: 10px;
}

.radius_a1 {
    border-radius: 1px;
}

.radius_a2 {
    border-radius: 2px;
}

.radius_a3 {
    border-radius: 3px;
}

.radius_a4 {
    border-radius: 4px;
}

.radius_a5 {
    border-radius: 5px;
}

.radius_a6 {
    border-radius: 6px;
}

.radius_a7 {
    border-radius: 7px;
}

.radius_a8 {
    border-radius: 8px;
}

.radius_a9 {
    border-radius: 9px;
}

.radius_a10 {
    border-radius: 10px;
}

.fwight {
    font-weight: bold;
}

/*-----------------------------------------------------------------------------
	フロート 開始
------------------------------------------------------------------------------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

/*-----------------------------------------------------------------------------
	フロート 終了
------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
	フォントスタイル 開始
------------------------------------------------------------------------------*/
.fs_10 {
    font-size: 77%;
}

.fs_11 {
    font-size: 85%;
}

.fs_12 {
    font-size: 93%;
}

.fs_13 {
    font-size: 100%;
}

.fs_14 {
    font-size: 107%;
}

.fs_15 {
    font-size: 114%;
}

.fs_16 {
    font-size: 123%;
}

.fs_17 {
    font-size: 129%;
}

.fs_18 {
    font-size: 136%;
}

.fs_19 {
    font-size: 144%;
}

.fs_20 {
    font-size: 152%;
}

.fs_21 {
    font-size: 159%;
}

.fs_22 {
    font-size: 167%;
}

.fs_23 {
    font-size: 174%;
}

.fs_24 {
    font-size: 182%;
}

.fs_25 {
    font-size: 189%;
}

.fs_26 {
    font-size: 197%;
}

/*-----------------------------------------------------------------------------
	フォントスタイル 終了
------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
	フロートクリアーフィックス 開始
------------------------------------------------------------------------------*/
.clr:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clr {
    min-height: 1%;
}

* html .clr {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}

/*-----------------------------------------------------------------------------
	フロートクリアーフィックス 終了
------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
	ログイン関係開始
------------------------------------------------------------------------------*/
.top_contents {
    width: 800px;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    border: solid 1px #d8dbdf;
}

.login_box {
    margin: 3px;
    border: dashed 1px #cccccc;
}

.login_box:hover {
    border-color: #e5ad60;
}

.login_form {
    padding: 25px;
}

.login_form li:last-of-type {
    text-align: right;
}

.user_id,
.password {
    width: 710px;
    height: 30px;
    padding: 5px;
    padding-left: 2em;
    margin-bottom: 20px;
    border: solid 1px #b7b7b7;
}

.user_id {
    background: #f1f1f1 url("../img/user.png") no-repeat 3px;
}

.password {
    background: #f1f1f1 url("../img/login.png") no-repeat 3px;
}

.user_id:focus,
.password:focus {
    border-color: #e8c291;
}

.login_bt {
    width: 6em;
    padding: 0.4em 0;
}

/*-----------------------------------------------------------------------------
	ログイン関係終了
------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
	ログアウト開始
------------------------------------------------------------------------------*/
.login_after {
    position: absolute;
    right: 80px;
    top: 5px;
    padding: 2px 5px;
    color: #fff;
    font-size: 12px; /*システム固定処理*/
}

.log_out {
    position: absolute;
    top: -3px;
    right: -79px;
    display: block;
    padding: 3px 5px 2px;
    color: #fff;
    font-size: 12px; /*システム固定処理*/
    background: #d14836;
}

/*-----------------------------------------------------------------------------
	ログアウト終了
------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
	ダッシュボード開始
------------------------------------------------------------------------------*/

.item_block li {
    float: left;
    width: 182px;
    margin: 0 5px 10px;
    background: #f3f3f3;
    border: solid 1px #e3e3e3;
}

.item_block div.inner {
    overflow: hidden;
    height: 100px;
}

.item_block li:hover {
    border-color: #a0a0a0;
}

.item_block dl {
    padding: 5px;
}

.item_block dl dt {
    float: right;
    width: 115px;
    margin-top: 10px;
    font-weight: bold;
}

/*-----------------------------------------------------------------------------
	ダッシュボード終了
------------------------------------------------------------------------------*/

.search_table1 {
    table-layout: fixed;
    width: 80%;
    border-collapse: collapse;
    border-spacing: 0;
}

.search_table1 th {
    padding: 8px;
    border: 1px #E3E3E3 solid;
    background: #f4f4f4;
    font-weight: bold;
    text-align: center;
}

.search_table1 td {
    padding: 6px;
    empty-cells: show;
    border: 1px #E3E3E3 solid;
    text-align: left;
}

.search_table1 tr:hover {
    background: #f4f4f4;
}

/*-----------------------------------------------------------------------------
	user talbe開始
------------------------------------------------------------------------------*/
.user_list {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.user_list th {
    padding: 8px;
    border: 1px #E3E3E3 solid;
    background: #f4f4f4;
    font-weight: bold;
    text-align: center;
}

.user_list td {
    padding: 6px;
    empty-cells: show;
    border: 1px #E3E3E3 solid;
    text-align: left;
}

.user_list tr:hover {
    background: #f4f4f4;
}

.user_edit {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

.user_edit caption {
    padding-top: 3px;
    margin-bottom: 5px;
    text-align: left;
}

.user_edit th {
    padding: 6px 4px;
    border: 1px #E3E3E3 solid;
    background: #f4f4f4;
    font-weight: bold;
    text-align: left;
}

.user_edit td {
    empty-cells: show;
    padding: 6px 4px;
    border: 1px #E3E3E3 solid;
    text-align: left;
}

/*-----------------------------------------------------------------------------
	user talbe終了
------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
	mailc_config開始
------------------------------------------------------------------------------*/
.mail_config {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

.mail_config caption {
    padding-top: 3px;
    margin-bottom: 5px;
    text-align: left;
}

.mail_config th {
    padding: 6px 4px;
    border: 1px #E3E3E3 solid;
    background: #f4f4f4;
    font-weight: bold;
    text-align: left;
}

.mail_config td {
    empty-cells: show;
    padding: 6px 4px;
    border: 1px #E3E3E3 solid;
    text-align: left;
}

/*-----------------------------------------------------------------------------
	mailc_config 終了
------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
	メーリングリスト開始
------------------------------------------------------------------------------*/
.mail_list {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

.mail_list caption {
    padding-top: 3px;
    margin-bottom: 5px;
    text-align: left;
}

.mail_list th {
    padding: 8px;
    border: 1px #E3E3E3 solid;
    background: #f4f4f4;
    font-weight: bold;
    text-align: center;
}

.mail_list td {
    empty-cells: show;
    padding: 6px;
    border: 1px #E3E3E3 solid;
    text-align: left;
}

/*-----------------------------------------------------------------------------
	メーリングリスト 終了
------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
	ファイル管理 開始
------------------------------------------------------------------------------*/

.file_list {
    overflow: auto;
    height: 600px;
}

.file_list li {
    float: left;
    width: 122px;
    margin-right: 3px;
    border: solid 3px #fff;
}

.thumbnails {
    width: 120px;
    margin: 1px;
}

.file_list .target {
    border-color: #6ba0f2;
}

.file_edit_box {
    width: 300px;
    height: 600px;
    margin-top: 4px;
    margin-bottom: 30px;
    border: solid 1px #e5e5e5;
    background: #f3f3f3;
}

#drop {
    height: 150px;
    margin-bottom: 10px;
    border: dashed 2px;
    background: #fff;
}

/*-----------------------------------------------------------------------------
	ファイル管 終了
------------------------------------------------------------------------------*/

.asc {
    color: #ff7230;
}

.desc {
    color: #ffad3d;
}

.pager {
    padding: 10px;
}

.pager a {
    float: left;
    width: 16px;
    margin-right: 5px;
    text-align: center;
}

.pager .prev,
.pager .next {
    width: 40px;
}

.pager .current {
    color: #fff;
    background-color: #4c8eef;
}

.icon_checkbox input[type=checkbox] {
    display: none;
}

/* to hide the checkbox itself */
input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
}

input[type=checkbox] + label:before {
    font-size: 25px;
    content: "\f096";
}

/* unchecked icon */
input[type=checkbox] + label:before {
    letter-spacing: 10px;
}

/* space between checkbox and label */

input[type=checkbox]:checked + label:before {
    content: "\f046";
}

/* checked icon */
input[type=checkbox]:checked + label:before {
    letter-spacing: 5px;
}

/* allow space for check mark */

.flash {
    z-index: 2;
    position: absolute;
    border: solid 1px #4fb511;
    color: #fff;
    text-align: center;
    background: #7bd148;

}

/*-----------------------------------------------------------------------------
  list_pager
------------------------------------------------------------------------------*/
.list_pager {
    color: #666;

}

.list_pager a {
    display: inline-block;
    text-align: center;
    color: #666;
    min-width: 2em;
}

.list_pager a:hover {
    color: #666;
    background: #fcc;
    text-decoration: underline;
}

.list_pager .current {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    min-width: 2em;

}

/*-----------------------------------------------------------------------------
  side_button
------------------------------------------------------------------------------*/

.new_make_button {
    width: 150px;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 1em;
    box-sizing: border-box;
}



#loading {

    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ccc;
    opacity: 0.8;
}

#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("/img/loading-line.gif") center center no-repeat;
}

