/* http://yui.yahooapis.com/3.0.0/build/cssreset/reset-min.css */

html { color:#000; background:#fff; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin:0;padding:0; }
table { border-collapse:collapse;border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;font-weight:normal; }
li { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0;font-variant:normal; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input,textarea,select { font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select { *font-size:100%; }
legend { color:#000; }


/* http://yui.yahooapis.com/3.0.0/build/cssfonts/fonts-min.css */

body { font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small; }
select,input,button,textarea { font:99% arial,helvetica,clean,sans-serif; }
pre,code,kbd,samp,tt { font-family:monospace;*font-size:108%;line-height:100%; }


/* HTML5 */

section, nav, article, aside, hgroup, header, footer, address { display:block; }


html { overflow-x:hidden; }

body {
	line-height:1.5;
	background:darkgray;
}

a {
	color: #777777;
	text-decoration:none;
}

header {
	padding:20px 32px;
	border-bottom:solid 2px #fff;
	margin:2px 0;
	background:#FFF;
}

header * {
	margin:0;
	display:block;
}

.top_image {
	border-top:solid 2px #fff;
	border-bottom:solid 2px #fff;
	margin:2px 0;
	background:#ffFFFF;
}

.top_image img { 
	display:block; 
	margin: 0 auto;
}

.top_note {
	border-top:solid 2px #fff;
	padding:32px 26px;
	overflow:hidden;
}

.group {
	border-top:solid 1px silver;
	border-bottom:solid 1px silver;
}

h2 {
	border-bottom:solid 2px #fff;
	margin-bottom:2px;
	padding:24px 20px;
	font-size:1.4em;
	font-weight:bolder;
}

h3 {
	border-bottom:solid 1px #333;
	margin-top:5px;
	font-weight:normal;
	color:#333;
}

.toyo_seiyo h2{
	background:#CCCCCC;
	margin-top:10px;
	margin-bottom:2px;
	padding:0px;
	font-size:1.4em;
	font-weight:bolder;
}

section ul {
	border-top:solid 2px #fff;
	margin-top:2px;
	overflow:hidden;
}

section li { overflow:hidden; }


.list_gazou li { padding:14px 16px 14px 18px; }

.list_gazou a {
	color: #000;
	text-decoration:none;
}

.thumbnail {
	float:left;
	width:100px;
}

.arrow {
	float:right;
	width:22px;
}

.list_gazou .explain {
	margin-left:116px;
	margin-right:26px;
}

.list_link li { padding:30px 22px; }

.list_link a {
	color: #777777;
	text-decoration:none;
}

.list_button { padding:16px 0 16px 16px; }

.list_button li {
	display:block;
	float:left;
	width:193px;
	margin-right:10px;
	padding:10px 0;
	text-align:center;
	border:solid 2px silver;
	border-radius: 18px;
}

.list_button a {
	color: #777777;
	text-decoration:none;
	font-size:1.6em;
	text-shadow:lightgray 2px 0 2px;
}

footer {
	padding:32px 30px 32px 40px;
	background:lightgray;
	text-align:center;
}

footer a {
	color: #777777;
	text-decoration:none;
	#fff-space:nowrap;
}

footer a { margin-right:10px; }

footer a:last-child { margin-right:0; }

address {
	padding:12px 0;
	border-top:solid 2px silver;
	text-align:center;
	color:#fff;
	background:dimgray;
}

.contents {
	border-top:solid 2px #fff;
	padding:18px 16px;
	margin:2px 0;
	overflow:hidden;
}

.align_left {
	display:block;
	float:left;
	margin:0 20px 20px 0;
}

.align_right {
	display:block;
	float:right;
	margin:0 0 20px 20px;
}

table {
	border-collapse:collapse;
	width:100%;
	font-size:20px;
}

th, td {
	vertical-align:middle;
	border:solid 1px #CCC;
	padding:3px 3px;
}

th {
	background:#EEE;
	text-align:center;
}

.form {
	width:80%;
	background:#FFF;
	padding-left:10px;
	font-size:20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.form p {
	padding-top:20px;
}

.form_text {
	border:0;
	padding:10px;
	font-size:20px;;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	width:300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

.form_button {
	border:solid 1px #ccc;
	padding:15px 30px;
	font-family:Arial, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#70abff), to(#4f80ff));
	background-image: -webkit-linear-gradient(top, #70abff, #4f80ff);
	background-image: -moz-linear-gradient(top, #70abff, #4f80ff);
	background-image: -ms-linear-gradient(top, #70abff, #4f80ff);
	background-image: -o-linear-gradient(top, #70abff, #4f80ff);
	background-image: linear-gradient(top, #70abff, #4f80ff);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70abff', endColorstr='#4f80ff',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.back_button {
	border:solid 1px #ccc;
	padding:15px 30px;
	font-family:Arial, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
	background-image: -webkit-linear-gradient(top, #ddd, #aaa);
	background-image: -moz-linear-gradient(top, #ddd, #aaa);
	background-image: -ms-linear-gradient(top, #ddd, #aaa);
	background-image: -o-linear-gradient(top, #ddd, #aaa);
	background-image: linear-gradient(top, #ddd, #aaa);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.back_button_small {
	border:solid 1px #ccc;
	padding:5px 5px;
	margin:10px 0;
	color:#FFF;
	cursor:pointer;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
	background-image: -webkit-linear-gradient(top, #ddd, #aaa);
	background-image: -moz-linear-gradient(top, #ddd, #aaa);
	background-image: -ms-linear-gradient(top, #ddd, #aaa);
	background-image: -o-linear-gradient(top, #ddd, #aaa);
	background-image: linear-gradient(top, #ddd, #aaa);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}


input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -5px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #4f80ff;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #70abff),
        color-stop(1.00, #4f80ff)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #70abff 0%,
        #4f80ff 100%
    );
    border: 1px solid #4f80ff;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
	
	




input[type="radio"] {
    border: 1px solid #aaaaaa;
    vertical-align: -5px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input[type="radio"]:checked {
    /*Other Browser*/
    background: #4f80ff;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #70abff),
        color-stop(1.00, #4f80ff)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #70abff 0%,
        #4f80ff 100%
    );
    border: 1px solid #4f80ff;
}

input[type="radio"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

	
	
	
.error {
	color:red;
	font-weight:bold;
	margin-left:10px;
}

.agenttable tr {
	font-size:12px;
}

.agenttable td {
	font-size:12px;
}

.ordertable th {
	width:200px;
}

.answer {
	height:40px;
}


.stats{width:300px;}
.stats span{font-family: arial; display: block; font-weight: bold; float: left; width:40px; line-height: 40px; height: 40px; text-align: center;border: 1px solid #eee; }
.stats input{float: left; margin: 14px 5px 0 5px; cursor: pointer; width: 162px}
.stats ul li{border:1px solid #ccc; margin:10px 0;}

.conditiontable td {
	width:20%;
	text-align:center;
}

.conditiontable th {
	width:40%;
	background:#FFF;
	text-align:left;
}


.conditionsign td {
	text-align:center;
}

.conditionsign_selected {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#70abff), to(#4f80ff));
	background-image: -webkit-linear-gradient(top, #70abff, #4f80ff);
	background-image: -moz-linear-gradient(top, #70abff, #4f80ff);
	background-image: -ms-linear-gradient(top, #70abff, #4f80ff);
	background-image: -o-linear-gradient(top, #70abff, #4f80ff);
	background-image: linear-gradient(top, #70abff, #4f80ff);
}