@charset "shift_jis";
/*
	================================================================================================
		support ichigan actioncam 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;
		max-width: 144px;
		margin: 0 20px 20px 20px;
	}
	.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;
	}
}
@media screen and (max-width: 460px) {
	.topArea .imgArea {
		margin: 0 5px 20px 0px;
	}
}

/*
	====================================
		button
	====================================
*/
#productsMenu ul li,
#supportMenu ul li {
	float: left;
	padding: 5px;
	width: 178px;
}
#productsMenu .mod-linkButton,
#supportMenu .mod-linkButton {
	background: url("/support/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;
}
#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;
	}
	.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;
}
#productsMenu ul,
#supportMenu ul {
	margin-bottom: 50px;
}
/*
	====================================
		製品に関するお知らせ
	====================================
*/
.pageSubContent {
	width: auto;
	float: none;
	margin-bottom: 30px;
}
.pageSubContent ul#other_link li {
	float: none;
	margin-left: 20px;
}

#info,
#menu-cat-03 {
	width: 440px;
	float: left;
	margin: 0 15px 0;
}
@media screen and (max-width: 640px) {

	div#menu-cat-03 .title{
		overflow:hidden;
	}

.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;
	}
}

/*
	====================================
		ピックアップバナー
	====================================
*/
#pickup .bnr_area {
    text-align: left;
	margin-bottom: 30px;
	overflow: hidden;
}
#pickup .bnr_single {
    float: left;
    margin: 8px 8px 8px 6px;
}