@charset "utf-8";
/*
Theme Name: theme_items
Theme URI: 
Description: theme_items
Version: 1.0
Author: 
Author URI: 
Tags: 
*/

.related_post_title {
}
ul.related_post {
}
ul.related_post li {
	height:310px;
}
ul.related_post li a {
	font-weight:bold;
	font-size:110%;
}
ul.related_post li img {
	border:none;
}

.related_post li.first-line {
	border-top: solid 4px #000;
}
.related_post li.last {
	border-right: solid 4px #000;
}
.wp_rp_publish_date {
	color:#005bac;
	padding:3px 0px 0px 15px;
	font-size:13px;
	font-weight:bold;
}

/* 零戦ダンボー動画紹介 */

.zerosen_danboard {
	width:884px;
	margin:50px auto;
	color:#fff;
	font-size:13px;
	line-height:160%;
	background-color:#000;
}
.zerosen_danboard_bg {
	padding:26px 0 40px 0;
	background:url(/img/items/zerosen_danboard_bg.jpg) no-repeat center bottom;
}
.zerosen_danboard_title {
}
.zerosen_danboard .boxL {
	width:364px;
	margin-left:60px;
	float:left;
}
.zerosen_danboard .boxR {
	float:left;
	width:394px;
	margin-left:40px;
}
.zerosen_danboard .txt {
	margin: 0 0 10px 0;
}
.zerosen_danboard .thumb {
	margin: 0 0 0px 0;
}
.zerosen_danboard .btns {
	margin: 0px 0 0 63px;
}
.zerosen_danboard .btns li {
	float:left;
	margin: 0px 25px 15px 0;
}
.micron_m {
	float:left;
}

/* SNSシェア */
.box_share {
	width:100%;
	margin:30px auto;
}

.box_share .insta {
	width:640px;
	float:left;
}
.box_share .twitter {
	width:530px;
	float:right;
}
.box_share .head{
	color:#fff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding:10px;
	text-align:center;
	margin: 10px auto;
}
.box_share a:link,
.box_share a:visited {
	text-decoration:underline;
	color:#fff;
}
.box_share a:hover {
	 text-decoration:none;
}
.box_share .insta .head {
	margin-right:8px;
}
.box_share .insta .head,
.box_share .insta .btn_share a {
	background-color:#A27A5E;
}
.box_share .twitter .head,
.box_share .twitter .btn_share a {
	background-color:#0295F3;
}
.twitter_inner {
	min-height:540px;
}
.box_share .btn_share a:link,
.box_share .btn_share a:visited{
	text-decoration:none;
	color:#fff;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding:20px;
	text-align:center;
	margin: 10px auto;
	width:322px;
	display:block;
	font-size:130%;
	font-weight:bold;
}

/* 2017.11.28追記 カプセルQ販売場所 */
.shoplist_open {
	float: left;
	position: relative;
	width: 531px;
	height: 72px;
	margin: 0 auto 25px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
}
.shoplist_open .Qbtn_off,
.shoplist_open .Qbtn_on {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 72px;
}
.shoplist_open:hover img.Qbtn_off {
	display: none;
}

.modal_capsuleQ {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 60px;
	background: rgba(0,0,0,.2);
	z-index: 200;
	cursor: pointer;
}
.modal_capsuleQ > a {
	display: block;
	width: 100%;
	height: 100%;
}
.modal_capsuleQ_inner {
	position: relative;
	width: 950px;
	margin: auto;
	padding: 20px;
	background: #fff;
	cursor: auto;
}

.shoplist_close_buton {
	display: inline-block;
	margin-bottom: 20px;
	padding: .5em 1em;
	background: #c3d600;
	border: 2px solid #c3d600;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
}
.shoplist_close_buton:hover {
	background: #fff;
	color: #c3d600;
	text-decoration: none!important;
}

.modal_capsuleQ iframe {
	width: 950px;
	height: 560px;
}

/* 2018.05.07追記 カプセルQとは */
.capsuleq_btn {
	width: 1083px;
	margin: auto;
}
.about_open {
	float: left;
	position: relative;
	width: 531px;
	height: 72px;
	margin: 0 20px 0 0;
	cursor: pointer;
}
.about_open .Qbtn_off,
.about_open .Qbtn_on {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 72px;
}
.about_open:hover img.Qbtn_off {
	display: none;
}
.modal_cq_about {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 60px;
	background: rgba(0,0,0,.2);
	z-index: 200;
	cursor: pointer;
}
.modal_cq_about > a {
	display: block;
	width: 100%;
	height: 100%;
}
.modal_cq_about_inner {
	width: 950px;
	margin: auto;
	padding: 20px;
	background: #fff;
	cursor: auto;
}
.modal_cq_about_fix {
	overflow-y: scroll;
	height: 500px;
}
.modal_cq_about_bk {
	padding: 30px;
	background: #333;
}
.cq_about_lead {
	font-size: 15px;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #fff;
}
.cq_about_lead + p {
	margin: 36px 0 0;
}
.cq_about_lead span {
	font-size: 22px;
	color: #c3d601;
}
.cq_about_image {
	margin: 48px 0 0 13px;
}
.cq_about_image li {
	float: left;
}
.cq_about_image li + li {
	margin: 0 0 0 30px;
}
.cq_about_image li:nth-child(2) {
	margin: 0 0 0 20px;
}


/* 2019.02.19追記 assembleborg-nexusページ、MVにバナーを追加 */
#items .brandTop .wrapper .comment .bnr01 {
	position: absolute;
	bottom: 20px;
	right: 20px;
}