@charset "UTF-8";
/* CSS Document */

#comment{
	padding:15px;
	min-width: 900px;
	min-height: 170px;
	border-top: thin solid #999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	margin-top:20px;
	}

#face-photo{
	height:auto;
	float:left;
	border:solid thin #999;
	}

#comment-text{
	float:right;
	width:100%;
	height:150px;
	}
	
#name{
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	clear:right;
	float:right;
	background:#515151;
	width:50%;
	height:35px;
	margin-top:13px;
	color:#FFF;
	line-height:30px;
    text-align:center;
	}
#infomation{
	height:auto;
	max-width:1000px;
	}
table.corp td {border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-o-border-radius: 0px 4px 4px 0px;
	}
th{width:130px;
	border-right:solid thin #999;
	border: thin solid #999;
	border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-o-border-radius: 4px 0px 0px 4px;
	   }
table.corp {
	width: 100%;
	padding: 10px;
	border: solid thin #999;
	letter-spacing: 3px;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 12px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	}
 
table.corp th,
table.corp td {
    padding: 10px;
	}
 
table.corp th {
    background: #515151;
    vertical-align: middle;
    text-align:center;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.corp th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color:  #515151;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.corp th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.corp td {
    background: #CCC;
    width: 360px;
    padding-left: 20px;
}
