#header {
    margin : 0;
}

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

.slider {
	list-style : none;
	width : 100%;
    margin-bottom : 35px;
	z-index : 10;
}
 
.slider li {
	width : 386px !important;
	width /**/: 407px;
	padding : 0 11px 0 10px;
}

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

.thumb {
	width : 386px;
	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 : 326px;
    font-weight : 600;
    font-size : 110%;
    line-height : 1.55em;
    top : 220px;
    left : 30px;
    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 : 23px;
    right : 20px;
}

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

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

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

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

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

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

.ticker {
	position : relative;
	overflow : hidden;
	margin-left : auto;
	margin-right : auto;
	width : 1200px;
	text-align : center;
}
 
.ticker ul {
	width : 100%;
	position : relative;
	color : #ffffff;
}
 
.ticker ul li {
	width : 100%;
	display : none;
}

.ticker ul li a {
	color : #ffffff;
	text-decoration : underline;
}

.ticker ul li a:hover {
	color : #ffffff;
	text-decoration : none;
}

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

.coarea1 {
    clear : both;
    overflow : hidden;
    width : 100%;
    padding-top : 70px;
}

.cobox {
    overflow : hidden;
    position : relative;
    width : 1200px;
    margin : 0 auto 70px auto;
}

p.cimg1 {
    width : 592px;
    margin-bottom : 50px;
}

p.cimg1 img {
    border-radius : 12px;
}

.coarea1 dl {
    position : absolute;
    width : 550px;
    top : 5px;
    right : 0;
}

.coarea1 dl dt {
    margin-bottom : 20px;
    color : #4169aa;
    font-family : "Zen Old Mincho";
    font-weight : 600;
    font-style : normal;
    font-size : 230%;
}

.coarea1 dl dt span {
    float : right;
    padding-top : 5px;
    color : #dcdcdc;
    font-size : 94%;
    font-family : "Spectral";
	font-style : normal;
	font-weight : 500;
	letter-spacing : 1px;
	transform : scale(1.01, 1.02);
}

.coarea1 dl dd {
    line-height : 1.8em;
}

.coarea1 dl dd p {
    display : block;
    margin-bottom : 20px;
    padding-bottom : 20px;
    border-bottom : solid 1px #b4b4b4;
    font-family : "Zen Old Mincho";
    font-weight : 500;
    font-style : normal;
    font-size : 134%;
}

ul.coNavi1 {
    list-style : none;
    width : 1200px;
}

ul.coNavi1 li {
    float : left;
    width : 288px;
    margin-right : 16px;
    text-align : center;
}

ul.coNavi1 li:nth-child(4) {
    margin : 0;
}

ul.coNavi1 li h3 {
    padding : 13px 0 15px 0;
    font-weight : 600;
    font-size : 120%;
    color : #ffffff;
    background : #4169aa;
    border-top-left-radius : 10px;
    border-top-right-radius : 10px;
}

ul.coNavi1 li p {
    margin : 20px 25px 23px 25px;
    line-height : 1.5em;
    text-align : left;
}

ul.coNavi1 li a {
    display : block;
    overflow : hidden;
    width : 100%;
    background : #ebf0fa;
    border-radius : 10px;
    color : #282828;
    text-decoration : none;
}

ul.coNavi1 li a:hover {
    background : #dce6ff;
}

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

.coarea2 {
    overflow : hidden;
    width : 100%;
    padding-top : 70px;
    background : #d7ebd2;
}

p.cimg2 {
    width : 592px;
    margin : 0 0 50px 608px;
}

p.cimg2 img {
    border-radius : 12px;
}

.coarea2 dl {
    position : absolute;
    width : 550px;
    top : 0;
    left : 0;
}

.coarea2 dl dt {
    margin-bottom : 20px;
    color : #3c8223;
    font-family : "Zen Old Mincho";
    font-weight : 600;
    font-style : normal;
    font-size : 230%;
}

.coarea2 dl dt span {
    float : right;
    padding-top : 5px;
    color : #ffffff;
    font-size : 94%;
    font-family : "Spectral";
	font-style : normal;
	font-weight : 500;
	letter-spacing : 1px;
	transform : scale(1.01, 1.02);
}

.coarea2 dl dd {
    line-height : 1.8em;
}

.coarea2 dl dd p {
    display : block;
    margin-bottom : 20px;
    padding-bottom : 20px;
    border-bottom : solid 1px #b4b4b4;
    font-family : "Zen Old Mincho";
    font-weight : 500;
    font-style : normal;
    font-size : 134%;
}

ul.coNavi2 {
    list-style : none;
    width : 1200px;
}

ul.coNavi2 li {
    float : left;
    width : 288px;
    margin-right : 16px;
    text-align : center;
}

ul.coNavi2 li:nth-child(4) {
    margin : 0;
}

ul.coNavi2 li h3 {
    padding : 13px 0 15px 0;
    font-weight : 600;
    font-size : 120%;
    color : #ffffff;
    background : #73a064;
    border-top-left-radius : 10px;
    border-top-right-radius : 10px;
}

ul.coNavi2 li p {
    margin : 20px 25px 23px 25px;
    line-height : 1.5em;
    text-align : left;
}

ul.coNavi2 li a {
    display : block;
    overflow : hidden;
    width : 100%;
    background : #ffffff;
    border-radius : 10px;
    color : #282828;
    text-decoration : none;
}

ul.coNavi2 li a:hover {
    background : #f5ffd2;
}

/*----------ABOUTUS----------*/

.coarea3 {
    clear : both;
    overflow : hidden;
    width : 100%;
    padding-top : 70px;
    background : #fcf6d1;
}

p.cimg1 {
    width : 592px;
    margin-bottom : 50px;
}

p.cimg1 img {
    border-radius : 12px;
}

.coarea3 dl {
    position : absolute;
    width : 550px;
    top : 5px;
    right : 0;
}

.coarea3 dl dt {
    margin-bottom : 20px;
    color : #936b3c;
    font-family : "Zen Old Mincho";
    font-weight : 600;
    font-style : normal;
    font-size : 230%;
}

.coarea3 dl dt span {
    float : right;
    padding-top : 5px;
    color : #d7d0a5;
    font-size : 94%;
    font-family : "Spectral";
	font-style : normal;
	font-weight : 500;
	letter-spacing : 1px;
	transform : scale(1.01, 1.02);
}

.coarea3 dl dd {
    line-height : 1.8em;
}

.coarea3 dl dd p {
    display : block;
    margin-bottom : 20px;
    padding-bottom : 20px;
    border-bottom : solid 1px #b4b4b4;
    font-family : "Zen Old Mincho";
    font-weight : 500;
    font-style : normal;
    font-size : 134%;
}

ul.coNavi3 {
    list-style : none;
    width : 1200px;
}

ul.coNavi3 li {
    float : left;
    width : 288px;
    margin-right : 16px;
    text-align : center;
}

ul.coNavi3 li:nth-child(4) {
    margin : 0;
}

ul.coNavi3 li h3 {
    padding : 13px 0 15px 0;
    font-weight : 600;
    font-size : 120%;
    color : #ffffff;
    background : #d6b65f;
    border-top-left-radius : 10px;
    border-top-right-radius : 10px;
}

ul.coNavi3 li p {
    margin : 20px 25px 23px 25px;
    line-height : 1.5em;
    text-align : left;
}

ul.coNavi3 li a {
    display : block;
    overflow : hidden;
    width : 100%;
    background : #ffffff;
    border-radius : 10px;
    color : #282828;
    text-decoration : none;
}

ul.coNavi3 li a:hover {
    background : #fefcf0;
}

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

#blog {
    overflow : hidden;
    width : 1200px;
    margin : 70px auto 70px auto;
}

#blogL {
    float : left;
    width : 575px;
}

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

#blog h3 span {
    float : right;
    padding-top : 5px;
    font-size : 70%;
}

#blogR {
    float : right;
    width : 575px;
}

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

#blogR h3 span {
    float : right;
    padding-top : 5px;
    font-size : 70%;
}

#blog dl {
    width : 100%;
}

#blog dl dt {
	float: left;
	width : 115px;
	padding : 14px 0 16px 0;
    letter-spacing : 1px;
}

#blog dl dt {
	clear : left;
}

#blog dl dd {
	padding : 14px 0 16px 0;
	border-bottom : dashed 1px #b4b4b4;
}

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

dl#eList dd a:hover {
	color : #282828;
	text-decoration : none;
}