@charset "utf-8";
/* CSS Document */

#alphaform {
	line-height: 1.6;
	margin: 0 auto;
}

#alphaform input,
#alphaform label,
#alphaform select {
	vertical-align: middle;
}

#alphaform input.text,
#alphaform select.select,
#alphaform textarea.textarea {
	padding: 5px;
	border: 1px solid #DCDDDD;
	border-top-color: #ADADAD;
	border-left-color: #ADADAD;
	font-size: 13px;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#alphaform input[type="radio"] {
	margin: 0 5px 0 3px;
}

#alphaform input[type="checkbox"] {
	margin: 0 5px 0 3px;
}

#alphaform input[type=text]:focus,
#alphaform textarea:focus,
#alphaform select:focus {
	border: red 1px solid;
}

#alphaform select.error,
#alphaform input.error,
#alphaform textarea.error {
	border: 1px #EE0000 solid;
	background-color: #FFDFDF;
}

#alphaform div.error {
	padding-bottom: 3px;
	margin : 0px;
	color: #EE0000;
}

.error_box {
	font-weight: bold;
	line-height: 160%;
	font-size: 1.6rem;
	border: 1px #FFCCCC solid;
	background-color: #FEEFF9;
	color: #EE0000;
	padding: 10px;
	margin: 5px 0px 10px 0px;
}

.error_box ul {
	font-size: 13px;
	margin-left: 20px;
	list-style-type: disc;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.error_box li {
	display: list-item;
}

.error_box a {
	color: #EE0000;
	text-decoration: underline;
}

#alphaform .tani {
	margin-left: 2px;
}

#alphaform .memo_top {
	font-size: 90%;
	margin: 0 0 0 5px;
}

#alphaform .memo_bottom {
	/* font-size: 90%; */
	margin: 3px 0 0 5px;
}

#alphaform .memo_right {
	/* font-size: 90%; */
	margin: 0 0 0 10px;
}

#alphaform .action_button {
	margin: 20px auto 15px auto;
	text-align: center;
	display: table;
	width: 80%;
	box-sizing: border-box;
}
#alphaform .action_button > div {
	display: table-cell;
}
#alphaform .action_button > div:first-child {
	width: 35%;
	padding-right: 10px;
}

#alphaform .button {
	cursor: pointer;
	color: white;
	font-size: 1.6rem;
	font-weight: bold;
	text-shadow:1px 1px 1px #0cb198;
	padding: 13px 15px;
	text-decoration: none;
	border: 1px solid #0cb198;
	border-radius: 30px;
	background-color: #37cdb6;
	background: -webkit-gradient(linear, left top, left bottom, from(#37cdb6), to(#0cb198));
	background: -moz-linear-gradient(top, #37cdb6 0%, #0cb198 100%);
	box-sizing: border-box;
	width: 100%;
}

#alphaform .button:hover {
	background:-webkit-gradient(linear, left top, left bottom, from(#0cb198), to(#37cdb6));
	background:-moz-linear-gradient(top, #0cb198 0%, #37cdb6 100%);
}
#alphaform input[disabled].button,
#alphaform input[disabled].button:hover {
	color: white;
	font-size: 1.6rem;
	font-weight: bold;
	text-shadow:1px 1px 1px #0cb198;
	padding: 13px 15px;
	text-decoration: none;
	border: 1px solid #0cb198;
	border-radius: 30px;
	background-color: #37cdb6;
	background: -webkit-gradient(linear, left top, left bottom, from(#37cdb6), to(#0cb198));
	background: -moz-linear-gradient(top, #37cdb6 0%, #0cb198 100%);
	box-sizing: border-box;
	width: 100%;order-box;
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.50;
}

#alphaform .return_button {
	font-weight: normal;
	text-shadow: none;
	border: 1px solid #8C8C8C;
	background-color: #8C8C8C;
	background: url(/common/images/arrow-circle-white-left.png), -webkit-gradient(linear, left top, left bottom, from(#D3D3D3), to(#8C8C8C));
	background: url(/common/images/arrow-circle-white-left.png), -moz-linear-gradient(top, #D3D3D3 0%, #8C8C8C 100%);
	background-repeat: no-repeat;
	background-position: left 15px center, 100%;
	box-sizing: border-box;
	width: 100%;
}

#alphaform .return_button:hover {
	background-color: #b0b0b0;
	background: url(/common/images/arrow-circle-white-left.png), -webkit-gradient(linear, left top, left bottom, from(#8C8C8C), to(#D3D3D3));
	background: url(/common/images/arrow-circle-white-left.png), -moz-linear-gradient(top, #8C8C8C 0%, #D3D3D3 100%);
	background-repeat: no-repeat;
	background-position: left 15px center, 100%;
}


#alphaform .question {
	box-sizing: border-box;
	padding: 8px;
	display: table;
	width: 100%;
}

#alphaform .answer {
	padding: 8px;
}
#alphaform dd.focus {
	background-color: #FFFFCC;
}
#alphaform .question .icon {
	width: 35px;
	display: table-cell;
}
#alphaform .question .hissu, #alphaform .question .nini {
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
	width: 35px;
	text-align: center;
	padding: 5px 5px;
	box-sizing: border-box;
}
#alphaform .question .text {
	display: table-cell;
	padding: 3px 10px;
}

#alphaform .boxShort {
	width: 30%;
}

#alphaform .boxMiddle {
	width: 50%;
}

#alphaform .boxLong {
	width: 95%;
}

#alphaform .label {
	padding: 15px 5px 5px 0px;
	color: #193196;
	font-size:1.2em;
	font-weight:bold;
}

#att{
	width:90%;
	margin:20px auto 0 auto;
	border: 1px #EE0000 solid;
	background-color: #FFDFDF;
	padding:5px;
	line-height:1.3em;
}

#att .title{
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	padding:5px 0;
	margin-bottom:10px;
	background-color: #EE0000;
}                             
#alphaform textarea{ 
	width:100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
