@charset "UTF-8";

/*--------------------------------------------------------------
 共通
--------------------------------------------------------------*/

/* スタイルの初期化 */
*{
	margin:0;
	padding:0;
}
img,a img{
	border:none;
	background:transparent;
}
ul ul,ul dl,dl ul,table p,table ul,table table{
	font-size:1em;
}

/*--------------------------------------------------------------
 全体
--------------------------------------------------------------*/
body{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	color:#333;
	font-size: 100%;
	_overflow:hidden;
	background-color:#fff;
}

/*--------------------------------------------------------------
 main
--------------------------------------------------------------*/
#goAdobe a{
	font-size:70%;
	line-height:130%;
	color:#333;
	text-decoration:none;
	padding-top:2px;
	padding-left:120px;
	display:inline-block;
	*display: inline;/* forIE6,7 */
	*zoom: 1;/* forIE6,7 */
	min-height:33px;
	_height:33px; /* forIE6 */

}

/*--------------------------------------------------------------
 PDF表示エリア
--------------------------------------------------------------*/
#pdfviewer_frame {
	height:100%;
	margin:0;
	_overflow:auto;
	padding:0;
}

iframe#pdfArea{
	border:none;
	overflow:hidden;
	width:100%;
	height:100%;
	background-color:#000;
}

/*--------------------------------------------------------------
 common
--------------------------------------------------------------*/

/* 記号表示（●■を正常サイズで表示） */
.menu_label_2 {
    width: 200px;

    -moz-transform-origin:    left top; /* Firefox */
    -webkit-transform-origin: left top; /* Chrome,Safari */
    -o-transform-origin:      left top; /* Opera */
    -ms-transform-origin:     left top; /* IE */
    transform-origin:         left top; /* CSS3 */

    -moz-transform:    scale(0.8, 1);  /* Firefox */
    -webkit-transform: scale(0.8, 1);  /* Chrome,Safari */
    -o-transform:      scale(0.8, 1);  /* Opera */
    -ms-transform:     scale(0.8, 1);  /* IE */
    transform:         scale(0.8, 1);  /* CSS3 */

    padding-left: 18px;
}
.menu_label_3 {
    width: 207px;

    -moz-transform-origin:    left top; /* Firefox */
    -webkit-transform-origin: left top; /* Chrome,Safari */
    -o-transform-origin:      left top; /* Opera */
    -ms-transform-origin:     left top; /* IE */
    transform-origin:         left top; /* CSS3 */

    -moz-transform:    scale(0.78, 1);  /* Firefox */
    -webkit-transform: scale(0.78, 1);  /* Chrome,Safari */
    -o-transform:      scale(0.78, 1);  /* Opera */
    -ms-transform:     scale(0.78, 1);  /* IE */
    transform:         scale(0.78, 1);  /* CSS3 */

    padding-left: 18px;
}

a:-webkit-any-link {
    text-decoration: none;
}
a:-moz-any-link {
    text-decoration: none;
}
a:-webkit-any-link {
    text-decoration: none;
}
a:-ms-any-link {
    text-decoration: none;
}
a {
    text-decoration: none;
}


/*--------------------------------------------------------------
 共通
--------------------------------------------------------------*/
.img_w100{
    width: 100%;
    height: auto;
}
.img_w50{
    width: 50%;
    height: auto;
}
.img_w25{
    width: 25%;
    height: auto;
}


/*--------------------------------------------------------------
 スマホ対応
--------------------------------------------------------------*/
#headerLogo_sp img{
    margin: 10px 10px 10px 20px;
    display: table-cell;
}

#headerLogo_sp a {
    display: table;
    overflow: hidden;
    text-decoration: none;
}

#headerLogo_sp a > span {
    display: table-cell;
    padding: 13px 5px 8px 15px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    word-break: break-all;
    word-wrap: break-word;
}

.sp_menu_btn{
    position: absolute;
    right: 12px;
    background-color: #fff;
    padding: 8px 10px 4px 10px;
}
.sp_menu_btn img{
    width: 24px;
}


/* SP用モーダルメニュー */
.sp_modal_wrap .overlay {
    display: none;
    position: fixed;
    top: -10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: rgba(0, 0, 0, .45);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 50;
}
.sp_modal_wrap .container {
    display: table;
    padding: 0;
    width: 100%;
    height: 100%;
}
.sp_modal_wrap .inner {
    display: table-cell;
    vertical-align: top;
}
.sp_modal_wrap .modal {
    margin: 0 auto;
    max-width: 100%;
    background-color: #fff;
}
.sp_modal_wrap .modal::after {
    display: table;
    content: '';
    clear: both;
}
.sp_modal_wrap .button {
    position: absolute;
    top: 18px;
    right: 10px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: #fff;
}
.modal_logo{
    margin: 10px 0 10px 20px;
    width: 38vw;
}
.modal_close_btn{
    width: 50%;
}

/* モーダルメニュー SP */
.sp_modal_menu{
    margin:0;
    padding:10px 0 5px 0;
    list-style:none;
    box-sizing:border-box;
}

.sp_modal_menu li{
    position: relative;
    font-size: 12px;
    border-bottom: 1px solid #a0a0a0;
}
.sp_modal_menu li:first-child {
    border-top: 1px solid #a0a0a0;
}
.sp_modal_menu li.opened {
    border-top: 1px solid #a0a0a0;
    border-bottom: none;
}
.sp_modal_menu li.lv1-group-last {
    border-bottom: none;
}
.sp_modal_menu li.lv1-margin-top {
    margin-top: 21px;
}

.sp_modal_menu li a {
    display: block;
    position: relative;
    color: #000;
    padding: 10px 25px 10px 35px;
    background-color: #f6f6f6;
    text-decoration: none;
}
.sp_modal_menu li.opened a {
    background-color: #f0f0f0;
}
.sp_modal_menu li.lv2 a {
    background-color: #fff ;
}
.sp_modal_menu li:first-child a {
}
.sp_modal_menu li.lv1 .switching_mark:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 0;
    background: url('../img/sp_menu_tree_plus.png');
    z-index: 90;
    cursor: pointer;
}
.sp_modal_menu li.lv1.opened .switching_mark:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 0;
    background: url('../img/sp_menu_tree_minus.png');
    z-index: 90;
    cursor: pointer;
}
.sp_modal_menu li.menu_item_download {
    border-bottom: none;
    margin-top: 10px;
    margin-bottom: 21px;
    padding-left: 35px;
    padding-right: 35px;
}
.sp_modal_menu li.menu_item_download .menu_item_download_yoko {
    color: rgb(201,22,30);
    background-color: #fff;
    border: 2px solid  rgb(201,22,30);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    padding-left: 20px;
}
.sp_modal_menu li.menu_item_download .menu_item_download_point {
    color: rgb(0,127,65);
    background-color: #fff;
    border: 2px solid  rgb(0,127,65);
    -webkit-border-radius :12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    padding-left: 20px;
}

.sp_modal_menu li.menu_item_download a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
}
.sp_modal_menu li.panf a {
    background-color: #fffabc;
}
.sp_modal_menu li.title {
    display: block;
    position: relative;
    color: #000;
    padding: 10px 25px 10px 10px;
    border-bottom: 1px solid #a0a0a0;
    background-color: #fff9b1 ;
}
.sp_modal_menu .lv2 {
    padding-left: 2em;
}
.sp_modal_menu .lv2.lv2-indent {
    padding-left: 3em;
}

.sp_modal_menu .lv2.lv2-sub {
    border-bottom: 1px solid #d0d0d0; /*#f8f8f8;*/
}
.sp_modal_menu li.lv2-subitem a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.sp_modal_menu li.lv2-subitem-first a {
    padding-top: 8px;
    padding-bottom: 5px;
}
.sp_modal_menu li.lv2-subitem-last a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.sp_modal_menu li.lv2-label {
    background-color: #fce5de;
}
.sp_modal_menu li.lv2-label a {
    background-color: #fce5de;
    padding-top: 4px;
    padding-bottom: 4px;
}

.sp_modal_menu .lv3{
    text-indent: 6em;
}

.switching_mark:after {
    opacity: 1.0;
}
.switching_mark:hover:after {
    opacity: 0.6;
}

#pdfviewer_frame {
    height: calc(100% - 50px);
}

.sp_modal_menu li a.menu_color1 {
    background-color: #dcdddd;
}
.sp_modal_menu li a.menu_color2 {
    background-color: #c9161e;
    color: #fff;
    border-bottom: 2px solid #fff;
}
.sp_modal_menu li a.menu_color3 {
    background-color: #007f41;
    color: #fff;
    border-bottom: 2px solid #fff;
}
