@charset "utf-8";


/**************************************************50
 * bbs
 **************************************************/
#bbs > p.serif{
	font-size: 112.5%;
}
#bbs .list_note{
	font-size: 87.5%;
}
#bbs .pager{
	margin-top: 30px;
}
#bbs hr{
	margin: 0 0 0 200px;
}
#bbs > div > .link_box_blue{
	margin-top: 30px;
}
.bbs_box{
	margin-top: 50px;
}
.bbs_box figure{
	padding: 30px;
	position: relative;
}
.bbs_box figure:after{
	clear: both;
	content: "";
	display: block;
}
.bbs_box figure.thread{
	background-color: #E8F6FF;
}
.bbs_box figure.response{
	margin-left: 200px;
}
.bbs_box figure > div{
	float: left;
	width: 80px;
}
.bbs_box figure > div img{
	width: 100%;
}
.bbs_box figure > figcaption{
	float: right;
	width: -webkit-calc(100% - 80px - 20px);
	width: calc(100% - 80px - 20px);
}
.bbs_box figure > figcaption h2,
.bbs_box figure > figcaption h3{
	font-size: 187.5%;
	line-height: 1.2;
	position: relative;
}
.bbs_box figure > figcaption h2 b{
	color: #6482DD;
}
.bbs_box figure > figcaption h2 [class^="bbs_contributor_"],
.bbs_box figure > figcaption h3 [class^="bbs_contributor_"]{
	background-color: #FFFFFF;
	border-style: solid;
	border-radius: 10px;
	border-width: 1px;
	font-size: 50%;
	height:24px;
	line-height:22px;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 130px;
}
.bbs_box figure > figcaption h2 .bbs_contributor_1,
.bbs_box figure > figcaption h3 .bbs_contributor_1{
	border-color: #6482DD;
	color: #6482DD;
}
.bbs_box figure > figcaption h2 .bbs_contributor_2,
.bbs_box figure > figcaption h3 .bbs_contributor_2{
	border-color: #FF0000;
	color: #FF0000;
}
.bbs_box figure > figcaption time{
	position: absolute;
	top: 20px;
	right: 30px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bbs_box figure > figcaption > span{
	color: #6482DD;
	font-size: 75%;
	position: absolute;
	top: 20px;
	right: 160px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bbs_box figure > figcaption hr{
	margin: 10px 0 !important;
}
.bbs_box > [id^="thread_"]{
	display: none;
}
.bbs_btn{
	text-align: right;
}
.bbs_btn .btn_slide{
	background-color: #FFFFFF;
	border: 1px solid #6482DD;
	color: #6482DD;
	height: 60px;
	line-height: 58px;
	margin: 30px 0 0 20px;
	width: 240px;
}
.bbs_btn .btn_slide:after{
}
.bbs_btn .link_box_blue{
	margin: 30px 0 0 20px !important;
	width: 240px;
}


/**************************************************50
 * bbs form
 **************************************************/
#bbs_form > p{
	padding: 0 20px;
}
#bbs_form > .list_note{
	font-size: 87.5%;
	margin-bottom: 30px;
	padding: 0 20px;
}
#bbs_form table tr td .bbs_icon{
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	width: 80px;
}
#bbs_form table tr td .bbs_icon:before{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	content: "\f132";
	color: #6482DD;
	font-size: 30px;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: -5px;
	left: -5px;
	transition: opacity 0.2s ease-out 0s;
	z-index: 2;
}
#bbs_form table tr td .bbs_icon:after{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	content: "";
	display: block;
	padding-top: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: border-color 0.2s ease-out 0s;
	width: 100%;
	z-index: 0;
}
#bbs_form table tr td .bbs_icon.selected:before{
	opacity: 1;
}
#bbs_form table tr td .bbs_icon.selected:after{
	border-color: #6482DD;
}
#bbs_form table tr td .bbs_icon img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
	position: relative;
	width: 100%;
	z-index: 1;
}
#bbs_form table tr td .bbs_icon:hover img,
#bbs_form table tr td input[type="radio"]:checked + img{
	opacity: 0.7;
}
#bbs_form #captcha_img{
	margin-right: 20px;
}
#bbs_form input[name="captcha_code"]{
	margin-left: 0.5em;
	text-align: center;
	vertical-align: middle;
	width: 6em;
}
#bbs_form .error_notice + #captcha input[name="captcha_code"]{
	background-color: #FFEBEE;
	border-color: #F44336 !important;
}
#bbs_form .btn_reload{
	background-color: #212121;
	font-size: 87.5%;
	height: 24px;
	line-height: 24px;
	width: 110px;
}
#bbs_form .btn_reload:before{
	content: "\F6EA";
}
#bbs_btn{
	text-align: center;
}
#bbs_form #bbs_btn .link_box_blue{
	margin-top: 0 10px;
	width: 240px;
}
#bbs_form .error,
#bbs_form .success,
#bbs_form .failed{
	margin: 20px;
}
#bbs_form .btn_back{
	background-color: #E8F6FF;
	color: #6482DD;
}


