@charset "utf-8";

/*====================================

	Common Area

=================================== */

.chFontArea {
	font-family: "微软雅黑",Arial,SimHei,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*====================================

	Header

=================================== */

#pageWrapper {
    position: relative;
}
#headerContainer {
	width: 100%;
	min-height: 55px;
	background: #ffffff;
	z-index: 10000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#header {
	position: relative;
	padding: 10px 10px 0;
}
#header #logo {
	width: 202px;
	height: 27px;
	line-height: 0;
	font-size: 0;
	padding-top: 5px;
}
#headPrintBtn {
	display: none;
}

/* headerUtility
================================ */

#headerUpperUtility,
#fontBox {
	display: none;
}

/* searchBox */

#searchBox {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	margin: 0px 0 0;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	float: none;
	background: #ffffff;
	z-index:1001;
}
#searchBox .inner {
	margin: 15px 10px;
	border: 1px solid #cdcdcd;
	padding: 3px;
	height: 37px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 3px 3px 9px 0px #eeeeee inset;
		 -moz-box-shadow: 3px 3px 9px 0px #eeeeee inset;
					box-shadow: 3px 3px 9px 0px #eeeeee inset;
}
#searchBox form {
	position: relative;
	height: 27px;
}
#searchBox .searchTxt {
	border: 0px !important;
	float: left;
	width: 89%;
	margin: 6px 5px 0 0;
}
#searchBox .searchBtn {
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-indent: -9999px;
	width: 57px;
	height: 30px;
	border-radius: 0;
	background: url(/common/images/common_bt02.png) no-repeat 0 0;
	-webkit-background-size: 57px 30px;
		 -moz-background-size: 57px 30px;
	     		background-size: 57px 30px;
}
input[type="text"],
input[type="password"],
textarea,
select {
	outline:none;
}

/* switch */

.switch {
	position: absolute;
	top: 10px;
	margin: 0;
	z-index: 10000;
}
.switch span {
	display: block;
	width: 40px;
	height: 37px;
	padding: 22px 0 0 0;
	text-align: center;
	color: #ffffff;
	font-size: 65%;
	cursor: pointer;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.switch.on span {
	color: #000000;
	border-top: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	height: 46px;
}
.spSearchBtn {
	right: 57px;
	display: block;
}
.spSearchBtn span {
	background: url(/common/images/common_ic01.png) no-repeat 50% 4px #000000;
	-webkit-background-size: 21px 17px;
		 -moz-background-size: 21px 17px;
	     		background-size: 21px 17px;
}
.spSearchBtn.on span {
	background: url(/common/images/common_ic03.png) no-repeat 50% 4px #ffffff;
	-webkit-background-size: 21px 17px;
		 -moz-background-size: 21px 17px;
	     		background-size: 21px 17px;
}
.spGnaviBtn {
	right: 10px;
}
.spGnaviBtn span {
	background: url(/common/images/common_ic02.png) no-repeat 50% 4px #000000;
	-webkit-background-size: 21px 17px;
		 -moz-background-size: 21px 17px;
	     		background-size: 21px 17px;
}
.spGnaviBtn.on span {
	background: url(/common/images/common_ic04.png) no-repeat 50% 4px #ffffff;
	-webkit-background-size: 21px 17px;
		 -moz-background-size: 21px 17px;
	     		background-size: 21px 17px;
}


/*====================================

	Global Navi

=================================== */

#globalNavi {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	clear: both;
	width: 100%;
	background: #ffffff;
	z-index: 1000;
}
#globalNavi > ul {
	border-top: 1px solid #cbcbcb;
}
#globalNavi > ul > li {
	border-bottom: 1px solid #cbcbcb;
}
#globalNavi > ul > li > a {
	display: block;
	padding: 15px 10px 15px 10px;
	background: url(/common/images/common_ic05.png) no-repeat 98% 50%;
	-webkit-background-size: 6px 10px;
		 -moz-background-size: 6px 10px;
	     		background-size: 6px 10px;
}
#globalNavi > ul > li > a:hover {
	text-decoration: none;
}

/* globalNaviChild
================================ */

.globalNaviChild {
	display: none;
}

/* overlay
================================ */

#overlay {
	display: none;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: rgba(0,0,0,0.7);
	z-index: 1000;
}
#overlay .close {
	margin: 10px auto 0;
	border: 1px solid #666666;
	background: url(/common/images/common_ic06.png) no-repeat 85% 9px #000000;
	-webkit-background-size: 10px 10px;
		 -moz-background-size: 10px 10px;
	     		background-size: 10px 10px;
	width: 100px;
	min-height: 30px;
	padding: 5px 15px 0 20px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#overlay #header #logo {
	padding-top: 9px;
	line-height: 1;
	font-size: inherit;
}

/*====================================

	Contents

=================================== */

#contents {
	clear: both;
	/*margin: 0 1%;*/
}

/* contentsUpperBox
================================ */

#contents #contentsUpperBox {
	display: none;
}

/* main
================================ */

#main {
	width: 100%;
	margin: 0 auto 28px !important;
}
#brief #main {
	margin: 0 auto !important;
}
.categoryTop #main,
.others #main {
	margin: 0 auto !important;
}

/* Aside
================================ */

#aside {
	width: 100%;
	margin: 28px auto 0;
}
#aside .asideHead {
	border-top: 3px solid #000000;
	background: url(/common/images/common_ic15.png) no-repeat 96% 50% #e6e6e6;
	-webkit-background-size: 6px 10px;
		 -moz-background-size: 6px 10px;
	     		background-size: 6px 10px;
	color: #333333;
	font-weight: bold;
	font-size: 130%;
}
#aside .asideHead a {
	display: block;
	padding: 20px 10px;
}
#aside.subType .asideSubHead {
	padding: 15px;
}
#aside.subType .asideSubHead span {
	display: block;
	border-left: 5px solid #000000;
	padding: 7px 0 5px 7px;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.1;
}

.noSideNav #aside {
	display: none;
}
/* asideNavi
================================ */

#aside .asideNavi {
	padding: 10px;
	background: #cccccc;
}
#aside .asideNavi li {
	border-bottom: 1px solid #cccccc;
	background: #ffffff;
}
#aside .asideNavi li:hover {
}
#aside .asideNavi li > a {
	padding: 10px 25px 10px 15px;
	position: relative;
	display: block;
	text-decoration: none!important;
	background: url(/common/images/common_ic15.png) no-repeat 96% 50%;
	-webkit-background-size: 6px 10px;
		 -moz-background-size: 6px 10px;
	     		background-size: 6px 10px;
}
#aside .asideNavi li.current > a {
	background: url(/common/images/common_ic17.png) no-repeat 96% 50% #484848;
	font-weight: bold;
	color: #ffffff;
	-webkit-background-size: 6px 10px;
		 -moz-background-size: 6px 10px;
	     		background-size: 6px 10px;
}
#aside .asideNavi li.current > .asidePdfLink {
	background: url(/common/images/common_ic39.png) no-repeat 96% 50% #484848;
	-webkit-background-size: 12px 13px;
		 -moz-background-size: 12px 13px;
	     		background-size: 12px 13px;
}

/* underNavi */

#aside .underNavi > a {
	border-bottom: 1px solid #cccccc;
}

/* asideChildNavi
================================ */

#aside .asideChildNavi li {
}
#aside .asideNavi .asideChildNavi a {
	font-size: 90%;
	padding: 10px 15px 10px 30px !important;
	background: url(/common/images/common_ic15.png) no-repeat 96% 50%;
	-webkit-background-size: 6px 10px;
		 -moz-background-size: 6px 10px;
	     		background-size: 6px 10px;
}
#aside .asideChildNavi li:last-child,
#aside .asideChildNavi a:last-child {
	border-bottom: 0px;
}

/* asideOtherContents
================================ */

#aside .asideOtherContents {
	padding: 0 10px 30px;
}
#aside .asideOtherContents > .linkList {
	margin-top: 15px;
	font-weight: normal;
	font-size: 100%;
}
#aside .asideOtherContents > .linkList li {
	float: left;
	width: 49%;
	margin: 0 1% 0 0;
	padding-bottom: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#aside .asideRelatedLink {
	clear: both;
	margin-top: 20px;
	border: 1px solid #cdcdcd;
}
#aside .asideRelatedLink .title {
	margin: 0;
	background: #e6e6e6;
	font-weight: bold;
	padding: 8px 10px;
}
#aside .asideRelatedLink .asideRelatedInner {
	padding: 20px 10px;
}
#aside .asideRelatedLink .linkList {
	margin: 0;
	font-weight: bold;
	font-size: 110%;
}
#aside .relatedBanner {
	margin-top: 20px;
}
#aside .relatedBanner li + li {
	margin-top: 10px;
}

/*====================================

	Footer

=================================== */

#footerWrapper {
	width: 100%;
	position: relative;
}
.categoryTop #footerWrapper,
.others #footerWrapper {
	margin-top: 28px;
}

/* pageup
================================ */

#pageUp {
	margin: 0;
}
#pageUp a {
	position: fixed;
	margin: 0;
	bottom: 44px;
	right: 0;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	background: url(/common/images/common_ic08.png) no-repeat 0 0;
	-webkit-background-size: 40px 40px;
		 -moz-background-size: 40px 40px;
	     		background-size: 40px 40px;
}
#pageUp a:hover {
	background: url(/common/images/common_ic08on.png) no-repeat 0 0;
	-webkit-background-size: 40px 40px;
		 -moz-background-size: 40px 40px;
	     		background-size: 40px 40px;
}

/* footerLinkArea
================================ */

#footerLinkInner {
	border-top: 1px solid #cbcbcb;
	background: #eeeeee;
}
#footerLinkInner .footerNav > li {
	border-bottom: 1px solid #cbcbcb;
}
#footerLinkInner .footerNav > li > span {
	display: block;
	padding: 15px 10px;
	cursor: pointer;
	background: url(/common/images/common_ic11.png) no-repeat 95% 50%;
	-webkit-background-size: 10px 10px;
		 -moz-background-size: 10px 10px;
	     		background-size: 10px 10px;
}
#footerLinkInner .footerNav > li.open > span {
	background: url(/common/images/common_ic12.png) no-repeat 95% 50%;
	-webkit-background-size: 10px 10px;
		 -moz-background-size: 10px 10px;
	     		background-size: 10px 10px;
}
#footerLinkInner .linkCol .footerChildNav {
	background: #ffffff;
}
#footerLinkInner .linkCol .footerChildNav > li {
	border-top: 1px solid #cbcbcb;
}
#footerLinkInner .linkCol .footerChildNav > li > a {
	display: block;
	padding: 15px 10px;
	background: url(/common/images/common_ic15.png) no-repeat 94.5% 50%;
	-webkit-background-size: 6px 10px;
		 -moz-background-size: 6px 10px;
	     		background-size: 6px 10px;
}
#footerLinkInner .linkCol .footerChildNav > li > a:hover {
	text-decoration: none;
}
#footerBannerArea {
	display: none;
}

/* footerContainer
================================ */

#footerContainer {
	width: 100%;
	background: #000000;
	padding: 0 0 6px;
	min-height: 30px;
	line-height: 30px;
	color: #ffffff;
	line-height: 1.1;
	font-size: 75%;
}

/* footerLeftBlock */ 

#footerLeftBlock {
	background: #666666;
}
#footerLeftBlock ul {
}
#footerLeftBlock ul li {
	float: left;
	color: #ffffff;
	width: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#footerLeftBlock ul li {
	float: left;
	color: #ffffff;
	width: 50%;
	border-bottom: 1px solid #ffffff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#footerLeftBlock ul li:nth-child(odd) {
	border-right: 1px solid #ffffff;
}
#footerLeftBlock ul li.footerEnLink,
#footerLeftBlock ul li.footerCnLink {
	border-bottom: 0;
}
#footerLeftBlock ul li a {
	display: block;
	color: #ffffff;
	padding: 12px 10px;
	background: url(/common/images/common_ic07.png) no-repeat 96% 50%;
}
#footerLeftBlock ul li a:hover {
	text-decoration: none;
}

/* footerRightBlock */ 

#footerRightBlock {
	padding: 7px 0 0 10px;
}
.copyRight {
	line-height: 1.4;
}
.copyRight:after {
	content: "Copyright (c)\A 2016, SEIKO HOLDINGS CORPORATION";
	white-space: pre;
}

/*===================================================================

	641px～ For PC

====================================================================*/

@media screen and (min-width: 641px), print {
/*====================================

	Common Area

=================================== */

#pageWrapper {
	background: url(/common/images/common_bg02.png) repeat-x left top #eeeeee;
}

/*====================================

	Header

=================================== */

#headerContainer {
	width: 100%;
	position: fixed;
	top: 0;
	padding: 11px 0px;
	height: 75px;
	line-height: 30px;
}

/* header
================================ */

#header {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#header #logo {
	float: left;
	width: 358px;
	height: 48px;
	line-height: 0;
	font-size: 0;
	padding: 5px 0 0 13px;
}
#headPrintBtn {
	display: none;
}

/* headerUtility
================================ */

#headerUtility {
	width: 450px;
	float: right;
}

/* headerUpperUtility  */

#headerUpperUtility {
	display: block;
	float: right;
	margin-bottom: 6px;
	width: 450px;
	line-height: 1.1;
	font-size: 90%;
}
#headerUpperUtility ul {
	width: 450px;
	float: right;
}
#headerUpperUtility ul li {
	float: right;
	width: auto;
	margin-left: 11px;
	padding: 0px 0 0 11px;
	border-left: 1px dotted #d0d0d0;
	line-height: 1.6;
}
#headerUpperUtility ul li a {
	display: inline-block;
	padding-top: 1px;
}
#headerUpperUtility ul li#langNavi a,
#headerUpperUtility ul li.langNavi a {
	margin-top: 0;
	display: inline-block;
	border: 1px solid #cdcdcd;
	padding: 3px 7px 2px;
	line-height: 1;
}
#headerUpperUtility ul li#langNavi a:hover,
#headerUpperUtility ul li.langNavi a:hover {
	background: #eeeeee;
	text-decoration: none !important;
}

/* headerBottomUtility  */

#headerBottomUtility {
	clear: both;
	display: block;
	float: right;
	width: 450px;
	line-height: 1.1;
	font-size: 90%;
}
/* fontBox */

#fontBox {
	display: block;
	float: right;
	margin-left: 15px;
	min-width: 145px;
	line-height: 1.1;
}
#fontTxt {
	float: left;
	margin-top: 6px;
	min-width: 60px;
}
#fontsize-switch {
	float: right;
	width: 75px;
	margin-left: 10px;
}
#fontsize-switch li#font-medium {
	float: left;
	width: 38px;
}
#fontsize-switch li#font-large {
	float: right;
	width: 37px;
}

/* searchBox */

#searchBox {
	position: inherit;
	display: block;
	margin: 0;
	border: 0;
	width: auto;
}
#searchBox form {
	height: 18px;
}
#searchBox .inner {
	float: right;
	margin: 0;
	width: 165px;
	height: auto;
}
#searchBox .searchTxt {
	border: 0;
	width: 155px;
	min-height: inherit;
	height: 13px;
	margin-top: 1px;
}
#searchBox .searchBtn {
	border: 0;
	float: right;
	margin: 0;
	padding: 0;
	width: 14px;
	height: auto;
	top: 1px;
	background: url(/common/images/common_bt01.png) no-repeat 0 0;
}

/*====================================

	searchBox

=================================== */

.gsc-input-box {
	border: 0px !important;
	height: 15px !important;
}
.gsc-input-box-hover,
.gsc-input-box-focus {
	border: 0px !important;
	box-shadow: 0px 0px 0px !important;
}
.gsc-search-button-v2 {
	margin: 0px !important;
	display: block !important;
	padding: 0px !important;
	width: 14px !important;
	height: 16px !important;
	text-indent: -9999px !important;
	border-radius: 0px !important;
	border: 0px !important;
	background: url(/common/images/common_bt01.png) no-repeat 0 0 #ffffff !important;
}
input.gsc-search-button,
.cse input.gsc-search-button,
.cse input.gsc-search-button {
	border: 0px !important;
}
.gsib_a {
	padding: 2px 2px 0 !important;
	height: 10px !important;
}
table.gsc-search-box td {
	vertical-align: middle !important;
}
form.gsc-search-box {
	margin: 0px !important;
}
input.gsc-input {
	font-size: 13px !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 2px !important;
}
#gs_id50 {
	height: 8px !important;
}
.gsst_a {
	padding: 2px 3px !important;
	height: 15px !important;
}
.gsst_b {
	height: 15px !important;
}
/* switch */

.switch {
	display: none;
}

/*====================================

	Global Navi

=================================== */

#globalNavi {
	display: block;
	position: inherit;
	background: #000000;
	min-height: 38px;
	position: fixed;
	top: 75px;
	width: 100%;
	font-size: 110%;
}
#globalNavi > ul {
	margin: auto;
	width: 1000px;
	min-height: 38px;
	border-top: 0;	
	border-right: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#globalNavi > ul > li {
	position: relative;
	float: left;
	border-bottom: 0;
	border-left: 1px solid #c0c0c0;
}
#globalNavi > ul > li > a {
	display: block;
	color: #ffffff;
	padding: 0;
	background: none;
	text-align: center;
	font-size: 85.71%;
	padding: 11px 0 9px;
}
.firefox #globalNavi > ul > li > a {
	padding: 12px 0 9px;
}
#globalNavi > ul > li:hover > a {
	background: #ffffff;
	color: #000000;
}
#globalNavi > ul > li#nav01 > a {
	width: 142px;
}
#globalNavi > ul > li#nav02 > a,
#globalNavi > ul > li#nav03 > a {
	width: 141px;
} 
#globalNavi > ul > li#nav04 > a,
#globalNavi > ul > li#nav05 > a,
#globalNavi > ul > li#nav06 > a,
#globalNavi > ul > li#nav07 > a,
#globalNavi > ul > li#nav08 > a{
	width: 142px;
}
body#news #globalNavi > ul > li#nav01 > a,
body#brief #globalNavi > ul > li#nav02 > a,
body#group #globalNavi > ul > li#nav02 > a,
body#products #globalNavi > ul > li#nav03 > a,
body#ir #globalNavi > ul > li#nav04 > a,
body#csr #globalNavi > ul > li#nav05 > a,
body#recruit #globalNavi > ul > li#nav06 > a,
body#branding_sports #globalNavi > ul > li#nav07 > a,
body#branding_music #globalNavi > ul > li#nav08 > a,
body#sponsor #globalNavi > ul > li#nav07 > a {
	background: #ffffff;
	color: #000000;
}

/* globalNaviChild
================================ */

.globalNaviChild {
	position: fixed;
	left: 0;
	display: none;
	background: #ffffff;
	width: 100%;
	background: url(/common/images/glonav_bg01.png) repeat-x 0 0 #ffffff;
	min-height: 280px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.globalNaviChild .inner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
.globalNaviChild .inner p {
	margin: 0;	
}

/* childNavLeftBlock */

.childNavLeftBlock {
	float: left;
	width: 338px;
}

/* childNavRightBlock */

.childNavRightBlock {
	float: right;
	width: 662px;
	padding-top: 22px;
}
.childNavRightBlock .blockTitle {
	margin-bottom: 20px;
	border-bottom: 3px solid #000000;
	padding: 0 0 10px 9px;
}
.globalNaviChild.group .childNavRightBlock .blockTitle {
	margin-bottom: 10px;
}
.childNavRightBlock .blockTitle h2 {
	float: left;
	width: 330px;
	padding-top: 5px;
	font-size: 130%;
	font-weight: bold;
}
.childNavRightBlock .blockTitle .cateTopLink {
	text-align: right;
	float: right;
	width: 300px;
}
.childNavRightBlock .blockTitle .cateTopLink a {
	display: inline-block;
	background: url(/common/images/common_ic09.png) no-repeat right 7px center #6a6a6a;
	color: #ffffff;
	padding: 5px 22px 5px 16px;
	font-weight: bold;
}
.childNavRightBlock .subTitle {
	margin: 10px 0 5px!important;
	font-weight: bold;
}
.childNavRightBlock .childNavList + .subTitle {
	margin-top: 5px !important;
	border-top: 1px dotted #cccccc;
	padding-top: 10px;
}
.childNavRightBlock .childNavList {
	clear: both;
	padding-left: 10px;
	font-weight: bold;
}
.childNavRightBlock .childNavList li {
	float: left;
	width: 210px;
	margin-right: 10px;
	padding-bottom: 25px;
	background: url(/common/images/common_ic10.png) no-repeat 0 0.4em;
	padding-left: 16px;
	font-size: 95%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.childNavRightBlock .childNavList li.middleType {
	width: 420px;
}
.childNavRightBlock .childNavList li:nth-child(3n) {
	margin-right: 0;
}

.globalNaviChild.group .childNavRightBlock .childNavList li {
	padding-bottom: 6px;
}
.globalNaviChild.branding .childNavRightBlock h2 {
	line-height: 1.1;
}
.globalNaviChild.branding .childNavRightBlock .childNavList {
	margin-bottom: 15px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 15px;
}
.globalNaviChild.branding .childNavRightBlock .childNavList li {
	padding-bottom: 0px;
}
	
/* childNavCenterBlock */

.childNavCenterBlock {
	float: right;
	width: 1000px;
	padding-top: 22px;
}
.childNavCenterBlock .blockTitle {
	margin-bottom: 20px;
	border-bottom: 3px solid #000000;
	padding: 0 0 43px 9px;
}
.globalNaviChild.group .childNavCenterBlock .blockTitle {
	margin-bottom: 10px;
}
.childNavCenterBlock .blockTitle h2 {
	float: left;
	width: 330px;
	padding-top: 5px;
	font-size: 130%;
	font-weight: bold;
}
.childNavCenterBlock .blockTitle .cateTopLink {
	text-align: right;
	float: right;
	width: 300px;
}
.childNavCenterBlock .blockTitle .cateTopLink a {
	display: inline-block;
	background: url(/common/images/common_ic09.png) no-repeat right 7px center #6a6a6a;
	color: #ffffff;
	padding: 5px 22px 5px 16px;
	font-weight: bold;
}
.childNavCenterBlock .subTitle {
	margin: 10px 0 5px!important;
	font-weight: bold;
}
.childNavCenterBlock .childNavList + .subTitle {
	margin-top: 5px !important;
	border-top: 1px dotted #cccccc;
	padding-top: 10px;
}
.childNavCenterBlock .childNavList {
	clear: both;
	padding-left: 10px;
	font-weight: bold;
}
.childNavCenterBlock .childNavList li {
	float: left;
	width: 320px;
	margin-right: 10px;
	padding-bottom: 25px;
	padding-left: 16px;
	font-size: 95%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;	
	        box-sizing: border-box;
}
.childNavCenterBlock .childNavList .childNavIcon span {
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 1em;
	padding-left: 1em;
	background: url(/common/images/common_ic10.png) no-repeat 5px 0.4em;
}
.childNavCenterBlock .childNavList .childNavIcon .line02 {
	margin-bottom: 10px !important;
}
.childNavCenterBlock .childNavList .childNavIcon img {
		width: 70px;
		height: 70px;
}
.childNavCenterBlock .childNavList .childNavBn img {
		width: 219px;
		height: auto;
}
.childNavCenterBlock .childNavList li.middleType {
	width: 420px;
}
.childNavCenterBlock .childNavList li:nth-child(3n) {
	margin-right: 0;
}

.globalNaviChild.group .childNavCenterBlock .childNavList li {
	padding-bottom: 6px;
}
.globalNaviChild.branding .childNavCenterBlock h2 {
	line-height: 1.1;
}
.globalNaviChild.branding .childNavCenterBlock .childNavList {
	margin-bottom: 15px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 15px;
}
.globalNaviChild.branding .childNavCenterBlock .childNavList li {
	padding-bottom: 0px;
}


/* overlay
================================ */

#overlay {
	display: none;
}

/*====================================

	Contents

=================================== */

#contents {
	width: 1000px;
	margin: 130px auto 0;
	padding-bottom: 50px;
	background: #ffffff;
}
#brief #contents {
	padding-bottom: 0px;
}
.maxContents #contents {
	width: 100% !important;
}

#contentsInner {
}

/* contentsUpperBox
================================ */

#contents #contentsUpperBox {
	display: block !important;
	clear: both;
	margin-bottom: 15px;
	font-size: 90%;
	margin: 0 auto 15px;
  width: 1000px;
}

/* topicPath
================================ */

#topicPath {
	float: left;
	width: 850px;
	margin-top: 2px;
}
#ir #topicPath {
	width: 750px !important;
}
#topicPath li {
	float: left;
	width: auto;
	white-space: nowrap;
	margin-right: 8px;
	padding-left: 15px;
	background: url(/common/images/common_ic13.png) no-repeat left 2px;
}
#topicPath li:first-child {
	background: 0;
	padding: 0;
}
#topicPath li.currentPage {
	font-weight: bold;
}

/* upperUtility
================================ */

#upperUtility {
	float: right;
	width: 130px;
}
#ir #upperUtility {
	float: right;
	width: 240px;
}
#upperUtility li {
	float: right;
}
#upperUtility li#tseText {
	display: none;
	margin: 2px 15px 0 0;
}
#ir #upperUtility li#tseText {
	display: block;
}

/* Main
================================ */
#main {
	float: right;
	width: 750px;
	margin: 0 !important;
}
.noSideNav #main {
	float: none;
	margin: 0 auto 0px !important;
	width: 750px !important;
}
.categoryTop #main,
#sponsor #main {
	float: none;
	width: 1000px !important;
	margin: 0 auto !important;
}
.maxContents #main {
	float: none;
	width: 100% !important;
	margin: 0 auto !important;
}
.noSideNav #contentsInner {
	width: 750px !important;
	margin: 0 auto;
}
.categoryTop #contentsInner,
#sponsor #contentsInner {
	width: 1000px !important;
	margin: 0 auto;
}

/* Aside
================================ */
#aside {
	float: left;
	width: 220px;
	margin: 0;
	min-height: 300px;
}

/* asideHead
-------------------------------- */
#aside .asideHead {
	background: #e6e6e6;
	font-size: 120%;
}
#aside .asideHead a {
	display: block;
	padding: 23px 20px 21px;
}
#aside.subType .asideSubHead {
	padding: 15px 12px;
}
#aside.subType .asideSubHead span {
	padding: 7px 0 5px 10px;
}

/* asideNavi
-------------------------------- */
#aside .asideNavi {
	padding: 0px;
	border-top: 1px solid #cccccc;
}
#aside .asideNavi li a {
	padding: 15px 15px 13px 30px;
	background: url(/common/images/common_ic14.png) no-repeat 15px 20px;
}
#aside .asideNavi li.current a {
	background: url(/common/images/common_ic16.png) no-repeat 15px 20px #484848;
}
#aside .asideNavi a:hover {
}
#aside .asideNavi li a:hover {
	text-decoration: underline!important;
}
#aside .asideNavi li.current .asidePdfLink {
	padding-left: 25px;
	background: url(/common/images/common_ic24.png) no-repeat 8px 11px #484848 !important;
}

/* underNavi */

#aside .underNavi > a {
	border-bottom: 0;
}

/* asideOtherContents
================================ */

#aside .asideOtherContents {
	padding: 0 0 0 10px;
}
#aside .asideOtherContents > .linkList {
	padding: 0 0 0 5px;
}
#aside .asideOtherContents > .linkList li {
	float: none;
	width: auto;
}
#aside .asideRelatedLink {
	clear: both;
	margin-top: 15px;
	border: 1px solid #cdcdcd;
}
#aside .asideRelatedLink .title {
	margin: 0;
	background: #e6e6e6;
	font-weight: bold;
	padding: 8px 10px;
}
#aside .asideRelatedLink .asideRelatedInner {
	padding: 15px 10px 13px;
}
#aside .asideRelatedLink .linkList {
	margin: 0;
	font-weight: normal;
	font-size: 100%;
}
#aside .relatedBanner {
	margin-top: 10px;
}

/* asideChildNavi
================================ */

#aside .asideChildNavi {
	padding-left: 10px;
}
#aside .asideChildNavi li {
	border-bottom: 0;
}
#aside .asideChildNavi li a {
	padding: 10px 15px 10px 30px !important;
	background: url(/common/images/common_ic18.png) no-repeat 10px 16px #f5f5f5 !important; 
}
#aside .asideChildNavi li.current  a {
	padding: 10px 15px 10px 30px !important;
	background: url(/common/images/common_ic19.png) no-repeat 10px 16px #484848 !important; 
}
#aside .asideChildNavi a:last-child {
	border-bottom: 0;
}

/*=================================

	Footer

================================ */

.categoryTop #footerWrapper,
.others #footerWrapper {
	margin-top: 0px;
}
#footerWrapper {
	width: 100%;
	text-align: center;
}
#footerWrapper {
	width: 100%;
	text-align: center;
}
#searchBox.footerSearchBox {
	display: none;
}

/* pageup
================================ */

#pageUp a {
	bottom: 70px;
	right: 0;
	width: 60px;
	height: 60px;
	border-left: 0;
	-webkit-background-size: 60px 60px;
		 -moz-background-size: 60px 60px;
	     		background-size: 60px 60px;
}
#pageUp a:hover {
	-webkit-background-size: 60px 60px;
		 -moz-background-size: 60px 60px;
	     		background-size: 60px 60px;
}

/* footerLinkArea
================================ */

#footerLinkArea {
	clear: both;
	width: 100%;
	background: url(/common/images/common_bg01.png) no-repeat center -82px #ffffff;
}
#footerLinkInner {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	border: 0;
	padding: 45px 0 40px;
	text-align: left;
	background: none;
}
#footerLinkInner .linkCol {
	float: left;
	width: 185px;
	margin: 0px 0 0 15px;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#footerLinkInner .linkCol:first-child {
	margin-left: 0;
}
#footerLinkInner .linkCol .footerNav > li {
	margin-top: 25px;
	border: 0;
}
#footerLinkInner .linkCol .footerNav > li:first-child {
	margin-top: 0px;
}
#footerLinkInner .linkCol .footerNav > li > span {
	padding: 0;
	background: 0;
	cursor: default;
	font-size: 110%;
}
#footerLinkInner .linkCol .footerChildNav {
	border: 0;
	padding: 0;
	background: none;
	font-size: 90%;
}
#footerLinkInner .linkCol .footerChildNav > li {
	border: 0;
}
#footerLinkInner .linkCol .footerChildNav > li > a {
	padding: 0;
	display: inline-block;
	background: none;
	min-width: inherit;
}
#footerLinkInner .linkCol .footerChildNav > li > a:hover {
	text-decoration: underline;
}
#footerBannerArea {
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 25px;
}
#footerBannerArea p img {
	width: 210px;
}


/* footerContainer
================================ */

#footerContainer {
	clear: both;
	width: 100%;
	min-height: 13px;
	padding: 15px 0;
	font-size: 80%;
}
#footer {
	width: 1000px;
	margin: 0 auto;
}
#footerLeftBlock {
	float: left;
	width: 500px;
	background: #000000;
}
#footerLeftBlock ul {
	clear: both;
	border-left: 1px solid #4a4a4a; 
}
#footerLeftBlock ul li {
	border-right: 1px solid #4a4a4a !important;
	border-bottom: 0;
	width: auto;
}
#footerLeftBlock ul li.footerEnLink,
#footerLeftBlock ul li.footerCnLink {
	display: none;
}
#footerLeftBlock ul li a {
	padding: 0 10px;
	background: none;
}
#footerLeftBlock ul li a:hover {
	text-decoration: underline;
}
#footerRightBlock {
	float: right;
	width: 350px;
	text-align: right;
	padding: 0
}
.copyRight {
	text-align: right;
	line-height: 1.1;
}
.copyRight:after {
	content: "Copyright \0024d2  2017, SEIKO HOLDINGS CORPORATION";
	white-space: inherit;
}


/*=================================

	colorbox

=================================*/

#modalWindow #contents {
	margin: 0 auto;
	width: 750px !important;
}

}

@media print {
#pageWrapper {
    background: none !important;
}
#headerContainer {
	position: inherit;
}
#globalNavi {
	position: inherit;
	top: 0;
}
#contents {
	margin: 20px auto 0px;
}
#pageUp {
	display: none !important;
}

}


/*=================================

	clearfix

=================================*/
#contents:after,
#header:after,
#headerUpperUtility ul:after,
#fontBox:after,
#fontsize-switch:after,
#headerBottomUtility:after,
#searchBox form:after,
#globalNavi ul:after,
#footer:after,
#footer #footerLeftBlock ul:after,
.globalNaviChild .inner:after,
.childNavRightBlock .blockTitle:after,
.childNavRightBlock .childNavList:after,
#footerLinkInner:after,
#contents #contentsInner:after,
#topicPath:after,
#contents #contentsUpperBox:after,
#aside .asideOtherContents > .linkList:after,
.globalNaviChild #switchTab:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

#contents,
#header,
#headerUpperUtility ul,
#fontBox,
#fontsize-switch,
#headerBottomUtility,
#searchBox form,
#globalNavi ul,
#footer,
#footer #footerLeftBlock ul,
.globalNaviChild .inner,
.childNavRightBlock .blockTitle,
.childNavRightBlock .childNavList,
#footerLinkInner,
#contents #contentsInner,
#topicPath,
#contents #contentsUpperBox,
#aside .asideOtherContents > .linkList,
.globalNaviChild #switchTab {
	zoom: 1;
}