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

  info_frm.css
  
  Author: yo_ito
  date: 2013-09-30
  Version: 1.0
  
*********************************/

/********************************
 =Reset
********************************/

@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	word-wrap: break-word;
}
body {
	line-height: 1;
	font-size: 0.87em;
	font-weight: normal;
}
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;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
	font-weight: normal;
}
a, a:hover, a:visited {
	text-decoration: none;
	text-shadow: none;
	font-weight: normal;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}
audio,canvas,video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
  padding:0 15px;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	background: transparent;
	vertical-align: bottom;
}

/********************************
 =general
********************************/

body {
  font-family: "Hiragino Kaku Gothic Pro", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Meiryo", "繝｡繧､繝ｪ繧ｪ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1.2em;
  background-color: #eee;
}
#content {
  width: 100%;
  margin: 3% auto;
  max-width: 750px;
}
[data-role="content"] {
  padding: 20px 0;
}
h1 {
  color: #333;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
  padding: 0 10px;
}
h2 {
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  margin: 20px 0 10px;
  padding-left: 2.2em;
  line-height: 1.5em;
}
h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.5em;
  width: 1.5em;
  height: 1.5em;
  background-color: #333;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.375em;
  left: 0.85em;
  width: 0.75em;
  height: 0.75em;
  background-color: #eee;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type="text"],input[type="email"],input[type="password"],textarea {
  font-size: 100%;
  width: 95%;
  padding: 10px 5px;
  background: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 8px;
  border: 1px solid #AAAAAA;
  -moz-box-shadow: 1px 1px 2px #D4D4D4;
  -webkit-box-shadow: 1px 1px 2px #D4D4D4;
  box-shadow: 1px 1px 2px #D4D4D4;
}
p.caption {
  padding: 10px;
}
p.attention {
  color: red;
  padding: 0 10px 10px;
  text-align: left;
  line-height: 1.4em;
}
.center {
  text-align: center;
}
.red {
  color: red;
}
input[type="submit"],input[type="reset"],.cssButton {
  color: #030303;
  font-size: 1.2em;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
  margin: 10px;
  width: 70%;
  position: relative;
  background: -moz-linear-gradient( top, #ffffff 0%, #ebebeb 50%, #dbdbdb 50%, #b5b5b5);
  background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), color-stop(0.50, #ebebeb), color-stop(0.50, #dbdbdb), to(#b5b5b5));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #949494;
  -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,1);
  -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,1);
  box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,1);
  text-shadow: 0px -1px 0px rgba(000,000,000,0.2), 0px 1px 0px rgba(255,255,255,1);
}
input[type="reset"] {
  font-size: 0.8em;
  width: 30%;
}
div.privacy {
  margin: 5px;
  padding: 8px;
  border: solid 2px #666;
}
fieldset {
  text-align: center;
  border-bottom: solid 1px #666;
}
fieldset legend {
  width: 100%;
  padding: 10px 0 5px;
  margin-bottom: 8px;
  text-indent: 10px;
  text-align: left;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #999;
  background-color: #bbb;
}
fieldset legend small {
  color: #666;
  font-size: 0.8em;
  margin-left: 10px;
}
section fieldset:last-of-type {
  border-bottom: none;
}
select[name^="sUse"] {
  padding: 0.2em;
  margin: 0 0 0.8em 0.8em;
}
#submit_area li{
  text-align: center;
}
#footer ,
footer {
  text-align: center;
  margin-top: 20px;
}
#footer a ,
footer a {
  color: #000;
}
</pre></body></html>