@charset "UTF-8"; 
 
/* reset-fonts.css 
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0 + 03
*/
/*html{color:#000;background:#FFF;}*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}/*table{border-collapse:collapse;border-spacing:0;}*/fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}/*input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}*/legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
 
/*--- ベース ---*/ 
html {
	overflow-y:scroll;
}

body {
	position: relative;
	font-size: 82%;
	font-family: Verdana, "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", sans-serif;
	line-height: 1.5;
	color: #333;
	text-align: center;
}

#wrapper {
}

a {
	color: #152b50;
}
a:link { color: #152b50; }
a:visited { color: #152b50; }
a:hover {
	color: #0068b6;
}
 	
/*--- 一般設定 ---*/ 
	
/* テーブル */ 
td, th {
/*	vertical-align: top; */
}
 
/* float解除 */ 
.cl {
	display: inline-block;
}
.cl:after {
	content: "";
	display: block;
	clear: both;
}
.contentHr {
	clear:both;
	height:1px;
/*\*/
	overflow: hidden;
/**/
}
 
/* CSS無効時用 */ 
.nocsscomment,
.nocsshr {
	display: none;
	visibility: hidden;
}
  
/* ヘッダ */ 

header {
	width: 100%;
}

#headerContent {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 100px;
}
	
/* サイトロゴ */ 

.siteTitle a {
	display:block;
	position:absolute;
	width:364px;
	height:140px;
	top:19px;
	right:10px;
	z-index:898;

	text-indent: -9999em;
	overflow: hidden;

	background-image:url(../pub_img/logo_pmw.png);
	background-repeat:no-repeat;
}
 
/* サイトコピー */ 

.siteCopy {
	position:absolute;
	width:600px;
	top:50px;
	left:0px;
	font-size: 110%;
	text-align: left;
}
 
/* コンテンツメニュー */ 

header nav {
	width: 100%;
	height: 30px;
	text-align: left;
	background-color: #000;
}

#contentMenu {
	position:absolute;
	width: 860px;
	top: 100px;
	left: 0px;
	z-index:899;
}

#contentMenu li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#contentMenu li a {
	display: block;
	margin: 6px 0 4px;
	padding: 2px 10px;
	color: #fff;
	font-size: 90%;
	line-height: 1;
	text-decoration: none;
	border-right: 1px solid #333;
}
#contentMenu li.current > a {
	color: #a6c220;
}
	 
/* 子メニュー */ 

#contentMenu li ul {
	list-style: none;
	position: absolute;
	z-index: 900;
	top: 100%;
	left: 0;
	width: 140px;
	margin: 0;
	padding: 0;
}
#contentMenu li.products ul {
	width: 260px;
}

#contentMenu li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	transition: 0.2s;
}
#contentMenu > li > ul > li {
	font-size: 90%;
}

#contentMenu li ul li a {
	padding: 10px 10px;
	color: #fff;
	font-weight: normal;
	text-align: left;
	border-right-width: 0;
	border-bottom: 1px solid #333;
	background: #000;
}

#contentMenu > li:hover > a,
#contentMenu > li:hover li:hover > a {
	color: #a6c220;
}
#contentMenu li:hover > ul > li {
	overflow: visible;
	height: 35px;
}
#contentMenu li ul li ul {
	top: 0;
	left: 100%;
}

#contentMenu li:last-child ul li ul {
	left: -100%;
	width: 100%;
}
#contentMenu li ul li ul li a,
#contentMenu li:hover ul li ul li:hover > a {
	color: #d2e4d9;
	background-color: #099;
}
#contentMenu li ul li ul:before {
	position: absolute;
	content: "";
	top: 13px;
	left: -20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #454e08;
}
#contentMenu li:last-child ul li ul:before {
	position: absolute;
	content: "";
	top: 13px;
	left: 200%;
	margin-left: -20px;
	border: 5px solid transparent;
	border-right-color: #454e08;
}

/* 孫以降のカラー設定 */
#contentMenu li ul li ul li a {
	color: #fff;
	background: #3ba276;
}
#contentMenu li:hover ul li ul li a:hover {
	color: #d2e4d9;
	background-color: #099;
}
#contentMenu li ul li ul li.firstChild > a {
	padding-top: 12px;
	border-top: 1px solid #316e4b;
}
   
/* フッタ */ 

footer {
	clear: both;
	width: 960px;
	margin: 0 auto 0;
	padding-top: 15px;
	padding-bottom: 0px;
}

.copyright {
}
	 
/* facebook */ 

.facebookLink {
	float: right;
	width: 80px;
	padding-left: 20px;
}
 
/* メーカー表記 */ 

.maker {
	float: right;
	font-size: 80%;
	text-align: right;
	padding-bottom: 30px;
}
 
/* コピーライト */ 

.copyright {
	float: left;
	font-size: 80%;
	text-align: left;
	padding-bottom: 30px;
}
 
/* FSCロゴ */ 

.fscLogo {
	clear: both;
	padding-top: 0px;
	text-align: right;
}
  
/* ナビゲーション */ 
	
/* ボトムナビ */ 

.bottomNavi {
	clear: both;
	width: 960px;
	margin: 10px auto 10px;
}

.bottomNavi li {
	float: left;
	width: 240px;
	margin-top: 1px;
}
.bottomNavi a {
	display: block;
	padding: 5px 10px;
	color: #ccc;
	font-size: 90%;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #000;
	border-left: 1px solid #666;
}
.bottomNavi .active a {
	color:#a6c220;
}
.bottomNavi a:hover {
	color:#a6c220;
	text-decoration: none;
}
 
/* パンくずリスト */ 

#topicPath {
	width: 100%;
	background-color: #f5f5f5;
}

#topicPath a {
	display: block;
	float: left;
	padding: 1em;
}
 
/* ページの先頭へ戻る */ 

.goPagetop {
	position: absolute;
	bottom: 25px;
	right: 20px;
}

.navifixed {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.goPagetop a {
	display: block;
	width: 100px;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	background-color: #aaa;
}
  
/* コンテンツ */ 

#content {
	position: relative;
	clear: both;
	width: 960px;
	margin: 0 auto 0;
	padding-top: 20px;
	padding-bottom: 60px;
	text-align: left;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #fff;
}

#content article {
	width: 100%;
}
	
/* ページタイトル */ 

#pageTitle {
	width: 960px;
	margin: 0 auto;
	height: 210px;
	text-align: left;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
}
#pageTitle h1 {
	float: left;
	margin-top: 140px;
	padding: 5px 30px 5px 40px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Stardos Stencil', cursive;
	background-color: #000;
}
 
/* 見出し */ 

.heading {
	margin: 20px 0;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Stardos Stencil', cursive;
	border-bottom: 1px solid #000;
}
 
/* 準備中 */ 

.ready {
	padding: 6em 0;
	padding-left: 3em;
	color: #999;
	font-size: 180%;
	font-weight: bold;
}
 
/* Ｒマーク */ 

sup,sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
    bottom: 1ex;
}

sub {
	top: .5ex;
}
  
@media screen and (max-width: 360px) { 
	 
} 
  
