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

#comment{
	height: aoto;
	margin: 0 auto;
	border-bottom: thin solid #999;
	border-top: thin solid #999;
	margin-bottom:20px;
	}
#comment-contents{
	margin-top:20px;
	}
table.corp {
	border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	-o-border-radius: 4px 4px;
    width: 1000px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
	padding:10px;
	border:solid thin #999;
	letter-spacing:3px;
	margin:0 auto;
}
 
table.corp th,
table.corp td {
	
    padding: 10px;
}
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;}
table.corp th {
	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;
	border-right:solid thin #999;    
	background: #515151;
    vertical-align: middle;
    text-align:center;
    width: 200px;
    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: #515151 10px solid;
        margin-top: -10px;
    }
}
 
table.corp td {
    background: #919191;
    width: 360px;
    padding-left: 20px;
}
#map{
	margin-top:30px;
	}
#map_info{
	height:350px;
	width:1000px;
	margin-top:5px;
	margin-bottom:15px;
	border: thin solid #999;
	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;
	border-right:solid thin #999;    
	}
#mapField {
	float:left;
	margin:15px;
 	min-width: 320px;
	width:50%;
 	height: 320px;
	}
 #mapField iframe{
	min-width: 320px;
	width:100%;
	height: 320px;
	}
#map-text{
	
	margin:15px;
	}
	.root{
	font-weight:bold;
	height:20px;
	color:#515151;}