/*--------------------------------------
Share Style
---------------------------------------*/
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    color: #3A3633;
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
p, li, dt, dl {
    line-height: 160%;
}
p {
    margin: 0;
    line-height: 25px;
}
li {
    list-style-type: none;
}
img {
    border: 0;
}
hr {
    display: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
}
/*--------------------------------------
Link Color
---------------------------------------*/
a:link {
    text-decoration: underline;
}
a:visited {
}
a:hover {
    text-decoration: none;
}
a:active {
}
/*--------------------------------------
Style
---------------------------------------*/
#wrapper {
    margin: 0px auto;
    min-width: 980px;
    text-align: center;
}
#content_inner {
    margin: 0px auto;
    width: 980px;
}
h1 {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
}
.contents {
    background-color: #fefefe;
    text-align: left;
    padding: 25px;
    margin-top: 15px;
}
.contents_top {
    background-color: #fefefe;
    padding: 35px 30px;
    margin-top: 15px;
}
.contents ul {
    margin-bottom: 15px;
}
.contents ul li {
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin-top: 15px;
    margin-right: 10px;
    border-radius: 10px;
    padding-top: 5px;
    padding-right: 9px;
    padding-bottom: 5px;
    padding-left: 9px;
}
.contents ul li:hover {
    cursor: pointer;
}
.contents select {
    display: none;
}
h2 {
    background-color: #ffffff;
    font-size: 15px;
    text-align: left;
    color: #555555;
    margin-bottom: 5px;
}
.contents_top .top_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #555555;
    padding: 5px;
}
.top_link {
    background-color: #ffffff;
    font-size: 15px;
    color: #132a53;
    text-align: center;
    display: inline;
}
h3 {
    background-color: #ffffff;
    font-size: 15px;
    color: #555555;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.contents_img img {
    padding: 0px;
    margin: 10px;
}
table.list {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
td {
    font-size: 12px;
}
td.l_title {
    text-align: center;
    font-weight: bold;
    padding: 2px 20px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #627B91;
}
td.r_title {
    text-align: center;
    font-weight: bold;
    padding: 2px 20px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #627B91;
}
td.l {
    border-top: 1px #d4d8c6 dotted;
    text-align: left;
    width: 150px;
    padding: 4px 15px 3px;
    vertical-align: top;
    font-weight: bold;
}
td.r {
    border-top: 1px #d4d8c6 dotted;
    text-align: left;
    width: 570px;
    padding: 4px 20px 3px;
    vertical-align: top;
}
td.l_top_todo {
    text-align: left;
    width: 150px;
    padding: 4px 15px 3px;
    vertical-align: top;
}
td.r_top_ten {
    text-align: left;
    width: 570px;
    padding: 4px 20px 3px;
    vertical-align: top;
}
td.l_top {
    border-top: 1px #111111 solid;
    text-align: left;
    width: 150px;
    padding: 4px 15px 3px;
    vertical-align: top;
    font-weight: bold;
}
td.r_top {
    border-top: 1px #111111 solid;
    text-align: left;
    width: 570px;
    padding: 4px 20px 3px;
    vertical-align: top;
}
tr.top td.l {
    border-top: 1px #999999 solid;
}
tr.top td.r {
    border-top: 1px #999999 solid;
}
.footer {
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: center;
    margin-top: 20px;
    font-size: 10px;
}
.btn_pagetop {
    display: none;
}
.ripple-button {
    position: fixed;
    bottom: 50px;
    right: 50px;
}
.ripple-button div {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    top: 43%;
    left: 43%;
    background-color: #000;
}
.ripple-button div:hover {
    /*background: rgba(255,255,255,0.3)*/
    background-color: #000;
    opacity: 0.3;
}
.ripple-button div:after {
    content: "";
    position: absolute;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(0,0,0,0.6);
    border-radius: 50%;
    top: -4px;
    left: -4px;
    opacity: 1;
    visibility: hidden;
}
.ripple-button div:hover:after {
    visibility: visible;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out
}
/*--------------------------------------
Main_Color
---------------------------------------*/
a {
    color: #999;
}
.select_color {
    color: #ffffff;
    background-color: #000;
}
.contents ul {
    float: right;
}
.contents ul li {
    background-color: #000;
    color: #ffffff;
    border: 1px solid #000;
}
.contents ul li:hover {
    color: #000;
    background-color: #ffffff;
}
.contents_top {
    border: 1px solid #999;
    font-size: 15px;
}
.contents {
    border: 1px solid #999;
}

@media screen and (max-width:768px) {
#wrapper {
    min-width: 100%;
}
.contents ul {
    display: none;
}
.contents select {
    display: block;
    height: 35px;
    font-size: 14px;
    border-radius: 5px;
    margin-left: auto;
}
#content_inner {
    width: 100%;
}
tr, th, td {
    display: block;
}
td.l {
    width: 89%;
    padding: 4px 4% 3px;
    border: none;
}
td.r {
    width: 86.66666666666667%;
    padding: 4px 5.333333333333334% 3px;
}
td.l_top_todo {
    width: 20%;
}
td.r_top_ten {
    width: 76%;
}
td.l_top {
    width: 89%;
    padding: 4px 4% 3px;
    border-top: 1px #999999 solid;
}
td.r_top {
    width: 86.66666666666667%;
    padding: 4px 5.333333333333334% 3px;
    border-top: 1px #999999 solid;
}
}

.attention {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
}
