/* for body */
body {
	font-size: 100%;
	background: #fff;
	color: #000;
	font-family: Verdana,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", serif;
}

/* for table */
table.form {
	border: 1px solid #aaa;
	border-collapse: collapse;
	margin-top: 1em;
    width: 98%;
}
table.form th {
	text-align: left;
	border: 1px solid #aaa;
	padding: 1px;
	font-weight: normal;
}
table.form td {
	text-align: left;
	border: 1px solid #cccce6;
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background: #cccce6;
}
table.form td {
	background: #f0f0f0;
}

/* for title */
strong.ttl {
	text-align: left;
	border-left: solid 4px #cc0000;
	display: block;
	padding: 2px 5px;
	margin-top: 0.5em;
    font-size: 105%;
}

/* for message */
p.msg {
	color: #777;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* for back-button */
form.back {
	margin-top: 2em;
}


div.form01 {
	margin: 10px 0px 20px 0px;
}

div.label02 {
display: inline;
padding: 1px 2px 2px 2px;
font-size: 65%;
font-weight: bold;
color: #fff;
border-radius: 2px;
margin: 0px 0 0px 7px;
vertical-align:middle;
background-color: #7b1820;
line-height: 1.9;
}


.label03 {
display: block;
width: 100%;
height: 30px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.label03:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.label03::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.label03:-ms-input-placeholder {
    color: #999;
}

.label03::-webkit-input-placeholder {
    color: #999;
}

.label03[disabled], .label03[readonly], fieldset[disabled] .label03 {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

textarea.label03 {
    height: auto;
}

.sp01 {
   width: 65%;
}

.btn-sp01 {
    color: #fff !important;
    background-color: #428bca !important;
    border-color: #357ebd !important;
}

.btn-sp01:hover, .btn-sp01:focus, .btn-sp01:active, .btn-sp01.active {
    color: #fff !important;
    background-color: #3276b1 !important;
    border-color: #285e8e !important;
}


.btn {display: inline-block !important;
margin-bottom: 0 !important;
text-align: center !important;
vertical-align: middle !important;
cursor: pointer !important;
border: 1px solid transparent !important;
white-space: nowrap !important;
padding: 6px 12px !important;
font-size: 14px !important;
line-height: 1.4 !important;
border-radius: 4px !important;
text-decoration: none !important;
}

div.control-label {
font-size: 100%;
font-weight: bold;
}


input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    content: "";
    background-color: white;
    border: 1px solid #000;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
    top:-2px;
    margin-right:.5em;
}

input[type="radio"]:checked{
  background-image: radial-gradient(circle at 50% 50%, #0074fe 40%, transparent 50%);
}


