@charset "UTF-8"

/* リセットCSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Global Styles */

.inner {
    width: 1000px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

a {
	color: #4A4A4A;
}

a:hover {
	color: #D6D6D6;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	/*font-size: 13px;*/
}

.clear {
	clear: both;
}

img {
	border-style: none;
}

* {
    box-sizing: border-box;
	border: none;
    word-wrap: break-word !important;
}

hr {
	color: #CCC;
}

body {
	margin: 0px;
	background-color: #000;
	-webkit-text-size-adjust: 100%;
	/*background-color: #666666;*/
	font-size: 13px
}



#new_top {
  margin-right: auto;
  margin-left: auto;
  max-height:auto;
  max-width:1000px;
}

.bg {position:relative}
.bg img{max-width:100%}

  /* 縦のスペーサー */	
.spacer-50pxh {
	  margin: 0px auto 0px auto;
      padding: 50px 0px 0px 0px;
    }
	
.spacer-100pxh {
	  margin: 0px auto 0px auto;
      padding: 100px 0px 0px 0px;
    }
	
.spacer-150pxh {
	  margin: 0px auto 0px auto;
      padding: 150px 0px 0px 0px;
    }
	
	
.spacer-200pxh {
	  margin: 0px auto 0px auto;
      padding: 200px 0px 0px 0px;
    }
	
.spacer-250pxh {
	  margin: 0px auto 0px auto;
      padding: 250px 0px 0px 0px;
    }

.spacer-300pxh {
	  margin: 0px auto 0px auto;
      padding: 300px 0px 0px 0px;
    }
  /* 横のスペーサー */	
.spacer-20pxw {
	  margin: 0px auto 0px auto;
      padding: 0px 20px 0px 20px;
	  width: 100%;
    }
	
/* スペーサー(2階層目 背景画像有りのページ(例：Q&Aトップページ)) */
.spacer-130pxh {
	  margin: 0px auto 0px auto;
      padding: 130px 20px 20px 20px;
	  max-width: 960px;
    }

  
  
.bg_img02 {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:300px;
    background-color: #191919;
	background: url(/img/top/top_img02.jpg) no-repeat center center;
  }
 
  
.bg_tmc {
	margin: 0px;
	padding: 0px;
    max-width:100%;
	max-height:75px;
    background-color: #191919;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
  }
.bg_tmc h1 {
	overflow: hidden;
	position: absolute;
	font-size: 9px;
	left: 0;
	top: 3;
  }
  
.img05 {
	margin: 0px 0px 10px 13px;
	padding: 0;
	position: absolute;
	top: 0px;
    }

@media screen and (max-width:750px) {
	.img05 img {
		width: 200px
	}
}


	
.img06 {
	margin: auto;
	padding: 0;
	position: absolute;
	float: right;
	top: 0px;
	right: 0px;
	background-color: #FFF;
	  background-image: url(/image_top2/tmc_logo.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	width: 140px;
	height: 80px;
    }

.img_300px {
    width: 100%;
    max-width: 300px
}

.img_200px {
    width: 100%;
    max-width: 200px
}

.img_100px {
    width: 100%;
    max-width: 100px
}


  /* Q＆Aページの背景画像 */
  
.bg_faqs {
	margin: 0px;
	padding: 0px;
	max-width:100%;
	max-height:300px;
    background-color: #191919;
	background: url(/img/top/top_faqs.jpg) no-repeat center center; 
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
  }
  
  /* GoProカメラページの背景画像 */
  
  
.bg_spec1 {
	margin: 0px;
	padding: 0px;
	width: 940px;
	height: 566px;
	background: url(/img/specifications/img02.jpg) no-repeat;
  }

  
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0 auto;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}

#top-head h1 {
	margin:0;
	padding:0;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
	//background-color:  black;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
	background-color: black;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 16px;
    top: 22px;
    /*top: 7px;*/
    width: 24px;
    height: 26px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FFF;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

#new_top .fixheader {
	margin: 0;
	padding: 0;
  position: absolute;
  background-color: #FFF;
  max-width: 1000px;
  top: 0px;
}
#new_top.fixed .fixheader {
	margin: 0;
	padding: 0;
  position: fixed;
  top: 0px;
}

header img{
	width:100%;
}

header{
	max-width:1000px;
	margin:0 auto;
	background-color: #A4A4A4A4;
}

/* ヘッドメニュー
--------------------------- */

.gopro_logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0;
	left: 0;
}

#gnav_rogo1 img {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background-color: #4A4A4A;
}

#header_navi {
	padding: 0 0 30px 0;
}

ul#header_navi {
margin: 0;
padding: 0;
float: left;
width:100% !important;
list-style: none;
position: relative;
background-color: #000;
//border-bottom: #BE0003 solid 2px;
}
ul#header_navi li {
	float: left;
margin: 0;
padding: 0 14px;
height: 50px;
background-color: #000;
}

#header_navi p {
	margin: 0px;
	padding: 17px 0px 0px 0px;
	text-align: center;
font-family: ProximaNova, sans-serif;
font-size: 14px;
/*background-color: #000;*/
}
ul#header_navi li a {
	padding: 0;
	display: block;
	text-decoration: none;
	border: none;
	line-height:17px;
	color: #dadada;
	//background-color: #000;
	white-space: nowrap;
}
ul#header_navi li:hover {
	/*background: #000 !important;
	background-color:  inherit!important;*/
	}
ul#header_navi li .subnavi {
float: left;
padding: 5px 0;
position: absolute;
left: 0;
top: 50px;
display: none;
width: 100%;
background: rgba(0,0,0,0.8);
border-bottom: solid 1px #999999;
border-left: solid 1px #999999;
border-right: solid 1px #999999;
color: #fff;
}
ul#header_navi li:hover .subnavi {
	display: block;
	}
ul#header_navi li .subnavi a {
	display: inline;
	//background-color: #000;
	}
ul#header_navi li .subnavi a:hover {
	text-decoration: none;
	}

.btn1 {
	margin: 0;
	padding: 5px 20px;
	float:left;
	text-align:center;
}

.btn1 img {
	margin: 0;
	padding: 0px 0px 0px 13px;
	float:none;
	width: 130px;
	text-align:center;
	background-color: #FFF;
}

.btn_txt {
	margin: 0;
	padding: 0;
	width: 156px;
	height: 20px;
}

#header_navi span {
font-size: 12px !important;
line-height: 20px;
color: #333 !important;
}

/*#header_navi span a {
	text-decoration: none;
	color: #333 !important;
	//background-color: #000 !important;
}*/

#header_navi span :hover{
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #AC0002;
	width: 156px;
}
/*190131追記*/
ul#header_navi li.reb_button,ul#header_navi li.reb_button p{
    /*background-color: #666666;*/
}
/*190131追記*/
ul#header_navi li.reb_button:hover{
	/*background-color: #666666!important;*/
}
ul#header_navi li.reb_button a:hover{
    opacity: 1;
}
ul#header_navi li.reb_button{
	background-color: #666666;
}
ul#header_navi li.reb_button p{
	background-color: #666666;
} 
ul#header_navi li.reb_button a:hover p{
	background-color: #666666;
}
.bg-opa{
	width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(51, 51, 51, 0.5);
    display: none;
}
.block{
	display: block;
}
/*190918追記　パーツスライドショー　動画*/
.flexslider .slides li div.parts_iframeWrapper{
	padding-top: 41%;
	background-color: inherit;
}
.flexslider .slides li div.parts_iframeWrapper iframe{
	width: 74%;
	margin: 0 13%;
}
.movie-thumbnail{
	position: relative;
	display: block;
}
.movie-thumbnail::after{
	    content: "";
    position: absolute;
    top: 15%;
    left: 30%;
    margin-left: 0px;
    background: url(../images/movie_icon.png) no-repeat center top;
    width: 43px;
    height: 43px;
    border: none;
}
/*191007追記　お問い合わせフォーム内　ボタン*/
.link-btn{
	text-align: right;
	margin-right: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.link-btn a{
	background-color: #777777;
	display: inline-block;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
	padding: .5rem .5rem;
}
.link-btn a:hover{
	background-color: #fff;
	color: #222;
}
/* コンテンツ
--------------------------- */

/* コンテンツ(2階層目のページ(背景画像無し)) */
#contents {
	margin: 110px auto 0px auto;
	padding: 7px 0px 40px 0px;
	background-color: #FFF;
	max-width: 1000px;
	max-height: auto;
	clear: both;
}

@media screen and (min-width:780px) and (max-width:1000px)  {
	#contents {
	margin: 160px auto 0px auto;	
	}
}

@media screen and (max-width:780px)  {
	#contents {
	margin: 50px auto 0px auto;	
	}
	/*191007追記　お問い合わせフォーム内　ボタン*/
	.link-btn{
		text-align: center;
		margin-right: 0rem;
	}
}


#contents p {
	margin: 0;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

/* コンテンツ(2階層目 背景画像有りのページ(例：Q&Aトップページ)) */
#contents2 {
	margin: 30px auto 0px auto;
	padding: 0px 30px 40px 30px;
	background-color: #FFF;
	max-width: 1000px;
	max-height: auto;
}

#contents2 p {
	margin: 0;
	padding: 5px 20px;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
/* ↑ここまでコンテンツ(2階層目 背景画像有りのページ) */

ol#list_number  {
	margin: 0px 0px 0px 20px;
	padding: 10px 20px;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#list_number li {
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

ol#list_number2  {
	margin: 0px 0px 0px 20px;
	padding: 0px 20px;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#list_number2 li {
	margin: 0;
	padding: 0;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

ul#list_disc  {
	margin: 0px 0px 0px 20px;
	padding: 10px 20px;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	list-style:disc !important;
}

#list_disc li {
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

ul#list_disc2  {
	margin: 0px 0px 0px 20px;
	padding: 0px 20px;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	list-style:disc !important;
}

#list_disc2 li {
	margin: 0;
	padding: 0;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

ul#list {
	margin: 0px 0px 0px 20px;
	padding: 10px 20px;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	list-style: none;
	clear: right;
}

#list li {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	float: left;
	border-bottom: solid 1px #CCCCCC;
}

ul#list dt  {
	margin: 0;
	padding: 0;
	width:10%;
	font-size: 14px !important;
	line-height: 28px;
	float:left;
}

ul#list dd  {
	margin: 0;
	padding: 0;
	width:90%;
	font-size: 16px !important;
	line-height: 28px;
	float:left;
}

.n-title {
	margin: 25px 0px;
	padding: 0;
	font-family: "PFDinTextPro-Regular",ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	font-size: 40px;
	line-height: 45px;
	color: #333333;
}
	
.n-subt01 {
	margin: 15px 10px;
	padding: 0;
	font-family: "PFDinTextPro-Regular",ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #61A8E0;
}

.nb-subt01 {
	margin: 15px 10px;
	padding: 0;
	font-family: "PFDinTextPro-Regular",ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
}

.n-subt02 {
	margin: 15px 10px;
	padding: 0;
	font-family: "PFDinTextPro-Regular",ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #61A8E0;
}

.nb-subt02 {
	margin: 15px 10px;
	padding: 0;
	font-family: "PFDinTextPro-Regular",ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
}
	
.ns-subt01 {
	margin: 15px 10px;
	padding: 0;
	font-family: "PFDinTextPro-Regular",ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	text-shadow: 1px 1px 3px #333333;
	font-size: 20px;
	line-height: 28px;
	color: #61A8E0;
}

.p-subt {
	margin: 15px 0px;
	padding: 0;
	font-family: "PFDinTextPro-Regular",ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	color: #000;
	font-size: 20px;
	line-height: 23px;
	font-weight: bolder;
	font-style: normal;
}

.img02 {
	  margin: 0px auto 0px auto;
      padding: 750px 0px 0px 0px;
      background-color: transparent;
	  background-image: url(/img/top/img02.png);
	  background-repeat: no-repeat;
	  background-position: center bottom;
	  background-size: contain;
	  width: 500px;
	  height: 310px;
    }

	
.subt01 {
	margin: 0;
	padding: 0;
	font-family: "Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 50px;
	line-height: 1.42857;
	color: #333333;
	text-align: center;
}


.movie-link {
    width: 139px;
	height: 40px;
    margin: 0px auto 40px auto;
	padding: 10px 0px 0px 0px;
    background: #3ebaea;
    text-align: center;
    border-radius: 2px;
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
}

.movie-link a {
	text-decoration: none;
	color: #FFF;
}

.movie-link a:hover {
	color: #333;
}

.img03 {
	  margin: 0px auto 0px auto;
      padding: 30px 0px 0px 0px;
      background-color: transparent;
	  background-image: url(/img/top/img03.png);
	  background-repeat: no-repeat;
	  background-position: center bottom;
	  background-size: contain;
	  width: 200px;
	  height: 48px;
    }
	
.img04 {
	  margin: 80px auto 0px auto;
      padding: 50px 0px 0px 0px;
      background-color: transparent;
	  background-image: url(/img/top/img04.png);
	  background-repeat: no-repeat;
	  background-position: center bottom;
	  background-size: contain;
	  width: 621px;
	  height: 263px;
    }

.tc20 {
	margin: 0;
	padding: 0;
	font-family: "Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.42857;
	color: #333333;
	text-align: center;
}

.tc13 {
	font-family: "Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.42857;
	color: #333333;
	text-align: center;
}

.tp24 {
	margin: 0;
	padding: 0;
	font-family: "Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	color: #333333;
}

.tp21 {
	margin: 0;
	padding: 0;
	font-family: "Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 26px;
	color: #333333;
}

.tp18 {
	margin: 0;
	padding: 0;
	font-family: "Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #333333;
}

.tp16 {
	margin: 0;
	padding: 0;
	font-family: "Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #333333;
}

.tp15 {
	margin: 0;
	padding: 0;
	font-family: "Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	color: #333333;
}

.tp14 {
	margin: 0;
	padding: 0;
	font-family: "Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
}

.tp13 {
	margin: 0;
	padding: 0;
	font-family: "Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	color: #333333;
}

.tp12 {
	margin: 0;
	padding: 0;
	font-family: "Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #333333;
}

.tp11 {
	margin: 0;
	padding: 0;
	font-family: "Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #333333;
}

.sp40 {
	margin-bottom: 40px;
}

.sp60 {
	margin-bottom: 60px;
}

.sp100 {
	margin-bottom: 100px;
}

.line-gray{
	border-bottom: solid 1px #CCCCCC;
}
/* フッター
--------------------------- */


footer {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	background-color: #211715;
}

#g_footer {
  margin: 0 auto;
  float: left;
  padding: 20px 20px 20px 20px;
  width: 100%;
  height: auto;
  background-color: #211715;
  color: #0099FF;
}

.tc_logo {
	margin:0;
	padding:0px 0px 10px 0px;
  width: 100%;
	//text-align: left;
}


.tc_logo img {
	margin:0;
	padding:0px 10px;
}


ul#f_navi  {
  font-family: "Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #FFF;
  float: left;
  padding: 5px 0px 5px 10px;
  margin: 0;
  list-style: none;
}

#f_navi li {
  text-decoration: none;
  color: #FFF;
  float: left;
  padding: 5px 0px 5px 10px;
}

#f_navi li a {
  color: #FFF;
  text-decoration: none;
  float: left;
}

#f_navi li a:hover {
  color:#66CCFF;
  float: left;
}

.copyright {
  font-family: "Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0 auto;
  padding: 10px 0px 5px 10px;
  color: #FFF;
}


/* 他
--------------------------- */

#tmc_head{
	
	position:relative;
	z-index:44;
	margin-bottom: -2px !important;
}

.link-txt {
	margin: 10px 20px;
	padding: 0;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px !important;
	line-height: 20px;
	color: #333333;
}

.link-txt a {
	color: #333333;
	text-decoration: none;
}

.link-txt :hover {
	color: #61A8E0;
}

.link-txt2 {
	margin: 0;
	padding: 0;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px !important;
	line-height: 20px;
	color: #333333;
}

.link-txt2 a {
	color: #333333;
	text-decoration: none;
}

.link-txt2 :hover {
	color: #61A8E0;
}

/*テキストリンク(センター揃え)*/
.link-txtc {
	margin: 10px 20px;
	padding: 0;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px !important;
	line-height: 20px;
	color: #333333;
	text-align: center;
}

.link-txtc a {
	color: #333333;
	text-decoration: none;
}

.link-txtc :hover {
	color: #61A8E0;
}

.link-blue {
	margin: 10px 0px;
	padding: 0;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #39F;
}

.link-blue a {
	color: #39F;
	font-weight: bold;
	text-decoration: none;
}

.link-blue :hover {
	color: #CCC;
	font-weight: bold;
}

.waku_blue {
	border: solid 1px #61A8E0;
	width: 100%;
}

.waku_blue a {
	text-decoration: underline;
	color: #000;
}

.waku_blue_half {
	border: solid 1px #61A8E0;
	width: 450px;
}

.waku_gray {
	border: solid 1px #666666;
	background-color: #F0F0F0;
	width: 100%;
	height: auto;
}

.waku_gray2 {
	border: solid 1px #666666;
	background-color: #FFF;
	width: 100%;
	height: auto;
}

.left-20 {
	padding-left: 20px;
	height: auto;
}

.left-15 {
	padding-left: 15px;
	height: auto;
}

.left-15 dt {
	padding-left: 15px;
	height: auto;
}

.txt_blue {
	color: #39F;
}

.txt_red {
	color: #C00;
}

.txt_gray {
	color: #666;
}

.txt_black {
	color: #000;
}

.txt_black01 {
	margin: 0;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
	color: #000;
}

.ul_dotted {
	border-bottom:1px dotted #000;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}






/*------------↓ここからスマートホンに切り替え---------------*/






	
@media screen and (max-width:780px) {


/* #ヘッダー切り替え */	



	.bg_tmc h1 {
	visibility: hidden;
	position: absolute;
	font-size: 9px;
	left: 0;
	top: 3;
  }
	
	.bg_tmc_img {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 70px;
    background-color: #191919;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
  }

/*-- TAJIMA GoPro SALES ＆ CUSTOMER SUPPORT --*/

.img05 img {
    display: block;
  }
.img05 {
	margin: 7px 0 0 0;
	padding: 0;
	float:none;
	top:1px;
	left: 0;
    background: none;
	clear: both;
    }


/*-- TAJIMA ロゴ --*/
.img06 {
	visibility: hidden;
    }
	
	
/* #ヘッダーナビ */	
	
ul#header_navi {
margin: 0;
padding: 0px;
float: none;
list-style: none;
background-color: #4A4A4A;
}
	
ul#header_navi li {
    float: none !important;
    margin: 0;
    padding: 5px 0px 5px 0px;
    width: 100% !important;
	height: inherit!important;
	background-color: #4A4A4A;
	
}
	ul#header_navi li:hover{
		height: 44px!important;
	}

	li#gnav_rogo1{
		margin: 0 auto;
		padding: 0;
		background-color: #4A4A4A;
	}
	
		
	
		#gnav_rogo1 img{
		margin: 0;
		position: relative;
		top: 0px;
		right: auto;
		left: auto;
		padding: 0;
		width:104px !important;
		height: 50px !important;
	}
	
	#gnav_rogo1 a{
		margin: 0;
		padding: 0;
		position: absolute;
		top:0;
		background-color: #4A4A4A;
	}
	
	
	#header_navi p {
	margin: 0px;
	padding: 10px 0;
	text-align: center;
	font-family: ProximaNova, sans-serif;
	font-size: 14px;
	background-color: #4A4A4A;
	
}
    
    #header_navi a p {color: #ffffff}
	
	
	ul#header_navi li .subnavi {
    float:none !important;
    padding: 0px 0px 10px 0px;
	margin: 0;
    position: absolute;
    left: 50%;
    top: 0px;
    display: none;
    width:50%;
    background: #fff;
    border-bottom: solid 1px #999999;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    color: #000;
}

	
	
	
	.btn1 {
		margin: 0;
		padding: 15px 0px 15px 0px;
		float:none;
		width: 100%;
		text-align: center;
	}

	ul#header_navi li a {
    padding: 0;
	margin: 0;
    display: block;
    text-decoration: none;
    width:100%;
    border: none;
    font-size: 10px;
	line-height: 14px;
    color: #dadada;
    background-color: #4A4A4A;
    white-space: nowrap;
}

	.btn1 img {
    display: none;
}

#header_navi span {
font-size: 12px !important;
line-height: 15px;
color: #333 !important;
}
	
#header_navi span :hover{
	margin: 0;
	padding: 0;
	border-bottom: none;
	width: 100%;
}
	
	
	
/* header */

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 40px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 0px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        left: -760px;
		top: 70px;
        background: #4A4A4A;
		border-bottom: #B40003 solid 2px;
        width: 100%;
        text-align: center;
        padding: 10px 0px 40px 0px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		height: 1000px;
		overflow: auto;
		z-index: 1000;
    }
	.search {
		margin-bottom: 20px;
	}
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
		background-color: #4A4A4A;
		width: 50%!important;
    }
    #global-nav ul li {
        float: none;
        position: static;
		background-color: #4A4A4A;
    }
#top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #000000;
        /*padding: 18px 0;*/
		padding: 0;
		margin: 0;
		font-size: 12px !important;
		background-color: #FFFFFF;
		white-space: normal;
		word-wrap: break-word!important;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        /*-moz-transform: translateY(700px);
        -webkit-transform: translateY(700px);
        transform: translateY(700px);*/
    }
	.open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateX(760px);
        -webkit-transform: translateX(760px);
        transform: translateX(760px);
    }




/* #コンテンツ切り替え */



/* スペーサー(2階層目 背景画像有りのページ(例：Q&Aトップページ)) */
.spacer-130pxh {
	  margin: 0px auto 0px auto;
      padding: 55px 20px 20px 20px;
	  width: 100%;
    }
	
/* コンテンツ(2階層目 背景画像有りのページ(例：Q&Aトップページ)) */
#contents2 {
	margin: 20px auto 0px auto;
	padding: 0px 30px 30px 30px;
	background-color: #FFF;
	max-width: 100%;
	max-height: auto;
}

#contents2 p {
	margin: 0;
	padding: 5px 20px;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
/* ↑ここまでコンテンツ(2階層目 背景画像有りのページ) */

.bg_img01 {
	margin: 0px;
	padding: 0px;
    background-color: #191919;
	background: url(/img/top/top_img01.jpg) no-repeat top center;
	width: 100%;
	background-size: auto 55%;
  }
  
.bg_img02 {
	margin: 0px;
	padding: 0px;
    background-color: #191919;
	background: url(/img/top/top_img02.jpg) no-repeat top left;
	background-size: auto 70%;
  }

  /* Q＆Aページの背景画像 */ 
  
.bg_faqs {
	margin: 0px;
	padding: 0px;
    background-color: #191919;
	background: url(/img/top/top_faqs.jpg) no-repeat top center;
	width: 100%;
	background-size: auto 70%;
  }

  /* GoProカメラページの背景画像 */
  
.bg_spec {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-size: auto 70%;
  }
  
.bg_spec1 {
	margin: 0px!important;
	padding: 0px!important;
	width: 100%!important;
	background-size: 100%!important;
  }
  
.img02 {
	  margin: 0px auto 0px auto !important;
      padding: 420px 0px 0px 0px !important;
      background-color: transparent;
	  background-position: bottom center;
	  width: 100%;
	  background-size: 80% auto !important;
    }
.subt01 {
	margin: 0;
	padding: 0px 0px 20px 0px !important;
	font-family: "Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 25px !important;
	font-weight: bold !important;
	line-height: 1.42857;
	color: #333333;
	text-align: center;
}
.movie-link {
    width: 139px !important;
	height: 40px !important;
    margin: 0px auto 40px auto !important;
	padding: 10px 0px 0px 0px !important;
    background: #3ebaea;
    text-align: center;
    border-radius: 2px !important;
	text-decoration: none;
	font-size: 12px !important;
	color: #FFF;
}

.img03 {
	  margin: 0px auto 0px auto!important;
      padding: 0px 0px 0px 0px!important;
      background-color: transparent;
	  background-position: bottom center;
	  background-size: 80% auto !important;
    }
	
.img04 {
	  margin: -50px auto 0px auto!important;
      padding: 0px 0px 0px 0px!important;
      background-color: transparent;
	  background-position: bottom center;
	  width: 100%;
	  background-size: 70% auto !important;
    }

.tc20 {
	margin: 0;
	padding: 0px 0px 30px 0px !important;
	font-size: 12px !important;
	line-height: 1.42857;
	color: #333333;
	text-align: center;
}	

#g_footer {
  margin: 0 auto;
  float: none;
  padding: 20px 20px 20px 20px;
  width: 100%;
  height: auto;
  background-color: #211715;
  color: #0099FF;
}

.tc_logo {
	margin:0;
	padding:0px 0px 10px 0px;
  width: 100%;
	float:none;
}

.tc_logo img {
	margin:0;
	padding:5px 5px;
	white-space: 30%;
	float:none;
}

ul#f_navi  {
  font-size: 12px;
  color: #FFF;
  margin: 10px 10px 10px 0px;
  list-style: none;
  border-top: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
}

#f_navi li {
  text-decoration: none;
  color: #FFF;
  float: left;
  padding: 5px 0px 5px 5px;
}

#f_navi li a {
  color: #FFF;
  text-decoration: none;
  float: left;
}

#f_navi li a:hover {
  color:#66CCFF;
  float: left;
}

.copyright {
  font-size: 9px;
  margin: 0px auto;
  padding: 10px 0px 5px 0px;
  color: #FFF;
}

.link-txt a {
	color: #333333;
	text-decoration: none;
	font-size:13px;
}

.link-txt2 a {
	color: #333333;
	text-decoration: none;
	font-size:13px;
}

.waku_blue_half {
	border: solid 1px #61A8E0;
	width: 100%;
}


.n-title {
	margin: 15px 0px;
	padding: 0;
	font-family: "PFDinTextPro-Regular",ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	font-size: 20px;
	line-height: 35px;
	color: #333333;
}
	
.n-subt01 {
	margin: 10px 10px;
	padding: 0;
	font-family: "PFDinTextPro-Regular",ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #61A8E0;
}

.nb-subt01 {
	margin: 10px 10px;
	padding: 0;
	font-family: "PFDinTextPro-Regular",ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}
	
.n-subt02 {
	margin: 10px 10px;
	padding: 0;
	font-family: "PFDinTextPro-Regular",ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #61A8E0;
}

.nws-title {
	margin: 15px 0px;
	padding: 0;
	font-family: proxima_nova_rgbold;
	text-shadow: 1px 1px 3px #333333;
	font-size: 20px;
	line-height: 35px;
	color: #FFF;
}
	
.ns-subt01 {
	margin: 10px 10px;
	padding: 0;
	font-family: "PFDinTextPro-Regular",ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	text-shadow: 1px 1px 3px #333333;
	font-size: 16px;
	line-height: 28px;
	color: #61A8E0;
}

/* 検索 */


.p-subt {
	margin: 10px 0px;
	padding: 0;
	font-family: "PFDinTextPro-Regular",ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	color: #000;
	font-size: 14px !important;
	line-height: 23px;
	font-weight: bolder;
	font-style: normal;
}

/*テキストリンク(センター揃え)*/
.link-txtc {
	margin: 10px 0px;
	padding: 0;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px !important;
	line-height: 18px;
	color: #333333;
	text-align: center;
}

.link-txtc a {
	color: #333333;
	text-decoration: none;
}

.link-txtc :hover {
	color: #61A8E0;
}

ul#list {
	margin: 0px 0px 0px 20px;
	padding: 10px 0px;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	list-style: none;
	clear: right;
}

#list li {
	margin: 0px 0px 20px 0px;
	padding: 0;
	width: 100%;
	float: none;
	border-bottom: solid 1px #CCCCCC;
}

ul#list dt  {
	margin: 0;
	padding: 0;
	width:100%;
	font-size: 13px !important;
	line-height: 24px;
	float: none;
}

ul#list dd  {
	margin: 0;
	padding: 0;
	width:100%;
	font-size: 14px !important;
	line-height: 24px;
	float: none;
}

ol#list_number2  {
	margin: 0;
	padding: 0px 10px;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

#list_number2 li {
	margin: 0;
	padding: 0;
	font-family:"Proxima Nova Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

  /* 横のスペーサー */	
.spacer-20pxw {
	  margin: 0px auto 0px auto;
      padding: 0px 10px 0px 10px;
	  width: 100%;
    }

}

/*-------------スマートホン　横　切り替え-------------*/
@media screen and (min-width:568px) and (max-width:736px) {
.bg_img01 {
	margin: 0px;
	padding: 0px;
    background-color: #191919;
	width: 100%;
	max-height:350px;
	background-size: auto 100%;
  }
  
.img02 {
	  margin: 0px auto 0px auto !important;
      padding: 600px 0px 0px 0px !important;
      background-color: transparent;
	  background-position: bottom center;
	  width: 100%;
	  background-size: 70% auto !important;
    }
}

/*-------------↑ここまでスマートホンに切り替え-------------*/


/* ------------------------------
   トップへスクロールボタン
------------------------------ */
#fixedTop {
	padding: 10px 15px;
	right: 10px;
	bottom: 10px;
	color: #fff;
	text-align: center;
	display: none;
	background: #C20000;
	position: fixed;
	border-radius: 2px;
	opacity: 0.8;
	z-index: 99;
}



.footer{
	clear: both;
}

.newitem_list {
	width: 100%;
	margin: auto;
}

.newitem_list li {
	list-style-type: none;
	font-size: 13px;
	width: 28%;
	margin: 7px 2%;
	display: inline-block;
	color: #FFFFFF;
	vertical-align: top;
}

.newitem_list img {
	width: 100%;
}


.newitem_list_k {
	width: 100%;
	margin: auto;
}

.newitem_list_k li {
	list-style-type: none;
	font-size: 13px;
	width: 28%;
	margin: 7px 2%;
	display: inline-block;
	color: #000;
	vertical-align: top;
}

.newitem_list_k img {
	width: 100%;
}



.line {
	clear: both;
	width: 100%;
	padding: 10px 0 0;
	margin: 0 0 30px 0;
	overflow: hidden ;
}

.line2 {
	clear: both;
	width: 100%;
	padding: 15px;
	margin: 0 0 30px 0;
	background-color: #4A4A4A;
	overflow: hidden ;
}

.title_list {
	font-size: 16px;
	font-weight: bold;
	background: #666666;
	color: #FFF;
	margin: 10px 5px;
	padding: 10px;
	color: #fff;
	text-align: left;
	margin: 10px auto;
	background-color: #4A4A4A;
	/*font-size: 15px*/
}

.bg_k {
	background-color: #4A4A4A;
	padding-bottom: 20px;
	margin-top: 10px
}

/*-------------開閉---------------*/

.title_list3 {
	position: relative;
    background: #727272;
    color: #fff;
    padding: 0px 10px 0px 80px;
    display: block;
    margin: 10px auto;
    border: 1px solid #fff;
	text-align: left;
	width: 80%;
	min-height: 52px;
}

.title_list2 {
	position: relative;
    background: #727272;
    color: #fff;
    display: block;
    margin: 10px auto;
    border: 1px solid #fff;
	width: 50%;
	min-height: 52px;
	display: -webkit-flex; /* Safari用 */
	display: flex;
	-webkit-justify-content: center; /* Safari用 */
	justify-content: center;
	-webkit-align-items: center; /* Safari用 */
	align-items: center;
}

.title_list1 {
	position: relative;
    background: #727272;
    color: #fff;
    padding: 10px;
    display: block;
    margin: 10px auto;
    border: 1px solid #fff;
	text-align: center;
	width: 50%;
}

.title_list_red {
	position: relative;
    background: #AC0002;
    color: #fff;
    padding: 10px;
    display: block;
    margin: 10px auto;
    border: 1px solid #fff;
	text-align:center;
	width: 50%
}

.title_list_grey {
	position: relative;
    background: #666666;
    color: #fff;
    padding: 10px;
    display: block;
    margin: 10px auto;
    border: 1px solid #fff;
	text-align:center;
	width: 50%
}

.title_list90 {
	position: relative;
    background: #666;
    color: #fff;
    padding: 20px 0;
    display: block;
    margin: 20px auto;
    border: 1px solid #fff;
	text-align:center;
	width: 90%
}

input[type="checkbox"].on-off{
    display: none;
}

.menu-title{
	display:flex;
	justify-content: space-between;
}

.menu div {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /*margin: 0;
    padding: 0;*/
    list-style: none;
}

input[type="checkbox"].on-off + div{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + div{
    height: auto;
}

.tajimagruop{
	margin: 0 150px;
}

.footer_b {
	margin-top: 8px;
	margin-left: 2%;
	margin-bottom: 8px;
	color: #eaeaea;/* 追加 20170901 */
	font-weight:bold;/* 追加 20170901 */
	font-size: 11px;
	border-left: none;/* 追加 20190628 */
}


/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 25%;		/*幅。今回は５列作ったのでここの幅18%と下のpaddingの2%でトータル20%になるよう設定。列に応じて調整して下さい。*/
	margin: 0 0 0 0px;
	font-size: 10px;
	list-style-type: none;
	padding: 0 2%
}
#footermenu li {
	text-align: left;
	margin: 10px 0;
	
}
#footermenu li a {
	color: #eaeaea;
	text-decoration: none;
}

@media screen and (max-width:500px) {
	#footermenu ul {
		width: 48%;
	}
}

@media screen and (max-width:990px) {
	.tajimagruop {
		margin: 0 20px;
	}
}

.h2_suv {
	float: right
}


ul.nav{
	margin: 0 0 0 5%;
	padding-left: 0px;
	text-align: left;
}

ul.nav li{
	list-style: none;
	background: #AC0002;
	font-size: 15px;
	font-weight: bold;
	width: 45%;
	margin: 10px;
	display: inline-block;
}


ul.nav li img{
	vertical-align:middle;
	width: 150px;
	height: 100px;
	object-fit: cover; 
	margin-right: 25%;
	text-align: 
}

ul.nav li a {
      text-decoration: none;
	display:block;
	color: #fff
}

ul.nav li:hover{
      text-decoration: none;
	border: #AC0002 solid 2px;
}

@media screen and (max-width:800px) {
	ul.nav li{
		//padding: 20px 7%;
		font-size: 13px
	}
	ul.nav li img{
		width: 80px;
		height: 60px;
		margin-right: 15%
	}
}

@media screen and (max-width:500px) {
	ul.nav li{
		//padding: 20px 10px;
		font-size: 12px;
		margin: 5px;
	}
	ul.nav li img{
		width: 60px;
		margin-right: 5%
	}
}

/*  スペーサー(GoProカメラ比較表　製品情報ページ))  */
.spacer-top250pxh {
    margin: 0px auto 0px auto;
    padding: 100px 20px 20px 20px;
    width: 100%;
	//background-image: url(/product/car/suzuki/alto/ha36s_2/slide_ph/ha36s_2.jpg) no-repeat center center;
}
	

/*-----------pickup-----------*/
.pickup{
	background: #666666;
	color: #FFF;
	margin: 10px 5px;
	padding: 10px;
	display:flex;
	
	justify-content:space-between;
}
.pickup div{
	font-size: 16px;
	font-weight: bold;
}

.pickup a{
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}



/*-----------iframe-----------*/
div.iframeWrapper {
position: relative;
width: 100%;
padding-top: 75%;
}
div.iframeWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media screen and (min-width:750px) {
	.search {
	//width: 200px;
	top:0px;
	right: 0px;*/
	height: 75px;	
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
	}
	
	.search_txt {
		background: rgb(255, 255, 255);
		text-indent: 48px;
		width: 100px;
		height: 30px;
		margin: auto
	}
	
	
}

.main {
	width: 100%;
	text-align: center;
	clear: both;
	position: relative;
	margin-top: 140px
}

.box4 {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	/*left: 1%;*/
	width: 100%;
	text-align: center;
}


.box4_12 {
	margin: 15px 0px 0px 0px;
	overflow: hidden;
	position: relative;
	/*left: 1%;*/
	width: 50%;
	text-align: center;
}

.inner {
	position: absolute;
    margin: auto;
}

.box_s {
	width: 21%;
	margin:10px 10px;
	display: inline-block;
	vertical-align: top;
	color: #FFF;
}


.box_s img, .box_s3 img{
	width: 100%;
}

.box_s3 {
	width: 17%;
	margin:10px 10px;
	display: inline-block;
	vertical-align: top;
	color: #FFF;
}





.box_list {
	width: 21%;
	margin:10px 10px;
	display: inline-block;
}

.box_list img {
	width: 100%;
}


.box_list_s {
	width: 23%;
	margin: 0 2% 15px 2%;
	float: left;
	font-size: 12px;
}

.box_list_s img {
	width: 100%;
}

.box_list_s a {
	color: #FFF
}

button {
    /* ここはご自由に */
    width: 40%;
    height: 3em;
    border: 1px solid #E49197;
    border-radius: 4px;
    background-color: #E49197;
    color: #FFF;
    /* iPhone長押し時のポップアップ防止 */
    -webkit-touch-callout: none;
    cursor: pointer;
}

/* スマホ用のhoverクラス */
.hover {
    border: 2px solid #E49197;
    border-radius: 4px;
    background-color: #fff;
    color: #E49197;
}
/* PC用のhover要素 */
button:hover { margin-top: 3px; margin-left: 3px; }

.box_s2 {
	width: 16%;
	float: left;
	margin: 0 2% 15px 2%;
	font-size: 12px;
}

.box_s2 img {
	width: 100%;
	border: solid #000000 1px;
}

.box_s2 a {
	color: #FFFFFF;
	text-decoration: none
}


@media screen and (max-width:700px) {
	.box_s {
	width: 42%;
		/*left:20%;*/
		margin: 0px 10px 10px 10px;
	}
	
	.box_s3 {
	width: 27%;
		/*left:20%;*/
		margin: 0px 10px 10px 10px;
	}
	
	.box_list {
	width: 42%;
		/*left:20%;*/
		margin: 0px 10px 10px 10px;
	}
}
@media screen and (max-width:500px) {
	.box_list_p {
	width: 100%;
	margin:0px 10px;
	display: inline-block;
		padding: 10px 0;
		border-bottom: #666666 solid 1px;
}
	.box_list_p img {
	width: 32%;
		float: left;
}
	.box_list_p p {
	width: 60%;
	float: left;
	margin:auto 0px auto 5px!important;
	text-align: left;
	position: absolute;
		left: 35%;
}
	
		.box_list_s {
	margin:0px 10px;
	display: inline-block;
		padding: 10px 0;
}
	.box_list_s img {
	width: 25%;
		float: left;
}
	.box_list_s p {
	width: 60%;
	float: left;
	margin:auto 0px auto 5px!important;
	text-align: left;
	position: absolute;
		left: 35%;
}
	
	.price {
	position: absolute;
	bottom: 40%
}
	


}

.box2_w {
	width: 49%;
	float: left;
	/*padding: 5px;*/
	margin-left: 10px;
	position: relative;
	text-align: center;
	background: #FFFFFF
}

.box2 {
	width: 49%;
	float: left;
	padding: 5px;
	margin-left: 4px;
	position: relative;
	text-align: center;
}
.sns-btn{
	max-width: 38px;
}

.box2 ul,.box2_w ul {
	margin: 0 0 0 -1.5em;
	width: 100%
}


.box2 img,.box2_w img {
	width: 100%;
	
}

@media screen and (max-width:745px) {
	.box2,.box2_w {
	width: 100%;
		margin: 0px
	}
	.box2_no {
		display: none;
	}
	.flexslider .slides li div.parts_iframeWrapper {
		padding-top: 50%;
	}
}

@media screen and (max-width:420px) {
.none {
		display: none;
	}
}




.news_list,.news_list_k {
	margin: 20px 5px;
}

.news_list li{
	list-style-type: none;
	font-size: 13px;
	margin: 10px 0 10px 0px;
	text-align: left;
	color: #fff;
}

.news_list_k li{
	list-style-type: none;
	font-size: 13px;
	margin: 10px 0 10px 0px;
	text-align: left;
	color: #000;
}

ul.newitem_list {
	padding: 0px;
	margin: 0px auto;
}

.news_list span {
	font-size: 12px;
	color: #fff;
	padding-right: 5px;
}

.news_list_k span {
	font-size: 12px;
	color: #000;
	padding-right: 5px;
}


.news_list a,
.newitem_list a,
.h2_suv a {
	font-size: 12px;
	color: #fff;
	padding-right: 5px;
}


.news_list a:hover,
.newitem_list a:hover {
	font-size: 12px;
	color: #fff;
	padding-right: 5px;
	text-decoration: none
}

.h2_suv_k,
.h2_suv_w {
	position: absolute;
	top: 50%;
	right: 10px;
	margin: 0px;
	padding: 0px;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}

.h2_suv_k a {
	font-size: 12px;
	color: #727272;
}

.h2_suv_w a {
	font-size: 12px;
	color: #FFF;
}




.news_list_k span {
	font-size: 12px;
	color: #636363;
	padding-right: 5px;
}

.h2_bg_w {
	font-size: 16px;
	font-weight: bold;
	background: #FFF;
	color: #4A4A4A;
	margin: 10px 5px;
	padding: 10px;
	//width: 100%;
	text-align: left;
}


.img_power {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


/* シェアボタン */
#contents div.share-list{
	display:flex;
	justify-content: center;
	align-items: center;
	flex-flow:row;
	width:100%;
	padding:20px 20px 0;
	margin-bottom:40px;
}
#contents div.share-list div{
	display:flex;
	justify-content: center;
	align-items: center;
	font-weight:bold;
	height:40px;
	width:100px;
	white-space: nowrap;
	border:1px solid #ddd;
}

#contents div.share-list ul{
	display:flex;
	padding-inline-start: 0px;
}

#contents div.share-list ul li{
	display:block;
	width:50px;
	height:50px;
	margin-right:20px;
}
#contents div.share-list ul li:first-child{
	height:50px;
	margin-right:30px;
	display:flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	font-weight:bold;
	}
#contents div.share-list ul li:last-child{
	margin-right:0px;
	}
/* シェアボタン ここまで */