@charset "UTF-8";
/* CSS Document */
html {
    font-size: 100%;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height:  1.7;
    letter-spacing: 0.1rem; 
    font-weight: 500;
    font-style: normal;
}
body {
	line-heigt:  1.7;
}
a {
	text-decoration: none;
    color:#0987B5;
}
img {
	max-width: 100%;
}
li {
    list-style: none;
}

.rollOver {
    transition: all 0.3s ease 0s;
}
.rollOver:hover {
    opacity: 0.6;
}
.brSp {
    display: none;
}
.rollOver {
    transition: all 0.3s ease 0s;
}
.rollOver:hover {
    opacity: 0.6;
}


