@charset "UTF-8";


/* メインメニュー
---------------------------------------------------- */
.mainmenu {
    /* border-top: solid 1px #0000EE; */
    width:100%;
    background-color: #f1f8ff;
}

/* タイトル
---------------------------------------------------- */


/* ヘッダー
---------------------------------------------------- */
h1 {
    background: #f7f7f7;
    border-left: solid #f89174 5px;
    padding: 8px 12px;
    border-bottom: solid 3px #dadada;
    font-size: 24px;
    margin: 0px auto;
    font-weight: bold;
    line-height: 1.0;
    width: 95%;
    clear: both;
}

h2 {
    border-bottom: solid 3px #cce4ff;
    position: relative;
}

h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #5472cd;
    bottom: -3px;
    width: 20%;
}

span.title {
    float: left;
    width: auto;
    margin-left: 50px;
    color: #00a2e8;
    font-weight: bold;
    font-size: 1.3em;
    font-style: italic;
}
span.title:first-letter {
    font-size: 1.5em;
    /* color: #f89174;*/
    color: #FF0000;
}
/*
span.title:after {
    content: "";
    display: block;
    height: 1px;
    background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
*/

/* メニューボックス
---------------------------------------------------- */

#menubox ul{ 
  margin: 0; 
  padding: 0; 
  list-style: none; 
}
#menubox li{ 
  display: inline; 
  padding: 0; 
  margin: 0; 
  float: left;
}
#menubox li a{
  display: block; 
  border-left: 8px solid #C97556;
  background-color: #474655;
  padding: 3px 10px;
  text-decoration: none;
  color: #E1E2CF;
  width: 100px; 
  margin: 1px 0px;
  text-align: left;
  font-size: 14px;
}
#menubox li a:hover{
  border-left: 8px solid #990033;
  background-color: #474655;
}

/* ページネート
---------------------------------------------------- */
table.paginate-table {
  width: 100%;
  border: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
table.paginate-table td.columnL {
  text-align: left;
  width: 190px;
}
table.paginate-table td.columnC {
  text-align: center;
}
table.paginate-table td.columnR {
  text-align: right;
  width: 190px;
}


/* ボックス POINT
---------------------------------------------------- */

.box_point {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.box_point .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box_point p {
    margin: 0;
    padding: 0;
}

/* ボックス POINT
---------------------------------------------------- */

.box_search {
    position: relative;
    margin: 1em 0;
    padding: 35px 10px 7px;
    border: solid 2px #ff9933;
    width:800px;
}
.box_search .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    /* font-size: 17px; */
    background: #ff9933;
    color: #ffffff;
    font-weight: bold;
}
.box_search p {
    margin: 0; 
    padding: 0;
}
.box_search .box-actions {
    padding: 10px 0px 0px 0px;
    text-align:center;
}



/* ボックス POINT
---------------------------------------------------- */

.box_est {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #0066ff;
}
.box_est .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #0066ff;
    color: #ffffff;
    font-weight: bold;
}
.box_est p {
    margin: 0; 
    padding: 0;
}

#inputbox {
    width: 800px;
    margin: 0 auto;
}


/* calendar datepicker
---------------------------------------------------- */
table.form-table input.js-calendar {
  background: transparent;
  width: 0px;
  border: none;
}

/* Form errors
--------------------------------------*/
form .error {
    background: #FFDACC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
}
form .error-message {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    background: none;
    margin: 0;
    padding-left: 4px;
    padding-right: 0;
}
form .error,
form .error-message {
    color: #9E2424;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
