@charset "utf-8";

/*---初期設定---*/
*{
letter-spacing: 0.05em;
margin: 0;
padding: 0;
font-family: "メイリオ",Meiryo,"MS P ｺﾞｼｯｸ","Osaka",Verdana;
color: #555;
font-size: 96%;
line-height: 1.3em;
}

html,body {
width: 100%;
background: #FFF;
text-align: center;
}

ul {
list-style: none;
}

img {
border: none;
}

table {
margin: 0;
padding: 0;
font-size: 1.0em;
border-collapse: collapse;
}

a {
font-size: 1.0em;
text-decoration: none;
}
a:hover {
color: #990000;
}
a:link {
color: #003366;
}
a:visited {
color: #003366;
}


h1,h2,h3,h4 {
clear: both;
}
h1 img {
display: block;
}

sup {
font-size: 0.8em;
}


.underLine {
text-decoration: underline;
}
.round5 {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.alignCenter {
text-align: center;
}

#headline {
position: relative;
width: 100%;
height: 5px;
left: 0;
top: 0;
background: url("../img/headline.gif");
}

#container {
margin: 0 auto;
width: 960px;
text-align: left;
}

/* ----------------------------------------- language ----------------------------------------- */
#language {
position: absolute;
margin-left: 780px;
top: 10px;
margin-top: 10px !important;
}
#language ul {
display: inline;
}
#language li {
float: left;
border-top: none;
text-align: center;
}
#language li a {
display: block;
width: 60px !important;
padding: 0 10px;
height: 15px;
}
#language li a:hover {
border-bottom: 1px solid #FF0000;
}

#modalBox {
position: absolute;
top: 35px;
left: 940px;
padding: 5px 10px;
background: #FF0000;
font-size: 12px;
border: 1px solid #990000;
}
#modalBox a {
color: #FFF;
}


/* ----------------------------------------- pan ----------------------------------------- */
#pan {
margin-bottom: 10px;
}

#pan a {
text-decoration: underline;
color: #336699;
}
#pan a:hover {
text-decoration: underline;
color: #339933;
}

/* ----------------------------------------- shadow ----------------------------------------- */
.shadow{
border: 1px solid #CCC;
-webkit-box-shadow: 0px 0px 10px #CCC;
-webkit-border-radius: 5px;
}


/* ----------------------------------------- mainMenu ----------------------------------------- */
ul#mainMenu{
margin: 0 auto 10px auto !important;
margin: 0 0 10px 0;
overflow: hidden;
}
 
ul#mainMenu li{
float:left;
width:160px;
}

ul#mainMenu li.en{
float: left;
width: 25%;
}

ul#mainMenu:first-child{
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
}
 
ul#mainMenu:last-child{
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
}
 
ul#mainMenu li a {
display: block;
padding: 5px 15px;
border-left: 1px solid #999;
color: #EEE;
font-size: 10px;
text-shadow: 0 1px 0 #000;
-moz-text-shadow: 0 1px 0 #000;
-webkit-text-shadow: 0 1px 0 #000;
background-color: #AAA;
background-image: -moz-linear-gradient(top,bottom,from(rgba(0, 0, 0, .2)),color-stop(50%,rgba(0, 0, 0, .3)),to(rgba(0, 0, 0, .5)));
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0, 0, 0, .2)),color-stop(50%,rgba(0, 0, 0, .3)),color-stop(100%,rgba(0, 0, 0, .5)));
}
	
ul#mainMenu li a:hover {
text-shadow: 0 -1px 0 #000;
-moz-text-shadow: 0 -1px 0 #000;
-webkit-text-shadow: 0 -1px 0 #000;
background-color: #C72525;
background-image: -moz-linear-gradient(top, bottom,from(rgba(0, 0, 0, .3)),color-stop(10%, rgba(0, 0, 0, .4)),to(rgba(0, 0, 0, .6)));
background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,rgba(0, 0, 0, .3)),color-stop(20%, rgba(0, 0, 0, .4)),color-stop(100%,rgba(0, 0, 0, .6)));
}

ul#mainMenu li a strong{
display: block;
color: #fff;
font-size: 14px;
}

ul#mainMenu li a{
-moz-transition: background-color .4s;
-webkit-transition: background-color .4s;
}

/* ----------------------------------------- BOX ----------------------------------------- */
.box160 .shadow{
margin-bottom: 10px;
width: 160px;
background: #FFF;
border: 1px solid #CCC;
-webkit-box-shadow: 0px 0px 10px #CCC;
-webkit-border-radius: 5px;
}

/* ----------------------------------------- leftNav ----------------------------------------- */
#leftNav {
float: left;
}
#leftNav li a {
display: block;
padding: 3px 10px;
font-size: 12px;
font-weight: bold;
line-height: 20px;
border-bottom: 1px dotted #CCC;
text-shadow: 0 1px 1px #CCC;
}

#leftNav li a:hover {
background: #EEE;
}

#leftNav .subTitle {
display: block;
padding: 2px 10px;
font-size: 12px;
font-weight: bold;
line-height: 25px;
border-bottom: 1px solid #CCC;
background: #DDD;
background: -moz-linear-gradient(#EEE,#DDD);
background: -webkit-gradient(linear,left top,left bottom,from(#EEE),to(#DDD));
text-shadow: 0 1px 1px #DDD;
}

#leftNav ul#news li.disp {
text-indent: 10px;
line-height: 25px;
border-bottom: 1px dotted #CCC;
cursor: pointer;
}

/* ----------------------------------------- contentsHome ----------------------------------------- */
#contentsHome {
margin-bottom: 10px;
padding: 0;
width: 960px;
background: #FFF;
}

.section1 {
float: right;
padding: 10px;
margin-bottom: 10px;
width: 760px;
background: #FFF;
border: 1px solid #CCC;
-webkit-box-shadow: 0px 0px 10px #CCC;
border-radius: 5px;
-webkit-border-radius: 5px;
}
.section1 p {
margin-bottom: 10px;
line-height: 1.8em;
}
.section1 .half {
display: inline;
float: left;
width: 360px;
}
.section1 object {
float: right;
}

.section1 img.clearIMG {
clear: both;
margin: 20px auto 0 auto;
}

.section1 h2 {
margin-bottom: 10px;
font-size: 24px;
}
.section1 h2.company {
margin-bottom: 10px;
font-size: 20px;
line-height: 30px;
text-indent: 10px;
background: url('../img/h2_back.gif') no-repeat;
}
.section1 h3 {
margin: 5px 0;
border-left: 3px solid #990000;
font-size: 16px;
text-indent: 5px;
}

/* ------------------- section2 ------------------- */
.section2 {
float: left;
padding: 10px;
margin: 0 10px 10px 0;
width: 700px;
background: #FFF;
border: 1px solid #CCC;
-webkit-box-shadow: 0px 0px 10px #CCC;
border-radius: 5px;
-webkit-border-radius: 5px;
}

.section2 h2{
margin: 5px 0;
text-indent: 5px;
border-left: 3px solid #990000;
font-size: 1.2em;
}
.section2 h3{
width: 100% !important;
}
.section2 h4 {
margin: 0;
text-align: center;
font-size: 1.4em;
border-bottom: 1px solid #CCC;
}

ul#newsList li{
border-bottom: 1px dotted #CCC;
line-height: 1.8em;
font-size: 1.0em;
}

.section2 ul#product {
display:inline;
clear: both;
}
.section2 ul#product li {
display:inline;
float: left;
padding: 0 10px;
margin-right: 5px;
margin-bottom: 10px;
width: 200px;
height: auto !important;
border: 1px dotted #AAA;
}

.section2 ul#product li img {

}
.section2 ul#product li p {
line-height: 1.5em;
}

/* ------------------- section3 ------------------- */
.section3 {
float: right;
margin-bottom: 10px;
width: 225px;
background: #FFF;
}

/* ------------------- imgList ------------------- */
.imgList {
display: inline;
clear: both;
margin: 10px 0;
}
.imgList li {
float: left;
margin-left: 10px;
margin-left: 5px !important;
}
.imgList li p.gauge{
width: 240px;
}
/* ----------------------------------------- contents ----------------------------------------- */
#contents {
float: right;
margin-bottom: 20px;
width: 780px;
background: #FFF;
border: 1px solid #CCC;
-webkit-box-shadow: 0px 0px 10px #CCC;
border-radius: 5px;
-webkit-border-radius: 5px;
}

h1#product_title {
text-indent: 10px;
line-height: 1.8em;
background: #EEE;

}
h1#product_title strong{
display: block;
background: #FFF;
background-image: -moz-linear-gradient(top, bottom,from(rgba(0, 0, 0, .3)),color-stop(10%, rgba(0, 0, 0, .4)),to(rgba(0, 0, 0, .6)));
background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,rgba(0, 0, 0, .0)),color-stop(60%, rgba(0, 0, 0, .1)),color-stop(100%,rgba(0, 0, 0, .2)));
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius: 5px;
font-size: 30px;
}

h2#product_img {
margin-bottom: 10px;
border-bottom: 1px dotted #AAA;
}

.contactBtn a{
display: block;
margin: 10px auto;
width: 160px;
line-height: 40px;
color: #FFF;
background: #006600;
background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,rgba(0, 0, 0, .0)),color-stop(60%, rgba(0, 0, 0, .1)),color-stop(100%,rgba(0, 0, 0, .4)));
background-image: -moz-linear-gradient(top, bottom,from(rgba(0, 0, 0, .3)),color-stop(10%, rgba(0, 0, 0, .4)),to(rgba(0, 0, 0, .6)));
border: 1px solid #CCC;
border-radius: 5px;
-webkit-border-radius: 5px;
}
.contactBtn a:hover{
background: #003300;
}

#about {
float: right;
margin: 10px 10px 0 0;
}
#about a{
color: #990000;
}

.generalCatalog {
float: left;
margin: 0 10px 10px 0;
}

.alert{
clear: both;
margin: 0 10px 10px 10px;
width: 760px;
text-align: center;
line-height: 2em;
background: #CCC;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
text-shadow: 0 1px 1px #111;
}

.commonBtn {
float: left;
margin: 10px 0;

border: 1px solid #CCC;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;

background: #DDD;
background: -moz-linear-gradient(#FFF,#DDD);
background: -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#DDD));


text-align: center;
}
.commonBtn a {
display: block;
padding: 10px;

}

/* ------------------- tabMenu ------------------- */
#tabMenu {
float: right;
display: box;
margin: 10px;
cursor: pointer;
background: #EEE;
background-image: -moz-linear-gradient(top, bottom,from(rgba(0, 0, 0, .3)),color-stop(10%, rgba(0, 0, 0, .4)),to(rgba(0, 0, 0, .6)));
background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0,rgba(0, 0, 0, .0)),color-stop(60%, rgba(0, 0, 0, .1)),color-stop(100%,rgba(0, 0, 0, .2)));
border: 1px solid #AAA;
border-radius: 10px;
-webkit-border-radius: 10px;
}
#tabMenu li {
float: left;
padding: 0 10px;
border-right: 1px dotted #AAA;
line-height: 1.8em;
}
#tabMenu li:hover {
color: #FFF;
background: #770000;
}
#tabMenu li:first-child {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
}
#tabMenu li:last-child {
border: none;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
}

/* ------------------- openArea ------------------- */
.openArea {
clear: both;
margin: 10px;
}
.openArea h3 {
margin-bottom: 10px;
font-size: 1.5em;
text-indent: 5px;
border-left: 3px solid #770000;
border-bottom: 1px solid #770000;
}

.openArea h4 {
padding: 10px;
margin-bottom: 10px;
font-size: 1.2em;
font-weight: normal;
line-height: 1.5em;
border: 1px solid #CCC;
background: #EEE;
}

.openArea ul {
list-style: disc;
}
.openArea li {
margin-left: 20px;
line-height: 1.8em;
}
.openArea p {
margin: 0 auto;
width: 740px;
text-align: center;
}

/* ------------------- spec(table) ------------------- */
table.spec {
margin-bottom: 10px;
padding: 0;
width: 100%;
}
table.spec th,table.spec td {
margin: 0;
padding: 5px;
border: 1px solid #AAA;
text-align: center;
}

table.spec tr:nth-child(even) {
background: #EEE;
}

table.spec thead {
background: #CCC;
}
table.spec tfoot p {
margin-top: 5px;
padding: 5px;
text-align: left;
border: 1px solid #CCC;
background: #EEE;
}

table.spec ul{
list-style: none;
}

table.spec ul.company li{
line-height: 1.8em;
text-align: left;
text-indent: 10px;
}

/* ------------------- downloadList(table) ------------------- */
table.downloadList {
margin-bottom: 10px;
padding: 0;
width: 100%;
}
table.downloadList th,table.downloadList td {
margin: 0;
padding: 5px;
border: 1px solid #AAA;
text-align: center;
}

table.downloadList tr:nth-child(even) {
background: #EEE;
}

table.downloadList thead {
background: #CCC;
}
table.downloadList tfoot {
}
table.downloadList ul{
list-style: none;
}

/* ------------------- downloadList(data) ------------------- */
table.data {
clear: both;
margin-bottom: 10px;
}
table.data th {
padding: 8px;
font-size: 1em;
white-space: nowrap;
border: 1px solid #CCC;
background: #EEE;
text-shadow: 0 1px 1px #FFF;
}
table.data td {
padding: 8px;
border: 1px solid #CCC;
}

/* ----------------------------------------- newsrelease_html ----------------------------------------- */
#newsrelease_html {
margin: 0 auto 20px auto;
width: 700px;
}
#newsrelease_html #date{
text-align: right;
}
#newsrelease_html h1#subject{
margin: 20px 0;
font-size: 1.5em;
text-align: center;
}
#newsrelease_html p {
margin-bottom: 10px;
text-indent: 10px;
line-height: 1.6em;
}
#newsrelease_html #keigu{
clear: both;
margin-bottom: 20px;
text-align: right;
}
#newsrelease_html ul#name{
margin-bottom: 20px;
text-align: right;
}
#newsrelease_html ul#name li{
margin-bottom: 5px;
}
#newsrelease_html h2{
margin: 20px 0;
text-align: center;
}
#newsrelease_html h2.title{
margin: 20px 0;
text-indent: 5px;
border-left: 3px solid #555;
text-align: left;
}
#newsrelease_html h3.title{
margin-top: 10px;
text-indent: 5px;
border-bottom: 1px solid #555;
text-align: left;
}

#newsrelease_html ul.ulCenter {
text-align: center;
}
#newsrelease_html ul.ulCenter li {
margin-bottom: 5px;
}

#newsrelease_html ol {
margin-left: 30px;
}
#newsrelease_html ol li,#newsrelease_html ul li {
margin-top: 5px;
line-height: 1.5em;
}
#newsrelease_html p#contact{
clear: both;
margin: auto;
width: 600px;
line-height: 50px;
text-align: center;
border-top: 1px solid #AAA;
}

/* ----------------------------------------- info ----------------------------------------- */
#content_info {
float: right;
padding: 10px;
margin-bottom: 10px;
width: 760px;
background: #FFF;
border: 1px solid #CCC;
-webkit-box-shadow: 0px 0px 10px #CCC;
border-radius: 5px;
-webkit-border-radius: 5px;
}
#content_info h1 {
margin-top: 10px;
font-size: 1.5em;
text-align: center;
}
#content_info h2 {
margin-top: 10px;
font-size: 1.2em;
}
#content_info #date{
margin: 10px 0;
text-align: right;
}
#content_info ul,#content_info ol {
margin-left: 40px;
}
#content_info li {
margin: 5px 0;
}
#content_info ul#name {
margin: 10px 0;
text-align: right;
}

#content_info p {
margin: 3px 0 5px 0;
line-height: 1.5em;
}

/* ----------------------------------------- footer ----------------------------------------- */
#footer {
clear: both;
width: 100%;
height: 160px;
border-top: 1px solid #CCC;
background: #EEE;
}

#footer #inner {
clear: both;
margin: 0 auto;
width: 960px;
}

#footer ul{
margin: 10px auto;
}
#footer li{
margin: 3px 0;
}
#footer li a:hover{
color: #990000;
}

#footer #info{
float: right;
}
#footer #menu{
float: left;
}

#footer p{
clear: both;
margin: 0 auto;
text-align: center;
}

