@charset "UTF-8";
/* CSS Document */

/* 共通 */

#gadget * {
	margin:0;
	padding:0;
    line-height:1.7;
}

#gadget {
    padding:0 0;
}

#gadget .soon {
	text-align: center;
	padding:30px 0;
	font-size:30px;
	font-weight:bold;
	color:#ffffff;
}

#gadget .content_all {
	overflow:hidden;
}

#gadget .comment_cont_box {
	text-align: center;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
}

#gadget .comment_cont_box .comment_cont span {
	font-weight: 700;
	font-size:36px;
	color:#ffffff;
}

#gadget .comment_cont_box .comment_cont br {
	display:none;
}

#gadget #more {
	font-size:18px;
	text-align:center;
}

#gadget #more_out {
	text-align:center;
	padding:30px 100px 0 100px;
}

#gadget .send {
	padding-top:10px;
}

#gadget .send a,
#gadget #more_out #more {
	font-size:20px;
	line-height:50px;
	width:200px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	background:#ffffff;
	margin: 0 auto 10px;
	padding:5px 0;
	letter-spacing: 0.05em;
	text-decoration:none;
	transition:1.0s;
	font-weight: bold;
	color:#232323;
}

#gadget .send a:hover,
#gadget #more_out #more:hover {
	opacity:0.5;
}

#gadget .type_box {
	overflow:hidden;
	margin:0 auto;
	padding:15px 0 0 0;
}

#gadget .type {
	margin:0 5px 10px 5px;
	width:calc(50% - 10px);
}

#gadget .type_in {
	overflow:hidden;
	background:#ffffff;
	box-sizing: border-box;
}

#gadget .type_in .title {
	padding:20px 7px 0 7px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

#gadget .type_in .img {
    background: url(../img/poster_loading.gif) center center no-repeat #333333;
    background-size:auto 50px;
	border-bottom:1px solid #cccccc;
	box-sizing: border-box;
}

#gadget .type_in .img img,
#gadget .type_in .video video {
	width:100%;
	display:block;
}

#gadget .type a {
	display:block;
	text-decoration:none;
	transition:1.0s;
}

#gadget .type a img:hover {
	opacity:1;
}

#gadget .type a:hover {
	opacity:0.5;
	text-decoration:none;
}

#gadget .type1 p,
#gadget .type2 p,
#gadget .type3 p {
	padding:15px 15px 5px 15px;
	text-indent:22px;
	font-size:16px;
	color:#232323;
}

#gadget .type1 p span,
#gadget .type2 p span,
#gadget .type3 p span {
	font-size:18px;
	font-weight:bold;
	color:#232323;
}

#gadget .type1 p {
	background:url(../images/avatar/icon_tw.jpg) no-repeat 15px 17px;
	background-size:15px 15px;
	text-align:left;
}

#gadget .type2 p {
	background:url(../images/avatar/icon_mail.jpg) no-repeat 15px 17px;
	background-size:15px 15px;
	text-align:left;
}

#gadget .type_date {
	padding:5px 15px 10px 15px;
	font-size:10px;
	text-align:right;
	color:#999999;
}


@media screen and (max-width:480px) {

/*	body {
		padding:30px 5%;
	}*/

	#gadget {
	    padding:0 0 20px 0;
	}

	#gadget .soon {
		text-align: center;
		padding:15px;
		font-size:16px;
		font-weight:bold;
	}

	#gadget .content_all {
		overflow:hidden;
	}

	#gadget .comment_cont_box .comment_cont {
		text-align: center;
		margin-bottom:10px;
		font-size:16px;
		font-weight:bold;
	}

	#gadget .comment_cont_box .comment_cont span {
		font-weight: 700;
		font-size:30px;
	}

	#gadget .comment_cont_box .comment_cont br {
		display:block;
	}

	#gadget #more {
		font-size:18px;
		text-align:center;
	}

	#gadget #more_out {
		text-align:center;
		padding:20px 10% 0 10%;
	}

	#gadget .send {
		padding-top:10px;
	}

	#gadget .send a,
	#gadget #more_out #more {
		font-size:16px;
		line-height:50px;
		width:180px;
		display: inline-block;
		text-align: center;
		cursor: pointer;
		background:#ffffff;
		margin: 0 auto 10px;
		padding:5px 0;
		letter-spacing: 0.05em;
		text-decoration:none;
		font-weight: bold;
	}

	#gadget .type_box {
		margin:0;
		overflow:hidden;
		width:auto;
	}

	#gadget .type {
		margin:0 0 10px 0;
		width:100%;
	}

	#gadget .type_in {
		overflow:hidden;
	}

	#gadget .type_in .title {
		padding:15px 10px 5px 10px;
		font-size:14px;
		font-weight:bold;
	}

	#gadget .type_in .img {
	    background: url(../img/poster_loading.gif) center center no-repeat #333333;
	    background-size:auto 20px;
		border-bottom:1px solid #cccccc;
	}

	#gadget .type_in .img img {
		width:100%;
	}

	#gadget .type a {
		display:block;
		text-decoration:none;
		transition:1.0s;
	}

	#gadget .type a img:hover {
		opacity:1;
	}

	#gadget .type a:hover {
		opacity:1;
		text-decoration:none;
	}

	#gadget .type1 p,
	#gadget .type2 p,
	#gadget .type3 p {
		padding:15px 10px 5px 10px;
		text-indent:22px;
		font-size:14px;
		word-break: break-all;
	}

	#gadget .type1 p span,
	#gadget .type2 p span,
	#gadget .type3 p span {
		font-size:16px;
		font-weight:bold;
	}

	#gadget .type1 p {
		background:url(../images/avatar/icon_tw.jpg) no-repeat 10px 15px;
		background-size:15px 15px;
	}

	#gadget .type2 p {
		background:url(../images/avatar/icon_mail.jpg) no-repeat 10px 15px;
		background-size:15px 15px;
	}

}
