@charset "utf-8";

/*-----------------------------------------------
	Common
-----------------------------------------------*/



/*----- .arrowLink -----*/

.arrowLink {
	background-image: url("../images/icon_arrow_black.png");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	display: inline-block;
	line-height: 1.15;
	padding-left: 20px;
}

.arrowLink:link,
.arrowLink:visited {
	color: #fff;
}

.arrowLink:hover {
	color: #fff;
	text-decoration: underline;
}

/*----- .zoom -----*/

.zoom {
	display: inline-block;
	position: relative;
}

.zoom:after {
	content: url("../images/icon_product_zoom.png");
	display: none;
	position: absolute;
}

.zoom:hover:after {
	display: inline-block;
}


/*-----------------------------------------------
	.navTab
-----------------------------------------------*/

.navTab {
	font-size: 13px;
}

.navTab ul {
}

.navTab ul li.tab {
	border-bottom: 1px solid #e5e5e5;
	float: left;
}

.navTab ul li.tab a {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.03);
	display: block;
	border-radius: 6px 6px 0 0;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	text-align: center;
}

.navTab ul li.tab a:link,
.navTab ul li.tab a:visited {
	background-color: #fff;
	color: #626262;
	text-decoration: none;
}

.navTab ul li.tab a:hover {
	background-color: #fff;
	color: #626262;
	height: 50px;
	line-height: 50px;
	margin-top: 0;
	/*text-decoration:underline;*/
}

/* active */
.navTab ul li.tab.active {
	border-bottom-color: #fff;
}

.navTab ul li.tab.active a {
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin-top: 0;
}

.navTab ul li.tab.active a:link,
.navTab ul li.tab.active a:visited,
.navTab ul li.tab.active a:hover {
	background-color: #fff;
	color: #004473;
}


/* tab3 */
.navTab ul.tab3 li.tab {
	width: 320px;
}

.navTab ul.tab3 li.tab + li.tab {
	margin-left: 10px;
}

/* tab4 */
.navTab ul.tab4 li.tab {
	width: 239px;
}

.navTab ul.tab4 li.tab + li.tab {
	margin-left: 8px;
}


/*-----------------------------------------------
	Structures
-----------------------------------------------*/

/*----- #productMain -----*/

#productMain {
	background-color: #000;
	background-image: url("../images/ptn_headerProduct_bg.png");
	background-position: 50% 0;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	line-height: 1.75;
	min-width: 980px;
}




#productMain .headerProduct .wrapper {
	height: 144px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 980px;
}



#productMain .headerProduct .wrapper h1 {
	font-size: 37px;
	font-weight: normal;
	line-height: 1.15;
	padding-top: 22px;
}



#productMain .headerProduct .wrapper .navTab {
	bottom: 0;
	font-size: 16px;
	left: 0;
	position: absolute;
}

#productMain .headerProduct .wrapper .navTab ul li {
	border: none;
}

#productMain .headerProduct .wrapper .navTab ul li.tab a {
	border: none;
	border-radius: 4px 4px 0 0;
	height: 56px;
	line-height: 56px;
}

#productMain .headerProduct .wrapper .navTab ul li.tab a:link,
#productMain .headerProduct .wrapper .navTab ul li.tab a:visited {
	background-color: #0a5473;
	color: #fff;
}

#productMain .headerProduct .wrapper .navTab ul li.tab a:hover {
	background-color: #0a5473;
	color: #fff;
	height: 66px;
	line-height: 66px;
}

/* active */
#productMain .headerProduct .wrapper .navTab ul li.tab.active {
}

#productMain .headerProduct .wrapper .navTab ul li.tab.active a {
	font-weight: normal;
	height: 66px;
	line-height: 66px;
}

#productMain .headerProduct .wrapper .navTab ul li.tab.active a:link,
#productMain .headerProduct .wrapper .navTab ul li.tab.active a:visited,
#productMain .headerProduct .wrapper .navTab ul li.tab.active a:hover {
	background-color: #0e79a5;
}

/*----- .section -----*/

.section {
	clear: both;
}

.section .wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}



/*-----------------------------------------------
	#section01
-----------------------------------------------*/

#section01 {
	background-image: url("../images/figure_section01_keyvisual.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-top: 496px;
	background-color:#fff;
	color:#000;
}

#section01 .wrapper {
	padding: 0 0 54px;
}

#section01 .product {
	margin: 144px 0 0 62px;
}

#section01 .product .figure {
	float: left;
	margin-right: 125px;
}

#section01 .product .figure .zoom:after {
	left: 127px;
	top: 31px;
}

#section01 .product .contents {
	overflow: hidden;
}

#section01 .product .contents .desc {
	line-height: 1.4;
	margin-bottom: 20px;
}

#section01 .product .contents .label {
	line-height: 1.15;
	margin-bottom: 2px;
}

#section01 .product .contents .label em {
	background-color: #ff0000;
	color: #fff;
	display: inline-block;
	font-style: normal;
	padding: 3px 5px 2px;
}

#section01 .product .contents .model {
	font-size: 34px;
	font-weight: normal;
	line-height: 1.15;
}

#section01 .video {
	margin: 120px 0 0 0;
	text-align: center;
}

#section01 .video .figure iframe {
width:600px;
height:338px; 
}


#section01 .video h3 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1.15;
	margin-bottom: 50px;
}

#section01 .navAnchor {
	margin: 170px 0 0 40px;
}

#section01 .navAnchor li {
	border-bottom: 1px solid #5d5d5d;
	float: left;
	margin: 0 15px 0 0;
	padding: 0 0 0 17px;
	width: 273px;
	color:#000;
}

#section01 .navAnchor li a.arrowLink {
	background-position: 0 50%;
	display: table-cell;
	font-weight: bold;
	height: 64px;
	vertical-align: middle;
	color:#000;
}



@media screen and ( max-width: 768px ) {



/*-----------------------------------------------
	#section01
-----------------------------------------------*/

#section01 {background-image: none;
		padding-top: 0;
		}

#section01 .wrapper {
	padding:40px 0 54px;
}
		
#section01 .product {
	margin: 0 auto;
	width:100%;
}

#section01 .product .figure {
	float: none;
	margin: 30px auto;

}

#section01 .product .figure img{
	width:80%;
}

#section01 .product .contents {

margin-top:15px;
margin-bottom:0px;
}

#section01 .product .contents .model {
	font-size: 26px;

}

#section01 .video {
	margin: 60px 0 30px 0;
}

#section01 .video .figure{
position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#section01 .video .figure iframe {
position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


#section01 .video h3 {
	font-size: 32px;
	font-weight: normal;
	line-height: 1.15;
	margin-bottom: 30px;
}

}


/*-----------------------------------------------
	#section00
-----------------------------------------------*/

#section00 {
	text-align: center;
	background-color: #202020;
	background-image: url("../images/ptn_section00_bg.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#section00 .wrapper {
	padding: 108px 0 80px 0;
}

#section00 h2 img.smaller{
width:110px;
margin-top:-20px;
	}


.title {
	display:inline-block;
	margin: 0 auto;
}
#section00 h2 {
    font-size: 48px;
    font-weight: normal;
    line-height: 1.15;
    text-align: left;
    display: inline-block;
}

#section00 h3 {
	font-size: 28px;
	font-weight: normal;
	line-height: 35px;
	margin-bottom:40px;
	
}

#section00 .icon {
	float:left;
	margin-right:20px;
	margin-top:-30px;
}


/*#section00 .icon img{
	width:90px;
	
}*/

#section00 .desc {
	margin-top: 30px;
	text-align: center;
}

#section00 .column {
	margin: 50px auto 0;
	/*width: 788px;*/
}

#section00 .column .figure {
	float: left;
	width:63%;

}
#section00 .column .figure .image{

	width:100%;
}

#section00 .column .figure img{

	width:auto;
}

#section00 .column .figure + .figure {
	float: right;text-align:left;
	width:27%;
	padding-top:40px;
	padding-right:30px;
}

#section00 .column .figure .caption {
	line-height: 1.5;
	margin: 16px 0;
	text-align:center;
	font-size:22px;
}

#section00 .column .figure .caption a{
color:#fff;
	font-size:13px;
}




@media screen and ( max-width: 768px ) {
/*-----------------------------------------------
	#section00
-----------------------------------------------*/

#section00 {
	text-align: center;
	background-image: none;
}

#section00 .wrapper {
	padding: 50px 0 50px 0;
}

#section00 h2 {
	font-size: 32px;
	line-height:1;
	margin-bottom: 20px;
    text-align: center;
}

#section00 h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom:35px;
	
}


#section00 .icon {
	float:none;
	margin:0;
	display:block;
}
#section00 h2 img.smaller{

	margin-top:20px;
		margin-bottom: 20px;
	}

#section00 .desc {
	margin:20px 0px 0px;
}

#section00 .column {
	margin: 0px auto 0;
	width: 100%;
}

#section00 .column .figure {
	float: none;
	margin:40px auto 0px auto;
	width:100%;
}



#section00 .column .figure + .figure {
	float: none;
	width:50%;
	padding-top:0;margin-top:0;
}

#section00 .column .figure .caption {
	margin-top: 16px;
}




	}


/*-----------------------------------------------
	#section02
-----------------------------------------------*/

#section02 {
	background-image: url("../images/ptn_section02_bg.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	height:auto;
}

#section02 .wrapper {
	padding: 120px 0 850px;

}

#section02 h2 {
	font-size: 48px;
	font-weight: normal;
}

#section02 p {
margin:10px 0 40px 0;
}

#section02 h2.bluetooth {
	line-height: 55px;
	margin: 10px 0;
}



#section02 h2.music {
	line-height: 55px;
	margin: 10px 0;
}



#section02 .figContent {

}

#section02 .figContent .figure {
	padding: 0px 0px 0px 40px;
	width:36%;

}
#section02 .figContent .figure img{
width:75%;

}

#section02 .figContent .contents {
	overflow: hidden;
/*	padding-left: 40px;
	padding-right:20px;*/
	width:60%;
	float:right;

}
@media screen and ( max-width: 768px ) {

#section02 {
	background-image: none;
	background-color:#000;
}

#section02 .figContent .figure img{
max-width:347px;
width:80%;
}

#section02 .wrapper {
	padding: 50px 0 10px 0;
text-align:center;
font-size:14px;
}

#section02 h2 {
	font-size: 32px;
}

#section02 h2.bluetooth {
	line-height: 32px;
margin-bottom: 0px;

}


#section02 p {
margin:0 0 40px 0;

}

#section02 h2.bluetooth .icon {

}

#section02 h2 img.smaller{

	margin-top:20px;
		margin-bottom: 10px;
	}

#section02 h2.music {
	margin-top: 46px;
line-height: 32px;
}

#section02 h2.music .icon {
	margin-right: 0;
		float:none;
}

#section02 .figContent {

}

#section02 .figContent .figure {
margin:0 auto;
	padding: 0 0 50px 0;
	width:80%;
	max-width:300px;
}

#section02 .figContent .contents {
	overflow: hidden;
	padding-left: 0;
	padding-right:0;
	float:none;
width:100%;
}
}


/*-----------------------------------------------
	#section03
-----------------------------------------------*/

#section03 {
background-color:#000;
}

#section03 .wrapper {
	padding: 110px 0 0;
	text-align: center;
}
.title {
	display:inline-block;
	margin: 0 auto;
}
#section03 h2 {
    font-size: 48px;
    font-weight: normal;
    line-height: 1.15;
    display: inline-block;
	padding-top: 20px;
}

#section03 .desc {
	margin:20px 0px 50px;
}

#section03 .icon {
	float:left;
	margin-right:20px;
	
}

#section03 .icon img{
	width:90px;
	
}

@media screen and ( max-width: 768px ) {
		
/*-----------------------------------------------
	#section03
-----------------------------------------------*/

#section03 {

}

#section03 .wrapper {
	padding: 40px 0 0;
}

#section03 h2 {
	font-size: 32px;
	line-height:1;
	margin-bottom: 20px;
    text-align: center;
}

#section03 .desc {
	margin:20px 0px 30px;
}

#section03 .figure img{
	width:100%;
}

#section03 .icon {
	float:none;
	margin:0;
	display:block;
}
#section03 h2 img.smaller{

	margin-top:20px;
		margin-bottom: 20px;
	}

}





/*-----------------------------------------------
	#section06
-----------------------------------------------*/

#section06 {
		background-image: url("../images/ptn_section06_bg.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	

}

#section06 .wrapper {
	padding: 120px 0 60px 0;
}


#section06 h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1.15;
}

#section06 .desc {
	margin-top: 30px;
}

#section06 .figureProduct {
	margin: 22px 0 30px 0;
	width:100%;
}

#section06 a {
	color: #fff;
}

img.icon06{
	width:300px;padding-bottom:40px;
}

@media screen and ( max-width: 768px ) {
/*-----------------------------------------------
	#section06
-----------------------------------------------*/

#section06 {
	background-image: none;
background-color: #202020;
}


#section06 .wrapper {
	padding: 50px 0 10px;
}

#section06 h2 {
	font-size: 32px;
	line-height: 1;
}

#section06 .desc {
margin-bottom:50px;
margin-top:0px;
font-size:14px;
}

img.icon06{
	max-width:300px;width:80%;padding-bottom:20px;
}

img.product06{
	width:100%;
}

#section06 .figureProduct {
	margin: 22px 0 0 0;
	width:100%;
}



}




/*-----------------------------------------------
	#section07
-----------------------------------------------*/

#section07 {
	background-color: #0e0e0e;	
	
}

#section07 .wrapper {
	padding: 120px 0 30px 0;
overflow:hidden;
}

#section07 h2 {
	font-size: 48px;
	font-weight: normal;
	text-align:left;
	line-height:1.2;
	padding-bottom:20px;
	
}

#section07 .col1 {
	width:60%;
float:left;
padding-left:40px;
padding-bottom:20px;

}
#section07 .col2 {
	width:30%;
	float:right;
	padding:20px 40px 0 0;
text-align:center;
	
}

#section07 p {
	margin-bottom: 60px;
}

#section07 .figure {
	width:65%;
}

#section07 .figure2 {

	width:100%;
}


@media screen and ( max-width: 768px ) {
/*-----------------------------------------------
	#section07
-----------------------------------------------*/

#section07 {
	background-color: #000;
}

#section07 .wrapper {
padding: 50px 0 20px 0;

}

#section07 h2 {
	font-size: 32px;
	
	text-align:center;
	padding-bottom:0;
}

#section07 .figure {
	margin:22px 0 0px 0;
width:65%;max-width:150px;
}

#section07 .figure2 {
	margin:22px 0 0px 0;
width:80%;max-width:220px;
}

#section07 .col1 {
	width:100%;
float:none;
text-align:center;
padding-left:0px;
padding-bottom:0;
}
#section07 .col2 {
	width:90%;
	float:none;
	padding:0;
	margin:0 auto;
	text-align:center;

	
}

#section07 p {
	margin: 20px 0 50px 0;
}


}




/*-----------------------------------------------
	#section10
-----------------------------------------------*/

#section10 {
		background-image: url("../images/ptn_section10_bg.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	

}

#section10 .wrapper {
	padding: 120px 0 80px 0;
}


#section10 h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1.15;
}

#section10 .desc {
	margin-top: 30px;
}

#section10 .figureProduct {
	margin-top: 22px;
	width:100%;
}

#section10 a {
	color: #fff;
}

img.icon10{
	width:130px;padding-bottom:40px;
}

@media screen and ( max-width: 768px ) {
/*-----------------------------------------------
	#section10
-----------------------------------------------*/

#section10 {
	background-image: none;
background-color: #202020;
}


#section10 .wrapper {
	padding: 50px 0 10px;
}

#section10 h2 {
	font-size: 32px;
	line-height: 1;
}

#section10 .desc {
margin-bottom:50px;
margin-top:0px;
font-size:14px;
}

img.icon10{
	width:85px;padding-bottom:20px;
}

img.product10{
	width:100%;
}

}



/*-----------------------------------------------
	#section11
-----------------------------------------------*/

#section11 {
	background-image: url("../images/ptn_section09_bg.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

#section11 .wrapper {
	padding: 110px 0 110px;
}

#section11 h2 {
	font-size: 48px;
	font-weight: normal;
}

#section11 .desc {
	margin-top: 20px;
}

#section11 .figureProduct {
	margin-top: 60px;
}

#section11 .option {
	margin: 100px 0 0 317px;
}

#section11 .option .figure {
	float: left;
	margin-right: 28px;
}

#section11 .option .caption {
	overflow: hidden;
	padding-top: 40px;
	text-align: left;
}

#section11 .option .caption h6 {
	font-size: 21px;
	font-weight: normal;
}

#section11 .option .caption p {
}

@media screen and ( max-width: 768px ) {
/*-----------------------------------------------
	#section11
-----------------------------------------------*/

#section11 {
	background-image: none;
	
}

#section11 .wrapper {
	padding: 50px 0;
}

#section11 h2 {
	font-size: 32px;
	line-height: 1;

}





#section11 .desc {
	margin-top: 20px;
	font-size:14px;
}

#section11 .figureProduct {
	margin-top: 40px;
}



#section11 .option {
	margin: 40px auto 25px auto;
	width:85%;
}



#section11 .option .caption {

	padding-top: 0px;

}

#section11 .option .caption h6 {
	font-size: 18px;

}



#section11 .option .caption p {
}

}
