@charset "utf-8";

/* ===== 全体 ===== */

body {
	color: #000;
	font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 160%;
	text-align: left;
	width: 100%;
	background:none;
	position: relative;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.logo{
	display:block;
	height:60px;
	padding-top: 8px;
	margin-right: 20px;
}
#title{
display:block;
float:left;
height:35px;
}

#title h1{
	font-size:23px;
	line-height:32px;
	height:35px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	color: #333;

}

/* ===== ヘッダー ===== */
.header {
	height: 36px;
	position: relative;
	width: 90%;
	margin: 0 15px 0 0;
	padding: 10px 5% 15px;
	z-index: 0;
	border-bottom: 2px solid #E5E5E5;
}

.btnLink {
	height: 36px;
	margin-top: 7px;
}

.txtLink {
	margin-top: 7px;
	background:url(/ss/products/process/flow-selection/img/icon_arrow_red01.gif) no-repeat left center;
	padding-left:11px;
	margin-left:17px;
	font-size: 12px;
}

.bnrBox {
	border: 1px solid #aaa;
	padding: 6px 0;
	position: absolute;
	top: -15px;
	right: 0;
	z-index: 1;
}

.bnrBox .fl_L {
	float: left;
}

.bnrBox .fl_L.dotted {
	border-right: 1px dotted #7f7f7f;
}

.bnrBox .thumb {
	float: left;
	padding: 0 8px 0 10px;
}

.bnrBox .thumb .img{
  width: 38px;
  border: 1px solid #cccccc;
  vertical-align: top;
}

.bnrBox .detail {
	float: left;
	width: 185px;
}

.bnrBox .detail .text {
	color: #282828;
	font-size: 80%;
	height: 31px;
	line-height: 14px;
}


/* ===== メインコンテンツ ===== */
#container {
	width: 1534px;
	margin-bottom: 60px;
}
.category {
	float: left;
	height: 377px;
	margin: 0 20px 25px 0;
	position: relative;
	width: 747px;
}

.con_text{
	margin-bottom: 35px;
	}

.category ul {
	width: 625px;
}


.point {
	background: url("/ss/flow/selection/spec_select/img/bg_point_001.gif") no-repeat top left;
}
.line {
	background: url("/ss/flow/selection/spec_select/img/bg_line_001.gif") no-repeat top left;
}
.image {
	background: url("/ss/flow/selection/spec_select/img/bg_image_001.gif") no-repeat top left;
}
.thrubeam {
	background: url("/ss/flow/selection/spec_select/img/bg_thrubeam_001.gif") no-repeat top left;
}
.point ul {
	margin: 0 0 38px 52px;
}

.point ul li.itemBox1{
	position:absolute;
	top:94px;
	left:54px;

}

.point ul li.itemBox2{
	position:absolute;
	top:60px;
	left:228px;

}
.point ul li.itemBox3{
	position:absolute;
	top:40px;
	left:402px;
}

.point ul li.itemBox4{
	position:absolute;
	top:6px;
	left:569px;
}
.line ul {
	margin: 0 0 38px 62px;
}

.line ul li.itemBox1{
	position:absolute;
	top:62px;
	left:82px;

}

.line ul li.itemBox2{
	position:absolute;
	top:25px;
	left:284px;

}
.line ul li.itemBox3{
  position: absolute;
  top: 25px;
  left: 495px;
}

.image ul {
	margin: 0 102px 77px 67px;
}

.image ul li.itemBox1{
  position: absolute;
  top: 59px;
  left: 193px;
}

.image ul li.itemBox2{
	position:absolute;
  top: 178px;
  left: 193px;
}

.thrubeam ul {
	margin: 0 0 44px 85px;
}


.thrubeam ul li.itemBox1{
	position:absolute;
	top:77px;
	left:68px;

}

.thrubeam ul li.itemBox2{
	position:absolute;
	top:67px;
	left:235px;

}
.thrubeam ul li.itemBox3{
	position:absolute;
	top:48px;
	left:400px;

}

.thrubeam ul li.itemBox4{
	position:absolute;
	top:44px;
	left:582px;

}

.itemBox {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
}
.lift {
	padding: 0 0 15px 0;
}
.caption {
	color: #000;
	font-size: 12px;
	line-height: 1.5em;
}

a {
	font-weight: bold;
	color: #06c;
}


/* ===== フッター ===== */

#b_uke_footer {
    clear: both;
    margin: 0px auto;
	background: #535353;
    padding: 20px 15%;
	width: 70%;
}
#b_uke_footer address,
#b_uke_footer ul li a {
	color: #fff;
}

#b_uke_footer ul li a:active,
#b_uke_footer ul li a:hover {
	opacity: 0.8;
	text-decoration: underline
}

/* ===== clearfix ===== */
.clearfix {
	overflow: hidden;
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0.1em;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

a img {
  -webkit-transition:opacity 0.2s ease-in-out;
  -moz-transition:opacity 0.2s ease-in-out;
  transition:opacity 0.2s ease-in-out;
}

a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

a img {
 border:none;
}

@charset "utf-8";

#tablesWrap{
	text-align: center;
	padding: 30px 0px 30px;
	line-height: 120%;
	width: 1456px;
	margin: 0 auto 40px;
	}

#tablesWrap p.ctLink{
	text-align: right;
	letter-spacing: 1px;
	margin:0 17px 0 0;
	float: left;
	background-color: #1FB3C8;
	padding: 14px 18px 14px 14px;
	border-radius: 4px;
	position: relative;
}

#tablesWrap .ancLinkArea {
	margin-bottom: 30px;
	height: 51px;
}
#tablesWrap p.ctLink a{
	color: #fff;
	padding: 0 0 0 21px;
	font-size: 20px;
}
#tablesWrap p.ctLink a::before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	position: absolute;
	top: 17px;
	left: 11px;
	transform: rotate(135deg);
}

#tablesWrap h1 {
	font-size: 171.42857%;
    line-height: 1.5;
    background: url(/img/elements/icon_redborder02.gif) no-repeat left top;
    padding: 2px 15px 0 15px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left;
}

#tablesWrap .tableWrap {
	position: relative;
}
#tablesWrap .tableWrap .emphasisText {
	position: absolute;
    background-color: #1FB3C8;
    color: #fff;
    border-radius: 15px;
    font-size: 11px;
    padding: 2px 10px;
    top: 230px;
    left: 429px;
}

.anc_link{
  margin-bottom: 15px;
  background: url("/ss/flow/selection/spec_select/img/icon_arrow_red01.gif") no-repeat left center;
  padding-left: 11px;
  font-size: 16px;
  text-align: left;
}

.tablecol {
	clear: both;
	border-collapse: collapse;
	text-align: center;
	margin: 0;
	}

.tb01 {
	margin: auto;
  	margin-bottom: 40px;
}
.tb02 {
	width: 1000px;
}

.tablecol th {
	padding: 3px 7px;
	border-right: 1px #c5c5c5 solid;
	border-bottom: 1px #c5c5c5 solid;
	border-top: 1px #c5c5c5 solid;
	background: #e6f4f7;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	font-size: 13px;
	text-align: center;
	}
.tablecol th.tit {
	border-left: 1px #c5c5c5 solid;
	}
.tablecol th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px #c5c5c5 solid;
	background: none;
	font-size: 100%;
	}
.tablecol th span {
	font-size: 75%;
	line-height: 120%;
	}
.tablecol td {
	padding: 4px 7px;
	border-right: 1px #c5c5c5 solid;
	border-bottom: 1px #c5c5c5 solid;
	font-size: 82%;
	text-align:center;
	}
.tablecol td.tit {
	background: #e6f4f7;
	border-left: 1px #c5c5c5 solid;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	font-size: 13px;
	}
.tablecol td.tit span {
	white-space: nowrap;
	}
.tablecol td.tdWidth {
	white-space: nowrap;
	font-weight: bold;
	}
.tablecol td.pic,
.tablecol td.pic2 {
	padding: 10px 0;
	text-align:center;
	}
.tablecol td.pic img {
	width: 110px;
	}
.tablecol td.pic2 img {
	width: 120px;
	height: 203px;
	}
.tablecol td ul {
	text-align: left;
	list-style-type: none;
	}
.tablecol td ul li {
	padding-left: 10px;
  text-indent: -0.5em;
  margin-left: 0.5em;
	}

	.tablecol td.emphasisT, .tablecol td.emphasisTl, .tablecol td.emphasisTr {
		border-top: 2px #1FB3C8 solid;
	}
	.tablecol td.emphasisB, .tablecol td.emphasisBl, .tablecol td.emphasisBr {
		border-bottom: 2px #1FB3C8 solid;
	}
	.tablecol td.emphasisL, .tablecol td.emphasisTl, .tablecol td.emphasisBl {
		border-left: 2px #1FB3C8 solid;
	}
	.tablecol td.emphasisR, .tablecol td.emphasisTr, .tablecol td.emphasisBr {
		border-right: 2px #1FB3C8 solid;
	}
	
.tablecol tr.aplL td ul li {
	padding-left: 2px 0 2px 10px;
	font-size: 96%;
	line-height: 120%;
	}



.tablecol .tButton {
	color: #fff;
	cursor: pointer;
	vertical-align:middle;
	font-size:80%;
	}



.bg_line td{
	background:url(/ss/flow/selection/spec_select/img/line.gif);
}

.annotationList {
	text-align: left;
	margin-top: 30px;
}

/* form style */

#moved_sidemenu{
  position: absolute;
  right: 545px;
  top: -15px;
	z-index: 5;
	}

#mini_f{
	width: 192px;
	cursor: pointer;
	}

.close_btn{
	display: inline-block;
  cursor: pointer;
  position: absolute;
  right:-10px;
  top:-10px;
	}

#mf_box{
	display: block;
	z-index: 4600;
	border: 10px solid #dddddd;
	background-color: #fff;
	width: 340px;
	position: absolute;
	right: 0px;
	top: -680px;
	}

#mf_box .ebWrap{
	width: 300px;
	margin: 0 20px;
	}

#mf_box .enq_Q{
	font-size: 82%;
	line-height: 100%;
	margin: 15px 0 3px;
	}
#mf_box .enq_A{
	margin: 0;
	}

#mf_box .enq_A .check_div input{
  vertical-align: -1px;
  padding:0;
  margin:0;
}

#mf_box .enq_A .check_div{
  font-size: 14px;
}

#mf_box .ebL{
	float: left;
	width: 140px;
	}
#mf_box .ebR{
	float: right;
	width: 140px;
	}

#mf_box .mf_btn{
	clear: both;
	margin: 10px auto 0;
	display: block;
	width: 50px;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #cc091d;
	cursor: pointer;
	text-align: center;
	color: #fff;
	}
#mf_box .mf_btn a{
	color: #fff;
	text-decoration: none;
	display: block;
	}
#mf_box .mf_btn a:link {
	color: #fff;
	text-decoration: none;
	}
#mf_box .mf_btn a:hover {
	color: #fff;
	text-decoration: none;
	}

#mf_box .ssl_txt{
	font-size: 70%;
	line-height: 140%;
	margin: 5px auto 15px;
	text-align: center;
	}

#mf_box dl.mf_tel{
	margin: 0 auto;
	width: 190px;
	}
#mf_box dl.mf_tel dt{
	font-size: 70%;
	line-height: 140%;
	}
#mf_box dl.mf_tel dd{
	background: url(/ss/flow/selection/spec_select/img/icon_freedial.gif) no-repeat 0px 5px;
	font-weight: bold;
	font-size: 150%;
	padding-left: 30px;
	}

#mf_box .remarks{
	font-size: 70%;
	line-height: 140%;
	margin: 10px 10px 5px;
	}

#mf_box .red{
	color: #de0617;
	}
#mf_box .gray{
	color: #999;
	}
#mf_box .exinfo{
	font-size: 70%;
	}
#mf_box .exam{
	font-size: 70%;
	color: #999;
	}
  /*	margin
  -----------------------------------------*/
  .mt0 {
    margin-top: 0 !important;
  }

  .mb0 {
    margin-bottom: 0 !important;
  }

  .ml0 {
    margin-left: 0 !important;
  }

  .mr0 {
    margin-right: 0 !important;
  }

  .mt5 {
    margin-top: 5px !important;
  }

  .mb5 {
    margin-bottom: 5px !important;
  }

  .mt10 {
    margin-top: 10px !important;
  }

  .mb10 {
    margin-bottom: 10px !important;
  }

  .mt15 {
    margin-top: 15px !important;
  }

  .mb15 {
    margin-bottom: 15px !important;
  }

  .mt20 {
    margin-top: 20px !important;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  .mt25 {
    margin-top: 25px !important;
  }

  .mb25 {
    margin-bottom: 25px !important;
  }

  .mt30 {
    margin-top: 30px !important;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }

  .mt35 {
    margin-top: 35px !important;
  }

  .mb35 {
    margin-bottom: 35px !important;
  }

  .mt40 {
    margin-top: 40px !important;
  }

  .mb40 {
    margin-bottom: 40px !important;
  }

  .mt45 {
    margin-top: 45px !important;
  }

  .mb45 {
    margin-bottom: 45px !important;
  }

  .mt50 {
    margin-top: 50px !important;
  }

  .mb50 {
    margin-bottom: 50px !important;
  }

  .ml5 {
    margin-left: 5px !important;
  }

  .ml10 {
    margin-left: 10px !important;
  }

  .ml15 {
    margin-left: 15px !important;
  }

  .ml20 {
    margin-left: 20px !important;
  }

  .ml25 {
    margin-left: 25px !important;
  }

  .ml30 {
    margin-left: 30px !important;
  }

  .ml35 {
    margin-left: 35px !important;
  }

  .ml40 {
    margin-left: 40px !important;
  }

  .ml45 {
    margin-left: 45px !important;
  }

  .ml50 {
    margin-left: 50px !important;
  }

  .ml55 {
    margin-left: 55px !important;
  }

  .ml60 {
    margin-left: 60px !important;
  }

  .ml65 {
    margin-left: 65px !important;
  }

  .ml70 {
    margin-left: 70px !important;
  }

  .ml75 {
    margin-left: 75px !important;
  }

  .ml80 {
    margin-left: 80px !important;
  }

  .ml85 {
    margin-left: 85px !important;
  }

  .ml90 {
    margin-left: 90px !important;
  }

  .ml95 {
    margin-left: 95px !important;
  }

  .ml100 {
    margin-left: 100px !important;
  }

  .mt5- {
    margin-top: -5px !important;
  }

  .mb5- {
    margin-bottom: -5px !important;
  }

  .mr5 {
    margin-right: 5px !important;
  }

  .mt10- {
    margin-top: -10px !important;
  }

  .mb10- {
    margin-bottom: -10px !important;
  }

  .mr10 {
    margin-right: 10px !important;
  }

  .mt15- {
    margin-top: -15px !important;
  }

  .mb15- {
    margin-bottom: -15px !important;
  }

  .mr15 {
    margin-right: 15px !important;
  }

  .mt20- {
    margin-top: -20px !important;
  }

  .mb20- {
    margin-bottom: -20px !important;
  }

  .mr20 {
    margin-right: 20px !important;
  }

  .mt25- {
    margin-top: -25px !important;
  }

  .mb25- {
    margin-bottom: -25px !important;
  }

  .mr25 {
    margin-right: 25px !important;
  }

  .aleft { text-align: left;}
  .aright { text-align: right;}
  .acenter { text-align: center;}

@media screen and (max-width: 1536px) {
	.header {
		width: 1455px;
		padding: 10px 32px 15px;
	}

	body {
		width: 1519px;
	}
	#b_uke_footer {
		padding: 20px 274px 20px 275px;
		width: 970px;
	}	
}
