@charset "UTF-8";
/* index */



/* サービス提供エリア（背景グレー） */

.box_serviceAreaSearch_gray {
	width:656px;
	height:120px;
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0 20px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background: #f5f5f5;
}

.box_serviceAreaSearch_gray dl {
	width:554px;
	height:90px;
	margin:0;
	padding:23px 0 0 0;
	background: url(/access/search/images/bg_areasearchbox_gray.png) no-repeat left 23px;
	float:left;
	overflow:hidden;
}

.box_serviceAreaSearch_gray dt {
	width:70px;
	height: 45px;
	text-indent: -9999px;
	overflow: hidden;
	float:left;
	margin:0;
	padding:0;
}
.box_serviceAreaSearch_gray dd {
	width:484px;
	float:right;
	height: 45px;
	margin:0;
	padding:0;
}
.box_serviceAreaSearch_gray dd input {
	float:left;
}
.box_serviceAreaSearch_gray dd p {
	width:286px;
	height:29px;
	float:right;
	font-size:11px;
	line-height:29px;
}
.box_serviceAreaSearch_gray dd .txt3,
.box_serviceAreaSearch_gray dd .txt4 {
	margin:0 0 0 15px;
	padding:0 5px;
	height:29px;
	border:0px solid transparent;
	background-color: transparent;
}
.box_serviceAreaSearch_gray dd .txt3 {width: 32px;}
.box_serviceAreaSearch_gray dd .txt4 {width: 37px;}
.box_serviceAreaSearch_gray .submit {
	float:right;
	margin:60px 0 0 0;
	width: 100px;
	height: 35px;
	border: 1px solid #8e8e8e;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	background: #666666;
	line-height: 35px;
	font-size:1em;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	cursor: pointer;
}
.box_serviceAreaSearch_gray .submit:hover {
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
	color: #454545;
}


/* 高速モバイルをご希望のお客さま */


.list_serviceArea{
	width:696px;
	margin:0 0 30px 0;
	padding:5px 0 0 0;
	overflow:hidden;
}


.list_serviceArea dt{
	width: 480px;
	margin:0 0 15px 0;
	padding:0 0 15px 10px;
	line-height:20px;
	float:left;
}

.list_serviceArea dd{
	margin:0 0 15px 0;
	padding: 0 10px 15px 0;
	border-bottom:1px solid #f2f2f2;
	text-align:right;
	font-size:11px;
	line-height:20px;
}


.list_serviceArea dd a {
	padding-left: 16px;
	background: url(/access/common2011/images/base/bg_linkText01.png) no-repeat left top;
}

.list_serviceArea dd a:hover {
	background-image: url(/access/common2011/images/base/bg_linkText01ov.png);
}
