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

	■default.css
	適用範囲：サイト全体
	概　　要：html要素初期化設定・汎用クラスセレクタ

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
/*--------------------------------------

	webfonts

---------------------------------------*/
.lora_s{
	font-family: 'Lora', serif;
	font-weight: 400;
}
.lora_l{
	font-family: 'Lora', serif;
	font-weight: 700;
}
.cabin{
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
}
.yumin{
	font-family : YuMincho, '游明朝', serif;
	font-weight: normal;
}
/*--------------------------------------

	HTML5

---------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
main,
section {
    display: block;
}

audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

/*--------------------------------------

	Universal selector

---------------------------------------*/

* {
	font-style: normal;
}

/*--------------------------------------

	Structure Module

---------------------------------------*/
html,body {
	min-height: 100%;
}

body {
	color: #333;
	background: #fff;
	min-width: 960px;
	font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

/*--------------------------------------

	Text Module

---------------------------------------*/

p,
pre,
blockquote,
address,
cite {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}


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

/*--------------------------------------

	Hypertext Module

---------------------------------------*/
a{
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/*--------------------------------------

	List Module

---------------------------------------*/

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

/*--------------------------------------

	Tables Module

---------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	margin: 0;
	padding: 0;
}
th,td {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}


/*--------------------------------------

	Image Module

---------------------------------------*/

img {
	vertical-align: bottom;
	border: none;
}
figure {
	margin: 0;
	padding: 0;
}
/*--------------------------------------

	Object Module

---------------------------------------*/

object,
embed {
	margin: 0;
}

.mcenter{margin: 0 auto !important;}.bold{font-weight:bold !important}.normal{font-weight:normal !important}.clear{clear:both !important}.none{display:none !important}.fl{float:left !important}.font10{font-size:10px !important}.font11{font-size:11px !important}.font12{font-size:12px !important}.font13{font-size:13px !important}.font14{font-size:14px !important}.font15{font-size:15px !important}.font16{font-size:16px !important}.font17{font-size:17px !important}.font18{font-size:18px !important}.font19{font-size:19px !important}.font20{font-size:20px !important}.font21{font-size:21px !important}.font22{font-size:22px !important}.font23{font-size:23px !important}.font24{font-size:24px !important}.font25{font-size:25px !important}.font26{font-size:26px !important}.font27{font-size:27px !important}.font28{font-size:28px !important}.font29{font-size:29px !important}.font30{font-size:30px !important}.font31{font-size:31px !important}.font32{font-size:32px !important}.font33{font-size:33px !important}.font34{font-size:34px !important}.font35{font-size:35px !important}.font8{font-size:8px !important}.font9{font-size:9px !important}.fr{float:right !important}.italic{font-style:italic !important}.m10{margin:10px !important}.m15{margin:15px !important}.m20{margin:20px !important}.m25{margin:25px !important}.m30{margin:30px !important}.m35{margin:35px !important}.m40{margin:40px !important}.m45{margin:45px !important}.m5{margin:5px !important}.m50{margin:50px !important}.mb0{margin-bottom:0px !important}.mb10{margin-bottom:10px !important}.mb15{margin-bottom:15px !important}.mb20{margin-bottom:20px !important}.mb25{margin-bottom:25px !important}.mb30{margin-bottom:30px !important}.mb35{margin-bottom:35px !important}.mb40{margin-bottom:40px !important}.mb45{margin-bottom:45px !important}.mb5{margin-bottom:5px !important}.mb50{margin-bottom:50px !important}.mb55{margin-bottom:55px !important}.mb60{margin-bottom:60px !important}.mb65{margin-bottom:65px !important}.mb70{margin-bottom:70px !important}.mb75{margin-bottom:75px !important}.mb80{margin-bottom:80px !important}.ml10{margin-left:10px !important}.ml15{margin-left:15px !important}.ml20{margin-left:20px !important}.ml25{margin-left:25px !important}.ml30{margin-left:30px !important}.ml35{margin-left:35px !important}.ml40{margin-left:40px !important}.ml45{margin-left:45px !important}.ml5{margin-left:5px !important}.ml50{margin-left:50px !important}.mr10{margin-right:10px !important}.mr15{margin-right:15px !important}.mr20{margin-right:20px !important}.mr25{margin-right:25px !important}.mr30{margin-right:30px !important}.mr35{margin-right:35px !important}.mr40{margin-right:40px !important}.mr45{margin-right:45px !important}.mr5{margin-right:5px !important}.mr50{margin-right:50px !important}.mt10{margin-top:10px !important}.mt15{margin-top:15px !important}.mt20{margin-top:20px !important}.mt25{margin-top:25px !important}.mt30{margin-top:30px !important}.mt35{margin-top:35px !important}.mt40{margin-top:40px !important}.mt45{margin-top:45px !important}.mt5{margin-top:5px !important}.mt50{margin-top:50px !important}.mt55{margin-top:55px !important}.mt60{margin-top:60px !important}.oh{overflow:hidden !important}.p10{padding:10px !important}.p15{padding:15px !important}.p20{padding:20px !important}.p25{padding:25px !important}.p30{padding:30px !important}.p35{padding:35px !important}.p40{padding:40px !important}.p45{padding:45px !important}.p5{padding:5px !important}.p50{padding:50px !important}.pb10{padding-bottom:10px !important}.pb15{padding-bottom:15px !important}.pb20{padding-bottom:20px !important}.pb25{padding-bottom:25px !important}.pb30{padding-bottom:30px !important}.pb35{padding-bottom:35px !important}.pb40{padding-bottom:40px !important}.pb45{padding-bottom:45px !important}.pb60{padding-bottom:60px !important}.pb5{padding-bottom:5px !important}.pb50{padding-bottom:50px !important}.pb55{padding-bottom:55px !important}.pb60{padding-bottom:60px !important}.pb65{padding-bottom:65px !important}.pb70{padding-bottom:70px !important}.pb75{padding-bottom:75px !important}.pb80{padding-bottom:80px !important}.pl10{padding-left:10px !important}.pl15{padding-left:15px !important}.pl20{padding-left:20px !important}.pl25{padding-left:25px !important}.pl30{padding-left:30px !important}.pl35{padding-left:35px !important}.pl40{padding-left:40px !important}.pl45{padding-left:45px !important}.pl50{padding-left:50px !important}.pl55{padding-left:55px !important}.pl60{padding-left:60px !important}.pl5{padding-left:5px !important}.pl50{padding-left:50px !important}.pr10{padding-right:10px !important}.pr15{padding-right:15px !important}.pr20{padding-right:20px !important}.pr25{padding-right:25px !important}.pr30{padding-right:30px !important}.pr35{padding-right:35px !important}.pr40{padding-right:40px !important}.pr45{padding-right:45px !important}.pr50{padding-right:50px !important}.pr55{padding-right:55px !important}.pr60{padding-right:60px !important}.pr5{padding-right:5px !important}.pr50{padding-right:50px !important}.pt10{padding-top:10px !important}.pt15{padding-top:15px !important}.pt20{padding-top:20px !important}.pt25{padding-top:25px !important}.pt30{padding-top:30px !important}.pt35{padding-top:35px !important}.pt40{padding-top:40px !important}.pt45{padding-top:45px !important}.pt5{padding-top:5px !important}.pt50{padding-top:50px !important}.pt60{padding-top:60px !important}.tcenter{text-align:center !important}.tleft{text-align:left !important}.tright{text-align:right !important}.dis_b{display: block !important;}

.w5{width:5%;}.w10{width:10%;}.w15{width:15%;}.w20{width:20%;}.w25{width:25%;}.w30{width:30%;}.w35{width:35%;}.w40{width:40%;}.w45{width:45%;}.w50{width:50%;}.w55{width:55%;}.w60{width:60%;}.w65{width:65%;}.w70{width:70%;}.w75{width:75%;}.w80{width:80%;}.w85{width:85%;}.w90{width:90%;}.w95{width:95%;}.w100{width: 100%;}
.lh10{line-height: 1;}.lh11{line-height: 1.1;}.lh12{line-height: 1.2;}.lh13{line-height: 1.3;}.lh14{line-height: 1.4;}.lh15{line-height: 1.5;}.lh16{line-height: 1.6;}.lh17{line-height: 1.7;}.lh18{line-height: 1.8;}.lh19{line-height: 1.9;}.lh20{line-height: 2;}

.ls0{letter-spacing: 0px !important;}.ls1{letter-spacing: 1px !important;}.ls2{letter-spacing: 2px !important;}.ls3{letter-spacing: 3px !important;}</pre></body></html>