<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* formattiong style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	line-height: 1.7;
	color: #333333;
	background-color: #FFFFFF;
}
hr {
	display: none;
}
/* print
------------------------------*/
.print {
	display: block;
}
.noneprint {
	display: none;
}
.print-set {
	page-break-inside: avoid;
}
/* link style
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #330099;
	text-decoration: underline;
}
a:hover {
	color: #FF3366;
	text-decoration: none;
}
a:active {
	color: #FF3366;
	text-decoration: underline;
}
.arrow{
	padding: 0px 0px 0px 20px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	display: inline-block;
	min-height:13px; 
	text-indent:0;
}
.arrow2{
	padding: 0px 0px 0px 20px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px 0.3em;
	display: inline-block;
	min-height:13px; 
	text-indent:0;
}
.wav {
	padding: 7px 0px 2px 26px;
	background-image: url(../img/wavicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	min-height: 27px;
}
.pdf {
	padding: 8px 0px 0px 37px;
	background-image: url(../img/pdficon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	min-height: 32px;
}
.word {
	padding: 8px 0px 0px 37px;
	background-image: url(../img/wordicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	min-height: 32px;
}
.excel {
	padding: 8px 0px 0px 37px;
	background-image: url(../img/excelicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	min-height: 32px;
}
.zip {
	padding: 8px 0px 0px 37px;
	background-image: url(../img/zipicon.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	display: inline-block;
	min-height: 32px;
}
/* text style
------------------------------*/
.textbold {
	font-weight: bold;
}
.textcaution {
	color: #FF0000;
}
.textsmall {
	font-size: 90%;
}
.textbig {
	font-size: 150%;
	line-height: 1.3;
}
.ttf {
	text-transform: uppercase; /*大文字変換*/
}
/* layout
------------------------------*/
#wrapper {
	width: 650px;
	margin: 0px auto;
	padding: 3px 10px;
}
#home #wrapper {
	width: 880px;
}
/* secondpage layout
------------------------------*/
#main {
	margin: 0px 0px 10px;
	width: 650px;
	height: auto;
}
#sideber {
	display: none;
}
#content {
	float: none;
	width: 645px;
}
/* header
------------------------------*/
#header {
	display: none;
}
.print h1 {
	margin: 0px 0px 10px;
}
#home .print h1 {
	display: none;
}
#home #header {
	display: block;
	margin: 0px 0px 3px;
	padding: 0px;
	height: 87px;
}
h1 {
	float: left;
	width: 480px;
	margin: 0px;
	padding: 0px;
}
#header ul {
	float: right;
	width: 400px;
	margin: 8px 0px 0px;
	padding: 0px;
	text-align: right;
}
#header li {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	height: 15px;
}
#header li a {
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 2px 3px 2px 18px;
	font-size: 92%;
}
#header li a:link {
	color: #333333;
	text-decoration: none;
}
#header li a:visited {
	color: #333333;
	text-decoration: none;
}
#header li a:hover {
	color: #333333;
	text-decoration: underline;
}
#header li a:active {
	color: #333333;
	text-decoration: none;
}
/* globalnav
------------------------------*/
#globalnav {
	display: none;
}
#home .print #printnav {
	display: block;
	clear: both;
	width: 880px;
	height: 43px;
	margin: 0px 0px 10px;
}
.print #printnav {
	display: none;
}
/* rootlist
------------------------------*/
#rootlist {
	display: none;
}
/* content
------------------------------*/
p.to-top {
	display: none;
}
p.to-prev {
	display: none;
}
.m10lr {
	margin: 0px 10px;
}
.m10tb {
	margin: 10px 0px;
}
.m10b {
	margin: 0px 0px 10px;
}
.m0 {
	margin: 0px;
}
.left {
	float: left;
	margin: 0px 10px 0px 0px;
}
.right {
	float: right;
	margin: 0px 0px 0px 10px;
}
.rightm10b {
	float: right;
	margin: 0px 0px 10px 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.box {
	padding: 10px;
	margin: 0px 0px 15px;
	background-color: #FFFFF6;
	border-top: 3px double #CCCCCC;
	border-right: 1px dashed #CCCCCC;
	border-bottom: 3px double #CCCCCC;
	border-left: 1px dashed #CCCCCC;
}
/* 親ボックスからはみ出すバグを回避 */
.box:after {
	content:".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
.box {
	display: inline-table;
}
/* Mac版 IEではこの設定は無視されるのでWin版 IEのみ適用 \*/
* html .box {height: 1%;}
.box {display:block}
/* ここまで */
.box .layout-l {
	float: left;
	text-align: center;
	width: 310px;
	margin: 10px 0px 5px;
}
.box .layout-r {
	float: right;
	width: 283px;
	margin: 10px 0px 0px 10px;
}
.box h4 {
	clear: both;
	margin: 0px 0px 10px;
	border-bottom: 2px solid #FF99CC;
}
.box p {
	margin: 0px;
}
.box p.m10b {
	margin: 0px 0px 10px;
}
h2 {
	clear: both;
	height: 34px;
	width: 645px;
	margin: 0px 0px 15px;
}
h3 {
	clear: both;
	margin: 25px 0px 15px;
	padding: 0px 0px 0px 5px;
	border-left: 10px double #00a56a;
	border-bottom: 1px dotted #666666;
}
h4 {
	clear: both;
	margin: 20px 0px 10px;
	padding: 0px 0px 0px 2px;
	border-bottom: 2px dotted #00a56a;
}
h5 {
	clear: both;
	margin: 15px 0px 10px;
	padding: 0px 0px 0px 2px;
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;
}
p {
	margin: 0px 0px 10px;
}
img.border {
	border: 1px solid #CCCCCC;
}
ul {
	margin: 0px 0px 10px 10px;
}
ol {
	margin: 0px 0px 10px 10px;
}
li {
	margin: 0px 0px 0px 10px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0px 0px 7px 20px;
}
dd.m0 {
	margin: 0px 0px 0px 20px;
}
ul.none li {
    list-style-type:none;
}
ul.notice {
	padding-left:1.5em;
	margin: 0px 0px 10px;
}
ul.notice li {
	text-indent:-1.5em;
	margin: 0px;
    list-style-type:none;
}
table ul.notice {
	margin: 0px;
}
ul.num {
	padding-left:2em;
}
ul.num li {
	text-indent:-2em;
}
ol.m10b {
	margin: 0px 0px 0px 10px;
}
ol.m10b li {
	margin: 0px 0px 10px 10px;
}
ol.m10b ul.notice li {
	margin: 0px;
}
ol li ul {
	margin: 0px 0px 0px 10px;
}
ul.ok li {
    list-style-type:none;
	padding: 0px 0px 0px 20px;
	background-image: url(../support/img/ok.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.ng li {
    list-style-type:none;
	padding: 0px 0px 0px 20px;
	background-image: url(../support/img/ng.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
dl.faq {
	clear: both;
}
dl.faq dt {
	padding: 11px 0px 5px 70px;
	margin: 0px;
	background-image: url(../support/img/q.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	min-height: 25px;
	border-bottom: 1px dashed #999999;
}
dl.faq dd {
	padding: 11px 0px 5px 70px;
	margin: 0px;
	background-image: url(../support/img/a.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	min-height: 25px;
	border-bottom: 1px solid #999999;
}
dl.sbs {
	margin: 0px 0px 10px;
}
dl.sbs dt {
	float: left;
	width: 5em;
	margin: 0px 0px 0px 1em;
}
dl.sbs dd {
	margin: 0px 0px 0px 6em;
}
dl.en dt {
	width: 11em;
}
dl.en dd {
	margin: 0px 0px 0px 12em;
}
#menu {
	margin: 20px 0px 0px;
}
#menu ul {
	margin: 0px;
}
#menu ul li {
	display: inline;
	margin: 0px;
}
#menu ul.m10lr li {
	margin: 0px 10px;
}
#menu li.m0l img {
	margin: 0px 0px 5px;
}
#menu li img {
	margin: 0px 0px 5px 5px;
}
ul#menu-t li {
	display: inline-block;
	width: 13em;
}
ul#menu-y li {
	display: inline-block;
}
table {
	margin: 10px auto;
	border-top: 3px solid #CCCCCC;
	border-left: 3px solid #CCCCCC;
	border-collapse: collapse;
	clear: both;
}
table th, table td {
	padding: 5px;
	border-right: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	text-align: left;
}
table th {
	padding: 5px;
	background-color: #FFF2E8;
	white-space: nowrap;
}
table .tcenter {
	text-align: center;
}
table ul {
	margin: 0px 0px 0px 3px;
}
table.nowrap th {
	font-weight: normal;
	white-space: normal;
}
table.nowrap td {
	white-space: nowrap;
}
table.for {
	margin: 0px 0px 10px 10px;
	float: right;
}
table.for th {
	text-align: center;
}
table.for th {
	background-color: #EFFCE6;
}
table.partner {
	width: 400px;
}
table.caption {
	margin: 0px auto 5px;
}
.layout-l {
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
.layout-r {
	float: right;
	width: 368px;
}
.layout-r p {
	margin-bottom: 30px;
}
/* footer
------------------------------*/
#footer {
	clear: both;
	text-align: center;
	font-size: 92%;
	padding: 10px 0px 0px;
}
#footer ul {
	display: none;
}
#home #footer ul {
	display: block;
	margin: 0px;
}
#footer li {
	list-style: none;
}
#footer li a:link {
	color: #333333;
	text-decoration: none;
}
#footer li a:visited {
	color: #333333;
	text-decoration: none;
}
#footer li a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer li a:active {
	color: #333333;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	padding: 0px 8px 0px;
}
address {
	border-top: 1px dotted #333333;
}
/* top css
------------------------------*/
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 50px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -29px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 350px;
	background: url(../img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 350px;
	background: url(../img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 107%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
#top-pr ul.bxslider, #top-pr ul.bxslider li {
	margin: 0px;
}
#topinfo {
	margin: 0px 0px 10px;
	width: 880px;
	height: auto;
}
#topinfo-main {
	float: none;
	width: 645px;
}
#home #topinfo-main {
	float: left;
	width: 645px;
}
#topinfo-sub {
	display: none;
}
#home #topinfo-sub {
	display: block;
	float: right;
	width: 225px;
}
.toptitle{
	height: 34px;
	width: 645px;
	margin: 0px 0px 10px;
}
.toptitle h2 {
	position: absolute;
}
.to-list {
	position: relative;
	top: 7px;
	right: -580px;
	height: 19px;
	width: 55px;
}
#news, #media, #event {
	margin: 0px 0px 20px 0px;
}
#other #news,#other #media,#other #event {
	margin: 0px 10px;
}
#news dt, #media dt {
	clear: left;
	float: left;
	width: 8em;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	_padding: 0px 0px 10px 5px;
	font-weight: normal;
}
#news dd, #media dd {
	margin: 0px;
	padding: 0px 10px 10px 9em;
}
#other #news dt, #other #media dt {
	padding-top: 10px;
	padding-bottom: 10px;
}
#other #news dd, #other #media dd {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999999;
}
#other #news dd.first, #other #media dd.first, #other #news dt.first, #other #media dt.first {
	padding-top: 0px;
}
#media dd ul {
	margin-bottom: 20px;
}
#media dd ul.m10lr {
	margin: 0px 10px;
}
#event dt {
	padding: 0px;
	clear: left;
	float: left;
	width: 6.5em;
	margin: 0px 0px 0px 20px;
	_margin: 0px 0px 0px 10px;
	font-weight: normal;
}
#event dt.twolines {
	height: 2em;
}
#event dd {
	font-weight: normal;
	margin: 0px;
}
</pre></body></html>