.section {
	width: 610px;
	padding: 10px 10px 20px;
	color: #333;
}
.section .Area .pink {
	color: #EC1F78;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.section .Area .pink a{
	color: #EC1F78;
	font-size: 15px;
	font-weight: bold;
}

.section .Area {
	background-color: #FCEDEC;
	padding: 6px;
	margin: 5px 0 0;
}
.section .Area .txt{
	padding: 10px;
	line-height: 1.8em;
}
.section .t5Area {
	padding: 0 15px 5px;
	margin: 0 0 0;
	background-image: url(t5_y.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.section .t5Area .txt{
	padding: 10px;
	line-height: 1.8em;
	background-color: #FFF;
	border-radius:10px;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
	margin: 5px 10px 20px;
}
.isoyamabox{
	width: 240px;
	float: left;
}

*, ::before, ::after {
  box-sizing: content-box;
}

body{
	letter-spacing: 0;
}

@media screen and (max-width:640px){
	.section,img,iframe {
		width: 100%;
	}
	.toTop {
		width: 132px;
	}
}