﻿@import url( "base.css" );
/**************************************************
  i-Pro全体に共通のスタイル
**************************************************/
/**************************************************
  ヘッダ
**************************************************/
/***** タイトルバー *****/
.titlebar {
  font-family:Helvetica;
  font-size  :16px;
  color      :#ffffff; /* ホワイト */
  background :#990000; /* ダークレッド */
  text-decoration: none;
}
 /****タイトルメニュー***/
.titleNav {
  list-style: none;
  overflow: hidden;
  margin: 0px;
}

/***** タイトルバーのアクティブ項目 *****/
.titlebar li.Active
{
  font-weight: bold;
  color      :#ffffcc; /* レモン */
  display: block;
  text-align: center;
  padding: 2px 2px 2px 2px;

 }

.titleNav li {
  float: left;
  border-right: 1px solid #DDDDDD;
  text-align: center;
  padding: 2px 2px 2px 2px;

}
.titleNav li a {
  display: block;
  color      :#ffffff; /* ホワイト */
  text-align: center;
}

/***** ナビゲーションバー *****/
.navibar {
  font-family:Helvetica;
  font-size  :12px;
  color      :#ffffff; /* ホワイト */
  background :#9f989f; /* ライトグレー */
}
/****ナビメニュー***/
 .navNav {
    list-style: none;
    overflow: hidden;
  margin: 0px;
}

/***** ナビゲーションバーのアクティブ項目 *****/
.naviActive {
  font-family:Helvetica;
  display: block;
  font-size  :12px;
  font-weight: bold;
  color      :#ffffcc; /* レモン */
  background :#9f989f; /* ライトグレー */
}
.navNav li {
    float: left;
    display: block;
    border-right: 1px solid #DDDDDD;
    text-align: center;
    text-decoration: none;
    color      :#ffffff; /* ホワイト */
    padding: 2px 2px 2px 2px;
}
.navNav li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color      :#ffffcc; /* レモン */
    padding: 1px 1px 1px 1px;
}

/**************************************************
  フッタ
**************************************************/
/***** フッタバー *****/
.footerbar {
  font-family:Helvetica;
  font-size  :12px;
  text-align: center;
  text-decoration: none;
  color      :#ffffff; /* ホワイト */
  background :#990000; /* ダークレッド */
  padding: 1px;
}
/**************************************************
  ページのタイトル部分
**************************************************/
/***** タイトル *****/
.title {
  font-family:Helvetica;
  font-size  :18px;
  font-weight: bold;
  color      :#ffffff; /* ホワイト */
  background :#333333; /* ダークグレー */
  padding: 3px;
}
.left{
  float: left;
}
.right{
  text-align: right;
}
/***** サブタイトル *****/
.subtitle {
  font-family:Helvetica;
  font-size  :18px;
  font-weight: bold;
  color      :#ffffff; /* ホワイト */
  background :#003399; /* ダークブルー */
}
/**************************************************
  テーブル
**************************************************/
.center{
  padding: 3px;
  width: 100%;
}

.center .table01 {
    width: 98%;
    margin: 0 auto;
    border: 1px solid #666666;

}
.center .cell {
    width: 98%;
    margin: 0 auto;
    border: 1px solid #666666;
    color      :#000000; /* ブラック */
    background-color :#ffffcc; /* レモン */
}
.center .cell .button{
    text-align: center;
}
.center .whitecell {
    width: 98%;
    margin: 0 auto;
    color      :#000000; /* ブラック */
    background-color :#ffffff; /* ホワイト */
    text-align: center;
}
/***** warning *****/
.center .warning {
  width: 98%;
  margin: 0 auto;
  font-size  :18px;
  font-weight: bold;
  color      :#ff0000; /* 赤 */
  background :#ffffff; /* ホワイト */
  text-align: left;
}


.center .tableheader {
  width: 98%;
  margin: 0 auto;
  text-align : left;
  color      :#ffffff; /* ホワイト */
  background-color :#003399; /* ブルー */
}
.cell dt{
   text-decoration: underline;
   font-weight:bold;
  font-size  :14px;
}
.cell dd{
  font-size  :12px;
   padding: 2px;
}

.table01 th {
  /*width: 30%;*/
  text-align: left;
  font-size  :14px;
  font-weight: bold;
  color      :#333333; /* ダークグレー */
  background-color: #cccccc; /* ライトグレー */
}

.table01 td {
  text-align: justify;
  font-size  :14px;
  color      :#000000; /* ブラック */
  background-color :#ffffcc; /* レモン */
}

.table01 .button{
   text-align : center ;
}

.table02 {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #000000;
    color: #000000;
}

.table02 th {
  /*width: 30%;*/
  text-align: left;
  font-size  :14px;
  font-weight: bold;
  color      :#333333; /* ダークグレー */
  background-color: #cccccc; /* ライトグレー */
}

.table02 .o{
  color      :#000000; /* ブラック */
  background-color :#ffffcc; /* レモン */
}
.table02 .e{
  color      :#000000; /* ブラック */
  background-color :#ccccbb; /* レモン */
}

.table02 td {
  padding: 15px;
  text-align: justify;
  font-size  :14px;
}
.table02 .attempted{
  font-size  : 12px;
  color      : #ffffff; /* ホワイト */
  background-color: #fa8072; /* サーモン */
}
.table02 .completed {
  font-size  :12px;
  color      :#ffffff; /* ホワイト */
  background-color :#ff0000; /* レッド */
}
/***** 採点済み *****/
.tablr02 .graded {
  font-size  :12px;
  color      :#ffffff; /* ホワイト */
  background :#228b22; /* グリーン */
}
.table02 .practice {
  font-size  :12px;
  color      :#ffffff; /* ホワイト */
  background-color :#87cefa; /* レッド */
}
.table02 .confirm1 {
  font-size  :12px;
  color      :#ffffff; /* ホワイト */
  background-color :#ffa500; /* レッド */
}
.table02 .confirm2 {
  font-size  :12px;
  color      :#ffffff; /* ホワイト */
  background-color :#98fb98; /* レッド */
}

@media only screen and (max-width:480px){
    .table01 { margin: 0 -10px; }
    .table01 th,
    .table01 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .table01 tr:first-child th { border-top: 1px solid #ddd; }

    .table02 { margin: 0 -10px; }
    .table02 th,
    .table02 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .table02 tr:first-child th { border-top: 1px solid #ddd; }

}
/**************************************************
 tab
 **************************************************/
 .tab01 {
	height: 3000px;
	float: auto;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 5px auto;
	overflow: auto;
}
.tab01 h3{
  color      :#ffffff; /* ホワイト */
  background-color :#003399; /* ブルー */
  font-size: 18px;
  height: 20px;
  margin: 0px;
  padding: 10px 10px;
  font-style: italic;
}
.tab01 input[type=radio] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.tab01 li {
	float: left;
	height: 100%;

 }

.tab01 label {
	display: block;
	padding: 10px 20px;
	/*border-radius: 2px 2px 0 0;*/
	color: #08C;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Lily Script One', helveti;
	background: rgba(255,255,255,0.2);
	cursor: pointer;
	position: relative;
	top: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
}

.tab01 label:hover {
	background: rgba(255,255,255,0.5);
	top: 0;
}

[id^=tab]:checked + label {
	background: #cc0066;
	color: white;
	top: 0;
}
 [id^=tab]:checked ~ [id^=tab-content] {
 display: block;
}

[id^=tabs]:checked + label {
	background: #08C;
	color: white;
	top: 0;
}
 [id^=tabs]:checked ~ [id^=tabs-content] {
 display: block;
}


.tabs-content {
	z-index: 2;
	display: none;
	text-align: left;
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	font-size: 12px;
	line-height: 100%;
	padding-top: 1px;
	background: #ffffff;
	padding: 1px;
	color: white;
	position: absolute;
	top: 30px;
	left: 0;
	box-sizing: border-box;
	-webkit-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
.tab-content {
	z-index: 2;
	display: none;
	text-align: left;
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	font-size: 12px;
	line-height: 100%;
	padding-top: 1px;
	background: #ffffff;
	padding: 1px;
	color: white;
	position: absolute;
	top: 30px;
	left: 0;
	box-sizing: border-box;
	-webkit-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
}


 .tab02 {
	max-width: 100%;
	height:100%;
	float: auto;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0px auto;
}

.tab02 input[type=radio] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}


.tab02 li { float: left; }

.tab02 label {
	display: block;
	padding: 10px 10px;
	border-radius: 2px 2px 0 0;
   color      :#333333; /* ダークグレー */
   background-color: #ccbbbb; /* ライトグレー */
	font-size: 15px;
	font-weight: normal;
	font-family: 'Lily Script One', helveti;
	cursor: pointer;
	position: relative;
	top: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tab02 label:hover {
	background: rgba(255,255,255,0.5);
	top: 0;
}

.text_underline{
	text-decoration: underline;
}

.color_deepblue{
 color: #000099;
}
.color_red{
 color: red;
}

.size_smaller{
 font-size: smaller;
}
.size_3per{
 font-size: 3%;
}

.size_4em{
 font-size: 4em;
}

.size_larger{
font-size: larger;
}

.circle {
   border-radius: 40%;
    font-size: 1em;
    line-height: 1em;
    padding-top: 0.1em;
    padding-left: 0.35em;
    padding-right: 0.35em;
}
.pink{
    color: #fff;
    border: 4px solid pink;
    background: pink;
}
.blue{
    color: #fff;
    border: 4px solid Blue;
    background: Blue;
}
.red{
    color: #fff;
    border: 4px solid red;
    background: red;
}
.green{
    color: #fff;
    border: 4px solid green;
    background: green;
}
.orange{
    color: #fff;
    border: 4px solid orange;
    background: orange;
}
.violet{
    color: #fff;
    border: 4px solid BlueViolet;
    background: BlueViolet;
}
.crimson{
    color: #fff;
    border: 4px solid crimson;
    background: crimson;
}
.skyblue{
    color: #fff;
    border: 4px solid skyblue;
    background: skyblue;
}
.lightgreen{
    color: #fff;
    border: 4px solid lightgreen;
    background: lightgreen;
}

.exp{
 margin : 3px;
 padding: 5px;
}
.expl_right{
	text-align: right
}
.expl_box{
	border-style: double;
	margin:3px;
	padding:5px;
}
.expl_center{
	text-align: center;
}
