@charset "utf-8";
/* 共通 */
html {
	font-size: 0.625rem;
	}

body {
	font-size: 1rem;
	line-height: 1.4;
	background: #F8F8FF;
	min-width: auto;
	max-width: 960px;
	margin: auto; /* 全体を中央揃え */
	}
body sup {
	color: #FF0000;
	}

/* ヘッダ */
#header-area {
	padding: 1rem;
	height: 56px;
	border-bottom: 2px solid #3B5B0F; /* 太さ・線種・色 */
	}

#header-block {
	text-align: left;
	padding-bottom: 0.75rem;
	overflow: hidden;
	}
#header-block #logo {
	height: 56px;
	float: left;
	} 

/* 右上 */
#utility-box {
	width: 50%;
	height: 56px;
	text-align: right;
	float: right;
	overflow: hidden;
	}

ul#utility {
	text-align: right;
	margin-right: 0.5rem;
	}

#utility li {
	display:inline-block;
	font-size: 1.4rem;
	margin-right: 1rem;
	vertical-align: bottom;
	}

/* 内容 */
#contents-area {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	}

/* レスポンシブ用 */
@media (min-width:481px) and (max-width: 768px) {
	.mb	{
	display: none !important;
	}
	.works_samples	{
	flex-direction: column;
	}
/*	#footer_container	{
	flex-direction: column;
	}*/ 
}
@media (max-width: 480px) {
	.mb_n	{
	display: none !important;
	}
	.works_samples	{
	flex-direction: column;
	}
	#footer_container	{
	flex-direction: column;
	}
}
@media (min-width: 769px) {
	.footer_box1 {
	margin-right: 2rem;
	}
}

/* SNSボタン */
#sns_buttons	{
	margin-top: 5rem;
	text-align: right;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	}

/* 見出し */
h1	{
	font-family: "fot-matisse-pron", sans-serif;	/* Adobe fonts マティス */
	font-weight: 500;		/* Weight M */
	font-size: 5rem;
	color: #000;
	text-align: center;	/* 中央揃え */
	padding-top: 10%;		/* 上部から文字までの距離 */
	padding-bottom: 5%;
}
.cd_h1_sub	{
	font-family: "fot-matisse-pron", sans-serif;	/* Adobe fonts マティス */
	font-weight: 500;		/* Weight M */
	font-size: 2rem;
	color: #000;
	text-align: center;	/* 中央揃え */
	padding-bottom: 0.3rem;	/* 下部から文字までの距離 */
	margin-bottom: 1rem;
}
h2	{
	font-family: serif;
	font-size: 2rem;
	font-weight: bold;
	color: #000;
	border-bottom: 2px solid #000;
	border-image: linear-gradient(to right, #000 0%, #FFF 100%) 1;
	padding: 0.5rem;
	margin-bottom: 1rem;
	}
.cd_notes	{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
	margin: 2rem;
	}
h3	{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 700;
	font-style: normal;
	background:rgba(0,128,128,0.4);
	padding: 1rem 1rem 1rem 2.5rem;
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: rgba(0,128,128,1.0);
	font-size: 1.8rem;
	}
h3:before	{
	position: absolute;
	top: 20%;
	left: 1rem;
	width: 6px;
	height: 60%;
	content: '';
	border-radius: 3px;
	background: rgba(0,128,128,1.0);
}
.works ol	{
	margin: 0.5rem 0 1rem 1rem;
	}
.works li	{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
	color: #505050;
	padding-left: 1.5rem;
	line-height: 1.6;
	vertical-align: middle;
}
.works li:before {
	content: '－';
	margin-left: 1rem;
	margin-right: 1rem;
}
.works p {
	margin-left: 4rem;
}

.works_samples	{
	display: flex;
	justify-content: space-between;
	}
.works	{
	flex-basis: 50%;
	margin-right: 2rem;
	}
a:link	{
	color: #1E90FF;
}
a:visited	{
	color: purple;
}
a:hover	{
	color: #FF7050;
}
a:active {
	color: #EE82EE;
}
.samples	{
	display: block;
	margin: 1rem auto 1rem auto;
	flex-basis: 42%;
	}
.samples img 	{
	display: block;
	border: 1px solid gray;
	margin-top: 1rem;
	margin-bottom: 1rem;
	}
.samples a	{
	display: block;
	font-size: 1.8rem;
	margin-bottom: 1rem;
	}
.cd_about {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	margin: 1rem auto 2rem auto;
	width: 80%;
	font-size: 1.4rem;
	}
.cd_about img	{
	display: block;
	width: 50%;
	height: auto;
	margin: 2rem auto;
	}

/* フッター */
#footer {
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 400;
	color: #808080;
	background: #e5e5e5;
	padding: 1rem 5rem;
	}
#footer a {
	color: #808080;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	color: #FF7050;
	}
#footer_container {
	display: flex;
	justify-content: center;
	padding: 1.5rem;
	}
.footer_box1 {
	flex-basis: 30%;
	}
.footer_box2 {
	flex-basis: 60%;
	}
.footer_nav_title {
	font-size: 1.3rem;
	text-align: center;
	color: #000;
	padding-bottom: 4px;
	border-bottom: 1px solid;
/*	border-image: linear-gradient(to left, rgba(0, 0, 0, 0) 1%, rgba(0, 128, 128, 0.8) 50%, rgba(0, 0, 0, 0) 100%) 50% 0 50% 0/1px 0 1px 0 stretch;*/
	}
.footer_book_genre li {
	font-size: 1.2rem;
	display: inline-block;
	padding: 0 4px;
	}
.footer_book_genre {
	text-align: center;
	height: 2.2rem;
	padding: 6px 2px;
	margin: 2px;
	}
#copyright {
	margin-top: 1rem;;
	font-size: 1.2rem;
	color:#666;
	font-style:normal;
	text-align:center;
	height: auto;
}
