@charset "utf-8";
#TFT {
    margin-top: 40px;
}
#TFT section:after{
      content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
#TFT h4.title{
    color: #000066;
    padding: 3px 0px 3px 10px;
    margin: 15px 0px 0px 10px;
    font-weight: bold;
    font-size: 14px;
    width: 520px;
    border-left: solid 10px #333399;
    border-bottom: solid 1px #333399;
    margin-bottom: 10px;
}
#TFT section .imageHolder {
	float: right;
	width: 30%;
}
#TFT section .imageHolder img {
	width: 100%;
	height: auto;
}
#TFT section .textHolder {
	width: 68%;
	float: left;
}
#TFT .sectionTitle {
	background-color: #333399;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
    clear: both;
    margin-bottom: 20px;
}


#TFT .listStyle {
	margin-left: 15px;
	padding-left: 15px;
	list-style-type: square;
}
#TFT .pic {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#TFT .red {
	color: #FF088A;
}
#data1{
	font-size: 70%;
}
#data1 .left td{
    background-color: #f00;
    text-align: left;
}
#data1 .right td{
    background-color: aqua;
    text-align: right;
}

#data2 {
	font-size: 90%;
}
#data2 td{
	text-align: center;
}

#data3 {
    width: 100%;
    margin-bottom: 20px;
}

.productSangyo .block{
    text-align: center;
}#TFT .listStyle dt {
	color: #333399;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
}
#TFT .listStyle dd {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 40px;
}


/*
  PARTS
========================================================================================================*/

/* ボタン
-----------------------------------------------------*/


/* ログインボタン
-----------------------------------------------------*/
.login-wimax-btn,
.login-mobile-btn,
.login-datacharge-btn{
position: relative;
display: inline-block;
overflow: hidden;
width: 330px;
border: 1px solid #c1c1c1;
border-radius: 30px/50%;
background: #fff;
text-align: right;
font-size: 16px;
}
.login-wimax-btn:hover,
.login-mobile-btn:hover,
.login-datacharge-btn:hover{
opacity: .7;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.login-wimax-btn .img,
.login-mobile-btn .img,
.login-datacharge-btn .img{
position: absolute;
top: 0;
bottom: 0;
left: 22px;
margin: auto;
width: 54px;
}
.login-wimax-btn span,
.login-mobile-btn span,
.login-datacharge-btn span{
display: inline-block;
box-sizing: border-box;
padding: 18px 0;
width: 240px;
color: #fff;
text-align: center;
}
.login-wimax-btn span{
background: #0099ff;
}
.login-mobile-btn span,
.login-datacharge-btn span{
background: #e4007f;
}
.login-wimax-btn .link-img,
.login-mobile-btn .link-img,
.login-datacharge-btn .link-img{
position: absolute;
top: 0;
right: 17px;
bottom: 0;
margin: auto;
}


section#faqContent dd {
	margin-bottom: 0px;
}



@media screen and (max-width:768px){
    .login-wimax-btn,
    .login-mobile-btn,
    .login-datacharge-btn{
    width: 250px;
    border-radius: 20px/50%;
    font-size: 11px;
    }
    .login-wimax-btn .img,
    .login-mobile-btn .img,
    .login-datacharge-btn .img{
    width: 35px;
    }
    .login-wimax-btn span,
    .login-mobile-btn span,
    .login-datacharge-btn span{
    padding: 14px 0;
    width: 180px;
    height: auto;
    line-height: normal;
    }
}

ul.layout li{
    display:inline-block;
}

.banEstimate{
	background-color: #23FFFF;
	text-align: center;
}


.dataTable td,
.dataTable th,
.dataTable2 td,
.dataTable2 th {
	padding: 5px;
}

.dataTable td,
.dataTable th {
    border: 1px solid #CCCCCC;
    /* [disabled]background-color: #F4F3EA; */
}
.dataTable2 td,
.dataTable2 th {
	border: 1px solid #999999;
	background-color: #E1F5FF;
}

.dataTable,
.dataTable2 {
	border-collapse: collapse;
}

.dataTable th {
    background-color: #E1E1E1;
}
.dataTable .celold {
	background-color: #E9EADD;
	text-align: center;
}
.dataTable .celNew {
	text-align: center;
}
.dataTable .celNew strong {
	color: #FF3300;
}

#table4.dataTable th{
	width: 12%;
}
