@charset "UTF-8";

/*===================================================================
	layout
===================================================================*/
/* table */
.tbl{
	display: table;
	width: 100%;
}
.tbl .tbl-cell{
	display: table-cell;
	vertical-align: top;
}

/*===================================================================
	/products/discproducer/common/
===================================================================*/
/* ------ lNav ------ */
.lNav.top li.lnav01 a,
.lNav li.lnav01 a:hover { background:url(/products/discproducer/common/images/nav_local_01_on.gif) no-repeat left top; }
.lNav.feature li.lnav02 a,
.lNav li.lnav02 a:hover { background:url(/products/discproducer/common/images/nav_local_02_on.gif) no-repeat left top; }
.lNav.spec li.lnav03 a,
.lNav li.lnav03 a:hover { background:url(/products/discproducer/common/images/nav_local_03_on.gif) no-repeat left top; }
.lNav.supply li.lnav04 a,
.lNav li.lnav04 a:hover { background:url(/products/discproducer/common/images/nav_local_04_on.gif) no-repeat left top; }
.lNav.service li.lnav05 a,
.lNav li.lnav05 a:hover { background:url(/products/discproducer/common/images/nav_local_05_on.gif) no-repeat left top; }

/* ------ lNav2 ------ */
.lNav .navType2 li {
	width:240px;
	height:43px;
}
.lNav.top .navType2 li.lnav01 a,
.lNav .navType2 li.lnav01 a:hover { background:url(/products/discproducer/common/images/nav_local02_01_on.gif) no-repeat left top; }
.lNav.spec .navType2 li.lnav03 a,
.lNav .navType2 li.lnav03 a:hover { background:url(/products/discproducer/common/images/nav_local02_02_on.gif) no-repeat left top; }
.lNav.supply .navType2 li.lnav04 a,
.lNav .navType2 li.lnav04 a:hover { background:url(/products/discproducer/common/images/nav_local02_03_on.gif) no-repeat left top; }
.lNav.service .navType2 li.lnav05 a,
.lNav .navType2 li.lnav05 a:hover { background:url(/products/discproducer/common/images/nav_local02_04_on.gif) no-repeat left top; }

.ancNav sup { position: absolute; text-decoration: none; }
html>/**/body .ancNav sup {
  font-size /*\**/: 80% \9;
}

.appLinkSection {
	position: relative;
	margin-top: 30px;
	border: 1px solid #29a7e1;
}
.appLinkSectionTtl {
	margin: 5px 0 0 175px;
	color: #3363a1;
	font-weight: bold;
	font-size: 19px;
}
.appLinkSection .appLinkSectionIcon {
	position: absolute;
	left: 25px;
	top: 22px;
}
.appLinkSectionDetail {
	margin: 10px 0 0 175px;
}
.li01 {
	margin: 2px 15px 0 10px;
}
.modelNav {
	text-align: center;
}
.appLinkSectionDetail .li01 a {
	display:inline-block;
	overflow:hidden;
	background:url(/common/images/store/btn_appstore.svg) no-repeat;
	width:109px;
	height:40px;
@media only screen{
	background-image:url(/common/images/store/btn_appstore.svg);
	}
}

/*===================================================================
	contents
===================================================================*/
/* ------ headSection ------ */

#contents .headSection .ttl h1 {
	_padding-bottom: 5px;
	font-size: 150%;
	line-height: 1.1em;
	letter-spacing: 0.025em;
}
#contents .headSection .ttl .top {
	background:none;
	padding-left:0;
}
#contents .headSection .ttl .top img {
	vertical-align: middle;
}
#contents .headSection .leftArea {
	float:left;
	width:804px;
	margin-top:10px;
	padding-bottom: 3px;
}
#contents .headSection .leftArea .list {
	margin-bottom: -3px;
}
#contents .headSection .leftArea .list .item ul li {
	width: 125px;
	background-position: left bottom;
}
#contents .headSection .leftArea .list .item ul li.model {
	background: #d9d9d9 !important;
}
/*#contents .headSection .title span { font-size:150%; line-height: 1.1em; }*/
#contents .headSection .rightArea {
	margin-bottom: -3px;
}
#contents .noteMod01 p {
	clear: both;
}
#contents .noteMod01 .catch,
#contents .noteMod01 .txt {
	vertical-align: baseline;
}
#contents .noteModWrapper01 {
	padding:15px 25px;
	border-top:1px solid #E5E5E5;
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
}

/*===================================================================
	module
===================================================================*/
/* ------ ttlMod01 ------ */
#contents .detailSection .main .detailGroup .ttlMod01 h2,
#contents .detailSection .main .detailGroup .ttlMod01 h3,
#contents .detailSection .main .detailGroup .ttlMod01 h4,
#contents .detailSection .main .detailGroup .ttlMod01 h5 {
	display:inline-block;
	/display:inline;
	/zoom:1;
	background:url(/products/discproducer/common/images/bg_ttl_02.gif) no-repeat right center;
}
#contents .detailSection .main .detailGroup .ttlMod01 span {
	display:inline-block;
	/display:inline;
	/zoom:1;
	padding:0.8em 20px 0.7em 20px;
	background:url(/products/discproducer/common/images/bg_ttl_01.gif) no-repeat left center;
	line-height:1;
	color:#FFF;
	font-weight:bold;
}

/* ------ height ------ */
#contents .hEm3{height:3em;}
#contents .hEm4{height:4em;}
#contents .hEm5{height:5em;}
#contents .hEm6{height:6em;}
#contents .hEm7{height:7em;}
#contents .hEm8{height:8em;}
#contents .hEm9{height:9em;}
#contents .hEm10{height:10em;}

/* ------ indent ------ */
.indent{text-indent:-1.2em; margin-left:1.2em;}

/* ------ margin ------ */
.ml220 { margin-left: 220px !important; }
.mt-15 { margin-top: -15px !important; }

/* ------ padding ------ */
.pt1   { padding-top:1px !important; }
.pt2   { padding-top:2px !important; }

/* ------ line-height ------ */
.lh1 sup { line-height:1; }

/* ------ font-size ------ */
.fsLImp { font-size: 115% !important; }

/*===================================================================
	index.htm (common)
===================================================================*/



/*===================================================================
	/xxx/index.htm (common)
===================================================================*/
/* ------ mainSection ------ */

#contents .detailSection .main .detailGroup .detail .layCol01 a, #contents .detailSection .main .detailGroup .detail .layCol02 a {
	padding-bottom: 0;
}
#contents .detailSection .main .detailGroup .detail .layCol01 a>span, #contents .detailSection .main .detailGroup .detail .layCol02 a>span {
	padding: 10px 0;
}
#contents .mainSection .summary {
	display: table-cell;
	/display:inline;
	/zoom:1;
	vertical-align: middle;
	width: 490px;
}
#contents .mainSection .summary .summaryFunctionIcon li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 7px;
	vertical-align: top;
}
#contents .mainSection .summary .summaryFunctionIcon img {
}
#contents .mainSection .summary .summaryFunctionIcon p {
	*line-height: 1.6em;
}
#contents .mainSection .summary .summaryFunctionIcon sub {
	*height: 0;
	*line-height: 1.5;
	*vertical-align: baseline;
}
#contents .mainSection .point {
	width: 410px;
	margin-top: 17px;
}
/* ------ detailSection ------ */
#contents .detailSection .main .detailGroup .detail {
	padding-bottom:20px;
	/*border-bottom:solid 1px #E5E5E5;*/
}
#contents .detailSection .main .detailGroup h4 {
	background-color: #f1f1f1;
	margin-bottom: 15px;
	padding: 5px 10px;
}
#contents .detailSection .main .detailGroup .detail_no-border>ul {
	padding-top: 0 !important;
}
#contents .detailSection .main .detailGroup .detail_no-border .summary .summaryFigure02 {
	display: none;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
#contents .detailSection .main .detailGroup .detail_no-border a {
	cursor: pointer;
}
#contents .detailSection .main .detailGroup .detail_no-border .summary .ttl {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}


/*===================================================================
	feature_x.htm (common)
===================================================================*/

.feature_navi {
	page-break-inside: avoid;
}
.feature #contents .detailSection .main .detailGroup {
	padding:0 39px 30px;
	border-radius:2px;
	border-top:1px solid #E5E5E5;
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
}
#contents .detailSection .main .detailGroup .ttlMod01.ttlMod01-ex h2{*display:inline; *zoom:1; *height:33px;}/*ie7*/
#contents .detailSection .main .detailGroup .ttlMod01.ttlMod01-ex span{height:33px; padding:0 20px; display:table-cell; vertical-align:middle;}
#contents .detailSection .main .detailGroup .ttlMod01.ttlMod01-ex span{*display:block; *height:19px; *padding:6px 20px 8px;}/*ie7*/

#contents .detailSection .main .ancNavFeature01nav01 {
	float: left;
	width: 415px;
}
#contents .detailSection .main .ancNavFeature01nav01 h4 {
	padding:10px;
	background-color: #fdedca;
	border: 2px solid #ffd7ab;
	font-size: 16px;
}
#contents .detailSection .main .ancNavFeature01nav02 {
	float: right;
	width: 415px;
}
#contents .detailSection .main .ancNavFeature01nav02 h4 {
	padding:10px;
	background-color: #cce8dc;
	border: 2px solid #a1dfc4;
	font-size: 16px;
}
.detailSection .ancNavFeature01 .ancNavFeature01sttl {
	font-size: 15px;
	font-weight: bold;
}
.detailSection .ancNavFeature01 .iDown02 {
	display: block;
}
#contents .soft_table {
	 width:100%;
    border:1px solid #cccccc;
    margin:0 0 10px;
}
#contents .soft_table th{
    text-align:center;
    border:1px solid #cccccc;
    padding:10px;
    background:#FAFAFA;
}
#contents .soft_table td{
    text-align:center;
    border:1px solid #cccccc;
    padding:10px;
}

/*===================================================================
	supply.htm (common)
===================================================================*/

body.supply .headMod04 { 
	margin-bottom: 15px;
	background-color: #f1f1f1;
	margin-bottom: 15px;
	padding: 5px 10px;
}

body.supply .relatedMod {
	padding: 0 20px;
	border: 1px solid #e2e2e2;
}
body.supply .relatedMod > div {
	padding: 20px 0;
	border-bottom: 1px solid #e2e2e2;
}
body.supply .relatedMod > div.last {
	border-bottom: 0;
}
body.supply .relatedMod h3 {
	background: transparent;
	padding: 5px 0;
	*paddingp-top: 10px;
	font-size: 18px;
}
body.supply .relatedMod h3 {
	background: transparent;
	padding: 5px 0;
	*paddingp-top: 10px;
	font-size: 18px;
}
body.supply .relatedMod p.ttl {
	font-weight: bold;
}
body.supply .relatedMod p.ttl span {
	color: #4486c8;
}
body.supply .relatedMod .btmTxt {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e2e2e2;
}
body.supply .relatedMod table {
	width: 370px;
	height: 88px;
	border: 1px solid #E5E5E5;
	border-collapse: collapse;
}
body.supply .relatedMod.twolines table {
	height: 118px;
}

body.supply .relatedMod th {
	width: 40px;
	padding: 15px;
	text-align: center;
	background: #FAFAFA;
	border-bottom: 1px solid #E5E5E5;
}

body.supply .relatedMod td {
	padding: 13px 4px;
	text-align: center;
	background: #fff;
	font-size: 13px;
	border-left: 1px solid #E5E5E5;
}

body.supply .infoTel {
	padding: 6px 0 0 50px;
	font-weight: bold;
	font-size: 30px;
	background: url(/products/discproducer/common/images/ico_tel_b_01.png) no-repeat 0 50%;
}

body.supply .infoTelTxt {
	margin: -10px 0px 0px 46px;
	font-size: 79%;
}





/*新レギュレーションのスタイル*/
/*------------change for top page design by fm-min------------*/

.ancNav li.lgtxt {
    width: auto;
}
.price  a img:hover {
  opacity: 0.5;
}
#contents .headSection .leftArea .title.txt {
  font-size: 24px;
  font-family："ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1em;
}

.roma_number {
     font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

#contents .mainSection .summary .ttl .ttlGroup .model_ttl {
  font-family："ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1em;
}

#contents .mainSection.top .img {
  width: 386px;
}
#contents .mainSection.top .summary {
  vertical-align: top;
  width: 574px;
}
#contents .mainSection.top .summary .price {
    margin-top: 20px;
}
#contents .mainSection.top .summary .etb {
    border:1px solid #777777;
    padding:5px;
    width:340px;
    text-align:center;
    font-size:12px;
}

#contents .mainSection.top .point {
  width: 571.4px;
  font-size: 10px;
}

#contents .mainSection.top .point li {
  margin: 0 0 5px 0;
}

#contents .detailSection .ttl h3 {
  font-size: 24px;
  text-align: center;
  padding: 40px 0 20px 0;
}

#contents .detailSection.section01 h2.headMod02,
#contents .detailSection.section02 h2.headMod02 {
  font-size: 173%;
}

#contents .detailSection.section01 {
  width: 100%;
  margin: 0 auto;
}

#contents .detailSection.section01 .main{
  width: 960px !important;
  margin: 0 auto;
  float: none;
}

#contents .detailSection.section01 .main .detailGroup .detail {
  padding:0;
  background-color:#f4f4f4;
}
#contents .detailSection.section01 .main .detailGroup .detail span.img a {
  padding-right:0;
  background: unset;
}

#contents .detailSection a img:hover  {
  opacity: 0.5 !important;
}

#contents .detailSection.section01 .main .detailGroup .detail .summary {
  padding: 40px;
  width: auto;
}

#contents .detailSection.section01 .main .detailGroup .detail .summary .ttl {
  color: #000;
  font-weight: bold;
  padding-left: 22px;
}

#contents .detailSection.section01 .main .detailGroup .detail .summary.feature01 {
  background: url(/products/discproducer/common/images/01_ico.png)no-repeat;
}

#contents .detailSection.section01 .main .detailGroup .detail .summary.feature02 {
  background: url(/products/discproducer/common/images/02_ico.png)no-repeat;
}

#contents .detailSection.section01 .main .detailGroup .detail .summary.feature03 {
  background: url(/products/discproducer/common/images/03_ico.png)no-repeat;
}
#contents .detailSection.section01 .main .detailGroup .detail .summary.feature04 {
  background: url(/products/discproducer/common/images/04_ico.png)no-repeat;
}
#contents .detailSection.section01 .main .setModel ul,
#contents .detailSection.section01 .main .option ul {
	width: 100%;
	padding-top: 0;
}
#contents .detailSection.section01 .main .setModel ul li,
#contents .detailSection.section01 .main .option ul li {
	padding-right: 8px;
}

p.gray-btn a{
  display: inline-block !important;
  background: #797d80 url(/products/discproducer/common/images/btn_arrow_right.png) no-repeat 98% center !important;
  color: #fff;
  font-size: 18px;
  padding: 9px 24px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 2px;
  text-align: center;
  width: 215px;
  font-weight: bold;
}

.gray-btn a:hover,
.dl_box a:hover,
.info_box a:hover {
  opacity: 0.7 !important;
}

/*.feature_list p.gray-btn a{
  width: 424px;
  padding: 16px 24px;
  text-decoration: none;
}
*/
.specialcontents_img ul.img li:last-child {
  margin-right: 0;
}

.specialcontents_img ul.slide {
  display: inline-block;
}

.specialcontents_img .slide li {
  width: 223px;
  margin-right: 22.5px;
  float: left;
}

.specialcontents_img .slide li dl { }

.specialcontents_img .slide li dl dt span {
  display:block;
}

.specialcontents_img .slide li dl dt span img {
  height: 108px;
}

#contents .secLine {
  border-top: 1px solid #e5e5e5;
  height: 1px;
  width: 100%;
}

/*------purchase ---------*/

.purchase {
  margin: 0 auto;
  width: 812px;
}

.dl_box li {
  float: left;
}

.dl_box {
  margin-right: 12px;
}

.dl_box a,.info_box a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  padding: 32px 47px;
  width: 400px;
  height: 120px;
  margin: 0 auto;
  color: #000;
  text-decoration: none;
}

.dl_box1 a,.info_box1 a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  width: 400px;
  height: 120px;
  margin: 0 0 0 0;
  color: #000;
  text-decoration: none;
}

.dl_box a {
	background: #e7e7e7 url(/products/discproducer/common/images/ico_dl.gif) no-repeat 16% center !important;
}
.info_box a {
	background: #e7e7e7 url(/products/discproducer/common/images/ico_ph_calling.gif) no-repeat 16% center !important;
}

.info_text,
.dlIcon_text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  padding-left: 90px;
}
.info_box .info_text {
	font-size: 18px;
	padding-left: 65px;
}
.info_text .fsXS {
	font-size: 60%;
	line-height: 1.5em;
}

/* -START- purchase.txt(new) -- */
.purchase.tbl{
	margin-left: auto;
	margin-right: auto;
	max-width: 812px;
	width: 100%;
}
.purchase .tbl-cell{
	width: 50%;
}
.purchase .tbl-cell:nth-of-type(1){
	padding-right: 6px;
}
.purchase .tbl-cell:nth-of-type(2){
	padding-left: 6px;
}
.purchase .ico-box{
	box-sizing: border-box;
	min-height: 120px;
	max-width: 400px;
	position: relative;
	width: 100%;
}
.purchase .ico-box.bg-gry{
	background-color: #e7e7e7;
}
.purchase .ico-box.bg-line1{
	border: 1px solid #000;
}
.purchase .btn-dl .ico-box{
	background-image: url(/products/common/images/ico_dl.gif);
	background-position: left 55px center;
	background-repeat: no-repeat;
	background-size: 15%;
}
.purchase .btn-tel .ico-box{
	background-image: url(/products/common/images/ico_ph_calling.gif);
	background-position: left 25px center;
	background-repeat: no-repeat;
	background-size: 15%;
}
.purchase .ico-box .ico-space{
	padding: 30px 12px 13px 98px;
}
.purchase .btn-dl .ico-box .ico-space{
	padding: 13px 12px 13px 138px;
}
.purchase .txt-cmmt{
	font-size: 10px;
	margin-top: 10px;
}
.purchase .ico-box a,
.purchase .ico-box a:hover{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
.purchase .btn-dl a{
	box-sizing: border-box;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.purchase .btn-dl .ico-box.bg-gry:hover{
	opacity: .7;
}
.purchase .btn-dl a > span{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}
.purchase .btn-tel .ico-box p:nth-of-type(2){
	margin-top: 5px;
}
.purchase .btn-tel .txt-deco{
	font-size: 13px;
}
.purchase .btn-tel .txt-small{
	font-size: 12px;
	font-weight: normal;
}
.purchase .btn-tel .txt-small a{
	font-size: 12px;
	font-weight: normal;
}
/* -END- purchase.txt(new) -- */

/* -START- purchase2.txt(new) -- */
.purchase2 a{
	color: #000;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
}
.purchase2 a.bg-box:hover{
	opacity: .7;
}
.purchase2 .fz-s{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: -5px;
	padding-bottom: 5px;
	text-align: left;
}
.purchase2 .fz-xs{
	box-sizing: border-box;
	display: block;
	font-size: 10px;
	margin-top: -12px;
}
.purchase2 .btn-form a,
.purchase2 .btn-dl a{
	display: block;
}
.purchase2 .tbl{
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	width: 100%;
}
.purchase2 .tbl-cell{
	position: relative;
	width: 50%;
}
.purchase2 .tbl-cell:nth-of-type(1){
	padding-right: 7px;
}
.purchase2 .tbl-cell:nth-of-type(2){
	padding-left: 7px;
}
.purchase2 .btn-dl{
	margin: 14px auto 0;
	max-width: 473px;
}
.purchase2 .bg-box{
	box-sizing: border-box;
	padding: 15px 20px;
	text-align: center;
}
.purchase2 .bg-line1{
	border: 1px solid #000;
	box-sizing: border-box;
}
.purchase2 .bg-gry{
	background-color: #e7e7e7;
	box-sizing: border-box;
	position: relative;
}
.purchase2 .btn-tel .bg-ico{
	margin-top: -10px;
	padding-bottom: 25px;
	padding-top: 25px;
}
.purchase2 .btn-form .bg-gry{
	box-sizing: border-box;
	width: 100%;
}
.purchase2 .btn-form .bg-ico{
	top: 50%;
}
.purchase2 .btn-form .bg-box{
	height: 100%;
}
.purchase2 .bg-ico{
	display: inline-block;
	padding: 33px 15px 33px 75px;
	position: relative;
}
.purchase2 .bg-ico:before{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 56px;
	left: 0;
	width: 56px;
	position: absolute;
	transform: translate(0,-50%);
	top: 50%;
}
.purchase2 .btn-form .bg-ico:before{
	background-image: url(/products/discproducer/common/images/ico_ph_form.png);
}
.purchase2 .btn-tel .bg-ico:before{
	background-image: url(/products/discproducer/common/images/ico_ph_tel.png);
}
.purchase2 .btn-dl .bg-ico:before{
	background-image: url(/products/discproducer/common/images/ico_dl.gif);
}
/* -END- purchase2.txt(new) -- */


/*----service_box-----*/

.services {
	display: inline-block;
	width: 100%;
}

.service_box .ico_i a {
  background: #e7e7e7 url(/products/common/images/ico_i.gif) no-repeat 50% 20% !important;
}

.service_box .ico_driversoftware a {
  background: #e7e7e7 url(/products/common/images/ico_driversoftware.gif) no-repeat 50% 20% !important;
}

.service_box .ico_ques a {
  background: #e7e7e7 url(/products/common/images/ico_ques.gif) no-repeat 50% 20% !important;
}
.service_box .ico_msg a {
  background: #e7e7e7 url(/products/common/images/ico_msg.gif) no-repeat 50% 20% !important;
}
.service_box .ico_tools a {
  background: #e7e7e7 url(/products/common/images/ico_tools.gif) no-repeat 50% 20% !important;
}
.service_box .ico_os a {
  background: #e7e7e7 url(/products/common/images/ico_os.gif) no-repeat 50% 20% !important;
}

.service_box {
  display: block;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
}
.service_box .box{
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.service_box .box a {
  box-sizing: border-box;
  -webkit-align-items: center;
  display: inline-block;
  margin-right: 12px;
  background: #e7e7e7;
  padding: 17px 0;
  width: 150px;
  height: 120px;
  text-align: center;
}

.service_box .box.ico_os a {
  margin-right:0;
}

.services .service_box a:hover {
  opacity: 0.7 !important;
}
.services .service_box a {
  text-decoration: none;
  color: #000;
}

.services .service_box span.txt {
  font-size: 16px;
  font-weight: bold;
  top: 66%;
  position: relative;
}

.services .service_box .ico_driversoftware span.txt {
  font-size: 16px;
  font-weight: bold;
  top: 57%;
  position: relative;
}

/* share
=============================================================== */
#contents .share_title {
  font-size: 30px;
  text-align: center;
}
#contents .share_list {
  margin: 25px auto 0;
}
#contents .share_list ul {
  text-align: center;
}
#contents .share_list ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}

/*==================for slick slider======================*/
.mainSection.top .image {
  float: left;
  width: 350px;
  opacity: 0;
  position: relative;
  display: block;
}

.mainSection.top .image > ul > div > div > li {
  position: relative;
}

.mainSection.top .image #slider span,
.mainSection.top .image #slider-unslide span {
  content: "*";
  position: absolute;
  top: 16px;
  right: 15px;
  width: 25px;
  height: 25px;
}

.mainSection.top .image #slider .item {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.mainSection.top .image #slider .item img:hover {
  opacity: 0.8 !important;
}

.mainSection.top .image #sliderThumb,
.mainSection.top .image #sliderThumb-unslide {
  margin-top: -18px;
  text-align: left;
  z-index: 100;
}

.mainSection.top .image #sliderThumb li,
.mainSection.top .image #sliderThumb-unslide li {
  display: inline-block;
  margin: 0 3px;
  border: 1px solid #e1e1e1;
  width: 58px;
  cursor: pointer;
}

.mainSection.top .image #sliderThumb .slick-slide.slick-current,
.mainSection.top .image #sliderThumb-unslide .slick-slide.slick-current
{
  border: 1px solid #b9b9b9;
  opacity: 1.0 !important;
}

.mainSection.top .image #sliderThumb .slick-active,
.mainSection.top .image #sliderThumb-unslide .slick-active{
  opacity: 0.5;
}

.mainSection.top .image #sliderThumb li img,
.mainSection.top .image #sliderThumb-unslide li img {
  width: 100%;
}

.mainSection.top .image #sliderThumb .slick-list,
.mainSection.top .image #sliderThumb-unslide .slick-list {
	padding:0 !important;
}
.mainSection.top .image #sliderThumb .slick-slide,
.mainSection.top .image #sliderThumb-unslide .slick-slide {
	width:60px;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	margin: 0 5px;
}

.mainSection.top .image #sliderThumb img,
.mainSection.top .image #sliderThumb-unslide img {
  width: 100%;
}

.ml70{
	margin-left:-70px !important;

}
.ml150{
	margin-left:150px !important;
}
.slick-next {
  background: url(/products/discproducer/common/images/ico_arrow-right.png)no-repeat!important;
  width: 15px!important;
  height: 26px!important;
}

.slick-prev {
  background: url(/products/discproducer/common/images/ico_arrow-left.png)no-repeat!important;
  width: 15px!important;
  height: 26px!important;
}

.slick-next:before,.slick-prev:before {
  display: none;
}
.zoomImage {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 9990;
  display: none;
}

.zoomImage .modal_lay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 0;
}

.zoomImage .modalImage {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.zoomImage .modal_close {
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 2;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.zoomImage .modal_close:hover {
  opacity: 0.8;
}

.zoomImage .modal_close .close01 {
  display: inline-block;
  line-height: 1;
  font-size: 32px;
}

.zoomImage .modal_close .close02 {
  display: inline-block;
  line-height: 1;
  font-size: 26px;
}

.modalImage iframe {
  width: 850px;
  height: 638px;
}

.bluray_mark {
    text-align:left;
    position:absolute;
    top:0px;
}
/*==================for spec iconr======================*/
.spec-icon {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #4a6593;
  color: #4a6593;
  font-size: 13px;
  font-weight: bold;
  width: 136.7px;
  height: 40px;
  text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /*for chrome*/
 .spec-icon span {
  font-size: 60%;
  width: 130%;
  margin-left: -2px;
  display: inline-block;
  -webkit-transform: scale(0.8);
  -webkit-transform-origin: 0 0;}
}
.spec-icon span {/*for other broswer*/
  font-size: 8px;
}
.spec-ttl {
  font-size: 11px;
  background-color: #4a6593 !important;
  height: 17px;
  padding-top: 1px;
  color: #fff;
}

.spec-txt {
  padding-top: 3px;
}
.spec-icon.small1{
	height:20px !important;
}
.spec-icon.gray {
	border: 1px solid #797d7f;
	color: #797d7f;
	height: 20px !important;
	width: 100px;
	font-size: 13px;
}
/*feature tile*/
.feature h3.ttl01 {
  background: url(/products/discproducer/common/images/h3_ico_blue_t.gif) no-repeat left;
  padding-left: 20px;
}

/*===================for print screen========================*/
* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;                 /*Firefox*/
}
/*=============for top header link=======================*/
.home-link {
  margin-top: 20px !important;
  margin-bottom: -25px !important;

}
.home-link ,
.home-link1 {
	margin: 21px 16px -17px 0 !important;
}
.home-link a ,
.home-link1 a {
  color: #005AB4!important;
  font-size: 79%;
}
.summary-spec-icon.small {
    height: 20px;
    width: 100px;
}
.summary-spec-icon {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #797d7f;
    color: #797d7f;
    font-size: 13px;
    font-weight: bold;
    width: 136px;
    height: 40px;
    text-align: center;
}
.point .summary-spec-icon{
  border: 1px solid #797d7f;
  color: #797d7f;
}

/*===================for sp navi========================*/
@media screen and (max-width:767px) {
    #contents .subSection {
    width: 100%;
    margin: 0 auto;
}
    #contents .subSection .subNav .layCol01{
        width: 100%;
        margin-bottom: 20px;
    }
    #contents .subSection .subNav .layCol02{
        width: 100%;
    }
    .purchase.tbl {
    display: inline-block;
}
    .purchase .tbl-cell {
    width: 100%;
}
    .purchase .tbl-cell:nth-of-type(1) {
    padding-right: 0;
}
    .purchase .tbl-cell:nth-of-type(2) {
    padding-left: 0;
}
    .tbl .tbl-cell {
    display: inline-block;
    margin-bottom: 20px;
}
    .purchase .btn-dl .ico-box {
    background-position: left 13% center;
    }
    .service_box > div {
    width: 48%;
    margin: 1%;
}
    .purchase .btn-dl .ico-box .ico-space {
    padding: 13px 12px 13px 33%;
}
    .service_box .box.ico_os a {
    margin-right: 0;
}
    .service_box .box a {
    width:100%;
    margin: 0;
}
}