@charset "utf-8";

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
* {
	border: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-decoration: none;
	box-sizing: border-box;
}
body {
	font-size: 62.5%;
}
a,
label {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
a:hover,
label:hover {
	opacity: 0.5;
}


#page {
	width: 950px;
	background-color: #FFF;
	padding: 20px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	margin: 0px auto;
}

#kotei_tweet {
	display: none;
}
@media(max-width:949px) {
	#page {
		width: 100%;
		padding: 5px;
	}
	#kotei_tweet {
		display: block;
	}
}
.contentsBox#twitter {
	/* height: 1030px; */
	height: 2030px;
}
.contentsBox .title {
	height: 70px;
	line-height: 30px;
	font-size: 1.4rem;
	position: relative;
	z-index: 1;
}
@media(max-width:949px) {
	.contentsBox .title {
		font-size: 1.0rem;
	}
}
/*
.contentsBox .title .btArea {
	width: 100%;
	position: absolute;
	z-index: 2;
	right: 2px;
	top: 2px;
}
*/
.contentsBox .title input[type=checkbox] {
	display: none;
}
.contentsBox .title label {
	display: block;
	cursor: pointer;
	font-weight: bold;
	font-size: 0.8rem;
	text-align: center;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border: solid 2px #666666;
	border-radius: 13px;
	position: absolute;
	z-index: 2;
	right: 2px;
	top: 2px;
}
.contentsBox .title label:before {
	content: "＋";
}
.contentsBox .title input[type=checkbox]:checked + label:before {
	content: "－";
}
.contentsBox .title ul {
	display: block;
	position: absolute;
	z-index: 3;
	top: 40px;
	right: 10px;
	left: 10px;
	/*
	width: 0px;
	*/
	background: rgba(0,0,0,0.6);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 5px;
}
.contentsBox .title li {
	display: block;
	font-size: 0;
	float: left;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	height: 0px;
	overflow: hidden;
}
.contentsBox .title input[type=checkbox]:checked + label + ul {
	padding: 5px;
}
.contentsBox .title input[type=checkbox]:checked + label + ul li {
	height: auto;
	padding: 3px;
	text-align: center;
	/*
	border: dashed 1px #FFFFFF;
	border-bottom: none;
	border-left: none;
	*/
}
@media(min-width:950px) {
	.contentsBox .title input[type=checkbox]:checked + label + ul li {
		width: 20%;
	}
	/*
	.contentsBox .title input[type=checkbox]:checked + label + ul li:nth-child(5n) {
		border-right: none;
	}
	.contentsBox .title input[type=checkbox]:checked + label + ul li:nth-child(-n+5) {
		border-top: none;
	}
	*/
}
@media(max-width:949px) {
	.contentsBox .title input[type=checkbox]:checked + label + ul li {
		width: 50%;
	}
	/*
	.contentsBox .title input[type=checkbox]:checked + label + ul li:nth-child(2n) {
		border-right: none;
	}
	.contentsBox .title input[type=checkbox]:checked + label + ul li:nth-child(-n+2) {
		border-top: none;
	}
	*/
}
.contentsBox .title li a {
	display: block;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 1.0rem;
	border-radius: 3px;
	background: rgba(0,0,0,0.6);
}
.contentsBox .title li a:hover {
	background: #C00;
	opacity: 1.0;
}

.contentsBox .title .twitter_link {
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2rem;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	background: #06F;
	text-align: center;
	padding: 0px 5px;
	border-radius: 5px;
	margin: 5px;
}