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

	--style.css--

	1. Style setting
		1-1. FontColor styles
		1-2. Headline styles

	2. Layout setting
		2-1. Base styles
		2-2. Header styles
		2-3. Footer styles

****************************************************************** */

/*==================================================================
	1. Style setting
===================================================================*/

/* ------------------------------------------------------------------
	1-1. FontColor styles
-------------------------------------------------------------------*/
a:link, a:visited { color:#06C; }
.touchHover,
.noTapColor,
button { -webkit-tap-highlight-color:rgba(0,0,0,0); }


/* ------------------------------------------------------------------
	1-2. Headline styles
-------------------------------------------------------------------*/
#description img {
	width:auto;
	height:19px;
}
.headline1 {
	margin-bottom:15px;
	padding:6px 13px;
	background:#E7E6E4;
}
.headline1 img {
	display:inline-block;
	width:33px;
	vertical-align:middle;
}
.headline1 span {
	display:inline-block;
	padding:2px 0 0 10px;
	font-size:19px;
	font-weight:bold;
	vertical-align:middle;
}
.headline2 {
	background:url(/sp/img/about/icon_square.gif) no-repeat 0 50%;
	-webkit-background-size:12px 12px;
	-moz-background-size:12px 12px;
	background-size:12px 12px;
	margin-bottom:5px;
	padding-left:18px;
	color:#A88B59;
	font-weight:bold;
	font-size:16px;
	line-height:1.5;
}


/*==================================================================
	2. Layout setting
===================================================================*/

/* ------------------------------------------------------------------
	2-1. Base setting
-------------------------------------------------------------------*/

/* ------------------------------------------------------------------
	2-2. Header styles
-------------------------------------------------------------------*/
#header {
	padding:0px 0px;
	text-align:center;
	background:#000;
}

/* ------------------------------------------------------------------
	2-3. Footer styles
-------------------------------------------------------------------*/
#footer {
	padding:0 15px 15px;
}
#footer #footerInner {
	border-top:2px solid #B2B2B3;
	padding-top:15px;
}
#footer #footerInner a {
	color:#000;
	text-decoration:none;
}
#footer p {
	color:#000;
	font-weight:bold;
}
#footer p.button {
	padding-top:15px;
}
#footer p.button a {
	background:#f6f6f6;
	background:-moz-linear-gradient(top, #f6f6f6 0%, #cccccc 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#cccccc));
	background:-webkit-linear-gradient(top, #f6f6f6 0%,#cccccc 100%);
	background:-o-linear-gradient(top, #f6f6f6 0%,#cccccc 100%);
	background:-ms-linear-gradient(top, #f6f6f6 0%,#cccccc 100%);
	background:linear-gradient(to bottom, #f6f6f6 0%,#cccccc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#cccccc',GradientType=0 );
	border:1px solid #ccc;
	border-radius:4px;
	color:#666 !important;
	display:inline-block;
	font-weight:bold;
	font-size:20px;
	padding:8px 0;
	text-align:center;
	text-decoration:none;
	width:100%;
}</pre></body></html>