<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}



/*  サイト全体のtxtカラー
------------------------------------------------------------------------*/
img
{
	vertical-align:bottom;
}

body {
	font-size: 14px;
	color:#666;
	line-height:180%;
	margin: 0px;
	padding: 0px;
}


/*  サイト全体のfont指定
------------------------------------------------------------------------*/

* {
	 font-family: -apple-system, ‘Helvetica Neue’, ‘Hiragino Kaku Gothic ProN’, ‘游ゴシック Medium’, ‘メイリオ’, meiryo, sans-serif;
}

/*  リンクカラー
------------------------------------------------------------------------*/

/*  リンクカラー */
a:link, a:visited {
	text-decoration:underline;
	color:#000;
}

/*  リンクカラーマウスオーバー時 */
a:hover {
	color:#3366cc;
	text-decoration: none;
}


a[id]:hover, a[id]:active, a[name]:hover, a[name]:active {
  background-color: transparent;
  color:#555;
  text-decoration: none;
}

.rollover a:hover img,
a.rollover:hover img
{
	opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}


/* reset style 
------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, blockquote{
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	font-weight:normal;
}

dl, dt, dd, ul, ol, li{
	margin:0;
	padding:0;
}
ul, ol, li
{
	list-style:none;
}

table {
	border: none;
	empty-cells: show;
	border-collapse: collapse;
}

th,td {
	border: none;
	font-weight: normal;
}

a img {
	border: none;
	color: #ffffff;
	background: transparent;
}

a:focus{
	outline:none;
}

strong,em {
	font-weight: bold;
	font-style: normal;
}

sup {
	font-size:10px;
	vertical-align: super;
}

sub{
	font-size:10px;
	vertical-align: baseline;
}
span
{
	margin:0;
	padding:0;
}



/*  clearfix
------------------------------------------------------------------------*/

.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}

.clearfix{display: inline-table;  overflow:hidden; zoom:1;/*for IE 5.5-7*/}
/* Hides from IE-mac \*/
.clearfix{display: block;}
/* End hide from IE-mac */
.clear{
	clear:both;
}

/* class module
-----------------------------------------------------------------------*/
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}


.floatLeftIMG {
	float: left;
	padding:0 10px 10px 0px;
}

.floatRightIMG {
	float: right;
	padding:0 0 10px 10px;
}


/* フォントサイズの設定 (font)
-----------------------------------------------------------------------*/
.fs36{
	font-size: 36px;
	line-height: 100%;
}
.fs24{
	font-size: 24px;
}
.fs18{
	font-size: 18px;
}
.fs16{
	font-size: 16px;
}
.fs14{
	font-size: 14px;
}
.fs12{
	font-size: 12px;
}
.fs11{
	font-size: 11px;
}
.fs10{
	font-size: 10px;
}



.mono, .mono *{
	font-family:"qMmpS Pro W3", "lr SVbN", "Osaka]";
}


/* line height*/
.lh1, .lh1 *{
	line-height: 1;
}
.lh12, .lh12 *{
	line-height: 1.2;
}
.lh13, .lh13 *{
	line-height: 1.3;
}
.lh14, .lh14 *{
	line-height: 1.4;
}
.lh16, .lh16 *{
	line-height: 1.6;
}
.lh18, .lh18 *{
	line-height: 1.8;
}
.lh2, .lh2 *{
	line-height: 2;
}

/* リストスタイル
-----------------------------------------------------------------------*/

#main .listDec li
{
	list-style-type:decimal;
	list-style-position:inside;
	text-indent:-1.8em;
	margin-left:1.8em;
}

#main .listSqu li
{
	list-style-type:square;
	list-style-position:inside;
	text-indent:-1.8em;
	margin-left:1.8em;
}

#main .listDic li
{
	list-style-type:disc;
	list-style-position:inside;
	text-indent:-1.8em;
	margin-left:1.8em;
}

#main .listCir li
{
	list-style-type:circle;
	list-style-position:inside;
	text-indent:-1.8em;
	margin-left:1.8em;
}


/* マージンボトムの設定
-----------------------------------------------------*/

.mrg5
{
	margin-bottom:5px !important;
}
.mrg10
{
	margin-bottom:10px !important;
}
.mrg15
{
	margin-bottom:15px !important;
}
.mrg20
{
	margin-bottom:20px !important;
}
.mrg25
{
	margin-bottom:25px !important;
}
.mrg30
{
	margin-bottom:30px !important;
}
.mrg35
{
	margin-bottom:35px !important;
}

.mrg40
{
	margin-bottom:40px !important;
}
.mrg50
{
	margin-bottom:50px !important;
}

.mrg_r20
{
	margin-right:20px !important;
}

.t_left
{
	text-align:left !important;
}
.t_right
{
	text-align:right !important;
}
.t_center
{
	text-align:center !important;
}

.page_top
{
	text-align:right;
	padding-top:15px;
}


.iframe-content {
    position: relative;
    width: 100%;
    padding: 50% 0 0 0;
  overflow:auto; /* scrollからautoに変更 */
  -webkit-overflow-scrolling:touch;
	
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow-y:scroll;
}

 




/* 注釈用
-----------------------------------------------------*/
.caps{
	font-size:xx-small;
}


#footer ul:after,
#mainMenu ul:after,
#head:after,
.xxx:after,
.xxx:after
{
    content: ""; 
    display: block; 
    clear: both;}

#footer ul,
#mainMenu ul,
#head,
.xxx,
.xxx,
.xxx
{display: inline-table;  overflow:hidden; zoom:1;/*for IE 5.5-7*/}


#footer ul,
#mainMenu ul,
#head,
.xxx,
.xxx,
.xxx
{display: block;}



.pcView, .pc_tabView, .tabView {
    display: none;
}

@media print, screen and (min-width: 840px) {

body {
	font-size: 12px;
	color:#666;
	line-height:140%;
	margin: 0px;
	padding: 0px;
}

.iframe-content {
    position: relative;
    width: 100%;
    padding: 20% 0 0 0;
  overflow:auto; /* scrollからautoに変更 */
  -webkit-overflow-scrolling:touch;
	
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow-y:scroll;
}

    .spView {
        display: none;
    }

    .pcView {
        display: none;
    }

    .pc_tabView, .tabView {
        display: inline-block;
    }
}

@media print, screen and (min-width: 1200px) {
    .tab_spView, .tabView {
        display: none;
    }

    .pcView {
        display: inline-block;
    }
}</pre></body></html>