@charset "UTF-8";
main{
	background-image: url("../img/bk.png");
}
main h2{
	background-image: url("../img/bg_line.png");
}
main h3{
	color: #f68a71;
}
main h4{
	margin: 60px auto 20px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #f68a71;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.2;
	text-align: left;
}
main .anchors + h4{
	margin-top: 50px;
}

#side ul li.current{
	background-color: rgba(246, 138, 113, 0.2);
}

#author.face:before{
	background-size:120px;
	border-color: #f68a71;
}
#author.face strong{color: #f68a71;}

/*小野さん*/
#author.face.ono:before{background-image: url(../01/img/img01.png);}
/*松本さん*/
#author.face.matsumoto:before{background-image: url(../02/img/img01.png);}

#author.face.makino:before{background-image: url(../03/img/img01.png);}

#author.face.nakao:before{background-image: url(../04/img/img01.png);}

#author.face.tsuchiya:before{background-image: url(../06/img/img01.png);}

#author.face.taniuchi:before{background-image: url(../07/img/img01.png);}

#author.face.hakozaki:before{background-image: url(../08/img/img01.png);}

#author.face.wada:before{background-image: url(../09/img/img01.png);}

#author.face.ootakeguchi:before{background-image: url(../10/img/img01.png);}

#author.face.okada:before{background-image: url(../11/img/img01.png);}

#author.face.nakahama:before{background-image: url(../12/img/img01.png);}

#author.face.iwaki:before{background-image: url(../13/img/img01.png);}

#author.face.yagura:before{background-image: url(../14/img/img01.png);}

#author.face.yoshimoto:before{background-image: url(../15/img/img01.png);}

#author.face.itou:before{background-image: url(../16/img/img01.png);}

#author.face.yamazaki:before{background-image: url(../17/img/img01.png);}

#author.face.ikegami:before{background-image: url(../19/img/img01.png);}

#author.face.hosogai:before{background-image: url(../20/img/img01.png);}

#author.face.nagae:before{background-image: url(../21/img/img01.png);}

@media screen and (min-width: 1024px) {
}

@media screen and (max-width: 1023px) {
	main h4{
		margin: 30px 0 10px;
		padding:0;
		font-size: 1.6rem;
	}
	main .anchors + h4{
		margin-top: 30px;
	}

}