@charset "utf-8";

/* ------------------ media ------------------ */
.pc_only {
}
.mobile_only {
  display:none;
}
/* ------------------ tags ------------------ */
html {
//  font-size: 20px;
}
* {
  margin:0;
  padding:0;
  font-weight:normal;
//  font-size: 20px;
//  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
  font-family: "Helvetica Neue", Helvetica, Arial, "Droid Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-decoration:none;
}
body {
  background-color:#fff;
}
div {
  box-sizing:border-box;
}
a {
  color: #1a0dab;
}
a:link {
//  text-decoration:none;
  color: #1a0dab;
}
a:visited {
  text-decoration:none; 
}
a:hover {
//  text-decoration:none;
  color: #1a0dab;
}
a:active {
  text-decoration:none;
}

/* ------------------ generic class ------------------ */
.left {
    float:left;
}
.right {
    float:right;
}
.clear {
    clear:both;
}
.tacenter {
    text-align:center;
}
.taright {
    text-align:right;
}
.fxl {
    font-size:23px;
}
.fl {
    font-size:22px;
}
.fml {
    font-size:21px;
}
.fm {
    font-size:20px;
}
.fms {
    font-size:19px;
}
.fs {
    font-size:18px;
}
.fxs {
    font-size:17px;
}
.fb {
    font-weight:bold;
}
.cred {
    color:red;
}
.cgray {
    color:#444;
}
.cnavy {
    color:#00008b;
}
.tright {
    text-align:right;
}
.tcenter {
    text-align:center;
}
.tleft {
    text-align:left;
}
.bw1px {
    border-width: 1px;
}
.bw2px {
    border-width: 2px;
}
.b3px {
    border-width: 3px;
}
.bcdark {
    border-color: #555;
}
.bcdarkblue {
    border-color: #00008b;
}
.br0px {
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.br5px {
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.br10px {
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.mt50px {
    margin-top:50px;
}
.mt30px {
    margin-top:30px;
}
.mb50px {
    margin-bottom:50px;
}
.mb30px {
    margin-bottom:30px;
}
.lspacer20px {
    content:"　";
    height:20px;
    overflow:hidden;
}
.lspacer50px {
    content:"　";
    height:50px;
    overflow:hidden;
}
.pmbg_dark {
    background-color:#595969;
}
.pmbg_light {
    
}
.pmbg_pale {
    
}
.pmbg_blank {
    background-color:#fff;
}

/* ------------------ header navi_bar ------------------ */
.header {
    font-size: 20px;
}
.navi_bar_pc {
//  background-color:#fff;
  border:none;
//  color:#3d4233;
}
.navi_bar_pc.fixed {
  position:fixed;
  top:0;
  left:0;
//  width:100vw;
  width:100%;
  box-shadow:0px 0px 3px 0 #345c8e;
  z-index:100;
}
.navi_bar_pc.fixed.display_none {
//  display:none;
}
.navi_logo {
  width:80px;
}
.navi_logo_box {
  padding:8px 10px 0 10px;
}
.navi_operation_box {
  padding:0 10px 0 10px;
  height:50px;
  line-height:50px;
  color:#1f4170;
}
.navi_operation_box:hover {
  color:#ff4717;
  background-color:#edf4ff;
}
.navi_bar_pc.fixed .navi_operation_box {
  color:#fff;
}
.navi_bar_pc.fixed .navi_operation_box:hover {
  color:#1f4170;
}
.navi_apply_free:hover {
  color:#fff;
  background-color:#transparent;
  opacity:0.8;
}
.navi_bar_mobile {
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:45px;
  background-color:#63a7fb;
  background-color:#fff;
//  border-top:solid 1px #5b8bc6;
  border-bottom:solid 1px #5b8bc6;
  z-index:900;
}
.navi_bar_mobile_menu {
  height:45px;
  width:45px;
  font-size:24px;
  line-height:45px;
  vertical-align:top;
  text-align:center;
  color:#0070c0;
}
.navi_bar_mobile_menu:hover {
  opacity:0.8;
}
.navi_bar_mobile_logo_box {
  padding:5px 0 0 5px;
}
.navi_menu_mobile {
  position:fixed;
//  top:45px;
  top:0;
  left:0;
  width:210px;
//  height:calc(100vh - 45px);
  height:calc(100vh + 30px);
  background-color:#63a7fb;
  box-shadow:0px 3px 3px 0 #4b5176;
  padding-top:70px;
  z-index:800;
}
.navi_menu_mobile_line {
  wodth:100%;
  margin:0 0 15px 5px;
  padding:2px 10px;
  font-size:21px;
  color:#fff;
  background-color:#63a7fb;
}
.navi_menu_mobile_line:hover {
  color:#4b5176;
  background-color:#fff;
}
a.navi_apply_free {
  display: block;
  background-color:#ff5e39;
  color:#fff;
  padding:0px 15px;
  height:34px;
  line-height:34px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  margin:8px;
}
a.navi_apply_free:link {
  text-decoration:none;
}
a.navi_apply_free:visited {
  text-decoration:none; 
}
a.navi_apply_free:hover {
  text-decoration:none;
}
a.navi_apply_free:active {
  text-decoration:none;
}
a.apply_free_link {
  text-decoration:none;
}
a.apply_free_link:link {
  text-decoration:none;
}
a.apply_free_link:visited {
  text-decoration:none; 
}
a.apply_free_link:hover {
  text-decoration:none;
}
a.apply_free_link:active {
  text-decoration:none;
}



/* ------------------ menu ------------------ */
.menu_area {
//    margin:40px 0;
    margin:30px 0;
    padding:10px;
    text-align:center;
}
.menu_box {
    margin:40px auto;
    max-width:720px;
    padding:10px 0 20px 0;
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.menu_title {
    padding:5px 0;
}
.menu_box ul {
    list-style: none;
}
.menu_box ul li {
    margin: 0;
}
.menu_h2_line {
    padding:5px 0 5px 0;
    line-height:28px;
}
a.menu_h2_link {
    font-decoration:underline;
    font-weight:bold;
//    line-height:30px;
    line-height:28px;
    font-size:16px;
    color:#1f4170;
}
.menu_h3_list {
}
.menu_h3_line {
    line-height:24px;
}
a.menu_h3_link {
    font-size:16px;
    line-height:28px;
    color:#1f4170;
}

/* ------------------ action block ------------------ */
.action_box {
  margin:40px 0;
  width:100%;
}
.flat-button {
  width:300px;
  height:46px;
  line-height:46px;
  vertical-align:middle;
  text-align:center;
  margin:0 auto;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  font-size:22px;
  text-decoration:none;
  background-color:#f9f7f7;
}
.flat-button:hover, .flat-button:active {
  opacity:0.9;
}
.flat-button.blue {
  color:#fff;
  background-color:#1b7dc8;
}
.flat-button.green {
  color:#fff;
  background-color:#1abb00;
}
.flat-button.orange {
  color:#fff;
  background-color:#ff5e39;
}

/* ------------------ Page Index --------------------- */
#ez-toc-container {
    margin:50px auto;
    padding:15px;
}
#ez-toc-container p.ez-toc-title {
    text-align:center;
}
.ez-toc-title-toggle {
    display:none;
}

/* ------------------ apply free dialog ------------------ */
.apply_free_dialog {
  position:fixed;
  margin-left:5px;
  top:40px;
  right:0;
//  background-color:#fff;
  z-index:100;
}
.apply_free_dialog_head {
  padding:5px 10px;
  border:solid 1px #999;
  border-right:none;
  border-bottom:solid 1px #e5e5e5;
  text-align: left;
//  background-color:#fff;
  background-color:#e4ffd3;
  border-top-left-radius: 7px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
.apply_free_dialog_logo {
  width:70px;
}
.apply_free_dialog_title {
  padding-left:3px;
  line-height:32px;
  vertical-align:bottom;
}
.apply_free_close {
  cursor:pointer;
  padding:0 7px;
}
.apply_free_close_icon {
  font-size: 14px;
  color: #264b41;
  font-weight:100;
}
.apply_input_icon_box {
  padding:7px 5px 5px 0;
  width:25px;
}
.apply_input_icon {
  font-size:0.9em;
  color:#4d5582;
}
.apply_free_dialog_body {
  font-size: 0.9em;
  border:solid 1px #999;
  border-top:none;
  border-right:none;
//  background-color:#fff;
  background-color:#f8fff3;
  padding:7px 5px 10px 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 7px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 7px;
}
.apply_free_dialog_body * {
  font-size: inherit;
}
.message_box_outer {
}
.message_box {
  padding:3px;
  margin-bottom:5px;
  font-size:0.9em;
  background-color:#fff;
}
.message_box.red {
  border:solid 1px #f00;
}
.apply_free_body_description {
  max-width:400px;
}
.apply_free_body_icon {
  width:90px;
}
.apply_input {
//  width:calc(100% - 40px);
//  width:300px;
  width:100%;
}
.notice_box {
  padding:5px 0 5px 0;
  font-size:0.9em;
  text-align:center;
}
.submit_box {
//  padding:5px;
  text-align:center;
}
/* ------------------ apply free result dialog ------------------ */
.apply_free_result_dialog {
  position:fixed;
  width:500px;
//  height:500px;
  background-color:#fff;
  z-index:290;
  border:solid 1px #999;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
.apply_free_result_dialog_header {
  padding:5px;
  background-color:#bdd6fe;
  border-bottom:solid 1px #e5e5e5;
}
.body_block {
  padding:15px 10px;
  margin:0 auto;
}
.top_message {
  font-size: 0.9em;
  font-weight:bold;
  padding:0 5px;
}
.login_desc_box {
  font-size: 0.9em;
  padding:0 5px;
}
.login_desc_icon {
  width:130px;
}
.login_info_box {
  font-size: 0.9em;
  border:solid 1px #bbb;
  padding:10px;
  margin:5px 0 10px 0;
  background-color:#fff8f3;
}
.login_info_box_td {
  padding:3px 5px;
  font-size: 0.9em;
}
.login_info_box_td_label {
  white-space: nowrap;
}
.login_info_box_td_content {
  text-align:left;
  word-break: break-all;
}
.login_confirm_box {
  text-align:center;
}

@media screen and (min-width: 0px) and (max-width: 720px) {
  .apply_free_result_dialog {
    width:calc(100vw - 10px);
    margin:0 auto;
  }
  .top_message {
    font-size:1.2em;
  }
}

/* ------------------ inpage_submit_btn ------------------ */
.inpage_submit_btn {
  position:relative;
}
.inpage_submit_btn.on_loading {
}
.inpage_submit_label {
}
.inpage_submit_loading {
  width:30px;
  height:30px;
  position:absolute;
//  left:100px;
  left:calc(100% / 2 - 20px);
//  width:100%;
  text-align:center;
  display:inline;
//  display:inline-block;
  margin-top:8px;
}
.inpage_submit_loading>img {
}
.inpage_submit_btn>.inpage_submit_loading {
  display:none;
}
.inpage_submit_btn.on_loading>.inpage_submit_loading {
  display:inline;
}


/* ------------------ pages ------------------ */

/* ------------------ entry-content ------------------ */
.entry-content {
//    padding-top:50px;
    padding-top:0px;
}

/* ------------------ blog parts ------------------ */
.ez-toc-v2_0_11 {
    margin: 50px auto 0px auto;
}

.description {
    border:solid 1px #333;
    padding:10px;
}

/* ------------------ headdering ------------------ */
.contentbox h2, .page_area h2 {
    font-size: 26px;
    line-height: 1.25;
    font-weight: bold;
    border-bottom: solid 2px #bbb;
    margin-top: 3em;
    margin-bottom: 1em;
    padding-bottom: 8px;
    padding-left: 10px;
}
.contentbox h3, .page_area h3 {
    border: none;
    border-left: solid 5px #393f4c;
    font-size: 22px;
    padding: 12px 20px;
    margin: 2.4em 0 1em;
    line-height: 1.25;
    font-weight: bold;
    box-sizing: border-box;
}
.contentbox h4, .page_area h4 {
    border: none;
    border-bottom: 6px solid #e5e4e6;
    font-size: 20px;
    padding: 9px 10px;
    margin: 2.4em 0 1em;
    line-height: 1.25;
    font-weight: bold;
    box-sizing: border-box;
    overflow-wrap: break-word;
}
.contentbox h5, .page_area h5 {
    border: none;
    border-bottom: 1px dotted #999;
    font-size: 20px;
    padding: 9px 10px;
    margin: 2.4em 0 1em;
    line-height: 1.25;
    font-weight: bold;
    box-sizing: border-box;
    overflow-wrap: break-word;
}
.contentbox h6, .page_area h6 {

}


/* ------------------ speech(right) ------------------ */
.speech-wrap {
    margin-top: 20px;
    margin-bottom: 50px;
    display: flex;

}
.speech-person {
  width: 12%;
  min-width: 12%;
  margin-right:15px;
}
.speech-icon {

}
.speech-balloon {
  height: 100%;
  position: relative;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 6px;
  max-width: calc(100% - 14%);
}
.speech-balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -12px;
    top: 10px;
    border-right: 12px solid #ccc;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.speech-balloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -9px;
    top: 10px;
    border-right: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
/* ------------------ blank box ------------------ */
.blank_box {
//    border-width: 2px;
    border-width: 1px;
    border-style: solid;
//    border-color: #999;
    border-color: #aaa;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
//    margin-right:10px;
//    margin-left:10px;
    margin-bottom:20px;
    padding:15px;
}
/* -------------------- merit_box ------------------- */
.note_box {
    color:#3f3824;
    background-color: #fff3cf;
    margin-top: 0;
    margin-bottom: 30px;
    padding:10px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.merit_box {
    color:#004738;
    background-color: #dcfef5;
//    border: dashed 1px #28d5a9;
    margin-top: 0;
//    margin-right: 10px;
    margin-bottom: 30px;
//    margin-left: 10px;
    padding:10px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.demerit_box {
    color:#74413d;
    background-color: #fbe3e4;
//    border: dashed 1px #bb5b62;
//    margin: 0 10px 30px 10px;
    margin: 0 0 30px 0;
    padding:10px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

/* ------------------ content image ------------------ */
.content_image {
    cursor: pointer;
    padding:0;
    margin:0 auto 30px auto;
//    box-sizing:border-box;
    text-align:center;
  overflow:hidden;
}
.content_image img {
    width:100%;
}
.content_image.full {
    width:calc(100% - 5px);
    transition: width 200ms 0s ease;
//    max-height:420px;
    overflow:hidden;
}
.content_image.full:hover {
    width:100%;
}
.content_image.middle {
    width:calc(80% - 5px);
    transition: width 200ms 0s ease;
//    max-height:350px;
//    overflow:hidden;
}
.content_image.middle:hover {
    width:80%;
}
.content_image.small {
    width:calc(65% - 5px);
    transition: width 200ms 0s ease;
//    max-height:320px;
//    overflow:hidden;
}
.content_image.small:hover {
    width:65%;
}
.content_image.minimum {
    width:calc(50% - 5px);
    transition: width 200ms 0s ease;
//    max-height:320px;
//    overflow:hidden;
}
.content_image.minimum:hover {
    width:50%;
}
.content_image.frame {
    border:solid 10px #fff;
//    box-shadow:0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow:0px 0px 3px 0 rgba(0, 0, 0, 0.3);
}
.content_image.border {
    border:solid 1px #ccc;
}
.content_image.line_frame {
     border:solid 1px #aaa;
     padding:5px;
}
.content_image.shadow {
     
}
.content_image video {
    width:100%;
}

/* ------------------ plane_box ------------------ */
.plane_box {
   padding: 15px;
//   width: 350px;
//   font-size: 16px;
   border: solid 1px #555;
   line-height:28px;
   background-color:#f4faff;
}

/* ------------------ iamge gallery ------------------ */
.iamge_gallery {
    display:none;
    margin-bottom:30px;
}
.iamge_gallery_body {
    display:inline;
}
.iamge_gallery_table {
    border:solid 1px #ddd;
    height:208px;
    overflow:hidden;
    position:relative;
    background-color:#555;
}
.iamge_gallery_btn {
    cursor: pointer;
//    height: 200px;
    background-color:#eee;
    padding:94px 5px;
//    border:solid 1px #777;
    width:20px;
}
.iamge_gallery_btn:hover {
    opacity:0.95;
}
.iamge_gallery_btn_left {
    
}
.iamge_gallery_btn_left_mark {
    height:0px;
    border-top: 10px solid #eee;
    border-right: 10px solid #999;
    border-bottom: 10px solid #eee;
    border-left: 0 solid #eee;
}
.iamge_gallery_btn_right {
    
}
.iamge_gallery_btn_right_mark {
    height:0px;
    border-top: 10px solid #eee;
    border-right: 0 solid #eee;
    border-bottom: 10px solid #eee;
    border-left: 10px solid #999;
}
.iamge_gallery_left {
    background-color:#000;
    position:absolute;
    left:0;
    box-sizing:border-box;
}
.iamge_gallery_center {
//    padding:0 7px;
    padding:8px 7px;
    overflow:hidden;
    background-color:#555;
    position:absolute;
    left:20px;
}
.iamge_gallery_right {
    background-color:#000;
    position:absolute;
    right:0;
}
.iamge_gallery_content {
    margin:0;
}
.iamge_gallery_content td {
    border:none;
}
.iamge_gallery_img_box {
    width:250px;
    padding:5px;
    border:solid 1px #aaa;
    margin:0 5px;
    background-color:#fff;
    overflow:hidden;
}
.iamge_gallery_img_box img {
    cursor: pointer;
    width:240px;
}
.iamge_gallery img {
    background-color:#eee;
}
.iamge_gallery_comment {
   font-size:16px;
   font-weight:bold;
}

/* ------------------ unnumbered list ------------------ */
.contentbox ul, .contentbox ol, .page_area ul, .page_area ol {
//    margin:5px 0 5px 20px;
    margin:5px 0 5px 0;
}
/* .contentbox ul li, .contentbox ol li {
    line-height:35px;
}
 */
.contentbox li, .page_area li {
  padding-left:5px;
//  padding-left: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-type: none;
//  line-height:30px;
  line-height: 25px;
}
.contentbox li::before, .page_area li::before {
    position: relative;
    top: -5px;
    left: -10px;
    display: inline-block;
    width: 4px;
    height: 4px;
    content: '';
//    border-radius: 100%;
    border-radius: none;
//    background: #2c2e2f;
    background: #555;
}
#ez-toc-container li::before {
    display: none;
}

// .ez-toc-container li::before {
//     position: relative;
//     display: inline-block;
//     width: 0;
//     height: 0;
//     content: '';
//     border-radius: none;
//     background: #555;
// }

/* ------------------- download -------------------- */
a.download {
  outline: 0;
  color:#0000cd; !important;
  font-weight:bold;
  text-decoration: underline;
}
a.download:link {
  outline: 0;
  color:#0000cd; !important;
  text-decoration: none;
}
a.download:visited {
  outline: 0;
  color:#0000cd; !important;
  text-decoration: none;
}
a.download:hover {
  outline: 0;
  color:#ff6347; !important;
  text-decoration: none;
}
a.download:active {
  outline: 0;
  color:#ff6347; !important;
  text-decoration: none;
}


/* ------------------ unnumbered list danger ------------------ */


/* ------------------ list table ------------------ */
.list-table {
  border:none;
}
.list-table th {
  border:none;
  border-bottom:1px solid #333;
  padding:10px;
}
.list-table td {
  border:none;
  border-bottom:1px dotted #333;
  padding:10px;
}
.list-table tr:last-child td {
  border:none;
  border-bottom:1px solid #333;
}

/* ------------------ data table ------------------ */
.data-table {
    border:solid 1px #CCC;
}
.data-table th {
    border: solid 1px #a6c1b2;
    background-color: #dff2e8;
    font-size: 75%;
    padding:8px 5px;
    white-space: nowrap;
    line-height:24px;
    text-align:center;
    color: #217346;
    font-weight: bold;
}
.data-table td {
    border:solid 1px #CCC;
    font-size: 90%;
    padding:8px 5px;
    white-space: nowrap;
    line-height:26px;
    text-align:center;
    vertical-align: middle;
}

/* ------------------ post-action-box ------------------ */
.post-action-box {
    border:solid 1px #ddd;
    box-shadow:0px 0px 5px 0 rgba(0, 0, 0, 0.3);
    padding:10px 15px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-image:url("/wp-content/uploads/common/img/action-background.png");
//    background-size:auto auto;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

/* ------------------ footer ------------------ */
.footer {
//  margin-top:10px;
//  border-top:solid 1px #eee;
  border-top:solid 1px #ddd;
//  background-color:#f7f9ff;
  background: #F7F7F7;
//  height:30px;
  line-height:30px;
  vertical-align:middle;
  text-align:center;
  color:#666;
  width:100vw;
  padding:3px 0;
}
.copyright {
  border-top:solid 2px #ddd;
  background-color:#f9f9f9;
  padding-bottom:10px;
//  height:30px;
  line-height:30px;
  vertical-align:middle;
  text-align:center;
  color:#666;
}

/* ------------------ .top_button ------------------ */
.top_button_link {
  cursor: pointer;
  position:fixed;
  bottom:20px;
  right:20px;
  width:50px;
  height:50px;
  float-right:;
  z-index:300;
  color:#fff;
  border-radius:25px;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  box-shadow:1px 1px 6px rgba(0, 0, 0, 0.3);
  background-color:#9db0ff;
}
.top_button_icon_box {
  height:30px;
  padding-top: 10px;
  vertical-align:bottom;
  text-align:center;
  font-size:1.1rem;
}
.top_button_label {
  height:20px;
  margin-top: -3px;
  text-align:center;
  font-weight:bold;
  font-size:0.8rem;
}

/* ------------------ download box ------------------ */
.download_box {
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:solid 1px #bbb;
    background-color:#fcfffa;
//    background-color:#fffdfa;
    padding:20px;
}
.download_box_left {
    padding:3px 15px;
    font-weight:bold;
    font-size: 22px;
}
.download_box_right {
}
.download_box_download {
    color:#fff;
    padding:3px 15px;
    font-weight:bold;
    background-color:#00b08c;
    border-bottom:solid 2px #008a6e;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    opacity:0.7;
    transition: opacity 200ms 0s ease;

}
.download_box_download:hover {
    opacity:1;
}

/* ------------------ fb_begging_box ------------------ */
.fb_begging_box {
    border:solid 1px #aaa;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    margin-right:10px;
    margin-left:10px;
    margin-bottom:10px;
    padding:5px 20px;
}
.fb_begging_img_box {
    padding-right:30px;
}
.fb_begging_img {
    width: 130px;
}
.fb_begging_desc_box {
    padding:15px 0 10px 0;
}
.fb_begging_desc_title {
    padding-top:15px;
    line-height:28px;
}
.fb_begging_desc_content {
    text-align:center;
}

@media screen and (min-width: 0px) and (max-width: 720px) {

    /* ------------------ menu ------------------ */
    .menu_area {
        padding:10px 0;
    }

    /* ------------------ data table ------------------ */
    .data-table {
        border:solid 1px #CCC;
    }
    .data-table th {
        border: solid 1px #a6c1b2;
        background-color: #dff2e8;
        font-size: 75%;
        padding:8px 5px;
        white-space: nowrap;
        line-height:24px;
        text-align:center;
        color: #217346;
        font-weight: bold;
    }
    .data-table td {
        border:solid 1px #CCC;
        font-size: 90%;
        padding:8px 5px;
        white-space: nowrap;
        line-height:26px;
        text-align:center;
        vertical-align: middle;
    }

}

