@charset "utf-8";
/* CSS Document */

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;
	padding:0 15px 10px 15px;
}

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;
}


/* STYLEt */
body {
	font:14px/1.231; /*"ヒラギノ角ゴ Pro W3";*/
	text-align: center;
	line-height: 100%;
}
h2 {
	font-size: 90%;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	color: #00a0e9;
	background-color:#d6f0fb;
	margin: 10px auto 10px;
	text-align: left;
}
h3 {
	font-size: 90%;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	color: #00a0e9;
	margin: 5px auto;
	text-align: left;
	border-bottom:1px solid #c2c2c2;

}
#wrap {
	width: 320px;
	margin: 0 auto;
}
nav {
	font-size: 107%;
	margin: 15px auto 0;
	padding:20px 0 10px 0;
	background-color:#dee1e5;
}
nav li {
	width: 140px;
	text-align: center;
	float: left;

}
nav li#bt-submit {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	background-color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffc27b), to(#e06e00));
	border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 3px 3px #aaaaaa;
	-webkit-box-shadow: 0 3px 3px #aaaaaa;

}
nav li:last-child {
	float: right;
}
nav li#nonfloat {
	margin: 0 auto;
	float: none;
	
}
nav li a {
	display: block;
	width: 100px;
	padding:0;
}


section.qbase {
	width: 320px;
	border: solid 1px #fff;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e1e1));
	border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 2px 4px #929292;
	-webkit-box-shadow: 0 2px 4px #929292;
	
}

section#qbase div.qbase-inner {
	text-align: left;
	font-size: 12px;
	padding: 0 20px;
	
}

section#qbase div.qbase-inner2 {
	text-align: left;
	font-size: 12px;
	padding: 0 20px;
	margin:5px 0 0 0;
	clear:both;
	
}

section#qbase div.qbase-inner2 .column-left {
	width:100%;
	text-align: left;
	font-size: 13px;
	padding-right: 10px;	
	clear:both;
}
section#qbase div.qbase-inner2 .column-right {
	text-align: left;
	font-size: 13px;
	width:100%;
	clear:both;
	
}
p#notice { 
	font-size: 12px;
	text-align: left;

}
textarea {
	width: 260px;
	resize: none;
	margin-bottom: 5px;
}



section, nav { margin-bottom: 0.7em; }
p {	margin-bottom: 0.7em; }
p.des {
	text-align: left;
	font-size: 13px;
	
}
section p:last-child { margin-bottom: 0; }
aside {
	font-size: 12px;
	color:#6a6a6a;
	background-color: #fff4e7;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	border: solid 1px #e2e2e2;
	padding: 10px;
	margin: 10px 0;
}
ul#entered {
	text-align: left;
	margin: 0 0 0 20px;
	
}
ul#entered li {	width: 250px; }





/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/* form */
.formTextS {
  width:100px;
}

.formTextSS {
  width:60px;
}

.formTextL {
  width:280px;
}

.formTextLL {
  width:280px;
}

.comment {
  font-size:80%;
  color:#F00;
}

.comment2 {
  font-size:80%;
}

#card {
  text-align:center;
  background-color:#FFF;
  color:#000;
  font-weight:normal;
}

#card-info {
  margin:10px 0 0 0;
  text-align:center;
  background-color:#FFF;
  color:#000;
  font-weight:normal;
}
