@charset "utf-8";
/*  ===========================================================

	パソコン教室パソコンくらぶ彩
	
			Last Update 2021/06/16
			
			Written by O.K.

===========================================================  */

/*==================================

	common

==================================*/

* {
	box-sizing: border-box;
}
html {
	font-size : 100%;
}
html {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
}
body {
	line-height: 1.5;
	color: #333;
}
/*
.wf {
	font-weight: bold;
}*/
/*==================================

	header

==================================*/


header {
	max-width: 100%;
	/*padding: 0 3%;*/
	line-height: 1.2;
}
header h1 {
	font-family: "Noto Sans JP";
	background-color: #d94e61;
	color: #fff;
	font-size: 200%;
	text-indent: 1%;
	padding: 0.5%;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 10px;
}
#logo_wrap {
	max-width: 1260px;
	height: auto;
	/*margin-bottom:0.5em;*/
}
#logo01 {
	width: 30%;
	float: left;
	margin: 1% 5% 1% 15%;
}
#logo02 {
	width: 35%;
	float: left;
	margin: 1% 15% 1% 0;
}
#logo01 img,
#logo02 img {
	width: 100%;
	vertical-align: middle;
}
#pct {
	display: none;
}

/*==================================

	grobal_navi

==================================*/

nav {
	width: 100%;
	font-family: "Noto Sans JP","Roboto Condensed", sans-serif;
	background-repeat: no-repeat;
	font-weight: 700;
	margin-bottom:1em;
}
nav #gnavi li a {
	background-color: #d94e61;
	border-right: 1px solid #fff;
	height: 60px;
	font-size: 113%;
	font-weight:700;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 2.2;
	display: block;
	opacity: 1;
	transition: opacity 0.7s;
	position: relative;
}
nav #gnavi.lec li a {
	background-color: #e60012;
}
nav #gnavi li a:hover {
	opacity: 0.5;
	transition: opacity 0.2s;
	position: relative;
}
nav #gnavi li#gn-login {
	width: 100%;
	background-color: #d94e61;
	border-right: 1px solid #fff;
	height: 60px;
	font-size: 300%;
	font-weight:700;
	color: #fff;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.4em;
	position: relative;
}

nav #gnavi li#gn00 {
	width: 60%;
	background-color: #d94e61;
	border-right: 1px solid #fff;
	height: 60px;
	font-size: 300%;
	font-weight:700;
	color: #fff;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.4em;
	position: relative;
	float: left;
}
nav #gnavi li#gn98 {
	width: 20%;
	float: left;
}

nav #gnavi li#gn98 a {
	display: block;
	width: 100%;
	background: #3498db;
}
nav #gnavi li#gn99 {
	width: 20%;
	float: left;
}

nav #gnavi li#gn99 a {
	display: block;
	width: 100%;
}
/*
/*
nav #gnavi li span.gn_sub {
	font-size: 75%;
	margin-bottom: 1em;
	padding-left: 1em;
}*/
nav #gnavi li#gn01 a {
	float: left;
	width: 22%;
}
nav #gnavi li#gn02 a {
	float: left;
	width: 18%;
}
nav #gnavi li#gn03 a {
	float: left;
	width: 20%;
}
nav #gnavi li#gn04 a {
	float: left;
	width: 20%;
}
nav #gnavi li#gn05 a {
	float: left;
	width: 20%;
}
nav #gnavi li a .gn_sub {
	display:block;
	font-size: 75%;
	line-height: 0.4;
}
#cnavi{
	width: 100%;
	padding: 1% 3%;
}
#cnavi li{
	width: 18%;
	float: left;
	margin-bottom: 2.5%;
	margin-right: 2.5%;
}

#cnavi li:nth-child(5n){
	margin-right: 0;
}

#cnavi li a{
	opacity: 1;
	transition: opacity 0.3s;
}
#cnavi li a:hover{
	opacity: 0.7;
	transition: opacity 0.3s;
}
.thumbnail img,
#blog_top img,
#cnavi img{
	width: 100%;
	height:auto;
    vertical-align: middle;
}

#blog_top{
	margin: 0.5em auto 0.5em;
    max-width: 100%;
    padding: 0 3%;
}


#blog_top a:hover{
	opacity: 0.7;
}


/*==================================

	main Contents

==================================*/
#main_contents {
	max-width: 100%;
	margin-bottom: 2em;
	margin-top: 0.5em;
	height: auto;
	font-size: 125%;
}
#main_contents .today{
	font-size: 200%;
  text-align: center;
  background-color: #0f0;
  font-weight: bold;
  color: #333;
  padding: 0.2em;
  margin-bottom: 0.6em;
}


/*==================================

	footer

==================================*/
footer {
	font-family: "Noto Sans JP";
	font-size : 75%;
	color: #fff;
	text-align: center;
	width: 100%;
	height: auto;
	clear: both;
	background-color: #d94e61;
	border-radius: 3px;
	position: relative;
	margin-top: 50px;
}
footer #copyright a {
	color: #fff;
	text-decoration: underline;
}
footer #copyright a:hover {
	color: #fff;
	text-decoration: none;
}
/*==================================

	---common style---

==================================*/
.catch {
	color: #1a459d;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
	padding: 10px;
	border: 1px solid #1a459d;
	margin: 20px;
}
.cf {
/*zoom: 1;*/
}
.cf:before,
.cf:after {
	content: "";
	display: table;
	clear: both;
}
.bold {
	font-weight: bold;
}
.red {
	color: #f00;
}
.blue {
	color: #00f;
}
.green {
	color: #0f0;
}
.center {
	text-align: center;
}
.red_bold {
	font-weight: bold;
	color: #f00;
}
.white {
	color: #fff;
}
.white_bold {
	font-weight: bold;
	color: #fff;
}
.both {
	clear: both;
}
#hidden {
	display: none;
}
.left20 {
	margin-left: 20px;
}
.homepage_img {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}
.txt_l {
	text-align: left;
}
.text_l {
	text-align: left;
	font-weight: bold;
}
.text_r {
	text-align: right;
	font-weight: bold;
}
.txt_indent {
	text-indent: 1em;
}
.f88 {
	font-size: 88%;
}
.f120 {
	font-size: 120%;
}
.f150 {
	font-size: 150%;
}
.f188 {
	font-size: 188%;
}
.f30 {
	font-size: 30px;
}
.float_r {
	float: right;
}
.float_l {
	float: left;
}
a.link {
	background-image: url(../images/bk_li_arrow.png);
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 18px;
	background-position: 0px 5px;
}
img.img_l10 {
	float: right;
	padding-left: 10px;
}
img.img_lb10 {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
img.img_tb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
img.img_tb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
img.img_b30 {
	margin-bottom: 30px;
}
.m_t50 {
	margin-top: 50px;
}
.m_t20 {
	margin-top: 20px;
}
.m_b20 {
	margin-bottom: 20px;
}
.shadow {
	box-shadow: 3px 3px 3px #ccc;
}
#toppage #back2 #back1 #container #side .side02 img {
}
.f_r {
	float: right;
}
.f_l{
	float: left;
}
.f75{
	font-size: 75%;
	}
.del{
	text-decoration: line-through;
}

/*==================================

	---guidance-admin---

==================================*/
p#attention{
	text-align: center;
}
.form{
	margin-bottom:3em;
}
p#form_attention {
	margin-top:1em;
	margin-bottom:0;
	padding: 0 1em;
}	
.add_table01 dl {
	width: 100%;
	font-size:100%;
}
.add_table01 dt {
	clear:both;
	width: 100%;
	padding: 0.5em;
	margin-bottom: 0.5em;
	text-shadow: none;
	color: #fff;
	text-align: center;
	background-color: #d94e61;
}
dl.add_table01 dd {
	width:100%;
	padding: 7px;
	margin-bottom: 1em;
}

dl.add_table01 dd.c_date_wrap {
	/*font-size:150%;*/
}

input {
	font-family:  "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	width: 100%;
	font-size: 150%;
	padding: 0.3em;
	border:1px solid #999;
	border-radius:2px;
}
input[type="date"] {
	width:100%;
}
input[type=radio]{
	width:auto;
	vertical-align: baseline;
}
input[type=submit]{
	width:100%;
	margin: 1em auto;
	vertical-align: baseline;
}
.login_p{
	width:50%;
	margin: 1em auto;
}
label.la_release{
	margin-right: 2em;
}
select {
	font-size: 150%;
	width:100%;
	padding: 0.6em 0.2em;
	border:1px solid #999;
	border-radius:2px;
}
input#mail_address,
input#mail_address2 {
	border-radius: 3px;
}
textarea{
	font-family:  "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	width:100%;
	font-size: 125%;
	padding: 0.2em;
	border:1px solid #999;
	border-radius:2px;
	
}
#form_table_waku p {
	text-align: center;
	margin-bottom: 10px;
}
.form p.atte {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0 1em;
}
#form_table_waku .p24 {
	font-size: 24px;
	font-size: 1.5rem;
}
#form1 .sub_b {
	margin-top: 3em;
	text-align: center;
}
#form1 input#button {
	vertical-align: middle;
	text-align: center;
	background-color: #d94e61;
	color: #fff;
}
dl.kakunin_table {
	width:100%;
	margin-top: 20px;
	padding: 0 1em;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
dl.kakunin_table .kakunin_aa {
	width:100%;
	color: #fff;
	text-align: center;
	background-color: #d94e61;
	vertical-align: middle;
	padding: 0.5em;
	/*border: 1px solid #999;*/
}
dl.kakunin_table .kakunin_bb {
	width:100%;
	/*text-align: center;*/
	background-color: #fff;
	padding: 0.5em;
	margin:0.2em 0 1em;
	border: 1px solid #999;
}
.kakunin_btn1,
.kakunin_btn2{
	margin-top:3em;
	text-align: center;
	}
.kakunin_btn2{
	margin-top:1em;
	text-align: center;
	}
input#backto {
	max-width:600px;
	width:100%;
	border: none;
	background-color: #999;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	padding: 0.5em;
	border-radius: 3px;
	-webkit-appearance:none;
	box-sizing:border-box;
	margin: 0 auto;
	transition:background-color .3s;
}
input#backto:hover {
	background-color: #666;
	transition:background-color .3s;
	cursor: pointer;
}
input#backto:active {
}
input#send {
	max-width:600px;
	width:100%;
	border: none;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	padding: 0.5em;
	border-radius: 3px;
	background-color: #d94e61;
	-webkit-appearance:none;
	margin: 0 auto;
	transition: background-color .3s;
}
input#send:hover {
	background-color: #cd0010;
	transition: background-color .3s;
	cursor: pointer;
}
.form .result{
	margin-top:1em;
	margin-bottom:3em;
	padding: 0 1em;
}

/*==================================

	---error---

==================================*/
#error #error_h {
	font-size:175%
}
#error #error_p {
	margin-bottom: 10em;
}


/*==================================

	---glist---

==================================*/
table#glist {
	color: #000;
	border: solid 1px #ccc;
	width: 100%;
}
table#glist th,
table#glist td{
	/*color: #000;*/
	border: solid 1px #ccc;
	font-size:70%;
	padding:0.5em;
	background-color: #d94e61;
	vertical-align: middle;
}
table#glist.lec th{
	background-color: #e60012;
}

table#glist.lec th.update{
	width: 3%;
}

table#glist.lec th.gid{
	width: 3%;
}
table#glist.lec th.koukai{
	width: 3%;
}
table#glist.lec th.genkoukai{
	width: 8%;
}
table#glist.lec th.certification{
	width: 10%;
}

table#glist.lec th.g_fee{
	width: 4%;
}

table#glist.lec th a{
	font-weight: bold;
	color: #fff;
}
table#glist td{
	border: solid 1px #ccc;
	font-size:70%;
	padding:0.3em;
	background-color: #fff;
}
table#glist td.date,
table#glist td.time{
	background-color: #eee;
}

table#glist td.sun{
	font-weight: bold;
	color: #f00;
}
table#glist td.sat{
	font-weight: bold;
	color: #00f;
}
table#glist th{
	color: #fff;
    position: relative;
}
table#glist th.active::after{
	font-size: 150%;
	content: url("../images/img_sort_arrow.png");
    position: absolute;
	top: 15%;
	right: 3px;
}
th.update,
td.update,
th.gid,
td.gid{
	width: 5%;
	text-align: center;
}
th.mosupdate,
td.mosupdate,
th.mosid,
td.mosid{
	width: 8%;
	text-align: center;
}
th.koukai,
td.koukai{
	width: 4%;
	text-align: center;
}
th.moskoukai,
td.moskoukai{
	width: 10%;
	text-align: center;
}
th.date,
td.date{
	width: 7%;
	text-align: center;
}
th.moskoukaidate,
td.moskoukaidate{
	width: 8%;
	text-align: center;
}
th.mosdate,
td.mosdate{
	width: 15%;
	text-align: center;
}
th.time,
td.time{
	width: 4%;
	text-align: center;
}
th.mostime,
td.mostime{
	width: 8%;
	text-align: center;
}
th.certification,
td.certification{
	width: 20%;
}
td.target,
td.g_type{
	width: 8%;
	text-align: center;
}
td.g_fee{
	width: 4%;
	text-align: center;
}
th.g_title,
td.g_title{
	width: 24%;
}
th.mosversion,
td.mosversion{
	width: 15%;
	text-align: center;
}
th.mosdeadline,
td.mosdeadline{
	width: 12%;
	text-align: center;
}
th.mosstatus,
td.mosstatus{
	text-align: center;
}
td.update a{
	display: block;
}


#glist .certification span,
#glist .target span,
#glist .g_type span,
#glist .g_fee span{
	display: block;
	padding: 0.2em;
}

#glist .certi_k{
	color:#fff;
	background-color: #f00;
	padding: 0.1em 0.5em 0.2em 0;
}
#glist .certi_k2{
	color:#fff;
	background-color: #f00;
	padding: 0.1em 0.5em 0.2em 0.5em;
}
#glist .certi_l{
	color:#fff;
	background-color: #00a;
	letter-spacing: -2px;
}
#glist .certi_s{
	color:#fff;
	background-color: #00f;
}
#glist .certi_g{
	color:#fff;
	background-color: #008800;
}
#glist .certi_r{
	color:#fff;
	background-color: #00cc00;
}
#glist .certi_t{
	color:#fff;
	background-color: #FD7600;
}
#glist .certi_c{
	color:#fff;
	background-color: #891D00;
}
#glist .certi_e{
	color:#fff;
	background-color: #DD0000;
}
#glist .certi_b{
	color:#fff;
	background-color: #ff6666;
}
#glist .certi_p{
	color:#fff;
	background-color: #ff9999;
}
#glist .certi_n{
	color:#fff;
	background-color: #003f91;
}
#glist .certi_m{
	color:#fff;
	background-color: #0058E0;
}
	

#glist .target_shogaku{
	background-color: #00cc00;
	color: #fff;
}
#glist .target_keiken{
	background-color: #ff6666;
	color: #fff;
}
#glist .type_video{
	background-color: #26802e;
	color: #fff;
}
#glist .type_nama,
#glist .type_namachukei{
	background-color: #cc3d3d;
	color: #fff;
}
#glist .type_ptest,
#glist .type_touren,
#glist .type_special,
#glist .type_shougakusei,
#glist .type_practicetest{
	background-color: #f00;
	color: #fff;
}
#glist .type_toren{
	background-color: #F90;
	color: #fff;
}
#glist .type_nintei,
#glist .type_live{
	background-color: #003f91;
	color: #fff;
}
#glist .type_etc{
	background-color: #333;
	color: #fff;
}

#glist .fee_free{
	background-color: #f00;
	color: #fff;
}



/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/

@media screen and (min-width :600px) {
	
	
/*==================================

	header

==================================*/

/*header h1 {
	font-size: 100%;
	padding: 1%;
	position:relative;
}
	
	
#info_head,
#contact_head {
	display:block;
}

header #logo {
	width:auto;
	margin:0 auto;
}
#logo a {
	float:left;
	width: 30%;
	text-align:center;
	margin:0 auto;
	display:block;
}

#headinfo_wrap{
	float:right	;
	}
	
#contact_head a {
	display:block;
	float:right	;
	width: 24%;
	text-align:center;
	margin:1% auto;
	margin-right:2%;
}

#info_head {
	float:right	;
	width: 30%;
	text-align:center;
	margin:1% auto;
	margin-right:2%;
}
	
	*/
	
/*==================================

	footer

==================================*/

footer {
	font-family: "Noto Sans JP";
	font-size: 100%;
	color: #fff;
	text-align: center;
	width: 100%;
	height: auto;
	clear: both;
	background-color: #d94e61;
	position: relative;
	margin-top: 50px;
	padding: 1%;
}
	
	
}

/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/
/**************************************************************************************************************************************************************************/

@media screen and (min-width :960px) {


nav {
	padding: 0;
	display: block;
}
nav #gnavi_ul {
	width: 100%;
	background-color: #d94e61;
	border-radius: 3px;
	display: table;
}
nav #gnavi_ul li {
	display: table-cell;
	border-left: 1px solid #fff;
	vertical-align: middle;
}
nav #gnavi_ul li:nth-child(1) {
	border-left: none;
}
nav #gnavi_ul li a {
	display: block;
	text-align: center;
	padding: 0 0;
	vertical-align: middle;
	height: 100%;
	background-color: transparent;
	border-radius: 0;
	border: none;
	font-size: 1.25rem;
	position: relative;
}
nav #gnavi_ul li#navi01 a {
	max-width: none;
	width: auto;
	border-left: none;
	float: none;
	margin-right: 0;
	margin-bottom: 0;
}
nav #gnavi_ul li#navi02 a {
	max-width: none;
	width: auto;
	float: none;
	margin-bottom: 0;
}
nav #gnavi_ul li#navi03 a {
	max-width: none;
	width: auto;
	float: none;
	margin-right: 0;
	margin-bottom: 0;
}
nav #gnavi_ul li#navi04 a {
	max-width: none;
	width: auto;
	float: none;
	margin-bottom: 0;
}
nav #gnavi_ul li#navi05 a {
	max-width: none;
	width: auto;
	float: none;
	margin-right: 0;
	margin-bottom: 0;
}
nav #gnavi_ul li#navi06 a {
	max-width: none;
	width: auto;
	float: none;
	margin-bottom: 0;
}
nav #gnavi_ul li#navi07 a {
	max-width: none;
	width: auto;
	float: none;
	margin-bottom: 0;
}

/*==================================

	---contact---

==================================*/

p#form_attention {
	padding: 0 5em;
}
dl.add_table01 dd.c_date_wrap {
	font-size:100%;
}
select.c_date {
	width:20%;
}
select.c_time {
	width:40%;
}
 dl.add_table01 {
	padding: 0 5em;
}	
.add_table01 dt {
	clear:both;
	float:left;
	width: 30%;
	font-size:80%;
	padding: 0.5em;
	margin-bottom: 0.5em;
	text-shadow: none;
	color: #fff;
	text-align: center;
	background-color: #d94e61;
}
dl.add_table01 dd {
	float:left;
	width:35%;
	font-size:80%;
	padding: 0 1%;
	margin-bottom: 1em;
	line-height: 1.2;
}
input {
	font-size: 100%;
}
/*
input[type=date],
input[type=time],
input[type=datetime-local]{
	width:35%;
}
input#instructor{
	width:45%;
}*/
select {
	font-size: 88%;
}
select.c_date {
	width:20%;
}
select.c_time {
	width:40%;
}
select#status {
	width:35%;
}
select#certification,
select#target,
select#guidance_type{
	width:45%;
}
select#certification{
	width:100%;
}
textarea{
	font-size: 100%;	
}
dl.kakunin_table .kakunin_aa {
	clear:both;
	float:left;
	width: 39%;
	font-size:100%;
}
dl.kakunin_table .kakunin_bb {
	float:left;
	width:59%;
	text-align: left;
	font-size:100%;
	padding: 0.5em;
    margin: 0  0 1em 1%;
	border:none;
}
dl.kakunin_table {
	padding: 0 5em;
}
.guidance_id{
	line-height: 2.2;
}
.form p.atte {
	padding: 0 5em;
}

}

@media screen and (min-width :1200px) {
#contents {
	font-size : 125%;
}


/*==================================

	---Course---

==================================*/

#course ul.license li{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:10px;
}
#course ul.license li:nth-child(3n){
	margin-right:0;
}
#course ul.license li:nth-child(even){
}

table#glist td.close{
	background-color: #999;
}
table#glist td.soon{
	background-color: #9DFFC0;
}
}