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

@import url("reset.css");

/*
*	[+] tools.css
*
*	[1] base property
*	[2] headSec style
*	[3] ContentsSec style
*	[4] FootSec style
*
*
****************************************** */
/*  [+] tools.css
----------------------------------------------- */
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/*.m-t00 { margin-top: 0 !important;}
.p-t08 { padding-top: 8px !important;}
.bold { font-weight:bold;}
.more_right {
	width: 65px;
	margin-left: auto;
}*/

/*  [1] base property
----------------------------------------------- */

html {
	height: 100%;
}

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku GothicPro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	width: 100%;
	height: 100%;
	min-width: 300px;
	font-size: 0.8em;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	text-align: justify;
	-webkit-tap-highlight-color: rgba(0,0,0,0); /*Androidでz-indexを無視したaタグ反応を回避*/
}

body &gt; #wrapper {
	height: auto;
}

#wrapper {
	position: relative;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

.inline_p {
	display: inline-block;
}

/*リンク*/

a {
	outline: none;
	border-style: none;
	text-decoration: none;
}

a:link {
	color: #4C75C7;
}

a:visited {
	color: #4C75C7;
}

.dl_btn {
	margin: 5px 0;
	padding: 10px 50px 10px 10px;
	color: #FFF;
	background: url(../../support/images/dl.png) no-repeat center right;
	background-color: #5DBB87;
	border-radius: 5px; /*CSS3草案*/
	font-weight: bolder;
	font-size: 1.1em;
	display: block;
	text-align: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.dl_btn {
		background: url(../../support/images/dl@2x.png) no-repeat center right;
		background-size: 40px 40px;
		-webkit-background-size: 40px 40px;
		background-color: #5DBB87;
	}
}


.dl_btn:link {
	color: #FFF;
}
.dl_btn:visited {
	color: #FFF;
}


/*カラー*/

.color_red {
	color: #FF1E4C;
}

.color_blue {
	color: #4C75C7
}

/*イメージサイズ*/
h1 img{
	width: 180px;
	height: 26px;
}
#btn_menu img {
	width: 50px;
	height: 50px;
}

h3 img {
	width: 20px;
	height: 20px;
}

.container1 li img {
	width: 36px;
	height: 34px;
	padding-bottom: 3px;
}

#l_nav ul li img {
	width: 28px;
	height: 16px;
}

h2 img {
	width: 71px;
	height: 22px;
}

.sec_image {
	width: 100%;
	height: auto;
	display: block;
}

/*可変イメージサイズ*/

.img_100 {
	width: 100%;
	height: auto;
	margin: 5px 0% 10px;
	display:block;
}

.img_l {
	width: 90%;
	height: auto;
	margin: 5px 5% 10px;
	display:block;
}

.img_m {
	width: 60%;
	height: auto;
	margin: 5px 20% 10px;
	display:block;
}

.img_s {
	width: 20%;
	height: auto;
	margin: 5px 40% 10px;
	display:block;
}


/*テーブル*/
.TblGryCol {
	background-color: #666;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
	font-size: smaller;
}


.TblGryCol th {
	background: #EEE;
	padding: 3px 3px 3px 6px;
	text-align: left;
	border: 1px solid #CCC;
	width: 25%;
	max-width: 50px;
}
.TblGryCol td {
	background: #FFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: 1px solid #CCC;
}



/*  [2] headSec style
----------------------------------------------- */
#head {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#head_inner {
	float: left;
	clear: both;
	display: block;
	width: 100%;
	height: auto;
	background-image: url(../images/head_bg.png);
	background-repeat: repeat-x repeat-y;
	background-position: top left;
}

#shadow {
	float: left;
	clear: both;
	width: 100%;
	height: 5px;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
	background-position: top left;
}

#btn_menu {
    float: right;
	cursor: pointer;
	padding-left: 20px;
}

h1 {
	float: left;
	padding: 12px 10px;
}

/*グローバルナビ*/
.container1 {
	color: #FFF;
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 5px 0 8px;
}

.container1 ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

.container1 li a {
	width: 33.1%;
	text-align: center;
	float: left;
	color: #4C75C7;
	font-size: 1em;
	font-weight: bolder;
	line-height: 1.2em;
}

.container1 li img {
	display: block;
	margin: auto;
}

#g_btn1 a{
	border-right: solid 1px #cdddef;
}

#g_btn2 a{
	border-right: solid 1px #cdddef;
}


/*ローカルナビ*/
#space {
	clear: both;
	width: auto;
	height: 50px;
}

#l_nav {
	padding: 20px;
	line-height: 1.4em;
}

.box-radius {
	overflow: hidden;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Android用 */  
	border: solid 2px #4C75C7;
}
#l_nav ul {
	margin-top: -1px;
}

.local_off a {
	width: auto;
	color: #4C75C7;
	padding: 10px 30px 10px 10px;
	font-size: 1.2em;
	font-weight: bolder;
	text-align: left;
	border-top: solid 1px #4C75C7;
	display:block;
	text-decoration: none;
	background: url(../images/mark_off.png) no-repeat right;
}

.local_on a{
	color: #FFF;
	padding: 10px 30px 10px 10px;
	font-size: 1.2em;
	font-weight: bolder;
	border-top: solid 1px #4C75C7;
	margin-top: -1px;
	display:block;
	text-decoration: none;
	background: #4C75C7 url(../images/mark_on.png) no-repeat right;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.local_off a {
		background: url(../images/mark_off@2x.png) no-repeat right;
		background-size: 28px 16px;  /* CSS3草案 */ 
		-webkit-background-size: 28px 16px; /* Android用 */
	}
	.local_on a {
		background: #4C75C7 url(../images/mark_on@2x.png) no-repeat right;
		background-size: 28px 16px; /* CSS3草案 */ 
		-webkit-background-size: 28px 16px; /* Android用 */
	}
}


/*ローカルナビ*/
.sec_image {
}


/*  [3] ContentsSec style
----------------------------------------------- */

#contents {
	padding-bottom: 100px;
	line-height: 1.6em;
}

/*タイトルバー*/
h3 {
	font-size: 1.4em;
	height: 1em;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 0 5px;
	line-height: 1.3em;
}

.v_center img,
.v_center span {
	vertical-align: middle;
}

.ti img {
	margin-right: 5px;
}

.ti {
	padding: 5px 0;
	background-color: #4C75C7;
	width: 100%;
	color: #FFF;
	border-top: #8EC6E3 solid 2px;
	border-bottom: #8EC6E3 solid 2px;
	display: block;
}

.ti p {
	width: 100%;
	letter-spacing: 0.1em;
	font-size: 0.6em;
	text-align: center;
	line-height: 1em;
}



/*見出しタグ用*/

h4 {
	font-size: 1.3em;
	color: #4C75C7;
	margin: 10px 10px 0 10px;
	border-left: solid #8EC6E3 5px;
	padding-left: 5px;
	text-align: left;
}

h5 {
	font-size: 1.2em;
	margin: 0 0 5px ;
	text-align: left;
}

h6 {
	font-size: 1.2em;
	margin: 15px 0 5px ;
	text-align: left;
}

.h7 {
	font-weight: bolder;
	margin: 15px 0 5px;
	text-align: left;
}


/*ボックス用*/

.inner1 {
	padding: 12px 10px 15px ;
	border-bottom: solid 1px #C5C5C5;
}


.inner2 {
	border-bottom: solid 1px #C5C5C5;
	padding: 12px 10px 15px ;
	display: block;
}

.attention {
	background-color: #FEFFEC;
	margin: 5px 0;
	padding: 5px 10px;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */
}

/*コンテンツ内箇条書き用*/
.list {
	margin-left: 2em;
	text-indent: -2em;
}
.list_1em {
	margin-left: 1em;
	text-indent: -1em;
}

.num {
	margin-left: 2em;
	list-style-type: decimal;
}

.disc li {
	margin-left: 2em;
	list-style-type: disc;
}




/*  [4] FootSec style
----------------------------------------------- */
#ft {
	width: 100%;
	color: #FFF;
	font-size: 0.8em;
	background-image: url(../images/ft_bg.gif);
	border-top: solid 1px #999999;
	position: absolute;
	bottom: 0;
	height: 100px;
}

#ft_area {
	width: 100%;
	text-align: center;
	padding: 5px;
}

#ft_area a {
	color: #FFF;
	margin: 0 8px;
	line-height: 1.8em;
}

.copyright {
	float: none;
	text-decoration: none;
	font-size: 9px;
	letter-spacing: 0.1em;
	display: block;
	text-align: center;
}

.logo {
	width: 71px;
	margin: 5px auto 10px;
}</pre></body></html>