/*
ThemeName:電動舎
Author:Mediaclip Co.
AuthorURI:http://www.mediaclip.co.jp/
Description:コーディング
--------------------------------------------------------------*/
@charset "utf-8";

/*font-size(12px base)
10px:0.83em
11px:0.91em
12px:1em
13px:1.08em
14px:1.16em
15px:1.25em
16px:1.33em
17px:1.41em
18px:1.5em
19px:1.58em
20px:1.66em
21px:1.75em
22px:1.83em
23px:1.91em
24px:2em
25px:2.08em
26px:2.16em
*/

/*--------------------------------------------------------------
基本
--------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height: 14px;
	font-size: 12px;
	color: #333333;
}
img {
	border: none;
}
ul, li {
	list-style: none;
}
h2 {
	font-size: 1.33em;
	height: 1.5em;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.clear {
	content: ".";
	display: block;
	height: 0px;
	font-size: 0px;
	clear: both;
	visibility: hidden;
	line-height: 0px;
}
.float_left {
	clear: both;
}
.float_right {
	clear: both;
}
.pagelast {
	margin-bottom: 0 !important;
}
.red {
	color: #ed0405;
}
.red_bold {
	color: #ed0405;
	font-weight: bold;
}
#wrapper, .wrapper {
	margin: 0 auto;
	width: auto;
	position: relative;
}
#contenner {
	clear: both;
	overflow: hidden;
}
#content {
	clear:both;
	padding-bottom: 0;
	margin-bottom: 0;
}
a:link {
	color: #132c51;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #132c51;
	text-decoration: underline;
}
a:active {
	color: #ed0405;
	text-decoration: underline;
}
#common h1{
	width: 744px;
	height: 50px;
	line-height: 50px;
	background: none;
	display: list-item;
	list-style-image: url(../images/common_h1_bg_print.jpg);
	list-style-position: inside;
	letter-spacing: -1000em;
	margin-bottom: 40px;
	font-size: 0;
}
#common h1#h1_correct, #common h1#h1_office {
	width: 660px;
	height: 43px;
	display: block !important;
	list-style-image: none;
}
#common h1#h1_correct img, #common h1#h1_office img {
	width: 660px;
	height: 43px;
}
#common h1 div{
	display: none;
}
#common img.forprint{
	display: block;
	float: left;
}
#common h2{
	background: none;
	font-size: 1.33em;
	color: #555555;
}
#common h3{
	font-size: 1.16em;
	color: #555555;
	padding-left: 20px;
	margin-bottom: 20px;
	background: none;
	display: list-item;
	list-style-image: url(../images/common_h3_bg.gif);
	list-style-position: inside;
	letter-spacing: -1000em;
}

/*--------------------------------------------------------------
ヘッダ
--------------------------------------------------------------*/
#header {
	display: none !important;
}

/*--------------------------------------------------------------
パンくず
--------------------------------------------------------------*/
#breadcrumb {
	display: none !important;
}

/*--------------------------------------------------------------
フッタ
--------------------------------------------------------------*/
#top_btn {
	display: none !important;
}
#footer {
	display: none !important;
}

/*--------------------------------------------------------------
サイドバー
--------------------------------------------------------------*/
#sidebar {
	display: none !important;
}
#sidebar-bottom {
	display: none !important;
}

/*--------------------------------------------------------------
営業所紹介
--------------------------------------------------------------*/
#print_link {
	display: none !important;
}
#near_link_ttl {
	display: none !important;
}
#near_link {
	display: none !important;
}
.iframe-wrap {
	width: 100%;
}
.office_info iframe {
	clear: both;
	width: 700px !important;
	height: 360px !important;
	margin: 0 auto 5px 30px;
	border: solid 1px #18468a !important;
}
.office_info table {
	width: 70%;
	margin: 0 auto 5px 30px;
}
/*スマートホン用記述*/
@media only screen and (max-width: 767px) {
	.office_info table {
	}
}
/*--------------------------------------------------------------
正誤表
--------------------------------------------------------------*/
#correct_list {
	margin: 0 auto;
}
#correct_list > table, #correct_list > table th, #correct_list > table td {
	font-size: 0.83em;
}
#correct_list > table {
	width: 600px;
}
