@charset "utf-8";

/* ************************************************
Only PC Style Setting
※SPのみの設定→style_sp.css
************************************************ */

/* ---------------------------------------
--------------------------------------- */

/* IE only */
@media all and (-ms-high-contrast: none) {
}

/*Chrome & Opera only */
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
}

/* ---------------------------------------
Header Setting
--------------------------------------- */
#header_wrap {
	position: fixed;
	top: 0;
	width: 100%;
	min-width: 1024px;
	z-index: 9999;
}
/* #header_wrap {
	margin: 0 auto;
	padding: 15px 0 20px;
	background: url("./images/parts/logo.png") no-repeat, rgba(0, 0, 0, 0.8);
	background-position: 50% 50%;
	background-size: auto 80%;
} */
#header_wrap {
	margin: 0 auto;
	padding: 15px 0 20px;
	background: rgba(0, 0, 0, 0.8);
}
#header {
	width: 1024px;
}
#header ul {
	display: flex;
	align-items: center;
}

#header li.hdmenu {
	display: block;
	/* width: 10%;
	float: left; */
	margin-right: 8px;
}
#header li.hdlogo {
	display: block;
	/* width: 20%;
	float: left; */
	min-width: 180px;
	margin-right: 7px;
	background-image: url("./images/parts/logo.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	margin-top: -5px;
}
#header li.hdmenu a {
	color: #a09d9d;
	font-size: 15px;
	display: block;
	position: relative;
	/* top: 25px; */
	font-weight: bold;
	letter-spacing: 0;
	padding: 17px 5px;
}
#header li.hdlogo a {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	padding: 18px 17px 17px;
}
#header li.hdlogo h1 {
	width: 100%;
	display: block;
}
#spmenu,
#spheader {
	display: none;
	visibility: hidden;
}

/* ---------------------------------------
Sidebar Setting
--------------------------------------- */
#side_wrap {
	width: 20%;
	float: left;
	margin-top: 7px;
}
.widgettitle {
	font-size: 20px;
	letter-spacing: 1px;
}
#single #side_wrap {
	margin-top: 28px;
}
/* ---------------------------------------
Main Setting
--------------------------------------- */
#main_wrap {
}

#single {
	margin-top: 90px !important;
}
#blog {
	width: 1024px;
	margin: 60px auto;
}
#blog_mainblock {
	width: 75%;
	float: right;
	text-align: left;
	margin-top: 20px;
	line-height: 30px;
}

/* 共通 */
#one_subtext {
}
#three h2,
#four h2,
#five h2,
#six h2,
#seven h2,
#eight h2,
#nine h2,
#ten h2 {
	font-size: 35px;
	line-height: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#three h3,
#four h3,
#five h3,
#six h3,
#seven h3,
#eight h3,
#nine h3,
#ten h3 {
	font-size: 35px;
	line-height: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#three p.subtitle,
#four p.subtitle,
#five p.subtitle,
#six p.subtitle,
#seven p.subtitle,
#eight p.subtitle,
#nine p.subtitle,
#ten p.subtitle {
	display: block;
	margin: 10px 0 0;
	padding: 0;
	font-size: 25px;
	font-weight: bold;
}

#one {
	height: auto;
}
#one h2 {
	font-size: 60px;
	font-weight: normal;
	margin-top: 10px;
}
#one div.ct_innner {
	padding: 200px 0 40px;
}

div.ct_innner {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	padding: 50px 0 0;
}
.threect div p:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.float_twoct div.floatleft {
	display: block;
	width: 50%;
	float: left;
}
.float_twoct div.floatright {
	display: block;
	width: 50%;
	float: right;
	text-align: left;
}

/* 一覧 */
.archive_box:nth-child(3n) {
	margin-right: 0;
}

/* Top Page */
#toppage #one {
	height: 500px;
}
#toppage #two {
	margin: 0 0 50px;
	padding: 0;
}
#toppage #two h2 {
	font-size: 30px;
}
#toppage #blog_mainblock {
	margin-top: 0;
}
.staffblock {
	width: calc((100% - 3%) / 2);
	float: left;
	margin-right: 3%;
}
.staffblock p:nth-child(2) small {
	font-size: 90%;
	letter-spacing: -0.01em;
}
.staffblock:nth-child(2n + 1) {
	margin-right: 0;
}
.staffblock p:first-of-type {
	width: 30%;
}
.staffblock p:last-of-type {
	width: 70%;
}
#toppage #three h2 {
	font-size: 30px;
}

/* ---------------------------------------
Single Setting
--------------------------------------- */
.entry-header {
	word-break: break-all;
}
.entry-content {
}
.post_info {
	text-align: right;
	color: #999;
	font-size: 13px;
	line-height: 18px;
}
.post_info a {
	text-decoration: none;
	color: #999;
}
.post_info p {
	display: inline-block;
	margin-left: 5px;
}
.post_cat {
	border: solid 1px #999;
	border-radius: 10px;
	padding: 3px 10px;
}
.post_cat:hover {
	border: solid 1px #666;
}

.padSection {
	margin-top: 50px !important;
}
.padSection ul li span.postImage {
	height: 165px;
	width: 165px;
	overflow: hidden !important;
	boder: none;
	background: rgba(255, 255, 255, 1);
}
#latestEntries li.thumbnailBox .postImage a {
	border: none !important;
	text-align: center;
	margin: 0 auto;
}
.padSection ul li img {
	display: block;
	text-align: center;
	margin: 0 auto;
	height: 165px !important;
	width: auto !important;
	max-width: inherit;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.padSection .padTitle {
	word-break: break-all;
}

/* align */
.alignnone {
	display: inline-block;
	margin: 0 auto;
	text-align: inherit;
	float: none;
}
.alignleft {
	display: inline-block;
	margin: 0;
	text-align: left;
	float: left;
	padding: 0 10px 0 0;
	justify-content: flex-start;
}
.alignright {
	display: inline-block;
	margin: 0;
	text-align: right;
	float: right;
	padding: 0 0 0 10px;
	justify-content: flex-end;
}
.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
	float: none;
	clear: both;
	justify-content: center;
}

/* ---------------------------------------
Footer Setting
--------------------------------------- */
#footer_wrap {
}
