<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, 
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, 
fieldset, figcaption, figure, form, footer, 
header, hgroup, h1, h2, h3, h4, h5, h6, html, 
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby, 
s, samp, section, main, small, span, strike, strong, sub, summary, sup, 
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video { 
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main { 
	display: block;
}
								  
ol, ul { 
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

table { 
	border-collapse: collapse;
	border-spacing: 0;
}

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* form elements */
input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
*input[type="checkbox"] {vertical-align: baseline;}
_input {vertical-align: text-bottom;}
select, input, textarea {font: 99% sans-serif;}

/* hand cursor on clickable elements */
label, 
input[type="button"], 
input[type="submit"], 
input[type="file"], 
button {cursor: pointer;}



/* WebFont SETTINGS
----------------------------------------------------------------------------------------------------*/
/*
 * "AozoraMincho" licensed under the IPA Font License Agreement v1.0
 * http://blueskis.wktk.so/AozoraMincho/�磯搨遨ｺ譏取悃縺ｮURL��
 * http://blueskis.wktk.so/AozoraMincho/licence.html�磯搨遨ｺ譏取悃縺ｮ繝ｩ繧､繧ｻ繝ｳ繧ｹURL��
 * http://ipafont.ipa.go.jp/��IPA繝輔か繝ｳ繝医�URL��
 * http://ipafont.ipa.go.jp/ipa_font_license_v1.html��IPA繝輔か繝ｳ繝医Λ繧､繧ｻ繝ｳ繧ｹv1.0縺ｮURL��
 * This "AozoraMinchoCustom" is segmented for using character set on this site by "cfors.net".
 */
@font-face {
	font-family: "MinchoMedium";
	src: url("AozoraMinchoMediumCustom.eot?") format('eot'),
	url("AozoraMinchoMediumCustom.woff2") format('woff2'),
	url("AozoraMinchoMediumCustom.woff") format('woff');
}
@font-face {
	font-family: "MinchoBold";
	src: url("AozoraMinchoBoldCustom.eot?") format('eot'),
	url("AozoraMinchoBoldCustom.woff2") format('woff2'),
	url("AozoraMinchoBoldCustom.woff") format('woff');
}


/* MY SETTINGS
----------------------------------------------------------------------------------------------------*/
/* JP-RESET STYLES */
html { line-height: 1; }
body {
/*
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MinchoMedium", "貂ｸ譏取悃", YuMincho, "�ｭ�ｳ 譏取悃", serif;
*/
font-family: "Meiryo UI", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ 繧ｴ繧ｷ繝�け", sans-serif;
letter-spacing: 0.5px;

	line-height: 1.4;
-webkit-text-size-adjust: 100%;
color: #333333;
}

@media (max-width:767px) { body{
	letter-spacing: 0;
} }
img{ line-height: 0; }
object,embed{ outline: none; border: 0 none; }
a img{
border: none;
pointer-events: none;
}
iframe{ border: 0 none; }



/* COMMON SETTINGS */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.csshover{
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.csshover img{
	display: inline-block;
	transition: opacity .3s ease-out;
}
.csshover:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

@media (max-width: 767px) {
	.csshover:hover img{
		opacity:1;
	}
}




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