@charset "shift_jis";
/*
	Description: eomobile TopPage Setting
*/

/****** CONTENTS ***************************************

	1: eomobile TOP

*******************************************************/

/****** 1: eomobile TOP ************************************/
#title_eomobile {
	margin: 0 0 4px;
}

.main_contents {
	margin: 0 0 20px;
}

/* bnr_promo
--------------------------------------------*/
#bnr_promo {
	margin: 0 0 10px;
	padding: 0;
	background: none;
}

/* topics
--------------------------------------------*/
#topics {
	padding: 8px 0 0;
	background: url(../img/bg_topics.gif) 0 0 no-repeat;
}

	#topics dt {
		float: left;
		padding: 0 0 5px;
		width: 80px;
	}
	
	#topics dd {
		float: right;
		margin: 0 0 25px;
		width: 560px;
	}
	
		#topics dd li {
			margin: 0 0 5px;
			padding: 0 0 3px;
			background: url(../common/img/line_dotto02.gif) 0 bottom repeat-x;
		}
		
			#topics dd li a {
				display: block;
				padding: 0 0 0 15px;
				background: url(../img/icon_arrow02.gif) 0 0.2em no-repeat;
			}

/* eomobile_top_menu
--------------------------------------------*/
#eomobile_top_menu {
	position: relative;
	min-height: 81px;
	height: auto !important;
	height: 81px;

	margin-bottom: 5px;
	background: url(../img/bg_eomobile_top_menu.jpg) no-repeat;
}

	#eomobile_top_menu h2 {
	position: absolute;
	top: 6px;
	width: 312px;
	height: 70px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-size: 100%;
	line-height: normal;
	}
	#eomobile_top_menu h2#menu_01 {
		left: 6px;
	}
	#eomobile_top_menu h2#menu_02 {
		left: 322px;
	}

	#eomobile_top_menu ul {
		position: relative;
		top: 105px;
		left: 0;
		min-height: 23px;
		height: auto !important;
		height: 23px;
		background: url(../img/bg_eomobile_top_menu_to_eo64.jpg) left bottom no-repeat;
	}
		#eomobile_top_menu ul li {
			margin-left: 10px;
			padding: 2px 0 0 10px;
			background: url(../img/icon_arrow03.gif) left center no-repeat;
		}
			#eomobile_top_menu ul li a {
				display: inline-block;
				min-height: 7px;
				height: auto !important;
				height: 7px;
			}
	
/* sub_apply_box_eomobile
--------------------------------------------*/
#sub_apply_box_eomobile {
}
	#sub_apply_box_eomobile dl#apply_wifi {
	}
	
		#sub_apply_box_eomobile dl#apply_wifi dt {
			padding: 6px 6px 4px;
		}
		
		#sub_apply_box_eomobile dl#apply_wifi dd {
			padding: 0 6px 6px;
		}
		
	#sub_apply_box_eomobile dl#apply_3g {
	}
	
		#sub_apply_box_eomobile dl#apply_3g dt {
			padding: 8px 6px 4px;
			background: url(../common/img/line_side01.gif) 0 0 repeat-x;
		}
		
		#sub_apply_box_eomobile dl#apply_3g dd {
			padding: 0 6px 6px;
		}
		
	#sub_apply_box_eomobile dl#apply_wimax {
	}
	
		#sub_apply_box_eomobile dl#apply_wimax dt {
			padding: 8px 6px 4px;
			background: url(../common/img/line_side01.gif) 0 0 repeat-x;
		}
		
		#sub_apply_box_eomobile dl#apply_wimax dd {
			padding: 0 6px;
		}

	#sub_apply_box_eomobile dl#area_request {
	}
	
		#sub_apply_box_eomobile dl#area_request dt {
			padding: 8px 6px 4px;
			background: url(../common/img/line_side01.gif) 0 0 repeat-x;
		}
		
		#sub_apply_box_eomobile dl#area_request dd {
			padding: 0 6px;
		}

.top_box_note {
    background-color: #f2f2f2;
    border: 1px solid #d9d9d9;
    padding: 10px 15px;
}
	
