@charset "UTF-8";
/*==============================================================================
contact 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 p{margin-bottom: 1em;}
.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{}

