/*
*	Template CSS
*	Day:2014.09.03
*	Author:Tsukasa Chinen
*	Description：すべての商品詳細ページで読み込ませる共通のCSSです。
*	PC first RWD
*	BreakPoints
*	max-width: 1025px = PC以下（Large Tablet）
*	max-width: 599px  = Large Tablet以下(Small Tablet,SmartPhone[Landscape])
*	max-width: 321px  = Sumart Phone (SmartPhone[Portlate])
*/
@charset "utf-8";
/*ClearFix
------------------------------------------------------*/
.cf{zoom:1;}.cf:before,.cf:after{content:"";display:table;}.cf:after{clear:both;}
.products_main_inner p {
	zoom:1;
}
.products_main_inner p:before,
.products_main_inner p:after {
	content:"";
	display:table;
}
.products_main_inner p:after {
	clear:both;
}
img {
	width:auto;
	height:auto;
}
/*Outer,Inner
------------------------------------------------------*/
.products_main_outer {
	width:980px;
	margin:0 auto;
}
.products_main_inner {
	width:920px;
	background:#fff;
	padding:0 30px 30px;
}
..products_main_inner table {width:100%;}

/*	Borders
----------------------------------------------*/
.bd_top {border-top:1px solid #dbdbdb;}
.bd_right {border-right:1px solid #dbdbdb;}
.bd_botm {border-bottom:1px solid #dbdbdb;}
.bd_left {border-left:1px solid #dbdbdb;}
.bd_all {border:1px solid #dbdbdb;}
.no_border {border:none!important;}

/*	Floats
------------------------------------------------------*/
.fl {float:left;}
.fr {float:right;}
.fl_img {
	float:left;
	margin:0 15px 15px 0;
}
.fr_img {
	float:right;
	margin:0 0 15px 15px;
}

/*	Text-aligns
------------------------------------------------------*/
.righting{text-align:right;}
.lefting{text-align:left;}
.centering{text-align:center;}


/*	Titles(h2,h3,h4)
------------------------------------------------------*/
.no_tabs {margin-bottom:30px;}
.t2 {font-size:180%;margin-bottom:0.5em;/*1.8em*/}
.t3 {font-size:140%;margin-bottom:0.5em;/*1.4em*/}
.t4 {font-size:114%;margin-bottom:0.5em;/*1.14em*/}
.txt_s {font-size:60%;}
.bg_img_line,
.bg_img_dot {
	line-height:1.28em;
}
.bg_img_line,
.bg_img_dot,
.bd_navy_title {
	padding:0.5em 0;
}
.bg_img_line {background: #fff url(bg_line_solid.gif) 0 bottom no-repeat;}
.bg_img_dot {background: #fff url(bg_line_dot.gif) 0 top repeat-x;}
.bg_img_line span{font-size:60%;/*12px*/}
.txt_navy {
	color:#004573;
}
.bd_navy_title {
	background:#004573;
	color:#fff;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
}

/*------------------------------------------------------
*	Lists
*	.mark_circle = ●
*	.mark_square = ■
*	.mark_attention = ※（場合によっては先頭に空白挿入で対処）
*	.mark_icons = メインビジュアル下にあるUSBやCD,DVDなどのアイコン
------------------------------------------------------*/
.mark_icons {
	clear:both;
	width:98%;
	text-align:left;
	padding:0 2%;
}
.mark_icons li {
	display:inline;
	width:42px;
	text-align:left;
}
.mark_circle,
.mark_attention,
.mark_square {
	margin-bottom:2em;
}
.mark_circle li,
.mark_attention li,
.mark_square li {
	text-indent:-1em;
	padding-left:1em;
}

/* product_tabs
--------------------------------------*/
.product_tabs {
	width:96%;
	padding:13px 2% 0;
	overflow:hidden;
}
.product_tabs li {
	float:left;
	margin:0 1% 0 0;
}
.product_tabs li a {
	display:block;
	background:#fff;
	height:60px;
	border-bottom:none;
	line-height:50px;
	text-align:center;
	color:#6d6d6d;
	font-size:14px;
	position:relative;
	top:10px;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
	-ms-border-radius:5px 5px 0 0;
	text-shadow: 2px 2px 2px #c9c9c9;
	-webkit-text-shadow: 2px 2px 2px #c9c9c9;
	-moz-text-shadow: 2px 2px 2px #c9c9c9;
	-o-text-shadow: 2px 2px 2px #c9c9c9;
	-ms-text-shadow: 2px 2px 2px #c9c9c9;
	box-shadow: 0 -6px 8px #cfcfcf;
	-webkit-box-shadow: 0 -6px 8px #cfcfcf;
	-moz-box-shadow: 0 -6px 8px #cfcfcf;
	-o-box-shadow: 0 -6px 8px #cfcfcf;
	-ms-box-shadow: 0 -6px 8px #cfcfcf;
}
.product_tabs li.active a,
.product_tabs li a:hover {
	color: #004473;
	text-decoration:none;
	line-height:70px;
	top:0;
}
.tabs03 li {width:32.6666%;}
.tabs04 li {width:24.25%;}
.tabs05 li {width:19.2%;}
.tabs06 li {width:15.8333%;}

/* index.html
----------------------------------------------------*/
.p_infos {
	padding-bottom: 2em;
	margin-bottom: 2em;
	overflow: hidden;
}
.p_infos p {
	 margin-bottom: 1em;
}
/** index.html > popup
-----------------------*/
#productDetailFeaturesBox {
	padding:0;
	margin: 0 auto 2em;
}
.w980 {
	display:table;
	height:100%;
}
.tac {
	display:table-cell;
	vertical-align:middle;
}
.top_data_left_top {
	float:left;
	width:50%;
}
.top_data_right_top {
	float:right;
	width:50%;
	padding-top:0;
}
.top_data_right_top .top_dr_insert {
	padding: 10px;
}
.popup01 {
	display:block;
}
.popup01 img {
	width:46%;
	height:auto;
}
.productDetail01 {
	margin-left: -50px;
}
.roundCornerBox03 {border-bottom:none;}
.padB10 span {
	font-size:18px;
	color:#004573;
}
.slidePanel {
	background:#fff;
	text-align:center;
}
.slideBigImage {
	background:#fff;
}
#slideThumbs01,
#slideThumbs02,
#slideThumbs03,
#slideThumbs04{
	padding-top:10px;
}
#slideThumbs01 img,
#slideThumbs02 img,
#slideThumbs03 img,
#slideThumbs04 img {
	float: left;
	width: 60px;
	height:auto;
	margin-right: 6px;
	border: 2px solid #FFF;
	cursor: pointer;
}
/* spec.html
----------------------------------------------------*/
.products_spec,
.products_acce {
	padding-top: 16px;
	overflow:hidden;
}
table.color {
	border-collapse: collapse!important;
}
.center {
	text-align:center;
}
table.color th,table.color td {
	padding:6px 8px;
	border:1px solid #8ba1b1;
}

table.color th {
	background: #eaeff1;
	text-align:left;
}
table.color th.sub {
	background: #f4f7f8;
}

/* option.html
----------------------------------------------------*/
.p_acces {
	float:left;
	width:276px;
	min-height: 229px;
	padding:30px 15px 0;
	border-bottom: 1px solid #dbdbdb;
	border-left: none;
}
.acce_img {
	text-align: center;
	margin-bottom: 2em;
}
.acce_img img {
	max-width: 128px;
	height: auto;
}
.acce_attetion {
	clear:both;
	padding: 2em 0;
}
.acce_attached .mark_circle li {
	display:inline;
	text-indent:0;
	padding-left:0;
}
.inline_lists li {
	display:inline;
	text-indent:0;
	padding-left:0;
}
/* Hack
----------------------------------------------------------------------------*/
.products_soft {
	padding-top:24px;
}
.products_soft .bd_all{
	padding: 12px;
}
/* Hack
----------------------------------------------------------------------------*/

/* For Tablet CSS
----------------------------------------------------------------------------*/
@media screen and (max-width: 1px) {
	/*Titles(h2,h3,h4)
	------------------------------------------------------*/
	.txt_navy {
		font-size:1.12rem;
	}
	.txt_bold {
		font-size:1rem;
	}
	#header{
		width: 96%;
		padding: 0 2%;
	}
	.products_main_outer,
	.inner980 {
		width: 100%;
	}
	.fl_img {
		margin: 0 1em 1em 0;
	}
	.fr_img {
		margin: 0 0 1em 1em;
	}
	/* products_main_outer,
		products_main_inner,
	--------------------------------------*/
	.products_main_outer h1,
	.products_main_inner {
		width: 96%;
		padding: 1.5em 2%;
	}
	/* index.html > popup
	--------------------------------------*/
	#productDetailFeaturesBox {
		overflow:hidden;
	}
	#productDetailFeaturesBox,
	.w980,
	.top_data_left_top,
	.top_data_right_top {
		width:100%;
	}
	.top_data_right_top .top_dr_insert {
		padding: 0 1.5%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-o-box-sizing:border-box;
		-ms-box-sizing:border-box;
	}
	.productDetail01 {
		width:100%;
		margin-left:0;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-o-box-sizing:border-box;
		-ms-box-sizing:border-box;
	}
	.roundCornerBox03 {
		border:none;
	}
	div.top_data_left_top {
		float:none;
		width:100%;
		margin-bottom:2em;
	}
	div.top_data_right_top {
		width:100%!important;
		padding-top:0!important;
		text-align:center;
	}
	.top_dr_insert {
		display:inline-block;
		text-align:left;
	}
	.padB30 {
		padding-bottom:15px;
	}
	#colorbox,
	#cboxWrapper,
	#cboxContent {
		width:100%!important;
	}
	#colorbox {
		top:25%!important;
	}
	#cboxLoadedContent {
		width:88%!important;
		overflow:hidden;
		margin:0 auto;
	}
	.slideBigImage {
		width:100%;
		height:auto;
	}
	.popup01 {
		display:inline;
	}
	.popup01 img {
		width:40%;
	}

	/* accessories.html
	----------------------------------------------------*/
	.products_acce {
		overflow:hidden;
	}
	.p_acces {
		width:50%;
		min-height: 229px;
		padding:2.5% 2.5% 0;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-o-box-sizing:border-box;
		-ms-box-sizing:border-box;
	}
	.products_main_inner div.p_acces:nth-of-type(odd){border-left: none;}
	.products_main_inner div.p_acces:nth-of-type(even){border-left: 1px solid #dbdbdb;}
}
/* For Mobile Landscape CSS
----------------------------------------------------------------------------*/
@media screen and (max-width: 1px) {
	.bg_img_line span {
		display:inline-block;
		width:100%;
	}
	.bg_img_line br {display:none;}
	.fl_img,.fr_img {
		display:inline-block;
		width:100%;
	}
	.no_reduction {width:auto;}
	.mark_attention li {
		text-indent: -1em;
		padding-left: 1em;
	}
	.popup01 {
		display:block;
	}
}
/* For Mobile Portlate CSS
----------------------------------------------------------------------------*/
@media screen and (max-width: 1px) {
	table.color th,
	table.color td {
		padding:0.28rem 0.28rem;
	}
}