@charset "UTF-8";
/* ==================================================
email
================================================== */


.photo_area {
	float:left;
}

.photo_area img {
	width:300px;
}

.dialy_area {
	padding:0 0 0 30px;
	overflow: hidden;
	text-align:left;
}


/*BBS*/

.caution {
	width:60%;
	margin:60px auto 10px;
}

.caution li{
	text-align:left;
	list-style:circle;
}

.caution li a{
	color:#fff;
}

#Comment_box {
	background-color:#fff;
	margin:0 auto 10px;
	width:80%;
	padding: 60px;
}

.back_to_top {
	margin:60px auto 100px;
	text-align: center !important;
}

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

	.photo_box {
	  display:flex;
	  flex-direction: column;
	}

	.dialy_area {
		width:92%;
		margin:0 auto 20px;
		padding:0;
		order:1;
}

	.photo_area {
    order:2;
		margin:0 auto 10px;
	}


	/*BBS*/

	.caution {
		width:80%;
		margin:60px auto 10px;
	}

	.caution li{
		text-align:left;
		list-style:circle;
	}

	.caution li a{
		color:#fff;
	}

	#Comment_box {
		margin:0 auto 10px;
		width:90%;
		padding: 5px;
	}

}


#gigyaComments-comments div.gig-comments-comment {
    background-color: #000;
}

div.gig-comments-comment-body {
    color: #cccccc !important;
}

#gigyaComments #gigyaComments-comments .gig-comments-comment-child .gig-comments-commentData .gig-comments-comment-body {
    color: #333 !important;
}