@charset "UTF-8";
/* CSS Document */

* {
	color: #2E81B4;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;	
}

#header {
	margin: 10px auto;
	width:90%;
	position: relative;
}
#footer {
	margin: 10px auto;
	width:90%;
	position: relative;
	display: block;
	border-top: solid 3px #2e81b4;
	text-align: right;
	padding-right: 5px;
}
h2 {
	font-size: 18px;
	text-align: center;
	margin-bottom:0px;	
}
#header_fix {
	position: fixed !important;  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%; 
	background-color: #C7E3F3;
	z-index: 100000;
	border-bottom: solid 1px #3D4D95;
}
#footer_fix{
	position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%; 
	background-color: #C7E3F3;
	z-index: 100001;
	border-top: solid 1px #3D4D95;
}
#headerLeft {
	float: left;
	text-align: left;	
}

#headerRight{
	float: right;
	text-align: right;	
}

#headerLeft01 {
	text-align: left;
	font-size: 20px;
	white-space: nowrap;
	padding: 5px 0px;
	height: 24px;
}

#headerLeft02 {
	text-align: left;
	font-size: 12px;
	white-space: nowrap;
	padding: 5px 0px;
	height: 14px;
}

#headerRight01 {
	text-align: right;
	font-size: 20px;
	white-space: nowrap;
	padding: 5px 0px;
	height: 24px;
}

#headerRight02 {
	text-align: right;
	font-size: 12px;
	white-space: nowrap;
	padding: 5px 0px;
	height: 14px;
}

#headerBorder {
	position: absolute;
	width: 100%;
	height: 24px;
	padding: 5px 0px;
	border-bottom: solid 5px #2E81B4;
	top: 2px;
	left: 0px;
}
#contents_sec {
	margin-top:180px;
	margin-bottom: 120px;	
}
.mobileDisp {
	display: none;
	color:#ff0000;
	margin-top:10px;	
}
.section {
	margin: 10px auto;
	width: 94%;
	max-width:800px;
}
.section table {
	border-collapse: collapse;
	width:100%;	
}
.section table th {
	background-color: #2E81B4;
	border: solid 1px #000000;
	color: #ffffff;
}
.section table td {
	border: solid 1px #000000;
	color: #2E81B4;
}
#year_list {
	padding: 8px;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}
#submit_button {
	padding: 8px;
	width: 49%;
	background-color: #2E81B4;
	color: #ffffff;
	font-size: 14px;
}

#print_button {
	padding: 8px;
	width: 49%;
	background-color: #2E81B4;
	color: #ffffff;
	font-size: 14px;
	left: 0px;
}
#back_button {
	padding: 8px;
	width: 49%;
	background-color: #2E81B4;
	color: #ffffff;
	font-size: 14px;
	margin-left:0px;
	right: 0px;
}
#print_button:hover,
#back_button:hover,
#submit_button:hover{
	background-color: #F48201;
}
.element_text {
	width:100%;
	box-sizing:border-box;
	font-size:14px;
	margin:0px;
	height:36px;
	border:none;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.print {
	margin: 50px auto;	
}
div .print:first-child {
	margin-top: 0px!important;	
}
.text_input {
	margin: 2px auto;
	width:98%;
	height:16px;	
}
.check {
	margin-top:2px;
	margin-bottom:5px;
	width:12px;
	height: 12px;
	margin-right: 3px;
	border:solid 1px #000000;	
	float: left;
	overflow:hidden;
	padding: 0px;
}
.checked {
	background-color:#2E81B4;
}
.hyoka_method_percent {
	height: 12px;
	font-size: 14px;
	float: left;
	margin-right: 5px;
}
.button:hover {
	background-color:#FE4902!important;
	cursor:pointer;	
}
.progress{
  position: relative;
  top: 10px;
  margin: 0 auto;
}
.progress span{
  transition: all 500ms ease;
  background: #4A72DA;
  box-shadow: 1px 2px 3px #999;
  height: 5px;
  width: 5px;  
  display: inline-block;
  border-radius: 10px;
  animation: wave 2s ease  infinite;
}  
.progress span:nth-child(1){  animation-delay: 0; }
.progress span:nth-child(2){  animation-delay: 100ms; }
.progress span:nth-child(3){  animation-delay: 200ms; }
.progress span:nth-child(4){  animation-delay: 300ms; }
.progress span:nth-child(5){  animation-delay: 400ms; }
.progress span:nth-child(6){  animation-delay: 500ms; }
.progress span:nth-child(7){  animation-delay: 600ms; }
.progress span:nth-child(8){  animation-delay: 700ms; }

@keyframes wave{
  0%, 40%, 100% { 
    transform: translate(0, 0);
    background-color: #4A72DA;    
  }
  10% { 
    transform: translate(0, -15px); 
    background-color: red;    
  }  
}

@media print{
	.print_hide{
		display: none;	
	}
	.print {
		display: block;
		width: 172mm;
		page-break-after: always;
		margin:0px;
		font-size: 10px;
	}
	.print:last-child{
		page-break-after: auto;
	}
	.section {
		margin:0px;
		line-height: 12px;
		width:172mm;
		
	}
	th, td {
		color:#000!important;
	}
	div {
		color:#000!important;
	}
	h2 {
		display: none;	
	}
	.check {
		position:relative;
		top:-3px;	
		width:10px;
		height:10px;
	}
	.checked {
		background-color:#000000;
		background-image:url(/syllabus_view/common/images/dot.gif);
	}
	.hyoka_method_percent {
		font-size: 10px;
	}
}