body {
    margin: 0;
    padding: 0 20px;
    line-height: 1.67;
    color: #333;
    position: relative;
    background-color: #f6f6f6;
    text-shadow: 0 1px 0 #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
h1, h2, h3, h4, p {
    font-size: 100%;
}
.tenpo-name {
    position: relative;
    margin: 0 -20px;
    text-align: center;
    border-bottom: 2px solid #ddd;
    background-color: #fff;
}
h1 {
    position: relative;
    margin: 0 -20px;
    font-size: 130%;
    background-color: #fff;
    padding: 0.6em;
    border-bottom: 1px solid #ccc;
}
h1 span {
    padding-left: 0.4em;
    border-left: 6px solid #004680;
    display: inline-block;
    line-height: 1.2;
}
img {
    max-width: 100%; /* 画像のハミ出し防止 */
    height: auto;
}
h2 {
    position: relative;
    margin: 0.8em -20px 0.4em;
    padding: 0.4em 0.6em;
    color: #fff;
    text-shadow: 0 1px 0 #031B3B;
    background-color: #004680;
    border-bottom: 1px solid #0e348e;
}
dl {
    position: relative;
    margin-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}
.bdnone {
    border-bottom: none !important;
}
dt {
    font-weight: 900;
}
dd {
}
.required {
    color: #f00;
}
.any {
	color: #666;}
.note {
    font-size: 70%;
    font-weight: normal !important;
}
input, select {
    font-size: 120%;
    padding: 5px;
}
select {
    width: 100%;
}
li {
	margin-top: 0.4em;
}
li span {
    font-size: 120%;
		margin-left: 0.4em;
}
/*input:focus,input:hover
{background:#f7c8c8;}*/
.must {
    /*background: #f7c8c8;*/
}
textarea {
    width: 100%;
    font-size: 120%;
    padding: 5px;
    height: 50px;
}
textarea:focus, textarea:hover {
    height: 150px;
    background: #f7c8c8;
}
input[type="radio"], input[type="checkbox"] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
input.btn-zip {
    font-size: 90%;
    padding: 0.2em 0.6em;
    background: -moz-linear-gradient(  top,  #ffffff 0%,  #ffffff 50%,  #d6d6d6);
    background: -webkit-gradient(  linear, left top, left bottom,  from(#ffffff),  color-stop(0.50, #ffffff),  to(#d6d6d6));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #999999;
    -moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.5),  inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.5),  inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow: 0px 1px 2px rgba(000,000,000,0.5),  inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow: 0px -1px 0px rgba(000,000,000,0.2),  0px 1px 0px rgba(255,255,255,1);
}

input.btn-conf {
    width: 100%;
    line-height: 1.2;
    font-size: 90%;
    font-weight: 900;
    padding: 10px 20px;
    color: #fff;
    background-image: -webkit-gradient(  linear,  left top,  left bottom,  color-stop(0, #FA8A3A),  color-stop(1, #FC6621)  );
    background-image: -o-linear-gradient(bottom, #FC6621 0%, #FA8A3A 100%);
    background-image: -moz-linear-gradient(bottom, #FC6621 0%, #FA8A3A 100%);
    background-image: -webkit-linear-gradient(bottom, #FC6621 0%, #FA8A3A 100%);
    background-image: -ms-linear-gradient(bottom, #FC6621 0%, #FA8A3A 100%);
    background-image: linear-gradient(to bottom, #FC6621 0%, #FA8A3A 100%);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #FC6621;
    -moz-box-shadow: 0px 1px 2px rgba(186,59,1,0.5),  inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 1px 2px rgba(186,59,1,0.5),  inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow: 0px 1px 2px rgba(186,59,1,0.5),  inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow: 0px 1px 0px rgba(186,59,1,0.2);
}

.btn-prev,
.btn-toppage {
    display: block;
    position: relative;
    width: 40%;
    line-height: 1.2;
    font-size: 80%;
    font-weight: 900;
    color: #333;
    background: -moz-linear-gradient(  top,  #ffffff 0%,  #ffffff 50%,  #e6e6e6);
    background: -webkit-gradient(  linear, left top, left bottom,  from(#ffffff),  color-stop(0.50, #ffffff),  to(#e6e6e6));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #aaa;
    -moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.3),  inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.3),  inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow: 0px 1px 2px rgba(000,000,000,0.3),  inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow: 0px -1px 0px rgba(000,000,000,0.2),  0px 1px 0px rgba(255,255,255,1);
}
.btn-prev a {
    display: block;
    position: relative;
    padding: 11px 11px 11px 25px;
    text-decoration: none;
    white-space: nowrap;
    color: #333;
}
.btn-prev a:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-bottom: solid 2px #7f7f7f;
    border-left: solid 2px #7f7f7f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.btn-toppage {
    width: 100%;
    line-height: 1.2;
    font-size: 90%;
    font-weight: 900;
    padding: 10px 20px;
}

.focus {
    background: #acf3ff;
}
input.txt, textarea.txt, option {
    display: inline-block;
    padding: 0.4em;
    border: 1px solid #ccc;
    vertical-align: baseline;
    width: 100%;
}
.wd33per {
    width: 28% !important;
}
.wd50per {
    width: 45% !important;
}
.wd4em {
    width: 4em !important;
}
.overbox {
    border: 1px solid #ccc;
    height: 120px;
    overflow: scroll;
    font-size: 80%;
    padding: 0 3%;
    background-color: #fff;
    margin-top: 2em;
}
.flag-list li {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
}
.mg10 {
    margin-top: 10px;
}
.fwbold {
    font-weight: 900;
    font-size: 100%;
}
.arrow_box {
    position: relative;
    background: #ffffff;
    border: 1px solid #0B54BB;
    border-radius: 4px;
    width: 94%;
    padding: 0 3%;
    margin-top: 20px;
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 15px;
    margin-left: -15px;
}
.arrow_box:before {
    border-color: rgba(11, 84, 187, 0);
    border-top-color: #0B54BB;
    border-width: 16px;
    margin-left: -16px;
}
.number {
    color: #f00;
}

table.tbl01 {
	width: 100%;
}
table.tbl01 th,
table.tbl01 td {
    text-align: left;
    font-size: 90%;
		border-bottom: 1px solid #ccc;
		padding: 0.3em;
}
table.tbl01 th {
	width: 25%;
	vertical-align: top;
}

.footer {
    border-top: 1px solid #ccc;
    margin-top: 1em;
    padding-top: 1em;
    text-align: center;
    font-size: 50%;
}
/* エラー表示 */

.error {
    color: #FF0000;
}


.disp_calender {
	display: inline-block;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 0.4em;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  text-decoration: none;
}

.disp_calender:hover {
  background: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -ms-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
  text-decoration: none;
}
