﻿@charset "utf-8";

/* ****************************************************
layout.css
Define container layout.
***************************************************** */

@media print, screen and (min-width: 769px) {

/* common settings
=================================*/

html {
height: 100%;
overflow-y: scroll;
}

/* page-wrapper */
#page-wrapper {
	margin: 0 auto;
}


/* header
---------------------------------*/

/* -- header utility -- */
#header-container {
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
	position: relative;
	border-top: 3px solid #d7083b;
	background-color: #000000;
}
#header {
	width: 1200px;
	margin: 0 auto;
}
#header-wrapper {
}
#logo {
	float: left;
	width: 138px;
	height: 100px;
	overflow: hidden;
}
#header .sp-header-ui {
	display: none;
}
#header-utility {
	float: left;
	margin-left: 40px;
	margin-top: 40px;
}
#header-utility #headConnected {
	float: left;
	margin-right: 25px;
}
#header-utility #headSearch {
	position: relative;
	float: left;
	margin-right: 23px;
}
#header-utility #headSearch::before {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: -14px;
	left: 50%;
	margin-left: -4px;
	border-style: none solid solid;
	border-color: transparent transparent #999;
	border-width: 0 4px 6px;
	content: "";
	opacity: 0;
}
#header-utility #headSearch.is-active::before {
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#header-utility #headSearch.is-active > a {
	opacity: .5;
}
#header-utility #headInquiry {
	float: left;
	margin-right: 23px;
}
#header-utility #headLanguage {
	float: left;
	width: 22px;
	height: 21px;
}
#header-utility #headLanguage a {
	display: block;
	width: 22px;
	height: 21px;
	background: url(/common/images/hd_btn03.png) 0 0 no-repeat;
	text-indent: -9999px;
	outline: none;
}
#header-utility #language {
	float: left;
	width: 61px;
	margin-right: -1px;
}
#header-utility #search-box {
	position: absolute;
	width: 347px;
	top: -9999px;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 14px;
	margin-right: -100px;
	padding: 10px 6px 10px 10px;
	background: #999;
	/* for activate animation */
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity 0.5s, z-index 0.1s linear 0.6s, top 0.1s linear 0.6s;
	-moz-transition: opacity 0.5s, z-index 0.1s linear 0.6s, top 0.1s linear 0.6s;
	-ms-transition: opacity 0.5s, z-index 0.1s linear 0.6s, top 0.1s linear 0.6s;
	-o-transition: opacity 0.5s, z-index 0.1s linear 0.6s, top 0.1s linear 0.6s;
	transition: opacity 0.5s, z-index 0.1s linear 0.6s, top 0.1s linear 0.6s;
}
#header-utility .is-active #search-box {
	/* for activate animation */
	top: 100%;
	z-index: 102;
	opacity: 1.0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#header-utility #search-box .mf-input-text {
	display: block;
	width: 249px;
	float: left;
	padding-left: 38px;
	border: none;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/common/images/hd_btn06.png) 10px 50% no-repeat #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "Noto Sans Japanese", "ＭＳ Ｐゴシック", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	color: #333;
}
#header-utility #search-box .mf-submit-btn {
	width: 40px;
	height: 40px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(/common/images/hd_icn02.png) no-repeat 50% 50% #666;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
	border: none;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
#header-utility #search-box .mf-search-close {
	float: left;
	width: 42px;
	height: 40px;
	background: url(/common/images/hd_btn08.png) 50% 50% no-repeat;
}
#header-utility #search-box .mf-search-close a {
	display: block;
	width: 42px;
	height: 40px;
}
#header-utility #connected {
	float: left;
	width: 112px;
	padding: 13px 15px 0 0;
}
#header-utility ul {
	float: left;
	padding: 14px 0 0;
	font-size: 90%;
}
#header-utility ul li {
	display: inline-block;
	padding: 0 15px 0 0;
}
#header-utility ul a:before {
	padding: 0 5px 0 0;
	content:url(/common/images/com_icn01.png);
}


/* -- global navi -- */
#header #gNavi {
	float: left;
	display: flex;
	align-items: center;
	width: 752px;
	height: 100px;
}
#header #gNavi > li {
	display: table;
}
#header #gNavi > li > a {
	position: relative;
	display: table;
	color: #ffffff;
	height: 100px;
	vertical-align: middle;
	text-align: center;
	padding: 0 15px;
	font-size: 115%;
	z-index: 101;
}
#header #gNavi > li > a span {
	display: table-cell;
	vertical-align: middle;
}
#header #gNavi > li:hover > a,
#header #gNavi > li.is-active > a,
#header #gNavi > li.is-current > a {
	background-color: #d7063b;
	text-decoration: none;
}
#header #gNavi > li:hover > a::after,
#header #gNavi > li.is-active > a::after {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	content: "";
	background:  url(/common/images/hd_icn01.png) no-repeat 0 0;
	text-align: center;
	width: 15px;
	height: 8px;
	margin-left: auto;
	margin-right: auto;
	z-index: 101;
}
/* -- mega menu -- */
#header #gNavi .mega-menu {
  display: none;
	position: absolute;
	width: 1200px;
	top: 100px;
	left: 0;
	right: 0;
  margin: 0 auto;
	background: #eee;
	-webkit-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.3);
		 -moz-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.3);
					box-shadow:0px 5px 5px 0px rgba(0,0,0,0.3);
	z-index: 100;
}
#header #gNavi .is-active .mega-menu {
	/* for activate animation */
	top: 100%;
	z-index: 100;
	opacity: 1.0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#header #gNavi .mega-menu-item {
	position: relative;
	width: 1140px;
	margin: 0 auto;
	padding: 28px 30px 36px;
}
#header #gNavi .mega-menu-top {
	margin: 10px 0 32px;
	font-size: 133.3%;
	font-weight: bold;
}
#header #gNavi .mega-menu-top a {
	display: inline-block;
	padding-left: 20px;
	background: url(/common/images/com_icn01.png) 0 0.3em no-repeat;
	color: #333;
}
#header #gNavi .mega-menu-top a:hover {
	color: #d7083b;
}
#header #gNavi .mega-menu-unit + .mega-menu-unit:not(.type-category):not(.type-article) {
	margin-top: 20px;
	padding-top: 25px;
	border-top: 1px solid #d0d0d0;
}
#header #gNavi .mega-menu-category-top {
	margin-bottom: 15px;
  padding: 5px 0 7px;
  background-color: #000;
  color: #fff;
	font-size: 110%;
	line-height: 1.1;
  text-align: center;
}
#header #gNavi .mega-menu-category-top.pcOnly {
	display: block;
}
#header #gNavi .mega-menu-category-top.pcOnly:not(.color1):not(.color2):not(.color3):not(.color4) {
	max-width: 340px;
}
#header #gNavi .mega-menu-category-top.spOnly {
	display: none;
}
#header #gNavi .mega-menu-category-top.color1 {
	background: #e85298;
}
#header #gNavi .mega-menu-category-top.color2 {
	background: #d7063b;
}
#header #gNavi .mega-menu-category-top.color3 {
	background: #0189c3;
}
#header #gNavi .mega-menu-category-top.color4 {
	background: #139021;
}
#header #gNavi .mega-menu-category-top a {
	display: inline-block;
	padding-right: 20px;
	background: url(/common/images/com_icn01.png) 100% 0.25em no-repeat;
	color: #333;
}
#header #gNavi .mega-menu-category-top a[target="_blank"] {
	background: url(/common/images/com_icn05.png) 100% 0.25em no-repeat;
}
#header #gNavi .mega-menu-category-top a:hover {
	color: #d7083b;
}
#header #gNavi .mega-menu-article {
	display: table;
	width: 100%;
}
#header #gNavi .mega-menu-article-top {
	display: table-cell;
	width: 288px;
	background: #ddd;
	font-size: 120%;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 1.4;
}
#header #gNavi .mega-menu-article-top > p {
	position: relative;
}
#header #gNavi .mega-menu-article-top > p::after {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 100%;
	margin-top: -8px;
	border-width: 8px 0 8px 8px;
	border-style: solid none solid solid;
	border-color: transparent transparent transparent #ddd;
	content: "";
}
#header #gNavi .mega-menu-article-top strong {
	display: block;
	font-size: 140%;
	line-height: 1;
	color: #d7063b;
}
#header #gNavi .mega-menu-article-cnt {
}
#header #gNavi .mega-menu-article-cnt > *:first-child {
	margin-top: 0;
}
#header #gNavi .mega-menu-link {
}
#header #gNavi .mega-menu-link + .mega-menu-link {
	margin-top: 10px;
}
#header #gNavi .mega-menu-link + .mega-menu-link {
	margin-top: 10px;
}
#header #gNavi .mega-menu-link.type-list > li,
#header #gNavi .mega-menu-link.type-desc > dt,
#header #gNavi .mega-menu-link.type-desc > dd {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.4;
}
#header #gNavi .mega-menu-link > li > .mega-menu-link {
	margin: 10px 0 0 20px;
}
#header #gNavi .mega-menu-link > li > .mega-menu-link li {
	font-size: 90%;
}
#header #gNavi .mega-menu-link > li > .mega-menu-link li > .mega-menu-link li {
	font-size: 100%;
}
#header #gNavi .mega-menu-link.type-list.grid-1 > li {
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.4;
}
#header #gNavi .mega-menu-link.type-btn > li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.4;
}
#header #gNavi .mega-menu-link.type-list.grid-2 > li {
	width: 49%;
	padding-right: 0.5%;
}
#header #gNavi .mega-menu-link.type-list.grid-2 > li:nth-child(2n+1) {
	clear: left;
}
#header #gNavi .mega-menu-link.type-list.grid-1 > li:nth-child(n+2),
#header #gNavi .mega-menu-link.type-list.grid-2 > li:nth-child(n+3){
	margin-top: 13px;
}
#header #gNavi .mega-menu-link.type-btn > li:nth-child(n+2) {
	margin-top: 15px;
}
#header #gNavi .mega-menu-link.type-desc {
	margin-left: -34px;
}
#header #gNavi .mega-menu-link.type-desc > dt,
#header #gNavi .mega-menu-link.type-desc > dd {
	margin-left: 34px;
}
#header #gNavi .mega-menu-link.type-desc > dt {
	position: relative;
	padding-left: 20px;
}
#header #gNavi .mega-menu-link.type-desc > dt::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 1px;
	width: 6px;
	height: 6px;
	margin-top: -2px;
	background: #000;
	content: "";
}
#header #gNavi .mega-menu-link.type-list > li > a,
#header #gNavi .mega-menu-link.type-btn > li > a,
#header #gNavi .mega-menu-link.type-desc > dd > a {
	display: inline-block;
	padding-left: 20px;
	background: url(/common/images/com_icn01.png) 0 0.35em no-repeat;
	color: #333;
}
#header #gNavi .mega-menu-link.type-list > li > a[target="_blank"]:after,
#header #gNavi .mega-menu-link.type-btn > li > a[target="_blank"]:after,
#header #gNavi .mega-menu-link.type-desc > dd > a[target="_blank"]:after {
	display: inline-block;
	margin-left: 8px;
	content: url(/common/images/com_icn05.png);
}
#header #gNavi .mega-menu-link.type-list > li > a:hover,
#header #gNavi .mega-menu-link.type-btn > li > a:hover,
#header #gNavi .mega-menu-link.type-desc > dd > a:hover {
	color: #d7083b;
}
#header #gNavi .mega-menu-link.type-btn + .mega-menu-link.type-btn {
	margin-top: 20px;
}
#header #gNavi .mega-menu-link.type-banner > li {
	float: left;
	width: 29.6%;
	margin-left: 5.6%;
}
#header #gNavi .mega-menu-link.type-banner > li:nth-child(3n+1) {
	margin-left: 0;
	clear: left;
}
#header #gNavi .mega-menu-link.type-banner > li a {
	border: 1px solid #dbdbdb;
	display: block;
}
#header #gNavi .mega-menu-link.type-banner > li a:hover {
	opacity: .7;
}
#header #gNavi .mega-menu-link.type-banner > li img {
	width: 100%;
	max-width: 100%;
	height: auto;
  vertical-align: middle;
}
#header #gNavi .mega-menu-link.type-banner.sizeL > li {
	float: none;
	width: 100%;
	max-width: 340px;
	margin-left: 0;
}
#header #gNavi .mega-menu-link.type-banner.sizeL > li a {
	border: none;
	display: block;
}
#header #gNavi .mega-menu-btn-col.sizeS {
	margin-top: 40px;
}
#header #gNavi .mega-menu-btn-col .mega-menu-btn-List > li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	max-width: 340px;
}
#header #gNavi .mega-menu-btn-col.sizeS .mega-menu-btn-List > li {
	float: left;
	width: 23.5%;
	margin-left: 2%;
}
#header #gNavi .mega-menu-btn-col.sizeS .mega-menu-btn-List > li:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}
#header #gNavi .mega-menu-btn-col.sizeS .mega-menu-btn-List > li:nth-child(n+5) {
	margin-top: 20px;
}
#header #gNavi .mega-menu-btn-col.sizeM .mega-menu-btn-List > li + li {
	margin-top: 10px;
}
#header #gNavi .mega-menu-btn-col .mega-menu-btn-List > li a {
	display: table;
	width: 100%;
	border: solid 1px #ccc;
	background-color: #fff;
}
#header #gNavi .mega-menu-btn-col .mega-menu-btn-List > li a:hover {
	text-decoration: none;
	opacity: .7;
}
#header #gNavi .mega-menu-btn-col .mega-menu-btn-List > li a > span {
	display: table-cell;
	width: auto;
	padding: 0 10px;
	color: #333;
	vertical-align: middle;
	text-align: center;
}
#header #gNavi .mega-menu-btn-col .mega-menu-btn-List > li.alL a > span {
	text-align: left;
}
#header #gNavi .mega-menu-btn-col.sizeM .mega-menu-btn-List > li a > span {
	padding: 0 10px;
  font-size: 110%;
  font-weight: bold;
	text-align: left;
}
#header #gNavi .mega-menu-btn-col .mega-menu-btn-List > li a[target="_blank"] span.wrap:after {
	display: inline-block;
	margin-left: 8px;
	content: url(/common/images/com_icn05.png);
}
#header #gNavi .mega-menu-btn-col .mega-menu-btn-List > li a > span .sub {
	display: block;
	margin-top: 0.5em;
	color: #555;
	font-size: 80%;
  font-weight: normal;
	line-height: 1.2;
}
#header #gNavi .mega-menu-btn-col .mega-menu-btn-List > li a > span.btnImg {
	width: 98px;
	padding: 0;
}
#header #gNavi .mega-menu-btn-col.sizeM .mega-menu-btn-List > li a > span.btnImg {
	width: 164px;
}
#header #gNavi .mega-menu-btn-col .mega-menu-btn-List > li a > span.btnImg img {
	vertical-align: middle;
}
#header #gNavi .mega-menu-item .mega-menu-close {
	position: absolute;
	width: 17px;
	height: 17px;
	top: 20px;
	right: 20px;
}
#header #gNavi .mega-menu-item .mega-menu-close > a {
	display: block;
	width: 17px;
	height: 17px;
	background: url(/common/images/com_icn82.png) 50% 50% no-repeat;
	text-indent: -9999px;
	outline: none;
}
#header #gNavi .mega-menu-layout.col2,
#header #gNavi .mega-menu-layout.col3 {
  display: table;
  width: 100%;
}
#header #gNavi .mega-menu-layout.col2 > .mega-menu-col,
#header #gNavi .mega-menu-layout.col3 > .mega-menu-col {
  display: table-cell;
  vertical-align: top;
}
#header #gNavi .mega-menu-layout.col2 > .mega-menu-col {
  width: 49%;
}
#header #gNavi .mega-menu-layout.col2 > .mega-menu-col.type-2col {
  width: 67%;
}
#header #gNavi .mega-menu-layout.col2 > .mega-menu-col.type-1col {
  width: 33%;
}
#header #gNavi .mega-menu-layout.col3 > .mega-menu-col {
  width: 33%;
}
#header #gNavi .mega-menu-layout > .mega-menu-col + .mega-menu-col {
  border-left: solid 1px #dddddd;
  padding-right: 30px;
  padding-left: 30px;
}
#header #gNavi .mega-menu-layout > .mega-menu-col:first-child {
  padding-right: 30px;
}
#header #gNavi .mega-menu-layout > .mega-menu-col:last-child {
  padding-right: 0;
  padding-left: 30px;
}

.megaCover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.megaCover.is-active {
  display: block;
}
  

/* -- path -- */
#path-wrapper {
	width: 100%;
	background-color: #ccc;
}
#path {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 15px 10px;
	width: 1220px;
}
#path li {
	display: inline;
	font-size: 80%;
}
#path li:before {
	padding: 0 3px;
	content:" > ";
}
#path li:first-child:before {
	padding: 0;
	content: "";
}


/* mainContainer
---------------------------------*/
#contentsContainer {
	box-sizing: border-box;
	width: 1220px;
	margin: 14px auto 0;
	padding: 0 10px 65px;
	line-height: 1.4;
}

/* sideContainer
---------------------------------*/
#aside {
	float: right;
	width: 240px;
}
#aside * {
box-sizing: border-box;
}

.rNaviTitle {
	border-top: 3px solid #d7083b;
}
.rNaviTitle > a,
.rNaviTitle > span {
	display: table-cell;
	width: 240px;
	height: 87px;
	padding: 22px;
	background-color: #000000;
	color: #ffffff !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	vertical-align: middle;
}
.rNaviTitle > a > span,
.rNaviTitle > span > span {
	display: inline-block;
}

/* -- local navi -- */
#rNavi > ul > li:first-child,
#rNavi > ul > li.active + li {
	border-top: none;
}
#rNavi > ul > li > a {
	display: block;
	border-top: none;
	text-decoration: none;
}
#rNavi > ul > li:first-child > a {
	border-top: 1px solid #ccc;
}
#rNavi > ul > li > a > span {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 16px 20px 16px 39px;
	background: #eeeeee url(/common/images/com_icn01.png) no-repeat 20px 1.3em;
	font-weight: bold;
	color: #333333;
	line-height: 1.1;
	text-decoration: none;
}
#rNavi > ul > li > a:hover > span,
#rNavi > ul > li > a:active > span {
	background: #d7083b url(/common/images/com_icn40.png) no-repeat 20px 1.3em;
	color: #ffffff;
}

#rNavi > ul > li.active > a > span {
	background: #d7083b url(/common/images/com_icn76.png) no-repeat 20px 1.3em;
	color: #ffffff;
}
#rNavi > ul > li.is-current > a > span {
	background: #d7083b url(/common/images/com_icn40.png) no-repeat 20px 1.3em;
	color: #ffffff;
}

/* 4th level */
#rNavi li ul {
}
#rNavi li:last-child ul {
}

#rNavi > ul > li > ul {
	display: none;
}
#rNavi > ul > li.active > ul {
	display: block;
}
#rNavi > ul > li > ul > li > ul {
	display: none;
}
#rNavi > ul > li > ul > li.active > ul {
	display: block;
}



#rNavi li li {
}
#rNavi li li:first-child {
}
#rNavi li li a {
	display: block;
	padding: 9px 20px 9px 48px;
	border-bottom: 1px solid #fff;
	background: #ddd url(/common/images/com_icn77.png) no-repeat 30px 1.5em;
	color: #333333;
	text-decoration: none;
	font-size: 86.67%;
}
#rNavi li li.is-current a,
#rNavi li li a:hover {
	background: #d7083b url(/common/images/com_icn112.png) no-repeat 30px 1.5em;
	color: #ffffff;
  font-weight: bold;
}
#rNavi li li.blank-link a:hover {
	background: #d7083b url(/common/images/com_icn112.png) no-repeat 30px 1.5em;
	color: #ffffff;
}
#rNavi li li.blank-link a span:hover {
	background: #d7083b url(/common/images/com_icn112.png) no-repeat 30px 1.5em;
	color: #ffffff;
}

/* 5th level */
#rNavi li li.active {
}
#rNavi li li.active > a {
	background: #d7083b url(/common/images/com_icn112.png) no-repeat 30px 1.5em;
	color: #ffffff;
  font-weight: bold;
}
#rNavi li li.active ul {
	border-bottom: 1px solid #fff;
	background-color: #ddd;
	padding-left: 25px;
}
#rNavi li li.active li:last-child {
border-bottom: none;
}
#rNavi li li.active ul a {
	display: block;
	padding: 8px 20px 7px 27px;
	border-bottom: none;
	background-image: none;
  letter-spacing: -0.02rem;
}
#rNavi li li.active ul a:hover,
#rNavi li li.active ul li.is-current a {
	color: #ffffff;
	font-weight: bold;
	background-image: none;
  letter-spacing: -0.02rem;
}
#rNavi li li.active li.active a {
	color: #ffffff;
	font-weight: bold;
}

#rNavi li.under-arrow a {
	background: #d7083b url(/common/images/com_icn112.png) no-repeat 30px 1.5em;
	color: #ffffff;
	font-weight: bold;
}
#rNavi li li.active li.active {
	padding: 0;
}


/* side contents */


/* 

.col-side {
	border: 1px solid #ccc;
}
.col-side dt {
	padding: 10px 0 0;
}

.col-side dt span {
	display: block;
	padding: 0 0 0 25px;
	background: url(/common/images/rNavi_icn01.png) no-repeat 10px 0.5em;
	font-weight: bold;
}
.col-side dt span {
	min-height: 25px;
	padding: 25px 10px 8px 30px;
}
.col-side dt a {
	display: block;
	padding: 0 0 0 33px;
	min-height: 19px;
	background: url(/common/images/com_icn43.gif) no-repeat 9px 0;
	font-weight: bold;
}

.col-side dd {
	margin: 6px 0 0;
	padding: 8px 10px 12px;
	background: url(/common/images/rNavi_bg04.png) no-repeat 50% 0;
}

 */



.col-side {
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	box-sizing: border-box;
}

.col-side:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 93px;
height: 3px;
background-color: #d7083b;
}

.col-side dt a {
	min-height: 25px;
	padding: 15px 10px 8px 33px;
	background: url(/common/images/com_icn01.png) no-repeat 15px 1.3em;
}
.col-side dt a img {
	vertical-align:baseline;
	margin-left: 5px;
}
.col-side dt span {
	min-height: 25px;
	padding: 15px 10px 8px 15px;
}

.col-side dt a,
.col-side dt span {
	font-weight: bold;
	color: #333333;
	font-size: 115%;
}
.col-side dt a {
	text-decoration: none;
}
.col-side dt a:hover {
	text-decoration: none;
	color: #d7083b;
}
.col-side dt a,
.col-side dt span {
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#ffffff,offx=1,offy=1)";
	display: block;
}

.col-side dd {
	padding: 6px 15px 15px;
	background-color: #ffffff;
}


.col-side dd + dd {
	margin-top: 0;
}
.col-side dd .link-list li {
	margin-top: 3px;
}
.col-side dd .icon-link a,
.col-side dd .link-list li a {
	background-position: 0 0.4em;
}

.col-side dd.col-side-inner .img-l {
	float: left;
	width: 90px;
}
.col-side dd.col-side-inner .text-r {
	float: right;
	width: 108px;
}

/* sizeSwitcher */
#sizeSwitcher {
	height: 33px;
	position: relative;
	border-radius: 3px;
	background-color: #d0d8e0;
}
.fontsize-switch dt {
	position: absolute;
	left: 0;
	width: 79px;
	height: 12px;
	margin: 11px 0 0 24px;
	text-indent: -9999px;
	background: url(/common/images/rNavi_tx01.gif) no-repeat 0 0;
}
.fontsize-switch dd {
	position: absolute;
	width: 43px;
	margin: 6px 0 0;
}
.fontsize-switch dd span {
	height: 24px;
	display: block;
	text-indent: -9999px;
}
.fontsize-switch #font-medium {
	right: 62px;
}
.fontsize-switch #font-medium span {
	background: url(/common/images/rNavi_btn02.gif) no-repeat 0 0;
}
.fontsize-switch #font-medium span.hover,
.fontsize-switch #font-medium span.current-fontsize {
	background: url(/common/images/rNavi_btn02on.gif) no-repeat 0 0;
}
.fontsize-switch #font-large {
	right: 17px;
}
.fontsize-switch #font-large span {
	background: url(/common/images/rNavi_btn01.gif) no-repeat 0 0;
}
.fontsize-switch #font-large span.hover,
.fontsize-switch #font-large span.current-fontsize {
	background: url(/common/images/rNavi_btn01on.gif) no-repeat 0 0;
}

.current-fontsize {
	cursor: default;
}
.uncurrent-fontsize {
	cursor: pointer;
}



/* contents
---------------------------------*/
#contents {
	float: left;
	width: 912px;
	line-height: 1.6;
}
.fullpage #contents {
	float: none;
	width: 100%;
}


/* section
---------------------------------*/

/* for h2 bottom section */


/* for h3 bottom section */

/* for h4 bottom section */

/* for table section */

/* pageTop
---------------------------------*/


/* supplierNavi
---------------------------------*/



/* footer
---------------------------------*/
#footer-container {
	box-sizing: border-box;
	width: 100%;
	background-color: #000000;
	padding: 0 10px;
}
#footer-nav {
	background: #fff;
	border-top: 1px solid #ccc;
}
#footer-nav .footer-inner {
	width: 1200px;
	margin: 0 auto;
}
#footer-nav .footer-link {
	float: left;
	border-left: 1px solid #ccc;
}
#footer-nav .footer-link > li {
	float: left;
	display: table;
	border-right: 1px solid #ccc;
}
#footer-nav .footer-link > li a {
	display: table-cell;
	padding: 0 20px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
	color: #555;
}
#footer-nav .footer-link > li a:hover {
	color: #d7083b;
}
#footer-nav .footer-link > li span {
	display: inline-block;
	padding: 0 15px 0 20px;
	background: url(/common/images/com_icn01.png) 0 50% no-repeat;
}
#footer-nav .footer-link > li a:hover span {
	text-decoration: underline;
}
#footer-nav .footer-mark {
	float: right;
}
#footer-nav .footer-mark > li {
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
}
#footer-nav .footer-mark > li.mark02 {
	margin-left: 10px;
}
#footer-nav .footer-mark > li.mark03 {
	margin-left: 7px;
}
#footer-bottom {
	width: 1200px;
	margin: 0 auto;
}
#footer-bottom #footer-utility {
	float: left;
	width: 620px;
	padding: 20px 0;
}
#footer-bottom #footer-utility li {
	float: left;
	margin-right: 40px;
	font-size: 80%;
}
#footer-bottom #footer-utility a {
	color: #ffffff;
	display:block;
}
/* -- utility -- */
#footer-bottom #utility {
	float: right;
}
#footer-bottom #utility ul {
	float: left;
	min-width: 273px;
	margin-top:18px;
}
#footer-bottom #utility ul li {
	float: left;
	margin-right:5px;
	color: #ffffff;
	font-size: 80%;
	padding-top: 3px;
}
#footer-bottom #utility ul li:last-child {
	float: right;
	padding-top: 0;
	margin-right: 0;
}
#footer-bottom #utility #footer-social {
	min-width: 0;
	margin: 14px 15px 0 0;
}
#footer-bottom #utility #footer-social li {
	float: left;
	margin-right: 18px;
	padding: 0;
}
#footer-bottom #utility #footer-social li a {
	display: block;
	width: 28px;
}
#footer-bottom #utility #footer-social li a:hover {
	opacity: 0.7;
}
#footer-bottom #utility #footer-social li a img {
	width: 100%;
}
#footer-bottom #footer-up {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
}
#footer-bottom #footer-up a {
	display: block;
	width: 60px;
	height: 60px;
	background: #d7063b;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
#footer-bottom #footer-up a img {
	position: absolute;
	width: 24px;
	height: auto;
	top: 50%;
	left: 50%;
	margin-left: -12px;
	margin-top: -10px;
}

/* clearFix
=================================*/
#header:after,
#header #header-utility:after,
#header #gNavi .mega-menu-link:after,
#header-utility #search-box:after,
#header #gNavi .mega-menu-btn-col .mega-menu-btn-List:after,
#contentsContainer:after,
#footer-nav .footer-inner:after,
#footer-nav .footer-link:after,
#footer-nav .footer-mark:after,
#footer-bottom:after,
#footer-bottom #footer-utility:after {
	content: "";
	display: block;
	clear: both;
}

}
