/* CSS Document */

body div#footer a {
	color: #0000FF;
	text-decoration: underline;
}

.aboutlinkTitle {
	background: #CC0000;
	font-size: 12px;
	line-height: 133%;
	color: #ffffff;
	font-weight: bold;
	margin-top: 15px;
	padding: 5px;
	border-bottom: 1px solid #fff;
	box-shadow: 0 0 0px 1px #cc0000;
}

.codeblockTitle {
	font-weight: bold;
	margin-top: 20px;
}

.codeblock {
	width: 767px;
	background: #FFFFCC;
	border: 1px solid #eee;
	padding: 5px 10px;
	display: block;
	word-break: break-all;
	margin-top: 10px;
}

.comment-syntax-color {
	color: #aaa;
}

.aboutlinkDataTitle {
	margin-top: 10px;
}

.aboutlinkDataTitle:before {
	content: "ąŁ";
	display: inline-block;
	color: #CC0000;
}

.aboutlinkSubTitle {
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	margin-top: 10px;
}

.aboutlinkSubTitle:before {
	content: "";
	display: inline-block;
	background: linear-gradient(90deg, #FF9933 0%, #FF9933 50%, #FFCC33 50%, #FFCC33 100%);
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 15px;
}

.aboutlinkSubTitleInner {
	padding-left: 5px;
	vertical-align: top;
	font-weight: bold;
}

.aboutlinkText {
	margin-top: 10px;
}

.aboutlinkList {
	margin-top: 10px;
	margin-left: 20px;
}

.aboutLinkDataBlock {
	margin-top: 10px;
	border-top: 1px solid #ccc;
}

.aboutLinkBanner {
	margin-top: 10px;
}

#topicpath {
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 0;
	width: 641px;
	font-size: 84%;
	clear: both;
}

.topicpath {
	clear: both;
}

.topicpath li,
#topicpath li {
	float: left;
	padding-top: 3px;
}

.topicpath li span,
#topicpath li span {
	display: block;
	padding: 0 0 0 19px;
	background: url(https://img.goo-net.com/common_v2/img/bg_line_path.gif) no-repeat 8px 4px;
}

#foot_topicpath {
	margin-top: 20px;
}

@media screen and (min-width:769px) {
	.sp_display {
		display: none;
	}
}

@media screen and (max-width:768px) {
	#gHeader {
		border-bottom: 3px solid #da0000 !important;
	}

	.pc_display {
		display: none;
	}

	#contents_width {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}

	.aboutLinkBanner img {
		max-width: 100%;
		height: auto;
	}

	.codeblock {
		width: 100%;
	}
}