@charset "utf-8";
/* CSS Document */
/* =======================================

	LINK

======================================= */
h4{
    color: #ff229d;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.linkBox,
.exBox {
    font-size: 16px;
    width: 60%;
    margin: 40px auto 0;
    line-height: 1.2;
}
#linkList {
    padding: 20px;
}
#linkList li {
    margin-bottom: 20px;
}
#linkList li span {
    width: 100px;
    display: inline-block;
    text-align: right;
    margin-right: 20px;
}
p.msg a{
    color: #f4d9ab;
}
#exList{
	font-size: 0;
    width: 100%;
}
#exList li{
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 2%;
    text-align: center;
    width: 18.4%;
}
#exList li:nth-child(5n){
	margin-right: 0;
}
#exList li a{
	color: #000;
	font-size: 14px;
	transition: all 0.4s ease 0s;
}
#exList li p{
	margin-top: 10px;
}
#exList li a:hover{
    color: #ff259e;
    transition: all 0.4s ease 0s;
}