@charset "utf-8";
#header {
	background-color: #0074C1;
}
	#header .pagetitle {
	}
		#header .pagetitle .icon {
			display: block;
			width: 66px;
			height: 66px;
			background: url(../image/parts_promotion.png) no-repeat 0px 0px;
			position: absolute;
			left: 0px;
			top: 0px;
		}
		#header .pagetitle .copy {
			color: #0074C1;
		}
#pocky {
	border-bottom: solid 10px #0074C1;
}
#heading_web {
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background-color: #0074C1;
}
.box_green {
	border: solid 5px #0074C1;
	border-top: none;
}
	.box_green .box_content {
		padding: 20px;
		border-bottom: solid 4px #0074C1;
		overflow: hidden;
	}
		.box_green .box_content .box_left {
			box-sizing: border-box;
			width: 351px;
			float: left;
			margin-right: 20px;
		}
			#logo_55g {
				width: 351px;
				height: 82px;
				background: url(../image/parts_promotion.png) no-repeat 0px -66px;
				margin-bottom: 20px;
			}
			#logo_google {
				width: 153px;
				height: 50px;
				background: url(../image/parts_promotion.png) no-repeat -65px 0px;
				float: left;
				margin-bottom: 20px;
			}
			#logo_yahoo {
				width: 173px;
				height: 33px;
				background: url(../image/parts_promotion.png) no-repeat -218px 0px;
				float: right;
				margin-top: 5px;
			}
			#logo_facebook {
				width: 177px;
				height: 36px;
				background: url(../image/parts_promotion.png) no-repeat -391px 0px;
				margin-bottom: 20px;
			}
		.box_green .box_content .box_right {
			box-sizing: border-box;
			width: 379px;
			float: left;
		}
			#image_1 {
				width: 379px;
				display: contents;
			}
			#image_1 img {
				width: 100%;
			}
			#image_2 {
				width: 379px;
				height: 290px;
				background: url(../image/parts_promotion.png) no-repeat -379px -36px;
			}
			#image_3 {
				width: 379px;
				height: 179px;
				background: url(../image/parts_promotion.png) no-repeat -379px -326px;
			}
			#image_4 {
				width: 379px;
				height: 254px;
				background: url(../image/parts_promotion.png) 0px -411px;
			}
			#image_5 {
				width: 379px;
				height: 246px;
				background: url(../image/parts_promotion.png) -758px 0px;
			}

#heading_magazine {
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background-color: #0074C1;
}
#heading_customcarshow {
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background-color: #0074C1;
}
	/* #text_customcarshow {
		float: none;
		position: absolute;
		left: 25px;
		top: 105px;
	} */
#floor {
	background-color: #0074C1;
	height: 40px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	line-height: 40px;
}

/* SNS */
.sns-container {
    display: flex;
    gap: 10px;
}
.sns-box {
    flex: 1;
    text-align: center;
}
.sns-image {
    position: relative;
    display: inline-block;
    width: 100%;
}
.sns-image img {
    width: 100%;
    border: solid 2px #ccc;
    box-sizing: border-box;
    display: block;
}
.sns-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.sns-image:hover .sns-overlay {
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
}
.sns-button {
    padding: 10px 15px;
    background-color: white;
    color: black;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
}
.sns-button:hover {
    background-color: #f0f0f0;
}
.sns-stats {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.sns-description {
    margin-top: 15px;
    font-size: 14px;
}