@charset "UTF-8";
/* CSS Document */
/* GLOBAL */
/* for SmartPhone */

/* 転用の説明
------------------------------------------------ */
div.blockText01 {
	margin: 0 16px;
	margin-top: 10px;
	font-size: 100%;
}

ul.ulNttNoGet01 {
	list-style: decimal;
	margin: 0;
	margin-left: 1em;
}
ul.ulNttNoGet02 {
	margin: 0;
	margin-top: 10px;
	margin-left: 1em;
}

div#NttEast {
	width: 460px;
	float: left;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 24px;

		/* border */
	border: 1px solid #4691ca;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	background-color: #ffffff;
}

div#NttWest {
	width: 460px;
	float: left;
	margin-top: 20px;
		/* border */
	border: 1px solid #4691ca;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	background-color: #ffffff;
}

div#NttEast h2, div#NttWest h2 {
	margin-top: 0px;
	text-indent: 1em;
	font-size: 100%;
	color: #ffffff;
	background-color: #4691ca;
	padding: 5px;
}

div#NttEast dl dt, div#NttWest dl dt {
	text-align: center;
	font-size: 120%;
	padding: 7px;
}

dd.btnNttTel {
	background-color: #e5eeff;
	display: block;
	/* border */
	border: 1px solid #cccccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 10px;
	padding: 3px;
	text-align: center;
}

dd.btnNttTel a {
	color: #4590cb;
	display: block;
	text-decoration: none;
}

dd.btnNttTel a:hover {
	color: #062f4f;
}


dd.nttNote {
	font-size: 100%;
	padding: 10px;
}

div.border01 {
	border-top: 1px dotted #d0d0d0;
}

div.border02 {
	clear: both;
	border-top: 1px dotted #d0d0d0;
}

div#NttEast img.iconNewWind, div#NttWest img.iconNewWind {
	width: 19px;
	height: 15px;
}

ul.ulTransNote {
	margin: 0;
	margin-top: 10px;
	margin-left: 1em;
}
