/* 横向きの場合のスタイルシート ========================================================================================== */

body {background: #999999;}

#top {
	height: 100%;
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}

#topContents {
	background: -moz-linear-gradient(top, #ffffff, #999999);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#999999));
	padding: 0px 0px 0px 0px;
}
#topContents section {
	padding: 1% 1% 1% 3%;
}
#topContents .topNavbox {
	border: 1px solid #ffffff;
	background: #ffffff;
	width: 29.5%;
/*	height: 30%;	*/
	position: relative;
	float: left;
	margin: 0px 0px 1% 3%;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
	}
#topContents .topNavbox.nav03,
#topContents .topNavbox.nav06 {
	margin-right: 0;
	}
	#topContents .topNavbox h3 {
		background: -moz-linear-gradient(top, #cccccc, #ffffff);
		background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff));
		height: 40px;
		line-height: 43px;
		padding-left: 10px;
		font-weight: normal;
		border-bottom: 1px solid #cccccc;
	}
	#topContents .topNavbox h3 .icon01 {
		display: block;
		background-image: url(../img/top_navbox_arr01.png);
		background-size: 20px 19px;
		background-repeat: no-repeat;
		background-position: right 10px;
	}
	#topContents .topNavbox h3 .icon02 {
		display: block;
		background-image: url(../img/top_navbox_arr02a.png);
		background-size: 32px 16px;
		background-repeat: no-repeat;
		background-position: right 12px;
	}
	#topContents .topNavbox p.txt01 {
		width: 100%;
		height: 45px;
		line-height: 45px;
		background: url(../img/top_navbox_text_bg.png);
		background-size: 1px 1px;
		background-repeat: repeat;
		color: #ffffff;
		position: absolute;
		text-indent: 10px;
		margin-top: -45px;
	}
	#topContents .topNavbox p.txt02 {
		width: 100%;
		height: 45px;
		background: url(../img/top_navbox_text_bg.png);
		background-size: 1px 1px;
		background-repeat: repeat;
		color: #ffffff;
		position: absolute;
		margin-top: -45px;
	}
	#topContents .topNavbox p.txt02 span {
		display: block;
		padding: 7px 0px 0px 10px;
		line-height: 1.2em;
	}
	#topContents .topNavbox img { border-top: 1px solid #ffffff; display: block;}