<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 reset */
@import "common.css";
/*===============================================

 *	ブラウザリセット

===============================================*/
a:hover img {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0;
}
table {
	font-size: inherit;
}
select, input, textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}
pre, code {
	font: 115% monospace;
 *font-size: 100%;
}
br {
	letter-spacing: normal;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
address, em {
	font-style: normal;
}
strong, th {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
th, td {
	text-align: left;
	border: none;
	font-weight: normal;
}
hr {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, fieldset {
	border: 0;
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
ul, ol, dl {
	margin: 0;
	list-style-position: outside;
	list-style-type: none;
}
li, dt, dd {
	font-size: 100%;
}
dt {
	font-weight: normal;
}
a {
	text-decoration: none;
	outline: none;
}
form, input {
	padding: 0;
	margin: 0;
}
iframe{
	border:none;
}
img{
	display:block;
	height:auto;
	width:100%;
}
/* ----------------------------------
	このサイトオリジナル設定
---------------------------------- */

h1:hover, h2:hover, h3:hover, h4:hover {
}
:focus {
 ?moz-outline-style: none;
}
a {
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/*===============================================
	clearFix	2011/4/26
===============================================*/

.clearfix:before, .clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}


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

 *	fontのクラス

-----------------------------------------------*/
.txt-font12{
	font-size:12px;
}
.txt-font14{
	font-size:14px;
}
.txt-font15{
	font-size:15px;
}
.txt-font16{
	font-size:16px;
}
.txt-font17{
	font-size:17px;
}
.txt-font18{
	font-size:18px;
}
.txt-font19{
	font-size:19px;
}
.txt-font20{
	font-size:20px;
}

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

 *	マージンボトムのクラス

-----------------------------------------------*/
.nmt30{margin-top: -30px !important;}
.mr5{margin-right: 5px !important;}
.mr7{margin-right: 7px !important;}
.mr10{margin-right: 10px !important;}
.mr20{margin-right: 20px !important;}
.mr30{margin-right: 30px !important;}
.mr80{margin-right: 80px !important;}
.mag5 {margin-bottom: 5px !important;}
.mag10 {margin-bottom: 10px !important;}
.mag20 {margin-bottom: 20px !important;}
.mag30 {margin-bottom: 30px !important;}
.mag40 {margin-bottom: 40px !important;}
.mag50 {margin-bottom: 50px !important;}
.mag60 {margin-bottom: 60px !important;}
.mag70 {margin-bottom: 70px !important;}
.mag80 {margin-bottom: 80px !important;}
.mag90 {margin-bottom: 90px !important;}
.center {text-align: center;}
.right {text-align: right;}

/**/
</pre></body></html>