@charset "utf-8";
/* CSS Document */

#special-column {
	font-family: "Noto Sans Japanese" !important;
	margin-right: 10px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #000;
	width: 700px;
	background-color: #F7F8EA;
	background-image: url(bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#special-column h2 {
	height: 430px;
	width: 700px;
	padding-bottom: 30px;
	background-image: url(pc_01.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#special-column h3,
#special-column h4 {
	font-size: 20px;
	font-family: "ゴシックMB101 M" !important;
	color: #69c;
}
#special-column .read-text {
	text-align: center;
	padding-top: 45px;
	padding-bottom: 50px;
}
#special-column h3 {
	padding-bottom: 30px;
	text-align: center;
}

#special-column .content h4 {
	padding: 0 30px 15px;
}
#special-column .content p {
	padding: 0 30px 50px;
}
#special-column .content .image {
	padding: 0 0px 50px;
}


#special-column .owner {
	height: 200px;
	background-color: #fff;
	padding: 22px;
	margin: 0 30px 60px;
	overflow:hidden;
}
#special-column .owner .left {
	padding: 13px 0;
	width: 237px;
	float: left;
	border-right: 1px solid #999999;
}
#special-column .owner .right {
	width: 335px;
	padding: 13px 0;
	float: right;
}

#special-column .owner h4 {
	padding: 0;
}
#special-column .owner p {
	font-size: 12px;
	line-height: 18px;
}

#special-column .ttk-box {
	height: 85px;
	position: relative;
	padding-top: 115px;
	padding-bottom: 35px;
}
#special-column .ttk-box img {
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
}
#special-column .ttk-box h4 {
	padding-left: 370px;
}


#special-column .shop {
	margin: 10px 30px 20px;
	padding-top: 35px;
	padding-bottom: 35px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	overflow:hidden;
}

#special-column .shop h4 {
	width: 250px;
	float: left;
}
#special-column .shop p {
	width: 360px;
	float: right;
	font-size: 12px;
	line-height: 2;
}
#special-column .shop p a {
	color: #000;
}
#special-column .shop a:hover {
	opacity:0.5;

}

