@charset "utf-8";

/*----------------------------------------------------
        reset
----------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
field set, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, fig caption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article, aside, canvas, details, fig caption, figure,
footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
block quote:before, block quote:after,
q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 19px;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #636363;
    /* overflow:　hidden;
    outline:　none; */
    cursor: default;
}
.pointer {cursor: pointer;}

.menu_bar_div{
  background-color: #fff;
  padding: 10px 0;
}

.menu_bar{
  width: 78%;
  margin: 0 auto;
}

.menu_bar > li{
  display: inline-block;
  vertical-align: middle;
}

.menu_icon{
  width: 86px;
  height: 79px;
}

.menu_title{
  font-size: 20px;
  padding-left: 20px;
}

.account_form{
  background-color: #eeeeee;
  width: 85%;
  margin: 20px auto;
  padding: 20px 0;
}

.form_table{
  margin: 0 auto;
}

.form_table > tbody > tr > td{
  padding: 5px;
  vertical-align: bottom;
}

.column_name{
  font-size: 20px;
  text-align: right;
}

.required_column{
  color: red;
}

.input_text > input{
  height: 25px;
  width: 300px;
  padding: 2px 10px;
}

.input_selectbox > select{
  font-size:17px;
  height:30px;
  /* width:100px; */
}

.input_mail > input{
  height: 25px;
  width: 300px;
}

.input_address > input{
  height: 25px;
  width: 300px;
}

.input_code > input{
  /* padding: 4px 10px; */
  height: 25px;
  /* width: 300px; */
}

.input_rank > input{
  height: 25px;
  width: 30px;
  padding: 2px 10px;
}

.input_rank > .span_rank{
  font-size: 19px;
}

.attention{
  margin: 5px 0;
  font-size: 15px;
  text-align: center;
}

.submit{
  margin: 5px 0;
  font-size: 15px;
  text-align: center;
}

.submit_btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  /* -webkit-box-shadow: 0px 3px 9px #8a868a; */
  -moz-box-shadow: 0px 3px 9px #8a868a;
  /* box-shadow: 0px 3px 9px #8a868a; */
  cursor: pointer;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #fa612d;
  padding: 5px 30px;
  text-decoration: none;
}
.edit_btn{
  font-size: 15px;
  cursor: pointer;
  background: #fa612d;
  padding: 2px 10px;
}
.pause_btn{
  font-size: 15px;
  cursor: pointer;
  background: #852c98;
  padding: 2px 10px;
}
.delete_btn{
  font-size: 15px;
  cursor: pointer;
  background: #909aa8;
  padding: 2px 10px;
}

.submit_btn:hover {
  cursor: pointer;
  text-decoration: none;
}

span.btn {
    -webkit-border-radius: 60;
    -moz-border-radius: 60;
    border-radius: 60px;
    font-family: Arial;
    color: #dcdcdc;
    font-size: 15px;
    background: #a9a9a9;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    margin: 0px 10px 0px 65px;
}
span.btn-new1 {
    -webkit-border-radius: 60;
    -moz-border-radius: 60;
    border-radius: 60px;
    font-family: Arial;
    color: #ffffff;
    font-size: 15px;
    background: #000000;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    margin: 0px 10px 0px 20px;
}
span.btn-new2 {
    -webkit-border-radius: 60;
    -moz-border-radius: 60;
    border-radius: 60px;
    font-family: Arial;
    color: #ffffff;
    font-size: 15px;
    background: #000000;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    margin: 0px 10px 0px 20px;
}
.search{
  margin: 5px 0;
  font-size: 15px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.search_box_ul{
  list-style: none;
  margin: 20px;
}

.search_box_ul > li{
  display: inline-block;
  vertical-align: middle;
}

.search_input{
  height: 30px;
  width: 500px;
}

.list_table{
  background-color: #eeeeee;
  width: 74%;
  margin: 20px auto;
  padding: 20px 0;
  text-align: center;
}

.account_table{
  font-size: 18px;
  width: 100%;
  margin: 0 auto;
}

.account_table > thead > tr > th{
  font-size: 21px;
  border-bottom: 2px gray dashed;
}

.account_table > tbody > tr > td{
  padding: 5px 0;
}

.subgroup_selection{
    width: 650px;
    margin: 20px auto;
}
.subgroup_selection table td {
    padding: 3px;
    width: 80px;
}
.subgroup_selection table {
    width: 800px;
}
.subgroup_selection table td a{
    font-size: 14px;
}

a#yello{
    color: #dcdcdc;
}

.btn-new {
    border-radius: 60px;
    font-family: Arial;
    color: #dcdcdc;
    font-size: 15px;
    background: #a9a9a9;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    margin: 0px 10px 0px 65px;
}
.btn-new1 {
    border-radius: 60px;
    font-family: Arial;
    color: #dcdcdc;
    font-size: 15px;
    background: #a9a9a9;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    margin: 0px 10px 0px 65px;
}
.btn-new2 {
    border-radius: 60px;
    font-family: Arial;
    color: #dcdcdc;
    font-size: 15px;
    background: #a9a9a9;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    margin: 0px 10px 0px 20px;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 10px #18A255 solid;
    margin: 0px 0;
    padding: 0;
}
input, select {
    /* vertical-align: middle; */
    /* display: table-cell; */
}
input[type="text"][disabled]{
    background:#DCDCDC;
  j  cursor:not-allowed; /* 禁止カーソル */
}
/*
Copyright © 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,text area,button{font:130% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*----------------------------------------------------
        basic
----------------------------------------------------*/
@font-face{
    font-family: 'Futura';
    src: url(../../css/font/futura_cm.woff);
/***    src: url(../../font/futura.woff); ***/
}
html {
    height: 100%;
}
body {
    height: 100%;
    color: #666;
    font-family: 'Futura';
    line-height: 1.5;
    overflow-y: scroll;
}
body#login {background: #f5f5f5;}
body#layout {background: #e5e5e5;}
body#managerlogin,
body#addfile {background: #fff;}

/* a:link {
    color: #6c88a7;
    text-decoration: underline;
}
a:visited {
    color: #6c88a7;
    text-decoration: underline;
}
a:hover {
    color: #e5a4a3;
    text-decoration: none;
}
a:active {
    color: #6c88a7;
    text-decoration: underline;
} */

.imgR {float: right;}
.imgL {float: left;}
.txtR {text-align: right;}
.txtC {text-align: center;}
.attention {color: #ff1d25;}
.attention_red {color: #ff1d25;}
.non_m{margin: 0px 0px 10px 0px;}
input[type="text"] {
    color: #444;
    /* height: 24px; */
    padding: 2px 10px;
}
input.textFocus[type="text"] {color: #666 !important;}
textarea {
    color: #444;
    margin: 6px auto;
    height: 100px;
    width: 100%;
    font-size: 100%;
}

@media print{
    #global_header{display:none;}
    #topicPath{display:none;}
    #global_footer{display:none;}
    #search{display:none;}
    #add_csv{display:none;}
    #content{width:100%; float:none; font-size: 80%;}
}

/* clearfix */
#wrapper:after {
    content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.clearfix:before,.clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix {*zoom:1;}

.cf {
    content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

h1.title{
    margin: 10px;
    text-align: center;
    font-size: 18px;

}

/* addition */
hr.blue_header{
  display: block;
  height: 1px;
  border: 0;
  border-top: 10px #FFABCE solid;
  margin: 0px 0;
  padding: 0;
}

/*----------------------------------------------------
        #page
----------------------------------------------------*/
#page {
    width: 100%;
    text-align: left;
    position: relative;
}


/*----------------------------------------------------
        header | ログインページ用
----------------------------------------------------*/
#login_header {
    width: 100%;
    text-align: center;
}
#login_header img {
    vertical-align: top;
}
#login_header h1 {
    width: 100%;
    padding: 10px 0;
    background: #8f10d4;
}
#login_header h2 {
    width: 100%;
    padding: 10px 0;
    background: #fcfcfc;
    border-bottom: 4px #8f10d4 solid;
}


/*----------------------------------------------------
        header | 一覧ページ用
----------------------------------------------------*/
#global_header {
    position: relative;
    width: 100%;
    /* height: 90px; */
    height: 100px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 0px #a0a0a0;
    -moz-box-shadow: 0 0 0px #a0a0a0;
    -webkit-box-shadow: 0 0 0px #a0a0a0;
}

/* .boxL */
#global_header .boxL {
    float: left;
    overflow: hidden;
}
#global_header .boxL h1 {
    float: left;
}
#global_header .boxL h2 {
    margin: 15px 0 0 0;
    padding: 10px 0 10px 10px;
    border-left: 3px #006bb4 solid;
    font-size: 140%;
    font-weight: normal;
    float: left;
}

/* .boxR */
#global_header .boxR {
    float: right;
    overflow: hidden;
}
#global_header .boxR p {
    line-height: 2;
    text-align: center;
}
#global_header .boxR .info_bt {
    width: 200px;
    padding: 0 0 0 0;
    text-align: right;
    float: left;
}

#global_header .boxR .info_bt .login_name{
    font-size: 15px;
}
#global_header .boxR .info_manager {
    width: 197px;
    padding: 20px 10px 0 0;
    float: right;
}
#global_header .boxR .info_riji {
    width: 200px;
    padding: 15px 20px 0 0;
    text-align: center;
    float: right;
}


.logout_btn{
  background-color: #909aa8;
  padding: 10px 30px;
  margin: 0px 0px 0px 0px;
  color: white;
  font-family: 'Futura';
  text-decoration: none;
  border-radius: 5%;
  font-size: 15px;
}

@media screen and (max-width: 700px) {

  #global_header{
    height: 130px;
  }

  .baseL{
    margin: 25px 0;
  }
  .baseL > a > img{
    width: 189.6px;
    height: 68px;
  }

  .baseC{
    display: none;
  }
  .login_name{
    font-size: 15px;
  }

  .baseR{
    width: 200px;
  }
  ul.user_menu{
  }
  ul.user_menu > li{
  }
  li.baseR > p.baseC_sp{
    display: inline-block;
    margin: 3px 0 0 0;
  }
  .view_register_info{
    font-size: 15px;
  }
  .logout_btn{

  }
  .messe_nagoya_ai_matching{
    width: 200px;
    height: 55px;
  }
}

/* ↑↑↑メッセナゴヤ↑↑↑ */

/* navBox */
#navBox{
    background: #f2f2f2;
    border: 1px solid #dcdcdc;
    height: 39px;
}

#navBox ul li{
    float: left;
    background: #f2f2f2;
    list-style-type: none;
    padding: 10px;
    border-left: solid #dcdcdc 1px;
    border-bottom: solid #dcdcdc 1px;
}

#navBox ul li:last-child{
    border-right:  solid #dcdcdc 1px;
}
#navBox ul li a{
    text-decoration: none;
    color: #333;
}

/*----------------------------------------------------
        #topicPath
----------------------------------------------------*/
#topicPath {
    width: 100%;
    height: 29px;
    clear: left;
    /*background: url(../img/bg_topicpath.gif) repeat-x;*/
    background: #e6e6e6;
}
#topicPath ul {
    padding: 0 20px;
}
#topicPath ul li {
    height: 29px;
    font-size: 90%;
    display: table-cell;
    vertical-align: middle;
}
#topicPath ul li.home,
#topicPath ul li {
    padding: 0 30px 0 10px;
    /*background: url(../img/topic_arrow.png) no-repeat right center;*/
}
#topicPath ul li a {
    color: #666;
    text-decoration: none;
}


/*----------------------------------------------------
        #contents
----------------------------------------------------*/
#contents {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}

#check {
    width: 50px;
    height: 110px;
    position: fixed;
    right: 50px;
    bottom: 150px;
    cursor: pointer;
}

#pageTop {
    width: 50px;
    height: 55px;
    position: fixed;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
}

#home {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
}


/*----------------------------------------------------
        #footer
----------------------------------------------------*/
#global_footer {
    /* width: 100%; */
    background: #F1F1F1;
    clear: both;
    overflow:hidden;
    zoom:1;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}
#global_footer img {
    vertical-align: top;
}
#global_footer p {
    padding: 15px 0 10px 0;
    color: #999;
    font-size: 90%;
    text-align: center;
}


/* 関連資料 */
#global_footer .box_related {
    width: 100%;
    padding: 15px 0;
    border-bottom: 2px #008fd4 solid;
    background: #fcfcfc;
}
#global_footer .box_related dl {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
#global_footer .box_related dl dt {
    padding: 0 0 15px 0;
}
#global_footer .box_related dl dd ul li {
    padding: 0 20px 0 20px;
    background: url(../../img/cmn/footer/ic_arrow01.gif) no-repeat left center;
    display: inline-block;
}
#global_footer .box_related dl dd ul li a {
    color: #008fd4;
    text-decoration: none;
}

/* リンク */
#global_footer .box_link {
    width: 100%;
    padding: 10px 0;
    background: #e5e5e5;
}
#global_footer .box_link ul {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
#global_footer .box_link ul li {
    padding: 0 20px 0 30px;
    background: url(../../img/cmn/footer/ic_text.gif) no-repeat left center;
    display: inline-block;
}
#global_footer .box_link ul li a {
    color: #666;
    text-decoration: none;
}

/* その他 */
#global_footer .bt_login {
    padding: 10px 0 0 0;
    text-align: center;
}
#global_footer .copy {
    padding: 10px 0;
    color: #4d4d4d;
    font-size: 90%;
    text-align: center;
}




/*----------------------------------------------------
        login
----------------------------------------------------*/
#box_login {
    width: 100%;
    height: 80%;
    text-align: center;
}
#box_login:before {
    content: '';
    display: inline-block;
    /*height: 100%;*/
    height: 500px;
    vertical-align: middle;
    margin-right: -0.25em;
}
#box_login .wrap {
    width: 336px;
    display: inline-block;
    vertical-align: middle;
}
#box_login dl {
    width: 266px;
    margin: 10px auto 0 auto;
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 0 5px #bfbfbf;
    -moz-box-shadow: 0 0 5px #bfbfbf;
    -webkit-box-shadow: 0 0 5px #bfbfbf;
    text-align: left;
    behavior: url(/js/PIE.htc);
}
#box_login dl dt {
    padding: 0 0 10px 0;
}
#box_login dl dd {
    padding: 0 0 10px 0;
}
#box_login dl dd input[type="text"] {
    width: 98%;
    padding: 6px 0px 6px 6px;
    font-size: 120%;
}
#box_login dl dd input[type="password"] {
    width: 98%;
    padding: 9px 0px 9px 7px;
    font-size: 120%;
}
#box_login dl dd.txtC {
    padding: 10px 0 0 0;
}
#box_login dl dd.txtC img,
#box_login dl dd.txtC input {
    vertical-align: middle;
}
#box_login p{
    margin: 10px 0px 15px 0px;
}


/*----------------------------------------------------
        login | 通常ログイン
----------------------------------------------------*/
#box_managerlogin {
    width: 100%;
    text-align: center;
}
#box_managerlogin .wrap {
    width: 100%;
}
#box_managerlogin h1 {
    padding: 5px 0;
    background: #006bb4;
    color: #fff;
    font-size: 120%;
    text-align: center;
}
#box_managerlogin dl {
    padding: 10px 30px;
    background: #fff;
    text-align: left;
}
#box_managerlogin dl dt {
    padding: 0 0 2px 0;
}
#box_managerlogin dl dd {
    padding: 0 0 10px 0;
}
#box_managerlogin dl dd input[type="text"] {
    width: 100%;
    padding: 2px 0;
}
#box_managerlogin dl dd.txtC {
    padding: 10px 0 20px 0;
}
#box_managerlogin dl dd.txtC img,
#box_managerlogin dl dd.txtC input {
    vertical-align: middle;
}
/* addition */
hr.red_header{
  display: block;
  height: 1px;
  border: 0;
  border-top: 10px #ca1911 solid;
  margin: 0px 0;
  padding: 0;
}


/*----------------------------------------------------
        login | 理事会ログイン
----------------------------------------------------*/
#login_chairman {
    width: 800px;
    margin: 50px auto 30px auto;
    background: #fff;
    box-shadow: 0 0 5px #bfbfbf;
    -moz-box-shadow: 0 0 5px #bfbfbf;
    -webkit-box-shadow: 0 0 5px #bfbfbf;
    behavior: url(/js/PIE.htc);
}
#login_chairman .wrap {
    padding: 15px;
}
#login_chairman .tb_login01 {
    width: 772px;
    height: 43px;
    margin: 0 -15px 0 5px;
    overflow: hidden;
}
#login_chairman .tb_login01 li {
    width: 140px;
    height: 43px;
    margin: 0 14px 0 0;
    float: left;
    overflow: hidden;
}
#login_chairman .tb_login01 li a {
    width: 140px;
    height: 0;
    padding: 43px 0 0 0;
    display: block;
}
#login_chairman .tb_login01 li.nav01 a {
    background: url(../../img/login/bt_login01.gif) no-repeat 0 0;
}
#login_chairman .tb_login01 li.nav01 a:hover,
#login_chairman .tb_login01 li.nav01 .active {
    background: url(../../img/login/bt_login01.gif) no-repeat 0 -43px;
}
#login_chairman .tb_login01 li.nav02 a {
    background: url(../../img/login/bt_login02.gif) no-repeat 0 0;
}
#login_chairman .tb_login01 li.nav02 a:hover,
#login_chairman .tb_login01 li.nav02 .active {
    background: url(../../img/login/bt_login02.gif) no-repeat 0 -43px;
}
#login_chairman .tb_login01 li.nav03 a {
    background: url(../../img/login/bt_login03.gif) no-repeat 0 0;
}
#login_chairman .tb_login01 li.nav03 a:hover,
#login_chairman .tb_login01 li.nav03 .active {
    background: url(../../img/login/bt_login03.gif) no-repeat 0 -43px;
}
#login_chairman .tb_login01 li.nav04 a {
    background: url(../../img/login/bt_login04.gif) no-repeat 0 0;
}
#login_chairman .tb_login01 li.nav04 a:hover,
#login_chairman .tb_login01 li.nav04 .active {
    background: url(../../img/login/bt_login04.gif) no-repeat 0 -43px;
}
#login_chairman .tb_login01 li.nav05 a {
    background: url(../../img/login/bt_login05.gif) no-repeat 0 0;
}
#login_chairman .tb_login01 li.nav05 a:hover,
#login_chairman .tb_login01 li.nav05 .active {
    background: url(../../img/login/bt_login05.gif) no-repeat 0 -43px;
}
#login_chairman .login_wrap {
    padding: 20px 0 1px 0;
}
#login_chairman .login_wrap p {
    margin: 0 0 10px 0;
    text-align: center;
}
#login_chairman .login_wrap input[type="text"] {
    width: 94%;
    padding: 2px 0;
}

.tb_submit {
    width: 95%;
    text-align: center;
    overflow: hidden;
}
.tb_submit th {
    font-weight: normal;
}
.tb_submit li {
    width: 303px;
    height: 54px;
    margin: 0 10px;
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
}
.tb_submit li a {
    width: 100%;
    height: 0;
    padding: 54px 0 0 0;
    display: block;
    overflow: hidden;
}
.tb_submit li.tb_submit01 a {
    background: url(../../img/login/bt_submit01.gif) no-repeat 0 0
}
.tb_submit li.tb_submit02 a {
    background: url(../../img/login/bt_submit02.gif) no-repeat 0 0
}

.slider_submit_wrap {
    width: 100%;
    margin: 0 0 40px 0;
    padding: 40px 0 0 0;
    background: url(../../img/login/bg_slider_submit.gif) repeat-x left top #e5e5e5;
}
.slider_submit_wrap #slider_submit {
    width: 100%;
    padding: 0 0 40px 0;
    background: url(../../img/login/bg_slider_submit_wrap.gif) repeat-x left bottom #e5e5e5;
}
.slider_submit_wrap .box_submit h3 {
    text-align: center;
}

#dropzone {
    width: 550px;
    height: 160px;
    background: url(../../img/login/bg_drop.gif) no-repeat 0 0;
}
#dropzone02 {
    width: 720px;
    height: 180px;
    background: url(../../img/parts/bg_upload_b.gif) no-repeat 0 0;
}
.tb_submit {
    margin:20px;
}
.tb_submit.tb_submit02 {
    width: 96%;
    margin: 0 auto 20px auto;
}
.tb_submit th {
    width: 20%;
    padding: 8px;
    background: #f1f1f1;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    vertical-align: middle;
}
.tb_submit td {
    padding: 8px;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    text-align: left;
}
.tb_submit td input[type="text"] {
    width: 80%;
}
.tb_submit td input[type="text"].phone {
    width: 10%;
}
.tb_submit td textarea {
    width: 100%;
    height: 70px;
}

.tb_submit td span {
    display: inline-block;
}

.confirm_title {
    margin: 0 0 10px 0;
    text-align: center;
}
.confirm_title span {
    color: #008fd4;
    font-size: 120%;
    font-weight: bold;
}


/*----------------------------------------------------
        addfile
----------------------------------------------------*/
#box_addfile {
    width: 100%;
}
#box_addfile h1 {
    padding: 5px 0;
    background: #006bb4;
    color: #fff;
    font-size: 120%;
    text-align: center;
}
#box_addfile .wrap {
    overflow: hidden;
}
#box_addfile #dropzone {
    width: 350px;
    height: 190px;
    margin: 20px;
    background: url(../../img/parts/bg_upload.gif) no-repeat 0 0;
    float: right;
}
#box_addfile .wrap .edit_info {
    padding: 20px 0 0 20px;
    overflow: hidden;
}
#box_addfile .wrap .edit_info dt {
    padding: 5px;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc dashed;
    color: #e46867;
    font-weight: bold;
}
#box_addfile .wrap .edit_info dd {
    padding: 8px;
}
#box_addfile .wrap .edit_info dd span {
    padding: 0 10px 0 0;
}
#box_addfile .wrap .edit_info dd input[type="text"] {
    width: 80%;
    padding: 2px 0;
}
#box_addfile .txtC {
    clear: both;
}
#box_addfile .txtC img,
#box_addfile .txtC input {
    vertical-align: middle;
}


/*----------------------------------------------------
        共通
----------------------------------------------------*/
.bt_add {
    margin: 0 20px;
    border-bottom: 1px #ccc solid;
}
.bt_add02 {
    padding: 30px 0 0 0;
    text-align: center;
}
.bt_add img {
    vertical-align: top;
}
.bt_add02 img {
    margin: 0 10px;
    vertical-align: top;
}
.bt_add_bottom {
    width: 96%;
    margin: 0 auto;
    padding: 20px 0 0 0;
    border-top: 1px #ccc solid;
}

.tb_wrap {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    background: #fff;
    border: 1px #ccc solid;
}

.tb_wrap .tb_main {
    width: 96%;
    margin: 0 auto;
}
.tb_wrap .tb_main th {
    border-bottom: 1px #ccc dashed;
}
.tb_wrap .tb_main td {
    border-bottom: 1px #ccc dashed;
}
.tb_wrap .tb_main thead th {
    padding: 8px;
    color: #e46867;
}
.tb_wrap .tb_main tbody th {
    padding: 10px;
    color: #4d61ab;
}
.tb_wrap .tb_main tbody th a {
    color: #4d61ab;
}
.tb_wrap .tb_main tbody td {
    padding: 10px;
}
.tb_wrap .tb_main tbody td img {
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.tb_wrap .tb_main .tb_title {
    width: 30%;
}
.tb_wrap .tb_main .tb_file {
    font-size: 90%;
    color: #7d7d7d;
}
.tb_wrap .tb_main .tb_file a,
.tb_wrap .tb_main .tb_file span {
    display: inline-block;
}
.tb_wrap .tb_main .tb_data {
    width: 18%;
}
.tb_wrap .tb_main .tb_edit {
    width: 5%;
    text-align: center;
}

.txt_mesgC {
    padding: 0 0 15px 0;
    line-height: 2;
    text-align: center;
}

.complete_title {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 4px #006bb4 solid;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
}

.account_table > tbody > tr > td {
  text-align: center;
}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#666;}
#colorbox{outline:0;}
#cboxContent{margin-top:20px;background:#666;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:5px solid #727272; background:#fff;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxLoadingGraphic{background:url(img/cmn/colorbox/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(img/cmn/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(img/cmn/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(img/cmn/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
#cboxClose:hover{background-position:bottom center;}



/*----------------------------------------------------
        共通
----------------------------------------------------*/

.tb_submit_user01 {
    margin: 20px 0 0 0 ;
}

.search_box {
    /*height: 60px;*/
}

.search_box input[type="text"] {
    width: 95%;
}

.search_box table {
    text-align: left;
    width: 100%;
    margin: 15px 0;
    line-height: normal;
}

.search_box td, .search_box tr {
    vertical-align: middle;
}

.search_box td.none {
    border: none;
}

.search_box .minict_wrapper {
    width: 150px;
}

.search_box img {
    cursor: pointer;
}

.tb_wrap dl{
    width: auto;
    padding: 10px;
    float:left;
}
.tb_wrap dt{
    padding-right: 10px;
    float:left;
}

.itemlist_wrap {
    text-align: center;
}

ul.itemlist{
    padding: 0 0 0 10px ;
    list-style: none;
}
ul.itemlist li {
    text-align: left;
    padding-right: 10px;
    width: 182px;
    height: 300px;
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /margin-right: 3px;
    /zoom: 1;
}

ul.itemlist li .item_stock {
    color: #E78B00;
    font-weight: bold;
}

ul.itemlist li .item_title {
    font-size: 110%;
}

#paging{
    overflow:hidden;
    zoom:1;

}

#paging ul.paging{
    padding:0px;
    color: #4D61AB
        margin-bottom:10px;
}

#paging p{
    text-align:right;
}

#paging p span{
    color:#E72C2C;
}

.paging {
    padding: 20px 20px 10px 30px;
    text-align: center;
}
.paging li {
    display: inline;
}
.paging .no {
    background: #CCCCCC;
    border: 1px #CCCCCC solid;
}
.paging li span {
    padding: 2px 5px;
    display: inline-block;
}

.display {
    padding: 20px 30px 20px 20px;
    float: right;
}

.item_image_box {
    padding: 0 15px 0px 15px;
    width: 390px;
}

.item_image_l {
    float: left;
}

.item_image_r ul {
    width: 58px;
    padding: 15px 14px 3px 14px;
    border: solid 1px #ccc;
    list-style: none;
    float: left;
}

.item_image_r li {
    margin-bottom: 4px;
}

.item_text_box {
    width: 46%;
    margin-left: 15px;
    float: left;
}

.item_text_box p {
    padding: 8px 0 5px 0;
    border-bottom: dashed 1px #ccc;
}

.item_text_box p.datail_itemname {
    font-size: 140%;
    font-weight: bold;
}

.item_text_box p.datail_itemstock {
    font-size: 120%;
    font-weight: bold;
}

.item_text_box p .itemstock {
    color: #E78B00;
}

.item_text_box p.datail_material {
    border: none;
}


.item_text_box p.datail_content {
    padding: 15px;
    background: #FFFBE9;
    border: 1px solid #ccc;
}

.outbtn {
    margin: 25px 0;
}

.announce {
    margin: 25px 0;
    text-align: center;
    font-size: 160%;
}

.must {
    margin-left: 12px;
    padding: 2px 8px;
    font-size: 80%;
    color: #fff;
    background-color: red;
}

.complete {
    color: #58BFD4;
}

td.attention {
    width: 8%;
    padding: 8px;
    background: #f1f1f1;
    color: #fff;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    vertical-align: middle;
}

.tb_submit td img {
    width: 300px;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc; opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}
.btn-list { /*一覧にもどる*/
  -webkit-border-radius: 10;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #FFA500;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 5px;
  border-style: none;
  margin-right: 10px;
}
.back_btn { /*一覧にもどる*/
  -webkit-border-radius: 10;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #FFA500;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 5px;
  border-style: none;
  margin-right: 0.5em;
}
.csv_btn { /*CSV一括登録*/
  -webkit-border-radius: 10;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: blue;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 5px;
}
.btn-editing { /*編集*/
  -webkit-border-radius: 10;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #DC143C;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-right: 10px;
  border-style: none;
}
.btn-delete { /*削除*/
  -webkit-border-radius: 10;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #C0C0C0;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  border-style: none;
}
.btn-registration { /*登録*/
  -webkit-border-radius: 10;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #00BFFF;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 5px;
}
.btn-csv { /*CSV一括登録*/
  -webkit-border-radius: 10;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  background: #00BFFF;
  padding: 4px 20px;
  text-decoration: none;
  border-radius: 5px;

}
.btn-update { /*更新*/
  -webkit-border-radius: 10;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #FF4500;
  padding: 4px 20px;
  text-decoration: none;
  border-radius: 5px;
}
.btn-output { /*出力*/
  -webkit-border-radius: 10;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #800080;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 5px;
  border-style: none;
}
.rightspeace{
  padding-right: 15px;
}

/*----------------------------------------------------
        index
----------------------------------------------------*/

#box_index {
    width: 100%;
    text-align: center;
    position: relative;
    overflow:hidden;
    zoom:1;

}

#box_index .wrap {
    display: inline-block;
    vertical-align: middle;
}

#box_index .wrap .index_list {
    margin: 0 -20px 0 10px;
    overflow: hidden;
}

#box_index .wrap .index_list li {
    margin: 0 20px 0 0;
    list-style-type: none;
    float: left;
}

#box_index .wrap .index_list li table th{
    width:100%;
    height:600px;
    vertical-align:middle;

}

#box_index_last {
    width: 100%;
    text-align: center;
    position: relative;
    top: 10px;
    overflow:hidden;
    zoom:1;
}


#box_index_last .wrap {
    display: inline-block;
    vertical-align: middle;
}


#box_index_last .index_list li {
    margin: 0 20px 0 0;
    list-style-type: none;
    float: left;
}

#search_text{
    /* background: url("../../img/search.png") no-repeat 5px 5px; */
    padding: 2px 0px 2px 10px;
    /* margin-right: 15px; */
}
.search_box .flat_btn.orange_btn{
    margin-left: 15px;
}

/*----------------------------------------------------
        #topicPath 上部バー
----------------------------------------------------*/
#topicPath {
    width: 100%;
    height: 29px;
    clear: left;
    /*background: url(../img/bg_topicpath.gif) repeat-x;*/
    background: #f0f0f0;
}
#topicPath ul {
    padding: 0 20px;
}
#topicPath ul li {
    height: 29px;
    font-size: 90%;
    display: table-cell;
    vertical-align: middle;
}
#topicPath ul li.home,
#topicPath ul li {
    padding: 0 10px 0 10px;
    /*background: url(../img/topic_arrow.png) no-repeat right center;*/
}
#topicPath ul li a {
    color: #666;
    text-decoration: none;
}

/*----------------------------------------------------
        customer
----------------------------------------------------*/

.box_customer {
    width: 90%;
    margin: 0 auto 50px auto;
}
#search {
    margin: 25px auto;
    padding: 15px 25px;
    border: #CCC 1px solid;
    background: #FFF;
    width: 90%;
}

#search div.opt{
    overflow:hidden;
    zoom:1;

}

#search div.opt div{
    border-right:2px solid #58BFD4;
    width:168px;
    float:left;
    margin-right:10px;
    margin-left:10px;
}
#search div.opt div:last-child{
    border: none;
}
#search div.opt div.box1{
    width:190px;
}

#search div.opt div.box2{
    width:315px;
}
div.box2 td{
    /*width:80px;*/
}

#search div.opt div.box3{
    width:160px;
}



#search div.opt  dl dt{
    color:#58BFD4;
    font-weight:bold;
    font-size:120%;
    margin-bottom:5px;
}


#search div.opt  ul li{
    list-style:none;
    display:inline;
    margin-right:10px;
    font-weight:bold;
}

#search div.opt  ul li input{
    margin-right:8px;
}

.keyword {
    width: 100%;
}

#add_csv{
    overflow:hidden;
    margin: 0 0 25px 0;
}

#add_csv ul li {
    float: left;
    list-style-type: none;
}

#add_csv ul li a {
    width: 163px;
    height: 36px;
    /*display: block;*/
    text-indent: -9999px;
    margin-right:10px;
}

#add a {
    background:url(../../img/customer/addcsv.png);
}

#add a:hover {
    background:url(../../img/customer/addcsv_on.png);
}




#ikkatu a {
    background:url(../../img/customer/csvikkatu.png);
}

#ikkatu a:hover {
    background:url(../../img/customer/csvikkatu_on.png);
}

#download a{
    background:url(../../img/customer/csvdownload.png);
}

#download a:hover{
    background:url(../../img/customer/csvdownload_on.png);
}


#being{
    overflow:hidden;
    margin: 20px 0 25px 0;
}

#being ul li {
    float: left;
    list-style-type: none;
}

#being ul li a {
    width: 165px;
    height: 36px;
    display: block;
    text-indent: -9999px;
    margin-right:10px;
}

#being_add a {
    background:url(../../img/customer/btn_being.png);
}

#being_add a:hover {
    background:url(../../img/customer/btn_being_on.png);
}

#data_warp {
    width: 100%;
}
#btn_box{
    width: 95%;
    margin: 20px auto;
}
#btn_box_l{
    float: left;
}
#btn_box_r{
    float: right;
}
#data {
    /*width: 90%;*/
    background-color: #FFF;
    /*margin: 0 auto 40px auto;*/
    padding: 15px 25px 15px 25px;
    /*border: 1px solid #CCC;*/
}

#data table {
    width: 100%;
    /*border-top: solid 3px #CCC;*/
    text-align: left;
    margin-bottom:20px;
}

#data th {
    padding: 20px 5px 5px 10px;
    color: #e46867;
    border-bottom: 1px #ccc solid;
}

#data th.bk_color {
    background-color: #f9f9f9;
}

#data td {
    padding: 5px 5px 5px 10px;
    border-bottom: 1px #ccc dashed;
    vertical-align: middle;
}

#data td.bk_color {
    background-color: #f9f9f9;
}

#data table a {
    text-indent: -9999px;
    width:23px;
    height:23px;
}


#data_list {
    margin: 10px 0 0 0;
    overflow: hidden;
    width: 100%;
}

#data_list ul {
    margin: 0 auto 0 auto;
    list-style: none;
    width: 5%;
}

#data_list li {
    float: left;
    width: 25%;
}

#data tr.odd td {
    border-bottom: none;
}
#data tr.add td {
    padding: 0px 0 5px 0;
}

/*----------------------------------------------------
        customer　＞　archive
----------------------------------------------------*/
#report #data table td{
    padding: 10px 5px 10px 10px;
}
#bottom_box{
    margin: 0 auto;
    text-align: center;
}

/*----------------------------------------------------
        customer　＞　edit
----------------------------------------------------*/

#edit_top_box{
    padding: 10px 0 30px 0;
    margin-bottom: 20px;
}

#edit_top_box h2{
    /*float: left;*/
    font-size: 18px;
}

#edit_top_box #edit_right_box{
    margin-top: 20px;
    /*float: right;*/
}


div.table_box_left{
    float:left;
    width:48%;
}
div.table_box_left > table tr.addr td input{
    margin: 1px 0 5px 0;
}
div.table_box_right{
    width:48%;
    float:right;
}

.right_btn {
    text-align: right;
    margin-bottom: 20px;
}

.edit_table {
    clear: both;
}

.edit_table input[type="number"] {
    color: #444;
    height: 20px;
    padding: 2px 4px;
}
.edit_table table {
    margin-bottom: 15px;
    width: 100%;
    vertical-align: middle;
}


.edit_table tr {

}
.edit_table td, .edit_table th{
    border-top: #CCC 1px dashed;
}

.edit_table th{
    padding: 8px 0;
    background-color: #F7F7F7;
    border-bottom: #CCC 1px dashed;
    text-align: center;
    vertical-align: top;
}
.act_detail .edit_table th{
    width: 120px;
}
.detail .edit_table th {
    width: 100px;
}

.edit_table td {
    padding: 8px 8px;
    border-bottom: #CCC 1px dashed;
}

table.tb_edit {
    width: 48%;
}

table.float_left {
    width:100%;
}

table.float_right {
    width:100%;
}

textarea#memo{
    /*height: auto;*/
}

#car_info td{
    vertical-align: middle;
    text-align: center;
}

dl.doc_date dt{
    float: left;
    clear: left;
    margin-right: 20px;
}
td.histry dl{
    margin: 10px 0;
}
td.histry dt{
    margin-bottom: 3px;
}
td.histry dd{
    font-weight: bold;
    margin-bottom: 8px;
}



/*----------------------------------------------------
        共通スタイル
----------------------------------------------------*/

.flat_btn{
    padding: 10px 0;
    display: inline-block;
    text-align: center;
    width: 163px;
    border-radius: 5px;
    letter-spacing : 2.5px;
    background: #58BFD4;
    box-shadow : 0px 2px 0px rgba(70, 89, 120, 0.75);
}
a.flat_btn, input.flat_btn, button.flat_btn{
    color: #fff;
    border-style: none;
    outline: none;
    text-decoration: none;
    margin: 2px 0;
    height:33px;
}
.flat_btn:hover{
    opacity: 0.8;
    cursor: pointer;
}
.flat_btn.back{
    background: #A2A2A2;
    box-shadow : 0px 2px 0px rgba(60, 60, 60, 0.75);
}
.flat_btn.white{
    background: #fff;
    color: #4D4D4D;
    box-shadow : 0px 2px 0px rgba(60, 60, 60, 0.25);
}
.flat_btn.pink{
    background: #FF9BAC;
    color: #fff;
    box-shadow : 0px 2px 0px rgba(219, 86, 86, 0.80);
}
.flat_btn.orange{
    color: #fff;
    background: #F9AC67;
    box-shadow: 0px 2px 0px rgba(212, 144, 85, 0.75);
}
.orange_btn{
    background: #F9AC67;
    box-shadow : 0px 2px 0px rgba(212, 144, 85, 0.75);
    width: 75px;
    padding: 1px 0px;
}
.small_btn{
    width: 100px;
    padding: 4px 0;
}
.zip_btn{
    background: #f4f4f4;
    box-shadow: 0px 2px 0px rgba(60, 60, 60, 0.35);
    color: #666666 !important;
    margin-left: 20px !important;
}

.w30{
    width: 30px;
}
.w40{
    width: 30px;
}
.w50{
    width: 50px;
}
.w60{
    width: 60px;
}
.w70{
    width: 70px;
}
.w80{
    width: 80px;
}
.w90{
    width: 90px;
}
.w100{
    width: 100px;
}
.w130{
    width: 130px;
}
.w150{
    width: 150px;
}
.w160{
    width: 160px;
}
.w210{
    width: 210px;
}

.w300{
    width: 300px;
}
.w320{
    width: 320px;
}
.w360{
    width: 360px;
}

.w380{
    width: 380px;
}
.w560{
    width: 560px;
}



.tanni input{
    width:82%!important;
    text-align:left !important;
}


.vam{
    vertical-align:middle;
}
.tac{
    text-align: center !important;
}
.tal{
    text-align: left !important;
}
.tar{
    text-align: right !important;
}

.no_border{
    border: none !important;
}

.br1{
    border-right: 1px solid #333 !important;
}
.pl5{
    padding-left: 5px !important;
}
.pl20{
    padding-left: 20px !important;
}
.pl30{
    padding-left: 30px !important;
}
.pr5{
    padding-right: 5px;
}
.pr20{
    padding-right: 20px !important;
}
.mr20{
    margin-right: 20px !important;
}
.mb30{
    margin-bottom: 30px !important;
}

.fl{
    float: left;
}
.fr{
    float: right;
}

.through{
    text-decoration: line-through;
}
.end{
    text-decoration: line-through;
    color: #999;
}

.bg_blue1{
    background: #F1F8FD;
}
.bg_pink{
    background: #F2D8DF;
}



/*----------------------------------------------------
    act_index
----------------------------------------------------*/
.act_index .search_box select{
    margin-left: -8px;
}



/*----------------------------------------------------
    act_index
----------------------------------------------------*/

.cust_name:nth-child(3n+1):after{
    content: "";
    display: block;
}

/*----------------------------------------------------
        customer　＞　report
----------------------------------------------------*/

.detail_car #bottom_box label{
    margin-right: 30px;
}




/*----------------------------------------------------
        customer　＞　report
----------------------------------------------------*/

#report_warp {
    width: 100%;
    background: #FFF;
    margin: 45px auto 0 auto;
    border: #CCC 2px solid;
}

#report {
    margin: 20px 20px 20px 20px;
}

#top_contents h3, #data h3 {
    margin: 12px 10px;
    font-size: 130%;
    float:left;
}

#top_contents h3, #data h4{
    clear: both;
    color: #999999;
}

#top_contents img {
    vertical-align: top;
}

#top_contents td {
    vertical-align: middle;
}

#report_table table {
    width: 100%;
    border-top:  #CCC 2px solid;
}


#report_table tr {
    text-align: left;
}

#report_table th {
    color:  #E46867;
    padding: 20px 0 5px 0;
    border-bottom: #CCC 1px solid;
}

#report_table td {
    padding: 20px 0 5px 0;
    border-bottom: #CCC 1px dashed;
}


#kakunin {
    overflow: hidden;
    clear: both;
}

#kakunin p {
    margin: 40px 0 0 0;
    text-align: center;
}

#kakunin ul {
    width: 549px;
    list-style: none;
    margin: 0 auto 20px auto;
}

#kakunin li {
    float: left;
    margin: 10px 10px 0 10px;
}

#report tr.odd td {
    border-bottom: none;
}
#report tr.add td {
    padding: 0px 0 5px 0;
}

span.customer_id {
    border: solid 1px #9FD4FA;
    margin: 12px 10px;
    padding: 5px 10px;
}

span.customer_id a:link, span.customer_id a:visited {
    text-decoration: none;
}

span.edit_finish {
    font-size: 130%;
    color: #006BB4;
}

input.customer_docment_par {
    width: 20px;
}

input.customer_docment_day {
    width: 80px;
}

input.customer_docment_post {
    width: 60px;
}

input.customer_docment_adrress {
    width: 280px;
}

input.customer_docment_memo {
    width: 360px;
}



/*----------------------------------------------------
        customer　＞　detail_estimate
----------------------------------------------------*/

#estimate{
    margin: 20px;
}

#estimate #estimate_top_box #estimate_top_left{
    float: left;
}

#estimate #title_div{
    width:100%;
    text-align: center;
}

#estimate h2{

    font-size: 18px;
    padding: 10px 40px;
    display: inline-block;
    background: #E1F0FB;
    border: 1px solid #666;
}

#estimate #estimate_top_box p#address{
    margin-top: 5px;
    margin-bottom: 10px;
}

#estimate #estimate_top_box #name{
    font-size: 30px;
    display: block;
    border-bottom: 2px solid #666;
    margin-bottom: 15px;
}

#estimate #estimate_top_box #estimate_top_left dl dt{
    padding: 10px 40px;
    color: #fff;
    background: #41A1E5;
    font-size: 18px;
    display: inline-block;
    border: 2px solid #ccc;
    margin-right: 0;
}

#estimate #estimate_top_box #estimate_top_left dl dd{
    padding: 10px 10px;
    font-size: 18px;
    display: inline-block;
    border: 2px solid #ccc;
    margin-left: -6px;
    margin-bottom: 20px;
    min-width: 220px;
}

#estimate #estimate_top_box #estimate_top_right{
    float: right;
}

#estimate #estimate_top_box #estimate_top_right th{
    background: #E1F0FB;
}

#estimate #estimate_top_box #estimate_top_right th:nth-child(2){
    width: 100px;
}

#estimate #estimate_top_box #estimate_top_right #dealer_desc{
    font-size: 14px;
    padding: 10px 15px 5px 15px;
}

#estimate #estimate_top_box #estimate_top_right #dealer_name{
    font-size: 22px;
}

#estimate #estimate_top_box #estimate_top_right dl{
    margin: 5px 0;
}

#estimate #estimate_top_box #estimate_top_right dl dt,
#estimate #estimate_top_box #estimate_top_right  dl dd{
    display: inline-block;
    margin-bottom: 5px;
}

#estimate table{
    margin-bottom: 10px;
}

#estimate table#table_top{
    min-width: 945px;
}

#estimate table#table_top th.th_left{
    text-align: left;
    padding: 5px 5px;
}

#estimate table#table_top th.th_left input{
    margin: 15px 0;
    width: 70%;
}

#estimate table#table_top th.th_left span{
}
#estimate tr th:last-child,
#estimate tr td:last-child{
    border-right: 1px solid #666;
}

#estimate th:not(.t_bottom1),#estimate td{
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    padding: 5px;
    vertical-align: middle;
    font-weight: lighter;
    text-align: center;
}

#estimate .th1{
    background: #E1F0FB;
    border: none;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    padding: 0 10px !important;
    width: 1em;
}

#estimate .th2{
    background: #F1F8FD;
}

#estimate .th3{
    background: #F1F8FD;
    padding: 0 10px;
    width: 1em;
}

#estimate .th4{
    background: #E1F0FB;
}

#estimate .w4em{
    width: 4em;
    padding: 0 5px;
}

#estimate .w2em{
    width: 2em;
    padding: 0 15px;
}
#estimate .w80 input[type="text"]{
    width: 75%;
}

#estimate .w245{
    width: 245px;
}

#estimate .w140{
    width: 140px;
}


#estimate .t_bottom1{
    /*border: 1px solid #E1F0FB;*/
    padding: 12px 20px;
    vertical-align: middle;
    font-weight: lighter;
    text-align: left;
    background: #E1F0FB;
}

#estimate .t_bottom2{
    border-left: none;
    padding: 12px 20px;
    vertical-align: middle;
    font-weight: lighter;
    text-align: left;
    background: #F1F8FD;
}

#estimate .text_left{
    text-align: left;
    padding-left: 20px;
}

#estimate input[type="text"], #estimate textarea{
    width:90%;
}

#estimate .sagyo input{
   width:96%;
}

#estimate #table_l{
    float: left;
}

#estimate #table_l table{
    max-width: 385px;
}

#estimate #alphabet{
    float: left;
}

#estimate #alphabet div{
    background: #AED7F4;
    margin-left: 2px;
    padding:12px;
}

#estimate #table_r{
    float: right;
}

#estimate #table_r table{
    width: 495px;
}

.estimate_title{
    font-weight: bold !important;
    font-size: 13px;
}

/*----------------------------------------------------
        user_detail_quotation
----------------------------------------------------*/

.no_border_right{
    border-right: none !important;
}

.td_height{
    margin-left: 10px;
}
.td_height td{
    height: 28px;
}

#estimate #bottom_box dl dt{
    padding: 10px 40px;
    color: #fff;
    background: #41A1E5;
    font-size: 18px;
    display: inline-block;
    border: 2px solid #ccc;
    margin-right: 0;
}

#estimate #bottom_box dl dd{
    padding: 10px 10px;
    font-size: 18px;
    display: inline-block;
    border: 2px solid #ccc;
    margin-left: -6px;
    margin-bottom: 20px;
    min-width: 220px;
}

#estimate .m_kingaku input{
    width:80% !important;
}

#estimate .sagyo_table{
    width:100%;
}

#estimate .s_kingaku input{
    width:60% !important;
}


/*----------------------------------------------------
        customer　＞　account
----------------------------------------------------*/

#account_warp {
    width: 100%;
}

#account {
    background-color: #FFF;
    padding: 15px 25px 15px 25px;
    border: 1px solid #CCC;
}

#account table {
    width: 100%;
    border-top: solid 3px #CCC;
}

#account th {
    padding: 20px 5px 5px 0;
    color: #E46867;
    border-bottom: 1px #ccc solid;
}

#account td {
    padding: 10px 5px 5px 0;
    border-bottom: 1px #ccc dashed;
    vertical-align: middle;
}

#account table a {
    text-indent: -9999px;
    width:23px;
    height:23px;
}


#account_list {
    margin: 10px 0 0 0;
    overflow: hidden;
    width: 100%;
}

#account_list ul {
    margin: 0 auto 0 auto;
    list-style: none;
    width: 5%;
}

#account_list li {
    float: left;
    width: 25%;
}

#account tr.odd td {
    border-bottom: none;
}
#account tr.add td {
    padding: 0px 0 5px 0;
}

#contents_account {
    width: 70%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}


#account tr.add td {
    padding: 0px 0 5px 0;
}

#contents_account {
    width: 70%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: left;
}

#account_datail {
    margin: 30px auto;
    background-color: #FFF;
    padding: 15px 25px 15px 25px;
    border: 1px solid #CCC;
}

#account_datail table {
    width: 100%;
    border-top: solid 3px #CCC;
}

#account_datail th {
    padding: 10px 10px 5px 10px;
    color: #E46867;
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid;
}

#account_datail th.end {
    padding: 10px 10px 5px 10px;
    color: #E46867;
    border-bottom: 1px #ccc solid;
    border-right: none;
}

#account_datail td {
    padding: 10px 10px 5px 10px;
    border-bottom: 1px #ccc dashed;
    border-right: 1px #ccc solid;
    vertical-align: middle;
}

#account_datail td.end {
    padding: 10px 10px 5px 10px;
    border-bottom: 1px #ccc dashed;
    border-right: none;
    vertical-align: middle;
}

#account_datail table a {
    text-indent: -9999px;
    width:23px;
    height:23px;
}


#account_list {
    margin: 10px 0 0 0;
    overflow: hidden;
    width: 100%;
}

#account_list ul {
    margin: 0 auto 0 auto;
    list-style: none;
    width: 5%;
}

#account_list li {
    float: left;
    width: 25%;
}

#account tr.odd td {
    border-bottom: none;
}
#account tr.add td {
    padding: 0px 0 5px 0;
}

#account_datail h3, #data h3, #top_contents h3 {
    margin: 15px 0px;
    font-size: 120%;
}

#data h3 {
    margin: 15px 0px;
    font-size: 120%;
}

#account_datail td.total {
    margin: 3px;
    text-align: center;
    background-color: #FCEEEE;
    color: #E46867;
}

#account_datail td.num {
    text-align: right;
}

p.bar{
    border-left:2px solid #BD3240;
    font-size:120%;
    margin-bottom:10px;
    padding-left:10px;
    font-weight:bold;
}

p.bar1{
    border-left:2px solid #006ab4;;
    font-size:120%;
    margin-bottom:10px;
    padding-left:10px;
    font-weight:bold;
}


select{
    margin-right:10px;
    height:30px;
}

p.com{
    text-align:center;
    overflow:hidden;
    zoom:1;
    clear:both;
}
td.eiken ul {
    margin-bottom:10px;
}

td.eiken p{
    color:#FF1D25;

}

td.eiken ul li{
    display:inline;
}

td.eiken ul li select{
    margin-left:10px;
}

td.eiken ul li input{
    width:70px;
    margin-right:12px;

}

.box_kouen {
    width: 90%;
    margin: 0 auto 50px auto;
}

.box_edit2 {
    width: 1000px;
    margin: 0 auto 50px auto;
    margin-top:40px;
}

.long input{
    width:265px;
}

p.caution{
    text-align:center;
    color:#BD3240;
    margin-bottom:20px;
    font-weight:bold;
}

div.announce_box dl dt{
    color:#6A0E0F;
    font-weight:bold;
    font-size:120%;
    margin-bottom:10px;
}

div.announce_box p{
    margin-bottom:10px;
}

div.announce_box dl dd{
    margin-bottom:10px;
}

div.noinput{
    background:#B40900;
    background:url(../../img/index/kome.jpg) 20px center no-repeat #B40900;
    padding:5px 5px 5px 50px;
    margin-bottom:40px;
    font-size:70%;
}

div.noinput p{
    background:#fff;
    font-size:150%;
    text-align:left;
    padding-left:10px;
}

div.noinput p span{
    font-weight:bold;
}

div.noinput p a{
    color:#B40900;
}

div#float_r {
    float: right;
}

.red {
    color:red;
}

/*----------------------------------------------------
        login | 通常ログイン
----------------------------------------------------*/
#box_managerlogin {
    width: 100%;
    text-align: center;
}
#box_managerlogin .wrap {
    width: 100%;
}
#box_managerlogin h1 {
    padding: 5px 0;
    background: #006bb4;
    color: #fff;
    font-size: 120%;
    text-align: center;
}
#box_managerlogin dl {
    padding: 10px 30px;
    background: #fff;
    text-align: left;
}
#box_managerlogin dl dt {
    padding: 0 0 2px 0;
}
#box_managerlogin dl dd {
    padding: 0 0 10px 0;
}
#box_managerlogin dl dd input[type="text"] {
    width: 100%;
    padding: 2px 0;
}
#box_managerlogin dl dd.txtC {
    padding: 10px 0 20px 0;
}
#box_managerlogin dl dd.txtC img,
#box_managerlogin dl dd.txtC input {
    vertical-align: middle;
}


#box_dimanage {
    width: 100%;
    text-align: center;
    position: relative;
    /*top: 70px;*/
    margin-top:70px;
    margin-bottom:70px;
    overflow:hidden;
    zoom:1;

}

#box_dimanage .wrap {
    display: inline-block;
    vertical-align: middle;
}



table.teisyutsu{
    border-collapse:collapse;
    border-spacing:0px;
    width:100%;
}

table.teisyutsu th{
    border-collapse:collapse;
    border:1px solid #000;
    border-spacing:0px;
    text-align:center;
    padding:20px;
    background:#006ab4;
    font-weight:normal;
    vertical-align:middle;
    color:#fff;
}

table.teisyutsu td.bg{
    background:#006ab4;
    color:#fff;
}

table.teisyutsu td{
    border-collapse:collapse;
    border:1px solid #000;
    border-spacing:0px;
    text-align:center;
    padding:20px;
    background:#FFFFFF;
    vertical-align:middle;
}

ul.download_list{
    margin-top:50px;
}

ul.download_list li{
    list-style:none;
    margin-bottom:10px;
}
#log_view{
    overflow-y:scroll;
    height: 500px;
}

div.table_m{
    padding:10px;
    background:#FFFFFF;
}

div.sum_box{
    border:1px solid #666;
    background:#FFFFFF;
    margin-bottom:30px;
    padding:20px 30px;
}

div.sum_box span{
    color:#66BFD3;
    font-weight:bold;
    font-size:120%;
    margin-right:5px;

}

.sum table{
    width:100%;
    margin-bottom:30px;
}

.sum table td.study{
    width:102px;

}

.sum table th{
    padding:10px;
    border-bottom:1px dotted #666;
    color:#666;
    background:#FFF;
    text-align:center;
}

.sum table th.even{
    background:#EEE;
}

.sum table td{
    background:#FFFFFF;
    padding:10px;
    border-bottom:1px dotted #666;
    text-align:center;
}

.sum table td.even{
    background:#EEE;
}

.sum .md{
    font-size:1.6em;
    margin-bottom:20px;

}

body p.days{
    margin-bottom:10px;

}


/*----------------------------------------------------
        編集画面共通
----------------------------------------------------*/

.edit_box {
    margin: 25px auto;
    padding: 15px 25px;
    border: #CCC 1px solid;
    background: #FFF;
    width: 90%;
}

.edit_box .edit_area label{
	display:block;
    margin: 0 auto 10px auto;
	color:#e20d0d;
}
.edit_box label + input[type="text"]{
    width:60%;
}
.edit_box .submit_btn{
    padding: 0px 5%;
}
.edit_box .submit_btn input[type="submit"]{
    background: #FF9BAC;
    color: #fff;
    box-shadow : 0px 2px 0px rgba(219, 86, 86, 0.80);
    width: 75px;
    padding: 4px 0px;

}
.submit_btn{
  background: #FA612D;
  border-radius: 5px;
  margin-right: 20px;
}
.transit_btn {
    background: #65B739;
    color: #fff;
    border-radius: 10px;
    /* box-shadow : 0px 2px 0px rgba(219, 216, 86, 0.80); */
    height: 85px;
    width: 200px;
    font-size: 21px;
    cursor: pointer;
    /* padding: 4px 0px;
    position: relative;
    top:120px; */
    margin: 120px auto;
    border-style: none;
}
.send_btn{
    clear: both;
}
.send_btn ul{
    text-align: center;
}
.send_btn li{
	display: inline-block;
	padding: 10px 10px;
}

.red_tr{
    background-color: rgba(255, 192, 155, 0.4);
}
.button_list{
  border-spacing : 30px 0px;
  border-collapse: separate;
  width: 50%;
  margin: 0 auto;
}
/*----------------------------------------------------
    ファンクションキー説明
----------------------------------------------------*/
.function ul{
    text-align: center;
}
.function li{
	display: inline-block;
	padding: 10px 10px;
}
.function span{
    background:#666;
    color:#fff;
    padding:5px;
    margin-right:5px;
    border-radius:5px;
}


/*----------------------------------------------------
    頭文字検索
----------------------------------------------------*/
.initial{
    width: 800px;
    margin:auto;
    margin-right:-1em;
}
.initial table td {
    padding: 3px;
    width: 80px;
}
.initial table {
    width: 800px;
}
.initial table td a{
    font-size: 14px;
}

.num{
    text-align: right;
}


#header_title{
  width: 80%;
  margin: 15px auto;
  padding: 0px;
}
.logout{
  float: right;
}
#header_title h1 {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  height:  auto;
  width: 300px;
  float: left;
}
#header_title ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
  list-style-type: none;
  float: left;
}

.system_title{
  font-size: 20px;
  color: gray;
  margin: 2px 10px;
}
textarea{
  font-size:17px;
  padding: 2px 10px;
  resize: none;

}
input.zipcode {
  padding: 2px 10px;
  width: 80px;
  border-width: 2px;
}
input.fc_code {
 width: 25px;
}
input.service_code {
 padding: 4px 10px;
 width: 90px;
}
.idpw {
  /* font-family: 'メイリオ'; */
  /* font-family: arial, helvetica; */
  font-size: 18px;
  font-family: 'Arial';
  /* font: arial; */
}
select.item_select {
  height: 30px;
}
input.seito_name{
  width: 80px;
}
td.seito_name_input{
  width: 150px;
}
select.grade_select {
  width: 120px;
}


.base_font{
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}


/* 追加 */

 div #float_msg > a{
	position:fixed;
  bottom:3vw;
	right:1vw;
	padding:10px;
	background-color:#3f80c4;
	color:#FFFFFF;
	font-size:13px;
	line-height:1.8em;
	z-index:2;
	/* radius */
    border-radius: 5%;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 15px;   /* Firefox用 */
}

 div .top_btn > a:hover{
	background-color:#6fa0e4;
 }




 /* 各ページにおける画面上部への移動の↑のデザイン */

.pageTop_btn{
  background: red;
}
#text_arrow{
color:white;
text-align: center;
font-size: 40px
}
