@charset "utf-8";
/*Fragments*/
.titleImg {
	width: 40%;
}
.mintitle {
	margin-top: 35px;
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-family: "bookmania",serif; 
	font-size: 36px; 
	color: #392610;
	font-weight: 600;
}
.mintitle .underline {
  background-repeat: repeat-x;
}

.mintitle .underline-line {
  background-image: url(../img/common/title_bottom_line.png);
  background-position: 0 1.25em;
}
.mintitle .underline .pretext{
  display: inline-block;
  font-weight:normal;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 24px;
  font-family: "bookmania",serif;
  color: #ffffff;
  font-size: 20px;
  background: #392610;
  padding: 6px 20px 2px;
  text-decoration: none;
  margin: 5px 6px 10px 7px;
  vertical-align: middle;	
}
@media screen and (max-width: 768px) {
	.titleImg {
		width: 60%;
	}
}
@media screen and (max-width: 640px) {
	.titleImg {
		width: 60%;
	}
	.mintitle span {
	font-size: 32px; 

}
	.mintitle .spnbg:before {
  font-size: 22px;
  }
}