@CHARSET "UTF-8";

/*main*/
#main {
	max-width:1200px;
	min-width:1000px;
	margin:0 auto;
	box-sizing:border-box;
	padding:0 50px 160px 50px;
}

#main h1 {
	font-size:3.25rem;
	color:#222;
	margin:0 0 30px 0;
	line-height: 1.2692em;
	text-align: center;
}
#main h2 {
	text-align: center;
	font-size:2.625rem;
	color: #222;
	border-bottom: 1px solid #d8d8d8;
	margin: 0 0 30px 0;
	padding-bottom:20px;
}
#main h3 {
	text-align: center;
	font-size:2.0rem;
	color: #222;
	border-bottom: 1px dotted #d8d8d8;
	margin:0 0 15px 0;
	padding-bottom:20px;
	line-height: 1.25em;
}
#main h4 {
	text-align: center;
	font-size:1.75rem;
	color: #222;
	line-height: 1.2142em;
	background:#EDEDED;
	margin:0 0 15px 0;
	padding:20px;
}
#main h5 {
	text-align: center;
	font-size:1.375rem;
	color: #002745;
	line-height: 1.1818em;
	margin:0 0 10px 0;
}
#main h6 {
	text-align: center;
	font-size:1.125rem;
	color: #666;
	line-height: 1.3333em;
	margin:0 0 5px 0;
}

/*---------------------------------------------
  Main Visual
  ---------------------------------------------*/
#mainVisual_background
{
    width: 100%;
    background: #4f686c url(../../images/style/mainVisual.jpg) no-repeat top;
    margin-bottom: 50px;
}

#mainVisual_wrapper
{
	min-height: 300px;
    margin: 0px auto 0px auto;
    padding: 330px 20px 50px 0px;
	background: #4f686c url(../../images/style/mainVisual.jpg) no-repeat top;
}

/*---------------------------------------------
  Custom Top Image
  ---------------------------------------------*/

#mainVisual_background_custom
{
    width: 100%;
    min-width: 980px;
    margin-bottom: 50px;
}

#mainVisual_wrapper_custom
{
    width: 960px;
	min-height: 300px;
    margin: 0px auto 0px auto;
    padding: 330px 20px 50px 0px;
}

.content_image_custom_link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.content_image_custom_link:hover {
    background: rgba(255,255,255,0.2);
}

/*---------------------------------------------
  Table
  ---------------------------------------------*/
#main table, #dt_area_content table {
	width:100%; border-collapse:collapse;
	border-spacing:0;
	border:1px solid #c1c1c1;
}
#main table th, #dt_area_content table th {
	padding:6px;
	border-right:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	vertical-align: top;background:
	#aaa;font-weight:
	bold;color: #fff;
}

/*#dt_area_content table th:last-child {border-right:none;}*/

#main table td, #dt_area_content table td {
	vertical-align: top;
	padding:6px;
	border-right:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
}

#main table.dt_alt {border:none;}
#main table.dt_alt th {}
#main table.dt_alt td {border:none;}

/*---------------------------------------------
  List
  ---------------------------------------------*/
#main ul, #dt_area_content ul {
	margin: 0; padding: 0;
}
#main ul li, #dt_area_content ul li {
	list-style: none;
	padding-left:28px;
	background: url(../../images/style/list-icon.jpg)left 10px no-repeat;
}
#main ul ul li, #dt_area_content ul ul li {
	list-style: none;
	padding-left:26px;
	background: url(../../images/style/list-icon02.jpg)8px 10px no-repeat;
}