/* -------------------------------
	全般
------------------------------- */
#sheet {
	margin: 0 0 0 15px;
}

#sheet:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}

#sheet h3 {
	text-align:center;
    font-size: 1.4rem;
	line-height:1.8rem;
    margin: 30px 5px 20px;
    color: #424242;
	font-weight:bold;
}

#sheet h4 {
    font-size: 120%;
    margin: 10px 0px 20px;
    padding-left: 5px;
    border-left: 10px solid #26C6DA;
}

/*（順不同）表記*/
#sheet h4 span {
	font-size: 80%;
	font-weight: initial;
}

#sheet p {
	line-height:1.5em;
	font-size:90%;
	list-style-type:none;
}

#sheet .kyousan p {
	margin:0 0 35px 0px;
	line-height:1.5em;
	font-size:90%;
	list-style-type:none
}

/* -------------------------------
	メインイメージ
------------------------------- */
#main_img{
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#main_img img{
	height: 250px;
}

/* -------------------------------
	概要
------------------------------- */
#read_program p {
	margin: 15px 10px;
	line-height: 1.5em;
	font-size: 90%;
	text-indent: 1em;
	display: inline-block;
}

.link{
	text-align: center;
	margin: 10px 0 70px;
}

.link p {
    color: #037389;
	font-weight: bold;
}

.link a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff!important;
    background: #037389;
    text-decoration: none;
    padding: 15px 20px;
}

.link a:hover{
	text-decoration:none!important;
	background: #04a1bf;
}

/* -------------------------------
	協賛企業・プログラミング教室
------------------------------- */

.kyosanlogo:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}

.kyosanlogo li{
	list-style-type:none;
	background:none;

}

.kyosanlogo-img {
	display:block;
	float:left;
	margin-bottom: 20px;
	vertical-align: middle;
	list-style-type:none;
}

.kyosanlogo img{
	border:0px;
	vertical-align:middle;
}

.big:nth-child(2n){
	margin-left: 10px;
}

.small{
	margin-left: 37px;
}

.small:first-child{
	margin-left: 0px;
}

.small:nth-child(4n){
	margin-left: 0px;
}



