@charset "utf-8";

/* Link
=========================================== */
a { outline: none; text-decoration: underline; }
@media screen and (min-width: 601px) {
	a { transition: all .1s ease-in; }
}
a:link { color: #0095df; }
a:visited { color: #0095df; }
a:hover { color: #0095df; }
@media screen and (min-width: 601px) {
	a:hover { text-decoration: none; }
	a:hover img { opacity: .9; }
}
a:active { color: #0095df; }

/* Clearfix
=========================================== */
.cf:after { content: ''; display: block; clear: both; }

/* Layout
=========================================== */
body {
	min-width: 320px;
	font-size: 14px;
	line-height: 1.7;
}
#wrapper {
	overflow: hidden;
}
img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 601px) {
	html {
		overflow: auto;
	}
	body {
		min-width: 960px;
		font-size: 13px;
		overflow: hidden;
	}
	body.tablet {
		min-width: 1060px;
	}
	.contentC {
		width: 960px;
		margin: 0 auto;
	}
}

/* Switch
------------------------------ */
.viewPc { display: none !important; }
@media screen and (min-width: 601px) {
	.viewSp { display: none !important; }
	.viewPc { display: block !important; }
}

/* Overlay
------------------------------ */
.overlayBg {
	display: none;
	position: absolute;
	top: 88px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 400;
}

/* #gHeader
=========================================== */
#gHeader {
	position: relative;
}

/* #hdTxt
------------------------------ */
#hdTxt {
	padding: 13px 13px 12px;
	background: #000;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5;
}
#hdTxt span {
	color: #0095df;
}
@media screen and (min-width: 601px) {
	#hdTxt {
		margin: 0 -200%;
		padding: 11px 200% 10px;
		line-height: 1.4;
	}
}

/* #gNav
------------------------------ */
#gNav {
	padding: 10px 0;
}
@media screen and (min-width: 601px) {
	#gNav {
		min-height: 63px;
		padding: 57px 0 0;
		overflow: hidden;
	}
}
/* .logo */
#gNav .logo {
	width: 85px;
	height: 19px;
	margin: 0 auto;
	line-height: 1;
}
@media screen and (min-width: 601px) {
	#gNav .logo {
		float: left;
		width: 153px;
		margin: 0 20px 0 -7px;
	}
}
/* .txt */
@media screen and (min-width: 601px) {
	#gNav .txt {
		float: left;
		padding: 8px 0 0;
		font-size: 23px;
		font-weight: bold;
		line-height: 1.1;
	}
}
/* .btnNav */
#gNav .btnNav {
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 40px;
}
#gNav .btnNav span {
	display: block;
	position: absolute;
	left: 13px;
	width: 20px;
	height: 2px;
	background: #0095df;
	transition: all .2s ease-in;
}
#gNav .btnNav span:nth-child(1) { top: 12px; }
#gNav .btnNav span:nth-child(2) { top: 19px; }
#gNav .btnNav span:nth-child(3) { top: 26px; }

#gNav .btnNav.open span:nth-child(1) { top: 19px; transform: rotate(765deg); }
#gNav .btnNav.open span:nth-child(2) { opacity: 0; }
#gNav .btnNav.open span:nth-child(3) { top: 19px; transform: rotate(675deg); }

/* .contentNav */
#gNav .contentNav {
	display: none;
	position: absolute;
	top: 78px;
	left: 0;
	width: 100%;
	border-bottom: solid 1px #000;
	background: #fff;
	z-index: 500;
}
@media screen and (min-width: 601px) {
	#gNav .contentNav {
		float: right;
		display: block;
		position: static;
		width: auto;
		border-bottom: none;
		background: transparent;
	}
}

/* #mainNav */
#gNav #mainNav li {
	border-top: solid 1px #000;
}
#gNav #mainNav li a {
	display: block;
	padding: 13px 13px 12px;
	text-decoration: none;
}
#gNav #mainNav li a span:nth-child(1) {
	padding: 0 5px 0 0;
	color: #000;
	font-weight: bold;
	line-height: 1.5;
}
#gNav #mainNav li a span:nth-child(2) {
	font-size: 12px;
	font-weight: bold;
}
#gNav #mainNav ul li {
	border-top: dotted 1px #ccc;
}
#gNav #mainNav ul li a {
	padding: 10px 13px 9px 25px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (min-width: 601px) {
	#gNav #mainNav {
		overflow: hidden;
	}
	#gNav #mainNav li {
		float: left;
		border-top: none;
		border-right: solid 1px #000;
	}
	#mainNav li:nth-child(3){
		padding-left:10px;
width:130px;		
	}
	#gNav #mainNav li:nth-child(1) {
		border-left: solid 1px #000;
	}
	#gNav #mainNav li a {
		width: 120px;
		padding: 0;
		line-height: 1;
	}
	#gNav #mainNav li a span {
		display: inline-block;
		width: 120px;
		text-align: center;
	}
	#gNav #mainNav li a span:nth-child(1) {
		margin: 0 0 2px;
		padding: 0;
		font-size: 13px;
		line-height: 1.2;
	}
	#gNav #mainNav li a span:nth-child(2) {
		font-size: 10px;
		line-height: 1.1;
	}
}

/* #langNav */
#gNav #langNav dt {
	text-align: center;
	background: #0095df;
}
#gNav #langNav dt span {
	display: inline-block;
	padding: 7px 20px 6px;
	background: url(../img/common/header/ico_global01.png) no-repeat 0 45%;
	background-size: 15px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}
#gNav #langNav dd {
	float: left;
	width: 20%;
	box-sizing: border-box;
}
#gNav #langNav dd a {
	display: block;
	padding: 10px 0 9px;
	text-align: center;
	text-decoration: none;
}
#gNav #langNav dd + dd a {
	border-left: dotted 1px #ccc;
}
@media screen and (min-width: 601px) {
	#gNav #langNav {
		position: absolute;
		top: 0;
		right: 0;
		width: auto;
	}
	#gNav #langNav dt {
		position: relative;
		float: left;
		width: 75px;
		text-align: left;
		background: transparent;
	}
	#gNav #langNav dt span {
		display: block;
		padding: 11px 0 10px 19px;
		background-position: 0 45%;
		background-size: 14px;
		font-size: 10px;
		line-height: 1.4;
	}
	#gNav #langNav dd {
		position: relative;
		width: 39px;
		box-sizing: content-box;
	}
	#gNav #langNav dt::after,
	#gNav #langNav dd::after {
		position: absolute;
		top: 12px;
		right: 0;
		width: 1px;
		height: 10px;
		content: '';
		background: #fff;
	}
	#gNav #langNav dd a {
		padding: 11px 0 10px;
		color: #fff;
		font-size: 10px;
		font-weight: bold;
		line-height: 1.4;
	}
	#gNav #langNav dd + dd a {
		border-left: none;
	}
	#gNav #langNav dd a.current,
	#gNav #langNav dd a:hover {
		color: #0095df;
		opacity: 1;
	}
}

/* #main
=========================================== */
#main {
	padding: 0 0 40px;
}

/* #contents
=========================================== */
@media screen and (min-width: 601px) {
	#contents.flL {
		float: left;
		width: 690px;
	}
	#contents.flR {
		float: right;
		width: 665px;
	}
}

/* #side
=========================================== */
@media screen and (min-width: 601px) {
	#side.flR {
		float: right;
		width: 200px;
	}
	#side.flL {
		float: left;
		width: 225px;
	}
}

/* #pickupCmn
=========================================== */
#pickupCmnList {
	border-top: solid 1px #0095df;
}
#pickupCmnList li {
	border-bottom: solid 1px #0095df;
}
#pickupCmnList li a {
	position: relative;
	display: table;
	padding: 11px 13px 10px;
	text-decoration: none;
	overflow: hidden;
}
#pickupCmnList li a::before {
	position: absolute;
	top: 50%;
	left: 13px;
	content: '';
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(../img/common/ico_pickup01.png) no-repeat 0 0;
	background-size: 16px;
}
#pickupCmnList li a .name {
	display: table-cell;
	width: 150px;
	padding: 0 0 0 25px;
	box-sizing: border-box;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1.1;
}
#pickupCmnList li a .name span {
	color: #0095df;
	font-size: 10px;
}
#pickupCmnList li a .txt {
	display: table-cell;
	color: #000;
	font-size: 12px;
	vertical-align: middle;
	line-height: 1.5;
}
@media screen and (min-width: 601px) {
	#pickupCmn {
		margin-bottom: 80px;
	}
	#pickupCmnList {
		border-top: none;
		overflow: hidden;
	}
	#pickupCmnList li {
		float: left;
		width: 320px;
		border-bottom: none;
		box-sizing: border-box;
	}
	#pickupCmnList li + li {
		border-left: solid 1px #000;
	}
	#pickupCmnList li a {
		padding: 6px 10px;
	}
	#pickupCmnList li a::before,
	#pickupCmnList li a::after {
		position: absolute;
		top: 6px;
		left: 10px;
		content: '';
		width: 32px;
		height: 32px;
		margin-top: 0;
		overflow: hidden;
	}
	#pickupCmnList li a::before {
		background: url(../img/common/ico_pickup01.png) no-repeat 0 0;
		background-size: 32px;
	}
	#pickupCmnList li a::after {
		background: url(../img/common/ico_pickup01_pc.png) no-repeat 0 0;
		background-size: 32px;
		transition: all .2s linear;
	}
	#pickupCmnList li a:hover::after {
		opacity: 0;
	}
	#pickupCmnList li a .name {
		display: block;
		width: auto;
		padding: 0 0 5px 42px;
		font-size: 20px;
		line-height: 1.5;
	}
	#pickupCmnList li a .name br {
		display: none;
	}
	#pickupCmnList li a .name span {
		padding: 0 0 0 7px;
		color: #0095df;
		font-size: 10px;
		line-height: 2;
	}
	#pickupCmnList li a .txt {
		display: block;
		padding: 0 0 0 42px;
	}
}

/* #seriesCmn
=========================================== */
#seriesCmn {
	padding: 20px 13px 0;
}
@media screen and (min-width: 601px) {
	#seriesCmn {
		padding: 0 0 18px;
		overflow: hidden;
	}
	#seriesCmn h1 {
		padding: 3px 0 5px 14px;
		background: url(../img/common/ico_arw01_next.png) no-repeat 0 40%;
		font-size: 10px;
		font-weight: bold;
		line-height: 1.5;
	}
}

/* .bnr */
#seriesCmn .bnr {
	margin: 0 0 10px;
}
#seriesCmn .bnr li + li {
	margin: 10px 0 0;
}
#seriesCmn .bnr li a {
	position: relative;
	display: block;
	height: 36px;
	border: solid 1px #666;
	border-radius: 3px;
	background: no-repeat 100% 50%;
	background-size: auto 36px;
	overflow: hidden;
}
#seriesCmn .bnr li.kof a {
	background-image: url(../img/common/bnr_series_kof01.jpg);
}
#seriesCmn .bnr li.ms a {
	background-image: url(../img/common/bnr_series_ms01.jpg);
}
#seriesCmn .bnr li.ff a {
	background-image: url(../img/common/bnr_series_ff01.jpg);
}
#seriesCmn .bnr li.ss a {
	background-image: url(../img/common/bnr_series_ss01.jpg);
}
#seriesCmn .bnr li a img {
	position: absolute;
	top: 6px;
	left: 18px;
	width: auto;
	height: 25px;
}
@media screen and (min-width: 601px) {
	#seriesCmn .bnr {
		margin: 0 -12px 12px 0;
		overflow: hidden;
	}
	#seriesCmn .bnr li {
		float: left;
		width: 312px;
		margin: 0 12px 0 0;
	}
	#seriesCmn .bnr li + li {
		margin: 0 12px 12px 0;
	}
	#seriesCmn .bnr li a {
		display: block;
		height: 82px;
		background-size: 310px auto;
	}
	#seriesCmn .bnr li.kof a {
		background-image: url(../img/common/bnr_series_kof01_pc.png);
	}
	#seriesCmn .bnr li.ms a {
		background-image: url(../img/common/bnr_series_ms01_pc.png);
	}
	#seriesCmn .bnr li.ff a {
		background-image: url(../img/common/bnr_series_ff01_pc.png);
	}
	#seriesCmn .bnr li.ss a {
		background-image: url(../img/common/bnr_series_ss01_pc.png);
	}
	#seriesCmn .bnr li a img {
		top: 24px;
		left: 12px;
		height: 32px;
	}
}
/* .txt */
#seriesCmn .txt {
	font-size: 11px;
}
#seriesCmn .txt li {
	line-height: 1.3;
}
#seriesCmn .txt li + li {
	margin: 8px 0 0;
}
@media screen and (min-width: 601px) {
	#seriesCmn .txt {
		font-size: 13px;
	}
}

/* #pageTop
=========================================== */
#pageTop {
	padding: 13px;
	overflow: hidden;
}
#pageTop p {
	float: right;
	width: 28px;
}
@media screen and (min-width: 601px) {
	#pageTop {
		padding: 0;
	}
	#pageTop p {
		width: 25px;
	}
}

/* #gFooter
=========================================== */
#gFooter {
	padding: 20px 13px 0 ;
	background: #000;
	min-height: 100px;
}
@media screen and (min-width: 601px) {
	#gFooter {
		padding: 24px 0 0;
		background: #000;
	
	}
	#gFooterIn {
		position: relative;
		
		min-height: 150px;
		padding-bottom:20px;
	}
}


/* .logo
------------------------------ */
#gFooter .logo {
	width: 100px;
	margin: 0 auto 15px;
}
@media screen and (min-width: 601px) {
	#gFooter .logo {
		float: left;
		width: 108px;
		margin: 0 20px 0 0;
	}
}

/* .sitemap
------------------------------ */
#gFooter .sitemap {
	padding: 0 0 8px;
	overflow: hidden;
}
#gFooter .sitemap li {
	float: left;
	width: 50%;
}
#gFooter .sitemap li:nth-child(2n-1) {
	clear: left;
}
#gFooter .sitemap li dl {
	padding: 0 0 7px;
}
#gFooter .sitemap li dt {
	color: #0095df;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
#gFooter .sitemap li dd {
	line-height: 1;
}
#gFooter .sitemap li dd a {
	display: block;
	position: relative;
	padding: 2px 0 1px 10px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.5;
}
#gFooter .sitemap li dd a::before {
	position: absolute;
	top: 7px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 601px) {
	#gFooter .sitemap {
		float: left;
		padding: 0;
	}
	#gFooter .sitemap li {
		float: left;
		width: auto;
		padding: 0 35px 0 0;
	}
	#gFooter .sitemap li:nth-child(2n-1) {
		clear: none;
	}
	#gFooter .sitemap li dl {
		padding: 0;
	}
	#gFooter .sitemap li dt {
		margin: 0 0 5px;
		line-height: 1.2;
	}
	#gFooter .sitemap li dd a::before {
		position: absolute;
		top: 7px;
		left: 0;
		width: 0;
		height: 0;
		content: '';
		border-style: solid;
		border-width: 3px 0 3px 5px;
		border-color: transparent transparent transparent #fff;
	}
	#gFooter .sitemap li dd a:hover {
		color: #0095df;
	}
	#gFooter .sitemap li dd a:hover::before {
		border-color: transparent transparent transparent #0095df;
	}
	/* .guide */
	#gFooter .sitemap li dl.guide {
		overflow: hidden;
	}
	#gFooter .sitemap li dl.guide dd {
		float: left;
		width: 60px;
	}
	#gFooter .sitemap li dl.guide dd:nth-child(2n) {
		clear: left;
	}
}

/* .cr
------------------------------ */
#gFooter .cr {
	color: #fff;
	font-size: 10px;
}
@media screen and (min-width: 601px) {
	#gFooter .cr {
		margin-top: 20px;
		position: absolute;
		top: 70px;
		left: 0;
		padding: 0;
		text-align: left;
	}
}


/* COMMON PARTS
=========================================== */
/* .titCmn01
------------------------------ */
.titCmn01 {
	margin: 0 0 10px;
	border-bottom: solid 1px #666;
	letter-spacing: -.5em;
}
.titCmn01 h1 {
	display: inline-block;
	position: relative;
	margin: 0 3px 0 0;
	padding: 0 3px 5px 0;
	color: #0095df;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: normal;
}
.titCmn01 h1::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #0096e0;
}
.titCmn01 p {
	display: inline-block;
	padding: 0 0 4px;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: normal;
}
@media screen and (min-width: 601px) {
	.titCmn01 {
		margin: 0 0 20px;
		border-bottom-width: 2px;
	}
	.titCmn01 h1 {
		display: inline-block;
		position: relative;
		margin: 0;
		padding: 0 15px 8px 0;
		font-size: 15px;
		line-height: 1.8;
	}
	.titCmn01 h1::after {
		bottom: -2px;
		height: 2px;
	}
	.titCmn01 p {
		padding: 0 0 12px;
		font-size: 12px;
	}
}

/* .titCmn02
------------------------------ */
.titCmn02 {
	margin: 0 0 20px;
	padding: 5px 15px 4px;
	background: #0095df;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}

/* .titCmn03
------------------------------ */
.titCmn03 {
	margin: 0 0 5px;
	padding: 3px 0 0 5px;
	border-left: solid 5px #0095df;
	font-weight: bold;
	line-height: 1.2;
}
@media screen and (min-width: 601px) {
	.titCmn03 {
		margin-top: 50px;
		padding-left: 8px;
		border-left-width: 8px;
		font-size: 16px;
	}
}

/* .tableCmn01
------------------------------ */
.tableCmn01 {
	width: 100%;
}
.tableCmn01 th,
.tableCmn01 td {
	padding: 10px 0 9px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}
.tableCmn01 tr + tr th,
.tableCmn01 tr + tr td {
	border-top: dotted 1px #ccc;
}

/* .listSdCmn
------------------------------ */
.listSdCmn {
	border-top: solid 1px #0095df;
}
.listSdCmn li {
	border-bottom: solid 1px #0095df;
	background: #fff;
}
.listSdCmn li a {
	display: block;
	padding: 11px 25px 10px 45px;
	background: url(../img/common/ico_arw03.png) no-repeat 25px 50%;
	background-size: 12px auto;
	color: #000;
	text-decoration: none;
}
@media screen and (min-width: 601px) {
	.listSdCmn li a {
		padding: 8px 10px 7px 25px;
		background-position: 6px 50%;
		background-size: 12px auto;
	}
}

/* #breadcrumb
------------------------------ */
@media screen and (min-width: 601px) {
	#breadcrumb {
		padding: 40px 0 25px;
		text-align: left;
		letter-spacing: -.5em;
	}
	#breadcrumb li {
		display: inline;
		letter-spacing: normal;
	}
	#breadcrumb li a,
	#breadcrumb li.current {
		position: relative;
		padding: 0 0 0 15px;
	}
	#breadcrumb li.home a {
		padding: 0;
	}
	#breadcrumb li a::before,
	#breadcrumb li.current::before {
		position: absolute;
		top: 0;
		left: 0;
		content: '>';
		color: #000;
	}
	#breadcrumb li.home a::before {
		display: none;
	}
}

/* #pageNav
------------------------------ */
#pageNav {
	padding: 30px 0 20px;
    text-align: center;
}
#pageNav li {
    display: inline;
    list-style: none;
}
#pageNav li.current span {
    display: inline-block;
    padding: 3px 7px;
    border: solid 1px #0096e0;
    background: #0096e0;
    color: #fff;
    font-weight: bold;
}
#pageNav li a {
    display: inline-block;
    padding: 3px 7px;
    border: solid 1px #0096e0;
    background: #fff;
    color: #0096e0;
    text-decoration: none;
}
#pageNav li a:hover {
    background: #0096e0;
    color: #fff;
	opacity: 1;
}

/* .blockLink
------------------------------ */
.blockLink {
	display: block;
	transition: opacity 0.3s ease-in;
	text-decoration: none;
}
.blockLink .tit {
	text-decoration: underline;
}
@media screen and (min-width: 601px) {
	.blockLink:hover {
		opacity: .7;
	}
	.blockLink:hover .tit {
		text-decoration: none;
	}
}

.nariyukibnr {
	position:relative;
	right:0;
}