@charset "utf-8";
/* CSS Document */

#articleArea #exampleArea {
	width: 100%;
	margin: 30px auto 70px auto;
	overflow: hidden;
}
#articleArea .articleHeading {
	clear: both;
}

#articleArea .exampleBox .examplePhoto{
	text-align: center;
}
#articleArea .exampleBox .examplePhoto img {
	width: 335px;
	margin-top: 30px;
	margin-bottom: 30px;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
}

#articleArea .exampleBox_1 {
	min-height:550px;
	margin: 50px auto 50px auto;
	text-align: center;
}

#articleArea .exampleBox_1 .examplePhoto_1{
	text-align: center;
}

#articleArea .exampleBox_1 .examplePhoto_1 img {
	width: 473px;
	margin-top: 30px;
	margin-bottom: 30px;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
}

#articleArea .exampleBox_1 .exampleLeadArea_1 {
	width: 640px;
	margin: 0px auto 10px auto;
	display: inline-block;
	padding: 0px 0px 0px 25px;
	text-align: left;
}


#articleArea .exampleBox .exampleLeadArea {
	width: 640px;
	min-height: 100px;
	margin-top: 10px;
	display: inline-block;
	padding: 20px 0px 0px 25px;
	overflow: hidden;

}

#articleArea .exampleBox {
	clear: both;
	min-height:550px;
	margin: 50px 0 50px 0;
}

#articleArea .exampleBox_1 .exampleCharaLeft img {
	width: 80px;
	float: left;
}

#articleArea .exampleBox_1 .exampleCharaRight img {
	width: 80px;
	float: right;
}
#articleArea .exampleBox .exampleCharaLeft img {
	width: 80px;
	float: left;
}

#articleArea .exampleBox .exampleCharaRight img {
	width: 80px;
	float: right;
}

.balloon2-left {
	position: relative;
	display: inline-block;
	padding: 7px 10px;
	margin-left: 15px;
	min-width: 120px;
	max-width: 500px;
	color:#655341;
	background: #FFF;
	border: solid 3px #555;
	box-sizing: border-box;
	line-height: 1.5em;
	font-size: 1em;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
}
.balloon2-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
	z-index: 2;
}
.balloon2-left:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #555;
	z-index: 1;
}
.balloon2-left p {
	margin: 0;
	padding: 0;
}
.balloon2-right {
	position: relative;
	display: inline-block;
	padding: 7px 10px;
	margin-right: 15px;
	min-width: 120px;
	max-width: 500px;
	color:#655341;
	background:#FFFFFF;
	border: solid 3px #555;
	box-sizing: border-box;
	line-height: 1.5em;
	font-size: 1em;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
	float: right;
}
.balloon2-right:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
	z-index: 2;
}
.balloon2-right:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #555;
	z-index: 1;
}
.balloon2-right p {
	margin: 0;
	padding: 0;
}

.under{
	font-weight: bold;
	  background: linear-gradient(transparent 30%, #ffff00 50%);
}
