@charset "utf-8";
* {
	/* [disabled]margin: 0px;
*/
	/* [disabled]padding: 0px;
*/
}
body {
	-webkit-text-size-adjust: 100%;
	background-image: none;
}
h1 {
	font-size: 16px;
	height: 100px;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	padding-top: 50px;
	padding-left: 100px;
}
h2, h3, h4 {
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 7px;
	padding-bottom: 3px;
	border-radius: 2px;
}
img {
	max-width: 100%;
	height: auto;
}
.topic-path {
	margin: 0px;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100px;
	background-image: url(pic/header_smart2.jpg);
	background-color: #ff2c2c;
}
#container, #container-inner {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#contents {
	margin: 0px;
	margin-left: 7px;
	margin-right: 7px;
	padding: 0px;
}
#left-sidebar, #right-sidebar {
	display: none;
}
.smart {
	display: block;
}
.smart_ads {
	display: block;
	height: 100px;
	text-align: center;
}
.smart_menu {
	display: block;
	top: 30px;
	position: fixed;
	right: 10px;
}
.smart_menu a {
	font-size: 14px;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(pic/menu-bg.png);
	background-repeat: repeat;
	color: #000000;
	border-radius: 2px;
}
.smart_waku {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 1px;
}
#pan {
	display: none;
}
.chara-img p img {
	max-width: 100px;
	height: auto;
}
section table {
	width: 100%;
}
section th, section td {
	padding: 10px;
	border: 1px solid #ddd;
}
section th {
	background: #f4f4f4;
}
/*----------------------------------------------------
    .demo02
----------------------------------------------------*/
.tc th {
	width: 13%;
}
.tc td {
	text-align: center;
}
.tc td:first-child {
	text-align: left;
}
.tc {
	display: block;
	width: 100%;
	/* [disabled]margin: 0 -10px;
*/
}
.tc thead {
	display: block;
	float: left;
	overflow-x: scroll;
}
.tc tbody {
	display: block;
	width: auto;
	overflow-x: auto;
	white-space: nowrap;
}
.tc th {
	display: block;
	width: auto;
}
.tc tbody tr {
	display: inline-block;
	margin: 0 -3px;
}
.tc td {
	display: block;
}
.tc tbody tr td:nth-of-type(1) {
	text-align: center;
}
