@charset "UTF-8";

    body {
	color: #000;
	font-family : "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Meiryo, san-serif;
	font-size: 62.5%;
	line-height: 1.7;
	background-color: #FFF;
    }
	
	    /* --- link --- */
     
    a {
	color: #333333;　　　/*color: #1AA0E5;*/
    }
    a:visited {
    text-decoration: none;
    }
    a:hover {
    color: #199FE4;
    }
     
    /* --- general --- */
     
    h2 {
    margin: 0 0 0.5em 0;
    font-size: 1.5em;
    }
    h3 {
    margin: 0 0 1em 0;
    color: #333;
    font-size: 1.2em;
    }
     
    p {
    font-size: 1.2em;
    margin-bottom: 1.5em;
    }
     
    ul {
    padding: 0 0 1.5em 2em;
    font-size: 1.2em;
    }
    ol {}
     
    table {
	font-size: 1.4em;
	line-height: 1.5;
    }
	a:hover img {
        opacity: 0.8;
    }
		

@media only screen and (max-width: 767px) {
    .onlyPC {
        display: none;
    }
}
@media print, screen and (min-width: 766px) {  /*PCのみ*/
    .onlySP {
        display: none;
    }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.flootR {
	float: right;
}
.flootL {
	float: left;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}

.ml15 {
	margin-left: 15px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.w10 {
    width: 10%;
}
.w20 {
    width: 20%;
}
.w30 {
    width: 30%;
}
.w40 {
    width: 40%;
}
.w50 {
    width: 50%;
}
.w60 {
    width: 60%;
}
.w70 {
    width: 70%;
}
.w80 {
    width: 80%;
}
.w90 {
    width: 90%;
}
.w100 {
    width: 100%;
}


