@charset "UTF-8";
/* CSS Document */

#wrap {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    overflow: hidden;
    position: relative;
    min-width: 1160px;
    width: 100%;
}
#head {
    clear: both;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#headwrap {
    clear: both;
    background-color: #F6F8F9;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 64px;
}
#logo {
    float: left;
    width: 269px;
    margin-left: 24px;
    padding-left: 24px;
    padding-top: 14px;
}
#telwrap {
	text-align: right;
	float: right;
	width: 400px;
}
.telnum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}

#navwrap {
    float: right;
    padding-right: 64px;
    width: 740px;
    padding-top: 12px;
}
#navwrap02 {
	display: none;
	visibility: hidden;
}
#nav02 {
    margin-right: auto;
    margin-left: auto;
}
#nav02 li {
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
    width: 154px;
    height: 38px;
    text-align: center;
    vertical-align: top;
    position: relative;
    z-index: 10;
}
#nav02 li ul {
    padding-top: 18px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #F6F8F9;
    margin-top: -10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    z-index: -1;
    opacity: 0;
    transition: 0.2s;
    transform-origin: 0 0;
    transform: translateY(-20px) scaleY(0);
    width: 182px;
    margin-left: -30px;
}
#nav02 li:hover ul{
    opacity: 1;
    transform-origin: 0 0;
    transform: translateY(0) scaleY(1);
}
/*
#nav02 li:hover ul{
    display: block;
  animation: SlideIn 0.2s;
}
@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
*/
#nav02 li ul li {
    display: block;
    padding-left: 0pt;
    padding-right: 0px;
    width: auto;
    padding-bottom: 8px;
    font-size: 13px;
}
#nav02 li ul li a {
    background-color: #FFFFFF;
}



#nav02 li a {
    border-radius: 10px;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    font-weight: bold;
    color: #959798;
    background-color: #FFFFFF;
}
#nav02 li.navbut {
    border-radius: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    font-weight: bold;
    color: #959798;
    cursor: pointer;
}
#nav02 li a:hover {
    background-color: rgba(255,255,255,1.00);
}

#nav02 li.navbut .nav_eng {
    display: inline;
}
#nav02 li.navbut .nav_jpn {
    display: none;
}
#nav02 li.navbut:hover .nav_eng {
    display: none;
}

#nav02 li.navbut:hover .nav_jpn {
    display: inline;
}
#nav02 li.head_news {
    width: 104px;
}
#nav02 li.head_news a {
    background-color: #FA6980;
    color: rgba(255,255,255,1.00);
}

#nav02 li.head_entry {
    width: 104px;
}
#nav02 li.head_entry a {
    border: 2px solid #FA6980;
    padding: 4px;
    color: #FA6980;
}



#nav02 img {
	display: block;
}
#flash {
	clear: both;
	background-color: #CCFF99;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#flash h3 {
	position: absolute;
	top: 50%;
	padding-bottom: 0px;
	left: 50%;
	transform: translateX(-50%)
		translateY(-50%);
}

#flash02 {
	clear: both;
	background-color: #CCFF99;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#flash02 .box {
	background-color: #FF97F4;
	padding: 10px;
	text-align: center;
}
#flash02 h3 {
 text-align: center;
 font-size: 26px;
 line-height: 1.6em;
 padding-bottom: 0px;
}
#flash02 p {
	padding-bottom: 0px;
}


#flash02 p img {
	width: 100%;
	height: auto;
}

ul.bxslider {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	clear: both;
}
ul.bxslider li img {
	height: auto;
	padding-right: 0px;
	width: 100%;
}
ul.bxslider li {
	list-style-type: none;
	padding: 0px;
	width: 100%;
	text-align: center;
	position: relative;
}
#cont {
    clear: both;
    background-color: #F6F8F9;
    margin-right: auto;
    margin-left: auto;
    padding-top: 35px;
    position: relative;
    width: 100%;
}
#cont02 {
    clear: both;
    background-color: #F6F8F9;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    position: relative;
}

#footwrap {
    background-color: #A6ADB4;
    clear: both;
    overflow: hidden;
    z-index: 20;
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#footwrap02 {
    clear: both;
    overflow: hidden;
    z-index: 20;
    position: relative;
    display: none;
    width: 100%!important;
    margin-right: auto;
    margin-left: auto;
}
#foot {
    text-align: center;
    width: 100%!important;
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;
    line-height: 1.6em;
    padding-top: 25px;
    padding-bottom: 15px;
}
#footgray {
    background-color: #F6F8F9;
    position: relative;
    padding-bottom: 16.5%;
    text-align: center;
    z-index: 20;
    display: block;
    margin-bottom: 0px;
    width: 100%!important;
    margin-right: auto;
    margin-left: auto;
}
#footgray03 {
    background-color: #F2F4F5;
    position: relative;
    padding-bottom: 16.5%;
    text-align: center;
    z-index: 20;
    display: block;
    margin-bottom: 0px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}
#footgray02 {
    position: relative;
    padding-bottom: 16.5%;
    text-align: center;
    z-index: 20;
    display: block;
    margin-bottom: 0px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

#entrybut {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #FA6980;
    border-radius: 6px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
#entrybut a {
    display: block;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #FA6980;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2em;
    font-family: Helvetica,Arial, sans-serif;
}
#entrybut a:hover {
    color: #FFFFFF;
}



#top_step {
    width: 78.2%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#top_step02 {
    width: 78.2%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#top_step02 img{opacity : 0;
	transform : translate(800px, 0px);
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
	transition : all 1s;
}


#top_step02.effect-scroll img {
	opacity : 1;
	transform : translate(0, 0);
}
#top_step img {
    width: 90%;
    height: auto;
}


#top_step02 img {
    width: 100%;
    height: auto;
}
#foot_catch {
    padding-bottom: 120px; opacity : 0;
	transform : scale(0);
	-webkit-transition: all 0.5s 0.02s;
    -moz-transition: all 0.5s 0.02s;
    -o-transition: all 0.5s 0.02s;
    -ms-transition: all 0.5s 0.02s;
	transition : all 0.5s 0.02s;
}


#foot_catch.effect-scroll {
	opacity : 1;
	transform : scale(1);
}
#foot_come {
    font-size: 18px;
    line-height: 3em;
    padding-bottom: 70px;
}
#foot_bn {
	text-align: center;
	padding-bottom: 120px;
	padding-top: 5%;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0px;
}
#foot_bn .box {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    vertical-align: top;
}
#foot_bn .box02 {
    display: inline-block;
    padding-left: 18px;
    padding-right: 19px;
    padding-bottom: 50px;
    vertical-align: top;
}
#foot_bn .box .photo {

}


#news {
	margin-bottom: 30px;
}
#news table {
	border-collapse: collapse;
	width: 100%;
}
#news th {
    text-align: left;
    vertical-align: top;
    padding: 10px;
    border-bottom: 1px solid #CDD6DD;
    width: 100px;
    color: #707F89;
}
#news td {
    padding: 10px;
    border-bottom: 1px solid #CDD6DD;
}
#news .newsicon p {
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    color: #FFFFFF;
    background-color: #FA6980;
    font-weight: bold;
}

#news .box01 {
    padding-bottom: 90px;
}
#main {
	float: left;
	width: 720px;
	background-color: #9FC;
	height: 100%;
}
#sub {
	float: right;
	width: 250px;
	background-color: #6CC;
}
#sub h6 {
	text-align: center;
	font-size: 16px;
	line-height: 1.6em;
	border-bottom: 1px solid #575757;
	margin-bottom: 15px;
}

.sidelist {
	padding-bottom: 20px;
}
.sidelist li {
	padding-bottom: 10px;
	line-height: 20px;
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}
.sidelist  a {
	color: #2E2E2E;
	text-decoration: none;
}
.photo340 {
	clear: both;
	width: 720px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.photo340 .box {
	float: right;
	width: 340px;
}

.photo340 .photo {
	float: left;
	width: 340px;
	padding-right: 10px;
	padding-left: 10px;
}

.photo340 .photo02 {
	float: right;
	width: 340px;
	padding-right: 10px;
	padding-left: 10px;
}
.photo340 .box02 {
	float: left;
	width: 340px;
}

.photo339 {
	clear: both;
	width: 720px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.photo339 .box {
	float: right;
	width: 340px;
}

.photo339 .photo {
	float: left;
	width: 339px;
	padding-right: 11px;
	padding-left: 10px;
}

.photo339 .photo02 {
	float: right;
	width: 339px;
}
.photo339 .box02 {
	float: left;
	width: 340px;
}

.photo220 {
	clear: both;
	width: 720px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.photo220 .box {
	float: right;
	width: 460px;
	padding-right: 10px;
}

.photo220 .photo {
	float: left;
	width: 220px;
	padding-right: 10px;
	padding-left: 10px;
}
.photo220 .photo03 {
	float: left;
	width: 220px;
	padding-right: 20px;
}
.photo220 .photo02 {
	float: right;
	width: 220px;
}
.photo220 .box02 {
	float: left;
	width: 460px;
	padding-left: 10px;
	padding-right: 10px;
}

.photo216 {
	clear: both;
	width: 720px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.photo216 .box {
	float: right;
	width: 460px;
	padding-right: 12px;
	padding-left: 8px;
}

.photo216 .photo {
	float: left;
	width: 216px;
	padding-right: 12px;
	padding-left: 12px;
}
.photo216 .photo03 {
	float: left;
	width: 216px;
	padding-right: 26px;
}
.photo216 .photo02 {
	float: right;
	width: 216px;
}
.photo216 .box02 {
	float: left;
	width: 460px;
	padding-right: 8px;
	padding-left: 12px;
}
.photo160 {
	clear: both;
	width: 720px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.photo160 .box {
	float: right;
	width: 460px;
}

.photo160 .photo {
	float: left;
	width: 160px;
	padding-right: 10px;
	padding-left: 10px;
}
.photo160 .photo03 {
	float: left;
	width: 160px;
	padding-right: 20px;
}
.photo160 .photo02 {
	float: right;
	width: 160px;
}
.photo160 .box02 {
	float: left;
	width: 460px;
}
.midashi {
    clear: both;
    font-size: 30px;
    line-height: 1.6em;
    text-align: center;
    color: #6F6F6F;
    font-weight: bold;
    padding-bottom: 80px;
}
.midashib {
 margin-bottom: 20px;
 text-align: center;
}
.midashib h4 {
 font-size: 26px;


 line-height: 1.em;
 line-height: 61.em;
 padding-bottom: 0px;
}
.midashi02 {
    font-size: 26px;
    line-height: 1.6em;
    clear: both;
    padding-bottom: 10px;
    font-weight: bold;
    color: #FA6980;
    text-align: center;
    border-bottom: 1px solid #EBEDED;
    margin-bottom: 15px;
}
.midashi02b {
    font-size: 26px;
    line-height: 1.6em;
    clear: both;
    padding-bottom: 10px;
    font-weight: bold;
    color: #FA6980;
    text-align: center;
    margin-bottom: 15px;
}
.midashi03 {
    font-size: 26px;
    line-height: 1.6em;
    clear: both;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    color: #6F6F6F;
}

.midashi04 {
    font-size: 26px;
    line-height: 1.6em;
    clear: both;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
    color: #82B0F4;
    border-bottom: 1px solid #EBEDED;
    margin-bottom: 15px;
}

.midashi05 {
    font-size: 26px;
    line-height: 1.6em;
    clear: both;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    color: #6F6F6F;
    background-color: #FFFFFF;
    border-radius: 30px;
    margin-bottom: 50px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    border: 8px solid #F6F8F9;
}
.midashi06 {
    font-size: 26px;
    line-height: 1.6em;
    clear: both;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    text-align: center;
    color: #6F6F6F;
    background-color: #FFFFFF;
    border-radius: 60px;
    margin-bottom: 50px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 10px!important;
}
.midashi06:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FFFFFF;
    top:100%;
    left:50%;
    visibility: visible;
}
.komidashi {
	line-height: 20px;
	background-image: url(../img/list04.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 16px;
}
.txtbox {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 100px;
}
.linebox {
	clear: both;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	padding-top: 9px;
	padding-right: 9px;
	padding-left: 9px;
	border: 1px solid #36F;
	margin-bottom: 30px;
}
.centerphoto {
    text-align: center;
    clear: both;
}
.centertxt {
	text-align: center;
	clear: both;
}
.tbl {
    width: 100%;
    margin-bottom: 40px;
    clear: both;
}
.tbl td {
    text-align: left;
    border-bottom: 1px solid #EBEDED;
    padding-top: 20px;
    padding-bottom: 20px;
}
.tbl th {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid #EBEDED;
    color: #A6ADB4;
    font-weight: bold;
}
.pagetop {
	text-align: right;
	clear: both;
	padding-bottom: 50px;
	font-size: 12px;
	line-height: 20px;
	color: #F15A24;
}
.pagetop a {
	background-color: #CFC1A9;
	padding: 10px;
	display: inline-block;
	color: #001226;
	text-decoration: none;
}
.pc-none{
	display: none!important;
}
.sp-none{
	display: block!important;
}
.pc-none02{
	display: none!important;
}
.sp-none02{
	display: inline-block!important;
}
.wc_anctxt img {
　vertical-align: top; 
　width: 100%;
　display: none;
}
.telbox {
	background-position: 10px 10px;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #001226;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	color: #FFFFFF;
}
.link {
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-align: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 6px;
    border: 1px solid #FA6980;
}
.link a {
    padding: 10px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #FA6980;
}
.link a:hover {
    font-weight: bold;
    color: #Ffffff;
}
.link03 {
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-align: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 6px;
    border: 1px solid #4292DC;
    display: block;
}
.link03 a {
    padding: 10px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #4292DC;
}
.link03 a:hover {
    font-weight: bold;
    color: #Ffffff;
    background-color: #4292DC;
}
.mojilist li {
	background-repeat: no-repeat;
	margin-left: 20px;
	text-indent: -20px;
	padding-bottom: 10px;
}
.mojilist li:before {
	content: "●";
	color: #DE891E;
	padding-right: 5px;
}
.faqbox {
    padding-bottom: 200px;
}

.faqbox h5 {
    font-size: 30px;
    line-height: 1.6em;
    margin-bottom: 80px;
    border-radius: 30px;
    background-color: #E9EFF2;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 40px;
    padding-left: 180px;
    font-weight: bold;
}
.faqbox h5:before {
    content: url("../../img/faq/q.png");
    position: absolute;
    padding-left: 10px;
    top: -40px;
    left: 30px;
}
.faqbox div {
    padding-left: 150px;
    background-color: #FFFFFF;
    padding-top: 60px;
    padding-right: 150px;
    border-radius: 30px;
    position: relative;
    line-height: 2em;
    padding-bottom: 10px;
    font-size: 18px;
}
.faqbox div p {
    padding-bottom: 50px;
}


.faqbox div:before {
    content: url("../../img/faq/a.png");
    padding-right: 10px;
    font-size: 26px;
    font-weight: bold;
    color: #ED7D31;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 1em;
    position: absolute;
    right: 30px;
    top: -40px;
}
.faqbox div .link {
    padding-bottom: 0px;
    margin-bottom: 50px;
    margin-top: 0px;
}

.pname  {
	font-size: 18px;
	text-align: right;
	line-height: 1.6em;
}
.caption {
    font-size: 12px;
    line-height: 1.6em;

}
#half {
	background-color: #0100B4;
	color: #FFFFFF;
}

#half .photo {
	width: 50%;
	padding-bottom: 0px;
	float: left;
}
#half .photo img {
	width: 100%;
	height: auto;
}
#half .box {
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
	width: 50%;
}
.sidebnbox {
 margin-bottom: 10px;
 position: relative;
}
.sidebnbox p img {
 width: 100%;
 height: auto;
}
.sidebnbox  h5  {
 padding-top: 10px;
 padding-right: 2%;
 padding-left: 2%;
 padding-bottom: 10px;
 width: 96%;
 color: rgba(255,255,255,1.00);
 text-decoration: none;
 background-color: rgba(255,116,118,1.00);
 position: absolute;
 bottom: 0px;
}


.sidebnbox p {
 padding-bottom: 0px;
}



 .navToggle {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    cursor: pointer;
    z-index: 5000;
    background-color: #000000;
    text-align: center;
    right: 0px;
    top: 0px;
    font-size: medium;
}
.navToggle span {
 display: block;
 position: absolute;    /* .navToggleに対して */
 width: 20px;
 border-bottom: 2px solid #FFFFFF;
 -webkit-transition: .35s ease-in-out;
 -moz-transition: .35s ease-in-out;
 transition: .35s ease-in-out;
 left: 22px;
 font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
 
.navToggle span:nth-child(1) {
 top: 40px;
}
 
.navToggle span:nth-child(2) {
 top: 32px;
}
 
.navToggle span:nth-child(3) {
 top: 24px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: bold;
    z-index: 0;
    bottom: 28px;
    height: auto;
    padding-left: 0px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 32px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 32px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navToggle2 {
    display: block;
    position: fixed;
    width: 69px;
    height: 69px;
    cursor: pointer;
    z-index: 5000;
    background-color: #FFFFFF;
    text-align: center;
    top: 40px;
    right: 110px;
}
 /* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(0%);
}
nav.globalMenuSp {
 position: fixed;
 z-index: 4000;
 top: 0;
 color: #666666;
 text-align: center;
 transform: translateX(120%);
 transition: all 0.6s;
 width: 100%;
 background-color: #ffffff;
 height: 100%;
}

nav.globalMenuSp .naviblock {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}
#navlogo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 3%;
    padding-left: 3.2%;
    padding-top: 2.4%;
}
#navlogo img {
    width: 100%;
    height: auto;
}


#nav_photo {
    display: inline-block;
    vertical-align: middle;
}

#nav_photo img {
    height: 100vh;
    width: auto;
}
.naviblockbox{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}
.naviblockbox .box{
    padding-left: 110px;
    width: 210px;
    display: inline-block;
    vertical-align: top;
}
.naviblockbox h4 {
    font-size: 22px;
    line-height: 1.6em;
    font-weight: bold;
    padding-bottom: 15px;
    color: #333;
}

.naviblockbox a {
    color: #333;
    text-decoration: none;
}
.naviblockbox .box ul {
    padding-bottom: 20px;
}

.naviblockbox .box .headnav {
    padding-bottom: 90px;
}
.naviblockbox .box ul li {
    padding-bottom: 15px;
    font-size: 16px;
}
.headnav li {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 20px!important;
}
.entrybut {
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #FA6980;
    border-radius: 6px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-align: center;
}
.entrybut a {
    display: block;
    padding-top: 20px;
    padding-bottom: 15px;
    color: #FA6980;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2em;
    font-family: Helvetica,Arial, sans-serif;
}
#pagetop {
    position: fixed;
    bottom: 11px;
    right: 60px;
    z-index: 30;
    padding-bottom: 0px;
}
.centerimg {
    text-align: center;
}
.txt90per {
    font-size: 80%;
}
