#sidemenu_area5 {
	border: 1px solid #fff7bf;
	padding-left: 0px;
	background-image: url(../images/sidemenu_t_koe.jpg);
	background-repeat: no-repeat;
	padding-top: 35px;
	font-size: 0.8em;
	margin-bottom: 10px;
	background-color: #FFF7BF;
	padding-bottom: 10px;
}

ul.koe {
	width: 640px;
	margin: 0 auto;
}
ul.koe li {
	list-style: inside none none;
}
ul.koe li:nth-child(2n) {
	background: url(../images/left_face1.png) no-repeat;
	margin-bottom: 20px;

}
ul.koe li:nth-child(2n) p.koe_title{
	background: url(../images/left_face1.png) no-repeat;
	margin-bottom: 25px;
	padding: 30px 0 0px 170px;

}

ul.koe li:nth-child(2n) .koe_content p{
	background: url(../images/left_face2.png);
	padding-left: 170px;
	padding-right: 50px;

}
ul.koe li:nth-child(2n) .koe_end {
	background: url(../images/left_face3.png) no-repeat;
	height: 33px;
}

ul.koe li:nth-child(2n-1) {
	background: url(../images/right_face1.png) no-repeat;
	margin-bottom: 20px;
}
ul.koe li:nth-child(2n-1) p.koe_title{
	background: url(../images/right_face1.png) no-repeat;
	margin-bottom: 25px;
	padding: 30px 0 0px 20px;
}

ul.koe li:nth-child(2n-1) .koe_content p{
	background: url(../images/right_face2.png);
	padding: 0 170px 0 20px;
}
ul.koe li:nth-child(2n-1) .koe_end {
	background: url(../images/right_face3.png) no-repeat;
	height: 33px;
}

.post_date { display: none; }
.nickname { display: none; }

/***************************/
.chat-box:nth-child(2n-1) {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.chat-box:nth-child(2n-1) .chat-face {
	float: left;
	margin-right: -100px;
}
.chat-box:nth-child(2n-1) .chat-face img{
	border-radius: 10px;
	margin-top: 10px;
}
.chat-box:nth-child(2n-1) .chat-area {
    width: 100%;
    float: right;
}
.chat-box:nth-child(2n-1) .chat-hukidashi {
	display: inline-block;
	margin-left: 120px;
	margin-top: 8px;
	/* border: 1px solid gray; ©ν */
    border-radius: 10px;
	position: relative; /*ΗL*/
	background-color: #D9F0FF; /*ΗL*/
	width: 590px; /* 630©ηΟX */
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
/* «ΗL« */
.chat-box:nth-child(2n-1) .chat-hukidashi:after {
    content: "";
    position: absolute;
    top: 50%; left: -10px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #D9F0FF transparent transparent;
}
.someone {
    background-color: #BCF5A9;
}
.someone:after {
    border-color: transparent #BCF5A9 transparent transparent;
}


.chat-box:nth-child(2n) {
    width: 100%;
    height: auto;
    overflow: hidden; /*floatΜπ*/
    margin-bottom: 20px;
}
.chat-box:nth-child(2n) .chat-face {
    float: right; 
    margin-left: -120px; 
}
.chat-box:nth-child(2n) .chat-face img{
    border-radius: 10px;
		margin-top: 10px;
   
}
.chat-box:nth-child(2n) .chat-area {
	width: 630px;
	float: left;
}
.chat-box:nth-child(2n) .chat-hukidashi {
	display: inline-block;
	margin-top: 8px;
	/* border: 1px solid gray; ©ν */
    border-radius: 10px;
	position: relative; /*ΗL*/
	background-color: #FEE9F0; /*ΗL*/
	margin-right: 120px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 600px;
}
/* «ΗL« */
.chat-box:nth-child(2n) .chat-hukidashi:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	margin-top: -18px;
	display: block;
	width: 0px;
	height: 0px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent; 
	border-left: 20px solid #FEE9F0;F;
}
.someone2 {
    background-color: #BCF5A9;
}
.someone2:after {
    border-color: transparent #FEE9F0 transparent transparent;
}

