/* ----------------------------------------------------------------header*/
body {
    font-family: "NotoSansRegular", "sans-serif";
    overflow-x: hidden;
}
div, h2, h3, h4, h5, p, li, dt, dd, th, td {
    word-break: normal;
    word-wrap: break-word;
    font-size: 16px;
    line-height: 1.66;
    color: #020202;
}
/*------------------------------------------------------------Header*/
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
header #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
}
header #header #header_left {
    position: absolute;
    text-align: center;
    top: 30px;
    left: 15px;
    z-index: 9999;
}
header #header #header_left p {
    padding-top: 8px;
    line-height: 1.1;
    font-family: "NotoSansMedium";
    font-size: 17px;
}
header #header #header_left p span {
    margin-right: 5px;
    font-family: "NotoSansMedium";
    font-size: 14px;
}
header #header #header_right {
    width: 100px;
    position: absolute;
    top: 0;
    right: 15px;
    align-items: center;
    justify-content: flex-end;
}
header #header #header_right h1 {
    display: block;
    width: 90vw;
    position: absolute;
    right: 0;
    top: 5px;
    height: 36px;
    padding-top: 5px;
    text-align: right;
    line-height: 1.1;
    font-size: 10px;
    color: #000;
}
#header.fix {
    height: 60px;
    position: fixed;
    top: 0;
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    animation: haslide linear .3s 1;
    -webkit-animation: haslide linear .3s 1;
}
header #header.fix #header_left {
    top: 10px;
}
header #header.fix #header_left p {
    display: none;
}
header #header.fix #header_left img {
    width: auto;
    height: 40px;
}
header #header.fix #header_right {
    right: 0;
    justify-content: flex-end;
}
header #header.fix #header_right h1 {
    display: none;
}

@media print, screen and (min-width:768px) {
header #header #header_left {
    left: 40px;
}
header #header #header_right {
    width: auto;
    right: 40px;
    left: auto;
    justify-content: flex-end;
}
header #header #header_right h1 {
    display: block;
    width: inherit;
    position: relative;
    right: 0;
    top: inherit;
    text-align: right;
}
}
/*------------------------------------------------------------Navi*/
#contents {
    display: block;
    position: relative;
    z-index: 8888;
}
/*Navi*/
#mainnavi {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    padding: 27px 0 0;
    margin-left: auto;
    text-align: center;
    z-index: 9999;
    transition: all 0.5s;
}
#header.fix #mainnavi {
    position: fixed;
    top: 0;
    left: 0;
}
.mnav {
    display: none;
    position: relative;
    top: -50px;
}
.mnav > li {
    margin-bottom: 0.5em;
    position: relative;
}
.mnav > li > span::after, .mnav > li.active > span::after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    width: 100%;
    height: 3px;
    background: #0b5c9f;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.mnav > li span:hover::after, .mnav > li.active span::after {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.mnav > li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.5em 1em;
    color: #000;
    text-decoration: none;
}
#header .mnav.nav_open {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
}
#header .mnav.nav_open li.active span::after, #header .mnav.nav_open li.active span::after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    width: 100px;
    height: 3px;
    background: #0b5c9f;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
#header .mnav.nav_open li span:hover::after, #header .mnav.nav_open li.active span::after {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
#header.fix .mnav.nav_open {
    position: absolute;
    top: 60px;
}
.mnav li.header_contact {
    margin: 1em 0 2em;
    height: 60px;
}
.mnav li .contact_nav {
    display: flex;
    justify-content: center;
}
.mnav li .contact_nav li {
    height: 60px;
    line-height: 60px;
    margin-right: 0;
}
.mnav li.header_tel {
    padding: 0 12px;
    align-self: center;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #fff;
    background: #0d7e89;
}
.mnav li .contact_nav li.header_tel a {
    line-height: 60px;
    padding-top: 0;
    color: #fff;
}
.mnav li.header_tel img {
    margin-right: 0.2em;
    vertical-align: middle;
}
.mnav li.header_mail {
    background: #0b5c9f;
    width: 60px;
    height: 60px;
}
.mnav li.header_mail img {
    vertical-align: 3px;
    height: 20px;
}
 @keyframes haslide {
 0% {
 top: -55px;
}
 100% {
 top: 0;
}
}
 @-webkit-keyframes haslide {
 0% {
 top: -55px;
}
 100% {
 top: 0;
}
}

@media print, screen and (min-width:768px) {
#mainnavi {
    width: auto;
    padding: 0;
}
#header.fix #mainnavi {
    position: static;
    top: inherit;
    left: inherit;
    padding: 0;
}
.mnav {
    display: flex;
    align-self: flex-end;
    top: inherit;
}
.mnav li {
    margin-bottom: 0;
    margin-right: 2em;
}
.mnav > li a {
    display: inline-flex;
    width: inherit;
    height: auto;
    padding: 0;
}
.mnav > li:not(.header_contact) {
    padding-top: 15px;
}
.mnav li.header_contact {
    margin: 0;
}
.mnav li .contact_nav li {
    margin-right: 0;
    transition: 0.2s;
    cursor: pointer;
}
/*  .mnav li .contact_nav li:hover {
    opacity: 0.7;
  }*/


.mnav li.header_tel {
    padding-top: 0;
}
.mnav li.header_mail {
    padding-top: 0;
    text-align: center;
}
.mnav li.header_mail img {
    margin: 20px auto 0;
    text-align: center;
}
#header.fix .mnav {
    align-self: center;
}
}
/*-------------------------------------------------HamburgerMenu Icon*/
#mainnavi .menu_btn {
    display: inline-block;
    position: fixed;
    margin: auto;
    right: 15px;
    width: 41px;
    height: 41px;
    top: 35px;
    z-index: 999;
    border-radius: 3px;
}
#header.fix #mainnavi .menu_btn {
    top: 10px;
}
#mainnavi .menu_btn:hover {
    cursor: pointer;
}
#mainnavi .menu_btn .hambgr {
    display: inline-block;
    position: absolute;
    margin: auto;
    right: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 4px;
    background: #0d7e89;
    z-index: 999;
    transition-duration: 0.3s;
}
#mainnavi .menu_btn .hambgr:before {
    content: "";
    display: block;
    margin: -10px auto 0;
    width: 35px;
    height: 4px;
    background: #86c4bc;
}
#mainnavi .menu_btn .hambgr:after {
    content: "";
    display: block;
    margin: 16px auto 0;
    width: 35px;
    height: 4px;
    background: #0b5c9f;
}
#mainnavi .menu_btn .hambgr.hbg_close {
    display: inline-block;
    position: absolute;
    margin: auto;
    right: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 4px;
    background: #86c4bc;
    z-index: 999;
    transform: rotate(-45deg);
}
#mainnavi .menu_btn .hambgr.hbg_close:before {
    content: "";
    display: block;
    margin: -10px auto 0;
    width: 35px;
    height: 0px;
    background: #0d7e89;
}
#mainnavi .menu_btn .hambgr.hbg_close:after {
    content: "";
    display: block;
    margin: 16px auto 0;
    width: 35px;
    height: 4px;
    background: #0b5c9f;
    transform: rotate(90deg);
    transform-origin: 58% 0;
    transition-duration: 0.3s;
}

@media print, screen and (min-width:768px) {
#mainnavi .menu_btn {
    display: none;
}
}
/* ----------------------------------------------------------------footer*/
footer {
    padding: 80px 0;
    background: url(../img/common_img/bg_footer.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 7777;
}
/* contact_info */
.contact_info {
    margin-bottom: 60px;
}
.contact_info dt {
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-family: "NotoSansMedium";
    font-weight: 600;
}
.contact_info dd {
    color: #fff;
}
.contact_info dd p {
 font-size: calc(22px * 0.85);
    font-weight: 500;
    color: #fff;
}
.contact_info dd p r {
    display: inline-block;
}
.contact_info dd p span {
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
    font-size: 30px;
    line-height: 1.2;
    margin-right: 0.3em;
    padding: 0.1em 0.3em;
}
.contact_info dd ul {
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.contact_info dd ul li {
    margin-bottom: 20px;
    width: 100%;
    color: #fff;
}
.contact_info li.coninfo_tel {
    font-size: 36px;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
}
.contact_info a {
    text-decoration: none;
    text-decoration-color: transparent;
    color: #fff;
}
.contact_info li.coninfo_mail {
    padding: 15px 0;
    font-family: "NotoSansMedium";
    font-size: 18px;
    border: 1px solid #fff;
    transition: 0.2s;
}

@media print, screen and (min-width:768px) {
.contact_info li.coninfo_mail {
    font-size: 20px;
}
}
.contact_info li.coninfo_mail:hover {
    background: rgba(255, 255, 255, 0.4);
}
.contact_info li img {
    margin-right: 10px;
}
.contact_info dd ul li a {
    color: #fff;
    text-decoration: none;
}

@media print, screen and (min-width:340px) {
.contact_info dd p {
    font-size: 22px;
}
.contact_info li.coninfo_mail {
    padding: 15px 36px;
}
}

@media print, screen and (min-width:768px) {
.contact_info dd p br {
    display: none;
}
.contact_info dd ul {
    flex-wrap: nowrap;
}
.contact_info dd ul li {
    margin: 0 20px;
    width: auto;
}
}
/* f_info */
footer .f_info {
    color: #fff;
}
footer .f_info dt {
    font-size: 20px;
    color: #fff;
    font-family: "NotoSansMedium";
}
footer .f_info dt span {
    font-size: 18px;
}
footer .f_info dd {
    color: #fff;
}
footer .f_info dd .add_tx {
    font-size: 14px;
    color: #fff;
}
footer .f_info dd .add_tx br {
    display: inline-block;
}
.map_link {
    margin-left: 0.5em;
    padding: 0 0.5em;
    line-height: 1.1;
    border: 1px solid #fff;
    transition: 0.2s;
}
.map_link a {
    color: #fff;
    text-decoration: none;
}
.map_link:hover {
    background: rgba(255, 255, 255, 0.4);
}
/* f_navi */

.f_navi {
 margin: calc(55px * 0.5) auto;
}
.f_navi li {
    width: 48%;
    font-size: 14px;
    display: inline-block;
    margin: 0 0 1.5em;
}
.f_navi a {
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}
.f_navi a:hover {
    color: #86c4bc;
}
small {
    color: #fff;
    font-size: 11px;
}
/*Pagetop*/
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 99999;
}

@media print, screen and (min-width:340px) {
footer .f_info dd .add_tx {
    font-size: 16px;
}
.map_link {
    margin-left: 1em;
    padding: 0 1em;
}
.f_navi li {
    font-size: 16px;
}
}

@media print, screen and (min-width:768px) {
footer .f_info dd .add_tx br {
    display: none;
}
.f_navi {
    margin: 55px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f_navi li {
    width: auto;
    display: inline-flex;
    margin: 0 1.5em;
}
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 45px;
    z-index: 99999;
}
}
/*------------------------------------------------------------pagetitle*/
#pagetitle {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 250px;
    background: url(../img/common_img/bg_title.jpg) no-repeat 90% 60%;
    background-size: cover;
}
.title_tx {
    position: absolute;
    left: 15px;
    top: 62%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    line-height: 1.2;
 font-size: calc(36px * 0.7);
    color: #020202;
    font-family: "NotoSansMedium";
    letter-spacing: -0.4pt;
    text-shadow: rgba(255, 255, 255, 0.1) 2px 0px 3px, rgba(255, 255, 255, 0.1) -2px 0px 3px, rgba(255, 255, 255, 0.1) 0px -2px 3px, rgba(255, 255, 255, 0.1) -2px 0px 3px, rgba(255, 255, 255, 0.1) 2px 2px 3px, rgba(255, 255, 255, 0.1) -2px 2px 3px, rgba(255, 255, 255, 0.1) 2px -2px 3px, rgba(255, 255, 255, 0.1) -2px -2px 3px, rgba(255, 255, 255, 0.1) 1px 2px 3px, rgba(255, 255, 255, 0.1) -1px 2px 3px, rgba(255, 255, 255, 0.1) 1px -2px 3px, rgba(255, 255, 255, 0.1) -1px -2px 3px, rgba(255, 255, 255, 0.1) 2px 1px 3px, rgba(255, 255, 255, 0.1) -2px 1px 3px, rgba(255, 255, 255, 0.1) 2px -1px 3px, rgba(255, 255, 255, 0.1) -2px -1px 3px, rgba(255, 255, 255, 0.1) 1px 1px 3px, rgba(255, 255, 255, 0.1) -1px 1px 3px, rgba(255, 255, 255, 0.1) 1px -1px 3px, rgba(255, 255, 255, 0.1) -1px -1px 3px;
}

@media print, screen and (min-width:768px) {
#pagetitle {
    min-height: 400px;
    background: url(../img/common_img/bg_title.jpg) no-repeat center top;
    background-size: cover;
}
.title_tx {
    top: 57%;
    left: 40px;
    font-size: 36px;
}
}
/*------------------------------------------------------------content*/
.content_bg01 {
    text-align: left;
    padding-top: 20px;
    position: relative;
    background: rgba(143, 178, 208, 0.25);
    background-size: 100% 100%;
    overflow: hidden;
}
.content_bg01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    margin: 3% -10% 0;
    background: rgba(183, 210, 234, 0.2);
    transform: skew(0deg, -20deg);
    z-index: -1;
}
.content_bg01 .container {
    position: relative;
    z-index: 999;
}
.content_bg02 {
    text-align: left;
    padding-top: 20px;
}
.section {
    clear: both;
    padding-bottom: 40px;
}
.cts_p {
    margin-bottom: 1em;
}

@media print, screen and (min-width:768px) {
.content_bg01 {
    padding-top: 80px;
}
.content_bg02 {
    padding-top: 80px;
}
.section {
    padding-bottom: 80px;
}
}
/*カレンダー更新プログラム（フッター）フォーマット*/
.calendar {
    width: 100%;
    padding: 10px 9px;
    margin: 0 0 10px;
    background: #fff;
    position: relative;
}
.calendar .cal_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.calendar .month {
    font-size: 11px;
    line-height: 1.2;
    font-weight: bold;
    text-align: right;
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: 999;
}
.calendar .month strong {
    font-size: 16px;
}
.calendar table {
    width: 100%;
    border-collapse: collapse;
}
.calendar table th, .calendar table td {
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}
.calendar table th {
    background: #C0C0C0;
    font-weight: bold;
}
.calendar table td.color01 {
    font-weight: bold;
    background: url(../img/common_img/holiday.png) no-repeat center center;
}
.calendar table td.color02 {
    font-weight: bold;
    background: url(../img/common_img/half.png) no-repeat center center;
}
.calendar table td.color03 {
    color: #fff;
    font-weight: bold;
    background: url(../img/common_img/monday.png) no-repeat center center;
}
.calendar ul.page_ctl {
    text-align: center;
    padding: 8px 10px;
    margin: 0 0 10px;
}
.calendar ul.page_ctl li {
    font-size: 12px;
    color: #389e7c;
}
.calendar ul.page_ctl li a {
    text-decoration: underline;
}
.calendar ul.page_ctl li a:hover {
    color: #999;
}
.calendar ul.page_ctl .ctl_left {
    float: left;
}
.calendar ul.page_ctl .ctl_right {
    float: right;
}
.calendar .tx_color01 {
    float: left;
    margin-right: 20px;
    padding: 0 0 0 15px;
    background: url(../img/common_img/holiday_s.png) no-repeat left center;
}
.calendar .tx_color02 {
    float: left;
    padding: 0 0 0 15px;
    background: url(../img/common_img/half_s.png) no-repeat left center;
}
.calendar .tx_color03 {
    clear: both;
    padding: 0 0 0 15px;
    background: url(../img/common_img/monday_s.png) no-repeat left center;
}

@media print, screen and (min-width:768px) {
.calendar {
    width: 60%;
    margin: 0 auto 10px;
}
}

@media print, screen and (min-width:992px) {
.calendar {
    width: 100%;
    margin: 0 0 10px;
}
}
/*カレンダー更新プログラム（メインカラム）フォーマット*/
.calender02 .note {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #969696;
    top: 0px;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.calender02 .calender_nav {
    width: 260px;
    margin: 0 auto;
    text-align: center;
}
.calender02 div.date {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.calender02 .calender_table {
    overflow-x: auto;
    clear: both;
    position: relative;
}
.calender02 table {
    width: 600px;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.calender02 table tr th {
    text-align: center;
    background: #CBCBCB;
    border: 1px dotted #6F6F6F;
    border-bottom: 1px solid #6F6F6F;
    padding: 10px;
    width: 14%;
}
.calender02 table tr td {
    text-align: center;
    border: 1px dotted #6F6F6F;
    padding: 10px;
}
.calender02 table tr.tr_date td {
    background: #E5E5E5;
}
.calender02 table tr.tr_text td {
    height: 60px;
    vertical-align: top;
}
.calender02 .bg_color01 {
    background: #D5A8A9;
}
.calender02 .bg_color02 {
    background: #B1CAD8;
}
.calender02 .tx_color01 {
    color: #D5A8A9;
}
.calender02 .tx_color02 {
    color: #B1CAD8;
}

@media print, screen and (min-width:768px) {
.calender02 .note {
    display: none;
}
.calender02 table {
    width: 100%;
}
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
    width: 100%;
    margin: 0 0 40px;
    clear: both;
}
#pankuzu ol {
    list-style: none;
    float: right;
}
#pankuzu ol li {
    float: left;
    font-size: 11px;
    padding: 0 7px 0 10px;
    background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li em {
    font-style: normal;
}
#pankuzu ol li.home {
    padding-left: 0;
    background: none;
}
#pankuzu ol li a:link, #pankuzu ol li a:visited {
    text-decoration: underline;
}
#pankuzu ol li a:hover, #pankuzu ol li a:active {
    text-decoration: underline;
}
/* ----------------------------------------------------------------rayout*/
.center {
    display: block;
    margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
    width: 100%;
    border-collapse: collapse;
}
.sheet_basic tr th, .sheet_basic tr td {
    border: 1px dotted #6D6D6D;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    display: block;
}

@media print, screen and (min-width:768px) {
.sheet_basic tr th, .sheet_basic tr td {
    display: table-cell;
}
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
    height: 1px;
    clear: both;
    margin: 20px 0px;
    border-top: 1px dotted #CCC;
    border-right: 0 dotted #CCC;
    border-bottom: 0 dotted #CCC;
    border-left: 0 dotted #CCC;
}
.space_10 {
    height: 10px;
    clear: both;
}
.space_20 {
    height: 20px;
    clear: both;
}
.space_30 {
    height: 30px;
    clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
    display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
    margin: 0 auto 1em;
    font-size: calc(42px - 0.6em);
    color: #202020;
    padding: 0 0 10px;
    text-align: center;
}
.title01 span.en_tx {
    display: block;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #0b5c9f;
}

@media print, screen and (min-width:768px) {
.title01 {
    font-size: 42px;
    font-family: "NotoSansMedium";
}
}
.title02 {
    margin: 0 0 1em;
    display: inline-block;
    font-size: 36px;
    border-bottom: 3px solid #0b5c9f;
    color: #020202;
    text-align: left;
}
.title02 span {
    display: inline-block;
    margin-left: 1em;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #0b5c9f;
}
.title02_2 {
    margin: 1.5em auto 0.5em;
    position: relative;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #d8d8d8;
 font-size: calc(26px * 0.8);
}
.title02_2::after {
    position: absolute;
    content: " ";
    border-bottom: solid 5px #0d7e89;
    bottom: -3px;
    width: 10%;
    display: block;
}

@media print, screen and (min-width:768px) {
.title02_2 {
    font-size: 26px;
}
}
.title03 {
    font-size: 16px;
    font-weight: bold;
    color: #6D6D6D;
    padding-left: 10px;
    margin-bottom: 10px;
    border-left: 3px solid #6D6D6D;
}
.title03 span {
    font-size: 12px;
}
/*TextRight*/
.tx_right {
    text-align: right;
}
/*TextLeft*/
.tx_left {
    text-align: left;
}
/*TextCenter*/
.tx_cent {
    text-align: center;
}
/*bold*/
.tx_bold {
    font-style: normal;
    font-weight: bold;
}
/*TextRed*/
.tx_red {
    color: #C33;
}
/*attention*/
.attention {
    font-size: 10px;
    line-height: 130%;
    margin: 5px 0;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
    float: left;
}
/*FloatRight*/
.float_right {
    float: right;
}
/*ClearBoth*/
.clearboth {
    clear: both;
}
/*phbox*/
.phbox_right {
    text-align: center;
}
.phbox_right img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.phbox_left {
    text-align: center;
}
.phbox_left img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.ov_hidden {
    overflow: hidden;
}

@media print, screen and (min-width:768px) {
.phbox_right {
    float: right;
    margin-left: 10px;
    margin-bottom: 0px;
}
.phbox_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
    margin-top: 5px;
}
.margin_t10 {
    margin-top: 10px;
}
.margin_t20 {
    margin-top: 20px;
}
.margin_t30 {
    margin-top: 30px;
}
.margin_t40 {
    margin-top: 40px;
}
.margin_t50 {
    margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
    margin-bottom: 5px;
}
.margin_b10 {
    margin-bottom: 10px;
}
.margin_b20 {
    margin-bottom: 20px;
}
.margin_b30 {
    margin-bottom: 30px;
}
.margin_b40 {
    margin-bottom: 40px;
}
.margin_b50 {
    margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
    margin-right: 5px;
}
.margin_r10 {
    margin-right: 10px;
}
.margin_r15 {
    margin-right: 15px;
}
.margin_r20 {
    margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
    margin-left: 50px;
}
.margin_l10 {
    margin-left: 10px;
}
.margin_l15 {
    margin-left: 15px;
}
.margin_l20 {
    margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
    margin-bottom: 10px;
}

@media print, screen and (min-width:768px) {
.margin-xs-b10 {
    margin-bottom: 0px;
}
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}

/*------------------------------------------------------------other*/
