@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Hannari' , ヒラギノ明朝 ProN W3′ , ‘HiraMinProN-W3′ ,”メイリオ”, Meiryo, serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-image: url(../images/back.png);	
}
.title {
	width: 508px;
	margin-left: auto;
	margin-right: auto;
}
#content {
    width: 60%;
    margin: 2em auto;
    padding: 3em 4em;
    /* [disabled]background-color: rgba(0,0,0,.5); */
    color: #fff;
    text-align: center;
}
.hide {
	display: none;
}
h1{
	font-family: 'Hannari' , ヒラギノ明朝 ProN W3′ , ‘HiraMinProN-W3′ ,”メイリオ”, Meiryo, serif; 	
	font-size: 30px;
	font-weight: bold;

}


.left {
	margin-left: 0px;
	float: left;
}

.lh40 {
    /* [disabled]margin-bottom: 20px; */
    line-height: 40px;
}
.bs-title {
    color: #FF0004;
}
.mt40 {
	margin-top: 40px;
}

.best-link {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.best-btn {
    color: #fff;
    background-color: #373CA2;
    border-color: #05007E;
}


.mb100 {
    margin-bottom: 100px;
}
.prof.caption.mb100 .center-text a {
    color: #D80003;
}




/*レスポンシブ*/

@media only screen and (max-device-width : 480px) {
.title {
	width: 300px;
}
  	.gazou { 
 		  width:100%;
  	}
  }
