@charset "utf-8";
/* CSS Document */
/*img[src*="_pc"] {display: block;}
img[src*="_sp"]  {display: none;}*/

.pc_image img {
	display: block!important;
}
.sp_image img {
	display: none!important;
}
a[href*="https://line.me/ti/p/%40baitoru"] {
	display: none !important;
}
.pink {
	background: #ff00cd;
	font-weight: bold;
	padding: 2px 5px 0px;
	color: #fff!important;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-right: 5px;
}
.orange {
	background: #f72;
	font-weight: bold;
	padding: 2px 5px 0px;
	color: #fff!important;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-right: 5px;
}
.green {
	background: #090;
	font-weight: bold;
	padding: 2px 5px 0px;
	color: #fff!important;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-right: 5px;
}
.blue {
	background: #066ccf;
	font-weight: bold;
	padding: 2px 5px 0px;
	color: #fff!important;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-right: 5px;
}
.purple {
	background: #a442d1;
	font-weight: bold;
	padding: 2px 5px 0px;
	color: #fff!important;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-right: 5px;
}
.red {
	background: #de0909;
	font-weight: bold;
	padding: 2px 5px 0px;
	color: #fff!important;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-right: 5px;
}
.mt {
	margin-top: 50px;
}
.mb {
	margin-bottom: 50px;
}
#contents section article > div > div .txt {
	margin-bottom: 20px;
}
#contents section article .pt01 h3 {
	margin-top: 50px;
}
#contents section article a {
	color: #0A88F3;
	display: inline;
}
#contents section article .pt01 .profile {
	font-size: 12px;
	line-height: 1.4;
	background: #eee url(../../files/user/boms/pc/contents/geki/images/geki_logo.png) no-repeat bottom right;
	padding: 10px;
	margin-bottom: 20px;
}
#contents section article .pt01 .profile:after {
	content: '';
	clear: both;
	display: block;
}
#contents section article .pt01 .profile h3 {
	background: #000;
	color: #fff;
	font-weight: normal;
	border: none;
	width: 99%;
	margin: 0 auto 10px;
	line-height: 27px;
	padding: 2px 0 0 8px;
	font-size: 16px;
	text-align: center;
}
#contents section article .pt01 .profile .p01 {
	margin: 0 0 20px;
}
#contents section article .pt01 .profile .pt01 {
	font-size: 12px;
	line-height: 1.4;
	padding: 0;
	margin: 0;
}
#contents section article .pt01 .profile .pt01 .p01 {
	float: left;
	margin: 0 10px 0 0;
}
#contents section article .pt01 .profile .pt01 .p01 img {
	margin: 0;
	max-width: 100%;
}
#contents section article .pt01 .ul01:after {
	content: '';
	clear: both;
	display: block;
}
#contents section article .pt01 .ul01 li {
	float: left;
	box-shadow: 1px 1px 1px #ccc;
	margin-right: 3%;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}
#contents section article .pt01 .appendix {
	background: #F0F0F0;
	background-color: #fff;
	background-image: -webkit-linear-gradient(-45deg, #eee 25%, transparent 25%, transparent 50%, #eee 50%, #eee 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #eee 25%, transparent 25%, transparent 50%, #eee 50%, #eee 75%, transparent 75%, transparent);
	background-size: 5px 5px;
	margin-top: 60px;
	padding-bottom: 5px;
}
#contents section article .pt01 .appendix h3 {
	background: #f00;
	color: #fff;
	padding: 5px;
}
#contents section article .pt01 .appendix h3 + p {
	padding: 0 10px;
}
#contents section article .pt01 .appendix dl {
	padding: 0 10px 20px;
}
#contents section article .pt01 .appendix dl dt {
	font-weight: bold;
}
#contents section article .pt01 .appendix dt {
	color: #167ac6;
}
#contents section article .pt01 .ul01 li img {
	max-width: 100%;
	margin: 0;
}
#contents section article .pt01 .appendix img {
	max-width: 100%;
	margin: 10px auto;
	display: block;
}
#contents section article .pt01 .appendix p.btn {
	margin: 0 10px;
}
#contents section article .pt01 .appendix p.btn a {
	display: block;
	cursor: pointer;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #53af25;
	border-radius: 5px;
	box-shadow: 0 3px 0 #3C801A, 0 5px 0 rgba(0,0,0,0.2);
	-ms-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 20px;
	letter-spacing: 0.04em;
}
#contents section article .pt01 .appendix p.btn a:hover {
	box-shadow: 0 2px 0 #3C801A, 0 3px 0px rgba(0,0,0,0.2);
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
#contents section article .chumokuartist-archive h3 + .ul01 li:first-child {
	border-top: 1px dotted;
}
#contents section article .chumokuartist-archive .ul01 li {
	line-height: 40px;
	font-size: 16px;
	border-bottom: 1px dotted;
	float: none;
	box-shadow: none;
	width: 100%;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

/*スマホ用追加設定*/
@media screen and (min-width:620px) {
#contents section article .pt01 .appendix h3 + p {
	text-align: center;
}
}

@media screen and (min-width:620px) {
#contents section article .pt01 .appendix dl {
	text-align: center;
}
}

@media screen and (min-width:620px) {
#contents section article .pt01 .appendix dl {
	text-align: center;
}
}
