@charset "utf-8";

/* For Tablet CSS
----------------------------------------------------------------------------*/
@media screen and (max-width: 1px) {
	div.p_infos h3.t3 br {
		display:block;
	}
	div.p_infos h2.t2 br {
		display:block;
	}
	div.p_infos h2.t2{
	}
	.products_main_outer h1.productTitle {
	    padding:0;
	    width: 96%;
	}
	img.fl_img,
	img.fr_img {
		width:auto;
	}
}

/* For Mobile Landscape CSS
----------------------------------------------------------------------------*/
@media screen and (max-width: 1px) {
	.table_over_width{
		width:100%;
		overflow:scroll;
	}
}

/* For Mobile Portlate CSS
----------------------------------------------------------------------------*/
@media screen and (max-width: 1px) {
	.img_over_width{
		width:80%;
	}
	.products_main_outer h1.productTitle {
		height:auto;
		padding:0 2%;
	}
}

/*-----------------------------------------------
	製品写真部
-----------------------------------------------*/
.pr30 {padding-right: 30px;}
ul.product_feature_icons2 li {
    float: left;
    margin-right: 20px;
    margin-bottom: 9px;
    height: 52px;
}
/*
.p_photo_desc {
	margin-top: 120px;
}*/
.p_photo_desc.nolink{
	margin-bottom: 60px;
 padding-top: 100px;
}

.p_photo_desc .p_photo{
	float: left;
	width: 450px;
	margin: 0 0 0 76px;
	padding-bottom: 23px;
}

.p_photo_desc .p_photo img {
	display: block;
	margin: auto;
}

.p_photo_desc .p_desc{
	float: left;
	width: 390px;
	display: block;
	margin: 0 40px 0 24px;
}

.p_photo_desc .p_desc p.description{
	font-size: 16px !important;
	font-weight: bold;
	color: #000;
	line-height: 180%;
	margin-bottom: 24px;
}

.p_photo_desc .p_desc p.name{
	font-size: 32px !important;
	font-weight: bold;
	color: #000;
	line-height: 120%;
	font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,verdana,sans-serif;
}

.p_photo_desc .p_desc p.price{
	font-size: 16px !important;
	color: #555;
}

.p_photo_desc .p_desc ul.icons li{
	float: left;
	margin-top: 13px;
	margin-right: 16px;
}

.p_photo_desc .p_icons{
	margin: 19px 54px 28px 85px;
	width: 900px;
}

.b_box {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
}

.b_box span {
	font-size: 13px;
	font-weight: bold;
}

.b_box ul.option {
 display: table;
}

.b_box ul.option li {
 display: table-cell;
 vertical-align: bottom;
	font-size: 11px;
}

.b_box ul.option li dl {
 margin-right: 6px;
}


/*-----------------------------------------------
	コンテンツリンク部
-----------------------------------------------*/
.p_features{
	margin: 60px 40px 75px;
}

.p_features li{
	float: left;
	width: 246px;
	height: 57px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.p_features li{
	border-bottom: 1px solid #E0E0E0;
	padding: 0px 2px 3px 42px;
	height: 50px;
	list-style-type: none;
	display: table;
}

.p_features li.no_mg{
	margin-right: 0px;
}

.p_features li.out{
	background: url('img/link_icon_out.png') 21px 28px no-repeat;
}

.p_features li.in{
	background: url('img/link_icon_in.png') 21px 28px no-repeat;
}

.p_features li.on{
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
}

.p_features li a{
	width: 250px;
	height: 65px;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5em;
}

.p_features li a:hover{
	text-decoration: none !important;
}

/*-----------------------------------------------
	機能紹介
-----------------------------------------------*/
.p_infos{
	padding: 120px 40px !important;
	margin: 0;
}

/* odd、evenはJSで付加 */
.p_infos.odd{
	background-color: #F5F5F5;
}

.p_infos.even{
	background-color: #FFF;
}

/* 特定モデル */
.products_main_outer .p_infos p.model{
	margin-bottom: 12px;
	padding: 5px 12px;
	display: inline-block;
	font-size: 16px !important;
	line-height: 16px;
	color: #FFF;
	background-color: #000;
}

/* リード文(メイン) */
.p_infos h2.main{
	font-size: 41px;
	font-weight: normal;
	color: #000;
	line-height: 120%;
	margin: 0;
}
.p_infos h2.main span{
	font-size: 28px;
}

/* リード文(サブ) */
.p_infos h2.sub{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height: 140%;
	margin: 0;
}

.p_infos div.p_infos_inner{
	width: 100%;
	margin-top: 45px;
	display: table;
	table-layout: fixed;
	vertical-align: middle;
}
div.cols01 {width: 70%;}
.p_infos div.p_infos_inner.separator{
	background-image: url("img/bg_separator.png");
	background-position: 50% 0%;
	background-repeat: repeat-y;
}
.p_infos div.p_infos_inner div.cols p,.cols01 p {
    color: #000;
}
.p_infos div.p_infos_inner div.cols01 {
	display: table-cell;
	vertical-align: middle;
}

html*.p_infos div.p_infos_inner div.cols01 {
	float: left;
	width: 70%;
}

.p_infos div.p_infos_inner div.cols{
	display: table-cell;
	vertical-align: middle;
}

html*.p_infos div.p_infos_inner div.cols{
	float: left;
	width: 50%;
}


html*.p_infos div.p_infos_inner div.col_1only{
	width: 100%;
}

.p_infos div.p_infos_inner div.cols div.cols_inner{
	display: inline-block;
}

.p_infos div.p_infos_inner div.cols p{
	color: #000;
}

.p_infos div.p_infos_inner div.cols p:after{
	content: "";
}

.p_infos div.p_infos_inner div.cols p.img_note{
	font-size: 14px !important;
}

/* リンク画像 */
.p_infos div.p_infos_inner div.cols a:hover img{
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
}

/* 注意書き */
.p_infos div.p_infos_inner ul.mark_attention li{
	font-size: 12px;
	color: #000;
}

/* featureリスト 2行を2列表示 */
.p_infos div.p_infos_inner ul.feature_list{
	width: 900px;
}
.p_infos div.p_infos_inner ul.feature_list li {
    width: 35.6% !important;
    float: left;
    color: #000;
    font-size: 21px;
    line-height: 110%;
    margin-bottom: 40px;
    text-indent: -1em;
    padding: 20px;
    padding-right: 100px!important;
}
.mb10 {margin-bottom: 10px !important;}
.p_infos div.p_infos_inner ul.feature_list li span {
    font-size: 16px;
	
}
.p_infos div.p_infos_inner ul.feature_list li.last{
	margin-bottom: 0;
}

.p_infos div.p_infos_inner ul.feature_list li span{
	font-size: 16px;
}

/* featureリスト 「・」付加 */
.p_infos div.p_infos_inner ul.feature_list2 li{
	width: 450px;
	color: #000;
	font-size: 16px;
	line-height: 150%;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.p_infos div.p_infos_inner ul.feature_list2 li:before{
	content: "・ ";
}

/* 大きめのアイコン列挙 */
.p_infos div.p_infos_inner ul.product_feature_icons{
	margin-left: 30px;
}

.p_infos div.p_infos_inner ul.product_feature_icons li{
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}

/* 70px以内のアイコン整列 */
.p_infos div.p_infos_inner ul.product_feature_icons2{
	margin-left: 30px;
	letter-spacing: -.40em;
}

.p_infos div.p_infos_inner ul.product_feature_icons2 li{
	display: inline-block;
	letter-spacing: normal;
	width: 70px;
	height: 61px;
}

html*.p_infos div.p_infos_inner ul.product_feature_icons2 li{
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
	width: 61px;
	height: 52px;
}
.p_infos li {
    margin-bottom: 10px;
    margin-left: 1em;
    color: #000;
    font-size: 16px;
    line-height: 1.8em;
    text-indent: -1em;
    padding-left: 1em;
}
.p_infos div.p_infos_inner div.cols p {
    color: #000;
    text-indent: 0em;
    padding-left: 0em;
    margin-left: 1.7em;
}

#feature_icons_tooltip {
 display: none;
}

@media screen and ( max-width: 768px ) {
ul.product_feature_icons2 li {
    margin-right: 9px;
}  
.p_photo_desc.nolink{
 padding-top: 0;
}
 .b_box {
  width: auto;
 }
 .b_box ul.option {
  display: block;
 }
 .b_box ul.option li {
  display: inline-block;
  float: left;
  margin: 0 0 0 10px;
 }
 .b_box ul.option li dl {
  margin-right: 20px;
 }
}

/* 20170913追加 */

.products_spec .b_box {
 width: auto;
}
.products_spec .b_box ul.option li dl {
 margin-left: 20px;
}
.p_infos .heading span {
  display: inline;
 }
table.color th,
table.color td {
 white-space: nowrap;
 text-align: center;
}
table.color tbody tr.odd td {
 background-color: #f2f2f2;
}
.p_infos.section_mp3 dt,
.p_infos.section_mp3 dd {
 float: left;
}
.p_infos.section_mp3 dd {
 margin-left: 30px;
}
.p_infos.section_mp3 .mp3_note {
 color: #004473;
}
table.color th, table.color td {
    white-space: nowrap;
    text-align: left !important;
}
@media screen and ( max-width: 768px ) {
 .products_spec .b_box ul.option li {
  width: 50%;
  margin: 0;
 }
 .products_spec .b_box ul.option li dl {
 margin: 0;
}
.p_infos.section_mp3 dt,
.p_infos.section_mp3 dd {
 float: none;
}
.p_infos.section_mp3 dd {
 margin: 20px 0 0 0;
}
}
/* 20171205追加 */
.products_main_outer p:not(.fs10_ao).txt_note {
  font-size: 12px !important;
}
.p_infos ul.list_tsps li {
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-indent: inherit;
}
.p_infos ul.list_tsps.list_tsps_first li {
	margin: 0 0 10px 10px;
}
.p_infos ul.list_tsps li dl {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  text-indent: inherit;
}
.p_infos ul.list_tsps li dd {
  font-size: 12px !important;
}
@media screen and ( max-width: 768px ) {
.p_infos ul.list_tsps li dl {
  width: 48%;
  margin: 0 1%;
}
.onlysp.inner980.img_carousel {
  width: 85%;
}
.onlysp.inner980.img_carousel .owl-controls {
  top: 0;
}
}

.p_photo_desc .p_desc p.name span {
	font-size: 23px;
}

@media screen and ( max-width: 414px ) {
  .p_photo_desc .p_desc p.name {
    font-size: 29px !important;
  }
  .p_photo_desc .p_desc p.name span {
    font-size: 18px !important;
  }
  .p_photo_desc .p_desc p.name span.fs12 {
    font-size: 12px !important;
  }
}

#list_thumbnail {
  margin-top: 30px;
  padding-top: 30px;
}
#list_thumbnail ul {
  overflow: hidden;
}
#list_thumbnail ul li {
  float: left;
  height: 44px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
}
#list_thumbnail ul img {
  float: left;
  border: 2px solid #ccc;
}
#list_thumbnail ul img.current,
#list_thumbnail ul img:hover {
  border: 2px solid #19528d;
}

/*メディア掲載情報追加*/
div .eachMedia {
	margin-top: 0px!important;
	border-bottom: 1px solid #dbdbdb;
	padding: 20px 0;
}
.eachMedia h4 {
	font-size: 22px;
	line-height: 1.25;
	margin: 0 10px 20px 0;
}
.eachMedia h4 a {
	color: #000;
	text-decoration: none;
}
.eachMedia h4 a:hover {
	color: #000;
}
.bnrArea {
	float: left;
	width: 220px;
}
.bnrArea a {
	background-color: #FFFFFF;
	border: 1px solid #dbdbdb;
	display: table-cell;
	height: 151px;
	text-align: center;
	vertical-align: middle;
	width: 218px;
}
.bnrArea.bd_none a {
	border: 0;
	width: 220px;
	height: auto;
}
.bnrthumb {
	float: left;
	margin-left: 5px;
	width: 218px;
}
.bnrthumb img {
	width: 218px;
	height: 100%;
	object-fit: contain;
}
.bnrthumb a {
	background: #dbdbdb;
	border: 1px solid #dbdbdb;
	display: table-cell;
	height: 151px;
	text-align: center;
	vertical-align: middle;
	width: 218px;
}
@media screen and (max-width: 768px) {
	.bnrArea img {
		margin-top: 0px!important;
		height: auto;
		max-width: 100%;
	}
	.bnrthumb {
		margin-left: auto;
	}
	.bnrthumb img {
		width:228px;
		margin-top: 0px!important;
		height: auto;
		max-width: 100%;
	}
	.eachMedia h4 {
		margin: 0 0 20px;
		font-size: 18px;
	}
{
	border: 0;
	padding: 0;
}
	.eachMedia .textArea, .eachMedia .bnrArea {
		float: none;
		width: 100%;
	}
	.eachMedia .textArea h2 {
		margin: 0 0 10px;
	}
	.eachMedia .textArea p {
		font-size: 16px;
	}
	.eachMedia .bnrArea {
		margin-top: 10px;
		text-align: center;
	}
	.eachMedia .bnrArea a {
		border: 0;
		display: inline-block;
		height: auto;
		text-align: center;
		width: auto;
		margin: 0 auto;
	}
	.eachMedia .textArea, .eachMedia .bnrthumb {
		float: none;
		width: 100%;
	}
	.eachMedia .bnrthumb {
		margin-top: 10px;
		text-align: center;
	}
	.eachMedia .bnrthumb a {
		border: 1px solid #dbdbdb;
		display: inline-block;
		height: auto;
		text-align: center;
		width: auto;
		margin: 0 auto;
	}
}