@CHARSET "UTF-8";

.container {
    position: relative;
}

/* みどくメッセージ件数 */
.unread-message-counter {
    position: absolute;
    top: 90px;
    z-index: 999;
    display: none;
}

.unread-message-counter .badge-left {
    background: url(/public/image/badge_left.png) no-repeat;
    float: left;
    width: 10px;
    height: 27px;
}
.unread-message-counter .badge-center {
    background: url(/public/image/badge_center.png) repeat-x;
    float: left;
    height: 27px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;
    color: white;
}
.unread-message-counter .badge-right {
    background: url(/public/image/badge_right.png) no-repeat;
    float: left;
    width: 10px;
    height: 27px;
}

.unread-message-counter.from-member {
    left: 365px;
}

.unread-message-counter.from-non-member {
    left: 240px;
}

.float_left {
    float: left;
}
.float_right {
    float: right;
}

.base_table {
    border-collapse: collapse;
    margin-bottom: 10px;
}

/*Table Lines*/
.base_table th, .base_table td {
    border-style: solid;
    border-width: 1px;
    border-color: #999;
}

/*Table Background*/
.base_table th {
    width: auto;
    background-color: #75c4d8;
    color: white;
    text-align:center;
}

.base_table .memberBiko th {
    width: auto;
    height: 80px;
    background-color: #75c4d8;
    color: white;
    text-align:center;
    
}

.base_table .memberBiko textarea {
    width: auto;
}

.base_table_left {
    text-align:left;
}

.base_table_center {
    text-align:center;
}

.base_table_right {
    text-align:right;
}

.search_member_table select {
    height: 25px;
    font-size: 12px;
}

/*hint*/
.side_hint {
    background-color: #FFD;
    padding: 5px;
    color: #227;
    font-size: 90%;
    line-height: 1.2;
}

/*caution_style*/
.caution_div {
    background-color: #FFC;
    border: 3px solid #FFB547;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #FF990A;
    vertical-align: middle;
}

.caution_image {
    vertical-align: top;
    margin-right: 5px;
}

/*error_style*/
.errorSummary {
    background-color: #EDC7D0;
    border: 3px solid #F2245B;
    color: #F2245B;
    margin-bottom:10px;
}

.errorSummary ul {
    margin: 0;
    padding: 5px 10px;
}

.errorSummary li {
    list-style-type:none;
}

.errorMessage {
    color: red;
}

.text_red {
    color: red;
    font-weight: bold;
}

.prefecture_city_input {
    margin-left: 5px;
}
.search_member_prefecture_city {
    margin-bottom: 5px; 
}

.search_member_table th, .user_view_table th, #create_user_table th {
  width : 100px;
}

.prefecture_select {
    width: 100px;
}

.page_title {
    font-size: 18px;
    color: #000000;
}

.supplement {
    padding-left: 20px;
    color: #666666;
}

.base_center {
    width: auto;
    text-align: center;
}

.base_right {
    width: auto;
    text-align: right;
}

.base_right_button {
    width: auto;
    text-align: right;
    margin-right: 20px;
}

.base_right_link {
    text-align: right;
    margin: 5px;
}
.base_right_link span {
    border: 1px solid #999;
    padding: 4px;
}

.base_input_form {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    padding-left:10px;
    padding-right: 10px;
    border:1px solid #ccc;
}

.base_input_form ul {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
}

.base_input_form input {
    width: 300px;
}

.base_input_form textarea {
    width: 600px;
    height: 120px;
}

.base_input_form form {
    margin: 0px;
}

/*
    member
*/

#search_member_table {
    width: auto;
    margin-right: auto;
    margin-left: auto;
}

/*
    user
*/

#user_view_table {
    width: auto;
    margin-right: auto;
    margin-left: auto;    
}

/*
    company
*/
#create_company_table input.edit_field {
    width: 300px;
}

#create_company_table textarea {
    width: 400px;
    height: 200px;
}

#company_table,#create_company_table {
    width: auto;
    margin-right: auto;
    margin-left: auto;
}

/*
    request
*/
.mig_textarea {
    width: 450px;
    height: 56em;
}

/*
    base
*/
.base_textarea {
    width: 450px;
    height: 7em;
}

.base_big_textarea {
    width: 550px;
    height: 25em;   
}

.base_textbox {
    width:450px;
}

.base_nowrap {
	white-space: nowrap;
}