@charset "UTF-8";

#alphaform {
}

#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: 2px;
	-moz-border-radius: 2px;
	behavior: url(PIE.htc);
}

#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 table td.focus {
	background-color: #ffffcc;
}

#alphaform select.error,
#alphaform input.error,
#alphaform textarea.error {
	border: 1px #EE0000 solid;
	background-color: #FFDFDF;
}

#alphaform div.error {
	padding: 2px;
	margin : 0px;
	color: #EE0000;
}

#alphaform table tr.error label {
	background-color: #FFDFDF;
}

.error_box {
    background-color: #feeff9;
    border: 1px solid #ffcccc;
    color: #ee0000;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 5px 0 10px;
    padding: 10px;
}

.error_box ul {
	font-size: 13px;
	margin-left: 30px;
	list-style-type: disc;
}

.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: 100%;
	margin: 0 0 0 10px;
}

#alphaform .button {
	cursor: pointer;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
	text-decoration: none;
	border: 1px solid #003165;
	border-radius: 20px;
	
	background-color: #003165;
	background: #003165 url(../images/arrow-circle-white.png) no-repeat 100% 50%;
	background: url(../images/arrow-circle-white.png) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, from(#236ebf), to(#003165));
	background: url(../images/arrow-circle-white.png) no-repeat 100% 50%, -moz-linear-gradient(top, #236ebf 0%, #003165 100%);
	background: url(../images/arrow-circle-white.png) no-repeat 100% 50%, -ms-linear-gradient(top, #236ebf 0%, #003165 100%);
	
	
}


#alphaform .button:hover {
	background-color: #236ebf;
	background: url(../images/arrow-circle-white.png) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, from(#003165), to(#236ebf));
	background: url(../images/arrow-circle-white.png) no-repeat 100% 50%, -moz-linear-gradient(top, #003165 0%, #236ebf 100%);
	background: url(../images/arrow-circle-white.png) no-repeat 100% 50%, -ms-linear-gradient(top, #003165 0%, #236ebf 100%);
	behavior: url(PIE.htc);
}

#alphaform input[disabled].button,
#alphaform input[disabled].button:hover  {
	cursor: pointer;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
	text-decoration: none;
	border: 1px solid #003165;
	border-radius: 20px;
	background-color: #003165;
	background: #003165 url(../images/arrow-circle-white.png) no-repeat 100% 50%;
	background: url(../images/arrow-circle-white.png) no-repeat 100% 50%, -webkit-gradient(linear, left top, left bottom, from(#236ebf), to(#003165));
	background: url(../images/arrow-circle-white.png) no-repeat 100% 50%, -moz-linear-gradient(top, #236ebf 0%, #003165 100%);
	background: url(../images/arrow-circle-white.png) no-repeat 100% 50%, -ms-linear-gradient(top, #236ebf 0%, #003165 100%);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.50;
}

#alphaform .confirm_button {
	width: 100%;
}

#alphaform .return_button {
	font-size: 100%;
	color: #777777;
	padding: 10px 30px;
	border: 1px solid #BBBBBB;
	background-color: #CCCCCC;
	background: #CCCCCC url(../images/arrow-circle-white-left.png) no-repeat 0% 50%;
	background: url(../images/arrow-circle-white-left.png) no-repeat 0% 50%, -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#EEEEEE));
	background: url(../images/arrow-circle-white-left.png) no-repeat 0% 50%, -moz-linear-gradient(top, #CCCCCC 0%, #EEEEEE 100%);
	background: url(../images/arrow-circle-white-left.png) no-repeat 0% 50%, -ms-linear-gradient(top, #CCCCCC 0%, #EEEEEE 100%);
	behavior: url(PIE.htc);
}

#alphaform .return_button:hover {
	background-color: #DDDDDD;
	background: #DDDDDD url(../images/arrow-circle-white-left.png) no-repeat 0% 50%;
	background: url(../images/arrow-circle-white-left.png) no-repeat 0% 50%, -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#CCCCCC));
	background: url(../images/arrow-circle-white-left.png) no-repeat 0% 50%, -moz-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%);
	background: url(../images/arrow-circle-white-left.png) no-repeat 0% 50%, -ms-linear-gradient(top, #EEEEEE 0%, #CCCCCC 100%);
	behavior: url(PIE.htc);
}

.placeholder {
	color: #999999;
}

#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;
}

#alphaform .action_button {
	margin: 40px auto 15px;
	text-align: center;
}
@media screen and (max-width: 768px) {	
#alphaform .action_button input {
	width: 280px;
}
#alphaform .action_button > div + div {
	margin-top: 10px;
}
}
@media print, screen and (min-width: 769px) {
#alphaform .action_button {
	display: table;
	width: 500px;
}
#alphaform .action_button > div {
	display: table-cell;
}
#alphaform .action_button > div:first-child {
	width: 35%;
	padding-right: 10px;
}
#alphaform .action_button div input {
	width: 100%;
	margin: 0;
}
}