
.page_title h2 em{
	font-size: 18px;
}


/** kana **/

.kana{
	font-size: 0;
	line-height: 0;
	text-align: center;
	border: 1px solid #ffdced;
	margin: 0 0 20px 0;
	padding: 10px 8px 6px 8px;
}

.kana a{
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	font-weight: bold;
	line-height: 46px;
	text-align: center;
	color: #fff;
	border: 2px solid #ff4aa3;
	border-radius: 3px;
	background: #ff4aa3;
	box-shadow:0px 0px 0px 1px #ff87c2 inset;
	-moz-box-shadow:0px 0px 0px 1px #ff87c2 inset;
	-webkit-box-shadow:0px 0px 0px 1px #ff87c2 inset;
	margin: 0 2px 4px 2px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.kana a:hover{
	text-decoration: none;
	opacity			: 0.8;
	filter			: alpha(opacity=80);
}


/** nbox **/

.nbox{
	margin: 0 0 20px 0;
	padding: 10px 10px 0 10px;
}

.nbox ul{
	font-size: 0;
	line-height: 0;
}

.nbox li{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	font-size: 15px;
	line-height: 24px;
	padding: 0 0 0 15px;
	background: url(../../useful1/img/i1.png) no-repeat 0 50%;
	-webkit-background-size: 11px 10px;
	background-size: 11px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}