@charset "UTF-8";

@media only screen and (min-width : 640px ) {
html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
    background-color: #acacac;
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/**/
}
img {
    vertical-align: top;
}
.for_sp {
    display: none;
}
.inner {
    margin: 0 auto;
    width: 960px;
    min-width: 960px;
}
/*navi*/
#menu-wrap {
    width: 100%;
    height: 55px;
    box-shadow: 0 1px 10px #333;
    background: #fff;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    z-index: 2;
    position: fixed;
}
#menu {
    list-style-type: none;
    width: 960px;
    margin: 0px auto;
}
#menu li {
    width: auto;
    float: left;
    text-align: center;
    padding: 0 19px;
}
#menu .navi_logo_a {
    width: auto;
    float: left;
    text-align: center;
 margin-left: 20px;

 }
#menu .navi_info_bt {
    width: auto;
    float: left;
    text-align: center;
}
 #menu .login_bt {

    width: 80px;
    float: left;
    text-align: center;
  background-color: #228f6d;
  border-radius: 4px;
  margin: 10px 0 0 30px;
  line-height: 3px;
  height: 32px;

}
  #menu .login_bt p {
    color: #fff;

}
  #menu .login_bt:hover{
   opacity: 0.8;
}
#menu li p {
    padding-top: 15px;
}
#menu li a {
    display: block;
    width : 100%;
    padding: 0px;
    color: #228f6d;
    font-size: 15px;
    text-decoration: none;
    height: 50px;
    transition-property: background, width;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;  /* Safari,Google Chrome */
    -moz-border-radius: 10px;  /* Firefox */
}
.fixed {
    position: fixed;
    top: 0px;
 left: 0px z-index: 9999;
}
.animation_cm {
    position: absolute;
    left: 10px;
    top: 55px;
}
/*wrapper*/
.total_wrapper {
    margin: 0 auto;
    width: 960px;
    background-color: #228f6d;
}
.box_left {
    width: 320px;
}
.box_right {
    height: 100%;
    width: 620px;
    padding: 10px;
    background-color: #fff;
}
 

/* 左のメニュー */

.table_index {
    padding-top: 80px;
    position: fixed;

}
 .table_index ul {
  height: auto;
}
.table_index li {
    padding-left: 30px;
    height: auto;
    width: 290px;
 margin: 2px 0;
}
.table_index a {
    text-decoration: none;
    width: 290px;
    color: #fff;
}
 
.sub_list a{
 font-size: 14px;
  margin: 2px 0 2px 20px;
 }
 
.table_index li:hover {

}
/*右のコンテンツ*/
.contents {
    padding-top: 75px;
    margin: 10px;
    font-size: 20px;
    line-height: 1.5em;
}

.contents h2 {
    margin-top: 20px;
    height: auto;
    border-bottom: 3px solid #228f6d;
    font-size: 25px;
    color: #228f6d;
    font-weight: bold;
}
.contents h3 {
    height: auto;
    font-size: 20px;
    margin-top: 20px;
    color: #228f6d;
 padding-bottom: 20px;
}
.contents .contents_text {
    font-size: 16px;
    line-height: 1.8em;
    color: #666;
    margin: 0 0 20px 0;
}
.contents .contents_text a {
    color: #228f6d;
}
.contents .contents_text .ps_red {
    color: #ff6363;
}
 
.contents img {
    margin-bottom: 20px;
}
/*footer*/
#footer {
    height: auto;
    width: 100%;
    background-color: #228f6d;
    color: #fff;
    padding-bottom: 20px;
    min-width: 960px;
}
#footer .footer_bt {
    padding-top: 35px;
    margin: 0 auto 35px auto;
    width: 380px;
}
#footer .footer_bt img {
    width: 180px;
}
#footer .footer_bt a:hover {
    opacity: 0.8;
}
#footer a {
    color: #fff;
}
/*戻るボタン*/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
    z-index: 1;
}
#page-top a {
    background: #228f6d;
    border: solid 1px #55ba99;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
#page-top a:hover {
    text-decoration: none;
    background: #228f6d;
}
/*ツールチップ*/

#menu-wrap li {
/*  position:relative; */
}
#menu-wrap li:hover {
}
.menu-wrap-tooltips {
    display: block;
    position: absolute;
    z-index: 9999;
    width: auto;
    height: auto;
    padding: 0.3em 0.5em;
    color: #FFFFFF;
    font-size: 0.8em;
    background: #228f6d;
    border-radius: 0.5em;
    max-width: 150px;
}
.menu-wrap-tooltips:after {
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0.5em;
    top: -8px;
    border-top: 8px solid transparent;
    border-left: 8px solid #228f6d;
}
.anchorLink {
    position: relative;
    top: -55px;
}
 
 hr{
  border:0;border-top:1px solid #acacac;
  margin: 40px 0 20px; 0;
 }
}