@charset 'UTF-8';

/*見出し*/
h2 { background: url(../images/info/heading.gif) no-repeat; }

/*概要*/
#info { margin: 20px 0 10px 0; }

#info table {
	width:580px;
	margin: 15px 0 10px 0;
	border-collapse: collapse;
	border: 5px solid #ccc;
	color: #363636;
	background: #fff;
}

#info th {
	text-align:center;
	font-weight: bold;
	border-right: 1px dotted #999;
	padding: 15px 10px;
	color: #363636;
}

#info td {
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	padding: 15px 10px;
	color: #363636;
}

#info tr.ex th,
#info tr.ex td {
	background-color:#eee;
}

/*対応キャリア一覧*/
p#logos {
	text-indent: -9999px;
	background: url(../images/info/logos.gif) no-repeat center center;
	height: 50px;
	width: 100%;
}