@charset "UTF-8";
#info{
	display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

A:visited {
    color: #0072ff;
    text-decoration: none;
}
A:link {
    color: #0072ff;
    text-decoration: none;
}
A:hover{
    color:#ff6a00;
    text-decoration:underline;
}
A:active {
    color: #ff6a00;
    text-decoration: underline;
}

.DivLink {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
}