@charset "utf-8";

/* Table Of Contents
----------------------------------------

# layout
# header
# gNav
# pageBody
# visual
# content
# leftSidebar
# pageTop
# underLink
# clearfix

----------------------------------------*/


/* # layout
---------------------------------------------------------------------------- */

div#layout {
	background: 0;
	margin: 0;
	width: auto;
}


/* # header
---------------------------------------------------------------------------- */

div#header {
	background-color: #fff;
	margin: 0 auto;
	width: 900px;
}


/* # gNav
---------------------------------------------------------------------------- */

div#gNav {
	display: none;
}


/* # pageBody
---------------------------------------------------------------------------- */

div#pageBody {
	background-color: #fff;
	margin: 0 auto;
	padding-top: 15px;
	width: 900px;
}


/* # visual
---------------------------------------------------------------------------- */

div#visual {
	background: url(../images/bg_visual.jpg) 0% 0% no-repeat;
	height: 505px;
	margin: 5px auto 10px;
	position: relative;
	width: 1000px;
}

div#visual h2.bh {
	left: 22px;
	position: absolute;
	top: 16px;
}

div#visual p.ico_area {
	left: 346px;
	position: absolute;
	top: 15px;
}

div#visual h3 {
	left: 29px;
	position: absolute;
	top: 77px;
}

div#visual h4.sh1 {
	left: 32px;
	position: absolute;
	top: 115px;
}

div#visual p.btn_area_01 {
    left: 161px;
    position: absolute;
    top: 116px;
    display: flex;
}

div#visual h4.sh2 {
	left: 32px;
	position: absolute;
	top: 219px;
}

div#visual input.text {
	background: url(../images/bg_visual_text.gif) 0% 0% no-repeat;
	border: 0;
	height: 30px;
	line-height: 28px;
	left: 31px;
	margin: 0;
	padding: 0 10px;
	position: absolute;
	top: 161px;
	width: 188px;
}
div#visual input.example {
	color: #ccc;
}

div#visual input.btn {
	border: 0;
	height: 30px;
	left: 239px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 161px;
	width: 71px;
}

div#visual ul.list {
	left: 31px;
	position: absolute;
	top: 248px;
}
div#visual ul.list li {
	margin-bottom: 4px;
}
div#visual p.btn_area_02 {
    left: 31px;
    position: absolute;
    top: 421px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 286px;
}

/* contact */
div#visual div.contact {
	left: 681px;
	position: absolute;
	top: 281px;
}
div#visual div.contact p {
	margin-bottom: 8px;
	vertical-align: 0;
}
	div#visual div.contact p:before,
	div#visual div.contact p:after {
		content: "";
		display: table;
	}
	div#visual div.contact p:after {
		clear: both;
	}
	div#visual div.contact p {
		zoom: 1;
	}
div#visual div.contact img {
	display: block;
	float: left;
}

/* box */
div#visual div.box {
	background: url(../images/bg_visual_box_top.png) 0% 0% no-repeat;
	padding-top: 10px;
	width: 550px;
}
div#visual div.boxLayer {
	background: url(../images/bg_visual_box_bottom.png) 0% 100% no-repeat;
	padding-bottom: 10px;
	width: 550px;
}
* html div#visual div.boxLayer {
	padding-bottom: 9px;
}
div#visual div.boxInner {
	background: url(../images/bg_visual_box.png) 0% 0% repeat;
	padding: 0 20px 10px;
	position: relative;
	width: 510px;
}

div#visual div.box {
	color: #fff;
	font-size: 117%;
	left: 348px;
	position: absolute;
	top: 20px;
}

div#visual div.box h2 {
	margin-bottom: 10px;
}

div#visual div.box a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
div#visual div.box a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

/* btnClose */
div#visual div.box div.btnClose {
	right: 20px;
	position: absolute;
	top: 5px;
}

/* table */
div#visual div.box table {
	width: 100%;
}
div#visual div.box table th {
	border-bottom: 1px dotted #8f8f90;
	font-weight: bold;
	line-height: 2;
	padding: 10px;
	white-space: nowrap;
}
div#visual div.box table td {
	border-bottom: 1px dotted #8f8f90;
	padding: 10px 0 10px 10px;
}
div#visual div.box table tr.last th,
div#visual div.box table tr.last td {
	border: 0;
}
div#visual div.box ul {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0 0 10px;
}
div#visual div.box ul li {
	display: inline-block;
	padding-bottom: 10px;
	margin-right: 48px;
	width: inherit;
}
div#visual div.box table ul {
	padding: 10px 0 0 0;
}
div#visual div.box table li {
	display: inline;
	line-height: 2;
	margin-right: 20px;
}
div#visual div.box table li a {
	line-height: 1.2;
	white-space: nowrap;
}


/* # content
---------------------------------------------------------------------------- */

#content {
	display: inline;
	float: right;
	margin-right: 15px;
	width: 610px;
}

#content #news {
	background: #e8ecf1;
	margin-bottom: 50px;
	padding: 10px;
	width: 590px;
}

#content div.cNav {
	background: url(../images/bg_border.gif) repeat-x bottom;
	padding-bottom: 10px;
}

#content div.cNav h2 {
	float: left;
}

#content div.cNav p {
	float: right;
}

#content dl {
	background: url(../images/bg_news.gif) no-repeat bottom right #fff;
	margin-top: 10px;
}

#content dl dt {
	clear: left;
	float: left;
	font-size: 105%;
	padding: 12px 0 0 18px;
}

#content dl dd {
	border-bottom: 1px solid #e8ecf1;
	font-size: 105%;
	font-weight	: bold;
	padding: 12px 0 12px 90px;
}

#content dl dd a {
	color: #007ece;
}

#content dl dd.borderNone {
	border: none;
}

.contact .area_flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}


/* # leftSidebar
---------------------------------------------------------------------------- */

div#leftSidebar {
	margin-left:15px;
	width: 250px;
}

div#leftSidebar p {
	padding-bottom: 20px;
}

div#leftSidebar div.bnrArea {
	position: relative;
	margin-bottom: 10px;
}

div#leftSidebar div.bnrArea img.bnrComment {
	left: -48px;
	position: absolute;
	top: 29px;
}

div#leftSidebar div.bnrArea img.bnrContact {
	left: 17px;
	position: absolute;
	top: 91px;
}

div#leftSidebar ul.subNav {
	background: #e8ecf1;
	padding: 8px;
}


/* # pageTop
---------------------------------------------------------------------------- */

div#layout p.pageTop {
	background-color: #fff;
	margin: 0 auto;
	padding: 20px 25px 10px 0;
	text-align: right;
	width: 875px;
}


/* # underLink
---------------------------------------------------------------------------- */

div#underLink {
	background-color: #fff;
	margin: 0 auto;
	width: 900px;
}


/* # clearfix
---------------------------------------------------------------------------- */

#content ul.list {
	zoom: 1;
}

#content ul.list:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
