@charset "UTF-8";
/*==============================================================================
legal CSS
==============================================================================*/

/*------------------------------------------------------------------------------
contents
------------------------------------------------------------------------------*/
.main{margin-bottom: 58px;}

h1{font-size: 45px;}
.contents h2{
  margin:30px 0 15px;
  border-bottom: 2px solid #6DC2EA;
  font-size: 18px;
}
.contents h3{margin-bottom: 10px;font-size: 16px;}

.contents table{width: 100%;border-top: 1px dotted #CCC;}
.contents table th,
.contents table td{vertical-align: top;padding: 15px 0;border-bottom: 1px dotted #CCC;}
.contents table th{width: 150px;padding-left: 15px;background: url(../img/common/icon_cursor_green.gif) left 18px no-repeat;}
.contents table td{}

.contents dl{}
.contents dt{margin: 1em -0px 10px;font-weight: bold;color: #74C4A9;}
.contents dd{}

.contents #map{width: 950px;height: 400px;margin-bottom: 30px;}
