@charset "utf-8";
/*-------------------------------------------------
  200s  * Service Site Global Header Footer *
-------------------------------------------------*/
html,body,div,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,figure {margin:0;padding:0;border:0;outline:0;font-weight:normal;font-style:normal;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
html {font-size:16px;}
h1,h2,h3,h4,h5,h6{line-height:1.7;font-weight:normal;}
ul,li,dl,dt,dd {list-style:none;}
img {border:none;margin:0;padding:0;line-height:0;}
hr {display:none;}
a:active,a:focus {outline:0 none;}
strong,b {font-weight:bold;}
em {font-style:normal;}
/*table {width:99%;border-collapse:collapse;}*/
table th,table td {text-align:left;padding:4px;vertical-align:top;}
input,textarea {line-height:1.5;}
input {vertical-align:middle;}
.word-break {word-break:break-all;word-wrap:break-word;}
p {line-height:1.6;}
a {color: #1958c1}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	word-break:normal;
	word-wrap:normal;
	color:#363636;
	background: none;
}
.ja{
	word-break:break-all;
}

/*---------------------------
200s Common
 ----------------------------*/
.img{
	background:url(../img/sprites.png?ver=3) no-repeat;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.red{
  color: #bb0404;
}
@media screen and (max-width:768px){/* SP */
.img{
  background:url(../img/sprites@2x.png?ver=3) no-repeat;
  background-size:400px 250px;
  -webkit-background-size:400px 250px;
  -moz-background-size:400px 250px;
  -ms-background-size:400px 250px;
}
.left{
  float:none !important;
}
.right{
	float:none !important;
}
.naviJs{
  display: none;
}
.content a{
  color: #1958C1;
}
}
/*---------------------------
G header
----------------------------*/
#header #gNav li a{
  color: #666;
}

/*---------------------------
200S　ナビの上の所
 ----------------------------*/
.logoBox{
  font-size: 24px;
  line-height: 1.7;
}
.logoBox span{
  display: none;
}
.logoIcon{
  margin: 5px 0 0;
  background-repeat: no-repeat;
    background-position:0px -84px;
    width:270px;
    height: 32px;
  display:inline-block;
}
.headerInner{
  width:920px;
  margin:0 auto ;
  padding: 10px 0 0;
  overflow:hidden;
}
/*100s紹介ボタン*/
.link100s{
  width: 150px;
  font-size: 14px;
  line-height: 1.1;
  background: url(../img/arrow.png) no-repeat 0 50%;
  margin: 8px 20px 0 0;
}
.link100s li{
  text-indent: 18px;
}
.link100s a{
  text-decoration: none;
  }
/*購入ボタン*/
.buyBtn{
  background:#1958c1;
    border-radius: 4px;        /* CSS3草案 */
      -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
      -moz-border-radius: 4px;   /* Firefox用 */
  text-align:center;
  margin: 5px 0 0;
}
.buyBtn :hover{
  background:#5a8de0;
    border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
  text-align:center;
/*  animation: fadeBtn 3s 1 both;
    -moz-animation:fadeBtn 3s 1 both;
    -webkit-animation:fadeBtn 3s 1 both;
    -ms-animation:fadeBtn 3s 1 both;*/
}
.buyBtn a{
  display:block;
  text-decoration:none;
  color:#fff;
  padding:5px 20px;
  height:auto;
  font-size: 14px;

}
.cartIcon,
.cartIcon a{
  background-repeat: no-repeat;
    background-position:-60px -50px;
    width:24px;
    height: 24px;
    display:inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0;
}
.cartIcon :hover,
.cartIcon a:hover{
    background:url(../img/sprites@2x.png) no-repeat;
    background-size:400px 250px;
   -webkit-background-size:400px 250px;
   -moz-background-size:400px 250px;
   -ms-background-size:400px 250px;
    background-repeat: no-repeat;
    background-position:-60px -50px;
    width:24px;
    height: 24px;
    display:inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
}

@media screen and (max-width: 768px) {
.logoBox{
margin: 5px 0 0;
}
.headerInner{
  width:100%;
  height: 50px;
  margin:0 auto ;
  padding: 0;
  overflow:hidden;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.logoIcon{
  background-repeat: no-repeat;
    background-position:0px -125px;
    width:164px;
    height: 28px;
}
.first #top,
.top .logoBox,
.link100s{
  display:none;
}
.logoBox{
  float: none;
}
/*購入ボタン*/
.buyBtn {
  position: absolute;
  top: 5px;
  right:10px;
}
#spec .buyBtn{
  position: static;
}
.buyBtn a{
  color:#FFF;
  font-weight:bold;
  text-decoration:none;
  padding:5px 10px;
  font-size: 10px;
  }
#spec .buyBtn a{
  padding:8px 10px;
  font-size: 14px;
}
.buyBtn :hover{
/*  animation: none;
    -moz-animation:none;
    -webkit-animation:none;
    -ms-animation:none;*/
}
.buyBtn a{
  font-weight:bold;
  }
/*カートアイコン*/
.cartIcon{
  display: none;
}
}
/*-------------------------------------------------
  200S　GLOBAL　NAVI
-------------------------------------------------*/
#cNav {
  width: 100%;
  display: block;
  background: #dedede; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZGVkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjZjBmMGYwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjZjBmMGYwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,  #dedede 0%, #f0f0f0 6%, #f0f0f0 86%, #d8d8d8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(6%,#f0f0f0), color-stop(86%,#f0f0f0), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #dedede 0%,#f0f0f0 6%,#f0f0f0 86%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #dedede 0%,#f0f0f0 6%,#f0f0f0 86%,#d8d8d8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #dedede 0%,#f0f0f0 6%,#f0f0f0 86%,#d8d8d8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #dedede 0%,#f0f0f0 6%,#f0f0f0 86%,#d8d8d8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-8 */
  text-align: center;
  line-height: 0;
}
#cNav ul{
 display: inline-block;
 margin: 0 auto;
 line-height: 0;
}
.cHeader #cNav ul{
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#cNav li {
  display: inline-block;
  float: left;
/*  padding:30px 24px 24px;*/
  color:#1958c1;
  font-weight:bold;
}
/*選択時のフェードイン*/
@keyframes selectnow{
  0% { opacity: 0.5;  }
   100% { opacity: 1;  }
}
@-webkit-keyframes selectnow{
   0% { opacity: 0.5;  }
   100% { opacity: 1;  }
}
#cNav .selected{
  border-top:6px solid #1958c1;
  padding:24px;
/*  -webkit-animation: selectnow 2s 1 both;
  -o-animation: selectnow 2s 1 both;
  -ms-animation: selectnow 2s 1 both;
  -moz-animation: selectnow 2s 1 both;
    animation: selectnow 2s 1 both;*/
}
/*文字のフェードイン*/
@keyframes textLink{
  0% { color: #b2b2b2; }
    100% { color: #1958C1; }
}
@-webkit-keyframes textLink{
  0% { color: #b2b2b2; }
    100% { color: #1958C1; }
}
#cNav a,
#cNav span {
  color: #363636;
  font-size: 14px;
  font-weight: 800;
  display: block;
  /*min-width: 156px;
  line-height: 1.2;
  padding: .8em 0;*/
  text-align: center;
  text-decoration: none;
  padding:30px 24px 24px;
}
#cNav a:hover{
/*-webkit-animation: textLink 2s 1 both;
-o-animation: textLink 2s 1 both;
-ms-animation: textLink 2s 1 both;
-moz-animation: textLink 2s 1 both;
animation: textLink 2s 1 both;*/
}
.cNavStart {
  position: relative;
  display: none;
}
.cNavBox{
	width:1006px;
	margin:auto;
}
.cNavList .dl100s{
display:none!important;
}
#cNav a:hover {
  background-color: #dbdbdb;
}
/*SP*/
@media screen and (max-width: 768px) {
#cNav {
  position: absolute;
  top: 50px;
  left: 0;
  border: none;
  background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  box-shadow: none;
  z-index: 100;
}
.cNavStart {
  position: absolute;
  top: -40px;
  left: 10px;/**/
}
.cNavBox{
	width:100%;
	margin:0px;
}
#cNav ul {
  clear: both;
  display: none;
  float: right;
  width: 100%;
  /*margin: 0 4px 0 0;*/
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #000;
}

#cNav li {
  float: none;
  display: block;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #525252;
	/*padding:20px 10px;*/
	padding:0px;
	color:#FFF;
 }

#cNav .selected{
  border-top:none;
  padding: 1.5em 1em;
  background: #414141;
/*  -webkit-animation: none;
  -o-animation: none;
  -ms-animation: none;
  -moz-animation:none;
  animation: none;*/
}
/*  #cNav li.cNavInquiry {
    display: block;
  }*/

#cNav a,
#cNav span {
  color: #fff;
  position: relative;
  display: block;
  width: auto;
  padding: 1.5em 1em;
  font-size: 14px;
  text-align: left;
}
  #cNav a:hover{
/*-webkit-animation: none;
-o-animation: none;
-ms-animation: none;
-moz-animation: none;
animation: none;*/
}

#cNav ul .icon {
  position: absolute;
  top: 35%;
  right: 10px;
  display: inline-block;
  width: 12px;
  height: 12px;
  z-index: 1000;
  background-image: url(/img/sp/common/sign_sprite.png);
  background-repeat: no-repeat;
  background-position: -77px -22px;
}

.cNavStart {
  display: block;
  width: auto;
  padding: 14px 8px;
  background: #000;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
}

 #cNav .cNavStart span.cNavStartTxt {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
#cNav li.dl100s{
display: block;
}
#cNav a:hover {
  background-color: #4093dd;
}

}
/*SP終了*/


#cNav span {
  color: #5d94c5;
}

.cSNav {
  position: fixed;
  top: 28%;
  right: 0;
  z-index: 10000;
}
/*---------------------------
  content
 ----------------------------*/
.content{
  width:100%;
  clear:both;
  font-size: 16px;
}
.contentInner{
  width:920px;
  margin:20px auto 40px;
  overflow:hidden;
}
.contentBox{
  margin:0px 10px 15px;
}
/*SP*/
@media screen and (max-width: 768px) {
.content{
  width: auto;
  clear:both;
}
#top.content{
  position: relative;
}
.terms #terms.content{
  margin: 20px auto 0;
}
.contentInner{
  width: auto !important;
  margin: 0 10px;
}
}
/*---------------------------
  ボタン
 ----------------------------*/
.Btn{
  clear:both;
  width:400px;
}
.blackBtn{
  background:#000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align:center;
}
.blackBtn a{
  display:block;
  text-decoration:none;
  background:url(../img/arrow_white.png) no-repeat 98% 50%  ;
  color:#fff;
  padding:10px 0;
  height:auto;
}
.blueBtn span{
  display: block;
  text-align:center;
  padding: 12px 0;
  background:url(../img/arrow_white.png) no-repeat 98% 50%  ;
font-weight: bold;
}
.blueBtn {
  display:block;
  background:#1958c1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-decoration:none;
  color:#fff;
  height:auto;
}
@media screen and (max-width:768px){/* SP */
.Btn{
  width:100%;
  margin: 0 0 30px;
}
.blueBtn span{
  background:url(../img/arrow_white_twice.png) no-repeat 98% 50% ;
  background-size:14px;
  color: #fff;
}

}

/*---------------------------
  spec
----------------------------*/
#spec{
  background:#e6e6e6;
  overflow:hidden;
}
#spec .contentInner{
  margin:20px auto 20px;
}
.productLink{
  text-decoration:none;
  color:#363636;
  cursor:pointer;
}
.productBox{
   overflow: hidden;
   width:450px;
   background:#fff;
}
.specPrice{
  float: left;
}
/*購入バナー*/
.buyArea{
  text-align: center;
  overflow: hidden;
  margin: 10px auto;
}
.hiveBnr img{
  width:300px;
  margin: 0 0 5px;
}
.donkiBnr img{
  width:300px;
  margin: 0 0 0px;
}
.hiveBnr .infoTxt{
  font-size: 14px;
  font-weight: bold;
}
.otherBnr{
  width: 300px;
  margin: 0 auto;
}
.otherBnr li{
  float: left;
  font-size: 14px;
}
.otherBnr li:first-child{
  margin-right: 10px;
}
.otherBnr img{
  width: 145px;
}
.otherBnr li span{
  font-size: 12px;
}
/*アプリリンクボタン*/
.buyAppBox .appImg,
.buyAppBox .googleImg{
  width:150px;
}
.specAppBox .appImg,
.specAppBox .googleImg{
  width:130px;
}
.appImg{
  margin:0 10px 10px 0;
}
.buyAppBox li,
.specAppBox li{
float: left;
}
/*下のspec内*/
.specAppBox{
  overflow:hidden;
  width:270px;
  margin:38px auto 0px;
}

@media screen and (max-width:768px){/* SP */
 .productBox{
  width:auto;
  margin: 0 10px 20px;
  float: none;
}
.specAppBox{
  margin:20px auto;
}
/*購入バナー*/
.hiveBnr img{
  width:100%;
  margin: 0 0 5px;
}
.donkiBnr img{
  width:100%;
  margin: 0 0 0px;
}
.otherBnr{
  width:100%;
  margin: 0 auto;
}
/*.otherBnr li{ バナー画像にする際に戻す
  float: left;
  width: 48%;
}*/
.otherBnr li:first-child{
  margin-right: 4%;
}
.otherBnr img{
  width: 100%;
}
}
/**/
.specInner{
  margin:15px;
}
.priceBox{
  overflow:hidden;
  margin:0 0 20px;
}
.productName{
  font-weight:bold;
  color:#0888da;
  }
.price{
  font-weight:bold;
}
.specImg{
  width:120px;
  margin:0 20px 0 0;
  float: left;
}
.appThumb img{
  width: 120px;
}
.specList{
  clear:both;
  font-size:12px;
}
.specList >li{
  border-top:#dedede 1px solid;
  padding:3px 0;
}

.titRequirements{
  font-weight:bold;
  clear: both;
}

/*---------------------------
  Series
----------------------------*/
/*ティザーの時のみ*/
#seariesTeaser{
  display: none;
}
/**/

.miniTit{
  font-weight: bold;
  color: #1b2b59;
  margin: 0 0 10px;
}
.seariesProduct{
  width:460px;
  border-right: 1px dashed #c1c1c1;
  overflow: hidden;
}
.productInner{
  width: 250px;
  margin: 0 auto;
}
.seriesProductBox{
  float: left;
}
.seriesTxtBox{
  margin: 0 0 0 10px;
  float: left;
}
.downLoadPdf{
  width: 450px;
}
.pdfInnner{
  width: 300px;
  margin: 0 auto;
}
/**/
.downLoad{
  margin: 3px 0 0;
}
.downLoad li{
  background:#fff;
  border:1px solid #e5e5e5;
  overflow:hidden;
  padding:10px;
  background: #e6e6e6;
}
.downLoad a{
  width:100%;
  display:block;
  text-decoration:none;
}
.downLoad .pdfIcon{
  float:left;
  display:inline-block;
  vertical-align:middle;
  width: 30px;
  height: 40px;
  background-position:-130px -43px;
}
.downLoad .pdfTxt{
  float: right;
  display: block;
  margin: 2px 0px 0px;
  width: 86%;
  color: #000;
  text-align:left;
  line-height: 18px;
  font-size: 16px;
}
.downLoad .size{
  color:#91ab8a;
  font-size:12px;
}
.downLoad a:hover{
  background:#f2f2f2;
}

@media screen and (max-width:768px){/* SP */
/*ティザーの時のみ*/
#seariesTeaser{
  display: block;
  font-size: 12px;
}
#seariesTeaser .seariesProduct{
  border-top: dotted 1px #cbcbcb;
  margin:0 0 10px
}
#seariesTeaser .productInner{
  width: auto;
  margin: 0 20px;
}

/**/
.seariesProduct img{
  width: 64px;
  height: 64px;
}

.miniTit{
  clear: both;
  margin: 20px 0 0;
}
.seariesProduct{
  width:auto;
  border-right: none;
}
/*.productInner{
  width: auto;
  margin: 0 auto;
}ティザーの時のみOFF*/
.pdfInnner{
  width:auto;
  margin: 0 auto;
}
.downLoadPdf{
  width: auto;
}
/*.seriesTxtBox{
  float: none;
}*/
}
/*--------------------------
G_footer
----------------------------*/
#footer a {
  color: #666;
  text-decoration: none;
}
#copyright p {
  color: #666;
  margin: 20px auto 0;
}
/*--------------------------
SNS+lang
----------------------------*/
#snsAndLang.content{
  text-align: center;
}

.share-buttons{
  list-style: none;
}
.sns{
  overflow: hidden;
}
.share-buttons li{
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: top;
}
.share-buttons li:last-child{
  margin-right: 0;
}

/*sns*/
.snsTit {
  font-size: 14px;
  margin: 0 20px 0 0;
  padding: 10px 0 0;
}
.terms .sns,
.faq .sns {
  display: none;
}
@media screen and (max-width:768px){
#snsAndLang .contentInner{
  margin: 20px 0 0;
}
}
/*Select langage*/
.lamg{
  float: right

}
.lang li{
  float: left;
  display: inline-block;
  font-size: 14px;
}
.lang li:first-child{
  border-right: 1px solid #666;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
}
@media screen and (max-width:768px){
#snsAndLang{
    text-align: center;
  }
.sns{
margin: 0 0 30px;
  }
.snsTit {
  margin: 0;
}
.lang li{
  float:none;
  }
  .lang{
    overflow: hidden;
    margin: 0 auto 20px;
  }
}



/* ====================== 以下第二階層 ====================== */
/*--------------------------
content　title
----------------------------*/
.mainTit{
  font-size: 26px;
   font-weight: bold;
   line-height: 1.4;
}
.mainTitBox{
  border-bottom: 4px solid #1958C1;
}
.mainTitInner{
  width:920px;
  padding: 30px 0 5px ;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
.mainTitInner{
  width: 100%;
  padding: 30px 0 5px ;
  margin: 0 auto;
}
.mainTit{
  margin: 0 10px;
  display: block;
}
}
/*--------------------------
paragraphTit
----------------------------*/
.paragraphTit{
  color: #1B4E92;
  font-weight: bold;
  font-size: 30px;
  margin: 10px auto 20px;
}
.tableTit{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  border-left: 7px solid;
  padding: 0px 0px 0px 5px;
  color: #5277a8;
}
@media screen and (max-width:768px){/* SP */
.paragraphTit{
  font-size: 20px;
  line-height: 1.5;
}
.en .paragraphTit{
  line-height: 1.3;
}
}
/*--------------------------
下の説明
----------------------------*/
.secondContent {
   border-bottom: 1px solid #d9d9d9;
   font-size: 16px;
}
.contentTitInfo{
  color:#1b4e92;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.imgBoxInfo img{
    width: 350px;
    height: auto;
    }
.textBoxInfo{
  width: 500px;
}

@media screen and (max-width: 768px) {
.contentTitInfo{
  color:#1b4e92;
  margin: 20px auto ;
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
 }
 .en .contentTitInfo{
   line-height: 1.3;
 }
.textBoxInfo{
  width: auto;
   float: none !important;
   margin: 20px auto;
}
.imgBoxInfo{
   float: none !important;
   text-align: center;
}
.imgBoxInfo img{
    width: 300px;
    height: auto;
    }
}

/*---------------------------
グロナビ調整
 ----------------------------*/
#footer .toRanking .arrow{
  display: none;
}


/*---------------------------
  tableList
  ----------------------------*/
.tableList {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse:collapse;
  font-size: 16px;
}
.tableList th,
.tableList td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.tableList th  {
 background: #f4f4f4;
}
.tableList th  {
  width: 30%;
  text-align: left;
  font-weight: bold;
}
.tableList li{
  margin-bottom:10px;
}
.tableList li:last-child{
  margin-bottom:0;
}

@media only screen and (max-width:768px){
.tableList {
/*  margin: 0 -10px;*/
  width: 100%;
  margin: 0 0 20px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.tableList th,
.tableList td{
        width: 100%;
        display: block;
        border-top: none;
    }
.tableList th{
border-right: 1px solid #ddd;
}

}
/*---------------------------
  annotation
  ----------------------------*/
#annotation{
  border-top: dotted 1px #cbcbcb;
}
.annotationList{
  color: #606060;
  font-size: 12px;
}
.annotationList li{
  padding-left: 12px;
  text-indent: -12px;
}
@media only screen and (max-width:768px){
#annotation .contentInner{
  margin: 14px 10px;
}
}