@charset "UTF-8";



@media screen and (min-width: 741px),print {/*pc用スタイル*/
}




/* *** 
digest 等、横に180の画像2つパターン用
********************* */
.column1_12 {clear:both; overflow: hidden;margin-bottom: 30px;}
.column1_12 .colL{float: left; width:335px;}
.column1_12 .colR{float: right; width:390px; margin-left:11px}
.column1_12 .colR figure{ margin-left:15px; float:left;}
.column1_12 .colR figure.t_center{ width:100%;margin-left:0; float:none;}

#lesson .column1.colR figure{ margin-left:15px; float:left;}


/* 	免除の取得 */
.menjyo dl dd {
	text-indent: 1em;
}



/* *** 
digest 子ども囲碁入門指導
********************* */
#digest .no_list_flat li {
	display:inline-table;
	}
#digest .no_list_flat li span{
	width:15%;
	border:solid 1px #CCCCCC;
	padding:10px;
	margin-right:20px;
	background-color:#EBF2F8;
	}



/* *** 
lesson 
********************* */
.lesson_test area,
.lesson_test_indv area{ cursor : default;}
.lesson_test_indv section{width:60%;margin:0 auto;}
.lesson_test_indv figure{margin-bottom:2em;}
	

/* *** 
囲碁未来教室
********************* */
.igomirai .table2 {
	margin-bottom: 30px;
}
.igomirai .table2 th {
	padding-top: 2px;
	padding-bottom: 2px;
}
.igomirai .table2 tr th:nth-child(1) ,
.igomirai .table2 tr th:nth-child(3) ,
.igomirai .table2 tr th:nth-child(4) {
	width: 20%;
}
/* *** 
スマホアプリ
********************* */
#app span.cate {
  background-color: #000;
  color: #fff;
  line-height: 1.7;
  text-align: center;
  width: 120px;
  display: block;
  margin-right:1em;
}
#app .h2_div span.cate{
	margin-top:1em;
	}
	
/* *** 
ヨンロ
********************* */
#yonro ul#character-list {
	float: left;
	width: 380px;
}

#yonro ul#character-list li {
	float: left;
	width: 24%;
	text-align: center;
	margin-bottom: 10px;
}

#yonro ul#character-list li img {
	display: block;
	margin: 0 auto;
}

#yonro iframe#character-detail {
	float: right;
	width: 340px;
	height: 360px;
	border: 1px solid #CCC;
}


/* *** 
囲碁九路盤ソフト
********************* */
#gogame .number_list img {
	vertical-align: middle;
}

/* *** 
ご寄付のお願い
********************* */
#donation .dl_flo dt{width:20em}

#donation .kihon { text-align:center; font-size:16px; vertical-align:middle; padding:1px 10px 1px 10px}
#donation .bunshi { text-align:center; font-size:12px; padding:1px 5px 1px 5px}
#donation .bunbo { border-top:solid 1px #333333; text-align:center; font-size:12px; padding:1px 5px 1px 5px}



@media screen and (max-width: 740px) {/*スマホ用スタイル*/
/* *** 
digest 等、横に180の画像2つパターン用
********************* */

.column1_12 .colL,
.column1_12 .colR{float: none;	margin: 0 0 1em; width:100%;}
.column1_12 .colR figure{ width: 100%; text-align: center;	margin-bottom: 1em; margin-left:0; }
.column1_12 .colR figure img{width: 80%; }

.column1_12 .colR figure.t_center{ 	margin-bottom: 1em; margin-left:0; }

#lesson .column1.colR figure{ float: none; margin-left:0px; }


.lesson_test_indv section{width:95%;margin:0 auto;}
}