@charset "EUC-JP";
/* ==================================================
reset
================================================== */
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:top;
	background:transparent;
	font-family: メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body {
	margin:0;
	padding:0;
	font-size:92.8%;
	line-height:1.6;
	color:#333333;
	background-color:#FFFFFF;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
noscript {
	text-align:center;
}
form,
input,
select,
textarea {
	font-size:100%;
	vertical-align:middle;
	font-family: メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
input,
select {
	vertical-align:middle;
}
a,
a:link,
a.skip {
	color:#774112;
	background-color:transparent;
}
a:hover {
	color:#FF0033;
	background-color:transparent;
}
img {
	border:none;
	vertical-align:top;
	max-width:100%;
	height:auto;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ul {
	margin:0 0 2em 2em;
}
/* ==================================================
Layout
================================================== */
#wrapper {
	margin: 0 auto;
	min-width: 1240px;
	width:98%;
}
.login #wrapper {
	width:600px;
	min-width:auto;
}
.form #wrapper {
	margin:20px auto;
	width:980px;
	min-width:auto;
	border:5px solid #f4f4f4;
	padding:20px;
}
.form #wrapper #wrap_heading {
	background-color:#C00;
	color:#ffffff;
	font-weight:bold;
	font-size:1.2rem;
	text-align:center;
	margin:0 0 10px;
}
.form #wrapper #wrap_heading a {
	padding:10px;
	text-decoration:none;
	display:block;
	color:#ffffff;
}
#footer {
	text-align:center;
}
#footer address {
	font-style:normal;
	font-size:85.7%;
}
#used_func {
	padding:20px;
	background-color:#f4f4f4;
	margin:0 0 20px;
}
#used_func h2 {
	font-size:114.3%;
	padding:4px 10px;
	text-align:center;
	background-color: #EBEBF5;
	margin:0 0 20px;
}
#used_func table {
	width:100%;
	margin:0 0 10px;
}
#used_func table caption {
	text-align:left;
	font-weight:bold;
	padding:2px 0 0 10px;
	margin:0 0 8px;
	border-left:5px solid #F60;
	line-height:1;
}
#used_func table th,
#used_func table td {
	text-align:left;
	vertical-align:top;
	padding:10px;
	border:1px solid #ccc;
	background-color:#fff;
}
#used_func table th {
	width:150px;
	background-color: #EBEBF5;
}
#used_func table th.info {
	background-color: #FFFFE3;
	color: #F60;
}
/* ==================================================
contents
================================================== */
/* list_table
================================================== */
.list_table {
	width:100%;
	margin:0 0 20px;
	clear:both;
}
.list_table th,
.list_table td {
	padding:10px;
	border:1px solid #ccc;
}
.list_table th {
	background:#eee;
	color:#444;
	width:130px;
}
.list_table td {
	background:#fff;
}
.list_table td p {
	margin-bottom:10px;
}
.list_table input[type="text"],
.list_table textarea {
	width:90%;
	padding:5px 10px;
}
/* msg
================================================== */
.msg {
	margin:0 0 1em;
	font-weight:bold;
}
.msg1 {
	color:#F00;
}
.msg2 {
	color:#0000FF;
}
.msg3 {
	color:#F00;
}

/* ==================================================
clearfix
================================================== */
#wrapper:after {
	content: ""; 
	display: table;
	clear: both;
}
