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

header {
	min-height: 72px;
	border-bottom: 5px double #666;	
}
header .header-title {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
header .header-title div {
	display: inline-block;
}
header h1 {
	display: inline-block;
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
/*
	font-style: italic;
	text-shadow: 5px 5px #ccc;
*/
}
header .header-logo {
	float: left;
	margin-left: 10px;
	vertical-align: middle;
}

#top-page {
	padding-left: 10px;
	padding-right: 10px;
}

#top-page h1 {
	margin-top: 20px;
	font-size: 24px;
	text-align: center;
}

#top-page h2 {
	margin-top: 30px;
	font-size: 18px;
	text-align: center;
}

.article-block {
	margin-top: 20px;
}

.article-text {
	font-size: 16px;
	line-height: 150%;
}

.color-title {
	font-size: 16px;
}

.color-text {
	padding-left: 1.5em;
}

.trend {
	margin-top: 50px;
}

.trend h3 {
	font-size: 16px;
	font-weight: bold;
}
.trend h4 {
	font-size: 12px;
	font-weight: bold;
}

.trend a {
    color: #08c;
}


footer {
	margin-top: 30px;
	border-top: 1px solid #000;
}

.copyright {
	font-size: 16px;
	text-align: right;
}

#detail-page {
	padding-left: 10px;
	padding-right: 10px;	
}

.trend-image-block {
	margin-top: 30px;
}

.trend-image-block .page-back {
	display: inline-block;
	margin-right: 10px;
	padding: 0px 20px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #666;
	border-radius: 10px;
	background-color: #ddd;
	cursor: pointer;
}

.trend-image-block .page-back:hover {
	background-color: #fdd;
	transition: all 0.5s 0s ease-in;
}

.trend-image-block h1 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 600px;
	font-size: 20px;
	font-weight: bold;
}

.trend-image {
	text-align: center;
}

.trend-image img {
	width: 100%;
	max-width: 600px;
}

.color-sample-block {
	margin-top: 20px;
	text-align: center;
}

.color-sample-block img {
	width: 100%;
	max-width: 500px;
}

.text-block {
	margin-top: 20px;
}

.sample-atten {
	margin-top: 50px;
}
.sample-atten p {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 14px;
}


@media ( min-width: 500px ) {
	header h1 {
		font-size: 36px;
	}
	#top-page h1 {
		font-size: 26px;
	}
	#top-page h2 {
		font-size: 22px;
	}
	.trend h3 {
		font-size: 18px;
	}
	.trend h4 {
		font-size: 14px;
	}
	.trend-image-block h1 {
		font-size: 24px;
	}

}

@media ( min-width: 700px ) {
	#top-page {
		margin-left: auto;
		margin-right: auto;
		width: 700px;
	}
	#detail-page {
		margin-left: auto;
		margin-right: auto;
		width: 700px;
	}
	.trend h3 {
		font-size: 21px;
	}
	.trend h4 {
		font-size: 16px;
	}

}