/* 表示切替用 --------------------------------------------*/
.pc {
	display: block;
}

.sp {
	display: none;
}

/* フォント指定 --------------------------------------------*/
.contentsarea h1,
.contentsarea h2,
.contentsarea h3 {
	font-family: "メイリオ", Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}

/* FMVヘッダ用 --------------------------------------------*/
div#fmvHeader {
	margin-top: 5px;
	margin-bottom: 20px;
	height: auto;
}

div#fmvHeader img {
	vertical-align: top;
}

div#fmvHeader div.logo {
	float: left;
}

div#fmvHeader div.tag {
	float: right;
}

/* シリーズナビゲーション用 --------------------------------------------*/
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;
}

div.series_header ul.navi_menu {
	margin-top: 0;
	height: 56px;
	margin-bottom: 10px;
	padding: 0;
}

div.series_header ul.navi_menu li {
	float: left;
	list-style: none;
}

div.series_header ul.navi_menu li a {
	display: block;
	width: 130px;
	height: 56px;
}

div.series_header ul.navi_menu li.mart {
	float: right;
}

div.series_header ul.navi_menu li.mart a {
	width: 130px;
}

div.promo_mov {
	margin: 5px 0;
	text-align: left;
}

div.promo_mov span {
	padding: 3px;
	background-color: red;
	color: white;
	font-weight: bold;
}

/* 製品情報エリア用（共通） --------------------------------------------*/
div.productInfo {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #b8b8b8;
	margin: 0 0 20px;
}

div.productInfo ul {
	padding: 0;
}

div.productInfo ul li {
	list-style: none;
	padding: 5px;
	background: white;
}

div.productInfo ul li.firstItem {
	background: -webkit-gradient(linear, left bottom, left top, from(#e3e3e3), to(#ffffff));
	background: -moz-linear-gradient(top, #e3e3e3, #ffffff);
	background: linear-gradient(to top, #e3e3e3, #ffffff);
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

div.productInfo ul li.lastItem {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.productInfo ul li.bottomLine {
	border-bottom: 1px solid #b8b8b8;
}

div.productInfo h2{
	font-size: 115%;
	margin: 3px 0 8px 0;
	padding: 0 0 0 4px;
}

div.productInfo div.description {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px 5px 5px;
	overflow: hidden;
}

div.productInfo div.description h3 {
	font-size: 115%;
	margin: 3px 0 10px 0;
	padding: 0 0 0 3px;
}

div.productInfo div.description p.subtitle {
	margin-bottom: 5px;
	font-weight: bold;
	padding: 0 0 0 3px;
}

div.productInfo div.description p.subtitle_u {
	text-decoration: underline;
}

div.productInfo div.description p span.sense {
	border: 1px solid #000000;
	background-color: #eeeeee;
	padding: 2px;
}

div.productInfo div.description p.rightText {
	text-align: right;
}

div.productInfo div.description div.colorList ,
div.productInfo div.description div.colorList_m {
	float: left;
	margin-right:20px;
}

div.productInfo div.description div.colorList img,
div.productInfo div.description div.colorList_m img  {
	vertical-align:middle;
}

div.productInfo div.description div.colorList_m {
	margin-top:30px;
}

div.productInfo div.description div.rightImg {
	float: right;
	text-align: right;
	margin-top: 5px;
}

div.productInfo div.description div.rightImg img {
	margin-left: 5px;
	vertical-align: middle;
}

div.productInfo div.description div.rightImg p.caption {
	font-size: 85%;
	text-align: left;
	margin-left:5px;
}

div.productInfo div.description ul.specialtitle li {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	padding: 0;
}

div.productInfo div.description a.link {
	background: url(/fmv/pcpm1302/images/bullet_triangle.jpg) 0 0.3em no-repeat;
	padding-left: 12px;
}

div.left-col {
	width: 47%;
	float: left;
}

div.right-col {
	margin-left: 12px;
	width: 47%;
	float: left;
}

div.left-col div,
div.right-col div{
	text-align: center;
}

p.bold {
	font-weight: bold;
}

div.productInfo div.description table.noteTable {
	font-size: 90%;
	margin-top: 15px;
}

div.productInfo div.description table.noteTable td {
	vertical-align: top;
}

div.productInfo div.description table.noteTable td.notenum {
	white-space: nowrap;
}

div.productInfo div.description hr {
	margin-top: 0.75em;
	border-width:0 0px 1px 0px;
}

@media print {
	div#fix {
		position: relative!important;
		top: 0!important;
		left:0!important;
	}

	div#nofix {
		margin-top: -1px!important;
	}
}

div.productInfo table.specTable,
div.productInfo table.specTable2 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #696969;
}

div.productInfo table.specTable th,
div.productInfo table.specTable2 th {
	border-top: 1px solid #696969;
	border-right: 1px solid #696969;
	border-left: 1px solid #696969;
	background-color: #e9e9e9;
	text-align: center;
	vertical-align: middle;
	font-weight:normal!important;
}

div.productInfo table.specTable td,
div.productInfo table.specTable2 td {
	border: 1px solid #696969;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}

div.productInfo table.specTable td img {
	vertical-align:middle;
}

div.productInfo table.specTable td.appmark span,
div.productInfo table.ecoTable td.appmark span,
div.productInfo table.softTable td.appmark span {
	font-size:150%;
}

div.productInfo table.specTable td.marker {
	border-bottom: none;
	padding: 5px 2px;
}

div.productInfo table.specTable td.marker span.mark {
	color:white;
	background-color:#696969;
}

div.productInfo table.specTable td.productName {
	vertical-align: top;
	border-top: none;
}

div.productInfo table.specTable {
	word-break:break-all;
}

div.productInfo table.specTable img {
	vertical-align: sub;
}

div.productInfo div.description table.interfaceTable_left {
	margin-top: 10px;
	width: 47%;
	float: left;
}

div.productInfo div.description table.interfaceTable_right {
	margin-top: 10px;
	width: 47%;
	float: right;
}

div.productInfo div.description table.interfaceTable_1col {
	margin-top: 10px;
	width: 100%;
}

div.productInfo div.description table.interfaceTable_left img,
div.productInfo div.description table.interfaceTable_right img,
div.productInfo div.description table.interfaceTable_1col img {
	vertical-align:middle!important;
}

div.productInfo div.description table.interfaceTable_left th,
div.productInfo div.description table.interfaceTable_right th,
div.productInfo div.description table.interfaceTable_1col th {
	white-space: nowrap;
	color: #7b2c42;
	text-align: right;
	vertical-align: top;
}

div.productInfo div.description table.interfaceTable_left td,
div.productInfo div.description table.interfaceTable_right td,
div.productInfo div.description table.interfaceTable_1col td {
	vertical-align: top;
}

div.productInfo div.description table.interfaceTable_left td img,
div.productInfo div.description table.interfaceTable_right td img,
div.productInfo div.description table.interfaceTable_1col td img {
	vertical-align: sub;
}

div.productInfo div.description div.lineup_img {
	float: left;
	width: 49%;
}

div.productInfo div.description div.lineup_text {
	float: left;
	width: 49%;
	text-align: left;
}

div.imageChange {
	overflow: hidden;
	padding: 5px;
}

div.bodyImageArea {
	float:left;
	max-width: 526px;
	width: 75%;
}

div.bodyImageArea div.bodyImage img.show {
	display: block;
}

div.bodyImageArea div.bodyImage img.hidden {
	display: none;
}

div.bodyImageArea div.colorChip ul li {
	display: inline;
	padding: 0;
}

div.bodyImageArea div.colorChip ul li img {
	max-width: 124px;
}

div.bodyImageArea div.colorChip div.blockImg {
	display: none;
}

div.bodyImageArea div.colorChip div.blockSideChip {
	display: none;
}

div.imageChange div.sideChip {
	max-width: 155px;
	width: 25%;
	float: left;
}

div.productInfo div.description 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.productInfo div.description img.upper_row {
	margin-bottom: 10px;
}

div.productInfo div.description table.specTable td {
	word-break:break-all;
}

div.productInfo div.description p.basicItem {
	margin-top:23px;
}

/* カスタムエリア用 --------------------------------------------*/

div.custom_item {
	padding: 10px;
}

div.custom_area {
	overflow:hidden;
}

div.custom_item table,
div.custom_item table.bordernone,
div.custom_area table.bordernone {
	width: 100%;
}

div.custom_area table.bordernone td{
	text-align:center;
	vertical-align: middle;
	border:none;
}

div.custom_item table td.td_left {
	border-left: none!important;
}

div.custom_item table.bordernone td,
div.custom_item table.bordernone td {
	border: none;
}

div.custom_item img.item_icon {
	margin-right: 3px;
	margin-bottom: 3px;
}

p.space {
	margin-top:15px;
}

div.bodyImageArea div.bodyImageCustom img.show {
	display: block;
}

div.bodyImageArea div.bodyImageCustom img.hidden {
	display: none;
}

div.bodyImageArea div.colorChipCustom ul li {
	display: inline;
	padding: 0;
}

div.bodyImageArea div.colorChipCustom ul li img {
	max-width: 124px;
}

div.bodyImageArea div.colorChipCustom div.blockImgCustom {
	display: none;
}

div.bodyImageArea div.colorChipCustom div.blockSideChipCustom {
	display: none;
}

div.imageChange div.sideChipCustom {
	max-width: 155px;
	width: 25%;
	float: left;
}

p span.tag {
	padding: 2px 5px;
	margin-right: 10px;
	color: #fff;
	display: inline-block;
}

div.productInfo div.description div.custom_area {
	border: 1px solid #015837;
	margin-top: 20px;
}

div.productInfo div.description div.custom_area p.custom_title {
	font-size: 115%;
	font-weight: bold;
	margin-top: 0;
	padding: 3px 5px;
	background-color: #015837;
	color: white;
}

div.productInfo div.description div.custom_area div.custom_text {
	padding: 0 5px 5px;
}

div.productInfo div.description table.specTable td.cus_spec span {
	padding:0 5px;
	background-color:#e6e6fa;
	display:inline-block;
	margin:2px;
}

div.productInfo div.description table.specTable td.os {
	font-weight:bold;
}

/* modelSelectBtn */

div#modelSelectBtn img,
div#modelSelectBtnCustom img {
	float:left;
	margin:10px 1px;
}

div#modelSelectBtnS p,
div#modelSelectBtnSCustom p {
	text-decoration:underline;
	float:left;
	width:50%;
	text-align:center;
}

div#modelSelectBtnS p.specSelect a,
div#modelSelectBtnSCustom p.specSelect a {
	color:#003399;
}

div.productInfo div.description img.imgCenter {
	display:block;
	margin:auto;
}

/* デザインページ用 --------------------------------------------*/
/* linedrawing */
div.interface_area {
	width:100%;
}

div.linedrawing_area {
	width:75%;
	float:left;
}

div.interfaceTable_area {
	width:23%;
	float:right;
}

a.prev_btn {
	display:inline-block;
	vertical-align:middle;
	left:0;
	width:30px;
	max-width:30px;
	opacity:0.5;
	background:url(/fmv/images/interface_prev.gif) no-repeat center center;
}

a.next_btn {
	display:inline-block;
	vertical-align:middle;
	right:0;
	width:30px;
	max-width:30px;
	opacity:0.5;
	background:url(/fmv/images/interface_next.gif) no-repeat center center;
}

img.linedrawing {
	display:inline-block;
	vertical-align:middle;
	opacity:1;
}

p.selector {
	margin-top:10px;
	font-seize:120%;
}

p.selector span {
	cursor:pointer;
}

p.selector span.disp {
	color:white;
	cursor:default;
}

@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 {
		display:block!important;
	}

	a.prev_btn,
	a.next_btn {
		display:none!important;
	}

	p.selector {
		display:none;
	}
}

