<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #ddd;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ol,ul {
	list-style: none ;
}




/* CSS STYLE */

* {
	-webkit-box-sizing: border-box ;
	-moz-box-sizing: border-box ;
	-o-box-sizing: border-box ;
	-ms-box-sizing: border-box ;
	box-sizing: border-box ;
}

html, body {
	position: relative;
	height: 100%;
}

body, select, input, button, textarea {
	font-family: 'Poppins','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important ;
	-webkit-text-size-adjust: 100% ;
}
body {
	width: 100% ;
	background: #fff;
	line-height: 1.8 ;
	font-size: 14px ;
	color: #5f6a7d;
}

a:link,
a:visited {
	color: #3193cc;
	text-decoration: none ;
}

h1, h2, h3, h4, h5, h6 {
	color: #2e3b4e;
}

p,li,dd,td {
}

table {
	font-size: inherit ;
	font: 100% ;
}

img {
	border : none ;
	vertical-align: bottom ;
	-ms-interpolation-mode: bicubic ;
}

form {
}
select,input,textarea,option {
	vertical-align: middle ;
}

hr {
	clear: both;
	background: #ffffff;
	color: #ffffff;
	border-top: 0px none #ffffff;
	border-right: 0px none #ffffff;
	border-left: 0px none #ffffff;
	border-bottom: 1px solid #d1d1d1;
}

address {
}

em {
	font-style: normal ;
	font-weight: bold ;
}
strong {
	font-weight: bold ;
}
big {
	font-size: 1.2em ;
	font-weight: normal ;
}
small {
	font-size: 0.82em ;
}

sup {
	font-size: 60%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
sub {
	font-size: 60%;
	vertical-align: bottom;
	position: relative;
	bottom: -0.1em;
}




/* Common STYLE */

#modal-background {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	margin: 0;
	padding: 0;
	z-index: 2000;
	cursor: pointer;
}
#modal-background:before {
	content:"";
	position: absolute;
	top: 17px;
	right: 5px;
	width: 30px;
	border-top: 2px solid #fff;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	z-index: 1;
}
#modal-background:after {
	content:"";
	position: absolute;
	top: 17px;
	right: 5px;
	width: 30px;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
}
#modal-item {
	display: none;
	position:fixed;
	top: 50%;
	left: 50%;
	border: 2px solid #fff;
	width: 90%;
	max-width: 1024px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 10000;
 	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	cursor: pointer;
}


.mw_wp_form_input .conf {
	display:none;
}
.mw_wp_form_preview .input {
	display:none;
}</pre></body></html>