﻿@charset "UTF-8";
#appHead {}
#appHead h2 {
 font-size: 2.1em;
 font-weight: bold;
 padding: 0 0 10px 20px;
 border-bottom: 2px solid #a3a3a3;
}
#appHead .inner {
 padding: 20px 0;
 line-height: 1.4em;
}
#appHead p {
 padding: 20px;
}
/* ヘッダー用2列ナビゲーション */
#appHead #appNavi {
 padding: 0 0 30px 0;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 width: 640px;
 overflow: hidden;
}
#appHead #appNavi ul {
 width: 650px;
}
#appHead #appNavi li {
 float: left;
 height: 100px;
 border: 1px solid #ccc;
 background: url(../img/icon_arrow.gif) 95% 50% no-repeat;
 line-height: 100px;
}
#appHead #appNavi li:nth-child(2n + 1) {
 clear: both;
}
#appHead #appNavi li a {
 display: block;
 padding: 0 10px;
 width: 298px;
}
#appHead #appNavi li.display {
 font-size: 1.6em;
}
#appHead #appNavi li.none {
 display: block;
 width: 298px;
 padding: 0 10px;
 background: none;
}
/* トグルメニュー */
.toggleMenu {
 padding: 0;
 margin-bottom: 10px;
 background: none;
}
.toggleMenu dt.toggleTitle {
 width: 640px;
 z-index: 10;
 line-height: 1.4em;
 font-size: 1.7em;
 -webkit-text-size-adjust: 110%;
 border-top: 2px solid #cccccc;
 border-bottom: 2px solid #cccccc;
 margin: -2px 0;
}
.toggleMenu .toggleTitle span {
 padding: 1.0em 55px 1.0em 10px;
 background-repeat: no-repeat;
 display: block;
}
.toggleMenu .toggleInner {
 padding: 0;
 font-size: 16px;
}
.appContents {
 margin: 0;
}
.appContents h2 {
 clear: both;
 margin: 0;
 padding: 10px 0;
 border-bottom: 2px solid #ccc;
 background: #dfdfdf;
 font-weight: bold;
 text-align: center;
}
/* 横展開メニュー */
.appContents .newsDetails {
 margin: 20px 0 0 0;
}
.appContents .newsDetails a {
 text-decoration: none;
 color: #000000;
}
.appContents .newsDetails li.last {
 border-bottom: 0;
}
/* ページ内リンク */
.pageLink ul li {
 width: 640px;
 z-index: 10;
 line-height: 1.4em;
 font-size: 1.7em;
 -webkit-text-size-adjust: 110%;
 border-bottom: 2px solid #cccccc;
}
.pageLink ul li.last {
 width: 640px;
 z-index: 10;
 line-height: 1.4em;
 font-size: 1.7em;
 -webkit-text-size-adjust: 110%;
 margin-bottom: 1.0em;
 border-bottom: 2px solid #cccccc;
}
.pageLink ul li a, .pageLink ul li.last a {
 padding: 1.0em 55px 1.0em 10px;
 background-image: url("/sp/app_h/img/tgbtn_arrow.gif");
 background-repeat: no-repeat;
 background-position: right center;
 text-decoration: none;
 color: #000000;
 display: block;
}
/* コンテンツ関連 */
.appContents .appContentsBody h3 {
 font-weight: bold;
 padding: 20px 20px 0;
}
.appContents .appContentsBody h4 {
 padding: 0 20px 0;
}
.appContents .appContentsBody p {
 padding: 20px 20px 0;
}
.appContents a {
 text-decoration: underline;
 color: #112299;
}
.appContents .appContentsBody li {
 padding: 20px 20px 0;
}
.appContents .appContentsBody table {
 margin: 0 20px 30px;
 width: 600px;
 border-top: 1px solid #cfcfcf;
 border-left: 1px solid #cfcfcf;
 font-size: 1.5em;
 line-height: 1.5;
}
.appContents .appContentsBody table th {
 padding: 10px 5px;
 border-right: 1px solid #cfcfcf;
 border-bottom: 1px solid #cfcfcf;
 background: #f9f9f9;
 text-align: center;
 white-space: nowrap;
}
.appContents .appContentsBody table td {
 padding: 10px 5px;
 border-right: 1px solid #cfcfcf;
 border-bottom: 1px solid #cfcfcf;
}
.appContents .appContentsBody table td ul li {
 font-size: 1.0em;
 line-height: 1.0;
 padding-left: 0;
}
.appContents .appContentsBody hr {
 margin: 20px 20px;
}
.appContentsPagetop {
 padding: 20px 13px 30px;
}
.appContentsPagetop img {
 display: block;
 float: right;
}
.text-border-gray {
 display: block;
 margin: 20px 0 0;
 padding: 0 15px 15px;
 border-radius: 6px;
 border: 2px solid #e0e0e0;
}
.center {
 text-align: center;
}
.text-bg-bottom {
 display: block;
 padding: 0 0 28px;
 margin: 0 0 -10px;
 background: url(/sp/app_h/img/bg_arrow_bottom.gif) no-repeat center bottom;
}
.btn-001 {
 display: block;
 margin: 0 auto;
 margin-top: 40px;
 margin-bottom: 30px;
 border-radius: 4px;
 background: #ff6117;
 font-size: 2em;
 line-height: 1.1;
 width: 280px;
 text-align: center;
}
.btn-001 {
 width: 70%;
}
.btn-001 a {
 display: block;
 margin: auto 0;
 padding: 15px 10px;
 background: url(/sp/app_h/img/ico_arrow_white_l.png) no-repeat 95% center;
 color: #FFF;
 text-decoration: none;
 vertical-align: middle;
}
.btn-001 a span {
 font-size: 80%;
 vertical-align: middle;
 display: block;
}
.font_herf {
 font-size: 0.7em;
}
.mt20 {
 margin-top: 20px;
}
.ml20 {
 margin-left: 20px;
}
.list-style {
 padding: 20px 20px 0;
}
.appContents .appContentsBody .list-style li {
 display: block;
 padding: 0 0 0 1.2em;
 font-size: 1.6em;
 line-height: 1.3;
 text-indent: -1em;
}
.appContents .appContentsBody .list-style li:nth-child(n+2) {
 padding-top: 0.5em;
}
.arrow_brown {
 display: inline-block;
 vertical-align: middle;
 padding: 0 5px 0px 5px;
}
.border-gray {
 display: block;
 margin: 20px 0 0;
 padding: 0 15px 15px;
 border-radius: 6px;
 border: 2px solid #e0e0e0;
}
.appContents h2.align-left {
 text-align: left;
}
.toggleMenu h2 {
 padding: 15px 0 15px 15px;
 padding-right: 60px;
 background: #dfdfdf url(/sp/app_h/guide/img/accordion_btn_plus.png) no-repeat 99% center;
}
.toggleMenu h2.open {
 padding-right: 60px;
 background: #dfdfdf url(/sp/app_h/guide/img/accordion_btn_minus.png) no-repeat 99% center;
}