@charset 'UTF-8';
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

img {
    border: 0;
}

body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    font-size: 14px;
    background: #000 url("/images/background.jpg");
    font-size: 14px;
    line-height: 1.8em;
    font-family: verdana, Hiragino Kaku Gothic Pro, Osaka, MS PGothic, Sans-Serif;
    color: #666;
}

#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    margin: 0 auto;
    width: 960px;
    padding: 0 15px;
    z-index: 10;
}

#header {
    background: #000 url(/images/bg_header.jpg) no-repeat center center;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}

#mainimg {
    min-width: 100%;
    width: auto !important;
    width: 100%;
    -moz-background-size: cover;
    background: black;
    height: 460px;
    z-index: 5;
    position: relative;
}

#background_img {
    min-width: 100%;
    width: auto !important;
    width: 100%;
    z-index: 7;
    position: relative;
}

body > #container {
    height: auto;
    overflow: auto;
}

h1 {
    font-size: 12px;
    line-height: 12px;
    padding: 5px;
    font-weight: normal;
    border-bottom: 2px solid #ddd;
    background: white;
    /* 	margin-bottom: 5px; */
}

h3 {
    color: white;
    font-size: 16px;
    line-height: 1em;
    padding: 10px;
    font-weight: normal;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    background: #79620c;
}

h4 {
    font-size: 16px;
    line-height: 1em;
    padding: 5px 0;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

#contents {
    width: 950px;
}

a.gototop {
    display: block;
    padding: 20px 0;
    font-size: 14px;
    color: #f60;
    text-align: right;
    text-decoration: none;
    line-height: 1em;
}

#gmenu {
    font-size: 0;
    text-align: center;
    padding: 7px 0;
    /*
	border-top: 1px solid #61613e;
	border-bottom: 1px solid #61613e;
*/
    background: url(/images/bg_w_10.png);
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

#gmenu a {
    display: inline-block;
    padding: 7px 18px;
    font-size: 14px;
    color: #e0e0c7;
    border-right: 1px dotted #61613e;
    text-align: center;
    text-decoration: none;
    line-height: 1em;
}
.la_en #gmenu a{letter-spacing: 2px;}
#gmenu a:hover {
    color: #f90;
    text-decoration: underline;
}

#gmenu2 {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    text-align: right;
}

#gmenu2 a {
    display: inline-block;
    padding: 7px;
    font-size: 12px;
    color: #000;
    border-right: 1px dotted #aaa;
    text-align: center;
    text-decoration: none;
    line-height: 1em;
}

#gmenu2 a:hover {
    color: #f90;
    text-decoration: underline;
}

#gmenu a.last {
    border: 0;
}

#main {
    float: right;
    width: 750px;
}

#sidemenu {
    float: left;
    width: 190px;
}

#sidemenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidemenu li {}

#sidemenu a {
    font-size: 13px;
    display: block;
    padding: 10px 0px 10px 25px;
    border-bottom: 1px dotted #aaa;
    margin: 5px 0;
    text-decoration: none;
    color: #5e5104;
    font-weight: normal;
    background: url(/images/sidemenu_icon.png) no-repeat left center;
}

#sidemenu a:hover {
    color: #000;
}

#mainmenu {}

#tag {
    border: 2px solid #4c3b04;
    padding: 70px 50px;
    margin: 10px 0 15px 0;
    font-size: 22px;
    font-weight: normal;
    color: #4c3b04;
    letter-spacing: 0.1em;
    line-height: 1em;
    width: 856px;
    margin: 0 auto;
    background: black;
    color: #e4e6cd;
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

#tag2 {
    border-radius: 5px;
    border: 2px solid #ddd;
    padding: 20px 20px;
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 1px #5e4b08, -2px 2px 1px #5e4b08, 2px -2px 1px #5e4b08, -2px -2px 1px #5e4b08;
    background: url("/images/bg_tag.jpg") no-repeat;
    letter-spacing: 0.1em;
}

#mainmenu img {
    padding: 0;
    margin: 0;
    float: left;
    border: 0;
}

#footer {
    text-align: center;
    border-top: 1px #aaa dotted;
    padding: 15px 0 15px 0;
    margin: 15px 0 15px 0;
}

#footer a {
    text-decoration: none;
    color: #09f;
}

#footer ul {
    list-style-type: none;
}

#footer li {
    padding: 0;
    margin: 0;
}

#footer .ft_menu {
    float: left;
    width: 180px;
    padding: 0;
    margin: 0;
}

#footer .ft_menu h2 {
    font-size: 14px;
    font-weight: bold;
}

#footer .ft_copyright {
    border-top: 1px #aaa dotted;
    padding: 15px 0 15px 0;
    font-size: 12px;
}

.box_simple {
    border: 1px solid #ddd;
    padding: 15px;
}

td {
    text-align: left;
    vertical-align: top;
}

.labelField {
    border: 1px solid #FFFFFF;
    background-color: #dfdfdf;
}

.nomalField {
    border: 1px solid #FFFFFF;
    background-color: #efefef;
}

em {
    color: #990000;
}

input {
    margin: 4px;
}

.w100 {
    margin: 4px;
}

.flowbox {
    padding: 15px;
    border: 2px solid #ccc;
    margin: 10px 0;
}

.flowbox h3 {
    border-bottom: 2px dotted #ccc;
    margin: 0 0 5px 0;
}

.orange {
    color: #f60;
}

.yajirushi {
    height: 40px;
    background: url("/images/yajirushi.jpg") no-repeat center;
}

#indexgallery {
    border: 1px solid #ccc;
}

#indexgallery .entry_cover {
    float: left;
    width: 80px;
    overflow: hidden;
    margin: 5px;
}

#indexgallery a {
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: #09f;
}

#indexgallery .img {
    width: 80px;
    height: 120px;
    overflow: hidden;
    border: 1px solid #ccc;
}

#indexgallery img {
    height: 120px;
}

#indexgallery .cmt,
#indexgallery .time {
    display: none;
}

.thumb {
    width: 400px;
}

.recruittag {
    border-bottom: 2px solid #FF9628;
    color: #FF6600;
    font-size: 124%;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 5px 0;
}

.tableborder_rc th,
.tableborder_rc td {
    border-bottom: 1px solid #EEDBBB;
    line-height: 1.4;
    padding: 5px 10px;
    vertical-align: top;
}

.pframe {
    padding: 5px;
    border: 2px solid #ccc;
}

.sp_l_15 {
    margin-left: 15px
}

.sp_r_15 {
    margin-right: 15px
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.space05c {
    clear: both;
    margin-bottom: 5px;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.space10c {
    clear: both;
    margin-bottom: 10px;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.space15c {
    clear: both;
    margin-bottom: 15px;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.space20c {
    clear: both;
    margin-bottom: 20px;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.space25c {
    clear: both;
    margin-bottom: 25px;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.r5b1 {
    border-radius: 5px;
    border: 1px solid #ccc;
}

#sendForm input,
#sendForm textarea {
    font-size: 14px;
    border: 2px solid #999;
    padding: 5px;
    background: #f5fbd9;
}

#sendForm button {
    padding: 5px;
    font-size: 14px;
}

#flow .yajirushi {
    text-align: center;
    height: 100px;
}

#flow .numbers {
    float: left;
    width: 50px;
}

#flow .photo {
    float: left;
    width: 200px;
    text-align: right;
}

#flow .desc {
    float: left;
    width: 420px;
}

#flow .photo img {
    border: 1px solid #ccc;
    padding: 5px;
    background: white;
}

#idx_midokoro .box {
    float: left;
    width: 160px;
    height: 140px;
    overflow: hidden;
    border: 2px solid #ccc;
    padding: 0;
    margin: 3px;
}

#idx_midokoro img {
    width: 200px;
    height: 140px;
}

.table_information {
    border-collapse: collapse;
}

.table_information td {
    border: 1px solid #ccc;
    padding: 10px 15px;
    background: white;
}

.table_information tr {
    height: 25px;
}


.idx_cmt{
	font-size: 13px;
	line-height: 1.9em;
	font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
}

#yashiki .box {
    float: left;
    width: 259px;
    /* 	height: 400px; */
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0;
    margin: 10px;
    padding: 15px;
}

#yashiki img {
    width: 270px;
}

#yashiki .img {
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 150px;
    overflow: hidden;
}

#yashiki .title {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

#yashiki .desc {
    font-size: 12px;
    line-height: 1.7em;
}

#sight table {
    border-collapse: collapse;
}

#sight table td {
    border: 1px solid #ccc;
    padding: 5px 10px;
    background: white;
}

#sight table caption {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.bg_column {
    color: #333;
    background: url(/images/bg_column.jpg) repeat-y;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 30px 50px 60px 50px;
    box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 5px;
    margin: 0 40px;
}

.bg_column h2 {
    /*
	-moz-border-radius:5px ;
	-webkit-border-radius:5px ;
	border-radius:5px;
*/
    border-bottom: 2px solid #928453;
    padding: 10px 0px;
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: bold;
    color: #5e4b08;
    /* 	background: url("/images/bg_tag_2.jpg") no-repeat; */
    /* 	letter-spacing: 0.1em; */
}

#index .annai {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}

#column_idx a {
    display: block;
    background: url(/images/bg_column_m.png);
    font-size: 16px;
    color: #504d0f;
    margin-bottom: 0px;
    line-height: 1em;
    padding: 32px 40px;
    text-decoration: none;
}

#knowridge .img {
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 180px;
    background: #ddd;
    margin-bottom: 10px;
    overflow: hidden;
}

#knowridge .ex {
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 30px;
}

#knowridge h2 {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    line-height: 1.0em;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.tag_jpn {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    background: url(/images/tag_jpn2.png) no-repeat;
    padding: 13px 0 30px 50px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1em;
    color: #432d03;
}

.idx_point_box {
    float: left;
    width: 215px;
    margin: 4px;
    text-align: center;
}

.idx_point_box .img {
    height: 120px;
    border-radius: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.idx_point_box a {
    display: block;
    color: #3f3203;
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    text-decoration: none;
}

.la_en .idx_point_box a{font-size: 12px;font-family: verdana, Hiragino Kaku Gothic Pro, Osaka, MS PGothic, Sans-Serif;}
.la_en .annai div.title{margin: 0 0 15px;}
/******** Keitai ********/

.pc-inline {
    display: inline-block;
}

.ketai,
#i_menu,
#smenu,
.imglink,
.k-w680,
.k-w480 {
    display: none;
}

@media screen and (max-width: 680px) {
    * {
        /*float: none;*/
        z-index: 0;
        position: relative;
        height: auto;
    }
    body {
        -webkit-text-size-adjust: 100%;
        line-height: 1.5;
        padding: 0;
        margin: 0;
        font-size: 16px!important;
    }
    #sb-site {
        overflow-x: hidden;
    }
    ul {
        padding: 0 2% 0 6%!important;
        width: 92%!important;
        margin: 0!important;
    }
    ol {
        padding: 0 1% 0 10%!important;
    }
    ul.k-fnone {
        list-style: disc inside;
    }
    ul.lsnone {
        list-style: none;
    }
    ol {
        padding: 0 1% 0 10%!important;
    }
    dt {
        margin: 20px 0 0;
    }
    dd {
        padding: 0!important;
    }
    #sendForm {
        width: 99%!important;
        margin: 0;
    }
    .pc,
    #footer_navi span,
    .address span,
    #gmenu,
    #gmenu2 {
        display: none!important;
    }
    .imglink,
    .ketai,
    .k-w680 {
        display: block!important;
    }
    img {
        max-width: 100% !important;
        height: auto;
        display: block;
        margin: 0 auto 0 !important;
        padding: 0 !important;
        float: none;
    }
    iframe,
    .iframe {
        position: relative;
        width: 97% !important;
        margin: 0!important;
        display: block;
        padding: 0 !important;
        border: none;
        height: 400px;
    }
    .iframe iframe {
        width: 98% !important;
        margin: 0 auto!important;
        display: block;
    }
    /* Forms */
    input {
        margin: 2px 0;
    }
    label {
        padding: 2px 0;
    }
    input[type=text],
    input[type=password],
    input[type=email],
    input[type=tel],
    input[type=url],
    input[type=number],
    input[type=file],
    textarea {
        font-size: 11px!important;
        background: #fafafa;
        box-shadow: inset 2px 2px 2px 1px #E8E8E8;
        border: 1px solid #D3D3D3;
        padding: 2px 0.2%!important;
        max-width: 92%;
        margin: 10px 1% 10px!important;
    }
    input[type=tel] {
        margin: 10px 0 10px!important;
    }
    input[type=text]:focus,
    input[type=email]:focus,
    textarea:focus {
        color: #373737;
    }
    input#searchsubmit {
        display: none;
    }
    textarea {
        padding: 0.2em 0.3em;
        line-height: 1.3em;
        overflow: auto;
        width: 98%;
    }
    input,
    textarea {
        color: #373737;
        font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        line-height: 1.625;
    }
    button.back,
    button.go {
        -webkit-appearance: none;
        width: 45%;
        padding: 10px 0;
        margin: 5px 1% 5px;
        background: -webkit-linear-gradient(#EFEFEF, #DFDFDF);
        background: linear-gradient(#EFEFEF, #DFDFDF);
        border-radius: 6px;
        border: 2px #DFDFDF solid;
    }
    input[type=image] {
        max-width: 96%!important;
        border: none!important;
        background: #fff!important;
    }
    #idx_midokoro img,
    #yashiki .box,
    #yashiki img,
    .idx_point_box,
    #header,
    .wrapper,
    #container,
    #content,
    #contents,
    .contents,
    #gmenu,
    #gmenu a,
    #indexgallery .img,
    .thumb,
    #flow .numbers,
    #flow .photo,
    #flow .desc,
    .dt,
    .fnone,
    #main,
    #sidemenu,
    .sidemenu,
    #tag,
    #mainmenu img,
    #footer .ft_menu,
    #indexgallery .entry_cover,
    .fl150,
    .fr150,
    .fl230,
    .fr230,
    .fl360,
    .fr360,
    .fl200,
    .fr200,
    .fl250,
    .fr250,
    .fl300,
    .fr300,
    .fl350,
    .fr350,
    .fl400,
    .fr400,
    .fl450,
    .fr450,
    .fl500,
    .fr500,
    .fl550,
    .fr550,
    #information,
    #information .box,
    p,
    ul,
    ul.lsnone,
    .k-fnone {
        float: none!important;
        height: auto;
        clear: both;
        width: 98%!important;
        padding: 0 1%;
        margin: 0;
    }
    .k-fnone {
        padding: 10px 1%!important;
        font-size: 15px!important;
    }
    .infodata {
        width: 96%!important;
    }
    ul {
        width: 92%!important;
    }
    #footer,
    .wrapper2,
    #content {
        width: 100%;
        padding: 0;
    }
    #container,
    #content {
        margin: 0 auto;
        border: none;
        position: relative;
        overflow-x: hidden;
    }
    .k-hed {
        background: #000 url(/images/bg_header.jpg) no-repeat center right;
    }
    #header {
        background: none;
        width: 100%!important;
        padding: 0 0 10px;
        display: block;
    }
    #header a {
        padding: 0;
        width: 96%!important;
        margin: 10px auto 0;
        display: block;
    }
    #header a img {
        position: relative;
        margin: 0 auto!important;
    }
    h1 {
        background: url(/images/kuro60.png) repeat;
        padding: 6px 5px 6px 55px;
        font-size: 12px;
        line-height: 1.3;
        border: 0;
        background-color: transparent;
        color: #fff;
        height: 46px
    }
    h2 {
        font-size: 18px!important;
        line-height: 1.4;
        padding: 5px 1% 5px 1%;
        width: 89%!important;
        font-size: 16px;
        background-size: 8%;
        background-position: left center;
        margin: 10px 0;
    }
    .tag_jpn {
        margin: 0;
        padding: 13px 0px 30px 50px;
    }
    .la_en .tag_jpn {
        margin: 0;
        padding: 5px 0px 30px 50px;
    }
    h2.w100 {
        width: 98%!important;
        padding: 5px 1%!important;
        margin: 10px 0;
    }
    h3,
    caption {
        font-weight: bold;
        font-size: 18px;
        text-align: left;
        margin: 10px 0 5px!important;
        padding: 5px 4%!important;
        line-height: 1.4;
        background: #79620C;
        border-bottom: none;
        color: #fff;
        border-radius: 10px;
        text-indent: 0;
        width: 92%!important;
    }
    h4 {
        padding: 10px 2%;
        width: 96%;
        font-size: 16px;
        margin: 15px 0 4px;
    }
    #tag {
        background-position: center;
        height: auto;
        font-size: 16px;
        border-radius: 8px;
        text-align: center;
        padding: 10px 1%!important;
        margin: 10px auto 5px;
        width: 94%!important;
        font-weight: bold;
        text-shadow: 2px 2px 3px #1D56A5, -2px 2px 3px #1D56A5, 2px -2px 3px #1D56A5, -2px -2px 3px #1D56A5;
        width: 98%;
    }
    #contents div {
        max-width: 100%;
    }
    .alignright,
    .alignleft {
        width: auto !important;
        max-width: 98% !important
    }
    .h-auto {
        height: auto!important;
    }
    .of-x-h {
        overflow-x: hidden;
    }
    .of-x-h img {
        max-width: auto !important;
    }
    .k-ha,
    .top_service {
        height: auto!important;
    }
    .k-cf:after,
    .sbox:after {
        content: url(../images/px1toumei.gif);
        visibility: hidden;
        display: block;
        display: table;
        clear: both;
        height: 0
    }
    .k-cf,
    .sbox {
        display: inline-table
    }
    * html .k-cf,
    * html .sbox {
        height: 1%
    }
    .k-cf,
    .sbox {
        display: block;
    }
    .k-fn {
        float: none!important;
        padding: 10px 2%!important;
        width: auto;
        max-width: 96%!important;
        height: auto!important;
        margin: 0 auto;
        display: block;
    }
    .k-p2 {
        padding: 10px 2%!important;
    }
    ul.k-p2 {
        padding: 10px 2% 10px 10%!important;
    }
    .k-p5 {
        padding: 10px 5%!important;
    }
    ul.k-p5 {
        padding: 10px 5% 10px 10%!important;
    }
    .k-fl,
    .k-fr {
        float: left!important;
        display: inline-block!important;
        clear: none!important;
    }
    .k-fr {
        float: right!important;
    }
    .k-tl {
        text-align: left!important;
    }
    .k-tc {
        text-align: center!important;
        display: block;
    }
    .ibox {
        width: 99%;
        clear: both;
        margin: 0 auto 10px;
        min-width: 99%;
        max-width: 99%;
    }
    .inline {
        display: inline-block;
        margin: 0!important;
        width: auto!important;
    }
    .k-tel a {
        color: #999;
        text-decoration: none;
    }
    .blockimg,
    .entry img {
        max-width: 95%;
        margin: 5px auto!important;
        float: none!important;
        height: auto;
        clear: both;
        display: block;
    }
    .imglink {
        text-decoration: none;
    }
    .imglink:after {
        content: "▲画像拡大▲";
        color: red;
        display: block;
        text-align: center;
        position: relative;
        margin: -15px 20% 0;
        box-shadow: #afafaf 0 1px 3px;
        border-radius: 3px;
        background: url(../images/siro85.png) left center
    }
    .kstyle {
        float: none!important;
        font-size: 16px!important;
        width: auto!important;
    }
    .kstyle.w100 {
        width: 96%!important;
        padding: 5px 2%!important;
        margin: 0;
    }
    .ksmall {
        font-size: 12px!important;
        display: block;
    }
    .kblock {
        display: block;
        margin: 2px 0;
    }
    .kstyle.ryoukin {
        font-size: 14px!important
    }
    .marelink a {
        background-color: #EFEFEF;
        padding: 4px 8px;
        line-height: 1;
        color: red;
        border-radius: 4px;
    }
    .opens {
        border-radius: 3px;
        background: -webkit-linear-gradient(#CFCFCF, #DFDFDF);
        background: linear-gradient(#CFCFCF, #DFDFDF);
        border-bottom: none!important;
        position: relative;
        font-size: 20px!important;
    }
    .opens:after {
        content: "";
        position: absolute;
        top: 14px;
        right: 5%;
        border-style: solid;
        border-width: 13.9px 8px 0 8px;
        border-color: #fff transparent transparent transparent;
    }
    .opens.opened:after {
        content: "";
        position: absolute;
        top: 14px;
        right: 5%;
        border-width: 0 8px 13.9px 8px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        width: 0;
        height: 0;
    }
    .sbox {
        margin: 10px auto 10px!important;
        box-shadow: 0px 0 3px 2px #CECCCC;
        -webkit-box-shadow: 0px 0 3px 2px #CECCCC;
        padding: 20px 2%;
        width: 94%;
        text-align: center;
        border-radius: 10px;
        font-size: 15px!important;
    }
    .sbox small {
        font-size: 15px;
        line-height: 1.3;
        margin-top: 10px;
        display: block;
    }
    table,
    caption {
        display: block;
        width: 100%!important;
        border: 0!important;
        padding: 0!important;
        margin: 0 auto;
    }
    caption {
        margin: 10px 0px 0 !important;
        padding: 5px 2% !important;
        background: #DB780F;
        border-radius: 8px 8px 0px 0px;
        width: 96% !important;
    }
    thead {
        display: none;
    }
    tbody {
        display: block;
    }
    tr {
        display: block;
        margin: 0;
    }
    table.wakutr tr {
        border: 1px solid #A7DEF2;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    th,
    td {
        display: block;
        border: none;
        width: 96%;
        border: none!important;
    }
    th,
    .tableborder th {
        margin: 15px 0 5px;
        padding: 5px 2%!important;
        line-height: 1.6;
        text-align: left;
        width: 96%!important;
    }
    td,
    .tableborder td,
    .tableborder_rc th,
    .tableborder_rc td {
        padding: 2px 2%;
        margin: 0;
        width: 96%!important;
    }
    .table_information tr {
        height: auto;
        margin: 0 0 10px;
    }
    .table_information td {
        border: 1px solid #CCC;
        padding: 5px 2%;
        background: #FFF none repeat scroll 0% 0%;
    }
    .table_information td.th {
        font-weight: 800;
        background: #C9DFED;
    }
    table.wakutr th {
        background: #A7DEF2;
        margin: 0 0 10px;
    }
    table.wakutr.kyujin tr {
        border: 1px solid #BFF2D3;
    }
    table.wakutr.kyujin th {
        background: #BFF2D3;
    }
    td img {
        margin: 0 auto;
    }
    td.fL {
        float: left;
        display: inline;
        width: 30%;
    }
    td.clear {
        clear: both;
        display: block;
        float: none
    }
    table.list,
    caption {
        border-collapse: collapse
    }
    table.list thead {
        display: none;
    }
    table.list tbody {
        display: block;
        width: 100%;
    }
    table.list tbody tr {
        display: block;
        margin-bottom: 1.5em;
    }
    table.list tbody th,
    table.list tbody td {
        display: block;
        border: none;
        width: 96%;
    }
    table.list tbody th {
        display: none;
    }
    table.list tbody tr {
        border: 1px solid #A7DEF2;
        margin-bottom: 10px;
    }
    table.list tbody td.th {
        margin: 0;
        width: 96%!important;
        background: #A7DEF2;
    }
    table.list tbody td {
        margin: 5px 0;
        padding: 5px 2%;
        display: list-item;
        list-style-type: none;
        border-bottom: 1px solid #babcbf;
        text-align: left;
    }
    table.list tbody td:nth-of-type(1):before {
        content: "";
    }
    table.list tbody td:nth-of-type(2):before {
        content: "【配置先名】 ";
        color: #444444;
    }
    table.list tbody td:nth-of-type(3):before {
        content: "【詳細】 ";
        color: #444444;
    }
    /**menu**/
    #gmenu {
        display: none;
    }
    #i_menu {
        position: fixed;
        top: 4px;
        left: 0;
        z-index: 999;
        display: block;
        border: 1px solid #3D3D3D;
        border-radius: 0 6px 6px 0;
        background-color: #707070;
        font-weight: bold;
        color: #fff;
        font-size: 32px;
        padding: 2px 8px 2px 10px;
        text-align: center;
        cursor: pointer;
        line-height: 1;
    }
    #i_menu div {
        display: inline-block;
        vertical-align: middle;
    }
    #i_menu span {
        display: block;
        font-size: 8px;
        margin: 2px 0 0;
    }
    .sb-android #i_menu {
        position: absolute;
    }
    #i_menu:after {
        vertical-align: 20%;
        font-size: 20px;
        margin-left: 3px;
        color: #5CA517;
    }
    #i_menu.open {
        display: block;
        color: #fff;
        background-color: red!important;
        z-index: 999;
    }
    #i_menu.open:after {
        content: "閉じる";
        font-size: 16px;
        color: #fff;
        vertical-align: middle;
    }
    #sb-site {
        z-index: 1;
    }
    #smenu {
        z-index: 2;
        background: #000;
        padding: 55px 0;
        position: fixed;
        top: 0;
        height: 100%;
        width: 60%;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    #smenu a {
        display: block;
        border: 0;
        font-size: 14px;
        color: #000;
        text-decoration: none;
        line-height: 1.3;
        padding: 10px 5% 15px;
        height: 12px;
        margin: 2px 0 2px;
        float: none;
        box-shadow: #afafaf 0 -1px 1px;
        -webkit-box-shadow: #afafaf 0 -1px 1px;
        border-radius: 0;
        background: #000 url("/images/background.jpg");
    }
    #smenu #submenu {
        padding: 10px 0 10px 5%;
    }
    #smenu #submenu a {
        background: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        border-bottom: 1px dashed #ddd;
        font-weight: 800;
        color: #fff;
    }
    #smenu a:hover {
        background: #E2F296;
        color: #000;
        text-decoration: none;
    }
    #footer {
        border-top: none;
        margin: 15px 0 0 0;
        font-size: 12px;
        line-height: 1.3;
        text-align: center;
        line-height: 1.3;
        padding: 20px 1% !important;
        width: 98%;
    }
    #footer-navi {
        text-align: center!important;
        list-style: none;
        letter-spacing: -2.9px;
        margin: 10px 0 20px;
    }
    #footer-navi a {
        letter-spacing: normal;
        vertical-align: top;
        text-decoration: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        border: 1px solid #ddd;
        border-radius: 3px;
        width: 47%;
        padding: 8px 0% 8px;
        margin: 5px 0.6% 5px;
        /*background: linear-gradient(#F6FC50,#FFA500);*/
        background-color: #C1F48D;
        color: #000;
    }
    .address {
        padding: 5px 2%;
        line-height: 1.3;
    }
    .address strong {
        font-size: 18px;
    }
    .tellbox {
        line-height: 1.8;
        padding: 5px 1%;
        margin: 5px 0;
        border-radius: 0;
    }
    .tellbox div {
        text-align: left;
        background-color: #8BBFD6;
        margin: 5px 1%;
        padding: 5px 2%;
        width: 92%;
        border-radius: 8px;
    }
    .tellbox span {
        display: inline-block!important;
        margin: 0 5px;
    }
    .tellbox span.pc {
        display: none!important;
    }
    .tellbox span.tbt {
        display: block!important;
        font-size: 14px;
    }
    .tellbox a {
        color: #000!important;
        font-weight: 800;
        font-size: 20px;
    }
    .ksmall {
        font-size: 12px!important;
        display: block;
    }
    #news_list,
    #news_read,
    div#entry {
        padding: 0 1%!important;
        width: 97%!important;
        margin: 10px 0!important;
    }
    #entry_top {
        margin: 0 0 30px;
    }
    #entry_top .time {
        line-height: 1;
        font-size: 10px;
        color: #999;
        display: block!important;
    }
    #blog .entry {
        padding: 10px 3%!important;
    }
    .tell.kstyle {
        display: block;
        margin: 10px 0 20px;
    }
    .tell.kstyle a {
        display: block;
        font-size: 32px!important;
        color: #FF9900!important;
    }
    #sidemenu,
    .sidemenu {
        margin: 40px 0 0;
    }
    #sidemenu img,
    .sidemenu img {
        width: 100%;
    }
    #sidemenu .k-fl,
    #sidemenu .k-fr {
        width: 48%;
        margin: 10px 1%;
        padding: 0 0px 10px!important;
        text-align: center;
        border: none;
    }
    .idx_point_box .img,
    #idx_midokoro .box {
        border: none;
        margin: 5px auto 2px;
        max-height: 100px;
    }
    .idx_point_box .img img {
        border-radius: 5px;
        border: 1px solid #CCC;
    }
    #mainimg {
        width: 100%!important;
        height: 420px!important;
        position: relative!important;
    }
    #slideshow_cover {
        width: 100%!important;
    }
    #slideshow_char {
        position: absolute!important;
        width: 100%!important;
        top: 0px!important;
    }
    #slideshow_char img#logo2,
    #slideshow_char img#logo3 {
        z-index: 9999!important;
        top: 0px!important;
        left: 60%!important;
        max-width: 29%!important;
        height: auto;
    }
    #slideshow_char img#logo3 {
        max-width: 50%!important;
        left: 15%!important;
        top: 240px!important;
    }
    #slideshow {
        position: absolute!important;
        height: 410px!important;
        width: 100%!important;
    }
    #slideshow img {
        left: -40%;
        max-width: 180%!important;
    }
    .button,
    .k-link {
        display: block;
        text-align: center;
        border: 1px solid #AED0EA;
        background: #D7EBF9 url("http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png") repeat-x scroll 50% 50%;
        font-weight: bold;
        color: #2779AA;
        padding: 6px 0;
        border-radius: 6px;
        text-decoration: none;
        font-size: 14px;
    }
    .k-link {
        background: none;
        background-color: #D3DFE5;
    }
    #knowridge .img {
        height: auto;
    }
    #yashiki .box {
        width: 94%!important;
        margin: 10px 0;
        padding: 15px 2%!important;
        height: auto!important;
        float: none!important;
        font-size: 16px!important;
    }
    #yashiki .box .img {
        border: none!important;
        padding: 0!important;
        margin-bottom: 10px;
    }
    #yashiki .box .img img {
        padding: 0!important;
        margin: 0;
    }
    #yashiki .title {
        font-size: 16px;
        font-weight: 800;
        padding: 4px 1%!important;
    }
    #yashiki .desc {
        font-size: 16px;
        padding: 4px 1%!important;
    }
    .bg_column {
        padding: 20px 2% 20px;
        margin: 0;
    }
    font {
        font-size: 16px!important;
    }
    .imgh1 {
        height: 1px!important;
    }
}

@media screen and (max-width: 600px) {
    #mainimg {
        height: 340px!important;
    }
    #slideshow_char img#logo2,
    #slideshow_char img#logo3 {
        left: 60%!important;
        max-width: 26%!important;
    }
    #slideshow_char img#logo3 {
        max-width: 50%!important;
        left: 15%!important;
        top: 180px!important;
    }
    #slideshow {
        height: 330px!important;
    }
}

@media screen and (max-width: 500px) {
    #mainimg {
        height: 330px!important;
    }
    #slideshow {
        height: 320px!important;
    }
}

@media screen and (max-width: 480px) {
    .pc680 {
        display: none!important;
    }
    .k-w480 {
        display: block!important;
    }
    .k-fn480 {
        float: none!important;
        padding: 10px 2%!important;
        width: auto;
        margin: 0 auto;
        display: block;
    }
    #tag {}
    #mainimg {
        height: 280px!important;
    }
    #slideshow_char img#logo2,
    #slideshow_char img#logo3 {
        max-width: 26%!important;
    }
    #slideshow_char img#logo3 {
        max-width: 50%!important;
        top: 150px!important;
    }
    #slideshow {
        height: 270px!important;
    }
}

@media screen and (max-width: 420px) {
    #mainimg {
        height: 260px!important;
    }
    #slideshow_char img#logo2 {
        top: 130px!important;
    }
    #slideshow_char img#logo3 {
        top: 130px!important;
    }
    #slideshow {
        height: 250px!important;
    }
}

@media screen and (max-width: 380px) {
    #mainimg {
        height: 210px!important;
    }
    #slideshow_char img#logo2 {
        top: 5px!important;
    }
    #slideshow_char img#logo3 {
        top: 110px!important;
    }
    #slideshow {
        height: 195px!important;
    }
}

@media screen and (max-width: 300px) {
    #mainimg {
        height: 180px!important;
    }
    #slideshow {
        height: 165px!important;
    }
}

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

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

.top_info{
	border:1px solid #ccc;padding:15px ;background:white;font-size:12px;margin:10px 0;line-height:1.6em;
}