@charset "shift_jis";

/* *********************************************************************
 fmvHeader
********************************************************************* */
div#fmvHeader {
	margin-top: 5px;
	margin-bottom: 20px;
	height: auto;
}
div#fmvHeader img {
	vertical-align: bottom;
}
div#fmvHeader div.logo {
	float: left;
	margin-top:18px;
}
div#fmvHeader div.tag {
	float: right;
}
div#fmvHeader div.tag img{
	margin-top:12px;
}

/* *********************************************************************
 series_header
********************************************************************* */
div.series_header {
	text-align: center;
}

div.series_header div.series_title {
	float: left;
}

div.series_header div.series_title h1 {
	font-size: 120%;
}

div.series_header div#SNSarea {
	float: right;
	margin-top: 10px;
}

div.series_header div#SNSarea { text-align: right; }
div.series_header div#SNSarea ul { padding-left: 0; margin-bottom: 0; }
div.series_header div#SNSarea ul li {
	vertical-align: top;
	line-height: 1.2;
	margin:0;
	padding-left: 0;
	font-size: 93%;
	/* for modern browsers */
	display: -moz-inline-box; /* for mozilla */
	display: inline-block; /* for Opera & Safari */
	zoom: 1; /* has layout */
}
/* IE6 */
* html div.series_header div#SNSarea ul li { display: inline; }
/* IE7 */
*:first-child+html div.series_header div#SNSarea ul li { display: inline; }
div.series_header div#SNSarea ul>li:last-child {
	margin-right: -15px;
	margin-left: 5px;
}





/* *********************************************************************
 contents
********************************************************************* */
h1{
	margin-top:12px !important;
}
.fmvPC_contents{}

.fmvPC_contents .innerblock{
	text-align:center;
	padding:0 10px 20px;
}
.fmvPC_contents .innerblock h3,
.fmvPC_contents .innerblock h4,
.fmvPC_contents .innerblock h5,
.fmvPC_contents .innerblock p,
.fmvPC_contents .innerblock ul,
.fmvPC_contents .innerblock ol{
	text-align:left;
}

/*
	「カスタム対応」アイコン、h4併記対応
*/
.fmvPC_contents h4.h_custom_box {
	display: table;
	*display: inline;
	*zoom: 1;
	width: 100%;
	padding: 0;
}
.fmvPC_contents h4.h_custom_box span {
	display: table-cell;
	*display: inline;
	*zoom: 1;
	*width: 840px;
	padding: 10px;
	vertical-align: middle;
}
.fmvPC_contents h4.h_custom_box span.icn_custom {
	text-align: right;
	*width: 90px;
	padding: 5px 10px;
}
.fmvPC_contents h4.h_custom_box span.icn_custom img {
	vertical-align: bottom;
}

.fmvPC_contents .innerblock ol{
	margin-left:1em;
}
.fmvPC_contents .innerblock p{
	margin-bottom:1em;
}

.fmvPC_contents .innerblock img{
	margin:15px 0;
}


.fmvPC_contents .webMartBox {
	width:100%;
	margin:10px 0 30px;
	text-align:center;
}
.fmvPC_contents .webMartBox a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:10px;
}

.fmvPC_contents .fmvPC_col {
	overflow: hidden;
	*zoom: 1;
	margin: 0 -10px;
	*margin: 0:
}
.fmvPC_contents .fmvPC_col .col_box {
	width: 50%;
	*width: 470px;
	padding: 0 10px;
	float: left;
	box-sizing: border-box;
	display: block;
}
.fmvPC_contents .fmvPC_col .col_box .col_box {
	*width: 225px;
}
.fmvPC_contents .fmvPC_col .col_box p {
	padding-left: 10px;
	padding-right: 10px;
}
.fmvPC_contents .mar_t {
	margin-top: 10px;
}
.fmvPC_contents .mar_t_m {
	margin-top: 30px;
}
.fmvPC_contents .mar_t_l {
	margin-top: 90px;
}
.fmvPC_contents .mar_b {
	margin-bottom: 10px;
}
.no_b_border {
	border-bottom: none !important;
}
.tsk_border {
	border-top: solid 5px #000D67;
	padding-top: 1px;
}
.toolchip {
	font-weight: normal;
	text-decoration: underline;
	font-size: 90%;
	cursor: pointer;
	*zoom: 1;
}
.p_relatice {
	position: relative;
}
.tc_box {
	display: none;
	position: absolute;
	left: 120px;
	top: 31px;
	width: 350px;
	font-size: 12px;
	padding: 5px 10px !important;
	background-color: #fff;
	border: solid 1px #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: -moz-linear-gradient(bottom, #dddddd, #ffffff 50%, #ffffff 10%, #ffffff);
  background: -webkit-linear-gradient(bottom, #dddddd, #ffffff 50%, #ffffff 10%, #ffffff);
  background: linear-gradient(to top, #dddddd, #ffffff 50%, #ffffff 10%, #ffffff);
}
.tc_box_2col {
	top: 36px;
}
.tc_box a {
	color: #000;
	text-decoration: none;
}
.tc_box_show {
	display: block;
}

.footer ul {
    font-size: 93%;
    list-style: outside none none !important;
}
.footer li {
    display: inline;
    margin: 0px 0px 0px 16px !important;
    line-height: 1.3;
}

div.fmvPCsection div.innerblock #fix table,
div.fmvPCsection div.innerblock #fix2 table,
div.fmvPCsection div.innerblock #nofix table{ margin:0;}


div.fmvPC_contents table.specTable,
div.fmvPC_contents table.specTable2 {
	width: 100%;
	border-collapse: collapse;
	border:1px solid #696969;
}

div.fmvPC_contents table.specTable th,
div.fmvPC_contents table.specTable2 th {
	border: 1px solid #696969;
	background-color: #e9e9e9;
	text-align: center;
	vertical-align: middle;
	font-weight: normal!important;
	padding: 5px 0;
}

div.fmvPC_contents table.specTable td,
div.fmvPC_contents table.specTable2 td {
	border-top: 1px solid #696969;
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}

div.fmvPC_contents table.specTable td img ,
div.fmvPC_contents table.specTable2 td img {
	vertical-align:middle;
}

div.fmvPC_contents table.specTable td.appmark span,
div.fmvPC_contents table.specTable2 td.appmark span,
div.fmvPC_contents table.ecoTable td.appmark span,
div.fmvPC_contents table.softTable td.appmark span {
	font-size:150%;
}

div.fmvPC_contents table.specTable td.marker ,
div.fmvPC_contents table.specTable2 td.marker {
	border-bottom: none;
	padding: 5px 2px;
}

div.fmvPC_contents table.specTable td.marker span.mark ,
div.fmvPC_contents table.specTable2 td.marker span.mark {
	color:white;
	background-color:#696969;
}

div.fmvPC_contents table.specTable td.productName ,
div.fmvPC_contents table.specTable2 td.productName {
	vertical-align: top;
	border-top: none;
}

div.fmvPC_contents table.specTable ,
div.fmvPC_contents table.specTable2 {
	word-break:break-all;
}

div.fmvPC_contents table.specTable img ,
div.fmvPC_contents table.specTable2 img {
	vertical-align: sub;
}

div.fmvPC_contents table.interfaceTable_left {
	margin: 10px 5px;
	width: 47%;
	float: left;
}

div.fmvPC_contents table.interfaceTable_right {
	margin: 10px 5px;
	width: 47%;
	float: right;
}

div.fmvPC_contents table.interfaceTable_1col {
	margin-top: 10px;
	width: 100%;
}

div.fmvPC_contents table.interfaceTable_left img,
div.fmvPC_contents table.interfaceTable_right img,
div.fmvPC_contents table.interfaceTable_1col img {
	vertical-align:middle!important;
}

div.fmvPC_contents table.interfaceTable_left th,
div.fmvPC_contents table.interfaceTable_right th,
div.fmvPC_contents table.interfaceTable_1col th {
	white-space: nowrap;
	color: ##a6047b;
	text-align: right;
	vertical-align: top;
}

div.fmvPC_contents table.interfaceTable_left td,
div.fmvPC_contents table.interfaceTable_right td,
div.fmvPC_contents table.interfaceTable_1col td {
	vertical-align: top;
}

div.fmvPC_contents table.interfaceTable_left td img,
div.fmvPC_contents table.interfaceTable_right td img,
div.fmvPC_contents table.interfaceTable_1col td img {
	vertical-align: sub;
}

div.fmvPC_contents div.lineup_img {
	float: left;
	width: 49%;
}

div.fmvPC_contents div.lineup_text {
	float: left;
	width: 49%;
	text-align: left;
}

div.fmvPC_contents p.frameset {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border : solid 1px #b8b8b8;
	padding: 2px 5px;
}

div.leftImg {
	float: left;
	margin-right:10px;
}

div.fmvPC_contents img.upper_row {
	margin-bottom: 10px;
}

div.fmvPC_contents table.specTable td ,
div.fmvPC_contents table.specTable2 td {
	word-break:break-all;
}

div.fmvPC_contents p.basicItem {
	margin-top:23px;
}

img.center {
	display:block;
	margin:0 auto;
}
.buy_bnr {
	margin-bottom: 10px;
}
/* *********************************************************************
 list
********************************************************************* */

.contentsarea .fmvPC_contents ul.fmlistnone { padding-left: 0; }
	.contentsarea .fmvPC_contents ul.fmlistnone li { list-style: none; font-size: 86%; }
	.contentsarea .fmvPC_contents ul.fmlistnone li li { font-size: 100%; }

.contentsarea .fmvPC_contents ul.fmlistnote { padding: 0; }
	.contentsarea .fmvPC_contents ul.fmlistnote li { list-style: none; padding-left: 16px; background: url(/fmv/common/images/1/notice.gif) no-repeat 0 0.2em; font-size: 86%; zoom: 1; }
	.contentsarea .fmvPC_contents ul.fmlistnote li li { font-size: 100%; }

.contentsarea .fmvPC_contents ul li.fmlistnote { list-style: none; padding-left: 16px; background: url(/fmv/common/images/1/notice.gif) no-repeat 0 0.2em; font-size: 86%; zoom: 1; }

.contentsarea .fmvPC_contents ul.disc li{padding:0; list-style:disc;margin-left:1em;}

.ksh_link{
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	padding: 1em .5em 1.5em;
}
.custum_r {
	text-align: right;
}
.custum_r img.icn_cstm {
	margin-right: 15px;
}


/* *********************************************************************
 デザインページ用 
 ********************************************************************* */
div.imageChange {
	overflow: hidden;
	padding: 5px;
}

.contentsarea .fmvPC_contents div.imageChange ul li,
.contentsarea .fmvPC_contents div.interfaceChip ul li{
	padding:0 5px 10px;
	border:none !important;
}
div.bodyImageArea {
}

div.bodyImageArea div.bodyImage img{width:100%; height:auto;margin:10px auto;}
div.bodyImageArea div.bodyImage img.show {
	display: block;
}

div.bodyImageArea div.bodyImage img.hidden {
	display: none;
}
div.fmvPC_contents div.colorChip ul.color_var_menu,
div.interfaceChip ul.interface_var_menu{
	overflow:hidden;
}
div.bodyImageArea div.colorChip ul li,
div.interfaceChip ul.interface_var_menu li{
	display:block;
	float:left;
}

div.bodyImageArea div.colorChip ul li img {
	max-width: 184px;
}

div.bodyImageArea div.colorChip div.blockImg {
	display: none;
}

div.bodyImageArea div.colorChip div.blockBottomChip {
	display: none;
}

div.imageChange div.bottomChip ul li{
	display:block;
	float:left;
}
div.imageChange div.bottomChip img{
	width:100%; height:auto;
}

.interfaceChip div.blockInterface.show{display: block;}
.interfaceChip div.blockInterface.hidden {display: none;}

.interfaceChip ul.interface_var_menu li span {
	display: inline-block;
	padding: 2px 5px;
	cursor: pointer;
}
.interfaceChip ul.interface_var_menu li.currt span {
	background-color: #a6047b;
	color: #ffffff;
}
body.personal .blockInterface .innerblock ul li{
	margin:0;
	padding:0;
}
body.personal .blockInterface ul{
	display:block;
	padding:15px !important;
	margin:10px 8px;
}
.marginal_bdr {
	border: solid 1px #ccc;
	padding: 10px 20px;
}
.sign_box_title {
	font-weight: bold;
	font-size: 110%;
	margin-top: 0 !important;
}

@media print {
	div#front,
	div#lateral_right,
	div#lateral_left,
	div#pctop,
	div#pcbottom,
	div#back,
	div#LED,
	div#side,
	div#inside,
	div#display_front,
	div#display_back,
	div#KB {
		display:block!important;
	}

	a.prev_btn,
	a.next_btn {
		display:none!important;
	}

	p.selector {
		display:none;
	}
}

/* *********************************************************************
  My FMVバナー
 ********************************************************************* */

.uservoice_banner {
	box-sizing: border-box;
	margin: 0 0 30px;
}
.uservoice_banner.purple { border: 3px solid #941c61;}
.uservoice_banner.red { border: 3px solid #C7000D;}

.uservoice_banner a:hover{
	opacity: 0.7;
}

.uservoice_banner h2{
	margin: 0;
}

.uservoice_banner .banner-block-left{
	float: left;
	width: 49%;
}

.uservoice_banner .banner-block-right{
	float: right;
	width: 49%;
	text-align: center;
	box-sizing: border-box;
	padding: 15px 0 0;
}

/*--------------------------------------------------
  clearfix
--------------------------------------------------*/

.uservoice_banner:after{
  clear: both;
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}