@charset "utf-8";

.text-1 { font-size:250%; font-weight:normal; color:#000; margin:20px 0 40px; font-family: 'Sawarabi Mincho', sans-serif; }
.text-2 { margin:0 0 20px; }

.boxA { float:left; }
.boxB { float:right; width:720px; margin-right:10px; margin-bottom:40px; }
.boxC { float:right; width:720px; margin-right:10px; margin-bottom:40px; }


.boxB table {
width: 720px; /* テーブルの横幅 */
border-collapse: collapse; /* 枠線の表示方法 */
border: 1px #1C79C6 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
}

.boxB table tr {
	border-bottom: 2px #ddd dotted;
}

.boxB table th {
border: 1px #ffffff solid; /* セルの枠線（太さ・色・スタイル） */
width:189px;
} 

.boxB table td {
border: 1px #ffffff solid; /* セルの枠線（太さ・色・スタイル） */
} 

table {
width: 970px; /* テーブルの横幅 */
border-collapse: collapse; /* 枠線の表示方法 */
border: 1px #fff solid; /* テーブル全体の枠線（太さ・色・スタイル） */
}

table tr {
}

table th {
border: 1px #fff solid; /* セルの枠線（太さ・色・スタイル） */
width:189px;
padding:10px;
text-align:center;
background-color:#008DC8;
color:#fff;
} 

table td {
border: 1px #fff solid; /* セルの枠線（太さ・色・スタイル） */
padding:10px;
text-align:left;
background-color:#E4E6EE;
} 

form input[type="text"], form input[type="password"] {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 3px #ddd inset;
    color: #666;
    padding: 8px 5px;
    vertical-align: middle;
    width: 95%;
}
form input.yuubin {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 3px #ddd inset;
    color: #666;
    padding: 8px 5px;
    vertical-align: middle;
    width: 20%;
	margin-bottom:4px;
}
form input.jyusyo {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 3px #ddd inset;
    color: #666;
    padding: 8px 5px;
    vertical-align: middle;
	margin-top:10px;
}
form input:focus {
    /*background: none repeat scroll 0 0 #fff;*/
    box-shadow: 1px 1px 2px #eee inset;
}
form textarea {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 3px #ddd inset;
    color: #666;
    padding: 6px 5px;
    width: 95%;
}
form input[type="radio"], .stdform input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
    width: auto;
}
form input[type="reset"] {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: none;
    color: #666;
    font-weight: bold;
    margin: 0 0 0 5px;
    padding: 7px 10px;
    width: auto;
}
form input[type="reset"]:hover {
    background: none repeat scroll 0 0 #ddd;
    color: #333;
    cursor: pointer;
}
form select {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #ddd inset;
    color: #666;
    min-width: 30%;
    padding: 5px 2px;
}
form textarea:focus, form select:focus {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 1px 1px 2px #eee inset;
}
form input[type="submit"] {
    line-height: 1.55;
    margin: 0;
}
input.button {
    height: 40px;
}

b {
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #ccc;
}

span.red { color:#ffffff; font-size:80%; font-weight:bold; margin-left:10px; background-color:#f00; padding:4px;}

h1 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #3498db;
	font-weight:bold;
	margin:20px 0px 10px 0px;
}
h1::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

h2 {
	padding:10px 10px 10px 20px;
}