@charset "UTF-8";

/* !base */
/* --------------------------- */
html {
	background-color: #fff;
	margin: 0;
	color: #454545;
}
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	margin: 0;
	background-color: #fff;
	padding: 0;
}
a:link {
	color: #0768AC;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #002B62;
	text-decoration: none;
}
/* .ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; } */
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
  
.clearfix:after {
    clear: both;
}
  
/* IE6/7 support */
.clearfix {
    *zoom: 1;
}

/* material
--------------------------- */
.clearFloat {
	clear: both;
}
.floatLeft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.floatRight {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}

/* !layout */
/* --------------------------- */
#wrap {
	width: 920px;
	text-align: left;
	margin: 0 auto;
}
#gHeader {
	width: 920px;
	height: 148px;
	position: relative;
	margin: 0 0 4px;
	background: url(../imgs/common/header_bg.png) center bottom no-repeat;
	overflow: hidden;
}
#contents {
	margin: 0 0 5px;
}
#gFotoer {
	clear: both;
	margin: 5px 0 10px;
}

/* !header */
/* --------------------------- */
#gHeader #siteTitle {
	width: 290px;
	height: 45px;
	margin: 30px 0 13px;
}
#gHeader #siteTitle a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../imgs/common/header_sitelogo.png) 0 0 no-repeat;
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#gHeader #siteTitle a:hover {
	opacity: 0.6;
}
#gHeader ul#mainNav {
	width: 917px;
	height: 48px;
	list-style: none;
	padding: 2px 0 0 3px;
	margin: 0;
	background-color: #3396D1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#gHeader ul#mainNav li {
	width: 136px;
	height: 46px;
	margin: 0 2px 0 0;
	float: left;
}
#gHeader ul#mainNav li a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../imgs/common/header_main-nav_btn.png) no-repeat;
}
#gHeader ul#mainNav li.mnHome {width: 85px;}
#gHeader ul#mainNav li.mnHome a {background-position: -3px -2px;}
#gHeader ul#mainNav li.mnHome a:hover,
#home #gHeader ul#mainNav li.mnHome a {background-position: -3px -52px;}
#gHeader ul#mainNav li.mnProducts a {background-position: -90px -2px;}
#gHeader ul#mainNav li.mnProducts a:hover,
#products #gHeader ul#mainNav li.mnProducts a {background-position: -90px -52px;}
#gHeader ul#mainNav li.mnCompany a {background-position: -228px -2px;}
#gHeader ul#mainNav li.mnCompany a:hover,
#company #gHeader ul#mainNav li.mnCompany a {background-position: -228px -52px;}
#gHeader ul#mainNav li.mnRecruit a {background-position: -366px -2px;}
#gHeader ul#mainNav li.mnRecruit a:hover,
#recruit #gHeader ul#mainNav li.mnRecruit a {background-position: -366px -52px;}
#gHeader ul#mainNav li.mnSupport a {background-position: -504px -2px;}
#gHeader ul#mainNav li.mnSupport a:hover,
#support #gHeader ul#mainNav li.mnSupport a {background-position: -504px -52px;}
#gHeader ul#mainNav li.mnBlog a {background-position: -642px -2px;}
#gHeader ul#mainNav li.mnBlog a:hover,
#blog #gHeader ul#mainNav li.mnBlog a {background-position: -642px -52px;}
#gHeader ul#mainNav li.mnLink a {background-position: -780px -2px;}
#gHeader ul#mainNav li.mnLink a:hover,
#link #gHeader ul#mainNav li.mnLink a {background-position: -780px -52px;}

#gHeader ul#subNav {
	font-size: 10px;
	line-height: 1em;
	letter-spacing: 0.1em;
	list-style: none;
	position: absolute;
	top: 30px;
	right: 0px;
	text-align: right;
}
#gHeader ul#subNav li {
	display: inline;
	padding-left: 0.5em;
	margin-left: 0.5em;
	border-left: solid 1px #83B3D5;
}
#gHeader ul#subNav li:first-of-type {
	border-left: none;
}

#gHeader form#searchform {
	font-size: 12px;
	position: absolute;
	top: 50px;
	right: 0px;
	width: 210px;
	height: 23px;
	padding: 2px 0 0 30px;
	border: solid 2px #4d4d4d;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px; 
	background: url(../imgs/common/header_search_bg.png) 5px center no-repeat;
}
#gHeader form#searchform .field {
	border: none;
}
#gHeader form#searchform .submit {
	font-size: 0.85em;
	line-height: 2em;
	height: 2em;
	padding: 0 1em;
	position: absolute;
	top: 2px;
	right: 2px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
	border-radius: 1em; 
}

/* !footer */
/* --------------------------- */
#gFotoer #copyright {
	text-align: right;
	letter-spacing: 0.1em;
}
#gFotoer ul#footerNav {
	font-size: 0.7em;
	list-style: none;
	text-align: left;
	margin: 0 0 1em;
	text-align: center;
}
#gFotoer ul#footerNav li {
	display: inline;
	padding: 0.5em 0 0.5em 1em;
	margin: 0;
	margin-left: 1em;
	border-left: solid 1px #ccc;
}
#gFotoer ul#footerNav li:first-of-type {
	border-left: none;
}

/* !top */
/* --------------------------- */
#gHeader .challenge25 {
	position: absolute;
	top: 30px;
	left: 430px;
}
#gHeader .challenge25 a img {
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#gHeader .challenge25 a:hover img {
	opacity: 0.6;
}

#contents #topImg {
	width: 680px;
	height: 340px;
	float: left;
	margin: 0 0 10px;
	background: url(../imgs/top/top_img_bg.jpg) 0 0 no-repeat;
}
#contents #topTopics {
	width: 240px;
	height: 340px;
	float: left;
	margin: 0;
	background: url(../imgs/top/top_topics_bg.png) 0 0 no-repeat;
}
#contents #topTopics .ttTitle {
	height: 25px;
}
#contents #topTopics dl.ttList {
	margin: 0;
	padding: 10px;
	height: 293px;
	overflow: auto;
	//font-size: 0.85em;
	font-size: 0.70em;
	line-height: 1.5em;
}
#contents #topTopics dl.ttList dt {
	border-top: solid 1px #eee;
	padding-top: 5px;
	margin: 0;
}
#contents #topTopics dl.ttList dd {
	margin: 0;
	border-bottom: solid 1px #ccc;
	padding: 0 0 5px 12px;
	background: url(../imgs/top/top_topics_arrow.png) 0 2px no-repeat;
}
#contents #topTopics dl.ttList dt:first-of-type {
	border-top: none;
	padding-top: 0;
}
#contents #topTopics dl.ttList dd:last-of-type {
	border-bottom: none;
}

#contents #topInfo {
	clear: both;
	border: solid 2px #3396D1;
	margin: 0 0 10px;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#contents #topInfo p {
	border: solid 1px #3396D1;
	margin: 0;
	padding: 0.5em 1em;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}

#contents #topCatch {
	width: 920px;
	height: 200px;
	background: url(../imgs/top/top_catch_bg.jpg) 0 0 no-repeat;
	clear: both;
}

/* !lower common */
/* --------------------------- */
#pageTitle {
	width: 920px;
	height: 100px;
	margin: 0 0 5px;
	text-indent: -999em;
	overflow: hidden;
}
#contents .pageBox {
	position: relative;
	background: #E8E9EA;
	padding: 30px;
	margin: 0 0 5px;
	-webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.12);
	-moz-box-shadow: inset 0 0 20px rgba(0,0,0,0.12);
	-ms-box-shadow: inset 0 0 20px rgba(0,0,0,0.12);
	-o-box-shadow: inset 0 0 20px rgba(0,0,0,0.12);
	box-shadow: inset 0 0 20px rgba(0,0,0,0.12);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
/*
#contents .pageBox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 920px;
	height: 20px;
	background: -webkit-linear-gradient(#787B84 0%, #E8E9EA 70%);
	background: -moz-linear-gradient(#787B84 0%, #E8E9EA 70%);
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#contents .pageBox:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 920px;
	height: 20px;
	background: -webkit-linear-gradient(#E8E9EA 30%, #787B84 100%);
	background: -moz-linear-gradient(#E8E9EA 30%, #787B84 100%);
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
*/
#contents .pageBox .pbTitle {
	font-size: 1.5em;
	line-height: 2em;
	height: 2em;
	text-indent: 1em;
	margin: 0 0 1em;
	background-color: #fff;
	-webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
	border-radius: 1em;
}
#contents .pageBox .pbBody {
	padding: 0 1.5em;
}
#contents .pageBox .caution {
	background-color: #ab0715;
	color: #fff;
	font-weight: bold;
	height: 2em;
	text-indent: 1em;
	font-size: 1em;
	line-height: 2em;
	letter-spacing: 0.1em;
	margin: 0 1.5em 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
	border-radius: 1em;
}
#contents .pageBox .pbShoulder {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 1em 0 0.5em;
}
#contents .pageBox .pbPara {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0 0 0.5em;
}


/* !products */
/* --------------------------- */
#products #pageTitle {
	background: url(../imgs/lower/products_pagetitle.jpg) 0 0 no-repeat;
}
#contents .pageBox .productsBox {
	width: 187px;
	height: 220px;
	padding: 10px;
	background-color: #fff;
	float: left;
	margin: 0 4px 0 0;
	position: relative;
	overflow: hidden;
}
#contents .pageBox .productsBox h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.3em;
}
#contents .pageBox .productsBox p {
	font-size: 0.75em;
	line-height: 1.4em;
	margin: 0;
}
#contents .pageBox .otherSystem {
	width: 840px;
	height: 42px;
	margin: 0 auto;
	background: url(../imgs/lower/products_system_bg.png) 0 0 no-repeat;
	clear: both;
	padding-top: 30px;
}
#contents .pageBox .otherSystem a {
	width: 840px;
	height: 42px;
	display: block;
	background: url(../imgs/lower/products_system_btn.png) 0 0 no-repeat;
}
#contents .pageBox .otherSystem a:hover {
	background-position: 0 -42px;
}
#contents .pageBox .productsBox .detailBtn {
	width: 150px;
	height: 18px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-indent: -999em;
	overflow: hidden;
	margin: 0;
}
#contents .pageBox .productsBox .detailBtn a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../imgs/lower/products_detail_btn.png) 0 0 no-repeat;
}
#contents .pageBox .productsBox .detailBtn a:hover {
	background-position: 0 -18px;
}
#contents .notes {
	color: #fff;
	background-color: #3396D1;
	padding: 15px 20px;
	position: relative;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#contents .notes:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 920px;
	height: 15px;
	background: -webkit-linear-gradient(#99CAE8 0%, #3396D1 70%);
	background: -moz-linear-gradient(#99CAE8 0%, #3396D1 70%);
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#contents .notes p {
	margin: 0 0 0.5em;
}
#contents .pBoxLongLong {
	width: 800px;
	height: 190px;
	float: left;
	margin: 0px 0px 20px 0px;
}
#contents .pBoxLong {
	width: 420px;
	height: 190px;
	float: left;
	margin: 0px 0px 20px 0px;
}
#contents #hotel-city {
	margin: 0 20px 20px 0;
}
#contents .pBox {
	width: 270px;
	height: 235px;
	float: left;
	margin: 0px 25px 20px 0px;
}
#contents #sell {
	margin: 0;
}
#contents #golf,
#contents #hotel-golf {
	height: 215px;
}
#contents .pBoxLong a,
#contents .pBox a {
	text-decoration: none;
	color: #2D231E;
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#contents .pBoxLong a:hover,
#contents .pBox a:hover {
	color: #0768AC;
	background: #fdf7a0;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5),inset 0 0 20px rgba(0,0,0,0.12);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5),inset 0 0 20px rgba(0,0,0,0.12);
	-ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5),inset 0 0 20px rgba(0,0,0,0.12);
	-o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5),inset 0 0 20px rgba(0,0,0,0.12);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5),inset 0 0 20px rgba(0,0,0,0.12);
}
#contents .pBoxLong img {
	float: left;
	margin: 0 10px 0 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#contents .pBoxLong h1 {
	font-size: 22px;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
	padding-top: 15px;
	height: 60px;
}
#contents .pBoxLong p {
	font-size: 14px;
	line-height: 21px;
	margin: 0 15px 0 0;
}
#contents .pBox img {
	margin: 15px 10px 0 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#contents .pBox p {
	font-size: 14px;
	line-height: 21px;
	margin: 0 15px 0;
}

/* !products lower */
/* --------------------------- */
#contents .pageBox .productsTitle {
	width: 860px;
	height: 42px;
	margin: 0 0 10px;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	-ms-border-radius: 21px;
	-o-border-radius: 21px;
	border-radius: 21px;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
#contents .pageBox ul.productsExpand {
	list-style: none;
	height: 120px;
	margin: 0 0 5px;
}
#contents .pageBox ul.productsExpand>li {
	float: left;
	width: 138px;
	height: 100px;
	padding: 10px;
	margin: 0 5px 0 0;
	background-color: #fff;
	font-size: 14px;
	line-height: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
#contents .pageBox ul.productsExpand>li.fin {
	margin: 0;
}
#contents .pageBox ul.productsExpand>li strong {
	color: #0768AC;
}
#contents .pageBox ul.productsExpand>li>ul {
	font-size: 0.85em;
	line-height: 1.3em;
	padding-top: 5px;
}
#contents .pageBox ul.productsExpand>li>ul li {
	margin: 0 0 0.5em;
}
#contents .pageBox .systemBasic,
#contents .pageBox .systemOption {
	font-size: 1.2em;
	line-height: 34px;
	font-weight: bold;
	text-indent: 0.5em;
	height: 34px;
	margin: 0 0 10px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
#contents .pageBox .systemBasic {
	color: #B60005;
	border: solid 2px #B60005;
}
#contents .pageBox .systemOption {
	color: #920783;
	border: solid 2px #920783;
}
#contents .pageBox dl.sBasicList {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 15px;
}
#contents .pageBox dl.sBasicList dt {
	width: 6em;
	float: left;
	font-weight: bold;
	color: #B60005;
}
#contents .pageBox dl.sBasicList dd {
	padding-left: 7em;
	margin: 0 0 1em;
}
#contents .pageBox dl.sBasicList dd>ul {
	margin: 0;
	list-style: none;
	font-size: 0.85em;
	line-height: 1.5em;
}
#contents .pageBox dl.sBasicList dd>ul li {
	margin: 0 0 0.5em;
	padding-left: 0.85em;
	text-indent: -0.85em;
}
#contents .pageBox dl.sBasicList dd>ul li:before {
	content: "●";
	font-size: 0.85em;
	vertical-align: middle;
}

#contents .pageBox ul.sOptionList {
	list-style: none;
	font-size: 14px;
	line-height: 20px;
	height: 170px;
	float: left;
	margin: 0 1em 20px 0;
}
#contents .pageBox ul.sOptionList li {
	margin: 0 0 0.3em;
}
#contents .pageBox ul.sOptionList li:before {
	content: "●";
	font-size: 0.85em;
	vertical-align: middle;
}
#contents .pageBox dl.sOptionList {
	font-size: 14px;
	line-height: 22px;
	float: left;
}
#contents .pageBox dl.sOptionList dt {
	color: #920783;
}
#contents .pageBox dl.sOptionList dt:before {
	content: "●";
	font-size: 0.85em;
	vertical-align: middle;
}
#contents .pageBox dl.sOptionList dd {
	margin: 0;
	padding-left: 0.85em;
	width: 210px;
}

#contents .pageBox ul.productsAction {
	list-style: none;
	height: 40px;
	margin: 20px 0 0;
}
#contents .pageBox ul.productsAction li {
	width: 420px;
	height: 40px;
	float: left;
	margin: 0;
}
#contents .pageBox ul.productsAction li a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../imgs/lower/products_action_btn.png) no-repeat;
}
#contents .pageBox ul.productsAction li.paDownload {margin-right: 20px;}
#contents .pageBox ul.productsAction li.paDownload a {background-position: 0px 0px;}
#contents .pageBox ul.productsAction li.paDownload a:hover {background-position: 0px -40px;}
#contents .pageBox ul.productsAction li.paContact a {background-position: -420px 0px;}
#contents .pageBox ul.productsAction li.paContact a:hover {background-position: -420px -40px;}

#contents .pageBox ul.subsystemList {
	list-style: none;
	height: 42px;
	margin: 0 0 20px;
}
#contents .pageBox ul.subsystemList li {
	height: 42px;
	float: left;
	margin: 0 10px 10px 0;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	-ms-border-radius: 21px;
	-o-border-radius: 21px;
	border-radius: 21px;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

/* !company */
/* --------------------------- */
#company #pageTitle {
	background: url(../imgs/lower/company_pagetitle.jpg) 0 0 no-repeat;
}
#contents .pageBox .pbBody .greeting {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0 0 0.5em;
	letter-spacing: 0.1em;
}
#contents .pageBox .pbBody .greetName {
	text-align: right;
	margin: 1em 0 0;
	font-family:'ヒラギノ明朝 Pro W6','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',serif;
}
#contents .pageBox .pbBody .greetName strong {
	font-size: 1.3em;
}
#contents .pageBox .pbBody dl.outline {
	font-size: 1.1em;
	line-height: 1.6em;
}
#contents .pageBox .pbBody dl.outline>dt {
	width: 7em;
	height: 2em;
	line-height: 2em;
	margin: 0.9em 0 0;
	text-align: center;
	float: left;
	color: #fff;
	text-shadow: 0px -1px 2px rgba(0,0,0,0.3);
	background: -webkit-linear-gradient(#3396D1 0%, #0768AC 100%);
	background: -moz-linear-gradient(#3396D1 0%, #0768AC 100%);
	background-color: #0768AC\9; /* ie8 and below */
	-webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#contents .pageBox .pbBody dl.outline>dd {
	padding: 1em 0 1em 8em;
	margin: 0;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ccc;
}
#contents .pageBox .pbBody dl.outline>dd p {
	margin-bottom: 0.5em;
}
#contents .pageBox .pbBody dl.outline dl.history {
	font-size: 0.9em;
	line-height: 1.5em;
}
#contents .pageBox .pbBody dl.outline dl.history dt {
	float: left;
}
#contents .pageBox .pbBody dl.outline dl.history dd {
	padding-left: 4.5em;
	margin: 0 0 0.75em;
}


/* !recruit */
/* --------------------------- */
#recruit #pageTitle {
	background: url(../imgs/lower/recruit_pagetitle.jpg) 0 0 no-repeat;
}
#contents .pageBox .pbBody dl.recruitList {
	font-size: 1.1em;
	line-height: 1.6em;	
}
#contents .pageBox .pbBody dl.recruitList>dt {
	width: 200px;
	float: left;
	text-align: right;
	padding: 0.5em 0 0 0;
}
#contents .pageBox .pbBody dl.recruitList>dd {
	margin: 0 0 0 220px;
	padding: 0.5em 0 0.5em 1em;
	border-left: solid 1px #ccc;
}
#contents .pageBox .pbBody dl.recruitList>dd ul {
	margin: 0 0 0 1em;
}


/* !support */
/* --------------------------- */
#support #pageTitle {
	background: url(../imgs/lower/support_pagetitle.jpg) 0 0 no-repeat;
}
#supportRemote {
	width: 200px;
	float: left;
	background: url(../imgs/lower/support_remote_img.jpg) 0 0 no-repeat;
	padding-top: 160px;
}
#supportRemote p {
	width: 200px;
	height: 2.5em;
	text-align: center;
	font-size: 1em;
	line-height: 2.5em;
}
#supportRemote p a {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-shadow: 0px -1px 2px rgba(0,0,0,0.3);
	background: -webkit-linear-gradient(#3396D1 0%, #0768AC 100%);
	background: -moz-linear-gradient(#3396D1 0%, #0768AC 100%);
	background-color: #0768AC\9; /* ie8 and below */
	-moz-border-radius: 1.25em;
	-webkit-border-radius: 1.25em;
	-ms-border-radius: 1.25em;
	-o-border-radius: 1.25em;
	border-radius: 1.25em;
	-webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.2),inset 0 1px 1px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 0 0 20px rgba(0,0,0,0.2),inset 0 1px 1px rgba(255,255,255,0.8);
	-ms-box-shadow: inset 0 0 20px rgba(0,0,0,0.2),inset 0 1px 1px rgba(255,255,255,0.8);
	-o-box-shadow: inset 0 0 20px rgba(0,0,0,0.2),inset 0 1px 1px rgba(255,255,255,0.8);
	box-shadow: inset 0 0 20px rgba(0,0,0,0.2),inset 0 1px 1px rgba(255,255,255,0.8);
}
#supportRemote p a:hover {
	color: #FCEE21;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	background: -webkit-linear-gradient(#0768AC 0%, #3396D1 100%);
	background: -moz-linear-gradient(#0768AC 0%, #3396D1 100%);
	background-color: #3396D1\9; /* ie8 and below */
	-moz-border-radius: 1.25em;
	-webkit-border-radius: 1.25em;
	-ms-border-radius: 1.25em;
	-o-border-radius: 1.25em;
	border-radius: 1.25em;
	-webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.2),inset 0 -1px 1px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 0 0 20px rgba(0,0,0,0.2),inset 0 -1px 1px rgba(255,255,255,0.8);
	-ms-box-shadow: inset 0 0 20px rgba(0,0,0,0.2),inset 0 -1px 1px rgba(255,255,255,0.8);
	-o-box-shadow: inset 0 0 20px rgba(0,0,0,0.2),inset 0 -1px 1px rgba(255,255,255,0.8);
	box-shadow: inset 0 0 20px rgba(0,0,0,0.2),inset 0 -1px 1px rgba(255,255,255,0.8);
}
dl#supportList {
	padding-left: 220px;
}
dl#supportList>dt {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	margin: 0 0 0.5em;
	color: #fff;
	text-shadow: 0px -1px 2px rgba(0,0,0,0.3);
	background: -webkit-linear-gradient(left,#0768AC 50%, #e8e9ea 100%);
	background: -moz-linear-gradient(left,#0768AC 50%, #e8e9ea 100%);
	background-color: #0768AC\9; /* ie8 and below */
	text-indent: 0.5em;
	padding: 0.2em 0;
}
dl#supportList>dd {
	margin: 0 0 1.5em 0.7em;
}
dl#supportList>dd dt {
	margin: 0 0 0.3em;
}
dl#supportList>dd dd {
	margin: 0 0 1em 1em;
}
dl#supportList>dd ul {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 0 1.5em;
}
dl#supportList>dd li {
	margin: 0 0 0.5em;
}

/* !blog */
/* --------------------------- */
#blog #pageTitle {
	background: url(../imgs/lower/blog_pagetitle.jpg) 0 0 no-repeat;
}


/* !link */
/* --------------------------- */
#link #pageTitle {
	background: url(../imgs/lower/link_pagetitle.jpg) 0 0 no-repeat;
}
#contents .pageBox .pbBody dl.linkList dt {
	border-left: solid 5px #fff;
	margin: 0;
	padding: 5px 0 5px 10px;
}
#contents .pageBox .pbBody dl.linkList dd {
	border-left: solid 1px #fff;
	margin: 0 0 0 4px;
	padding: 5px 0 5px 9px;
}
#link #contents .pageBox .pbBody ul li {
	margin-bottom: 0.5em;
}
#link #contents .pageBox .pbBody ul li img {
	vertical-align: middle;
	padding-left: 5px;
}

/* !privacy */
/* --------------------------- */
#privacy #pageTitle {
	background: url(../imgs/lower/privacy_pagetitle.jpg) 0 0 no-repeat;
}
#privacy #contents .pageBox .pbBody ol li {
	margin: 0 0 1em;
}


/* !contact */
/* --------------------------- */
#contact #pageTitle {
	background: url(../imgs/lower/contact_pagetitle.jpg) 0 0 no-repeat;
}
#contents .pageBox form#mailform {
	background-color: #fff;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#contents .pageBox form#mailform dt {
	padding-top: 12px;
}


/* !sitemap */
/* --------------------------- */
#sitemap #pageTitle {
	background: url(../imgs/lower/sitemap_pagetitle.jpg) 0 0 no-repeat;
}
#contents .pageBox .pbBody ul.sitemapList {
	list-style: none;
	margin: 0;
}
#contents .pageBox .pbBody ul.sitemapList>li {
	font-size: 1em;
	margin: 0 1em 1em 0;
	width: 380px;
	float: left;
}
#contents .pageBox .pbBody ul.sitemapList>li>a {
	line-height: 2em;
	height: 2em;
	text-decoration: none;
	display: block;
	background: #fff;
	text-indent: 1em;
	-webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
	border-radius: 1em;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#contents .pageBox .pbBody ul.sitemapList>li>a:hover {
	letter-spacing: 0.4em;
	background: #D6EAF6;
	-webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.7);
	-ms-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.7);
	-o-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.7);
	box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.7);
}
#contents .pageBox .pbBody ul.sitemapList li ul {
	list-style-type: square;
	margin-top: 0.25em;
	padding-left: 1em;
}
#contents .pageBox .pbBody ul.sitemapList li ul li {
	margin-bottom: 0.25em;
}


/* !request */
/* --------------------------- */
#request #pageTitle {
	background: url(../imgs/lower/request_pagetitle.jpg) 0 0 no-repeat;
}
