@charset "UTF-8";
*{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing:border-box;
}
img{
	outline:none;
}
li{
	list-style:none;
}
figure{
	line-height:0;
}
#wrap{
	width:800px;
	margin:0 auto;
	padding:40px 0;
}
nav ul{
	display:flex;
	justify-content:space-between;
	line-height:0;
}
h1{
	line-height:0;
}
article{
	margin-top:60px;
}
article h2{
	margin-left:50px;
	margin-bottom:60px;
	line-height:0;
}
#homepage h1,
#homepage p{
	width:350px;
	margin:0 auto;
}
#homepage p img{
	margin:0 auto;
}
#homepage .homepagep{
	margin:40px auto;
}
#homepage h1 span{
	font-size:11px;
	color:#ff80c0;
	margin-left:10px;
}
#homepage hr{
	margin:60px 0;
}
#obra ul{
	width:620px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#obra li{
	width:200px;
	margin-bottom:25px;
	box-shadow:1px 0 3px gray;
	line-height:0;
}
#obra li a{
	display:block;
}
#obra li:hover{
	transform:scale(1.05,1.05);
}
#obra p{
	width:620px;
	margin:60px auto;
}
#prof{
	width:800px;
	margin-bottom:60px;
}
#prof>div{
	display:flex;
	padding-top:40px;
}
#prof div div p{
	padding-left:15px;
}
#prof div div p:nth-of-type(1){
	padding:20px 15px;
}
#clase h2{
	margin-bottom:40px;
}
#clase>p{
	padding-left:60px;
	margin-bottom:120px;
}
#clase>section{
	width:800px;
	margin:0 auto;
}
#clase h3{
	position:relative;
	padding-left:1.5em;
	font-size:16px;
	font-weight:normal;
	margin-bottom:30px;
}
#clase h3:before{
	content:"★";
	position:absolute;
	left:0;
	top:0;
}
#clase h3 span{
	font-size:12px;
	margin-left:50px;
}
#clasetable1,
#clasetable2{
	border-collapse: collapse;
	border:1px solid black;
	margin-bottom:60px;
}
#clasetable1{
	margin:0 auto 60px;
}
#clasetable1 th,
#clasetable1 td{
	width:148px;
	background:white;
	border:1px solid black;
	padding:4px;
	text-align:center;
}
#clasetable1 th{
	background:#C9C9C9;
}
#clasetable1 td span{
	transform:rotate(90deg);
	display:inline-block;
}
#clase>section:nth-of-type(2) div{
	display:flex;
}
#clasetable2{
	width:420px;
	margin-right:24px;
}
#clasetable2 th,
#clasetable2 td{
	padding:0 4px;
	border:1px solid black;
	line-height:20px;
	height:50px;
}
#clasetable2 th{
	font-weight:normal;
}
#clase>section:nth-of-type(2) div p{
	font-size:14px;
}
#clase h4,
#clase section li{
	position:relative;
	padding-left:1.2em;
	margin-left:20px;
}
#clase h4:before,
#clase section li:before{
	content:"●";
	position:absolute;
	left:0;
	top:0;
}
#clase h4{
	font-weight:normal;
	font-size:16px;
}
#clase section section p{
	margin-left:40px;
}
#clase>section:last-child{
	margin:60px 0;
}
#totop{
	border-bottom:1px solid #aaa;
	display:flex;
	padding:30px 0 10px;
}
#totop img{
	margin-left:auto;
	cursor:pointer;
}
footer div{
	width:324px;
	margin:40px auto;
}
footer div p:nth-of-type(1){
	margin-bottom:20px;
	background:red;
	color:white;
	font-weight:bold;
	text-align:center;
	letter-spacing:1em;
	line-height:34px;
}
footer div p span{
	letter-spacing:0;
}
footer div img{
	display:inline;
}
footer>p{
	text-align:right;
	font-size:13px;
	padding-top:20px;
}