@charset "shift_jis";
/*
	================================================================================================
		support cyber-shot products share css common.css
	================================================================================================
*/
/*
	====================================
		layout
	====================================
*/
.mod-productsArea-inner .topArea {
	width: 920px;
	margin-bottom: 20px;
}
.topArea .imgArea {
	float: left;
	width: 250px;
	text-align: right;
	padding: 0;
	margin-top: 20px;
}
.topArea .imgArea img {
	display: block;
	margin: 0 0 0 auto;
}
.topArea .txtArea {
	float: right;
	width: 570px;
	text-align: left;
	margin-top: 20px;
}
.topArea .txtArea .productName {
	font-size: 2em;
	font-weight: 700;
}
.pageSubContent, #info {
  width: auto;
  float: none;
}
@media screen and (max-width: 640px) {
.mod-productsArea-inner .topArea {
	text-align: left;
	width: 100%;
}
.topArea .imgArea {
  width: 40%;
  padding: 0 0 10px;
  vertical-align: middle;
  float: none;
  display: inline-block;
}
.topArea .imgArea img {
  width: 100%;
  height: auto;
  margin: 0;
}
.topArea .txtArea {
  text-align: left;
  width: 55%;
  padding-bottom: 10px;
  float: none;
  display: inline-block;
  margin-top: 0;
}
.topArea .txtArea .productNameSub {
  font-size: .71429em;
  margin: 0 auto;
}
.topArea .txtArea .productName {
  font-size: 1.4em;
  margin: 0 auto 20px auto;
}
}
/*
	====================================
		button
	====================================
*/
#productsMenu ul li,
#supportMenu ul li {
    float: left;
    padding: 5px;
    width: 178px;
}
#productsMenu .mod-linkButton,
#supportMenu .mod-linkButton {
    background: url("/support/cyber-shot/products/share/images/bg_mod-linkButton.jpg") repeat-x scroll 0 0;
    border: 1px solid #bcbcbc;
    border-radius: 6px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 120px;
    letter-spacing: 0.01em;
    line-height: 1.4;
    text-align: center;
    width: 178px;
}
#productsMenu .mod-linkButton .content,
#supportMenu .mod-linkButton .content {
    background: url("/support/share/images/arrow_black.png") no-repeat scroll 2px center;
    line-height: 16px !important;
    padding-left: 12px;
	display:inline;
}
#productsMenu .mod-linkButton .figure,
#supportMenu .mod-linkButton .figure {
    display: block;
}


/*
	====================================
		title
	====================================
*/
#productsMenu h3,
#supportMenu h3,
#pickup h3,
#productNews h3,
#inquiry h3 {
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #343434;
	margin-bottom: 15px;
}
#productNews.pageSubContent .title,
#inquiry.pageSubContent .title {
	border-bottom: none;
}
.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) { 

#productsMenu h3,
#supportMenu h3,
#pickup h3,
#productNews h3,
#inquiry h3 {
	font-size: 1.2em;
	color: #000;
}
#productNews.pageSubContent .title {
	font-size: 1.2em;
	overflow:hidden;
}
.mod-content .section .title h4#importantinfo {
    max-width: 74%;
}
h4#importantinfo {
  float: left;
  width: auto;
}
.title-List a {
  padding: 0 0 0 12px;
}
}
/*
	====================================
		サポートメニュー
	====================================
*/
#pageMainContent {
	width: 950px;
	float: none;
}
#product-cat-02 {
	width: 950px;
}
#supportMenu ul {
	margin-bottom: 50px;
}
/* ここから追加_20160817 */
/*
	====================================
		ピックアップ
	====================================
*/
#pickup .bnr_area {
	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 50px;
	}	
	#pickup .bnr_single {
		width: auto;
		margin: 0 auto;
		float: none;
	}
}
/*
	====================================
		image
	====================================
*/
@media screen and (max-width: 640px) {
	div.img300 {
		max-width: 300px;
	}
}
/* ここまで追加_20160817 */
/*
	====================================
		製品に関するお知らせ
	====================================
*/
.pageSubContent {
	width: auto;
	float: none;
	margin-bottom: 30px;
}
#info,
#menu-cat-03 {
	width: 440px;
	float: left;
	margin: 0 15px 0;
}
@media screen and (max-width: 640px) {

.pageSubContent {
	width: 100%;
}
#info,
#menu-cat-03 {
	margin: 0 0 30px;
}
}
/*
	====================================
		アンケート
	====================================
*/
#sbi_comment5 {
	width: 700px;
	margin: 60px auto 0 auto;
}
#sbi_comment5 textarea {
	  border: 1px solid #c2c2c2;
	  margin-top: 20px;
	  width: 500px;
}
#sbi_comment5 input {
	align-items: flex-start;
	text-align: center;
	cursor: default;
	color: buttontext;
	padding: 2px 6px 3px;
	border: 2px outset buttonface;
}

@media screen and (max-width: 640px) {
#sbi_comment5 {
	width: auto;
	margin: 0;
}
#sbi_comment5 table {
    width: 100%;
}
#sbi_comment5 td {
    margin-left : 0;
    padding-left : 10px !important;
}
#sbi_comment5 textarea {
    width : 96%;
    margin-left :auto;
    margin-right :auto;
}
}
/*
	====================================
		list (annotation)
	====================================
*/
#productsMenu ul.annotation {
	clear: both;
	margin: 20px 15px 50px;
}
#productsMenu ul.annotation li {
	list-style: none;
	text-indent: -0.7em;
	font-size: 0.9em;
	float: none;
    padding: 0;
    width: auto;
}
#productsMenu ul.annotation2 li {
	list-style: none;
	text-indent: -1.8em;
	font-size: 0.9em;
	float: none;
    padding: 0;
    width: auto;
}
#productsMenu ul.annotation2 {
	margin-left: 2.9em;
}
#productsMenu ol li ul.annotation,
#productsMenu ul li ul.annotation,
#productsMenu dl dt ul.annotation,
#productsMenu dl dd ul.annotation,
#productsMenu ol li ul.annotation2,
#productsMenu ul li ul.annotation2,
#productsMenu dl dt ul.annotation2,
#productsMenu dl dd ul.annotation2 {
	margin-left: 1em;
}
@media screen and (max-width: 640px) {
#productsMenu ul.annotation {
	margin-left: 1em;
}
#productsMenu ul.annotation2 {
	margin-left: 2em;
}
#productsMenu ol li ul.annotation,
#productsMenu ul li ul.annotation,
#productsMenu dl dt ul.annotation,
#productsMenu dl dd ul.annotation,
#productsMenu ol li ul.annotation2,
#productsMenu ul li ul.annotation2,
#productsMenu dl dt ul.annotation2,
#productsMenu dl dd ul.annotation2 {
	margin-left: 0.5em;
}
}
/*
	====================================
		link
	====================================
*/
span.link_out {
    background: url(/support/ichigan/share3/images/icon_blank.gif) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 9px 5px 0 0;
    vertical-align: baseline;
	*vertical-align: middle;	/* for IE */
    width: 11px;
	margin-left: 3px;
}



/* 20181031 */

.mod-linkButton.commingsoon{
	cursor: default !important;
}

.mod-linkButton.commingsoon > span.figure{
	padding:10px 10px 0 10px;
}


.mod-linkButton.commingsoon > span.content{
	margin-left:2px !important;
	background:none !important;
}


