
/* CSS Document */

/* -----------------------------------------------------------------
 common 
------------------------------------------------------------------ */

.is_hidden { display: none; }
.is_float_R { float: right; margin:3px; }
.is_float_L { float: left; margin:3px; }
.is_center { margin: 0 auto; }
.is_rounded {
    border-radius:5px;
	}
.is_disp_inlineblck{ display: inline-block;}	
.is_disp_height{ min-height: 300px;}

/* -----------------------------------------------------------------
 text
------------------------------------------------------------------ */
.is_txt_left{ text-align:left;}
.is_txt_indent{ padding-left: 1.6rem; text-indent: -1.6rem; }
.is_txt_indent05{ padding-left: 2.4rem; text-indent: -2.4rem; }
.is_txt_indent2{ padding-left: 4rem; text-indent: -4rem; }
.is_txt_sml{ font-size: 85%;}
.is_txt_sml60{ font-size: 60%;}
.is_txt_sml70{ font-size: 70%;}
.is_new{
	background-color:#906a90;
	border-radius: 3px;
	color:#FFF;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	margin: 2px 3px;
	padding: 2px 4px;
	}
.is_txt_R{ float:right; text-align:right; }
.is_txt_red{ color: #C41407;}
.is_txt_brown{ color: #754C45;}
.is_txt_wh{ color: #FFF;}
.is_txt_gray{ color: #657382;}

.is_txt_box{ border:1px solid #999; padding:5px;}
.is_new_brwn{
	background-color:#E2D1CE;
	border-radius: 3px;
	color:#704942 ;
	margin: 2px 3px;
	padding: 4px 3px 3px;
	font-size:85%;
	}

.is_new_gry{
	background-color:#E0E0E0 ;
	border-radius: 3px;
	color:#545454   ;
	margin: 2px 5px 2px 0;
	padding: 4px 3px 3px;
	font-size:90%;
	}

.is_new_pink{
	background-color:#DB4D6D;
	border-radius: 3px;
	color:#FFFFFF;
	margin: 2px 5px 2px 0;
	padding: 4px 3px 3px;
	font-size:95%;
	}

blockquote.is_bq_t0{ margin-top:0;}
.is_p_note{
	text-indent: -1.5rem;
	margin-left: 1.5rem;	}

.is_p_note:before {
    content: "※ ";
	color:#B5495B;
    }
.h1 { font-size: 2rem; line-height: 1.2; }
.h2 { font-size: 1.9rem; line-height: 1.263; }
.h3 { font-size: 1.8rem; line-height: 1.3333; }
.h4 { font-size: 1.6rem; line-height: 1.5; }
.h5 { font-size: 1.6rem; line-height: 1.5; }
.h6 { font-size: 1.6rem; line-height: 1.5; }

	
/* -----------------------------------------------------------------
 color
------------------------------------------------------------------ */

.is_bgc_about { background-color: #5CADFF; }	
.is_bgc_news { background-color: #887359; }	
.is_bgc_program { background-color: #338DAA; }	
.is_bgc_spring { background-color: #59B200; }	
.is_bgc_monodukuri { background-color: #B27C74; }	
.is_bgc_contest { background-color: #FFA64D; }	
.is_bgc_preschool { background-color: #B1C87B; }	
.is_bgc_wumeg{ background-color: #E8D7D9; overflow:hidden;}
.is_bgc_features{background: #c9f1cc;}
.is_bgc_wh{ background-color: #FFF; overflow:hidden;}
.is_bdl_about {border-left:2px solid #5CADFF;}	
.is_bdl_news { border-left: 2px solid #AE9368;}	
.is_bdl_program { border-left: 2px solid #338DAA; }	
.is_bdl_spring { border-left: 2px solid #59B200; }	
.is_bdl_monodukuri { border-left: 2px solid #B27C74; }	
.is_bdl_contest { border-left: 2px solid #FFA64D;}	
.is_bdl_default { border-left: 2px solid #999;}	
.is_bd_bl{ border: 1px dashed  #338DAA; padding: 0.5rem;}
.is_bgc_plbl{ background-color: #78B4DF; padding: 0.5rem;}
.is_bgc_sky{ background-color: #62C4E8; padding: 0.5rem;}
.is_bgc_lgry{ background-color: #e6e6e5; padding: 0.5rem;}
.is_bgc_gry{ background-color: #D3D3D3; padding: 0.5rem;}
.is_bgc_lgrn{background: #C9E098;}
.is_bd_news { border-color: #AE9368;}	
.is_bd_fb { border-color: #BCCDDB;}

.is_bdc_about {border-color:#5CADFF;}	
.is_bdc_news { border-color: #AE9368;}	
.is_bdc_program { border-color: #338DAA; }	
.is_bdc_spring { border-color: #59B200; }	
.is_bdc_monodukuri { border-color: #B27C74; }	
.is_bdc_contest { border-color: #FFA64D;}	



/* -----------------------------------------------------------------
 button
------------------------------------------------------------------ */

.is_btn_default a{
	background-color: #B5CE6F;
	border: 1px solid #B2C295;
	border-radius: 5px;
	box-shadow: #993 -1px -1px 0 0 inset;
	color: #334C8A;
	display: inline-block;
	padding: 0.8rem 1.6rem 0.8rem 2.8rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	}
	
.is_btn_default a:hover{
	background-color: #F7DAE5;
	color: #B71946;
	display: inline-block;
	transition: background-color 0.3s ease 0s;}

.is_btn_default a:before {
	border: 0.7rem solid transparent;
	border-left-color: #334C8A;
    content: "";
	height: 0;
    left: 1.6rem;
    position: absolute;
	top: 1.3rem;
	width: 0;
	}
.is_btn_default a:hover:before{
	border: 0.7rem solid transparent;
	border-left-color: #AE536A;
	}


 
/* -----------------------------------------------------------------
 image
------------------------------------------------------------------ */

.is_img_main{
	margin:0;
	box-shadow:rgba(172, 172, 157, 0.75) 1px 1px 1px 0px;
	width: 100%;
	}

.is_img_main_home{
	margin-bottom:1.5rem;
	box-shadow:rgba(172, 172, 157, 0.75) 1px 1px 1px 0px;
	width: 99.9%;
	}
.is_img_bn{ margin-left: 10px; }
.is_img_bnR{ margin-right: 10px; }

img.is_img_center{ display:block; margin:0 auto;}
img.is_imb_bn_size { max-width: 190px; margin-bottom:1rem; }
img.is_imgcircle{ border-radius: 50%; border:5px solid #997C6C;}
img.is_imgcircle_nb{ border-radius: 50%;}
.width-100 { width: 100%; }
.is_img_bd{ border-right:1px solid #FFF;}
/* -----------------------------------------------------------------
 margin
------------------------------------------------------------------ */
.is_mgn_b0{margin-bottom: 0;}
.is_mgn_b05{margin-bottom: 0.7rem;}
.is_mgn_b1{margin-bottom: 1.5rem;}
.is_mgn_b2{margin-bottom: 3.0rem;}
.is_mgn_t0{margin-top: 0;}
.is_mgn_t05{margin-top: 0.7rem;}
.is_mgn_t1{margin-top: 1.5rem;}
.is_mgn_t2{margin-top: 3rem;}
.is_mgn_l0{margin-left: 0;}
.is_mgn_l2{margin-left: 3rem;}
.is_mgn_l1{margin-left: 1.5rem;}
.is_mgn_l05{margin-left: 0.7rem;}
.is_mgn_r0{margin-right: 0;}
.is_mgn_r2{margin-right: 3rem;}
.is_mgn_r15{margin-right: 2rem;}
.is_mgn_r1{margin-right: 1.5rem;}
.is_mgn_r05{margin-right: 0.7rem;}
.is_mgn_0{ margin: 0;}
.is_mgn_05{ margin: 0.7rem;}
.is_mgn_10{ margin: 1rem;}
.is_mgn_20{ margin: 2rem;}

.is_p0{ padding: 0;}
.is_p05 { padding: 0.7rem; }

/* -----------------------------------------------------------------
教育助成 論文募集
------------------------------------------------------------------ */
.is_boshu{
	background: #A3D0F9 url(/program/img/bn_2015program_bcg.jpg) no-repeat;
	background-size:cover;
	margin-top:0;
	padding:0;
	position: relative;
	outline: 2px solid #FFF;}
.is_boshu h3 {
	padding-top: 1rem ;
	margin: 0 auto;
	width: 90%;}
.is_boshu img { outline:none;}
.is_boshu a img:hover { outline: none;}
.is_boshu ul { padding:0.3rem;}
.is_boshu ul li { margin:0;}

/* -----------------------------------------------------------------
border
------------------------------------------------------------------ */
.is_border_top{ border-top:1px dashed #999966; padding-top:0.5rem;}
.is_border_bottom{ border-bottom:1px dashed #999966;}


/* -----------------------------------------------------------------

------------------------------------------------------------------ */
img[usemap] {
    max-width: 100%;
    height: auto;
}





/* ul circle */
.li_circle{ 
justify-content: center;
  align-items: center;
	width:100%;
	margin:0;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	padding: 0;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-wrap: wrap;
	}
.li_circle > li{
	background-color:#ddd;
	border-radius: 50%;
	width:105px;
	height:105px;
	padding:  1rem;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	align-items: center;
	list-style:  none;
	text-align:left;
	}
.li_circle > li.is_w{	width:150px; height:150px; margin: 10px; }
.li_circle > li.is_w2{	width:400px; height:400px; margin:20px; background-color:#fff; text-align:left; }
@media (min-width: 1300px) {
.li_circle > li.is_w2{	width:250px; height:250px; margin:10px; background-color:#fff; text-align:left; }
}
@media (min-width: 1080px) 
	and (max-width:1299px) {
.li_circle > li.is_w2{	width:300px; height:300px; margin: 30px; background-color:#fff; text-align:left; }

}
ol.ol> li { list-style:none;  margin-left:-2em;} 
ul.ul{ list-style:disc; padding-left:1em;}
.li{ margin-bottom:0.5rem; line-height:1.5;}
.is_hnum{
  margin: 0;
  counter-reset: hnum;
  list-style: none;
  padding: 0;
}

.is_hnum > li{ position: relative; padding-top: 0; }

.is_hnum > li:before {
  color:#fff;
  font-family: arial;
  counter-increment: hnum;
  content: counter(hnum);
  padding: 0;
  position: absolute;
  left: 2rem;
  z-index: 100;
  font-size: 1.5rem;
  top:0.8rem;
}
.is_hnum > li > h3{ z-index: -1;}
.fa-comment{ font-size: 2.8rem;}



