@charset "utf-8";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain{
    height: 19px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#hpb-headerMain h1{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    font-weight: normal;
    line-height: 18px;
    font-size: 10px;
    color : #ffffff; /* ヘッダー説明文文字色 */

  background-color : #0080c0;
}

#hpb-headerLogo{
    width: 400px;
    float: left;
}

#hpb-headerLogo a{
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height : 110px;
    background-image : url(images/logo/top-logo.gif);
    background-position: top left;
    background-repeat: no-repeat;
  }

#hpb-headerExtra1{
    width: 330px;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
}

#hpb-headerExtra1 p.tel{
    /* 電話番号の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1.7em;
    font-weight: bold;
    color: #3FAFDE;
    line-height: 1.2;
    text-align: right;
}

#hpb-headerExtra1 p.tel span{
    /* 電話番号の「TEL」文字設定 */
    color: #CCCCCC;
}

#hpb-headerExtra1 p.address{
    /* 住所文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1.2;
    text-align: right;
}

#hpb-headerExtra2
{
}

/* フッター内パーツ */
#hpb-footerMain{
    width: 300px;
    float: right;
    padding-top: 35px;
}

#hpb-footerMain p{
    /* コピーライト文字設定 */
    font-size: 0.8em;
    text-align: right;
}

#hpb-footerLogo
{
}

#hpb-footerExtra1{
    padding-top: 9px;
}

#hpb-footerExtra1 ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: left;
}

#hpb-footerExtra1 li{
    /* フッターナビ設定 */
    display: inline;
    background-image : url(images/parts/fpoint_1A.png);
    background-position: 7px 4px;
    background-repeat: no-repeat;
    padding-left: 23px;
    padding-right: 10px;
    font-weight: bold;
}

#hpb-footerExtra1 a:link{
    color: #666666;
    text-decoration: none;
}
#hpb-footerExtra1 a:visited{
    color: #666666;
    text-decoration: none;
}
#hpb-footerExtra1 a:hover{
    color: #188BBC;
    text-decoration: none;
}
#hpb-footerExtra1 a:active{
    color: #188BBC;
    text-decoration: none;
}

#hpb-footerExtra2
{
}

/* サイドブロック内パーツ */
#banner{
    margin-top: 15px;
    background-color: #F4F4F4;
    padding-top: 10px;
}

#banner ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#banner li{
    padding-bottom: 10px;
}

#banner li a{
    display: block;
    width: 200px;
    height: 70px;
    margin-left: 0;
    margin-right: 0;
    text-indent: -9999px;
    overflow: hidden;
}

#banner a#banner-service{
    /* 製品一覧バナー */
    background-image : url(images/banner/top_banner_1A_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-recruit{
    /* 採用情報バナー */
    background-image : url(images/banner/top_banner_1A_02.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-access{
    /* アクセスバナー */
    background-image : url(images/banner/top_banner_1A_03.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-blog{
	/* ブログバナー */
	background-image : url(images/banner/banner-blog1.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#banner a#banner-english{
	/* 英語ページバナー */
	background-image : url(images/banner/top_banner_1A_0141.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#banner a#banner-en_blog{
	/* ブログページバナー（英語版） */
	background-image : url(En_blog.png);
	background-position : top left;
	background-repeat : no-repeat;
}




/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a{
    /* ナビゲーション文字設定 */
    font-weight: bold;
}

#hpb-nav li a:link{
    color: #666666;
    text-decoration: none;
}
/* ナビゲーション文字色設定 */
#hpb-nav li a:visited{
    color: #666666;
    text-decoration: none;
}
#hpb-nav li a:hover{
    color: #ffffff;
    text-decoration: none;
}
#hpb-nav li a:action{
    color: #ffffff;
    text-decoration: none;
}


#hpb-nav li span.en{
    display: none;
}


/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #1F7EA7;
    text-decoration: underline;
}
a:visited{
    color: #1F7EA7;
    text-decoration: underline;
}
a:hover{
    color: #64BEE6;
    text-decoration: none;
}
a:active{
    color: #64BEE6;
    text-decoration: none;
}

#hpb-skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
}

p.large{
    color: #157299;
    font-weight: bold;
}
p.indent{
    padding-left: 25px;
}

.left{
    float: left;
}
.right{
    float: right;
}

hr{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.hpb-layoutset-02 h2{
    background-image : url(images/parts/content_title_1A.png);
    width: 650px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0.5em;
    margin-left: 0;
    height: 50px;
    line-height: 57px;
    text-align: left;
    overflow: hidden;
}

.hpb-layoutset-02 h2 span.ja{
    font-size: 1.15em;
    color: #ffffff;
    padding-right: 10px;
    line-height: 50px;
    padding-left: 18px;
}

h2 span.en{
    font-size: 0.9em;
    color: #B1CCE4;
}

.hpb-layoutset-02 #hpb-wrapper h3{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    padding-top: 3px;
    padding-left: 1px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #2CABE2;
    font-size: 1.3em;
    color: #105978;
}

h3.hpb-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

h4{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 2px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    color: #1F7EA7;
}

h5{
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 25px;
    text-align: left;
    background-image : url(images/parts/point_1A.png);
    background-position: 6px 8px;
    background-repeat: no-repeat;
    font-size: 1.1em;
    line-height: 1.2;
    color: #1F8DBC;
}

table{
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cccccc;
}

table th{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    background-color: #eeeeee;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

table td{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

/* テーブル内の画像回り込み設定 */
 
img.intable {
	 float: left;
	 margin-right: 10px;
}
	 
.clearLeft { clear: left; }


/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea{
    width: 400px;
    height: 200px;
}

input.l{
    width: 400px;
}
input.m{
    width: 250px;
}
input.s{
    width: 150px;
}


/* メインコンテンツ内基本パーツ */

#hpb-main ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-main ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 25px;
    background-image : url(images/parts/point_1A.png);
    background-position: 5px 12px;
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
    color: #000000;
}

#hpb-main dl{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    zoom: 100%;
}

#hpb-main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    font-weight: bold;
    width: 250px !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 25px;
    background-image : url(images/parts/point_1A.png);
    background-position: 5px 12px;
    background-repeat: no-repeat;
    color: #1F8DBC;
    display: block;
    clear: left;
}

#hpb-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    padding-left: 280px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
    display: block;
}

*:first-child + html #hpb-main dd{
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #hpb-main dd{
    /* for IE6 */
    height: 20px;
    padding-left: 0px;
}

#hpb-main dl::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

#hpb-main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}

#pagetop{
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: right;
}

#pagetop a{
    /* ページの先頭へのリンク設定 */
    display: block;
    margin-left: auto;
    width: 125px;
    height: 21px;
    overflow: hidden;
    background-image : url(images/parts/returnTop_1A.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
}



/* トップページ デザイン定義 */
.hpb-layoutset-01 #hpb-title {
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
    height: 340px;
    background-image : url(images/toppage-3.png);
    background-position: top center;
    background-repeat: no-repeat;
}

#toppage-topics h3{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    height: 26px;
    overflow: hidden;
    background-image : url(images/parts/top_indexBg_1A.png);
    background-position: top left;
    background-repeat: no-repeat;
    line-height: 28px;
    padding-left: 10px;
    text-align: left;
    color: #ffffff;
    font-size: 1.2em;
}

#toppage-news h3{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    height: 26px;
    overflow: hidden;
    background-image : url(images/parts/top_indexBg_1A.png);
    background-position: top left;
    background-repeat: no-repeat;
    line-height: 28px;
    padding-left: 10px;
    text-align: left;
    color: #ffffff;
    font-size: 1.2em;
}

#toppage-news h3 span.ja{
    display: none;
}

#hpb-inner #companyinfo{
    padding-top: 0px;
    padding-bottom: 10px;
    background-color: #F3F3F3;
}

#hpb-inner #companyinfo h3{
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 5px;
    background-color: #56BFED;
    font-size: 1em;
}

#hpb-inner #companyinfo p{
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 5px;
}

td.Category{
	background-color: ivory;
} 

td.Specification{
	background-color: whitesmoke;
}



.Production{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2em;
	margin-left:15px;
	background-color: white;
	width: 180px;
	text-align: center;
	border-radius: 25px;
}

.Production:hover{
	color: silver;
} 

.Production img{
	position: relative;
	margin-top:10px;
	height: 150px;
	width:auto;
}

p.title{
	text-align: center;
	position: relative;
	font-size:1.15em;
}

#Catalog-Download{
	background-color: white;
}

img.pdf_icon{
	width: 50px;
	height:auto;
	float: left;
}

#tabcontrol{
	border-bottom: 3px solid lightskyblue;
	margin-bottom: 20px;
}

#tabcontrol a#rfid_tag{
	display: inline-block;
	border-radius: 0.5em 0.5em 0 0;
	border-color: lightskyblue;
	background-color: white;
	border-style: solid;
	position:relative;
	font-weight: 500;
	color:white;
	font-size: 1.4em;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

#tabcontrol a#lpwa_tag{
	display: inline-block;
	border-radius: 0.5em 0.5em 0 0;
	border-color: lightskyblue;
	background-color: lightskyblue;
	border-style: solid;
	position:relative;
	font-weight: 500;
	color:white;
	font-size: 1.4em;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

#tabcontrol a#ble_tag{
	display: inline-block;
	border-radius: 0.5em 0.5em 0 0;
	border-color: lightskyblue;
	background-color: lightskyblue;
	border-style: solid;
	position:relative;
	font-weight: 500;
	color:white;
	font-size: 1.4em;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

#tabcontrol a#tpwp_tag{
	display: inline-block;
	border-radius: 0.5em 0.5em 0 0;
	border-color: lightskyblue;
	background-color: lightskyblue;
	border-style: solid;
	position:relative;
	font-weight: 500;
	color:white;
	font-size: 1.4em;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

#tabcontrol a#other_tag{
	display: inline-block;
	border-radius: 0.5em 0.5em 0 0;
	border-color: lightskyblue;
	background-color: lightskyblue;
	border-style: solid;
	position:relative;
	font-weight: 500;
	color:white;
	font-size: 1.4em;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

#tabcontrol a:hover{
	background-color:white;
	color: dodgerblue;
	z-index: 1;
}

#tab_rfid{
	display: inline-block;
	position: relative;
	z-index: 1;
}

#tab_LPWA {
	display: inline-block;
	position: relative;
	z-index: 1;
}

#tab_ble{
	display: inline-block;
	position: relative;
	z-index: 1;
}

#tab_tpwp{
	display: inline-block;
	position: relative;
	z-index: 1;
}

#tab_other{
	display: inline-block;
	position: relative;
	z-index: 1;
}

td.Category2{
	background-color:aliceblue;
}

.inline_image{
	position: relative;
	display:inline-block;
	width:130px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

.inline_image p{
	font-size:1.3em;
}

#RX{
    width: 315px;
    float: left;
}

#TX{
	padding-left: 20px;
    width:295px;
    float: right;
}


/* miniシリーズ */

a.ST{
    display:flex;
    position: relative;
    height:100px;
    width: 180px;
    margin-top : 17px;
    margin-bottom: 0px;
    margin-left:10px;
    float: left;
    border: double 10px ;
    border-color: rgba(250, 100, 100, 0.7);
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size:2.0em;
     color: rgba(250, 128, 114, 1.0);
    transition: 0.4s;
    overflow: hidden;
    font-weight: 600;
}


.ST:hover{
    background-color: rgba(250, 128, 114, 0.7);
    color:white;
    border : double 10px;
}

.ST p{
    text-align: center;
    margin-top:23px;
    font-size: 1.9em;
    font-weight: bold;
    color: rgba(250, 128, 114, 1.0);
}
a.LR_J {
     color: rgba(255 ,165 ,0 ,1.0);
    display: flex;
    height: 100px;
    width: 180px;
    margin-top : 0px;
    margin-left : 20px;
    border: double 10px;
    border-color: rgba(255, 165, 0, 0.7);
    float:left;
    align-items: center;
    justify-content: center;
    font-size:2.0em;
    text-align: center;
    transition: 0.4s;
    overflow: hidden;
    font-weight: 600;
}

.LR_J:hover{
    background-color: rgba(255, 165, 0, 0.7);
    color: white;
    border: double 10px;
}


/*
.LR p{
    text-align: center;
    margin-top:　19px;
    font-size: 1.9em;
    font-weight: bold;
    color: rgba(255, 165, 0, 0.85);
}
*/

a.SS{
    display: flex;
    vertical-align: middle;
    position: relative;
    height: 100px;
    width:180px;
    margin-top : -16px;
    margin-left:20px;
    float: right;
    border: double 10px;
    border-color: rgba(100,149,237,0.7);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-size:2.0em;
    color: rgba(100,149,237,1.0 );
    text-align: center;
    transition: 0.4s;
    overflow: hidden;
    font-weight: 600;
}

a.SS:hover{
    background-color: rgba(100,149,237,0.7);
    color: white;
    border: double 10px;
}


.SS p{
    text-align: center;
    margin-top:19px;
    font-size: 1.9em;
    font-weight: bold;
    color: rgba(100,149,237,1);
}

p.mini_title{
    margin-bottom: 0px;
    margin-top:49px;
    margin-left:10px;
    font-size: 2.0em;
    float: left;
}

p.contents{
    margin-bottom: 0px;
    margin-top: 25px;
    width: 400px;
    float: right;
    font-size:1.2em;    
}

p.contents:first-letter{
    font-size:1.6em;
}

a.link_LR{
    text-decoration: none;
    color: rgba(255, 165, 0, 0.85);
}

p.new{
    display: inline;
    position: relative;
    background-color: rgba(240,20,60,1);
    color:rgba(255,255,0,1);
    width:30px;
    overflow: hidden;
    border:1px solid red;
    border-radius:8px;
    text-align: center;
    margin-right:10px;
    padding-left:3px;
    padding-right:3px;
}