@charset "UTF-8";
/* CSS Document for Post Door Toppage*/

/*---------- TOPPAGE ------------*/

a {
	color: #BD0202;
}
.introduction-docs {
	background: url(img/bg_index.gif) no-repeat;
}

.introduction-docs .startup {
	border-bottom: 3px double #CCC;
	padding-bottom: 8px;
}

.introduction-docs .startup .contact {
	padding-top: 20px;
}

.introduction-docs .cautions {
	padding: 40px;
	font-size: 90%;
}

.introduction-docs .cautions li {
	margin-bottom: 0.7em;
}

.introduction-docs #attention {
	background: #EDECEC;
	padding: 20px;
}

.introduction-docs #attention #pmark {
	background: #FFF;
	width: 100px;
	height: 100px;
	padding: 5px;
	float: right;
}

@media (max-width: 767px) {
	.introduction-docs .cautions {
		padding: 40px 0;
	}
}

@media (max-width: 380px) {
	#header h1 img {
		width:100%;
	}
}