@charset "UTF-8";
/*文字の大きさ参考（13px基準）
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 124%    17px = 131%
 18px = 139%    19px = 147%    20px = 154%    21px = 162%
 22px = 170%    23px = 177%    24px = 185%    25px = 193%
 26px = 200%    27px = 208%    28px = 216%    29px = 224%
 30px = 231%
*/
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%;
	/*font: inherit;
	vertical-align: baseline;*/
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}
audio,canvas,video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
ol,ul {
	list-style: none;
}
caption {
	text-align: left;
}
abbr,acronym {
	font-variant: normal;
}
address,caption,cite,code,dfn,em,strong,var,b {
	font-style: normal;
	font-weight: normal;
}
sub,sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
q {
    quotes: none;
}
hr {
	color: inherit;
	height: auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
pre {
	font-family: monospace, sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code,samp,kbd {
	font-family: monospace, sans-serif;
}
/*==================================================
初期設定
==================================================*/
optgroup {
	background-color: #ffffcc;
	color: #000000;
}
option {
	background-color: #ffffff;
}
img {
	vertical-align: top;
}
svg:not(:root) {
    overflow: hidden;
}
:focus {
	outline: 0;
}
input,button,textarea,select {
	font-size: 100%;
}
input[type="checkbox"],input[type="radio"] {
	vertical-align: middle;
}
textarea {
	overflow: auto;
}
/*==================================================
全体構造
==================================================*/
body {
	color: #333;
	background: #fff;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","メイリオ","Hiragino Kaku Gothic Pro",Arial,Osaka,Sans-Serif;
}
/* for IE6 */
* html body{
	font-size: 82%;
}
/* for IE7 */
*:first-child + html body{
	font-size: 82%;
}
/* for IE8 */
html>/**/body {
	font-size/*\**/: 82%\9;
}
/* for IE9 */
body:not(:target){
	font-size: 82%\9;
}
/*========== リンク ==========*/
a:link {
	text-decoration: none; 
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #660099;
}
a:hover {
	text-decoration: none;
	color: #ff6633;
}
a:active {
	text-decoration: none;
	color: #ff6633;
}

/*========== container ==========*/
#container {
	margin: auto;
	text-align: left;
	width: 600px;
}
#container h1 {
	margin: 20px 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 1.2em;
}
#container p {
	text-align: left;
}

/*========== aform ==========*/
.aform .aform-content dl{
	margin: -1px 0 0;
	padding: 0;
	clear: both;
	zoom:1;
	overflow: hidden;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.aform .aform-content dl dt{
	float:left;
	width: 200px;
	padding: 10px;
	background: #eee;
	border-right: 1px solid #ccc;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

.aform .aform-content dl.required dt{
	border-right: 3px solid #c00;
}

.aform .aform-content dl dd{
	margin-bottom: 0;
	padding: 10px 10px 10px;
	zoom:1;
	overflow:hidden;
	text-align: left;
}

.aform .aform-content dl dt span.required{
	float:right;
	font-size: 70%;
	padding: 0px 2px;
	border-radius: 3px;
}


.aform .aform-content ul,
.aform .aform-content li,
.aform .aform-content div,
.aform .aform-content dl p{
	list-style:none;
	margin:0;
}
