
/*----------------------------------------------------
 id style
----------------------------------------------------*/

h2.main {
	background-image: url(/masui/entry/images/main.webp);
}

/*----------------------------------------------------
 contents style
----------------------------------------------------*/

div.entry_content {
	width: 85%;
	margin: 0px auto 60px auto;
}

div.entry_content dl {
	border: 10px solid #f5f5f5;
	box-sizing: border-box;
	padding: 30px 20px;
}
div.entry_content dl dt {
	font-size: 16px;
	color: #fff;
	display: block;
	background-color: #0065b0;
	line-height: 40px;
	font-weight: 500;
	border-radius: 20px;
	margin: 0px 0px 20px 0px;
}
div.entry_content dl dd img {
	width: 120px;
	height: auto;
	margin: 0px auto 10px auto;
}
div.entry_content dl dd strong {
	color: #0065b0;
	font-size: 16px;
	display: block;
	line-height: 1.8em;
	font-weight: 500;
	margin: 0px 0px 10px 0px;
}
div.entry_content dl dd p {
	text-align: left;
	line-height: 1.8em;
}



@media only screen and (min-width: 1001px) {

div.entry_content {
	width: 1100px;
	margin: 0px auto 90px auto;
}

div.entry_content dl {
	width: 800px;
	border: 10px solid #f5f5f5;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto 0 auto;
	padding: 30px;
}
div.entry_content dl dt {
	font-size: 16px;
	line-height: 45px;
	border-radius: 25px;
	margin: 0px 0px 20px 0px;
}

div.entry_content dl dd img {
	width: 140px;
	height: auto;
	float: left;
	margin: 0px 40px 0px 40px;
}

div.entry_content dl dd strong {
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}
div.entry_content dl dd p {
	text-align: center;
}
div.entry_content dl dd a.btn {
	float: right;
	margin: 20px 90px 0px 0;
}

}
