﻿@charset "utf-8";

/***************************************************
/* reset
/* base tag style
/* base ID style
/* base class tyle
/* media Query style
***************************************************/

/*-------------------------------------------------
reset
--------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

caption, th{
    text-align: left;
}

img {
	max-width:100%;
	border:none;
}

/*-------------------------------------------------
base
--------------------------------------------------*/
html {
	height: 100%;
	background: url(../images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	background: url(../images/ptn_tes.png) repeat-x;
	font: 1.0em 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height: 1.6em;
	height: 100%;
}

h1, h2, h3 {
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0.6em;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

strong {
	font-weight: bold;
}

pre, code {
	font-size: 12px;
	background: #111;
	color: #F5F5F5;
}

p code {
	padding: 1px 3px;
}

pre {
	margin: 1em 0;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

ul, ol {
	padding-left: 1.3em;
}

blockquote {
	margin: 0;
}

dt {
	font-weight: bold;
	font-size: 14px;
}

dd + dt {
	margin-top: 0.5em;
}

button {
	-webkit-appearance: push-button;
}

/*** header ***/
header {
	font-size: 0.769em;
	max-width: 990px;
	height: 48px;
	margin: 0 auto;
	zoom: 1;
	overflow: hidden;
}

header .btn_en {
	float: right;
	padding-left: 5px;
}

header nav ul {
	float: right;
	padding-top: 23px;
}

header nav ul li {
	float: right;
	padding-right: 15px;
}

header nav a {
	color: #0045a2;
	padding-left: 15px;
	background: url(../images/ico_arrow_wh.png) no-repeat 0 50%;
}

/*** footer ***/
footer {
	/*position: absolute;追加設定：絶対配置*/
	bottom: 0;/*追加設定：下辺余白なし*/
	min-height: 12.0em;
	width: 100%;
	background-color: #00397c;
	margin-top: 50px;
}

footer .footerBody {
	max-width: 990px;
	min-height: 20px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
}

footer .copy {
	border-top: solid 1px #1a4d89;
	clear: left;
	padding: 1.0em 1.0em 1.0em 1.0em;
	border-top: solid 1px #1a4d89;
	text-align: left;
	font-size: 0.77em;
	line-height: 1.6em;
	color: #6d95c4;
}

footer .copyArea {
	clear: left;
	text-align: center;
	padding: 1.0em 1.0em 1.0em 1.0em;
	position: relative;
	font-size: 0.9em;
	line-height: 0.9em;
	border-top: solid 1px #1a4d89;
	color: #4d75a4;
}

footer .pagetop {
	float: right;
	position: relative;
	top: 6px;
	padding-right: 0.7em;
}

footer .footerMenu {
	float: left;
	padding: 0.7em 0.9em 0.6em 0.9em;
}

footer ul {
	float: left;
	zoom: 1;
	overflow: hidden;
	list-style: none;
	padding-left: 0px;
}

footer li {
	float: left;
	padding-right: 10px;
	font-size: 1.0em;
}

footer a {
	color: #fff;
}

/*** link ***/
a {
	color: #0033A0;
	text-decoration: none;
}
a:hover {
	color: #0AC8FF;
	text-decoration: underline;
}
a:active {
	background: hsla( 0, 100%, 100%, 0.5 );
}


/*-------------------------------------------------
base ID
-------------------------------------------------*/
/* wrapper */
#wrapper{
	width: 100%;
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%;/*IE6対策*/
	min-height: 100%;
}

/* mainArea */
#mainArea{
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	max-width: 1010px;/*1060*/
	padding: 0;/*0 8px*/
	margin: 0 auto;
}

/* container */
#container {
	padding: 5px 5px;
	margin: 0 auto;
}

/* side menu */
#side_menu{
	width:190px;
	position: relative;
	text-align: center;
	height: 700px;
	padding: 30px 0 0;
}

#side_menu img {
	display: inline-block;
	z-index: 1;
}

#side_menu h1.logo {
	margin: 0 auto;
	width: 159px;
	padding: 0;
	height: 48px;
}

#side_menu h1.logo a:hover img {
	opacity: 0.6;
}

#side_menu nav{
	width: 100%;
	margin: 0;
	padding: 0;
}

#side_menu nav ul {
	position: relative;
	padding: 30px 0 18px;
	overflow:hidden;
}

#side_menu nav ul li {
	position: relative;
	display: block;
	height: 50px;
	margin-bottom: 3px;
	z-index: 1;
}

#side_menu nav ul li a {
	display: block;
	overflow: hidden;
	background-image: url(../images/nav_menu.png);
	text-indent: 100%;
}

/*menu off*/
#side_menu ul li.nav01 a { background-position: 0 0; height: 50px; }/*会社概要*/
#side_menu ul li.nav02 a { background-position: 0 -100px; height: 50px; }/*トップメッセージ*/
#side_menu ul li.nav03 a { background-position: 0 -200px; height: 50px; }/*製品情報*/
#side_menu ul li.nav04 a { background-position: 0 -600px; height: 50px; }/*採用情報通常：-300px、急募：-600px*/
#side_menu ul li.nav05 a { background-position: 0 -300px; height: 50px; }/*アクセスマップ*/
#side_menu ul li.nav07 a { background-position: 0 -400px; height: 50px; }

/*menu on*/
#side_menu ul li.nav01 a:hover { background-position: 0 -50px; height: 50px; }
#side_menu ul li.nav02 a:hover { background-position: 0 -150px; height: 50px; }
#side_menu ul li.nav03 a:hover { background-position: 0 -250px; height: 50px; }
#side_menu ul li.nav04 a:hover { background-position: 0 -650px; height: 50px; }/*通常：-350px、急募：-650px*/
#side_menu ul li.nav05 a:hover { background-position: 0 -350px; height: 50px; }
#side_menu ul li.nav07 a:hover { background-position: 0 -450px; height: 50px; }

/*** english menu ***/
#side_menu nav ul li a.en {
	background-image: url(../images_en/nav_menu_en.png);
}

/*english menu off*/
#side_menu ul li.nav01_en a { background-position: 0 0; height: 50px; }
#side_menu ul li.nav02_en a { background-position: 0 -100px; height: 50px; }
#side_menu ul li.nav03_en a { background-position: 0 -200px; height: 50px; }
#side_menu ul li.nav04_en a { background-position: 0 -300px; height: 50px; }

/*english menu on*/
#side_menu ul li.nav01_en a:hover { background-position: 0 -50px; height: 50px; }
#side_menu ul li.nav02_en a:hover { background-position: 0 -150px; height: 50px; }
#side_menu ul li.nav03_en a:hover { background-position: 0 -250px; height: 50px; }
#side_menu ul li.nav04_en a:hover { background-position: 0 -350px; height: 50px; }

#side_menu .btn_menu {
	display: none;
	padding: 10px 0 0 0;
	text-align: right;
	width: 65%;
	padding-left: 35%;
}

#side_menu .btn_menu a {
	padding: 0 5px 0 0;
}

/* banner */
#side_menu .bnr{
	width: 100%;
	margin: 125px 0 0;
	padding-bottom: 0;
}
/*
#side_menu .bnr img{
	width: 100%;
	padding-bottom: 0;
}*/

/* pulldown menu */
#pulldown_menu{
	position: absolute;
	top: 100px;
	background: url(../images/bg_black.png) repeat;
	width: 100%;
	z-index: 200;
	display: none;
}

#pulldown_menu ul {
	list-style: none;
	padding: 0;
	border-top: solid 1px #414141;
}

#pulldown_menu li {
	border-bottom: solid 1px #414141;
}

#pulldown_menu li a {
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	padding: 0 10%;
	display: block;
	color: #fff;
}
/*
#pulldown_menu li a.arrow {
	position: relative;
}

#pulldown_menu li a.arrow::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);  /* IE9 */
/*	position: absolute;
	right: 6%;
	top: 50%;
	margin-top: -7px;
}*/

#pulldown_menu li a.close {
	text-align: right;
	background: url(../images/btn_close.gif) no-repeat 95% 50%;
	padding-right: 8.5%;
}

#pulldown_menu li a:hover {
	text-decoration: none;
}

/*-------------------------------------------------
base class
-------------------------------------------------*/
.cf:before, .cf:after {
	content: "";
	display: block;
}

.cf:after {
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

.both{
	clear:both;
}

.nwrp {
	white-space: nowrap;
}

/**/
.pagetop {
	text-align: right;
}

/*BOX*/
.boxbg {
	margin: 5px;
	background: #fff;
	float: left;
	line-height: 1.61;
	-webkit-border-radius: 5px;/*角丸CSS3*/
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 1px 8px #000; /* 影CSS3 */
	-moz-box-shadow: 0px 1px 8px #000;
	-webkit-box-shadow: 0px 1px 8px #000;
	z-index: 2;
	zoom: 1;/*IE*/
}

/* footer 下部固定のため調整
.fixcontent{
	display: block;
	padding-bottom: 18.0em; /*コンテンツとフッターが被るのを回避。最低でもフッターと同じ縦幅(240px)を入れる
}*/


/*-------------------------------------------------
media Query
-------------------------------------------------*/
@media screen and (max-width: 1010px){
	footer .copy {
		line-height: 1.5em;
		font-size: 0.77em;
	}
}

@media screen and (max-width: 825px){
	body {
		min-width: 640px;
	}
	#wrapper{
		margin: 0 auto;
	}
	header {
		display: none;
	}
	#mainArea{
		max-width: 610px;
		margin: 0 auto;
	}
	/*.fixcontent {
		padding-bottom: 18.0em; /*0.9emコンテンツとフッターが被るのを回避。最低でもフッターと同じ縦幅(160px)を入れる*/
	/*}*/
	footer {
		/*position: relative;*/
		bottom: 0;/*追加設定：下辺余白なし*/
		/*height: 20em;*/
		color: #fff;
		margin-top: 50px;
	}
	footer .footerbody {
		max-width: 100%;
		padding: 50px 0 20px;
		margin: 0 auto;
		position: relative;
		}
	footer .copy {
		-webkit-text-size-adjust: 100%;
		/*text-align: center;*/
		line-height: 1.2;
		font-size: 0.77em;
	}
	footer .pagetop {
		/*position: absolute;*/
		top: 6px;
		/*right: 45px;*/
	}
	
	footer li {
		font-size: 1em;
	}
	
	footer li a {
		display: block;
	}
	
	#side_menu {
		width: 590px;
		overflow: hidden;
		float: none;
		height: 66px;
		min-height: inherit;
		padding: 0;
	}
	
	#side_menu h1.logo {
		float: left;
		margin: 10px 15px 10px 10px;
		padding: 0;
	}
	
	#side_menu nav {
		display: none;
	}
	
	#side_menu .bnr{
		display: none;
	}
	
	#side_menu .btn_menu {
		display: block;
	}
}
/*** media Query ***/

