﻿@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------
	highschool
-----------------------------------------------------------*/
h1{
	background-image:url(img/h-bg.jpg);
}

table{
	width:100%;
}

.one-columns h4 {
     position: relative;
     padding-bottom: 0.3em;
     border-bottom: 4px solid #DDD;
	 font-size:20px;
	 font-weight:bold;
	 margin-bottom:15px;
}
.one-columns h4::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #E5002D;
     bottom: -4px;
     width:6.5%;
     display: block;
}

@media only screen and (max-width: 768px) {
.one-columns h4 {
	font-size:18px;
}
}

.btnStyleA{
	display:inline-block;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left 20px center;
    font-weight: bold;
    font-size: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #F03;
    border: none;
    cursor: pointer;
    margin: 10px 0 0;
	text-indent:0;
	text-align:center;
	text-decoration:underline;
}
.btnStyleA:before {
	content: ">>";
	font-weight: bold;
	margin-right: 8px;
	color:#F03;
}
.btnStyleA:hover{
	text-decoration:underline;
}