@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');

.overlayer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/layer_bg.png");
}

.modal {
	width: 744px;
	height: 318px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

img {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 0;
	vertical-align: text-bottom;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url("../img/bg_patern.png") 40px 0px repeat;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/* 	font-family: "Osaka", "MS Gothic", sans-serif; */
	line-height: 1.4em;
	font-size: 14px;
	position: relative;
}

#container {
	text-align: left;
}

/* header */
header {
	height: 40px;
	padding: 0;
	background: #e1e1e1;
	text-align: center;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
}

header nav {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 996px;
}

header #logo {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

header #logo a {
	width: 166px;
	height: 40px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url("../img/img_menu.png") no-repeat;
	box-sizing: border-box;
}

header #logo a:hover {
	/* background-position: 0px -40px; */
	border-bottom: solid 2px #555555;
}

.page-id-1483 #mainNav li:nth-child(1) a {
	border-bottom: solid 2px #555555;
	background-image: url(../img/menu_bg.jpg);
}

header #mainNav {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	position: absolute;
	top: 0px;
	left: 166px;
}

header #mainNav li {
	display: block;
	float: left;
}

header #mainNav li a {
	height: 38px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	line-height: 40px;
	padding: 0px 10px;
	color: #000000;
	text-decoration: none;
	font-weight: 400;
}
header #mainNav li a:hover {
	opacity: 0.5;
	border-bottom: solid 2px #555555;
}

.home header #logo a {
	background-position: 0px -80px;
}

.about header #mainNav #aboutBtn a {
	border-bottom: solid 2px #000000;
	background-image: url("../img/menu_bg.jpg");
}

.category-works header #mainNav #worksBtn a {
	border-bottom: solid 2px #000000;
	background-image: url("../img/menu_bg.jpg");
}

.category-produces header #mainNav #produceBtn a {
	border-bottom: solid 2px #000000;
	background-image: url("../img/menu_bg.jpg");
}

.category-graphics header #mainNav #graphicsBtn a {
	border-bottom: solid 2px #000000;
	background-image: url("../img/menu_bg.jpg");
}
.tag-book header #mainNav #bookBtn a {
	border-bottom: solid 2px #000000;
	background-image: url("../img/menu_bg.jpg");
}
.tag-cd header #mainNav #cdBtn a {
	border-bottom: solid 2px #000000;
	background-image: url("../img/menu_bg.jpg");
}
.tag-logo header #mainNav #logoBtn a {
	border-bottom: solid 2px #000000;
	background-image: url("../img/menu_bg.jpg");
}
.tag-package header #mainNav #packageBtn a {
	border-bottom: solid 2px #000000;
	background-image: url("../img/menu_bg.jpg");
}

/* information */
aside#information {
	padding: 18px 0 18px 0;
	background: #ffffff;
	margin: 0;
}

aside#information .wrapper {
	width: 996px;
	padding: 0;
	margin: 0 auto;
}

aside#information h2 {
	margin: 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url("../img/txt_information.png") 2px 7px no-repeat;
}

aside#information ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

aside#information ul li {
	padding: 2px 4px;
	margin: 3px 0;
}

aside#information ul li .date {
	font-size: 12px;
	font-weight: bold;
	margin: 0 12px 0 0;
}

aside#information ul li .news p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	display: inline-block;
}

aside#information ul li a:link {
	color: inherit;
	text-decoration: none;
}

aside#information ul li a:hover {
	text-decoration: underline;
}

aside#information ul li a:visited {
	color: inherit;
}

aside#information ul li:nth-of-type(2n) {
	background: #f3f3f3;
}

#maintenance {
	width: 1020px;
	margin: 0 auto;
	padding: 0 auto;
}

#maintenance:after {
	content: "";
	display: table;
	clear: both;
}

#maintenance .wrapper {
	position: relative;
	width: 996px;
	margin: 30px 12px;
}

/* entry index & archive */
#entries {
	width: 1020px;
	margin: 0 auto;
	padding: 0 auto;
}

#entries:after {
	content: "";
	display: table;
	clear: both;
}

#entries .wrapper {
	position: relative;
	width: 996px;
	margin: 0 12px;
	padding-bottom: 30px;
}

#entries .wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.home #entries {
	margin: 36px auto 0;
	position: relative;
}

.archive #entries,
.single #entries {
	margin: 36px auto 36px auto;
}

.home:after,
.archive:after {
	content: "";
	display: table;
	clear: both;
}

.home .entries-line,
.archive .entries-line {
	float: left;
	width: 24.09639%;
	margin-right: 1.20482%;
}

.home .entries-line:last-child,
.archive .entries-line:last-child {
	margin-right: 0;
}

.home article.entry,
.archive article.entry {
	width: 240px;
	margin: 0 0 24px 0;
	padding: 0;
	background: #FFFFFF;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.08);
}

.home article.entry:after,
.archive article.entry:after {
	content: "";
	display: table;
	clear: both;
}

.home article.entry:hover,
.archive article.entry:hover {
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}

.home article.entry .title,
.archive article.entry .title {
	width: 228px;
	margin: 0;
	padding: 4px 6px 6px 6px;
	line-height: 1.2em;
	border-top: #d1d1d1 solid 1px;
	border-bottom: #d1d1d1 solid 1px;
}

.home article.entry .title .name,
.archive article.entry .title .name {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
}

.home article.entry .title .client,
.archive article.entry .title .client {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color: #3b3b3b;
}

.home article.entry .content,
.archive article.entry .content {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.home article.entry .content a,
.archive article.entry .content a {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.home article.entry .content img,
.archive article.entry .content img {
    transition: 0.2s;
	margin: 0;
	padding: 0;
}

.home article.entry .note,
.archive article.entry .note {
	margin: 0;
	padding: 4px 6px 6px 6px;
	color: #595959;
}

.home article.entry .meta,
.archive article.entry .meta {
	width: 240px -8;
	height: 20px;
	margin: 0;
	padding: 2px 4px;
	background: #eeeeee;
	border-top: #dcdcdc solid 1px;
}

.home article.entry .meta:after,
.archive article.entry .meta:after {
	content: "";
	display: table;
	clear: both;
}

.home article.entry .meta .date,
.archive article.entry .meta .date {
	float: left;
	line-height: 20px;
	margin: 0 0 0 2px;
}

.home article.entry .meta .tags,
.archive article.entry .meta .tags {
	float: right;
	margin: 0;
	padding: 0;
	height: 20px;
}

.home article.entry .meta .tags li,
.archive article.entry .meta .tags li {
	margin: 0 0 0 4px;
}

.home article.entry .meta .tags a,
.archive article.entry .meta .tags a {
	margin: 2px 0;
	padding: 2px;
	line-height: 12px;
}

.single article.entry {
	width: 744px;
	padding: 0;
/* 	background: #FFFFFF url("../img/img_detail_header.jpg") no-repeat; */
	margin: 0 auto;
	border-top: solid 3px #666;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.29);
}

.single article.entry .title {
	margin: 0 0 12px 0;
	padding: 14px 8px 0 8px;
}

.single article.entry .title .name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
}

.single article.entry .title .client {
/* 	width: 996px; */
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.single article.entry .content {
    padding: 20px;
	width: 744px;
	box-sizing: border-box;
	margin: 0;
	background: #ededed;
	text-align: center;
}

.single article.entry .content p {
	margin: 0;
}

.single article.entry .content img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
}
.single article.entry .content img:not(:last-child) {
    margin-bottom: 20px;
}

.single article.entry .note {
	margin: 0;
	padding: 4px 6px 6px 6px;
	color: #595959;
}

.single article.entry .meta {
	width: 240px -8;
	height: 20px;
	margin: 0;
	padding: 2px 4px;
	background: #eeeeee;
	border-top: #dcdcdc solid 1px;
}

.single article.entry .meta:after {
	content: "";
	display: table;
	clear: both;
}

.single article.entry .meta .date {
	float: left;
	line-height: 20px;
	margin: 0 0 0 2px;
}

.single article.entry .meta .tags {
	float: right;
	margin: 0;
	padding: 0;
	height: 20px;
}

.single article.entry .meta .tags li {
	margin: 0 0 0 4px;
}

.single article.entry .meta .tags a {
	margin: 2px 0;
	padding: 2px;
	line-height: 12px;
}

article.entry .title .name a:link {
	color: inherit;
	text-decoration: none;
}

article.entry .title .name a:hover {
	text-decoration: underline;
}

article.entry .title .name a:visited {
	color: inherit;
}

article.entry .date {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

article.entry .tags {
	list-style: none;
	margin: 4px 0;
	padding: 0;
}

article.entry .tags:after {
	content: "";
	display: table;
	clear: both;
}

article.entry .tags li {
	float: left;
	margin: 0;
	padding: 0;
}

article.entry .tags li a {
    transition: 0.4s;
	display: block;
	font-size: 12px;
	margin: 0 2px 2px 0;
	padding: 2px;
	line-height: 12px;
	background: #f1f1f1;
	text-decoration: none;
	color: #000000;
}

article.entry .tags li a:hover {
	opacity: .5;
}

article.entry .tags li.book a {
	background-color: #ff9797;
}

article.entry .tags li.produce a {
	background-color: #ffbaf8;
}

article.entry .tags li.works a {
	background-color: #f7fa9c;
}

article.entry .tags li.graphics a {
	background-color: #8ad1f2;
}

article.entry .tags li.cd a {
	background-color: #a3ecc7;
}

article.entry .tags li.package a {
	background-color: #8ad1f2;
}

article.entry .note {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

article.entry .note a:link {
	color: inherit;
	text-decoration: none;
}

article.entry .note a:hover {
	color: inherit;
	text-decoration: underline;
}

article.entry .note a:visited {
	color: inherit;
}

.home article.entry .content a:hover img, .archive article.entry .content a:hover img {
	opacity: 0.5;
}

/* randomPick */
#randomLink {
	padding: 5px 0;
	margin: 81px auto 0 auto;
	width: 100%;
	background: #414141 url("../img/bg_random_pick.png");
	border-top: #3d3d3d 1px solid;
	border-bottom: #3d3d3d 1px solid;
}

#randomLink h2 {
	display: none;
}

#randomLink ul {
	width: 996px;
	height: 114px;
	list-style: none;
	/* 	overflow: hidden; */
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#randomLink ul li {
	float: left;
	width: 114px;
	height: 114px;
	margin: 0 12px 0 0;
	padding: 0;
	background: #ededed;
}

#randomLink ul li a {
	position: relative;
	display: block;
	width: 114px;
	height: 114px;
	margin: 0;
	padding: 0;
}

#randomLink ul li a:visited {
	opacity: .7;
}

#randomLink ul li a:hover:before {
	content: '';
	display: block;
	position: absolute;
	width: 114px;
	height: 114px;
	background: url("../img/img_thumbnail_over.png") no-repeat;
}

#randomLink ul li:nth-of-type(8) {
	margin: 0;
}

/* moreButton */
#moreEntriesBtn {
	margin: 36px 0 0 0;
}

#moreEntriesBtn a {
	display: block;
	width: 1020px;
	height: 43px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url("../img/img_menu.png") -469px 0 no-repeat;
}

#moreEntriesBtn a:hover {
	background-position-y: -43px;
}

/* about */
#about {
	text-align: left;
	position: relative;
	display: block;
	width: 672px;
	padding: 27px 36px 20px 36px;
	margin: auto;
	color: #FFFFFF;
	font-size: 12px;
	background: #000000;
	background-image: url("../img/img_detail_header.jpg"), url("../img/bg_random_pick.png");
	background-image: url("../img/img_detail_header.jpg"), url("../img/bg_random_pick.png");
	background-position: top, left;
	background-repeat: no-repeat, repeat;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
}

#about h3 {
	display: block;
	width: 253px;
	height: 33px;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 0 24px 0;
	padding: 0;
	overflow: hidden;
	background: url("../img/img_logo_black.png") no-repeat;
}

#about .close-button {
	display: none;
	position: absolute;
	left: 744px;
	top: 6px;
	width: 32px;
	height: 37px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url("../img/btn_close.png") no-repeat;
}

#about a:link {
	color: #ffffff;
	text-decoration: none;
}

#about a:hover {
	color: #aaaaff;
}

.page #about {
	margin: 100px auto;
}

.page #about #closeBtn {
	display: none;
}

/* footer */
#footerContainer {
	width: 100%;
	height: 33px;
	background: #ffffff;
}

footer {
	width: 1020px;
	margin: 0 auto;
	padding: 12px 0 0 0;
	position: relative;
}

footer #copyright {
	width: 335px;
	height: 13px;
	margin: 0 auto 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url("../img/txt_copyright.png");
}

footer #pageTopBtn {
	position: absolute;
	top: -10px;
	left: 1020px;
}

footer #pageTopBtn a {
	display: block;
	width: 72px;
	height: 43px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url("../img/img_menu.png") -1489px 0 no-repeat;
}

footer #pageTopBtn a:hover {
	background-position-y: -53px;
}

/* banner */
#bannerContainer {
	width: 100%;
	margin: 0;
	background: #eee;
}

#banner {
	width: 996px;
	padding: 10px 0px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: -.40em;
}

#banner:after {
	content: "";
	display: table;
	clear: both;
}

#banner div {
	width: 468px;
	display: inline-block;
	letter-spacing: normal;
}

#banner div a {
    transition: 0.4s;
}

#banner div a:hover {
    opacity: 0.5;
}

#banner div:last-child {
    margin-left: 14px;
}

/*\*/
a {
	overflow: hidden;
}

/**/

/*# sourceMappingURL=master.css.map */
