@charset "utf-8";
@import url(./reset.css);
@import url(./top.css);
@import url(./other.css);

/*
Theme Name: fujiele
Theme URI: http://nijimo.jp/
Description: 富士エレクトロニクス株式会社
Version: 1.0
Author: 株式会社ニジモ
Tags: 
*/

body {
	color: #555;
	font-size: 62.5%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(./images/body_bg.png);
}

a {
	color: #0A50A1;
}

a:visited {
	color: #995899;
}

a:hover {
	color: #FF9900;
}

a img {
	border: none;
}

p {
	margin-bottom: 20px;
}

hr {
	display: none;
}

table.ir thead th {
	color: #fff;
	text-align: center;
	background: #2062a2;
}

table.ir th {
	padding: 2px;
	text-align: left;
}

table.ir td {
	padding: 2px;
	text-align: right;
}

table.ir tr.gray th,
table.ir tr.gray td {
	background: #f5f5f5;
}

table.ir tr.total th {
	background: #ccc;
}

table.ir tr.total td {
	background: #e5e5e5;
}

ol {
	margin-bottom: 1em;
}

ol li {
	margin-left: 3em;
	list-style: decimal;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 900px;
	background: #fff;
}

#header {
	position: relative;
	height: 88px;
	background: url(./images/header_bg.png) bottom no-repeat;
	border-bottom: solid 3px #E83E53;
}

#header h1 {
	position: absolute;
	top: 5px;
	left: 0px;
	background: url(./images/logo.png) no-repeat;
}

#header h1 a {
	display: block;
	width: 580px;
	height: 46px;
}

#header h1 a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#header h2 {
	position: absolute;
	top: 1px;
	right: 0;
	text-align: right;
	line-height: 120%;
	color: #aaa;
	font-weight: 400;
}

#header_navigation {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 120%;
}

#header_navigation li {
	float: left;
	display: inline;
	margin-left: 12px;
	padding-left: 12px;
	height: 21px;
	font-size: 1.1em;
	line-height: 21px;
	background: url(./images/header_navigation_li_bg.png) left no-repeat;
}

#header_navigation li.english {
	padding: 0;
	background: none;
}

#header_navigation li.english a {
	display: block;
	width: 77px;
	height: 21px;
	text-indent: -8000px;
	background: url(./images/header_navigation_english_bg.png) left no-repeat;
}

#header_navigation li a {
	color: #666;
	text-decoration: none;
}

#searchform {
	position: absolute;
	top: 30px;
	right: 0;
	padding-left: 90px;
	height: 20px;
	line-height: 20px;
	font-size: 1.1em;
	background: url(./images/searchform_bg.png) left no-repeat;
}

#searchform #s {
	margin-left: 3px;
}

#searchform input {
	padding: 0;
	vertical-align: top;
}

#header_menu {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

#header_menu li {
	float: left;
	display: inline;
}

#header_menu li a {
	display: block;
	width: 129px;
	height: 29px;
}

#header_menu li.home a { width: 128px; background: url(./images/header_menu_home_bg.png) top no-repeat; }
#header_menu li.company a { background: url(./images/header_menu_company_bg.png) top no-repeat; }
#header_menu li.recruit a { background: url(./images/header_menu_recruit_bg.png) top no-repeat; }
#header_menu li.maker a { background: url(./images/header_menu_maker_bg.png) top no-repeat; }
#header_menu li.ir a { background: url(./images/header_menu_ir_bg.png) top no-repeat; }
#header_menu li.product a { background: url(./images/header_menu_product_bg.png) top no-repeat; }
#header_menu li.contact a { width: 127px; background: url(./images/header_menu_contact_bg.png) top no-repeat; }

#header_menu li a:hover {
	background-position: bottom;
}

#header_menu li a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#content {
	line-height: 180%;
	margin: 0 auto;
	font-size: 1.2em;
}

#content.no_image {
	padding-top: 30px;
	background: none;
}

#main {
	float: left;
	display: inline;
	width: 652px;
	overflow: hidden;
}

#main h3 {
	clear: both;
	position: relative;
	margin: 0 -20px 20px -20px;
	padding: 0 0 0 22px;
	height: 26px;
	color: #222;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 26px;
	background: url(./images/h3_bg.png) left no-repeat;
}

#main h3 a {
	color: #222;
}

#main h4 {
	margin-bottom: 10px;
	color: #E83E53;
	font-size: 1.2em;
}

#main h4 span {
	margin-left: 60px;
	color: #666;
	font-size: 0.8em;
	font-weight: 400;
}

#main h5 {
	margin-bottom: 10px;
	padding-left: 1em;
	color: #363636;
	font-size: 1.1em;
	border-bottom: dotted 1px #D9D9D9;
}

#main h5 span {
	margin-left: 60px;
	color: #666;
	font-size: 0.8em;
	font-weight: 400;
}

#main_image img {
	margin-bottom: 19px;
	vertical-align: top;
}

.sub_image {
}

#main .entry_text {
	margin-bottom: 20px;
	padding: 0 20px;
}

#sidebar {
	float: right;
	display: inline;
	width: 222px;
	overflow: hidden;
}

#sidebar h3 {
	margin-bottom: 20px;
	padding: 0 0 0 22px;
	height: 26px;
	color: #222;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 26px;
	background: url(./images/sidebar_h3_bg.png) left no-repeat;
}

#sidebar .contact {
	border: solid 1px #EE6E7E;
}

#sidebar .contact h3 {
	margin: 0;
	height: 39px;
	line-height: 39px;
	background: url(./images/semiconductor_contact_h3_bg.png) left no-repeat;
}

#sidebar .contact h3 span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#sidebar .contact .text {
	padding: 9px;
}

#sidebar_menu {
	margin-bottom: 28px;
}

#sidebar_menu li {
	margin: 0 0 2px 2px;
	width: 218px;
	font-size: 1.1em;
	vertical-align: top;
}

#sidebar_menu li a {
	display: block;
	padding: 10px 0 10px 28px;
	width: 188px;
	color: #2e2e2e;
	line-height: 1.2em;
	text-decoration: none;
	background: #EBEBEB url(./images/sidebar_menu_li_bg.png) left no-repeat;
}

#sidebar_menu li.current_page_item a {
	background: #EBEBEB url(./images/sidebar_menu_li_current_bg.png) left no-repeat;
}

#sidebar_menu li.current_page_item ul li a {
	background: #fff url(./images/sidebar_menu_li_ul_li_bg.png) left no-repeat;
}

#sidebar_menu li ul {
	margin: 14px 0;
}

#sidebar_menu li ul li {
	margin: 0 0 0 36px;
	font-size: 1em;
}

#sidebar_menu li ul li a {
	display: inline;
	padding: 0 0 0 14px;
	width: 188px;
	color: #2e2e2e;
	line-height: 1.2em;
	text-decoration: none;
	background: #fff url(./images/sidebar_menu_li_ul_li_bg.png) left no-repeat;
}

#sidebar_menu li ul li.current_page_item a {
	background: #fff url(./images/header_navigation_li_bg.png) left no-repeat;
}

#sidebar_banner img {
	vertical-align: top;
}

#sidebar_banner li {
	margin-bottom: 9px;
}

#content:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#content .navigation {
	width: 100%;
	margin-bottom: 20px;
}

#content .navigation:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#content .pager {
	margin: 0 auto;
	width: 25%;
}

#content .pager:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#maker_list {
	clear: both;
	margin: 0;
}

#maker_list td {
	padding: 0;
	background: #fff;
	border: solid 1px #B2B2B2;
}

#footer {
	clear: both;
	margin-top: 18px;
	color: #999;
	border-top: solid 1px #999;
}

#footer_menu {
	line-height: 17px;
	font-size: 10px;
}

#footer_menu ul {
	padding: 6px 0;
	text-align: center;
}

#footer_menu ul li {
	display: inline;
	margin: 0;
	padding: 0 8px;
	line-height: 1.2em;
	border-left: solid 1px #b3b3b3;
	zoom: 1;
}

#footer_menu ul li.sitemap {
	border-right: solid 1px #b3b3b3;
}

#footer_menu ul li a {
	color: #666;
	text-decoration: none;
}

#footer_copyright {
	padding: 6px 0;
	color: #fff;
	text-align: center;
	font-size: 11px;
	background: #000;
	border-bottom: solid 2px #E83E53;
}

.breadcrumb {
	padding: 8px 0;
	font-size: 90%;
	vertical-align: top;
}

.breadcrumb a {
	color: #666;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.to_top {
	clear: both;
	margin-bottom: 10px;
	padding: 4px 0;
	text-align: right;
	zoom: 1;
}

.to_top a {
	padding-left: 16px;
	color: #0A50FF;
	background: url(./images/to_top_bg.png) left no-repeat;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 16px;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 16px;
}

.red {
	color: #f00;
}

.hover:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
	zoom: 1;
}

.wpcf7-response-output {
	text-align: center;
}

.wpcf7-not-valid-tip-no-ajax {
	float: left;
	display: block;
	color: #f00;
}

.wpcf7-validation-errors {
	color: #f00;
}

.clear {
	clear: both;
}