@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
 共通スタイルとスマートフォン用の指定（モバイルファースト）
-----------------------------------------------------------------*/

/* body */

body{
	width:100%;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', Helvetica, Arial, sans-serif;
	color:#252525;
	font-size:1.1em;
}

.font_ko{
	font-family:'Malgun Gothic', 'Yoon Gothic', 'Noto Sans KR', sans-serif;
}


.font_zh{
	font-family:"Microsoft YaHei", "微软雅黑",'SimSun', 'Noto Sans SC', 'Source Han Sans', sans-serif;
}

a{
	text-decoration:none;
}

a:hover{
	color:#3D3D3D;
	text-decoration:underline;
}
/* accordion 2022.03.09 */

.accordion {
	position: relative;
}
.accordion .accordion--title {

}
.accordion .accordion--tgl {
  display: none;
}
.accordion .accordion--title {
  position: relative;
  display: block;
  cursor: pointer;
}
.accordion .accordion--title i {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.75em;
  width: 1.5em;
  height: 1.5em;
}
.accordion .accordion--title i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: ' ';
  margin-top: -.3em;
  margin-left: -.3em;
  width: .6em;
  height: .6em;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
  box-sizing: border-box;
  transition: all .15s ease-in-out;
}
.accordion .accordion--body {
  transition: all .15s ease-in-out;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
}
.accordion .accordion--tgl:checked + .accordion--title {
  border-bottom: none;
}
.accordion .accordion--tgl:checked + .accordion--title i::before {
  transform: rotate(-135deg);
}
.accordion .accordion--tgl:checked + .accordion--title + .accordion--body {
  visibility: visible;
  max-height: none;
  opacity: 1;
  padding: 1em 0;
}

/* ヘッダー */

header{
	text-align:center;
}

h1 a:hover{
	text-decoration:none;
	color:#252525;
}

h1 a:visited{
	color:#252525;
	float:left;
}

.logoSC{
	width:90%;
	margin:0 auto;
}

.logoSC p{
	font-size:0.8em;
	color:#252525;
}

.subLogo{
	margin-top:10px;
}

/* 言語切り替えボタン */
div.menubar {
   background-color: #fff; 
   width: 90px;
   float:right;
   margin:0;
}
div.menubar ul#menuLang {
   margin: 0; 
   padding: 0px; 
   height: 30px; 
   font-size:0.8em;
}
div.menubar ul#menuLang li {
   width: 90px; 
   height: 30px; 
   float: left;
   list-style-type: none;
   position: relative;
}
div.menubar ul#menuLang a {
   background-color: #fff; 
   color: #2E2E2E; 
   line-height: 30px; 
   text-decoration: none; 
   display: block;
   width: 100%;
   height: 100%;
}
div.menubar ul#menuLang a:hover {
   color:#7F7F7F;
}
div.menubar ul#menuLang { zoom:1; }
div.menubar ul#menuLang:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }
div.menubar ul#menuLang ul.sub {
   background-color: #e4fffb; 
   margin: 0px;
   padding: 0px;
   display: none;
   position: absolute;
}
div.menubar ul#menuLang ul.sub li {
   width: 90px; 
   height: 30px; 
   border-width: 0px 0px 1px 0px; 
   border-style: solid; 
   border-color: #ccc; 
}
div.menubar ul#menuLang ul.sub li a {
   line-height: 30px; 
   text-align: left;  
   text-indent: 5px; 
}
div.menubar ul#menuLang ul.sub li a:hover {
   background-color: #28c2a6; 
   color: #e4fffb; 
}

/* メインビジュアル */

.mainVisual{
	background:url(../img/mainVisual_s.jpg) no-repeat top center;
	text-align:center;
	height:300px;
}

.mainVisual_en{
	background:url(../img/mainVisual_s_en.jpg) no-repeat top center;
	text-align:center;
	height:300px;
}

.mainVisual_zh{
	background:url(../img/mainVisual_s_zh.jpg) no-repeat top center;
	text-align:center;
	height:300px;
}

.mainVisual_ko{
	background:url(../img/mainVisual_s_ko.jpg) no-repeat top center;
	text-align:center;
	height:300px;
}

.txtMainSp{
	color:#fff;
    text-shadow:0 2px 0 #000,
        2px 0 0 #000,
        0 -2px 0 #000,
        -2px 0 0 #000,
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        2px 2px 0 #000;
		font-size:1.3em;
    filter: glow(color=#000,strength=2px);	/*IE9*/	
}

.txtMain{
	visibility:hidden;
}

/* 無料アプリボタン */
.icnFree{
	background:#ff9934;
	color:#331c05;
	padding:8px 15px;
	text-align:center;
	font-weight:bolder;
	width:130px;
	margin:0 auto;
	font-size:1.3em;
}

.free{
	background:#ea5514;
	color:#fff;
	width:30%;
	padding:2%;
}

/* グローバルナビ */

/*　(PC用のナビ)　*/
#nav1{
	display:none;
}

/*　(タブレットとスマートフォン用のナビ)　*/
#nav2{
}

/* 本文 */

h2{
	font-size:1.5em;
/*	font-weight:bold;*/
	text-align:center;
	padding:0 0 10% 0;
}

.box{
	padding:10% 5%;
}

.box2{
	padding:5%;
}


/* お知らせ */

#AtnMail-2{
	border:1px solid #28c2a6;

}

.boxBorder{
	border:#ccc 1px solid;
}


.notice{
/*	border-top:#D1D1D1 1px dotted;*/
	
/*20171218　背景を白に変更*/
/*	background:#EFEFEF; 　グレー*/
	background:#FFFFFF;
}

.notice dl{
	text-align:left;
}

.notice p{
	font-size: 15px;
}
.notice dd{
	font-size: 15px;
	word-wrap:break-word;
	padding:0 0 10px 0;
}

/*　st　　20171218　追加　*モバイル対応*********************/

/*@NEWS tag*/
.tag {
	display: inline;
	width:75px;
	font-size: 80%;
	color:#fff;
	font-weight: normal;
	text-align:center;
	margin-right: 5px;
	padding: 4px 4px;
	line-height: 1;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	display:inline-block;
	*zoom: 1; 
	position:relative;
}

 .tag_ios {
	background:#505050;
}
 .tag_android {
	background:#b2d151;
}
 .tag_event {
	background:#ff7c00;
}
 .tag_server {
	background:#0000ff;
}
 .tag_media {
	background:#ff7597;
}
 .tag_notice {
	background:#ff0000;
}
.tag_app {
	background:#006400;
}


/*文字列が長いときの文字間調整あり
 .tag_press {
	background:#2461ca;
	letter-spacing: -1px;
}
*/
/*　ed　　20171218　追加　*モバイル対応*********************/



/* VoiceTraとは */

.aboutVC{
	background:#f0fffd;
}

.txtAbout{
	padding:1%;
}

.txtAbout p{
	padding:0 0 10% 0;
}


/* ダウンロード */

.content3_1{
	width:100%;
	margin:0 0 8% 0;
}

.content3_2{
	width:100%;
	margin:0 0 8% 0;
}

.content3_3{
	width:100%;
	margin:0;
}

/* 動画 */
.btn01 {
	background: #EEE;
	color: #111;
	border: 0px;
	width: 200px;
	font-size:0.75em;
	padding: 8px;
	vertical-align:middle;	
}

.btn02 {
	background: #777777;
	font-size:1em;
	color: #fff;
	border: 1px solid #777777;
	width: 120px;
	padding: 8px;
	vertical-align:middle;	
}

.btn03 {
	background: #777777;
	font-size:1em;
	color: #fff;
	border: 1px solid #777777;
	width:80%;
	margin:0 auto 10px;
/*	width: 220px;*/
	padding: 8px;
	vertical-align:middle;	
}


.video {
    position: relative;
    magin-bottom: 30px;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
  
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 対応機種とOS */
#os{
/*	background:#F4F4F4;　グレー背景*/
/*　20171218　背景を白へに変更　***********************/
	background:#FFFFFF;
}

/* リンクエリア */
.btnLink2{
	text-align:center;
}

.btnLink2 p{
	font-size:0.8em;
}

/*ご利用情報*/
.status{
	background:url(../img/bg_status.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color:#fff;
}
.status p{
	margin:0 0 20px 0;
	text-align:center;
	font-size:0.8em;
}

/*ご利用情報ボタン*/
.btnStatus {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-size:1.2em;
}
.btnStatus::before,
.btnStatus::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btnStatus,
.btnStatus::before,
.btnStatus::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btnStatus {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	line-height: 50px;
}
.btnStatus:hover {
	background-color: rgba(255, 255, 255, .2);
	color: #fff;
	text-decoration:none;
	}

/*お問い合わせボタン*/
.btnContactP{
	width:200px;
	margin:15px auto 0;
}
.btnContact {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-size:1.2em;
}
.btnContact::before,
.btnContact::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btnContact,
.btnContact::before,
.btnContact::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btnContact {
	background-color: transparent;
	border: 2px solid #28c2a6;
	color: #28c2a6;
	line-height: 50px;
}
.btnContact:hover {
	background-color: rgba(40,194,166, .2);
	color: #28c2a6;
	text-decoration:none;
	}

/* （ページトップへ） */
.toTop{
	text-align:center;
	padding:10% 0 0;
	font-size:1.5em;
}

	
/* フッター */

footer{
	/*background:#eaedf2;*/
	border-top:1px #eaedf2 solid;
}

footer a{
	color:#252525;
}

footer .nav3{
	text-align:center;
	margin:0 0 10%;
}

footer .nav3 li{
	padding:5% 0;
	border-bottom:#ccc 1px solid;
}

.copyright{
	padding:5% 0 10%;
	font-size:0.8em;
	color:#535353;
}

/*　NICTロゴ(2カラム)　*/
.content2{
	padding:0 5%;
	}



/*------------------------------------------------------------------
 各ページの指定
-----------------------------------------------------------------*/

/*見出し*/

h3{
	font-size:1.5em;
	margin:5% 3% 0;
}

h4{
	font-size:1.3em;
	border-left:#28c2a6 6px solid;
	border-bottom:#28c2a6 1px solid;
	padding:0 0 0 1%;
	margin:0 0 2% 0;
}

h5{
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 1% 0;
}

/*本文*/

.content{
	border-top:#28c2a6
 1px solid;
}

.content ol{
	list-style-type:decimal;
	padding-left:10%;
}

.content p{
	margin:0 0 1.5% 0;
}

.toTop{
	padding:5% 0 0 0;
	text-align:center;
	font-size:1em;
}


/*TOP*/

/*特徴*/
#fttop .olList{
	font-size:1.3em;
}

.boxFt .imgLeft{
	border:#ccc 1px solid;
}



/*お問合せ*/
#AtnMail{
	border:1px solid #28c2a6;
	padding:3%;
}

/*マニュアル*/
.box_mn{
	padding:0 5% 10%;
}


.box_mn h6{
	font-weight:bold;
}

.box_mn .imgLeft{
	border:#ccc 1px solid;
}

.box_mn_1 .imgLeft{
	border:#ccc 1px solid;
}

.box_mn_2{
	padding:0 0 0.2% 0;
}

.box_mn_2 .imgLeft{
	border:#ccc 1px solid;
}

.count{
margin:0 0 3% 0;
font-size: small;
text-align:center;
}

.dlLang{
	border-top:#DCDCDC 1px solid;
	margin-top:10px;
}

.dlLang dt{
	border-bottom:#DCDCDC 1px solid;
	width:70%;
	float:left;
	height:30px;
}

.dlLang dd{
	border-bottom:#DCDCDC 1px solid;
	width:24%;
	float:left;
	height:30px;
}

.dlLang .border{
	border-bottom:#DCDCDC 3px solid;
	float:left;
	height:30px;
}

.dlLang .border1{
	border-bottom:#DCDCDC 3px solid;
	float:left;
	height:30px;
}



.btnImg{
	background:#28c2a6;
	padding:1%;
}

.box_mn h7{
	font-weight:bold;
}

.txt_green{
	color:#28c2a6;
}

.txt_orange{
	color:#f3843a;
}

/*FAQ*/
.ulList h6{
	margin:3% 0 1% 0;
	font-weight:bold;
}


.ulList li{
	list-style-type:disc;
	margin-left:5%;
	margin-bottom:5px;
}

.box_qa{
	border-top:1px solid #28c2a6
;
	margin:0 0 5%;
	padding:5% 0 0 0;
}

.box_qa-1{
	margin:0 0 5%;
	padding:5% 0 0 0;
}

.box_qa-1 h6{
	font-weight:bold;
	margin:0 0 3% 0;
}

.box_qa h6{
	font-weight:bold;
	margin:0 0 3% 0;
}

.box_qa .q{
	background:url(../img/faq/q.png) top left no-repeat;
	padding:0 0 2% 10%;
	/*color:#28c2a6;*/;
	font-weight:bold;
}

.box_qa .a{
	background:url(../img/faq/a.png) top left no-repeat;
	padding:0 0 5% 10%;
}
	
/*Videos and Pictures*/
#box_pic img{
	border:#ccc 1px solid;
}

/*ご利用にあたって*/
.attentionBox li{
	margin:15px 0px;
}

.attentionBox ol{
	padding-left:7%;
	list-style-type:decimal;
}

.prvSpn{
	font-weight:bold;
}

/* テキストなどへの強調 */

.txt_right{
	text-align:right;
}

.txt_underline{
	text-decoration:underline;
}

.txt_bold
}

.underline_strong{
	border-bottom:solid 2.5px;
}

.important{
	color:#20b2aa;
}

.important_ub{
	text-decoration:underline;
	font-weight:bold;
}

.very_important{
	color:#FF0000;	
}



/*------------------------------------------------------------------
 タブレットより大きいサイズの指定  幅768px 以上
-----------------------------------------------------------------*/

@media screen and (min-width:768px){
	
/* 画像とテキストのレイアウト */

.imgLeft{
	float:left;
	
}

.txtRight{
	float:right;
	width:65%;
}

.imgright{
	float:right;	
}

.txtLeft{
	float:left;
	width:50%;
}

.imgLeft_s{
	float:left;
	width:10%;
}

.txtRight_s{
	float:right;
	width:85%;
}

.img imgLeft_top{
margin:25px 0 0 0px;
}
/* ヘッダー */

header{
	text-align:left;
	padding:0 0 5px 0;
}

.logoSC{
	width:294px;
	float:left;
/*	text-align:center;*/
	font-size:0.9em;
}

.logoSC p{
	padding:1% 0;
}

.icnFree{
	margin:25px 0 0 30px;
}

/* メインビジュアル */

.mainVisual{
	background: url(../img/mainvisual.jpg) bottom center no-repeat;
	height:420px;
}

.mainVisual_en{
	background: url(../img/mainvisual_en.jpg) bottom center no-repeat;
	height:420px;
}
.mainVisual_zh{
	background: url(../img/mainvisual_zh.jpg) bottom center no-repeat;
	height:420px;
}
.mainVisual_ko{
	background: url(../img/mainvisual_ko.jpg) bottom center no-repeat;
	height:420px;
}

.txtMainSp{
	visibility:hidden;
}

.txtMain{
	color:#000;
	visibility:visible;
    text-shadow:0 2px 0 #fff,
        2px 0 0 #fff,
        0 -2px 0 #fff,
        -2px 0 0 #fff,
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff;
	text-align:left;
	padding:0 0 0 1%;
	font-size:2em;
}

.btnLink1 p{
	font-size:0.7em;
}

/* 本文 */

h2{
	font-size:2em;
	padding:0 0 15px 0;
}

.box{
	padding:3%;
	text-align:left;
}

.box2{
	padding:1% 3% 0;
	text-align:left;
}


.btn03 {
	width: 220px;
	margin:0 auto 5%;
}


.content ol{
	padding-left:5%;
}

.toTop{
	text-align:right;
	padding:0;
	font-size:1em;
}

/* お知らせ */
/*　20171226　変更　旧
.notice dt{
	float:left;
	width:20%;
}

.notice dd{
	float:left;
	width:75%;
	padding:0 0 15px 0;
}
　20171226　変更　旧*/
/*　20171226　変更　新*/
.notice dt{
	font-size: 15px;
	float:left;
	width:27%;
}

.notice dd{
	font-size: 15px;
	float:left;
	width:68%;
	padding:0 0 15px 0;
}
/*20171226　変更　新*/




/*　st　　20171218　追加　*モバイル対応*********************/

/*@NEWS tag*/
.tag {
	display: inline;
	width:75px;
	font-size: 80%;
	color:#fff;
	font-weight: normal;
	text-align:center;
	margin-right: 5px;
	padding: 4px 4px;
	line-height: 1;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	display:inline-block;
	*zoom: 1; 
	position:relative;
}

 .tag_ios {
	background:#505050;
}
 .tag_android {
	background:#b2d151;
}
 .tag_event {
	background:#ff7c00;
}
 .tag_server {
	background:#0000ff;
}
 .tag_media {
	background:#ff7597;
}
.tag_notice {
	background:#ff0000;
}
.tag_app {
	background:#006400;
}

/*文字列が長いときの文字間調整あり
 .tag_press {
	background:#2461ca;
	letter-spacing: -1px;
}
*/
/*　ed　　20171218　追加　*モバイル対応*********************/
	
/* VoiceTraとは */

.txtAbout p{
	font-size:1.2em;
	padding:0 0 15px 0;
}

.detail{
	text-align:right;
	margin:10px 0 0 0;
	font-weight:bold;
	font-size:1.2em;
}

/* ダウンロード */

.content3_1 {
	width: 31%;
	float: left;
	margin:0 3% 0 0;
}

.content3_2 {
	width: 31%;
	float: left;
	margin:0 3% 0 0;
}

.content3_3 {
	width: 31%;
	float: left;
	margin:0;
}

.accordion .accordion--tgl {
  display: none;
}


/* リンクエリア */
.btnLink2 .koetraLink{
	width:50%;
	float:left;
}

/* フッター */
footer .nav3{
	margin:0;
}

footer .nav3 li{
	float:left;
	margin:0 2.5% 0 0;
	padding:0;
	border:none;
}

.copyright{
	padding:15px 0;
/*	text-align:center;*/
}

/*Experiment*/
#box_exp img{
	width:48%;
}

/*Videos and Pictures*/
#box_pic img{
	width:30%;
	margin:0 2% 2% 0;
}

/*マニュアル*/
.box_mn{
	padding:0 0 3% 0;
}


.dlLang{
	width:60%;
	margin:0 auto;
}

.dlLang dt{
	width:60%;
	float:left;
	height:35px;
	padding-left:5%;
}

.dlLang dd{
	border-bottom:#DCDCDC 1px solid;
	width:35%;
	float:left;
	height:35px;
}
/*FAQ*/

.box_qa .q{
	padding:0 0 3% 5%;
}

.box_qa .a{
	padding:0 0 5% 5%;
}

.content2 {
	width: 40%;
	float: left;
	padding:0 5%;
}

.content3 {
	width: 430px;
	float: left;
	padding:0 2%;
}
.content4 {
	width: 270px;
	float: left;
	padding:5% 0 3% 2%;
}


/*------------------------------------------------------------------
 PCサイズの指定  幅980px 以上
-----------------------------------------------------------------*/

@media screen and (min-width:980px) {

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

/* グローバルナビ */

/*　(PC用のナビを表示)　*/
#nav1{
	display:block;
	text-align:center;
	background:url(../img/bg_menu.png) repeat-x;
}

#nav1 li{
	margin-bottom:1px;
}

#nav1 a{
	color:#333;
	text-decoration:none;
}

#nav1 a:hover{
	text-shadow: 1px 1px 3px #fff;
}

#nav1{
	background:url(../img/bg_menu.png) repeat-x;
	padding:10px 0;
	color:#FFFFFF;
}

#nav1 li{
	background:none;
	display:inline;
	padding:0 10px;
	margin-bottom:0;
}

/*　(タブレットとスマートフォン用のナビを隠す)　*/
#nav2{
	display:none;
}

/* 本文 */
h3{
	width:800px;
	margin:30px auto 0;
	font-size:2.2em;
}

.box,.box2{
	width:800px;
	margin:0 auto;
}

.box3{
	width:600px;
	margin:0 auto;
        padding:20px 20px;
}

/*Experiment*/
#box_exp img{
	width:32%;
}

/*特徴*/
#fttop .olList{
	font-size:1.5em;
}
}


/*------------------------------------------------------------------
 印刷用 ！PCサイズ、タブレットのスタイル修正時はここにも反映させる！
-----------------------------------------------------------------*/
@media print { 

/* 画像とテキストのレイアウト */

.imgLeft{
	float:left;
	width:30%;
}

.txtRight{
	float:right;
	width:65%;
}
	
.imgLeft_s{
	float:left;
	width:10%;
}

.txtRight_s{
	float:right;
	width:85%;
}

/* ヘッダー */

header{
	text-align:left;
	padding:0 0 5px 0;
}

.logoSC{
	width:294px;
	float:left;
/*	text-align:center;*/
	font-size:0.9em;
}

.logoSC p{
	padding:1% 0;
}

.icnFree{
	margin:25px 0 0 30px;
}

/* メインビジュアル */

.mainVisual{
	background:url(http://voicetra.nict.go.jp/img/mainVisual.jpg) bottom center no-repeat;
	height:420px;
}

.mainVisual_en{
	background:url(http://voicetra.nict.go.jp/img/mainVisual_en.jpg) bottom center no-repeat;
	height:420px;
}

.txtMainSp{
	visibility:hidden;
}

.txtMain{
	color:#fff;
	visibility:visible;
    text-shadow:0 2px 0 #000,
        2px 0 0 #000,
        0 -2px 0 #000,
        -2px 0 0 #000,
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        2px 2px 0 #000;
	text-align:left;
	padding:0 0 0 1%;
	font-size:2em;
}

.btnLink1 p{
	font-size:0.7em;
}

/* 本文 */

h2{
	font-size:2em;
	padding:0 0 15px 0;
}

.box{
	padding:3%;
	text-align:left;
}

.box2{
	padding:1% 3% 0;
	text-align:left;
}

.box3{
	padding:3%;
	text-align:left;
}


.btn03 {
	width: 220px;
	margin:0;
}


.content ol{
	padding-left:5%;
}

.toTop{
	text-align:right;
	padding:0;
	font-size:1em;
}

/* お知らせ */
/*　20171226　変更　旧
.notice dt{
	float:left;
	width:20%;
}

.notice dd{
	float:left;
	width:75%;
	padding:0 0 15px 0;
}
20171226　変更　旧*/
/*　20171226　変更　新*/
.notice dt{
	font-size: 15px;
	float:left;
	width:27%;
}

.notice dd{
	font-size: 15px;
	float:left;
	width:68%;
	padding:0 0 15px 0;
}
/*20171226　変更　新*/
	
/*　st　　20171218　追加　*/

/*@NEWS tag*/
.tag {
	display: inline;
	width:75px;
	font-size: 80%;
	color:#fff;
	font-weight: normal;
	text-align:center;
	margin-right: 5px;
	padding: 4px 4px;
	line-height: 1;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	display:inline-block;
	*zoom: 1; 
	position:relative;
}

 .tag_ios {
	background:#505050;
}
 .tag_android {
	background:#b2d151;
}
 .tag_event {
	background:#ff7c00;
}
 .tag_server {
	background:#0000ff;
}
 .tag_media {
	background:#ff7597;
}
.tag_notice {
	background:#ff0000;
}
.tag_app {
	background:#006400;
}

/*文字列が長いときの文字間調整あり
 .tag_press {
	background:#2461ca;
	letter-spacing: -1px;
}
*/
/*　ed　　20171218　追加　*/

	
	
/* VoiceTraとは */

.txtAbout p{
	font-size:1.2em;
	padding:0 0 15px 0;
}

.detail{
	text-align:right;
	margin:10px 0 0 0;
	font-weight:bold;
	font-size:1.2em;
}

/* ダウンロード */

.content3_1 {
	width: 31%;
	float: left;
	margin:0 3% 0 0;
}

.content3_2 {
	width: 31%;
	float: left;
	margin:0 3% 0 0;
}

.content3_3 {
	width: 31%;
	float: left;
	margin:0;
}

/* リンクエリア */
.btnLink2 .koetraLink{
	width:50%;
	float:left;
}

/* フッター */
footer .nav3{
	margin:0;
}

footer .nav3 li{
	float:left;
	margin:0 2.5% 0 0;
	padding:0;
	border:none;
}

.copyright{
	padding:15px 0;
/*	text-align:center;*/
}

/*Experiment*/
#box_exp img{
	width:48%;
}

/*動画と画像*/
#box_pic img{
	width:30%;
	margin:0 2% 2% 0;
}

/*マニュアル*/
.box_mn{
	padding:0 0 3% 0;
}

.dlLang{
	width:60%;
	margin:0 auto;
}

.dlLang dt{
	width:60%;
	float:left;
	height:35px;
	padding-left:5%;
}

.dlLang dd{
	border-bottom:#DCDCDC 1px solid;
	width:35%;
	float:left;
	height:35px;
}
/*FAQ*/

.box_qa .q{
	padding:0 0 3% 5%;
}

.box_qa .a{
	padding:0 0 5% 5%;
}

.content2 {
	width: 40%;
	float: left;
	padding:0 5%;
}

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

/* グローバルナビ */

/*　(PC用のナビを表示)　*/
#nav1{
	display:block;
	text-align:center;
	background:url(../img/bg_menu.png) repeat-x;
}

#nav1 li{
	margin-bottom:1px;
}

#nav1 a{
	color:#333;
	text-decoration:none;
}

#nav1 a:hover{
	text-shadow: 1px 1px 3px #fff;
}

#nav1{
	background:url(../img/bg_menu.png) repeat-x;
	padding:10px 0;
	color:#FFFFFF;
}

#nav1 li{
	background:none;
	display:inline;
	padding:0 1.5%;
	margin-bottom:0;
}

/*　(タブレットとスマートフォン用のナビを隠す)　*/
#nav2{
	display:none;
}

/* 本文 */
h3{
	width:800px;
	margin:30px auto 0;
	font-size:2.2em;
}

.box,.box2{
	width:800px;
	margin:0 auto;
}
.box3{
	width:600px;
	margin:0 auto;
}

/*Experiment*/
#box_exp img{
	width:32%;
}

/*特徴*/
#fttop .olList{
	font-size:1.5em;
}

}

/* accordion 2022.03.09 */

.accordion {
	position: relative;
}
.accordion .accordion--title {

}
.accordion .accordion--tgl {
  display: none;
}
.accordion .accordion--title {
  position: relative;
  display: block;
  cursor: pointer;
}
.accordion .accordion--title i {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.75em;
  width: 1.5em;
  height: 1.5em;
}
.accordion .accordion--title i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: ' ';
  margin-top: -.3em;
  margin-left: -.3em;
  width: .6em;
  height: .6em;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
  box-sizing: border-box;
  transition: all .15s ease-in-out;
}
.accordion .accordion--body {
  transition: all .15s ease-in-out;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
}
.accordion .accordion--tgl:checked + .accordion--title {
  border-bottom: none;
}
.accordion .accordion--tgl:checked + .accordion--title i::before {
  transform: rotate(-135deg);
}
.accordion .accordion--tgl:checked + .accordion--title + .accordion--body {
  visibility: visible;
  max-height: none;
  opacity: 1;
  padding: 1em 0;
}