﻿@charset "UTF-8";
#wrapper #contents .block a{
	color: #ff0072;
}
#wrapper #contents .block a:hover{
	/*filter: alpha(opacity=50);*/
	-moz-opacity:0.5;
	opacity:0.5;
}
#wrapper #contents .block .box{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#wrapper #contents .block .box h3{
	margin-bottom:10px;
}
#wrapper #contents .block .box p{
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 0.8em;
}
#wrapper #contents .block .box p.attention{
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 0.8em;
	letter-spacing: 0em;
}
#wrapper #contents .block .box p.pink{
	font-size: 24px;
	color: #ff0072;
}#wrapper #contents .block .box dl {
  width:600px;
  font-size: 18px; 
  line-height: 1.6em;
}
#wrapper #contents .block .box dt {
	float:left;
	font-weight: bold;
}
#wrapper #contents .block .box dd {
	margin-left:80px;
	margin-bottom: 0.8em;
}
#wrapper #contents .block .box dd.pink {
	font-size: 18px;
	color: #ff0072;
	font-weight: bold;
}#wrapper #contents .block .box div.attention {
	font-size: 14px;
	padding: 20px 20px 10px;
	border: 1px solid #000;
}
#wrapper #contents .block .box div.attention p{
	margin-bottom: 0.5em;
	font-size: 14px;
	line-height: 1.3em;
}
#wrapper #contents .block .box div.attention p strong,
#wrapper #contents .block .box dd strong{
	color: #5ea9dd;
}
