@media only screen and (max-width:767px) {
	#header img {
		height: 50px;
	}
}
body {
	background-color: #EA8500;
	font-family: "meiryo", sans-serif;
	*background-color: white;
}
a, a div, .line-2 {
	text-decoration: none;
}
#wrapper {
	background-color: white;
	margin: 0 5px 0 5px;
	min-width: 965px;
}
body#index #wrapper{
	max-width:965px;
}
#content {
	background-color: white;
}
#global-nav {
	min-width: 890px;
}
#header {
	background-color: #EA8500;
	padding: 5px;
	margin: 0 0 0 0;
	position: relative;
}
#header span {
}
div#fukidashis {
	position: absolute;
	right: 5px;
	bottom: 0px;
}
div#fukidashis img.fukidashi {
	height: 50px;
	width: auto;
}
#left h2.corner-title{
	font-size:90%;
		background: #3b679e; /* Old browsers */
	background: -moz-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b679e), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #7db9e8)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8', GradientType=0 ); /* IE6-9 */
	color: white;
	padding:5px 0 5px 8px;
}
#content {
	margin: 5px 10px 0 10px;
	padding: 10px 0 0 0;
}
#left h1 {
	margin: 0 0 20px 0;
	font-size:180%;
}
#left h2 {
	margin: 10px 0 10px 0;
	padding: 0 0 5px 0;
}
.topics {
	margin-bottom: 20px;
}
.topics a {
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
}
.topics a:hover {
	opacity: 0.9;
}
.topic-wrapper {
}
.topic-img {
	position: relative;
	overflow: hidden;
	height: 120px;
	background-color: white;
	border:1px solid #666;
	margin:0 0 0px 0;
}
.topic-img img {
	width:100%;
	position: absolute;
	bottom:0;
}
.topic-title {
}
.topic-title h3 {
	font-size: 115%;
	text-decoration: none;
	padding: 5px;
	line-height:1.3;
	font-weight: normal;
	font-family: "meiryo",sans-serif;
	color:#3570c3;

}
.topics .topic-box{
	border:1px solid black;
	background-color:#ddd;
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	font-size:150%;
	font-weight: bold;
	min-height: 80px;
	padding:10px;
}

.topics .topic-box:hover{
	opacity:0.5;
}


#pickup-sims h2 {
	font-size: 110%;
	text-decoration: none;
	color: #FFF;
	background: #3b679e; /* Old browsers */
	background: -moz-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b679e), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #7db9e8)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8', GradientType=0 ); /* IE6-9 */
	padding: 6px;
}
.pickup-sims {
	display: block;
	text-decoration: none;
	border: 1px solid #222;
	margin: 0 0 10px 0;
	padding: 10px 5px 10px 70px !important;
	background-image: url(../img/sim.png);
	background-position: left;
	background-repeat: no-repeat;
	max-width: 300px;
}
.compare-sims {
	max-width: 300px;
}
.pickup-sims:hover {
	background-color: #ddf;
}
.pickup-sims h3 {
	margin: 10px 5px 10px 0;
	font-size: 120%;
	max-width: 300px;
}
.pickup-sims a {
}
.compare-sims {
	margin: 10px 0 0 0;
	padding: 10px 10px 5px 50px !important;
	background-image: url(../img/table.png);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	border: 1px solid #222;
	background-color: orange;
}
.compare-sims:hover {
	background-color: red;
}
.compare-sims h3 {
	font-size: 140%;
}
.compare-sims span {
	color: black;
}
#latest-news h3 {
	color: white;
	font-size: 110%;
	padding: 10px;
	text-align: center;
	background: #3b679e; /* Old browsers */
	background: -moz-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b679e), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #7db9e8)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8', GradientType=0 ); /* IE6-9 */
}
h3.section-header {
	color: white;
	font-size: 110%;
	padding: 3px;
	text-align: center;
background: rgb(255,48,25); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

}
h3.erabou{
		background: #3b679e; /* Old browsers */
	background: -moz-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b679e), color-stop(50%, #2b88d9), color-stop(51%, #207cca), color-stop(100%, #7db9e8)); /* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8', GradientType=0 ); /* IE6-9 */

}
#latest-news ul {
	margin: 0;
	padding: 0;
}
#latest-news li {
	list-style-type: none;
	margin: 0 0 8px 2px;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #ddd;
	font-size: 105%;
}
div.line-2, div.text {
	display: inline;
}
#latest-news li a {
	font-size: 110%;
}
#latest-news li img {
	width: 100px;
}
#latest-news li:after {
	content: "";
	display: block;
	clear: both;
}
#side-ad {
	width: 300px;
}
#side-ad img{
	display:block;
	margin-bottom:10px;
}
#footer {
	background-color: #EA8500;
	text-align: center;
	padding: 10px;
	*background-color: white;
}
div.thumb-left {
	float: left;
	margin: 0 10px 0 0;
}
span.point {
	display: block;
	background-color: #04AEDA;
	color: white;
	margin: 0 0 4px 0;
	padding: 2px 0 2px 0;
	width: 9em;
	text-align: center;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.detailed-link a{
	display: block;
	background-color: #ddd;
	padding:2px 0 2px 3px;
	margin:0px 0 20px auto;
	font-size:90%;
	text-align: center;
	color:black;
}
.dataTables_wrapper {
	margin: 0 0 0 0;
}
.spec-table th, .osusume-list th {
	font-weight: normal !important;
	font-size: 77%;
	padding: 3px !important;
	line-height: 1.1;
	text-align: center !important;
}
.spec-table td, .osusume-list td {
	font-size: 80%;
	min-width: 50px;
	text-align: center;
	padding: 5px !important;
	line-height: 1.1;
}
.compare-table th {
	font-weight: normal !important;
	font-size: 70%;
	line-height: 1.1;
	text-align: center;
}
.compare-table td {
	font-size: 80%;
	min-width: 60px;
	max-width: 200px;
	text-align: center;
	line-height: 1.1;
}
.compare-table th#statistics-th-13, .compare-table th#statistics-th-23 {
	min-width: 200px;
}
.compare-table th#statistics-th-0 {
	min-width: 120px;
}
.compare-table th#statistics-th-1 {
	min-width: 30px;
}
.compare-table th#statistics-th-14 {
	min-width: 150px;
}
.compare-table th#statistics-th-16 {
	min-width: 100px;
}
.detail-table th {
	text-align: right;
	background-color: #ddd;
	font-size: 80%;
}
.pickup-plan {
	margin: 40px 0 20px 0;
	border-top: 5px solid #E21E2C;
}
.pickup-plan h2.mainheading {
	font-size: 150%;
	padding: 30px 0 0 70px !important;
	background-image: url(../img/sim.png);
	background-position: left;
	background-repeat: no-repeat;
}
.pickup-plan h2.subheading {
	font-size: 120%;
}
.viewmore-button {
	cursor: pointer;
	display: block;
	border: #ddd;
	background-color: #f0f0f0;
	padding: 4px;
	text-align: center;
}
#footer {
	text-align: center;
}
#footer p {
	font-size: 90%;
	line-height: 1.3;
}
#footer .section li {
	float: left;
	list-style-type: none;
	margin-right: 8px;
}
#footer .section li a {
	color: black;
}
.dataTables_wrapper .top, .dataTables_wrapper .bottom {
	font-size: 90%;
	position: relative;
	height: 40px;
	margin: 10px 0 0 0;
}
.dataTables_wrapper .top div, .dataTables_wrapper .bottom div {
	position: absolute;
}
.dataTables_info {
	top: 0;
	left: 0;
	display: none;
}
.dataTables_filter {
	top: 0;
	right: 0;
}
.dataTables_length {
	top: 10px;
	left: 0px;
	display: none;
}
.dataTables_paginate {
	top: 0;
	left: 0;
}
#compare .dataTables_length{
	display:block;
}
.dataTables_scrollBody{
	border:1px solid #333;
}