@charset "utf-8";
body {
	background:none transparent;
	color:#000000;
}


/* 非表示項目の設定 */

#header {
/*	display: none;*/
	float:none;
}
#footer {
/*	display: none;*/
	float:none;
}

*html #facebook_area div {
	display:none;
}

/* リニューアル */
/* #header,#mymainback{
	width: auto;
}
#header{
	min-height: 0;
}
div[class^='detail_']{
	display: inline-block;
	width: 100%;
	clear: both;
} */

#container{
	display: table;
	width: auto;
	min-width: 0;
	min-height: 0;
	max-width: none;
	padding: 0;
}
#header,
#mymainback{
	display: table-cell;
	vertical-align: top;
}

#header_wrap{
	position: static;
}
#mymainback{
	width: auto;
}
#main{
	float: left;
}
#sidebar2{
	float: left;
}
#back_or_pagetop{
	clear: both;
}

#print_mode_link{
	display: none;
}

#section_footer {
	page-break-inside: avoid;
}