/* Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px;
	background-color: #fff;
	color: #333;
	height: auto;
	padding-bottom: 20px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
  padding: 20px 0 10px;
  margin: 0;
}

h2 {
  font-size: 23px;
}
h2.info {
	color: #f00;
}
h2.lesson_list {
	margin-top: 30px;
	color: #004098;
}
h2.lesson_detail {
	color: #004098;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 15px;
}

/* Navigation
----------------------------------------------------------------------------------------------------*/

.nav {
	background-color: #fff;
	border-top: 10px solid #004098;
	border-bottom: 10px solid #004098;
}
.nav ul.gnav {
	margin: 20px 0;
	padding: 0;
}
.nav ul.gnav li {
	display: inline-block;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

.header,
.nav,
.container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.container {
	margin-top: 20px;
	padding: 0;
}

p.lesson_title {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px #666 solid;
}

/* Table
----------------------------------------------------------------------------------------------------*/

table {
	width: 100%;
	background-color: #fffbd3;
/*	background-color: #fffdef; */
	
}
table th,
table td {
    border: 1px #aaa solid;
    padding: 8px 10px;
	vertical-align: middle;
}
table th {
	background-color: #d2e2fe;
/*	background-color: #e8f0fe; */
	text-align: center;
}
table td {
	text-align: center;
}
table {
    border-collapse:  collapse;
}

td.tbl_left {
	text-align: left;
}
td.tbl_center {
	text-align: center;
}

.into4 td {
	width: 25%;
}
.into5 td {
	width: 20%;
}
.into6 td {
	width: 16.66%;
}
.into7 td {
	width: 14.28%;
}

.into1-4 {
	width: 25%;
}
.into1-6 {
	width: 16.66%;
}
.into3-6 {
	width: 50%;
}
.into4-6 {
	width: 66.66%;
}
.into5-6 {
	width: 83.33%;
}
.into1-12 {
	width: 8.33%;
}
.into2-12 {
	width: 16.66%;
}
.into6-12 {
	width: 50%;
}
.into1-16 {
	width: 6.25%;
}
.into2-16 {
	width: 12.5%;
}
.into5-16 {
	width: 31.25%;
}

.center {
	text-align: center;
}

.left-align {
	text-align: left;
}
/* Form
----------------------------------------------------------------------------------------------------*/

input,
select,
textarea {
	font-size: 16px;
	border: 1px #999 solid;
}
.note {
	width: 100%;
	height: 30px;
}
.test_name {
	width: 619px;
}
.pass_score {
	width: 136px;
	text-align: right;
}
.comment {
	width: 100%;
}
.score {
	width: 40px;
	text-align: right;
}
.infomation {
	width: 960px;
	height: 100px;
}
.infomation_box {
	border: 1px #f00 solid;
	padding: 10px;
	background-color: #fbe8e6;
	border-radius: 10px;
}
.max-width-8 {
	max-width: 800px;
}
.max-width-6 {
	max-width: 600px;
}
.max-width-5 {
	max-width: 500px;
}
.max-width-4 {
	max-width: 400px;
}
.max-width-3 {
	max-width: 300px;
}
pre {
	font: inherit;
	background: inherit;
	margin: 0;
}
.pass-score {
	color: blue;
}
.not-pass-score {
	color: red;
}
.marg-right-30 {
	margin-right: 30px;
}

.btn-row {
	padding: 30px;
	float: right;
}

/* Login
----------------------------------------------------------------------------------------------------*/
.login-bg {
	margin: 30px;
	border: 1px solid #555;
	padding: 30px 60px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 10px #488a9e;
	-moz-box-shadow: 0px 1px 10px #488a9e;
	box-shadow: 0px 1px 10px #488a9e;
	border: solid #4eb4c2 1px;
}
.login-bg input,
.login-bg button {
	margin-bottom: 20px;
}


/* Bootstrap 変更
----------------------------------------------------------------------------------------------------*/
@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}

.btn-default {
	color: #333;
    background-color: #fff;
    border-color: #666;
}
.btn {
    padding: 2px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}
