@charset "utf-8";

body {
	font-size: 17px;
	line-height: 1.4;
}

a img:hover {
	filter: alpha(opacity=80) !important;
    -moz-opacity: 0.80 !important;
    opacity: 0.80 !important;
    zoom: 1 !important;
}
/* =========================================================
header
========================================================= */
#header {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
}

/* =========================================================
contents
========================================================= */
/* 共通
-------------------------- */
#contents h2 {
	width: 910px;
	margin:0 auto 20px;
}

#contents h3 {
	color: #E50011;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 5px;
}

#contents .visual_wrap {
	width: 960px;
	margin:0 auto 20px;
}

#contents .inner {
	width: 910px !important;
	background: #FFF;
	padding: 0 25px;
}

#contents .section {margin-bottom: 40px;}

#contents .inner .method_area .section dl,
#contents .inner .flow_area .section ul {overflow: hidden;}

#contents .inner .method_area .section dl dd .section ul li,
#contents .inner .overview_area .section .section ul li {
	color: #E50011;
	font-size: 14px;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
}

#contents .inner .btn_box {text-align: center;}

/* .visual_wrap
-------------------------- */
#contents .visual_wrap {margin-bottom: 20px;}

/* .method_area
-------------------------- */
#contents .inner .method_area .section .lead {margin-bottom: 30px;}

#contents .inner .method_area .section dl dt {
	float: left;
	width: 300px;
}

#contents .inner .method_area .section dl dd {
	float: right;
	width: 590px;
}

/* .map_area
-------------------------- */
#contents .inner .map_area h3 {
	color: #000;
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}

#contents .inner .map_area .inner {margin-bottom: 40px;}

#contents .inner .map_area ul li a {
	width: 86px;
	color: #333;
	background: url("https://img.goo-net.com/goopit/assets/img/ad/common/bg_btn_map_off.png") no-repeat left top;
}

#contents .inner .map_area .section .btn_box {
	width: 640px;
	height: 93px;
	margin: 0 auto 0;
	padding: 17px;
	background: url("https://img.goo-net.com/goopit/assets/img/ad/common/bg_search.gif") no-repeat left top;
}

#contents .inner .map_area .section .btn_box a:hover img{
    filter: alpha(opacity=40) !important;
    -moz-opacity: 0.40 !important;
    opacity: 0.40 !important;
    zoom: 1 !important;
    behavior: url("/common/js/PIE.htc");
}

/* .flow_area
-------------------------- */
#contents .inner .flow_area .section div {margin-bottom: 20px;}

#contents .inner .flow_area .section ul {margin-bottom: 40px;}

#contents .inner .flow_area .section ul li {
	float: left;
	width: 266px;
	margin-right: 56px;
}

/* .overview_area
-------------------------- */
#contents .inner .overview_area .section h3 {
	border-left: 6px solid #E50011;
	padding: 3px 0 0 15px;
}

#contents .inner .overview_area .section .section .list {margin-bottom: 30px;}

#contents .inner .overview_area .section .section .list li {
	color: #000;
	font-size: 18px;
}

#contents .inner .overview_area .section .section .caution_box {margin-top: 40px;}

#contents .inner .overview_area .section .section .caution_box ul li {
	color: #000;
	font-size: 16px;
	text-indent: -0.5em;
	padding-left: 0.5em;
}

#contents .inner .overview_area .section h4 {
	color: #000;
	margin-top: 30px;
}

#contents .inner .overview_area .section h4:first-child {margin-top: 0;}

#contents .inner .overview_area .section h4 ~ p,
#contents .inner .overview_area .section h4 ~ dl {padding-left: 1em;}

#contents .inner .overview_area .section dl {
	display: flex;
	color: #000;
	font-weight: bold;
}

#contents .inner .overview_area .section dl dt {padding-right: 8px;}

#contents .inner .overview_area .section a {color: #000;}

#footer {font-size: 13px;}
#copy_right {font-size: 76%;}