@charset "utf-8";

/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #utilityNav
 #navi
  #gNav
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #sub
=================================================================== */

/*--- reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
object,
embed {
    vertical-align: top;
}
hr,legend {
    display: none;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}
h5{
float:left;
}
ul li {
    list-style-type:none;
}
img,abbr,acronym,fieldset {
    border: 0;
}
/*li {
        list-style-type: none;
}*/

/*--- default */
body {
    color: #333;
    font-size: small;
    font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    line-height: 1.5;
}
* html body {	/* for IF6 */
    font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
a img{
    -webkit-transition:opacity 0.5s;
}
a:hover img,
a:hover img{
    background:none;
    opacity:0.7;
    filter:alpha(opacity="70");
}

/*----------------------------------------------------
        基本設定、リンクカラーなど
----------------------------------------------------*/
body {background: url(images/wall.png) 50% 0 repeat-y;}

html{background: url(images/bg.jpg);}

a:link {
    color:#f67900;
    text-decoration: none;
}
a:visited {
    color:#f67900;
    text-decoration: none;
}
a:hover {
    color:#fa9f47;
    text-decoration: underline;
}
a:active {
    color:#fa9f47;
    text-decoration: none;
}


/*----------------------------------------------------
        汎用class
----------------------------------------------------*/
.imgR {
    float: right;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 10px;
}
.img_secchi{
    margin-bottom: 30px;	
}
.imgL {
    float: left;
    margin: 0 10px 0 0;
}
.img_kensa{
    float: left;
    margin-top: 10px;
    margin-right: 50px;
    margin-bottom: 10px;
    margin-left: 0px;
    width: 271px;
    padding: 0px;
}
.img_patent_s{
    float: left;
    margin-top: 10px;
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 10px;
    margin-left: 0px;
    width: 305px;
    padding: 0px;
    border: thin solid #CCC;
}
.img_patent_s_r{
    float: right;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 16px;
    margin-bottom: 10px;
    margin-left: 0px;
    width: 310px;
    padding: 0px;
    border: thin solid #CCC;
}
.img_patent_s_s{
    float: left;
    margin-top: 10px;
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 10px;
    margin-left: 0px;
    width: 110px;
    padding: 0px;
    border: thin solid #CCC;
}

.btn {
    text-align: center;
}

/* clearfix */
.clearfix:after {
    content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}


/* -----------------------------------------------------------
        #header
                ヘッダー
----------------------------------------------------------- */
#header {
    width: 960px;
    margin: 0 auto;
}

#header #logo {
    clear: both;
    float: left;
    font-size: 14px;
    font-weight: bold;
    /*margin: 5px 5px 0;*/
}

#headerDescArea {
    width: 960px;
    margin: 0 auto;
}

#headerDescArea h1 {
    font-size: 10px;
    font-weight: normal;
    float: right;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10px;
    color:#999;
}

#headerDescArea h2 {
    font-size: 10px;
    font-weight: normal;
    float: right;
    margin: 5px 10px 0 0;
    color:#999;
}


/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
    float: right;
    text-align: right;
    padding: 20px 5px 0 0;
}

#header #utilityNav li {
    display: inline;
    list-style-type: none;
    margin-right: 5px;
    padding:0 0 0 8px;
    background: url(images/list-arw.png) no-repeat 0 50%;
}


/* -----------------------------------------------------------
        #navi
                ナビ
----------------------------------------------------------- */
#navi {
    clear: both;
}

/* #gNav
----------------------------------------------------------- */
#navi #gNav {
    clear: both;
    overflow: hidden;
}
#gNav li{
    list-style-type: none;	
}
* html #navi #gNav {
    height: 1%;
}

#naviArea {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    background: url(images/navi_bg.png) no-repeat 50% 12px;
}

#naviAreaS {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    padding: 20px 0px;
}

#gNavS {
    margin: 0 auto;
    width: 100%;
}
#gNavS li {
    float: left;
    text-align: center;
    padding-top: 12px;
    }
#gNavS li a
    {
    width: 215px;
    height: 120px;
    }
    
.navi_B_led{
    padding-top: 30px;
    display: block;
    position: relative;
    background: url(images/navis_bottm.png) no-repeat 100%;
    font-size: 40px;
    margin-right: 30px;
    -webkit-box-shadow: 2px 2px 4px 0 #E9E9E9;
    box-shadow: 2px 2px 4px 0 #E9E9E9;
    border-radius: 10px;
    position: relative;
    border: 1px solid #ccc;
}
.navi_B_sonota{
    display: block;
    position: relative;
    padding-top: 35px;
    background: url(images/navis_bottm.png) no-repeat 100%;
    font-size: 30px;
    -webkit-box-shadow: 2px 2px 4px 0 #E9E9E9;
    box-shadow: 2px 2px 4px 0 #E9E9E9;
    border-radius: 10px;
    position: relative;
    border: 1px solid #ccc;
        margin-right: 30px;

}
.navi_B_sonota2{
    display: block;
    position: relative;
    padding-top: 35px;
    background: url(images/navis_bottm.png) no-repeat 100%;
    font-size: 30px;
    -webkit-box-shadow: 2px 2px 4px 0 #E9E9E9;
    box-shadow: 2px 2px 4px 0 #E9E9E9;
    border-radius: 10px;
    position: relative;
    border: 1px solid #ccc;
}
.example{

margin-right:10px;
}
#main  ul.example li{
    border-bottom: 0px;
    margin:0 10px;
}
.example .navi_B_led{
    padding-top: 10px;
    display: block;
    position: relative;
    background: url(images/navis_bottm.png) no-repeat 100%;
    width: 150px;
    height: 40px;
    font-size: 20px;
    margin-right: 30px;
    -webkit-box-shadow: 2px 2px 4px 0 #E9E9E9;
    box-shadow: 2px 2px 4px 0 #E9E9E9;
    border-radius: 10px;
    position: relative;
}
.example .navi_B_sports{
    padding-top: 10px;
    display: block;
    position: relative;
    background: url(images/navis_bottm.png) no-repeat 100%;
    width: 150px;
    height: 40px;
    font-size: 20px;
    margin-right: 30px;
    -webkit-box-shadow: 2px 2px 4px 0 #E9E9E9;
    box-shadow: 2px 2px 4px 0 #E9E9E9;
    border-radius: 10px;
    position: relative;
}


.bottom_link
{
font-size: 15px;
border: 1px solid #f67900;
padding: 5px 50px;
border-radius: 20px;
margin: 10px;
position: absolute;
bottom: 0px;
display: block;
}

.navi_B_led:hover,.navi_B_sports:hover
{-webkit-box-shadow: -2px -2px 4px 0 #E9E9E9;
 box-shadow: -2px -2px 4px 0 #E9E9E9;}


#navi #gNav li {
    float: left;
    text-align: center;
    padding-top:12px;
}

#navi #gNav li a:link,
#navi #gNav li a:visited,
#navi #gNav li a:active {
    font-size: 12px;
    text-decoration:none;
    display:block;
    width: 160px;
    height: 44px;
    padding-top: 12px;
    background: url(images/gNav_li_bg.png) 100% 50% no-repeat;
}

#navi #gNav span {
    color:#f67900;
    font-size: 10px;
}

/* -----------------------------------------------------------
        #footer
                フッター
----------------------------------------------------------- */
#footer {
    clear: both;
}

#footer ul a{color:#fff;}

#footer .copyright {
    text-align: center;
    padding: 5px;
    font-size:10px;
    color:#666;
}

#footerContents ul {
    text-align: center;
    padding: 10px 0 0 0;
}

#footerContents ul li{
    display: inline;
    padding: 0 10px 0 10px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #D6D6D6;
}
#footerContents ul li.end {
    display: inline;
    border: none;
    padding: 0 10px 0 10px;
}

#footerContents h3 {
    font-weight: normal;
}

/* -----------------------------------------------------------
        #footerContents
                フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
    width: 960px;
    background-color: #A6A6A6;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
}


/*----------------------------------------------------
        #page
----------------------------------------------------*/
#page {
}


/*----------------------------------------------------
        #mainImg
----------------------------------------------------*/
#mainImg {
    height: 300px;
}
#imgArea {
    width: 960px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

/*----------------------------------------------------
        #contents
----------------------------------------------------*/
#contents {
    width: 960px;
    margin: 20px auto 0 auto;
    text-align: left;
}

#contents .pageTop {
    clear: both;
    text-align: right;
}


/*.contentsBox
----------------------------------------------------*/
.contentsBox {
    margin: 0 0 20px -15px;
    min-height:1px;
}

.contentsBox .box {
    font-size: 12px;
    width: 290px;
    height: 56px;
    float: left;
    margin-left: 15px;
    padding:10px;
    background: url(images/box.png) no-repeat;
}


/*----------------------------------------------------
        #main
                メイン
----------------------------------------------------*/
#main {
    float: right;
    width: 700px;
    overflow:hidden;
    position:relative;
}

#main p{
    padding: 15px 10px 15px 10px;
}

#main h2,#main h3{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    background: url(images/bg-h2.jpg) no-repeat;
    padding: 10px 0 0 10px;
    margin-top:30px;
}

#main h4{
    color: #f67900;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

#main .section{
    margin: 0 0 20px 0;
    padding: 10px 10px 10px 5px;
}

#main .sectionBorder{
    margin: 0 0 20px 0;
    padding:10px 10px 10px 10px;
    min-height:1px;
}
.form_link{
    padding:10px;
    margin-top: 30;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 125px;
}


#main .sectionBorder ul {
    /*height:213px;*/　　/*　←important ニュースが溜まったら213pxに戻す　　　　　*/
    overflow: auto;
    color:#f67900;
}
.red{
    color: #F00;	

}




#main .box {
    width: 190px;
    float: left;
    border-right: solid #ccc 1px;
    margin-right: 5px;
    padding: 0 15px 0 10px;
}

#main .box-end {
    width: 190px;
    float: left;
    margin-right: 5px;
    padding: 0 0 0 10px;
}

#main ul li{
    list-style-type: none;
    padding: 2px 0 2px 8px;
    background: url(images/list-arw.png) no-repeat 0 50%;
    border-bottom: dashed #ccc 1px;
    margin: 5px 0;
}
#main ul .navi_s{
    list-style-type: none;
    padding: 2px 5px 2px 8px;
    background: url(images/list-arw.png) no-repeat 0 50%;
    border-bottom: dashed #ccc 1px;
    margin: 5px 0;
    float: left;
}
#date {
    text-align: right;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight:bold;
    color:#858585;
}

#next {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
#patent_s{


}


img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/* テーブル装飾
----------------------------------------------------------- */
#main .t-head {
    border-collapse: collapse;
    border: 1px solid #999;
    padding: 10px;
    background-color: #CCC;
    width: 80px;
}

#main .t-item {
    border-collapse: collapse;
    border: 1px solid #999;
    padding: 10px;
    width: 535px;
}


/* -----------------------------------------------------------
        #sub
                サイドバー、サブ
----------------------------------------------------------- */
#sub {
    float: left;
    width: 230px;
}

#sub h3{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    width: 230px;
    height: 35px;
    background: url(images/bg-side-h3.jpg) no-repeat;
    margin:0;
    padding: 9px 0 0 16px;
}

#sub ul {
    margin: -10px 0 2px;
    font-size: 12px;
    margin: -5px 0 20px 0;
    padding: 5px 10px 10px 10px;
}

#sub ul li{
    list-style-type: none;
    padding: 5px 0 5px 8px;
    background: url(images/list-arw.png) no-repeat 0 50%;
    border-bottom: dashed #ccc 1px;
    margin: 5px 0 5px;
}

#sub ul li a{display:block;}

#sub .sectionBorder{
    font-size: 12px;
    margin: 0 0 20px 0;
    padding: 10px 10px 10px 10px;
}

#sub .box {
    padding: 5px 0;
}
ol{
    list-style-position: inside;	
}

.sectionBorder ol{
    text-indent: 15px;	
}
.secchi{
    list-style-type: none;
}
/*-------------------------------------
ニュース
--------------------------------------*/
.prev{
    float:left;
    text-decoration: none;
    list-style-type: none;
}
.next{
    float:right;
    text-decoration: none;
    list-style-type: none;		
}
.date{
    color:#FF3333;	
}
/*-------------------------------------
お問合わせ
--------------------------------------*/
.otoiawaseIMG{
    margin-top: -5px;	
}
.tabledate{
    width:150px;
    vertical-align: top;
    padding-bottom: 5px;
}
.table_contents{
    width: 800px;
    vertical-align: top;
    padding-bottom: 5px;
}

/*-------------------------------------
商品紹介
--------------------------------------*/
.products{
    background-image: url(images/product_bg_kyotsu.jpg);

}
.product_text{
    color: #FFF;
    margin-left: 27px;

}

.product_logo{
    margin-top:-16px;
    margin-left: -8px;
}
#tag{

    clear: both;
    overflow: hidden;
    height: 20px;
    margin-left: 10px;
    margin-bottom: -10px;

}
#tag ul li {
    float: left;
    display:inline;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.clr{
    clear: both;
}

#main .ex {
    padding: 0;
    float: left;
    display: block;
    width: 300px;
}
.dataR{
    border: 1px silver solid;
    padding: 10px;
    font-size: 10px;
    width: 290px;
    float: right;
}
.dataL{
    border: 1px silver solid;
    padding: 10px;
    font-size: 10px;
    width: 290px;
    float: left;
}
.data dl{  
    background-color : #f2f2e6;    
    margin-bottom : 30px;
    border-width : 2px;
    border-style : solid;
    border-color : #5a5a2e;
    width : 400px;      
}

dt{
    font-weight : bold;
    text-align : center;
    margin-bottom : 10px;
    border-bottom-width : 2px;
    border-bottom-style : solid;
    border-bottom-color : #5a5a2e;
    padding-top : 4px;  
    padding-bottom : 4px;  
}

dd{
    font-size : 80%;
    line-height : 1;

    padding-right : 10px;     
    padding-left : 10px;
    padding-bottom : 10px;  
}


.title_A,.title_B{
    border-bottom: thin solid #CCC;
}
.flt_right{
    float: right; 
}
.flt_left{
    float: left; 
}

.is-fixed {
position: fixed;
top: 0;
z-index: 2;
width: 710px;
background-color: white;
padding: 15px 0;
box-shadow:0px 6px 5px -4px #dfde87;
}
.is-fixed li{
margin:0;
padding:0;
}

#main.secchi #gNavS li{
    list-style-type: none;
    padding: 2px 0 2px 8px;
    background: url(images/list-arw.png) no-repeat 0 50%;
    border-bottom: dashed #ccc 1px;
}
.secchi .title_A{
margin-top: 50px !important;
}
.small_btm
{
font-size: 12px;
line-height: 10px;
}