/* CSS Document for Desktop */
/*  */

@import url("sphone.css");

/* MainNavi */

#navibtn {
	display:none;
}
#nav {
	position:relative;
	clear:both;
	padding-top:42px;
	background:url(/assets/image/bg-navi.png) #ededed left top repeat-x;
}

#layer_1 {
	overflow : hidden;
	font-size:100%;
	display:block;
}
#layer_1 li {
	width:140px;
	float:left;
}
#layer_1 li a{
	padding:12px 0;
	border-top:0;
	border-left:1px solid #fff;
	border-right:1px solid #ccc;
}
#jikanhyou {
	border:1px solid #ccc;
	width:400px;
	border-spacing:0px;
	margin-bottom:6px;
}


#header h1 span.title{
	text-align:center;
	position: absolute;
	font-size:80%;
	width:100%;
	left: 0px;
	top:0px;
}

.header-area{
	background-color:#fff;
	height:60px;
}

#nav ul {
	position:relative;
	clear:both;
	margin:-42px 0 0 25%;
	/*width:93.75%;
	margin:0 auto;*/
}

#contents {
	overflow:hidden;
	width:93.75%;
}
#main,
#sub {
	float:left;
	margin:0 1.0416667%;
}
#main { width:47.5%}
#sub { width:47.5%}


.desktop-td{
	display:table-cell;
}
