@charset "utf-8";

/*=======================================================

	assiette CSS 2.0
	ATHR : Assiette Ltd.
	DATE : 2016/01
	FILE : page.css
    ----------------------------
	Logo COLOR	: #0068B7	(logo)
	BASE COLOR	: #0E439C	(menu)
	LINK COLOR  : #09C		(blue)
	BG COLOE	: #E5F1FC	(light blue)
	FTR COLOR	: #162856	(dark blue)

=========================================================



/*-------------------------------------
	HOME
-------------------------------------*/

#HOME  main { padding-top: 50px; }
#HOME article { width: 760px; }
#HOME .list:not(.noline) li:nth-of-type(4n-3) { margin-left: -20px; }

#HomeSearch p:not(:first-of-type), #HomeSearch a { margin-bottom: 10px; }
#HomeSearch h2:nth-of-type(2) { margin-top: 20px; }

#SearchBox { padding: 15px; background: #f2f2f2 url("/invest/images/common/slant.png") repeat; }
#SearchBox form { padding: 20px; background: #FFF; }
#SearchBox form div { margin-bottom: 15px; }
#SearchBox form div p, #SearchBox div b { display: inline-block; vertical-align: middle; }
#SearchBox div b { margin-right: 30px; width: 120px; font-size: 16px; }
#SearchBox div .selectBox { min-width: 178px; }
#SearchBox div input, #SearchBox div select { margin-left: 4px; padding: 2px 6px; color: #666; font-size: 16px; }
#SearchBox div input { max-width: 416px; }
#SearchBox div select { margin: 0; padding: 0 6px; }
#SearchBox div span { padding: 0 18px; }
#SearchBox div:first-of-type p.selectBox:last-of-type { margin-left: 54px; }
#SearchBox ul { max-width: 500px; }
#SearchBox li { display: inline-block; margin-top: 5px; min-width: 200px; }
#SearchBox li a span { font-size: 12px; }
#SearchBox .right { margin: -44px 0 0; }

div.baikyakuBanner {
	margin-bottom: 50px;
	padding: 40px 20px 0 55px;
	width: 100%;
	height: 200px;
	background: url("/invest/images/home/baikyaku_ribbon.png"), url("/invest/images/home/baikyaku_banner.png");
	background-repeat: no-repeat, no-repeat;
	background-position: top left, top right;
	border: 1px solid #d2d2d2;
	}
div.baikyakuBanner h2 { margin-bottom: 3px; padding-bottom: 0; font-size: 32px; border: none; }
div.baikyakuBanner p { margin-bottom: 15px; font-size: 15px; }
div.baikyakuBanner .btn { padding-left: 44px; width: auto; max-width: none; }
div.baikyakuBanner .btn:before { content: ""; position: absolute; top: 50%; left: 20px; margin-top: -7px; width: 17px; height: 17px; background: url("/invest/images/common/bag_W.png") no-repeat; border: none; z-index: 10; }

#SearchMap, #Limited { display: inline-block; margin-left: 35px; width: 360px; vertical-align: top; }

#SearchMap { margin-left: 0; }

/* map btn */
#HOME div#MapCanvas { display: inline-block; position: relative; margin: 0; width: 360px; height: 260px; }
.rBtn {
	position: absolute;
	display: inline-block;
	margin: 0 auto;
	width: auto;
	font-size: 14px;
	text-align: left;
	background: #FFF;
	border: 1px solid #000;
	border-bottom-width: 2px;
	border-radius: 3px;
	z-index: 10;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	}
.rBtn a { color: #000; }
.rBtn a:hover { color: #000; text-decoration: underline; }
.rBtn .prefecture { margin-top: 2px; padding-bottom: 7px; text-align: center; border-top: 3px solid #DDD; white-space: nowrap; }
.rBtn .prefecture a { display: inline-block; margin: 10px 0 0; line-height: 1; }
.rBtn.tokai .prefecture a:nth-of-type(3n-1), .rBtn.tokai .prefecture a:nth-of-type(3n), .rBtn.shikoku .prefecture a:nth-of-type(3n-1), .rBtn.shikoku .prefecture a:nth-of-type(3n) { margin-left: 0; padding-left: 0; border: none; }
.rBtn .prefecture a:nth-of-type(3n-1), .rBtn .prefecture a:nth-of-type(3n), .rBtn.tokai .prefecture a:nth-of-type(2n), .rBtn.shikoku .prefecture a:nth-of-type(2n) { margin-left: 12px; padding-left: 12px; border-left: 1px dotted #000; }
.rBtn + p { display: none; position: absolute; margin: 0; width: 360px; height: 260px; z-index: 5; -webkit-transition: .3s ease; transition: .3s ease; }
.rBtn.open { padding: 3px 12px; background-color: rgba(255,255,255,0.9); z-index: 15; }
.rBtn.open .region { font-weight: bold; }

div#MapCanvas .rBtn .region { display: block; padding: 4px 5px 3px; text-align: center; }

/* map positions */
#HOME div#MapCanvas { background: url("/invest/images/home/zenkoku.png"); background-position: -10px -10px; }
#HOME div#MapCanvas.hokkaido { background-position: -380px  -10px; }
#HOME div#MapCanvas.tohoku   { background-position: -750px  -10px; }
#HOME div#MapCanvas.koshin   { background-position: -1120px -10px; }
#HOME div#MapCanvas.kanto    { background-position: -1490px -10px; }
#HOME div#MapCanvas.tokai    { background-position: -10px   -280px; }
#HOME div#MapCanvas.kansai   { background-position: -380px  -280px; }
#HOME div#MapCanvas.chugoku  { background-position: -750px  -280px; }
#HOME div#MapCanvas.shikoku  { background-position: -1120px -280px; }
#HOME div#MapCanvas.kyusyu   { background-position: -1490px -280px; }

.rBtn.hokkaido { right:  83px; bottom: 212px; }
.rBtn.tohoku   { left:  270px; bottom: 145px; }
.rBtn.koshin   { right: 114px; bottom: 118px; }
.rBtn.kanto    { left:  279px; top: 150px; }
.rBtn.tokai    { left:  226px; top: 191px; }
.rBtn.kansai   { left:  176px; top: 206px; }
.rBtn.chugoku  { right: 219px; bottom: 87px; }
.rBtn.shikoku  { right: 200px; top: 218px; }
.rBtn.kyusyu   { left: 17px; bottom: 37px; }

#Limited { position: relative; }
#Limited .btn.white.icon { margin-bottom: 20px; padding: 16px 25px 12px 75px; max-width: none; font-size: 14px; line-height: 130%; border-bottom-color: #888; }
#Limited .btn.white.icon:after { content: ""; position: absolute; top: 50%; left: 11px; margin-top: -28px; width: 50px; height: 56px; background: url("/invest/images/common/request.png") no-repeat; }
#Limited li:first-of-type .btn.white.icon:after { background: url("/invest/images/common/premium.png") no-repeat; }
#Limited .btn.white.icon b { font-size: 16px; }
#Limited .balloon { position: absolute; bottom: 0; left: 0; padding: 5px 9px; font-size: 12px; line-height: 120%; border: 1px solid #666; }
#Limited .balloon:before, #Limited .balloon:after { content: ""; position: absolute; top: 50%; right: -14px; margin-top: -6px; border: 6px solid transparent; border-left: 7px solid #000; }
#Limited .balloon:after { right: -13px; border-left-color: #FFF; }
#Limited .btn { padding: 12px 20px 10px; font-size: 18px; }

#Selected ul { margin-bottom: 20px; padding: 15px 0; border: 1px solid #BBB; }
#Selected ul li { display: table-cell; padding: 0 20px; width: 38%; vertical-align: top; border-left: 1px dotted #666; }
#Selected ul li:first-child { width: 24%; border: none; padding:0px; text-align: center;}
#Selected ul li a { display: block; padding-left: 135px; transition: background 0.3s ease; }
#Selected ul li:first-child a { padding: 0; }
#Selected ul li:not(:first-child) a:hover { background: #f2f2f2; }
#Selected ul li h3 { margin: 0 0 5px -135px; max-width: 247px; font-size: 16px; font-weight: normal; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
#Selected ul li figure { position: absolute; margin-left: -135px; width: 125px; height: 84px; text-align: center; }
#Selected ul li img { max-height: 94px; }
#Selected ul li:first-child img { max-height: 120px; }

#Selected ul li h4 { padding: 0 0 3px; font-size: 18px; line-height: 120%; border: none; }
#Selected ul li h4 span { margin-left: 3px; font-size: 14px; font-weight: normal; }

#Selected ul li p { padding-bottom: 5px; color: #000; line-height: 120%; }
#Selected ul li p b { color: #F63; font-size: 16px; }


/*-------------------------------------
	MapSearch
-------------------------------------*/

#MapSearch article { float: none; margin: 0; padding: 40px 0 0; width: 100%; }
#MapSearch article h2 { position: relative; margin: 0 auto 40px; max-width: 1280px; padding: 0 20px 0 50px; font-size: 28px; border: none; }
#MapSearch article h2:before { content: ""; position: absolute; top: 5px; left: 20px; width: 27px; height: 27px; background: url("/invest/images/common/search_B21.png") no-repeat; }

#MapSearch .searchMapcanvas { position: relative; width: 100%; min-width: 960px; height: 720px; overflow: hidden; }

#MapSearch .searchMapcanvas .gm-style-iw { padding: 6px 0 2px 2px; }
#MapSearch .searchMapcanvas .gm-style-iw div { overflow: hidden !important; }
#MapSearch .searchMapcanvas div a { display: block; position: relative; color: #000; }
#MapSearch .searchMapcanvas div.search-balloon a:hover { opacity: .8; }
#MapSearch .searchMapcanvas div.search-balloon a:hover figure img { opacity: 1; }

#MapSearch .searchMapcanvas div a figure, #MapSearch .searchMapcanvas div a div { display: table-cell; width: 130px; max-width: 130px; vertical-align: top; }
#MapSearch .searchMapcanvas div a figure { padding-right: 10px; width: 110px; max-width: 110px; text-align: center; }
#MapSearch .searchMapcanvas div a figure img { margin: 0 auto; max-width: 100%; max-height: 100px; }
#MapSearch .searchMapcanvas div a h3 { margin: 0; font-size: 14px; font-weight: normal; }
#MapSearch .searchMapcanvas div a h4 { padding-top: 5px; font-size: 16px; font-weight: bold; }
#MapSearch .searchMapcanvas div a h4 span { margin-left: 3px; font-size: 13px; font-weight: normal; }
#MapSearch .searchMapcanvas div a p { color: #000; }
#MapSearch .searchMapcanvas div a p b { color: #F63; font-size: 16px; }

/* SearchBoxMap */
#MapSearch .searchMapcanvas #SearchBoxMap { position: absolute; top: 40px; left: 40px; padding: 15px 15px 0; width: 300px; height: auto; max-height: 640px; background: #FFF; border: 1px solid #BBB; z-index: 999; overflow-y: auto; }
#MapSearch .searchMapcanvas #SearchBoxMap div.dotted { margin-top: 15px; padding-top: 15px; border-top: 1px dotted #666; }
#MapSearch .searchMapcanvas #SearchBoxMap div.dotted:first-child { padding-top: 0; border-top: none; }
#MapSearch .searchMapcanvas #SearchBoxMap div.dotted > div { margin-top: 10px; }
#MapSearch .searchMapcanvas #SearchBoxMap h3 { margin: 0 0 5px; font-size: 14px; }
#MapSearch .searchMapcanvas #SearchBoxMap div:first-child h3 { margin-top: 0; padding-top: 0; border-top: none; }
#MapSearch .searchMapcanvas #SearchBoxMap textarea { height: 54px; }
#MapSearch .searchMapcanvas #SearchBoxMap .selectBox { width: 120px; min-width: 100px; font-size: 14px; }
#MapSearch .searchMapcanvas #SearchBoxMap label { display: inline-block; margin-top: 3px; padding: 2px 10px 0 20px; min-width: 32%; font-size: 13px; }
#MapSearch .searchMapcanvas #SearchBoxMap button { margin-top: 15px; }
#MapSearch .searchMapcanvas #SearchBoxMap div#Layout + p + p { margin: 15px 0; }
/* 2017.10.10 */
#MapSearch .searchMapcanvas #SearchBoxMap p.double-column label { min-width: 50%; }

#MapSearch .searchMapcanvas #SearchBoxMap #Area { padding-top: 0; }
#MapSearch .searchMapcanvas #SearchBoxMap #Area h3, #MapSearch .searchMapcanvas #SearchBoxMap #Area p,
#MapSearch .searchMapcanvas #SearchBoxMap #Price h3, #MapSearch .searchMapcanvas #SearchBoxMap #Price div,
#MapSearch .searchMapcanvas #SearchBoxMap #Price p, #MapSearch .searchMapcanvas #SearchBoxMap #Price span { display: inline-block; margin: 0; min-width: 75px; vertical-align: middle; }
#MapSearch .searchMapcanvas #SearchBoxMap #Price h3 { min-width: 45px; }
#MapSearch .searchMapcanvas #SearchBoxMap #Price span { margin: 0 2px; min-width: 0; }
#MapSearch .searchMapcanvas #SearchBoxMap #Price .selectBox { width: 86px; }
#MapSearch .searchMapcanvas #SearchBoxMap #Price .selectBox select { width: 180%; }

#MapSearch .searchMapcanvas #SearchBoxMap #Layout + p { font-size: 0; }
#MapSearch .searchMapcanvas #SearchBoxMap button { padding: 11px 5px 9px; width: 90px; font-size: 14px; }
#MapSearch .searchMapcanvas #SearchBoxMap button.search { margin-right: 10px; padding-left: 15px; width: 150px; }
#MapSearch .searchMapcanvas #SearchBoxMap button.search:before { left: 37px; margin-top: -6px; background-size: 12px 12px; }

#MapSearch .searchMapcanvas #SearchBoxMap ul { margin-top: 15px; padding: 10px 0 5px; border-top: 1px dotted #666; }
#MapSearch .searchMapcanvas #SearchBoxMap ul li { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #666; }
#MapSearch .searchMapcanvas #SearchBoxMap ul li a div { width: 158px; max-width: 158px; }
#MapSearch .searchMapcanvas #SearchBoxMap ul li a figure img { max-height: 74px; }
#MapSearch .searchMapcanvas #SearchBoxMap ul li a h3 { margin: 0; padding: 2px 0 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }

#MapSearch .searchMapcanvas #SearchBoxMap ul:not(.pagination) li a { transition: all 0.2s ease; }
#MapSearch .searchMapcanvas #SearchBoxMap ul:not(.pagination) li a:hover { background: #f2f2f2; opacity: 1; }
#MapSearch .searchMapcanvas #SearchBoxMap p.acd.open + ul li a div { width: 100px; max-width: 100px; }

#MapSearch .searchMapcanvas #SearchBoxMap ul.pagination { display: block; }
#MapSearch .searchMapcanvas #SearchBoxMap ul.pagination, #MapSearch .searchMapcanvas #SearchBoxMap ul.pagination li { margin: 0; padding: 0 0 15px; text-align: center; border: none; }
#MapSearch .searchMapcanvas #SearchBoxMap ul.pagination li { margin-right: 6px; padding: 0; font-size: 12px; border: none; }
#MapSearch .searchMapcanvas #SearchBoxMap ul.pagination li:last-child { margin: 0; }
#MapSearch .searchMapcanvas #SearchBoxMap ul.pagination li a, #MapSearch .searchMapcanvas #SearchBoxMap ul.pagination li span { padding: 0 4px; min-width: 24px; height: 24px; line-height: 22px; }

/* pointer */
#MapSearch .searchMapcanvas p.pointer { position: absolute; }
#MapSearch .searchMapcanvas p.pointer a:hover img { opacity: 1; }

/* search-balloon */
#MapSearch .searchMapcanvas div.search-balloon { padding: 20px; }
#MapSearch .searchMapcanvas div.search-balloon p.close { top: 3px; right: 3px; }


/*-------------------------------------
	SearchResult
-------------------------------------*/

#SearchResult .ad { margin-top: 0; padding-top: 0; border: none; }

/* #SearchBoxL */
#SearchBoxL h2 { margin-bottom: 16px; font-size: 20px; }
#SearchBoxL h2 + div { margin-bottom: 10px; padding-bottom: 16px; border-bottom: 1px dotted #666; }
#SearchBoxL h2 + div h3 { margin: 0 0 5px; padding: 0; font-size: 14px; border: none; }

#SearchBoxL div h3 { margin: 20px 0 0; padding-top: 20px; font-size: 16px; border-top: 1px dotted #666; }
#SearchBoxL div a.btn.white { margin-top: 10px; font-size: 16px; }
#SearchBoxL div div { margin-top: 10px; padding-left: 5px; }
#SearchBoxL div span { display: inline-block; width: 55px; }
#SearchBoxL div input[type=text], #SearchBoxL div .selectBox select { font-size: 14px; }
#SearchBoxL div .selectBox { display: inline-block; width: 135px; min-width: 80px; vertical-align: middle; }

#SearchBoxL div#Layout label { padding-left: 22px; }
#SearchBoxL div#Layout label:nth-of-type(2n-1) { display: inline-block; width: 107px; }
#SearchBoxL div#Layout label:nth-of-type(2n) { display: inline-block; width: 87px; }

#SearchBoxL div#AreaOf h3 { margin-top: 10px; }

#SearchBoxL div#Structure label:first-of-type,
#SearchBoxL div#Structure label:nth-of-type(5) { display: inline-block; width: 117px; }
#SearchBoxL div#Structure label:nth-of-type(2),
#SearchBoxL div#Structure label:nth-of-type(6) { display: inline-block; width: 77px; }

#SearchBoxL div#FromStation, #SearchBoxL div#BuildAge { position:relative; }
#SearchBoxL div#FromStation h3, #SearchBoxL div#BuildAge h3 { padding: 25px 0 4px; }
#SearchBoxL div#FromStation h3 { letter-spacing: -0.5px; }
#SearchBoxL div#FromStation .selectBox, #SearchBoxL div#BuildAge .selectBox { position: absolute; top: 20px; right: 0; width: 97px; }
#SearchBoxL div#FromStation .selectBox select, #SearchBoxL div#BuildAge .selectBox select { font-size: 13px; }

#SearchBoxL div#FromSchool div { margin: 0 0 20px; }
#SearchBoxL div#FromSchool a.btn { font-size: 14px; line-height: 120%; }

#SearchBoxL div#Kodawari { padding-bottom: 20px; border-bottom: 1px dotted #666; }
#SearchBoxL div#Kodawari h4 { position: relative; padding: 6px 0 5px 24px; font-size: 14px; font-weight: normal; border: 1px solid #BBB; border-top: none; cursor: pointer; transition: background 0.2s ease; }
#SearchBoxL div#Kodawari h4:first-of-type, #SearchBoxL div#Kodawari h4.open + div + h4 { margin-top: 10px; border-top: 1px solid #BBB; }
#SearchBoxL div#Kodawari h4:before, #SearchBoxL div#Kodawari h4:after { content: ""; position: absolute; top: 50%; left: 7px; margin-top: -4px; border: 5px solid transparent; border-top: 6px solid #000; }
#SearchBoxL div#Kodawari h4:after { margin-top: -5px; border-top-color: #FFF; }
#SearchBoxL div#Kodawari h4:hover { background: #f7f7f7; }
#SearchBoxL div#Kodawari h4:hover:after { border-top-color: #f7f7f7; }
#SearchBoxL div#Kodawari h4.open { font-weight: bold; }
#SearchBoxL div#Kodawari h4.open:before { margin-top: -11px; border-top-color: transparent; border-bottom: 6px solid #000; }
#SearchBoxL div#Kodawari h4.open:after { margin-top: -10px; border-top-color: transparent; border-bottom: 6px solid #FFF; }
#SearchBoxL div#Kodawari h4.open:hover:after { border-bottom-color: #f7f7f7; }

#SearchBoxL p a.tri { margin: 20px 0 10px; }
#SearchBoxL p a.tri:last-of-type { margin: 0 0 5px; }
#SearchBoxL p button { margin-top: 10px; }

#SearchBoxL .modalBlock h3 { margin: 0 0 30px; padding: 0 0 5px; font-size: 20px; border-top: none; }
#SearchBoxL .modalBlock p.center { margin-top: 20px; }
#SearchBoxL .modalBlock div { padding: 0; }
#SearchBoxL .modalBlock .selectBox { min-width: 150px; }

#SearchResult article { width: 760px; margin-bottom: 50px; }
#SearchResult article section { margin-bottom: 30px; }

/* #Result div */
#Result div.linked { position: relative; margin-bottom: 30px; padding: 20px; border: 1px solid #BBB; transition: 0.3s ease; }
#Result div p.objCheck { position: absolute; top: 26px; left: 23px; z-index: 1; }

#Result div a.divLink { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; transition: 0.3s ease; transition-property: background,border; }

#Result div.linked:hover { background: #f2f2f2; border-color: #f2f2f2; }
#Result div.linked:hover > h3 { color: #FFF; background: #123881; }
#Result div.linked:hover > h3 i.assortment { color: #FFF !important; border-color: #FFF; }
#Result div.linked:hover > .status i { background: #FFF; }

#Result h3 { position: static; margin-bottom: 20px; padding: 12px 10px 7px 46px; background: #f2f2f2; transition: 0.3s ease; transition-property: background,color; }
#Result h3 i { display: inline-block; margin: 0 0 0 9px; padding: 0 10px; color: #000; font-size: 14px; line-height: 24px; background: #FFF; border: 1px solid #999; vertical-align: top; }
#Result h3 i.assortment, #Result h3 i.limited { margin: 2px 10px 0 0; padding: 0 8px; color: #333; font-size: 12px; font-weight: bold; line-height: 22px; background: none; transition: 0.3s ease; }

#Result table { float: right; display: block; margin: 0; width: 483px; vertical-align: top; border: none; }
#Result th, #Result td { padding: 10px 0; background-color: transparent; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
#Result tr:first-of-type th, #Result tr:first-of-type td { padding-top: 0; }
#Result tr:last-of-type th, #Result tr:last-of-type td { border: none; }
#Result th, #Result td:not(:last-child) { padding-right: 30px; }
#Result td { width: 185px; max-width: 185px; }
#Result tr td:last-of-type { width: 110px; max-width: 110px; }

#Result .status { clear: both; }
#Result .status i { margin: 10px 10px 0 0; padding: 0 8px; font-size: 14px; line-height: 26px; transition: 0.5s ease; transition-property: background; }
#Result .status i:first-child { margin-left: 0; }
#Result .point { margin: 20px 0 0; padding: 20px 20px 20px 92px; width: 458px; min-height: 97px; background: #FFF; border: 1px solid #BBB; }
#Result .point h4 { position: static; margin: 0 0 -18px -72px; font-size: 14px; }

#Result .buttonLinks { position: absolute; bottom: 20px; right: 20px; max-width: 240px; }
#Result .buttonLinks .btn { padding-top: 13px; padding-bottom: 11px; max-width: 240px; font-size: 18px; }
#Result .buttonLinks .btn.white { margin-top: 10px; border-bottom-color: #888; }

/* .premium */
#SearchResult .premium { margin: 0 auto 20px; padding: 13px 0 10px; color: #F63; font-size: 18px; text-align: center; border: 1px solid #F63; }

/* .noResult */
.noResult { margin: 0 0 30px; padding: 20px; text-align: center; border: 1px solid #BBB; }
.noResult h3 { margin-bottom: 40px; padding: 12px 0 10px; font-size: 28px; font-weight: normal; text-align: center; background: #f2f2f2; }
.noResult h3 + p { margin-bottom: 40px; font-size: 16px; }
.noResult p .btn:first-child { margin-right: 30px; }

/* BxSlider */
#Result .slider { float: left; margin-right: 20px; width: 215px; }
#Result .bx-wrapper div.bx-viewport { margin: 0; height: 144px; }
#Result .bx-wrapper .bx-viewport li { height: 144px; }
#Result .bx-wrapper a:hover img { opacity: 1; }

#Result .bx-pager { margin-top: 10px; font-size: 0; text-align: center; }
#Result .bx-pager a { display: inline-block; position: relative; margin-right: 10px; padding: 0; width: 65px; height: 43px; vertical-align: top; cursor: pointer; }
#Result .bx-pager a:last-of-type { margin: 0; }
#Result .bx-pager a img { max-height: 100%; }
#Result .bx-pager a:hover img { opacity: 1; }
#Result .bx-pager a:hover img { background: #FFF; opacity: .8; }
#Result .bx-pager p { margin-top: 10px; font-size: 13px; }
#Result .bx-pager p img { margin-right: 5px; vertical-align: middle; }


/*-------------------------------------
	Detail
-------------------------------------*/

#Detail article { float: none; margin: 40px auto 80px; padding: 0 20px; width: 1280px; }
#Detail article section, #Detail article > div, #Detail article section > div { margin-bottom: 40px; }

#Detail article .contact { display: table; padding: 30px 0 30px 30px; width: 100%; background: #f2f2f2; border: 1px solid #d2d2d2; }
#Detail article .contact div { display: table-cell; margin-bottom: 0; padding-right: 30px; vertical-align: top; }
#Detail article .contact h2 { margin-bottom: 10px !important; padding: 0; font-size: 14px !important; line-height: 1; border: none; }
#Detail article .contact h3 { margin-bottom: 12px; padding-bottom: 15px; font-size: 42px; line-height: 1; border-bottom: 1px dotted #666; }
#Detail article .contact h3 span { font-size: 14px; font-weight: normal; vertical-align: baseline; }
#Detail article .contact h3 + p { line-height: 140%; }
#Detail article .contact h3 + p a { text-decoration: underline; }
#Detail article .contact h3 + p a:hover { text-decoration: none; }

#Detail article .contact .btn:not(.white) { margin-bottom: 20px; padding: 23px; width: 450px; max-width: 450px; font-size: 28px; border-radius: 7px; }
#Detail article .contact .btn:not(.white):before { display: none; }
#Detail article .contact .btn.white { padding: 13px 20px 10px 12px; width: 215px; max-width: 220px; font-size: 16px; border-bottom-color: #888; }
#Detail article .contact div:nth-of-type(2) .btn.white:last-of-type { margin-left: 15px; }

#Detail article .contact.long div { vertical-align: middle; }
#Detail article .contact.long div:last-of-type { width: 685px; }
#Detail article .contact.long div:last-of-type p { display: table-cell; vertical-align: top; }
#Detail article .contact.long div:last-of-type p .btn:not(.white) { margin: 0; padding: 34px 23px; }
#Detail article .contact.long div:last-of-type p .btn.white { display: block; margin-left: 20px; }
#Detail article .contact.long div:last-of-type p .btn.white:last-of-type { margin-top: 10px; }

/* DetailTop */
#Detail #DetailTop { padding: 30px; border: 1px solid #BBB; }
#Detail #DetailTop > div { display: table-cell; padding-right: 30px; width: 668px; vertical-align: top; }
#Detail #DetailTop h1 { margin-bottom: 30px; padding-bottom: 8px; font-size: 30px; border-bottom: 3px solid #DDD; }
#Detail #DetailTop p.infos { margin-bottom: 10px; font-size: 14px; }
#Detail #DetailTop p.infos i { display: inline-block; margin: 0 10px 0 0; padding: 0 10px; line-height: 26px; background: #FFF; border: 1px solid #BBB; vertical-align: middle; }

#Detail #DetailTop table th, #Detail #DetailTop table td { padding: 10px 20px 10px 0; min-width: 100px; }
#Detail #DetailTop table td .btn.simple { position: absolute; right: 570px; margin-top: -2px; }
#Detail #DetailTop table tr:nth-child(2) td, #Detail #DetailTop table tr:nth-child(7) td { padding-right: 140px; }
#Detail #DetailTop table ul li { list-style-type: disc; }

#Detail #DetailTop .status { padding-top: 10px; }
#Detail #DetailTop .status i { margin: 10px 10px 0 0; padding: 0 8px; font-size: 14px; line-height: 26px; }

#Detail #DetailTop .contact { padding-bottom: 20px; width: 510px; border: none; }
#Detail #DetailTop .contact div { display: block; padding: 0; }
#Detail #DetailTop .contact h3 + p { margin-bottom: 20px; }
#Detail #DetailTop .contact .qr { display: table; margin-top: 20px; padding-top: 20px; width: 100%; text-align: center; border-top: 1px dotted #666; }
#Detail #DetailTop .contact .qr p { display: table-cell; font-weight: bold; vertical-align: middle; }
#Detail #DetailTop .contact .qr p.title { position: relative; padding-right: 40px; max-width: 320px; }
#Detail #DetailTop .contact .qr p.title:before { content: ""; position: absolute; top: 50%; right: 12px; margin-top: -3px; border: 3px solid transparent; border-right: 5px solid transparent; border-left: 5px solid #000; }

/* campaign */
#Detail .campaign { position: relative; padding: 30px 30px 28px 164px; background: #EEF4FE; }
#Detail .campaign h2 { display: inline-block; position: absolute; top: 50%; left: 30px; margin-top: -17px; padding: 9px 10px 7px; color: #FFF; font-size: 14px; background: #123881; border: none; }

/* BxSlider */
#Detail #Photo { margin-bottom: 32px; font-size: 0; }
#Detail .bx-wrapper, #Detail .bx-pager { display: inline-block; margin: 0; vertical-align: top; }
#Detail .bx-wrapper { position: relative; width:600px; height: 400px; background: #f2f2f2; }
#Detail .bx-wrapper li { height: 400px; }
#Detail .bx-wrapper li img, #Detail .bx-pager li a img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-height: 100%; }

#Detail .bx-pager { width: 640px; }
#Detail .bx-pager li { display: inline-block; position: relative; margin: 0 0 8px 8px; width: 120px; height: 74px; background-color: #f2f2f2; vertical-align: top; }
#Detail .bx-pager li a { position: relative; display: block; width: 100%; height: 74px; text-align: center; }
#Detail .bx-pager li a img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-height: 100%; }
#Detail .bx-pager li a.active img { opacity: .6; }

#Detail .bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -17px; outline: 0; width: 20px; height: 35px; text-indent: -9999px; opacity: .6; z-index: 9999; }
#Detail .bx-wrapper .bx-controls-direction a:hover { opacity: 1; }
#Detail .bx-wrapper .bx-controls-direction a.disabled { display: none; }
#Detail .bx-wrapper .bx-prev { left: 10px; background: url("/invest/images/common/bx_controls.png") no-repeat 0 -75px; }
#Detail .bx-wrapper .bx-next { right: 10px; background: url("/invest/images/common/bx_controls.png") no-repeat 0 0; }
#Detail .bx-wrapper .bx-caption { position: absolute; bottom: 0; padding: 9px 10px 7px; width: 100%; color: #FFF; font-size: 14px; line-height: 1; background: rgba(0,0,0,0.5); white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

/* Left&Right */
#Detail #Left, #Detail #Right { display: table-cell; width: 960px; vertical-align: top; }
#Detail #Right { padding-left: 40px; width: 280px; }

#Detail #Left .contact div:last-of-type p .btn:not(.white) { width: 418px; }
#Detail #Left .contact div:last-of-type p .btn.white { width: 199px; }

#Detail #Right div { padding: 20px; border: 1px solid #BBB; }
#Detail #Right div h2 { margin-bottom: 10px; font-size: 14px; }
#Detail #Right div h3 { margin-bottom: 10px; font-size: 20px; }
#Detail #Right div a.tri { display: inline-block; margin: 10px 10px 0 0; }

/* respArea */
#Detail .respArea { padding: 30px 30px 20px 220px; background: #f2f2f2 url("/invest/images/common/slant.png") repeat; }
#Detail .respArea figure { display: block; margin-left: -190px; width: 160px; height: 160px; border-radius: 100px; overflow: hidden; border: 8px solid #FFF; box-shadow: 0 0 10px #BBB; }
#Detail .respArea figure img { width: auto; height: 100%; position: relative; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
#Detail .respArea .balloon { position: relative; margin: -160px 0 15px; padding: 20px 20px 15px; background: #FFF; border: 3px solid #d2d2d2; }
#Detail .respArea .balloon:before, #Detail .respArea .balloon:after { content: ""; display: block; position: absolute; top: 50%; left: -32px; margin-top: -18px; width: 0; height: 0; border: 16px solid transparent;  border-right: 16px solid #d2d2d2; }
#Detail .respArea .balloon:after { left: -28px; border-right-color: #FFF; }
#Detail .respArea .balloon h2 { margin-bottom: 5px; padding: 0; font-size: 16px; border: none; }
#Detail .respArea .balloon + p {
	line-height: 140%;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px,white 1px -1px 0px, white -1px -1px 0px,
	white 2px 2px 0px, white -2px 2px 0px, white 2px -2px 0px, white -2px -2px 0px,
	white 3px 3px 0px, white -3px 3px 0px, white 3px -3px 0px, white -3px -3px 0px;
	}
#Detail .respArea  p b { font-size: 20px; font-weight: normal; line-height: 160%; }

/* point */
#Detail .point { padding: 30px 0 28px 30px; border: 1px solid #bbb; }
#Detail .point h2, #Detail .point p { display: table-cell; margin-top: -17px; padding: 0 30px 0 0; font-size: 14px; border: none; }

/* DetailTable */
#Detail #DetailTable table { table-layout: fixed; }
#Detail #DetailTable th, #Detail #DetailTable td { padding: 7px 20px 6px; }
#Detail #DetailTable th { width: 170px; background: #f2f2f2; }
#Detail #DetailTable td .btn.simple { margin: 3px 0 4px; padding: 7px 20px 6px 12px; width: auto; max-width: none; background: #f2f2f2; }
#Detail #DetailTable td .btn.simple:hover { background: #FFF; }

/* Map */
#Detail #Map .mapcanvas, #Detail #Map ul { display: inline-block; width: 1020px; height: 540px; vertical-align: top; }

#Detail #Map .mapcanvas div.gm-style-iw { padding: 16px 10px; max-width: 300px; }
#Detail #Map .mapcanvas div.gm-style-iw h3 { padding-bottom: 3px; margin-bottom: 10px; font-size: 18px; border-bottom: 3px solid #DDD; }
#Detail #Map .mapcanvas div.gm-style-iw div { overflow: visible !important; }

#Detail #Map ul { margin-left: 20px; width: 190px; }
#Detail #Map ul li { margin-bottom: 10px; line-height: 34px; }
#Detail #Map ul li img { margin: -3px 10px auto auto; vertical-align: middle; }

/* Map */
#Detail .modalBlock, #Detail .modalBlock h3 { text-align: center; }
#Detail .modalBlock p.tell { margin: 20px 0; font-size: 42px; font-weight: bold; line-height: 1; }

/* .list */
#Detail section.list { margin-bottom: 10px; }

/* contracted */
#Detail #DetailTop .contracted { display: inline-block; margin: 0 auto; padding: 18px 20px 15px; color: #F63; font-size: 30px; border: 1px solid #F63; }
#Detail .bx-pager.contracted li { background: none; }

/* nologins */
#Detail #DetailTop .premium { text-align: center; }
#Detail #DetailTop .premium h3 { margin: 0 auto 20px; padding: 13px 0 10px; color: #F63; font-size: 22px; font-weight: normal; text-align: center; border: 1px solid #F63; }
#Detail #DetailTop .premium h3 + p { margin-bottom: 20px; }
#Detail #DetailTop .premium button, #Detail #DetailTop .premium .btn { padding: 13px 20px 11px; max-width: 240px; }

#Detail #DetailTop .premium #Login { margin: 30px 0 0; padding: 30px 0 0; border: none; border-top: 1px dotted #999; }
#Detail #DetailTop .premium #Login h4 { margin-bottom: 15px; font-size: 18px; text-align: center; }
#Detail #DetailTop .premium #Login p { margin-bottom: 15px; }
#Detail #DetailTop .premium #Login span { display: inline-block; margin-right: 3%; width: 25%; max-width: 104px; text-align: left; }
#Detail #DetailTop .premium #Login input { width: 70%; }


/*-------------------------------------
	contact
-------------------------------------*/

/* invList */
.contact .invList { margin-bottom: 50px; max-height: 500px; border: 1px solid #BBB; overflow-y: auto; }
.contact .invList li { position: relative; padding: 20px; width: 100%; border-bottom: 1px solid #BBB; }
.contact .invList li:last-of-type { border-bottom: none; }
.contact .invList li:after { content:'.'; display:block; height:0; clear:both; visibility:hidden; }
.contact .invList table th { background: none; }

.contact .invList h3 { margin-bottom: 20px; padding: 7px; font-size: 20px; background: #f2f2f2; border: none; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; transition: all 0.2s ease; }
.contact .invList h3 i { display: inline-block; margin: -2px 10px 0 0; padding: 0 10px; color: #000; font-size: 12px; line-height: 22px; background: #FFF; border: 1px solid #BBB; vertical-align: middle; }
.contact .invList h3 span { margin-left: 10px; font-size: 14px; font-weight: normal; vertical-align: middle; }
.contact .invList h3 + p { float: left; width: 180px; text-align: center; }
.contact .invList h3 + p img { margin: 0 auto; max-width: 180px; max-height: 120px; }

.contact .invList table { float: left; margin: 0; max-width: 998px; border-top: none; }
.contact .invList table th, .contact .invList table td { padding: 0 30px 10px 0; border-bottom: none; }
.contact .invList table th { padding-left: 30px; width: 140px; }
.contact .invList table th:not(:first-of-type) { width: 150px; border-left: 1px dotted #666; }
.contact .invList table td:first-of-type { width: 230px; }
.contact .invList table td:last-of-type { padding-right: 0; }
.contact .invList table td:nth-of-type(2) { max-width: 498px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.contact .invList table tr:last-of-type th, .contact .invList table tr:last-of-type td { padding-bottom: 0; }


/* premium */
.contact .premium { margin-bottom: 50px; padding: 25px 30px; font-size: 16px; background: #EEF4FE; }
.contact .premium h4 { margin-bottom: 10px; color: #123881; font-size: 20px; }
.contact .premium p.checkbox, .contact .premium div { display: table-cell; padding-left: 40px; vertical-align: middle; }
.contact .premium p.checkbox { padding: 0 16px 0 0; min-width: 290px; border-right: 1px dotted #666; }
.contact .premium p.checkbox label { margin: 0; padding-top: 2px; }
.contact .premium div p { line-height: 150%; }

.contact .premContent { margin-top: -20px; }
.contact .premContent table tr:first-of-type .selectBox { margin-right: 20px; }

.contact.conf .premium { margin-bottom: 30px; }


/*-------------------------------------
	mypage
-------------------------------------*/

#MypageTop .pageTitle { margin-bottom: 30px; }

#MypageTop .myTab { position: relative; margin-bottom: 30px; }
#MypageTop .myTab:before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #BBB; }
#MypageTop .myTab li { position: relative; display: inline-block; padding: 15px 0; width: 240px; height: 55px; color: #666; font-size: 20px; text-align: center; background: #fafafa; border: 1px solid #BBB; border-radius: 5px 5px 0 0; cursor: pointer; }
#MypageTop .myTab li:not(.select):hover { color: #000; background: #f5f5f5; }
#MypageTop .myTab li.select { color: #000; background: #FFF; cursor: default; }
#MypageTop .myTab li.select:before { content: ""; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; background: #FFF; z-index: 10; }

#MypageTop .tabs:not(:first-of-type) { display: none; }

#MypageTop .msg { margin-bottom: 30px; padding: 20px 20px 17px; font-size: 16px; background: #f2f2f2; }
#MypageTop .msg a { text-decoration: underline; }
#MypageTop .msg a:hover { text-decoration: none; }

#MypageTop .controlls { margin-bottom: 30px; }
#MypageTop .controlls .paging { margin-bottom: 20px; padding: 0; }
#MypageTop .controlls .listCheck { padding: 10px 0; min-height: 56px; }
#MypageTop .controlls .listCheck > label { margin: 3px 0 0 15px; }
#MypageTop .controlls .listCheck label.disabled { background-color: transparent !important; cursor: default; }
#MypageTop .controlls .listCheck button { width: 200px; }
#MypageTop .controlls .listCheck button.reset { margin-left: 4px; }

#MypageTop .controlls.bottom { padding-top: 10px; }
#MypageTop .controlls.bottom .paging { margin: 20px 0 0; }

#MypageTop .myList div { position: relative; display: table; margin-bottom: 20px; width: 100%; border: 1px solid #BBB; }
#MypageTop .myList div:hover { border-color: #888; }
#MypageTop .myList div:hover:before { display: block; }
#MypageTop .myList div:hover .objCheck { background: #e2e2e2; }
#MypageTop .myList div:hover h3 { border-color: #CCC; }
#MypageTop .myList div:hover .status i { background: #eaeaea; border-color: #BBB; }

#MypageTop .myList .objCheck { display: table-cell; min-width: 55px; text-align: center; background: #f2f2f2; vertical-align: middle; transition: all 0.2s ease; }
#MypageTop .myList .objCheck label { margin: 0 auto; }

#MypageTop .myList .contents { position: relative; display: table-cell; padding: 20px; border: none; }
#MypageTop .myList h3 { margin-bottom: 20px; padding-bottom: 5px; max-width: 903px; font-size: 20px; border-bottom: 3px solid #DDD; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; transition: all 0.2s ease; }
#MypageTop .myList h3 i { display: inline-block; margin: -2px 10px 0 0; padding: 0 10px; color: #000; font-size: 12px; line-height: 22px; background: #FFF; border: 1px solid #BBB; vertical-align: middle; }
#MypageTop .myList h3 span { margin-left: 10px; font-size: 14px; font-weight: normal; vertical-align: middle; }
#MypageTop .myList h3 + p { float: left; width: 180px; text-align: center; }
#MypageTop .myList h3 + p img { margin: 0 auto; max-width: 180px; max-height: 120px; }

#MypageTop .myList table { float: right; max-width: 703px; border-top: none; }
#MypageTop .myList table th, #MypageTop .myList table td { padding: 0 0 11px; border-bottom: none; }
#MypageTop .myList table tr:last-of-type th, #MypageTop .myList table tr:last-of-type td { padding-bottom: 0; }
#MypageTop .myList table th { min-width: 100px; padding-right: 20px; }
#MypageTop .myList table th:nth-of-type(2) { padding-left: 20px; min-width: 130px; border-left: 1px dotted #666; }
#MypageTop .myList table td:first-of-type { width: 170px; }
#MypageTop .myList table td:nth-of-type(2) { max-width: 300px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
#MypageTop .myList table td.price, #MypageTop .myList table td.yield { font-size: 20px; }

#MypageTop .myList .status { clear: both; max-width: 473px; min-height: 60px; padding-top: 10px; }
#MypageTop .myList .status i { margin: 10px 10px 0 0; padding: 0 8px; transition: all 0.2s ease; }

#MypageTop .myList .buttonLinks { position: absolute; bottom: 20px; right: 20px; width: 420px; text-align: right; }
#MypageTop .myList a.btn { padding: 13px 20px 11px; }
#MypageTop .myList a.btn.white { margin-left: 20px; padding: 12px 20px 9px; font-size: 16px; }

/* aside */
#MypageTop aside .border { margin-bottom: 20px; padding: 12px 12px 0; border: 1px solid #BBB; }
#MypageTop aside .border h2 { margin-bottom: 12px; text-align: center; }
#MypageTop aside .border h2.rent { font-size: 15px; }
#MypageTop aside .border h2 img { margin-bottom: 8px; }
#MypageTop aside .border p { margin-bottom: 12px; }
#MypageTop aside .border a.btn { margin-top: -2px; }

#MypageTop aside .dotted { padding-bottom: 10px; border-bottom: 1px dotted #666; }
#MypageTop aside .border .dotted a.btn { margin-bottom: 2px; }
#MypageTop aside .border .dotted + p a { text-decoration: underline; }
#MypageTop aside .border .dotted + p a:hover { text-decoration: none; }

#MypageTop #Guide { margin: 30px 0 0; padding: 27px 0 20px; border-top: 1px dotted #666; border-bottom: none; }

/* login */
#MypageLogin form p:last-child { padding-top: 18px; font-size: 12px; border-top: 1px dotted #666; }
#MypageLogin form button { margin-top: -3px; }

/* editform */
#MypageEditTop .radio .caution, #MypageEditTop .checkbox .caution { margin: 5px 0 10px; }
#MypageEditTop table.customer td input[type=text] { margin-right: 10px; }

/* wishform */
#MypageWishTop .area .selectBox + .selectBox { margin-left: 10px; }

#MypageWishConf .area b { margin-left: 0; font-weight: bold; }


/*-------------------------------------
	History
-------------------------------------*/

#History article { width: 760px; margin-bottom: 50px; }
#History article section { margin-bottom: 30px; }

#History h2.pageTitle { margin-bottom: 30px; }
#History h2.pageTitle span { margin-left: 10px; vertical-align: middle; }


/*-------------------------------------
	sub pages
-------------------------------------*/

.subPages h2.pageTitle { position: relative; margin-bottom: 30px; padding-left: 55px; }
.subPages h2.pageTitle:before { content: ""; position: absolute; top: 6px; left: 12px; width: 36px; height: 38px; }
.subPages h2.pageTitle.noicon { padding-left: 15px; }
.subPages h2.pageTitle.noicon:before { display: none; }

#BalanceSimulation h2.pageTitle:before { background: url("/invest/images/subpages/calculation_W.png") no-repeat; }
#ForBeginner h2.pageTitle:before { background: url("/invest/images/subpages/beginner_W.png") no-repeat; }
#Hints h2.pageTitle:before { background: url("/invest/images/subpages/hint_W.png") no-repeat; }
#Words h2.pageTitle:before { background: url("/invest/images/subpages/words_W.png") no-repeat; }
#Sitemap.subPages h2.pageTitle { padding-left: 15px; }
#Sitemap.subPages h2.pageTitle:before {display: none; }

.subPages h2.pageTitle + p, .subPages h3 + p { margin-bottom: 60px; font-size: 16px; line-height: 160%; }

.subPages article section { margin-bottom: 60px; }
.subPages article h3 { margin-bottom: 20px; padding-bottom: 5px; border-bottom: 3px solid #DDD; }

/* BalanceSimulation */
#BalanceSimulation table { margin-bottom: 40px; font-size: 16px; }
#BalanceSimulation table td input { margin-right: 20px; width: 150px; }
#BalanceSimulation table td:last-of-type { color: #666; font-size: 14px; }

#BalanceSimulation #Data table th { width: 140px; }
#BalanceSimulation #Data table tr:first-of-type th, #BalanceSimulation #Data table tr:nth-of-type(6) th { font-size: 18px; background: #f2f2f2; }
#BalanceSimulation #Data table td:first-of-type { width: 250px; }

#BalanceSimulation #Simulated table th { width: 220px; background: #f2f2f2; }
#BalanceSimulation #Simulated table td:first-of-type { padding-left: 30px; min-width: 140px; color: #F63; font-weight: bold; white-space: nowrap; }

#BalanceSimulation #Method { margin-bottom: 50px; padding: 30px 30px 10px; border: 1px solid #BBB; }
#BalanceSimulation #Method h3 { font-size: 16px; border-width: 2px; }
#BalanceSimulation #Method p { margin-bottom: 13px; font-size: 14px; line-height: 160%; }
#BalanceSimulation #Method .formula { font-size: 18px; font-weight: bold; }

/* ForBeginner */
#ForBeginner article section p:last-child, #ForBeginner article section#Pillar div:last-child { margin-bottom: 0; }

#ForBeginner #Pillar h3 + p { margin-bottom: 30px; }
#ForBeginner #Pillar p.center { margin-bottom: 60px; }
#ForBeginner #Pillar p.center a.btn.white { margin: 0 10px; padding: 14px 30px 13px 15px; max-width: 28%; font-size: 16px; }
#ForBeginner #Pillar div { display: table; margin-bottom: 50px; width: 100%; }
#ForBeginner #Pillar div h4, #ForBeginner #Pillar div div { display: table-cell; vertical-align: top; }
#ForBeginner #Pillar div h4 { min-width: 180px; color: #BBB; font-size: 120px; font-family: "Arial", Gadget, sans-serif; font-weight: normal; text-align: center; background: #f2f2f2; }
#ForBeginner #Pillar div div { padding-left: 35px; }
#ForBeginner #Pillar div div h5 { padding-top: 5px; font-size: 36px; font-weight: normal; line-height: 1; }
#ForBeginner #Pillar div div h5 + p { margin-top: 30px; }
#ForBeginner #Pillar div div h5 + p + p { margin-top: 15px; }
#ForBeginner #Pillar div div h6 { margin: 40px 0 15px; /*color: #123881;*/ font-size: 18px; }
#ForBeginner #Pillar div div ol { margin-left: 22px; list-style-type: lower-alpha; }
#ForBeginner #Pillar div div ol li { margin-bottom: 6px; font-size: 16px; line-height: 160%; }
#ForBeginner #Pillar div div p { font-size: 16px; line-height: 160%; }

#ForBeginner #Pillar div div ol.flow { margin: 0; list-style-type: none; }
#ForBeginner #Pillar div div ol.flow li { position: relative; margin-bottom: 40px; padding: 10px 10px 7px; max-width: 600px; text-align: center; border: 1px solid #BBB; }
#ForBeginner #Pillar div div ol.flow li:before { content: ""; position: absolute; bottom: -34px; left: 50%; margin-left: -8px; border: 8px solid transparent; border-top: 9px solid #666; }
#ForBeginner #Pillar div div ol.flow li:last-child { margin: 0; }
#ForBeginner #Pillar div div ol.flow li:last-child:before { display: none; }

#ForBeginner #Pillar div#Two ol { margin-left: 26px; list-style-type: decimal; }
#ForBeginner #Pillar div#Two ol li { font-size: 18px; font-weight: bold; }
#ForBeginner #Pillar div#Two ol li h6 { margin: 30px 0 5px; font-size: 18px; }

/* Hints */
#Hints article div { display: inline-block; margin-bottom: 80px; width: 470px; vertical-align: top; }
#Hints article div:nth-of-type(2n) { margin-left: 55px; }
#Hints article div h3 { font-size: 20px; }
#Hints article div p { margin-bottom: 0; }
#Hints article div p b { display: block; margin-top: 15px; padding: 13px 15px 10px; font-size: 15px; line-height: 1.8; background: #f2f2f2; }

/* Words */
#Words article ul { margin: 60px 0; text-align: center; }
#Words article ul li { display: inline-block; margin: 0 8px; }
#Words article ul li .btn.simple { padding: 9px 24px 8px 10px; max-width: none; font-size: 16px; }
#Words article ul li .btn.simple:before { right: 3px; }
#Words article ul li:last-child { padding: 0; }

#Words article div { display: table; margin-bottom: 60px; width: 100%; }
#Words article div h3, #Words article div dl { display: table-cell; vertical-align: middle; }
#Words article div h3 { min-width: 110px; color: #BBB; font-size: 80px; font-weight: normal; line-height: 1; border: none; border-right: 4px solid #CCC; vertical-align: top; }

#Words article div dl { padding: 0 0 0 30px; }
#Words article div dl dt { display: inline-block; margin-bottom: 10px; width: auto; font-size: 20px; letter-spacing: 1px; }
#Words article div dl dt span { display: inline-block; margin-left: 5px; font-size: 13px; font-weight: normal; letter-spacing: 0; vertical-align: middle; }
#Words article div dl dd { margin-bottom: 25px; padding: 0 0 25px; line-height: 160%; border-bottom: 1px dotted #BBB; }
#Words article div dl dd:last-child { margin: 0; padding: 0; border: none; }

/* Sitemap */
#Sitemap article section { display: table; width: 100%; }

#Sitemap article section div { display: table-cell; padding: 0 15px; width: 33.3%; max-width: 33.3%; }
#Sitemap article section div:first-of-type { padding: 0 30px 0 0; }
#Sitemap article section div:nth-of-type(3) { padding: 0 0 0 30px; }

#Sitemap article section a { position: relative; padding-left: 12px; }
#Sitemap article section a:hover { text-decoration: underline; }
#Sitemap article section a:before { content: ""; position: absolute; top: 50%; left: 1px; margin-top: -5px; border: 4px solid transparent; border-left-color: #000; }
#Sitemap article section h3 a:before { left: 0; margin-top: -7px; border-width: 6px; }

#Sitemap article section h3 { font-size: 18px; }
#Sitemap article section h3:last-child { margin: 40px 0 0; }
#Sitemap article section h3 + h4 { margin-top: 0; }
#Sitemap article section h4 { margin: 30px 0 10px; padding-bottom: 5px; font-size: 14px; border-bottom: 1px dotted #999; }

#Sitemap article section ul {  margin-bottom: 10px; }
#Sitemap article section ul li { margin: 0 0 6px; }
#Sitemap article section ul li.onMap { display: block; margin-top: 15px; }

#Sitemap article section p { font-size: 14px !important; }

/* featureAgent */
.featureAgent header div { max-height: 120px; text-align: center; background: #F2F2F2; border-bottom: 1px solid #d2d2d2; }
.featureAgent header div img { max-height: 100%; }

.featureAgent footer #Copy { padding: 40px 20px; text-align: center; }

#SearchResult.featureAgent header,
#SearchResult.featureAgent main { max-width: 1040px; }

/* Responsibility */
#Responsibility article section { margin-bottom: 40px; }
#Responsibility article section p { margin-bottom: 20px; font-size: 16px; line-height: 160%; }

#Responsibility article section ul { display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; border-bottom: 1px solid #BBB; border-right: 1px solid #BBB; }
#Responsibility article section ul li { margin: 0; padding: 20px; width: 50%; border-top: 1px solid #BBB; border-left: 1px solid #BBB; }
#Responsibility article section ul li h4 { margin: 0 0 5px; font-size: 16px; }
#Responsibility article section ul li p { margin: 0; font-size: 14px; }

/* Privacy */
#Privacy article section { margin-bottom: 40px; }
#Privacy article section p { margin-bottom: 20px; font-size: 16px; line-height: 160%; }
#Privacy article section ul { margin: 0 0 20px; list-style: disc; }
#Privacy article section ul li { margin: 0 0 10px 20px; font-size: 16px; }
#Privacy article section .contacts { padding: 20px; background: #f2f2f2; }
#Privacy article section .contacts .btn { margin: 10px 0 0 0; vertical-align: baseline; }

/* Company */
#Company article section { margin-bottom: 40px; }
#Company article section p { margin-bottom: 20px; font-size: 16px; line-height: 160%; }
#Company article .slogan { padding: 30px; font-size: 18px; line-height: 2; text-align: center; background: #f2f2f2; }

#Company article section ul { margin: 0 0 20px; list-style: disc; }
#Company article section ul li { margin: 0 0 10px 20px; font-size: 16px; }

#Company article table { margin: 0 0 40px; }
#Company article table th { min-width: 120px; background: #f2f2f2; }
#Company article table a { margin: 0 0 0 10px; }
#Company article table a img { margin: 0 5px 0 0; width: 16px; vertical-align: middle; }