<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 */
/*--------------------------------------------------------------------------------------------------------------reset-*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, form,
dl, dt, dd, ol, ul, li,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
/*---------------------------------------------------------------------------------------------------------- Basic class-*/
a {
	margin: 0;
	padding: 0;
	border: 0;
	color: #830067;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
}
a:visited{
	margin: 0;
	padding: 0;
	border: 0;
	color: #830067;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
}
a:active{
	color:#FF9900;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td{margin:0; padding:0;
border-spacing:0;
border:none;
}
input, select {
	vertical-align:middle;
	padding: 2px 0;
}
html{
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/bg.jpg) repeat-y #000 center top;
	font-size:13px;
	line-height:1.7em;
}
body#en{
	font-family: Arial, Helvetica, sans-serif;
}
p{
	padding-bottom:1em;
}
/*===============================================

ARCHTECT

=========================================== 01 */
#wrapper{
	background-color: rgba(255,255,255,.9);
	width: 780px;
	margin: 0 auto 20px;
	padding: 30px 25px;
	position: relative;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.inner-wrap{}

.header{
	height: 90px;
	background-color: #fff;
	padding-top: 10px;
}

.header-inner{
	width: 800px;
	margin: 0 auto;
	position: relative;
}
.header .social {
	position: absolute;
	width: 270px;
	height: 30px;
	right: -4px;
	top: 49px;
}
#en .header .social {
	position: absolute;
	width: 290px;
	height: 30px;
	right: -4px;
	top: 49px;
}
.footer .social {
	width: 280px;
	height: 30px;
	margin: 0 auto;
}
#en .footer .social {
	width: 290px;
	height: 30px;
	margin: 0 auto;
}
.twi  {
	width: 92px;
	height: 28px;
	padding-top: 2px;
	float: left;
}
.fb {
	width: 103px;
	height: 30px;
	float: left;
}
#en .fb {
	width: 123px;
	height: 30px;
	float: left;
}
.plus {
	width: 75px;
	height: 28px;
	padding-top: 2px;
	float: left;
}
.header-lang a{
	width: 75px;
	height: 27px;
	float: left;
	position: absolute;
	right: 0px;
	top: 8px;
	background-image: url(../images/eng.jpg);
	overflow: hidden;
	white-space: nowrap;
	text-indent: -100%;
}
#en .header-lang a{
	background-image: url(../images/jpn.jpg);
}
.header-logo{
	width: 150px;
	height: 80px;
	margin: 0 auto;
	background: url(../images/logo.png) no-repeat center;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
.header-logo a{
	width: 150px;
	height: 80px;
	display:block;
}
/*---------------------------------------------------------------------------------------------------------------------------フッタ-*/
.footer{
	clear: both;
	background-color: #fff;
	padding-top: 20px;
	-webkit-box-shadow: 0px -20px 32px -20px rgba(0,0,0,1);
	box-shadow: 0px -20px 32px -20px rgba(0,0,0,1);
}
.footer-inner{
	width: 570px;
	margin: 0 auto;
}
.copy{
	text-align: center;
	padding: 20px 0;
	clear: both;
}
.footer-menu{
	height: 68px;
	margin: 0 auto;
	clear: both;
}
.footer-menu div a{
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
.footer-menu01 a{
	width: 68px;
	height: 68px;
	display: block;
	float: left;
	margin-right: 18px;
	background: url(../images/twi.gif) no-repeat center #55acef;

}
.footer-menu01 a:hover{
}
.footer-menu02 a{
	width: 68px;
	height: 68px;
	display: block;
	float: left;
	margin-right: 18px;
	background: url(../images/fb.gif) no-repeat center #395aa1;

}
.footer-menu02 a:hover{
}
.footer-menu03 a{
	width: 68px;
	height: 68px;
	display: block;
	float: left;
	margin-right: 18px;
	background: url(../images/plus.gif) no-repeat center #de4b39;
}
.footer-menu03 a:hover{
}
.footer-menu04{
	width: 305px;
	display: block;
	height: 68px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../images/get.gif) no-repeat center #8eda3a;
}
#en .footer-menu04{
	background: url(../images/get-e.gif) no-repeat center #8eda3a;
}
.footer h3{
	display: block;
	height: 50px;
	background: url(../images/foot-copy.gif) no-repeat center left;
	width: 570px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	padding: 10px 0;
}
#en .footer h3{
	background: url(../images/foot-copy-en.gif) no-repeat center left;
	width: 480px;
	height: 100px;
	margin: 0 auto;
}
/*-------------------------------------------------------------------------------------------------------------------------------各項目-*/
/*--------------------------------------------------------------------ボックスレイアウト(Article)-*/

.content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.content {
	display: inline-block;
	min-height: 1%;
	overflow:hidden;
}
/* Hides from IE-mac \*/

* html .content {
	zoom: 1;
}
.content {
	display: block;
}
*:first-child+html .content{ zoom: 1; }
.content h2{
	font-size: 18px;
	color: #cd2323;
	padding-bottom: 1em;
}
.content h2 span{
	font-size: 14px;
}
/*----------------------左にバナー、右に本文の場合(section)-*/
.anbasa{
	width: 380px;
	float: right;
}
.visual{
	width: 380px;
	float: left;
	padding: 0;
}
.anbasaimg img,.visualimg img{
	border: 2px solid #fff;
}
.anbasaimg{
	width: 151px;
	float: left;

}
.visualimg{
	width: 158px;
	float: right;

}
.anbasatxt{
	float: right;
	width: 220px;
	font-size:12px;
}
#en .anbasatxt{
	line-height: 1.4em;
}
.visualtxt{
	float: left;
	width: 210px;
	font-size:12px;
}
dl{
	margin-top: 30px;
}
dt{
	display: block;
	width: 120px;
	float: left;
	clear: left;
	color: rgba(205,35,35,1);
}
dd{
	display: block;
	width: 660px;
	float: left;
	padding-bottom: 20px;
}

/*----------------------本文のみの場合(section)-*/
.main{
	margin: 0;
	padding: 0 10px 10px;
	height: 170px;
	-webkit-box-shadow: inset 0px 20px 42px -30px rgba(0,0,0,1);
	box-shadow: inset 0px 20px 42px -30px rgba(0,0,0,1);
	background: url(../images/head_01.jpg) center top no-repeat;
}
#en .main{
	background: url(../images/head-en_01.jpg) center top no-repeat;
}
.main-inner{
	width: 900px;
	margin: 0 auto;
}
.main-inner h2{
	display: block;
	background-image: url(../images/title-j.png);
	width: 590px;
	height: 29px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	margin: 55px 0 0 170px;
	padding: 0;
}
#en .main-inner h2{
	background-image: url(../images/title-e.png);
	width: 590px;
	margin: 55px 0 0 170px;
}
.main-left{
	width: 250px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../images/date-j.png) no-repeat;
	height: 50px;
	margin: 10px 0 0 75px;
}
#en .main-left{
	width: 258px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../images/date-e.png) no-repeat;
	height: 70px;
	margin: 20px 0 0 75px;
}
.main-center{
	width: 272px;
	float: left;
	background: url(../images/open.png) no-repeat top left;
	height: 76px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
#en .main-center{
	width: 244px;
	background: url(../images/open-e.png) no-repeat top left;
	height: 80px;
}
.main-right{
	width: 236px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background-image: url(../images/center-right-j.png);
	height: 50px;
	margin-top: 12px;
}
#en .main-right{
	background-image: url(../images/center-right-e.png);
	height: 53px;
	margin-top: 9px;
}
/*--------------------------------------------------------------------------------------------------------------------画像配置のルール--*/
/*-----ベーシックなもの-*/
.img_left{
	float: left;
	margin: 2.2em 20px 1em 0;
	}
/*--------------------------------------------------------------------------------------------------------------Clear FIX（IE6対応版）--*/
/*Clear FIX*/

.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.cf {
	display: inline-block;
	min-height: 1%;
	overflow:hidden;
}
/* Hides from IE-mac \*/

* html .cf {
	zoom: 1;
}
.cf {
	display: block;
}
*:first-child+html .cf{ zoom: 1; } 
.clear{clear:both;}
</pre></body></html>