#header {
    margin-bottom : 0;
}

/*----------COVER----------*/

.slider {
	width : 94%;
    margin : 0 3% 3% 3%;
}
 
.slider li {
    width : 100%;
}

.slider li div {
    position : relative;
	width : 100%;
    height : 370px;
    background : #ffffff;
    border-radius : 10px;
}

.thumb {
	width : 100%;
	background-size : cover;
	background-position : center center;
	padding-top : 200px;
    border-top-left-radius : 10px;
    border-top-right-radius : 10px;
}

.slider li div h3 {
    position : absolute;
    overflow : hidden;
    width : 86%;
    font-weight : 600;
    font-size : 110%;
    line-height : 1.55em;
    top : 215px;
    left : 7%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.slider li a {
    color : #282828;
    text-decoration : none;
}

p.cat {
    position : absolute;
    width : 136px;
    padding : 5px 0 7px 0;
    font-size : 88%;
    font-weight : 600;
    text-align : center;
    color : #ffffff;
    background : #4169aa;
    border-radius : 30px;
    bottom : 20px;
    right : 20px;
}

p.edate {
    position : absolute;
    font-size : 105%;
    font-family : "Spectral";
	font-style : normal;
	font-weight : 500;
	letter-spacing : 1px;
    color : #b9b9b9;
    bottom : 22px;
    left : 27px;
}

p.label01 {
	position : absolute;
	width : 50px;
	height : 50px;
	line-height : 50px;
	border-radius : 50%;
	text-align: center;
	color : #ffffff;
	background : #0066cc;
	font-size : 100%;
	font-weight : 600;
	top : 10px;
	left : 10px;
	margin : auto;
}

p.label02 {
	position : absolute;
	width : 50px;
	height : 50px;
	line-height : 50px;
	border-radius : 50%;
	text-align: center;
	color : #ffffff;
	background : #55af0f;
	font-size : 100%;
	font-weight : 600;
	top : 10px;
	left : 10px;
	margin : auto;
}

p.label03 {
	position : absolute;
	width : 50px;
	height : 50px;
	line-height : 50px;
	border-radius : 50%;
	text-align: center;
	color : #ffffff;
	background : #f58719;
	font-size : 100%;
	font-weight : 600;
	top : 10px;
	left : 10px;
	margin : auto;
}

/*----------TICKER----------*/

#cinfo {
	overflow : hidden;
	width : 100%;
	padding : 13px 0 15px 0;
	background : rgba(20,70,140,0.6);
	text-align : center;
}

.ticker {
	position : relative;
	overflow : hidden;
	margin-left : auto;
	margin-right : auto;
	width : 90%;
	text-align : center;
}

.ticker ul {
	width : 100%;
	position : relative;
}

.ticker ul li {
    display : none;
}

.ticker ul li span {
	display : none;
}

.ticker ul li a,.ticker ul li a:hover {
    overflow : hidden;
	color : #ffffff;
	text-decoration : underline;
    font-size : 88%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/*----------FACILITIES----------*/

.coarea1 {
    clear : both;
    overflow : hidden;
    width : 100%;
}

.cobox {
    overflow : hidden;
    position : relative;
    width : 92%;
    margin : 6.5% 4% 5% 4%;
}

p.cimg1,p.cimg2 {
    width : 100%;
    margin-bottom : 6%;
}

p.cimg1 img,p.cimg2 img {
    width : 100%;
    height : 100%;
    border-radius : 9px;
}

.coarea1 dl {
    width : 94%;
    margin : 0 auto 7% auto;
}

.coarea1 dl dt {
    margin-bottom : 3%;
    color : #4169aa;
    font-family : "Zen Old Mincho";
    font-weight : 600;
    font-style : normal;
    font-size : 180%;
    text-align : center;
}

.coarea1 dl dt span,.coarea2 dl dt span,.coarea3 dl dt span {
    display : none;
}

.coarea1 dl dd,.coarea2 dl dd,.coarea3 dl dd {
    line-height : 1.5em;
}

.coarea1 dl dd p,.coarea2 dl dd p,.coarea3 dl dd p {
    display : block;
    margin-bottom : 5%;
    padding : 0 0 5% 0;
    border-bottom : solid 1px #b4b4b4;
    font-family : "Zen Old Mincho";
    font-weight : 500;
    font-style : normal;
    font-size : 140%;
    line-height : 1.3em;
    text-align : center;
}

.coarea1 dl dd p font,.coarea2 dl dd p font,.coarea3 dl dd p font {
    display : block;
}

ul.coNavi1,ul.coNavi2,ul.coNavi3 {
    list-style : none;
    width : 100%;
}

ul.coNavi1 li,ul.coNavi2 li,ul.coNavi3 li {
    float : left;
    width : 49.5%;
    margin : 0 1% 1% 0;
    text-align : center;
}

ul.coNavi1 li:nth-child(2n),ul.coNavi2 li:nth-child(2n),ul.coNavi3 li:nth-child(2n) {
    margin : 0 0 1% 0;
}

ul.coNavi1 li h3 {
    padding : 13px 0 15px 0;
    font-weight : 600;
    font-size : 110%;
    color : #ffffff;
    background : #4169aa;
}

ul.coNavi1 li:first-child a h3,ul.coNavi2 li:first-child a h3,ul.coNavi3 li:first-child a h3 {
    border-top-left-radius : 8px;
}

ul.coNavi1 li:nth-child(2) a h3,ul.coNavi2 li:nth-child(2) a h3,ul.coNavi3 li:nth-child(2) a h3 {
    border-top-right-radius : 8px;
}

ul.coNavi1 li:nth-child(3) a h3,ul.coNavi2 li:nth-child(3) a h3,ul.coNavi3 li:nth-child(3) a h3 {
    border-bottom-left-radius : 8px;
}

ul.coNavi1 li:last-child a h3,ul.coNavi2 li:last-child a h3,ul.coNavi3 li:last-child a h3 {
    border-bottom-right-radius : 8px;
}

ul.coNavi1 li a,ul.coNavi2 li a,ul.coNavi3 li a {
    text-decoration : none;
}

ul.coNavi1 li p,ul.coNavi2 li p,ul.coNavi3 li p {
    display : none;
}

/*----------RECRUIT----------*/

.coarea2 {
    clear : both;
    overflow : hidden;
    width : 100%;
    background : #d7ebd2;
}

.coarea2 dl {
    width : 94%;
    margin : 0 auto 7% auto;
}

.coarea2 dl dt {
    margin-bottom : 3%;
    color : #3c8223;
    font-family : "Zen Old Mincho";
    font-weight : 600;
    font-style : normal;
    font-size : 180%;
    text-align : center;
    line-height : 1.3em;
}

ul.coNavi2 li h3 {
    padding : 13px 0 15px 0;
    font-weight : 600;
    font-size : 110%;
    color : #ffffff;
    background : #73a064;
}

/*----------ABOUT US----------*/

.coarea3 {
    clear : both;
    overflow : hidden;
    width : 100%;
    margin : 0;
    background : #fcf6d1;
}

.coarea3 dl {
    width : 94%;
    margin : 0 auto 7% auto;
}

.coarea3 dl dt {
    margin-bottom : 3%;
    color : #936b3c;
    font-family : "Zen Old Mincho";
    font-weight : 600;
    font-style : normal;
    font-size : 180%;
    text-align : center;
    line-height : 1.3em;
}

ul.coNavi3 li h3 {
    padding : 13px 0 15px 0;
    font-weight : 600;
    font-size : 110%;
    color : #ffffff;
    background : #d6b65f;
}

/*----------BLOG----------*/

#blog {
    overflow : hidden;
    width : 88%;
    margin : 6.5% 6% 5% 6%;
}

#blogL {
    width : 100%;
    margin-bottom : 7%;
}

#blogR {
    width : 100%;
}


#blogL h3 {
    margin-bottom : 17px;
    padding : 15px 17px 15px 17px;
    font-size : 120%;
    font-weight : 600;
    color : #ffffff;
    background : #4169aa;
    border-top-left-radius : 10px;
    border-top-right-radius : 10px;
}

#blogR h3 {
    margin-bottom : 17px;
    padding : 15px 17px 15px 17px;
    font-size : 120%;
    font-weight : 600;
    color : #ffffff;
    background : #73a064;
    border-top-left-radius : 10px;
    border-top-right-radius : 10px;
}

#blogL h3 span,#blogR h3 span {
    float : right;
    padding-top : 6px;
    font-size : 64%;
    font-weight : 500;
}

#blog dl {
    width : 100%;
}

#blog dl dd {
	margin-bottom : 10px;
	padding-bottom : 15px;
	border-bottom : dashed 1px #b4b4b4;
}

#blog dl dd a {
	color : #282828;
	text-decoration : underline;
}