@charset "utf-8";


textarea{
	width: 90%;
	height: 200px;
}

.clear{
	clear: both;
}

.video-header{
	display: none;
	padding: 10px;
	background-color: #c13133;
}

.video-header img{
	width: 80%;
	max-width: 640px;
}

@media screen and (max-width: 720px) {
	.video-header img{
/*		max-width: 150px;*/
	}
}

.timeline-base{
	background-color: #dcdee3;
	padding: 0% 3%;
	text-align: center;
}

@media screen and (max-width: 720px) {

	.video-header{
		padding:5px;
	}
	.timeline-base{
		padding: 0%;
	}

}

.timeline-base-innner{
	width: 1000px;
	max-width: 1000px;
	margin: auto;
}

@media screen and (max-width: 720px) {
	.timeline-base-innner{
		width: auto;
	}
}




.ouen-button{
	background-color: #C13133;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	padding: 10px;

}

.support-all{
	padding: 10px 5px;
	background-color: #f8dbdd;
	box-sizing: border-box;
	width: 100%;
}

.support-header{
	color: #C13133;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	border: 0px solid white;
	padding: 5px;

}

@media screen and (max-width: 720px) {
	.support-header{
		font-size: 18px;
	}

}

.support-description{
	text-align: left;
	color: #666;
	padding-left: 10px;
	font-size: 13px;
}

.support-content{
	text-align: center;
}

.support-content-inner{
	border: 0px solid white;
	display: inline-block;
	margin: 0px auto;
	text-align: center;
}



.support-content-el{
	border: 1px solid #999;
	display: inline-block;
	float: left;
	margin: 5px;
	width: 290px;
	height: 220px;
	background-color: #fff;
	position: relative;
/*	overflow: hidden;	*/
}

.support-content-el .title{
	font-size: 12px;
	font-weight: normal;
	height: 34px;
	line-height: 1.2;
	padding: 3px;
}

.support-content-el .fb-like-outer{
	padding: 5px 10px;
}

.support-content-el .image img{
	max-width: 95%;
	max-height: 105px;
}
.support-content-el-clear{
	clear: both;
}

@media screen and (max-width: 720px) {

	.support-content-inner{
		display: inline-block;
	}

	.support-content-el{
		display: inline-block;
		float: none;
	}

	.support-content-el-clear{
		display: block;
		clear: both;
	}

}



.share-button{
	margin: 0px auto;
	border: 1px solid white;
	background-color: #fff;
	padding: 5px 0px;
}

.share-button *{
	color: #fff;
	font-size: 20px;
}


.share-button .sg-like{
	width: 80px;
}

.share-button img{
	max-width: 28px;
	max-height: 28px;
	display: inline-block;
}


.share-button>.t{
	width: 100%;
		table-layout: auto;
}

.share-button>.t>.r>.d .d{
	vertical-align: middle;
	padding: 2px;
/*	white-space: nowrap;*/
}

@media screen and (max-width: 720px) {
	.share-button>.t{
		width: 100%;
	}

	.share-button>.t>.r>.d{
/*		padding: 3px 3px;*/
		vertical-align: middle;
	}

}


@media screen and (max-width: 720px) {
	.share-button img{
		max-width: 20px;
		max-height: 20px;
	}
}

@media screen and (max-width: 720px) {
	.share-button *{
		color: #fff;
		font-size: 15px;
	}
}
.share-button-facebook{
	background-color: #2d2d99;
	color: inherit;
	font-size: inherit;
	padding: 10px 0px;
	text-decoration: none;
}


.share-button-twitter{
	background-color: #4ca5ff;
	color: inherit;
	font-size: inherit;
	padding: 10px 0px;
	text-decoration: none;
}

.group-name{
	font-weight: bold;
	font-size: 18px;
	color: #999;
	background-color: #fff;
	margin: 0px auto;
	border: 1px solid white;
}



.media-box-title{
	display: block;
	text-align: left;
	margin: 0px auto;
	background-color: #fff;
/*	border: 1px solid;*/
	border-top-width: 0px;
	border-bottom-width: 0px;
/*	border-color: #e5e6e9 #dfe0e4 #d0d1d5 #dfe0e4;*/
	padding: 5px 10px;
	position: relative;
	z-index: 0;
}


.media-box-content{
	display: block;
	text-align: center;
	margin: 0px auto;
	background-color: #fff;
/*	border: 1px solid;*/
	border-top-width: 0px;
	border-bottom-width: 0px;
/*	border-color: #e5e6e9 #dfe0e4 #d0d1d5 #dfe0e4;*/
/*	padding: 5px 10px;*/
	position: relative;
}


.media-box-header{
	background: #fff;
/*	border: 1px solid;*/
	border-bottom-width: 0px;
/*	border-color: #e5e6e9 #dfe0e4 #d0d1d5 #dfe0e4;*/
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
/*	margin: 10px auto 0px auto;*/
	padding: 7px;
}

.media-box-footer{
	background: #fff;
/*	border: 1px solid;*/
	border-top-width: 0px;
/*	border-color: #e5e6e9 #dfe0e4 #d0d1d5 #dfe0e4;*/
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
/*	margin: 0px auto 30px auto;*/
	padding: 7px;
}


.media-box-title h2{
	padding: 0px 5px;
	font-size: 34px;
	text-align: center;
}

.media-box-title h2 a{
	display: block;	
	margin: auto;
	text-decoration: none;
	color: #000;
	text-align: left;
}

@media screen and (max-width: 720px) {
	.media-box-title h2{
		font-size: 20px;
	}
}

@media screen and (max-width: 720px) {
	.media-box{
		padding-right: 2px;
		padding-left: 2px;
	}
}

.block-short-code-bl-bridge-header{
	font-size: 22px;
	padding: 10px 0px;
	text-align: left;
}

.block-short-code-bl-bridge-header strong{
	color: #c13133;
}
@media screen and (max-width: 720px) {
	.block-short-code-bl-bridge-header{
		font-size: 16px;
	}
}

.media-box-content .youtube iframe{
	border: 1px solid #999;
/*
	max-width: 900px;
	max-height: 480px;
	*/
}

@media screen and (max-width: 720px) {
	.media-box-content .youtube iframe{
		max-height: 240px;
	}

}
.video-thumbnails-outer{
	text-align: center;
	display: block;
}
.video-thumbnails-inner{
	text-align: center;
	margin: auto;
	display: inline-block;
}

.video-thumbnail-item{
	width: 300px;
	float: left;
	padding: 20px 5px;
	border: 1px solid #ececec;
	margin: 5px auto;
	background-color: #fcfcfc;
	position: relative;

}

@media screen and (max-width: 720px) {
	.video-thumbnail-item{
		padding: 10px 2px;
		margin: 5px auto;
	}
}

.video-thumbnail-item *{
	text-decoration: none;
}


.video-thumbnail-item .group-tag{
	display: inline-block;
	color: #999;
	font-weight: bold;
	line-height: 1.0;
	font-size: 12px;
	border-radius: 3px;
	padding: 2px 5px;
	white-space: nowrap;
	margin: 5px auto;
/*	max-width: 300px;
	overflow: hidden;*/
}

.video-thumbnail{
	height: 170px;
}
.video-thumbnail img{
	max-width: 95%;
	max-height: 170px;
}

.video-thumbnail-title{
	height: 40px;
	line-height: 1.2;
	padding: 3px;
}

.popular-tag{
	display: inline-block;
	background-color: #c13133;
	padding: 5px;
	font-size: 24px;
	color: #fff;
}

@media screen and (max-width: 720px) {
	.popular-tag{
		font-size: 20px;
	}

}

.look-detail-button{
	text-align: center;
	color: #fff;
	margin: 15px auto;
	display: block;
	width: 60%;
	padding: 15px;
	font-size: 20px;
	background-color: #C13133;
	text-decoration: none;
}

.fb_page_like{
	font-size: 18px;
	padding: 3px;
/*	font-weight: bold;*/
}

@media screen and (max-width: 720px) {
	.fb_page_like{
		font-size: 13px;
	}
}

.about-gooddo{
	padding: 5px;
	font-size: 12px;
}


.search-form{
	display: block;
	text-align: center;
	padding: 10px 0px;
}

.search-form-inner{
	display: block;
	width: 60%;
	margin: auto;
}

@media screen and (max-width: 720px) {
	.search-form-inner{
		width: 90%;
	}
}

.search-form input[type=text]{
	display: inline-block;
	width: 65%;
	min-height: 30px;
	margin: 0px;
	padding: 2px;
	font-size: 18px;
}

.search-form input[type=submit]{
	display: inline-block;
/*	width: 20%;*/
	min-height: 36px;
	margin: 0px;
	padding: 2px 5px;
	font-size: 18px;

	-webkit-appearance: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px solid #c13133;
	cursor: pointer;
	background-color: #c13133;
	color: #fff;

}

.paging-t{
	border-collapse: separate;
	border-spacing: 4px;
}

.paging-d{
	width: 22px;
	height: 22px;
	color: #000;

}
.paging-d a{
	color: #333;
	text-decoration: none;
}
.paging-current{
	background-color: #c13133;
	color: #fff;
}
.paging-first{
	background-color: #eee;

}
.paging-last{
	background-color: #eee;

}
.paging-etc{
	background-color: #eee;

}
.paging-prev a{
	color: #c13133;	
}
.paging-next a{
	color: #c13133;

}

.block-short-code-bl-bottom-contents{
/*	width: 1000px;
	max-width: 1000px;
	margin: auto;
	background-color: #f00;*/
}

.support-content-el-gooddo{
/*	background-color: #00f;*/
	
}

