/* sns.css */

@charset "utf-8";

body {
	font-family: Arial, Verdana, sans-serif;
	width: 95%;
	height: 100%;
	margin: 5px;
	background: #fffacd;
	color: #353535;
}

h2 {
	text-align: center;
	color: #808080;
}

.webViewTable {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	word-break: break-word;
}

.webViewTable th {
	padding: 6px;
	text-align: center;
	vertical-align: top;
	color: #fff;
	background-color: #387238;
	border: 2px solid #a9a9a9;
}

.webViewTable td {
	padding: 6px;
	background-color: #fffacd;
	border: 2px solid #a9a9a9;
}

#box {
	height: auto;
	overflow: hidden
}

#balloon-left {
	background: #a9a9a9;
	color: #ffffff;
	dispay: inline-block;
	position: relative;
	width: 90%;
	height: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: right;
	text-align: center;
}

#balloon-left:before {
	content: "";
	display: inline-block;
	border: 10px solid transparent;
	border-right-color: #a9a9a9;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -9px;
}

#balloon-bottom_inside {
	background: #387238;
	display: inline-block;
	position: relative;
	padding: 5px;
	width: 98%;
	height: 100%;
	color: #ffffff;
}

#balloon-bottom_inside:before {
	content: "";
	display: inline-block;
	border: 5px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	left: 49%;
	bottom: 0;
}

#balloon-bottom {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 100%;
	color: #19283C;
	background: #F6F6F6;
	border: 3px solid #19283C;
	z-index: 0;
}

#balloon-bottom:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #F6F6F6 transparent transparent transparent;
	z-index: 0;
}

#balloon-bottom:after {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #19283C transparent transparent transparent;
	z-index: -1;
}

.contactReplyList {
	width: 100%;
	border-top: 2px solid #a9a9a9;
	border-left: 2px solid #a9a9a9;
	border-spacing: 0px;
}

.contactReplyList tr th, .contactReplyList tr td {
	font-size: 12px;
	border-bottom: 2px solid #a9a9a9;
	border-right: 2px solid #a9a9a9;
	padding: 7px;
}

.contactReplyList tr th {
	background: #387238;
	color: #ffffff;
}

#contactReplyDetailed {
	width: 100%;
	border: 2px solid #a9a9a9;
}

.contactReplyDetailed:nth-child(even) {
	background: #ffffff;
}

.contactReplyDetailed:nth-child(odd) {
	background: #387238;
	color: #ffffff;
}

.contactReplyDetailed_status {
}

.contactReplyDetailed_content {
}

#memberPointCharge {
	text-align: center;
	margin: 30px 0 30px;
}
