@charset "utf-8";
/*
	================================================================================================
		support vlogcam products share css index.css
	================================================================================================
*/
/*
	====================================
		layout
	====================================
*/
.pageSubContent, #info {
  width: auto;
  float: none;
}

#mod-productsArea .titleArea .infolink {
    right: 0;
    margin: 0;
}

/*
	====================================
		title
	====================================
*/
#purposeArea .title,
#productNews .title {
  clear: both;
  color: #666;
  font-size: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D0D0D0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 5px;
}
.pageSubContent #info .title,
.pageSubContent #menu-cat-03 .title {
	clear: both;
	color: #666;
	font-size: 15px;
	padding: 0 0 5px 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D0D0D0;
	position: relative;
}

@media screen and (max-width: 640px) { 
    #purposeArea .title,
    #productNews .title {
      font-size: 18px;
      color: #000;
    }
    #productNews.pageSubContent .title {
        font-size: 1.2em;
    }
    .mod-content .section .title h3#importantinfo {
        max-width: 74%;
    }
    h3#importantinfo {
      float: left;
      width: auto;
    }
    .title-List a {
      padding: 0 0 0 12px;
    }
}
/*
	====================================
		目的別サポート
	====================================
*/
#pageMainContent {
    width: 950px;
    float: none;
}
#product-cat-02 {
    width: 950px;
}

#purposeArea ul {
    margin-bottom: 50px;
}

/*
	====================================
		ピックアップ
	====================================
*/

#pickup .bnr_area:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

#pickup .bnr_single {
	float: left;
	margin: 8px 8px 8px 6px;
}

@media screen and (max-width: 640px) {
	#pickup .bnr_area {
		width: auto;
		margin: 0 auto;
	}
	
	#pickup .bnr_single {
		width: auto;
		margin: 0 auto;
		float: none;
	}
}

/*
	====================================
		製品に関するお知らせ
	====================================
*/
.pageSubContent {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
#info,
#menu-cat-03 {
	width: 440px;
	float: left;
	margin: 0 15px 0;
}
@media screen and (max-width: 640px) {
#info,
#menu-cat-03 {
	margin: 0 0 30px;
}
}


#inquiry ul {
    margin-left: 15px;
}

#inquiry ul.txtlink li {
    float: none;
    margin-bottom: 5px;
}


/*20190213*/

.newsContent .js-include-list p.nomal{
	font-size:13px;
}

a.textLink.inline{
	margin-right:0;
	background-position:0 6px;
	display:inline;
}

/* 20210730 */
#purposeArea .mod-linkButton .commingsoon{
	cursor: default !important;
	padding:5px;
}

#purposeArea .mod-linkButton .commingsoon > span.content{
	margin-left:0 !important;
	background:none !important;
    padding-left: 0;
}

