@charset "utf-8";
/* ==================================================
reset
================================================== */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 87.5%;
    line-height: 1.6;
}
/* html, body {
    height: 100%;
} */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
form,
input,
fieldset,
legend {
    margin: 0;
    /* do not edit */
    padding: 0;
    /* do not edit */
}

img,
fieldset {
    border: none;
    /* do not edit */
}

li,
dt,
dd {
    line-height: 1.4;
    /* do not edit */
}

table {
    font-size: 100%;
    /* do not edit */
    line-height: 1.6;
    /* do not edit */
}

form,
input,
select,
textarea {
    font-size: 100%;
    /* do not edit */
}

a:link,
a.skip {
    color: #003377;
    /* デザインによって変更 */
    background-color: transparent;
    /* do not edit */
}



/* 基本フォントがメイリオ指定の場合は以下を使用 */

body,
input,
select,
textarea {
    font-family: '游ゴシック', sans-serif;
    color: #323232;
}

body #tmp_contents p em {
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-size: 105%;
}



/* ==================================================
skip
================================================== */

.skip {
    width: 1px;
    color: #000000;
    font-size: 0.1%;
    line-height: 0.1;
    background-color: #FFFFFF;
    position: absolute;
    left: -3000px;
    z-index: 9999;
}

a.skip {
    background-color: #FFFFFF;
    /* do not edit */
    text-align: center;
    /* do not edit */
    padding: 2px 0;
    /* do not edit */
    top: auto;
    /* do not edit */
}

a.skip:active {
    display: block;
    width: 99.99%;
    /* do not edit */
    font-size: 100%;
    /* do not edit */
    line-height: 1.6;
    /* do not edit */
    top: 0;
    /* do not edit */
    left: 0;
    /* do not edit */
}

a.skip:focus {
    display: block;
    width: 99.99%;
    /* do not edit */
    font-size: 100%;
    /* do not edit */
    line-height: 1.6;
    /* do not edit */
    top: 0;
    /* do not edit */
    left: 0;
    /* do not edit */
}



/* ==================================================
reset
================================================== */
/* * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
} */
#temp_wrapper *,
#temp_footer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#temp_wrapper *:before,
#temp_wrapper *:after,
#temp_footer *:before,
#temp_footer *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#temp_wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*sticky footer*/
/* #temp_wrapper {
    height: auto;
    margin: 0 auto -200px;
    min-height: 100%;
    padding: 0 0 200px;
}
#temp_footer {
    height: 200px;
}
*/

/* ==================================================
common
================================================== */

#temp_wrapper {
    overflow: hidden;
}
#temp_wrapper{
    min-width: 1280px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
    content: "";
    display: table;
}

.clearfix:after,
.container:after {
    clear: both;
}

.disp_none {
	display:none;
}

/* #temp_wrapper img {
    -webkit-animation: smooth-image 1.2s;
    -moz-animation: smooth-image 1.2s;
    animation: smooth-image 1.2s;
} */

#temp_wrapper .container:before,
#temp_wrapper .container:after,
#temp_wrap_footer .container:before,
#temp_wrap_footer .container:after {
    content: "";
    display: table;
}

#temp_wrapper .container:after,
#temp_wrap_footer .container:after {
    clear: both;
}

#temp_wrapper .container,
#temp_footer .container {
    margin: 0 auto;
    width: 1280px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.for-sp {
    display: none;
}
#temp_wrap_main{
    position: relative;
}

.form_control {
    display: block;
    width: 100%;
    height: 56px;
    padding: 6px 21px;
    font-size: 128.6%;
    line-height: 1.42857143;
    color: #5c5c5c;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form_control::-moz-placeholder {
  color: #c1c1c1;
  opacity: 1;
}
.form_control:-ms-input-placeholder {
  color: #c1c1c1;
}
.form_control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.form_control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* ==================================================
header
================================================== */

#temp_header .top {
    background: #1564b3;
}

#temp_header .top a {
    color: #ffffff;
    display: inline-block;
}

#temp_logo {
    float: left;
    font-size: 128.6%;
    padding: 8px 0 12px;
    font-weight: bold;
}

#temp_logo span {
    display: inline-block;
    margin-left: 15px;
}

#temp_logo a {
    text-decoration: none;
}

#temp_user_name {
    color: #ffffff;
    font-size: 70%;
    font-weight: bold;
    width: 340px;
    padding: 8px 0 0 20px;
    display: inline-block;
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; */
}

#temp_means_action {
    float: right;
}

#temp_means_action a {
    margin-right: 2px;
    float: left;
    padding: 14px 12px 13px;
    display: block;
    text-decoration: none;
	font-weight:bold;
}

#temp_means_action a:hover,
#temp_means_action a:focus {
    background: #4f92d4;
}

#temp_means_action a:last-child {
    margin-right: 10px;
}

#temp_st_font:before,
#temp_st_manual:before,
#temp_st_signup:before,
#temp_st_usr_signup:before,
#temp_st_org_signup:before,
#temp_st_logout:before,
#temp_st_mypage:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}

#temp_st_font:before {
    background: url('/shared/images/common/icons_font.png') no-repeat;
    width: 20px;
    height: 14px;
}

#temp_st_manual:before {
    background: url('/shared/images/common/icons_manual.png') no-repeat;
    width: 20px;
    height: 14px;
}

#temp_st_signup:before,
#temp_st_usr_signup:before,
#temp_st_org_signup:before {
    background: url('/shared/images/common/icons_signup.png') no-repeat;
    width: 12px;
    height: 16px;
}

#temp_st_logout:before,
#temp_st_mypage:before {
    background: url('/shared/images/common/icons_mypage.png') no-repeat;
    width: 16px;
    height: 19px;
    background-size: 100%;
}

#temp_main_nav {
    background: #ffffff;
    border-bottom: 1px solid #dadada;
    box-shadow: 2px 4px 2px #f7f7f7;
}

#temp_main_nav ul.main_menu {
    list-style: none;
    float: right;
}

#temp_main_nav ul.main_menu li {
    float: left;
    width: 153px;
    text-align: center;
    position: relative;
    padding: 0 0 0 1px;
}

#temp_main_nav ul.main_menu li:last-child:after,
#temp_main_nav ul.main_menu li:before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 16px;
    border-left: 1px solid #cacaca;
    top: 50%;
    margin-top: -8px;
}

#temp_main_nav ul.main_menu li:before {
    left: 0;
}

#temp_main_nav ul.main_menu li:last-child:after {
    right: 0;
}

#temp_main_nav ul.main_menu li a:link,
#temp_main_nav ul.main_menu li a {
    display: block;
    text-decoration: none;
    font-size: 114.3%;
    font-weight: bold;
    padding: 19px 0 18px;
    position: relative;
    color: #1564b3;
}

#temp_main_nav ul.main_menu li a:hover,
#temp_main_nav ul.main_menu li a:focus {
    background: #e6f5ff;
}

#temp_main_nav ul.main_menu li.active a span {
    display: inline-block;
    position: relative;
}

#temp_main_nav ul.main_menu li.active a span:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    border-bottom: 1px solid #1564b3;
}

#temp_main_nav ul.main_menu li a:hover span:before,
#temp_main_nav ul.main_menu li a:focus span:before {
    opacity: 0;
}
#temp_main_nav .menu_mobile {
    display: none;
}

.menu_link {
    margin: 0  0 0;
    width: 56px;
    padding: 0;
    display: none;
    color: #000000;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.menu_link:before {
    opacity: 0;
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #eff6fc;
}

.menu_title {
    display: block;
    width: 29px;
    height: 48px;
    font-size: 100%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: width .3s ease-out;
    -moz-transition: width .3s ease-out;
    transition: width .3s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

.menu_title a {
    text-decoration: none;
}

.menu_title .menu_bar {
    right: 0;
    left: 0;
    top: 15px;
    display: block;
}

.menu_title .menu_bar,
.menu_title .menu_bar:after,
.menu_title .menu_bar:before {
    position: absolute;
    height: 3px;
    width: 23px;
    margin: 0 auto;
    background-color: #ffffff;
}

.menu_title .menu_bar:after,
.menu_title .menu_bar:before {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    content: '';
    left: 0
}

.menu_title .menu_bar:before {
    top: -6px;
}

.menu_title .menu_bar:after {
    top: 6px;
}

.menu_link .menu_close,
.menu_link .menu_name {
    position: absolute;
    bottom: 2px;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0;
    font-size: 71.4%;
    color: #ffffff;
    -webkit-transition: opacity .3s ease-in .1s;
    -moz-transition: opacity .3s ease-in .1s;
    transition: opacity .3s ease-in .1s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    font-family: 'メイリオ', Meiryo, sans-serif;
}
.menu_link .menu_close {
    opacity: 0;
}

.menu_title:hover .menu_bar,
.menu_title:focus .menu_bar,
.menu_title:active .menu_bar,
.menu_title:hover .menu_bar:after,
.menu_title:focus .menu_bar:after,
.menu_title:active .menu_bar:after,
.menu_title:hover .menu_bar:before,
.menu_title:focus .menu_bar:before,
.menu_title:active .menu_bar:before {
    background-color: #ffffff;
}

.menu_title:hover:before,
.menu_title:focus:before,
.menu_title:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}


/*expanded*/

.menu_expanded {
    cursor: pointer;
    -webkit-transition: opacity .5s, width .3s ease-in-out;
    transition: opacity .5s, width .3s ease-in-out;
}
.menu_expanded:before {
    opacity: 1;
}

.menu_expanded .menu_name {
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    opacity: 0;
}

.menu_expanded .menu_close {
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    opacity: 1;
    color: #1564b3;
}

.menu_expanded .menu_bar {
    background-color: transparent;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.menu_expanded .menu_bar:after,
.menu_expanded .menu_bar:before {
    left: 0;
}

.menu_expanded .menu_bar,
.menu_expanded:hover .menu_bar,
.menu_expanded:focus .menu_bar {
    background-color: transparent;
}

.menu_expanded .menu_bar:after,
.menu_expanded .menu_bar:before {
    background-color: #1564b3 !important;
}

.menu_expanded .menu_bar:after,
.menu_expanded .menu_bar:before {
    content: '';
    top: 0;
    right: 0;
}

.menu_expanded .menu_bar:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu_expanded .menu_bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}


/* ==================================================
footer
================================================== */

#temp_footer {
    background: #1564b3;
    color: #ffffff;
}

#temp_footer .top {
    border-bottom: 1px solid #4e8bc8;
}

#temp_footer .top .container {
    position: relative;
    /* padding: 30px 0 35px; */
}

#temp_footer .ft_info {
    float: left;
    max-width: 44%;
    padding: 30px 0 25px;
}

#temp_footer .ft_info address {
    font-style: normal;
    font-size: 100%;
}

#temp_footer .ft_info .title_info {
    font-size: 128.6%;
    margin-bottom: 26px;
}

#temp_footer .ft_menu {
    position: absolute;
    right: 0;
    bottom: 26px;
    /* max-width: 46%; */
}

#temp_footer .ft_menu ul li {
    display: inline-block;
}

#temp_footer .ft_menu ul li a {
    color: #ffffff;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
    border-left: 1px solid #cdcdcd;
    padding: 0 16px;
}

#temp_footer .ft_menu ul li a:hover,
#temp_footer .ft_menu ul li a:focus {
    text-decoration: underline;
}

#temp_footer .ft_menu ul li:last-child a {
    border-right: 1px solid #cdcdcd;
}

#temp_copyright {
    text-align: right;
    padding: 12px 0;
}
.layout_slidebar #temp_footer .container {
    width: 940px;
}
.layout_slidebar  #temp_copyright,
.layout_slidebar  #temp_footer .top {
    margin-right: 340px;
}
#temp_copyright .container{
    line-height: 1
}

.layout_slidebar .ptop {
    margin-right: -305px;
}
.ptop {
    position: absolute;
    width: 66px;
    height: 69px;
    display: none;
    right: 50%;
    margin-right: -628px;
    top: auto;
    text-indent: -9999px;
    z-index: 998;
}

.ptop a {
    display: block;
    background: url(/shared/images/common/backtop.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
	color:#FFFFFF;
}


/*slidebar*/
a.nav_slidebar_open{
    display: none;
    position: absolute;
    right: 0;
    top: 54px;
    z-index: 10;
    min-height: 46px;
    width: 70px;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.layout_slidebar #temp_container {
    width: 100%;
    float: left;
    margin-right: -340px;
}
#temp_contents{
    overflow: hidden;
    min-height: 2000px;
}
.layout_slidebar #temp_contents {
    margin-right: 340px;
}

.layout_slidebar #temp_rnavi {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    float: right;
    width: 280px;
    height: 100%;
    color: #323232;
    background-color: #f5f5f5;
    overflow-x: hidden;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.layout_slidebar #temp_rnavi.fixed{
    position: fixed;
    width: 280px !important;
}

.slidebar .slidebar_heading{
    position: relative;
    border-bottom: 1px solid #dadada;
}
.slidebar .slidebar_heading h3{
    padding: 15px 20px 15px;
    font-size: 128.6%;
    color: #ffffff;
    background-color: #5e5d5d;
}
.slidebar .condition{
    position: absolute;
    right: 15px;
    top: 17px;
    padding: 1px 8px;
    font-size: 85.7%;
    font-weight: bold;
    display: inline-block;
    color: #ffffff;
    background-color: #5e5d5d;
    border: 1px solid #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}
.slidebar .condition:before{
    content: "";
    display: inline-block;
    margin-right: 3px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #ffffff;
    vertical-align: middle;
}
.block_address .form_address_inner{
    padding: 15px 15px 7px;
}
.form_address .row_group{
    margin-bottom: 5px;
}
.form_address .max_row{
    max-width: 211px;
}
.form_address .input_field{
    position: relative;
}
.form_address .input_field .schedule_cnt{
    padding: 9px 12px;
    font-size: 100%;
    color: #323232;
    background-color: #e7e7e7;
    width: 230px;
    float: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.form_address .input_field .schedule_cnt p span{
    display: block;
}
.form_address .control_label{
    padding-bottom: 4px;
    display: block;
    color: #222222;
    font-size: 100%;
    font-weight: bold;
}
.form_address select.form_control,
.form_address select.form_control:focus{
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form_address .input_field:before,
.form_address .input_capacity:before,
.form_address .input_field:after,
.form_address .input_capacity:after{
    content: "";
    display: table;
}
.form_address .input_field:after,
.form_address .input_capacity:after{
    clear: both;
}
.form_address .input_keyword .form_control{
    padding-right: 60px;
}
.form_address .input_capacity .form_control{
    width: 168px;
    float: left;
}
.form_address .input_capacity .name_unit{
    margin: 10px 0 0 14px;
    display: inline-block;
    font-size: 100%;
}
.form_address .input_capacity{
    padding-right: 60px;
}
.form_address .checkbox_result .checkbox_item:first-child{
    margin-right: 45px;
}
.btn_search_blue:before{
    content: "";
    position: relative;
    top: -1px;
    display: inline-block;
    margin-right: 3px;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    background: url(/shared/images/common/icons_search13.png) no-repeat;
}
.form_address .input_control .input_box{
    width: 227px; /* hack for old browser*/
    width: calc(100% - 64px);
    float: left;
}
.form_address .input_control select.form_control{
    color: #323232;
    background-color: #e7e7e7;
}
.form_address .input_control select.form_control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
.form_address .input_control select.form_control::-ms-expand {
    display: none;
}

.form_address .input_control .btn_search_light{
    float: right;
}
.form_address .submit_search{
    padding: 13px;
    text-align: center;
    background-color: #dadada;
}
.form_address .submit_search .btn_search_blue{
    min-width: 130px;
}
.form_address .submit_search .btn_search_blue:before{
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url(/shared/images/common/icons_search16.png) no-repeat;
}
.block_koen{
    padding: 15px 18px 15px 23px;
    border-bottom: 1px solid #dadada;
}
.block_koen .btn_booking{
    display: block;
    width: 100%;
}
/*keyframes image*/

@-webkit-keyframes smooth-image {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes smooth-image {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes smooth-image {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 900px) {
    #temp_wrapper img {
        height: auto;
        max-width: 100%;
        vertical-align: middle;
        -ms-interpolation-mode: bicubic;
    }
}



/* ==================================================
title
================================================== */

.page_title {
    text-align: center;
    color: #1564b3;
    background: inherit;
    margin: 35px 0 43px;
}

.page_title h1 {
    font-size: 271.4%;
    line-height: 1.2;
    padding: 20px 0 19px;
}

.page_title.with_border {
    position: relative;
    padding-bottom: 2px;
}
.page_title.with_border .num {
    background-color: #1564b3;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 64%;
    margin-right: 28px;
    text-align: center;
}
.page_title.with_border:before {
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -30px;
    background-color: #1564b3;
    color: inherit;
}
.page_title.with_border h1 {
	font-weight:normal;
}
.page_title.raku {
    border-bottom: 2px solid #1564b3;
    margin: 0;
}

.page_title.raku h1 {
    font-size: 142.8%;
    padding: 40px 0 25px;
    /* color: black; */
}

.page_title.raku h1 .sub {
    padding: 2px 16px 2px;
    border: 1px solid #1564b3;
    border-radius: 30px;
    margin-right: 20px;
}

.page_title.raku h1 .count .num {
    background: #1564b3;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 16px;
    display: inline-block;
    text-align: center;
}

.title_sub {
    font-size: 142.8%;
    color: #515151;
    font-weight: bold;
}


/* ==================================================
button
================================================== */
.btn{
    display: inline-block;
    line-height: 1.42857143;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    text-decoration: none;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.btn_dark_blue,
.btn_dark_blue:link {
    background-color: #1564b3;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: 0px 2px 4px 2px rgba(7, 46, 86, 0.3);
    -moz-box-shadow: 0px 2px 4px 2px rgba(7, 46, 86, 0.3);
    box-shadow: 0px 2px 4px 2px rgba(7, 46, 86, 0.3);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    text-align: center;
}

.btn_dark_blue:hover,
.btn_dark_blue:focus,
.btn_dark_blue:active {
    background-color: #e7f5ff;
    color: #1564b3;
    text-decoration: none;
}
.btn_light_blue,
.btn_light_blue:link{
    color: #0e5ca7;
    background-color: #e6f5ff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(7, 46, 86, 0.3);
    -moz-box-shadow:    0px 2px 3px 0px rgba(7, 46, 86, 0.3);
    box-shadow:         0px 2px 3px 0px rgba(7, 46, 86, 0.3);
}
.btn_light_blue:hover,
.btn_light_blue:focus,
.btn_light_blue:active{
    background-color: #b2d9ff;
}
.btn_disable{
    background: #f2f2f2;
    color: #c1c1c1;
    border: 1px solid #dadada;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.btn.btn_disable {
	cursor:default;
}

.btn_login,
.btn_login:link,
.btn_logout,
.btn_logout:link{
    padding: 15px;
    display: inline-block;
    font-size: 128.6%;
    text-decoration: none;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #ffffff;
    background-color: #1564b3;
    text-align: center;
}
.btn_login:hover,
.btn_login:focus,
.btn_logout:hover,
.btn_logout:focus{
    background-color: #0380fc;
}
.btn_login:before{
    content: "";
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 18px;
    background: url(/shared/images/common/icons_login.png) no-repeat;
}
.btn_signup,
.btn_signup:link,
.btn_mypage,
.btn_mypage:link{
    padding: 15px;
    display: inline-block;
    font-size: 128.6%;
    text-decoration: none;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #ffffff;
    background-color: #d40f75;
    text-align: center;
}

.btn_signup:hover,
.btn_signup:focus,
.btn_mypage:hover,
.btn_mypage:focus{
    background-color: #fd0184
}
.btn_signup:before{
    content: "";
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
    width: 14px;
    height: 18px;
    background: url(/shared/images/common/icons_signups.png) no-repeat;
}
.btn_booking,
.btn_booking:link{
    padding: 10px;
    display: inline-block;
    font-size: 100%;
    text-decoration: none;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #ffffff;
    background-color: #1564b3;
    text-align: center;
}
.btn_booking:hover,
.btn_booking:focus{
    background-color: #e7f5ff;
    color: #1564b3;
}
.btn_info,
.btn_info:link{
    padding: 12px 5px;
    display: inline-block;
    min-width: 105px;
    font-size: 100%;
    text-decoration: none;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #ffffff;
    background-color: #1564b3;
    text-align: center;
}
.btn_info:hover,
.btn_info:focus,
.btn_info:active{
    background-color: #e7f5ff;
    color: #1564b3;
    text-decoration: none;
}
.btn_search_blue,
.btn_search_blue:link,
.btn_search_light,
.btn_search_light:link{
    padding: 13px 3px;
    font-size: 100%;
    font-weight: bold;
    min-height: 40px;
    line-height: 1;
    min-width: 56px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
}
.btn_search_blue,
.btn_search_blue:link{
    color: #ffffff;
    background-color: #1564b3;
}
.btn_search_blue:hover,
.btn_search_blue:focus{
    background-color: #0380fc;
}
.btn_search_light,
.btn_search_light:link{
    color: #1564b3;
    background-color: #e6f5ff;
}
.btn_search_light:hover,
.btn_search_light:focus{
    background-color: #b2d9ff;
}
.btn_inline_medium{
    min-width: 130px;
    display: inline-block;
    font-weight: bold;
    padding: 10px 14px 8px;
    text-align: center;
    text-decoration: none;
}

.btn_inline_large{
    min-width: 160px;
    font-size: 128.6%;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    padding: 14px;
}

.btn_inline_half{
    min-width: 60px !important;
    display: inline-block;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
.row_group:before,
.row_group:after{
    content: "";
    display: table;
}
.row_group:after{
    clear: both;
}
.search_process{
    list-style: none;
    padding: 0;
    margin: 0;
}
.search_process li{
    position: relative;
    padding: 20px 23px 30px;
    border-bottom: 1px solid #dadada;
}
.search_process li:after{
    content: "";
    position: absolute;
    z-index: 10;
    left: 121px;
    bottom: 9px;
    width: 9px;
    height: 9px;
    border: 3px solid;
    border-color: #9f9f9f;
    display: inline-block;
    border-bottom: 0;
    border-left: 0;
    border-radius: 1px;
    text-indent: -624.9375rem;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.search_process li:last-child:after{
    display: none;
}
.search_process li:last-child{
    padding-bottom: 20px;
}
.search_process li.active{
    background-color: #ffffff;
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1), 0 2px 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1), 0 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1), 0 2px 6px rgba(0,0,0,0.1);
}
.select_title{
    color: #222222;
}
.select_title a{
    display: inline-block;
}
.select_title a,
.select_title a:link{
    text-decoration: none;
    color: #222222;
}
.select_title a:hover,
.select_title a:focus{
    color: #1564b3;
}
.select_title .numerical_order{
    margin-right: 6px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 100%;
    color: #ffffff;
    background-color: #1564b3;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.select_cnt:before,
.select_cnt:after{
    content: "";
    display: table;
}
.select_cnt:after{
    clear: both;
}
.select_cnt{
    margin-top: 5px;
}
.select_cnt .name_field{
    margin-top: 12px;
    float: left;
    color: #222222;
    width: 235px;
}
.select_cnt .btn_search_light{
    float: left;
}
.print_pdf {
    margin: 5px 15px 15px 0;
    padding: 10px 15px;
    float: left;    
}
/* ==================================================
accordion
================================================== */
.accordion, 
.accordion ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.accordion > li {
    background-color: #f5f5f5;
    border-bottom: 1px solid #dadada;
}
.accordion li a{
    position: relative;
}
.accordion li a,
.accordion li a:link{
    display: block;
    text-decoration: none;
    color: #222222;
}
.accordion > li > a{
    padding: 11px 0 9px 25px;
    margin: 0 0 0 25px;
    display: block;
    font-size: 100%;
    text-decoration: none;
    
}
.accordion > li > a:before{
    position: absolute;
    top: 17px;
    left: 0;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #9f9f9f;
    border-top: 2px solid #9f9f9f;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-right: 19px;
    float: left;
}
.accordion > li.active > a,
.accordion > li a:hover,
.accordion > li a:focus{
    color: #222222;
    font-weight: bold;
}
.accordion > li.active{
    position: relative;
    background-color: #ffffff;
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1), 0 2px 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1), 0 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1), 0 2px 6px rgba(0,0,0,0.1);
}
.accordion > li > .submenu{
    display: none;
    border-top: 1px solid #dadada;
    background-color: #f5f5f5;
}
.accordion > li > .submenu li:hover{
    background-color: #ffffff;
}
.accordion > li > .submenu a{
    position: relative;
    padding: 10px 0 10px 50px;
    margin: 0 0 0 25px;
    border-bottom: 1px solid #dadada;
}
.accordion > li > .submenu a:before{
    position: absolute;
    top: 18px;
    left: 30px;
    margin-top: 0;
    content: "";
    display: inline-block;
    width: 8px;
    height: 2px;
    background: #9f9f9f;
    margin-right: 13px;
}
.accordion > li > .submenu a .nav_text{
    display: block;
    overflow: hidden;
}
.accordion > li > .submenu a:hover,
.accordion > li > .submenu a:focus{
    color: #1564b3;
}
.accordion > li > .submenu li:last-child a{
    border-bottom: 0;
}
/* ==================================================
background
================================================== */

.bg_gray {
    background-color: #f2f2f2!important;
}

.bg_pale_gray {
    background-color: #e7e7e7!important;
}

.bg_blue {
    background-color: #e2f7fc!important;
}

.bg_light_red {
    background-color: #fbdee2!important;
}

.bg_yellow {
    background-color: #fff799!important;
}

/* ==================================================
table form
================================================== */
.message_panel {
    background: #f2f2f2;
    color: #323232;
    border: 2px solid #dadada;
    margin: 25px 0 23px;
    padding: 12px 22px 12px;
}
.message_panel .top {
    font-weight: bold;
    margin-bottom: 6px;
}
.message_panel .top .title {
    color: #1564b3;
    font-size: 142.8%;
    padding-right: 28px;
    border-right: 1px solid #dadada;
}
.message_panel .top p {
    color: #222222;
    font-size: 114.3%;
    padding-left: 28px;
    display: inline-block;
}
.message_alert {
    margin: 0 10px 0 22px;
}
.table_form {
    border: 1px solid #cccccc;
    width: 100%;
    margin-bottom: 40px;
}
.table_form th {
    background: #f2f2f2;
    border-bottom: 1px solid #cccccc;
    padding: 19px 19px 19px 19px;
    font-weight: bold;
	vertical-align:top;
}
.table_form th {
    border-right: 1px solid #cccccc;
}
.table_form tr > td {
    vertical-align: middle;
    padding: 22px 22px 18px 16px;
    border-bottom: 1px solid #cccccc;
}
.table_form tr > td:first-child {
	vertical-align: top;
    background: #f2f2f2;
    font-weight: bold;
    padding: 22px 16px 22px;
    border-right: 1px solid #cccccc;
}
.table_form tr > td p {
    margin-bottom: 8px;
}
.table_form tr > td p:last-child {
    margin-bottom: 0;
}
.table_form .price,
.table_form .hight,
.table_form .required {
    color: #9e0b0f;
    font-weight: bold;
}
.table_form .hight {
    margin-bottom: 12px;
}
.table_form .required {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
}
.table_form .inline_radio {
    display: inline-block;
    margin-right: 26px;
}
.table_form .inline_radio:last-child {
    margin-right: 0;
}
.table_form textarea {
    width: 100%;
}
.table_form .special {
     background: #f2f2f2;
     border-right: 0 !important;
}
.table_form .price {
    float: right;
}
.action_panel {
    text-align: center;
    margin-bottom: 120px;
}
.action_panel .return {
    width: 137px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 4px;
    display: inline-block;
    margin-right: 34px;
    text-decoration: none;
    font-weight: bold;
    font-size: 114.3%;
    -webkit-appearance: none;
}
.action_panel .submit {
    width: 160px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    padding: 0 4px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 114.3%;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
}
/* ==================================================
form
================================================== */
/*input*/
.input_ctr {
    height: 38px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0px 0px 3px 2px #f6f5f5;
    padding: 6px;
}
/* col */
.form_name {
    margin-right: 26px;
    max-width: 198px;
}
.form_name:last-child {
    margin-right: 0;
}
.form_name label,
.form_name {
    display: inline-block;
    vertical-align: middle;
}
.form_name label {
    margin-right: 5px;
}
.form_name input {
    width: 160px;
}
.form_large {
    width: 380px;   
}
.form_large .input_ctr{
    width: 90%;
}
.form_bith {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    max-width: 170px;
}
.form_bith:first-child .input_ctr {
    width: 140px;
}
.form_bith .input_ctr {
    width: 90px;
}
.form_bith label {
    margin-left: 5px;
}
.form_primary .item {
    display: inline-block;
    vertical-align: middle;
    max-width: 120px;
}
.form_primary .pref .input_ctr {
    width: 80px;
}
.form_primary .line_pn {
    display: inline-block;
    margin: 0 8px;
}
.form_primary .input_ctr {
    width: 120px;
}
.form_primary .pref_txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.form_address .address_left {
    float: left;
    margin-right: 27px;
    width: 120px;
}
.form_address .address_left .input_ctr {
    width: 120px;
}
.form_address .address_left p {
    padding-top: 10px;
}
.form_address .address_right {
    overflow: hidden;
    padding-left: 80px;
}
.form_address .address_right label {
    padding-left: 15px;
    padding-right: 8px;
    padding-top: 10px;
    float: left;
    width: 80px;
    margin-left: -80px;
}
.form_address .address_right .input_ctr {
    overflow: hidden;
    width: 100%;
}
.form_address .address_right.sub {
    padding-left: 0;
}
.form_address .address_right.sub .input_ctr {
    width: 100%;
}
.form_address .item {
    margin-bottom: 12px;
}
.form_address .item:last-child {
    margin-bottom: 0;
}
.form_id {
    width: 380px;
}
.form_id .input_ctr {
    width: 90%;
}
.form_address .input_field .schedule_cnt{
    padding: 9px 12px;
    font-size: 100%;
    color: #323232;
    background-color: #e7e7e7;
    width: 211px; /* hack for old browser*/
    width: calc(100% - 24px);
    float: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.form_address .input_field .schedule_cnt p span{
    display: block;
}
.form_address .control_label{
    clear: both;
    position: relative;
    padding-bottom: 4px;
    display: block;
    color: #222222;
    font-size: 100%;
    font-weight: bold;
    -webkit-transition:all 0.3s ease-in-out;
     -moz-transition:all 0.3s ease-in-out;
       -o-transition:all 0.3s ease-in-out;
          transition:all 0.3s ease-in-out;
}
.form_address .form_control{
    padding: 6px 12px;
    height: 40px;
    font-size: 85.7%;
}
.form_address select.form_control,
.form_address select.form_control:focus{
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form_address .input_field:before,
.form_address .input_capacity:before,
.form_address .input_field:after,
.form_address .input_capacity:after{
    content: "";
    display: table;
}
.form_address .input_field:after,
.form_address .input_capacity:after{
    clear: both;
}
.form_address .input_keyword .form_control{
    padding-right: 60px;
    width: 90%;
}
.form_address .input_field .btn_search_blue{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    min-height: 40px;
    vertical-align: top;
}
.form_address .input_capacity .form_control{
    width: 168px;
    float: left;
}
.form_address .input_capacity .name_unit{
    margin: 10px 0 0 14px;
    display: inline-block;
    font-size: 100%;
}
.form_address .input_capacity{
    padding-right: 0px;
}
.form_address .checkbox_result .checkbox_item{
    margin-right: 45px;
}
.dropdown_category{
    display: none;
}
.dropdown_category .dropdown_list{
    list-style: none;
    margin: 7px -5px 0;
}
.dropdown_category .dropdown_distance{
    margin-bottom: 15px;
}
.facilities_title{
    margin: 10px 0 4px;
    font-size: 85.7%;
    color: #515151;
    font-weight: bold;
}
.dropdown_category .dropdown_list:before,
.dropdown_category .dropdown_list:after{
    content: "";
    display: table;
}
.dropdown_category .dropdown_list:after{
    clear: both;
}
.dropdown_category .dropdown_list li{
    padding: 0 5px;
    margin-bottom: 4px;
    width: 50%;
    float: left;
}
.dropdown_category .dropdown_list li a{
    display: block;
    padding: 6px 11px 4px;
    font-size: 85.7%;
    text-decoration: none;
    font-weight: bold;
    color: #1564b3;
    background-color: #e6f5ff;
    border-bottom: 1px solid #7e8596;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.dropdown_category .dropdown_list li.active a,
.dropdown_category .dropdown_list li a:hover,
.dropdown_category .dropdown_list li a:focus{
    color: #1564b3;
    background-color: #b2d9ff;
}
/* ==================================================
popup
================================================== */
body.popup_active{
    overflow: hidden;
}
.popup_wrap *,
.popup_wrap :before,
.popup_wrap :after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup_wrap{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.popup_wrap.active{
    visibility: visible;
    opacity: 1;
}
.popup_body_wrap{
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 127px;
    overflow: auto;
}
.popup_body{
    width: 980px;
    margin: 0 auto;
}
.popup_body .pp_hdr{
    background-color: #1564b3;
    color: #ffffff;
    position: relative;
    padding: 13px 45px 10px 21px;
}
.popup_body .pp_hdr h2{
    font-size: 142.8%;
    font-weight: bold;
}
.popup_body .btn_submit{
    width: 160px;
    height: 56px;
    font-size: 114.3%;
    border: none;
    font-weight: bold;
    margin: 197px auto 7px;
    display: block;
    cursor: pointer;
}
.popup_body .btn_close{
    position: absolute;
    top: 16px;
    right: 19px;
    width: 22px;
    height: 22px;
    background: url('/shared/images/icon/close.png') 0 0 no-repeat;
    color: #ffffff;
    text-decoration: none;
}
.popup_body .pp_cnt{
    background: #ffffff;
    padding: 30px 25px;
}
.popup_body .raku_map_wrap{
    padding-top: 26px;
}
.popup_body .raku_map_wrap .raku_title_sm{
    padding-top: 0;
}
.popup_body .raku_map_wrap .raku_content{
    padding-top: 0;
}
.popup_body .raku_map_wrap .raku_map{
    margin-right: 0;
    margin-top: 0;
}
.popup_body .raku_map_wrap .raku_map{
    margin-bottom: 43px;
}
.popup_body .raku_calendar_wrap{
    margin: 0;
    padding: 0;
}
.popup_body .raku_calendar{
    padding-top: 11px;
}
.popup_body .raku_calendar .item table{
    border-spacing: 0px;
    border-collapse: collapse;
}
.popup_body .raku_calendar .controls{
    padding-bottom: 3px;
}
.popup_body .raku_calendar .btn{
    margin-top: 40px;
}
/* Center mode */
.popup_wrap.center_mode .popup_body_wrap{
    padding-top: 0;
}
.popup_wrap.center_mode .popup_body{
    position: relative;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
}
/* Scroll mode */
.popup_wrap.scroll_mode .popup_body_wrap{
    padding: 30px 0;
}
@media screen and (max-width: 900px) {
	.raku_calendar .item {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	.popup_body {
		width: auto;
	}
	.popup_body .pp_hdr {
		padding: 5px 45px 5px 21px;
	}
	.popup_body .btn_close {
		position: absolute;
		top: 50%;
		transform: translateY(-50%); 
	}
}
/* ▼ 2019/08/16    Phi.Pham Nhat    Add  ▼ */
.list_room_tel {
    margin-left: 25px;
}

.noneUses {
    color: red;
    display: none;
}

#roomName {
    float: left;    
}
.noneUsesMessage {
    color: red;
    display: block;
}

/* // ▲ 2019/08/19    Phi.Pham Nhat    Add  ▲ // */

.address_summary .name_room {
    float: left;
}

/* ▼ 2019/12/16 Add  ▼ */
.address_summary .list_room_cnt {
    float: none !important;
}
/* ▲ 2019/12/16 Add  ▲ */


/* ==================================================
margin
================================================== */
.ml16{
    margin-left: 16px !important;
}

.mr15{
    margin-right: 15px !important;
}
.mr45{
    margin-right: 45px !important;
}

.mt10{
    margin-top: 10px !important;
}
.mt20{
    margin-top: 20px !important;
}
.mt30{
    margin-top: 30px !important;
}

.mb15{
    margin-bottom: 15px !important;
}

.coma_event_wrap{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 80%;
}
.coma_event_wrap:hover{
    color:white !important;
}
.coma_event{
    text-decoration: none;
}
.coma_event:hover{
    color:white !important;
    background-color: #1564b3;
}

.holiday_wrap{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.holiday{
    font-size:0.8em;
}

.setting_holiday{
    font-size:0.8em;
    color:#0e5ca7 !important;
}



#search_fixture_modal .table_form tr > th.w300 {
    width: 300px;   
}

#search_fixture_modal .table_form tr > td,
.fixtures.table_form tr > td {
	vertical-align: top;
    background: transparent;
    font-weight: normal;
    padding: 19px 19px 19px 19px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.file_link{
    text-decoration:none;
    font-weight: bold;
}
.file_remove_btn{
    text-decoration:none;
    font-weight: bold;
}
.file_remove_btn > span{
    padding-left: 2px;
    padding-right: 2px;
    background-color: #0e5ca7;
    color:#ffffff
}
.file_link:hover,
.file_link:focus {
    color: #1564b3;
}
.file_remove_btn > span:hover,
.file_remove_btn > span:focus {
    background-color: #1586b3;
}

.document_format_separator {
    width:100%;
    border-top:1px #cccccc dotted;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* 利用規約 */
.terms_service_cnt h3,
.terms_service_cnt h4,
.terms_service_cnt h5{
    font-family: '游ゴシック', sans-serif;
}
.terms_service_cnt h3 {
    font-size: 1.3em;
}
.terms_service_cnt h4 {
    font-size: 1.15em;
}
.terms_service_cnt h5 {
    font-size: 1.0em;
}