@charset "UTF-8";

/**-----------------------------------------------
 * style
 *---------------------------------------------- */
 
 #container{
 	overflow: hidden;
 }
 #header {
 	margin: 0 auto;
 	text-align: center;
 	background-color: #abdcef;
 }
 #header .social-button li{
 	display:inline-block !important;
 }
 #header h1{
 	margin: 0 auto;
 	padding: 10% 20% 5%;
 }

 .cap {
 	margin: 1em auto;
 	font-size: 109%;
 	font-weight: bold;
 	padding: 0.1em;
 	background-color: #FFEB3B;
 	text-align: center;
 	width: 90%;
 }

/* about
--------------*/
#about h2 {
	max-width: 980px;
	width: 95%;
	margin: 2em auto 3em;
}
.dtl {
	background: url(../images/bg_st1.png) repeat;
	padding: 3em 3%;
	text-align: center;
}

.schedule{
	width: 90%;
	margin: 3em auto;
	box-sizing: border-box;
	text-align: center;
} 
.schedule li{
	width:100%;
	padding:25px 0;
	display:table;
	background:url(../images/hr02.jpg) repeat-x center bottom;
	box-sizing:border-box;
}
.schedule li:first-child{
	padding-top: 0;
}
.schedule li:last-child{
	background:none;
	padding-bottom: 0;
}
.schedule li >span{
	display: block;
	margin: 0 auto;
	width: 95px;
	height: 30px;
	text-align: center;
	border-radius: 15px;
	background: #409bd6;
	margin-bottom: 3%;
	line-height: 30px;
	color: #fff;
}
.schedule .small{
	font-size: 13px;
	line-height: 1.5;
	display: block;
}
.schedule a{
	color: #0090d5;
	border-bottom: 1px dotted #0090d5;
}
.schedule a:hover{
	color:#2aa8e4;
	text-decoration: none;
}
.prof {
	width: 90%;
	margin: 1em auto 2em;
}

/* entry
--------------*/
.step{
	background: url(../images/bg_st2.png) repeat;
	padding: 3em 3%;
	text-align: center;
}
.step img{
	width: 90%;
	margin: auto;
	max-width: 980px;
}
.steptxt {
	margin: 2em auto;
	width: 90%;
	max-width: 580px;
	text-align: center;
}
#app {
    width: 90%;
    margin: 2em auto;
    padding: 5%;
    box-sizing: border-box;
    border: 2px dotted #0090d5;
    border-radius: 0;
}


/**----------------------------------------------------------------------------------------------
 * responsive
 *--------------------------------------------------------------------------------------------- */
 /* PC */
 @media screen and (min-width:641px) {

 	#header {
 		position: relative;
 	}
 	#header h1 {
 		width: 90%;
 		max-width: 320px;
 		padding: 1.5em 0;
 		background: none;
 		border-bottom: none;
 	}
 	.cap {
 		margin: 2em auto;
 		font-size: 150%;
 		letter-spacing: 1px;
 		font-weight: bold;
 		padding: 14px;
 		background-color: #FFEB3B;
 		width: 90%;
 		max-width: 980px;
 	}

	/* about
	-----------------*/
	.aboutwrap {
		max-width: 980px;
		padding: 50px 3%;
	}
	#about h2{
		margin: 50px auto 80px;
	}
	.dtl{
		padding: 80px 0;
	}
	.dtl img {
		max-width: 980px;
		width: 90%;

	}
	.schedule{
		max-width: 850px;
		width: 80%;
		margin: 70px auto;
		text-align: left;
	} 
	.schedule li >span{
		display:inline-block;
		width: 100px;
		height: 32px;
		line-height: 32px;
		font-size: 18px;
	}
	.schedule li p {
		width: 100%;
		display: table-cell;
		padding-left: 30px;
		font-size: 19px;
	}

	.prof {
		width: 90%;
		max-width: 980px;
		margin: 80px auto 80px;
	}

	/* entry
	-----------------*/
	.steptxt {
		margin: 50px auto;
	}

	#app {
		max-width: 980px;
		width: 95%;
		padding: 45px 0;
		margin: 20px auto 70px;
	}

}

