@charset "UTF-8";
/* =========================================================
 * @class Gig5
 * @charset "UTF-8";
** ====================================================== */

/* =========================================================
 * @class Gig5: Import
** ====================================================== */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* =========================================================
 * @class Gig5: Define
** ====================================================== */

html {
	font-size: .625em;
}
body {
/*	font-family: "Roboto", Arial, Verdana, "Lucida Grande", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;*/
	font-size: 1.3rem;
	line-height: 1.5;
	word-break: break-word;
	color: #444;
	background: #fff;
	position: relative;
	min-width: 320px;
}

/*
 * @class Gig5: Define: Elements: *
** ------------------------------------------------------ */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*
 * @class Gig5: Define: Elements: Block
** ------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1rem;
	margin: 0;
}
p {
	margin: 0;
}
ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}
table {
	width: 100%;
}
th,
td {
	text-align: left;
	vertical-align: middle;
}
iframe {
	background: #fff;
	border: 0;
}

/*
 * @class Gig5: Define: Elements: Inline
** ------------------------------------------------------ */
a {
	text-decoration: none;
	color: #444;
}
a:link {
	color: #039;
}
a:visited {
	color: #609;
}
a:hover,
a:focus {
	text-decoration: underline;
}
a:active {
	color: #c30;
}
small {
	font-size: 1.2rem;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}
em {
	font-style: italic;
}
strong {
	font-weight: normal;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

/*
 * @class Gig5: Define: Elements: Form
** ------------------------------------------------------ */
form {
	margin: 0;
	padding: 0;
}
input,
select,
textarea {
/*	font-family: "Roboto", Arial, Verdana, "Lucida Grande", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif; */
	word-break: break-all;
}
input[type="reset"],
input[type="image"],
input[type="submit"],
input[type="button"],
button {
	cursor: pointer;
}

/*
 * @class Gig5: Define: Shared
** ------------------------------------------------------ */
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}


/* =========================================================
 * @class Gig5: Structure
** ====================================================== */
/*
 * @class Gig5: Structure: Container
** ------------------------------------------------------ */
#container {
	overflow: hidden;
}

/*
 * @class Gig5: Structure: Blockskip
** ------------------------------------------------------ */
#blockskip {
	overflow: hidden;
}
#blockskip a {
	text-align: center;
	color: #fff;
	background: #666;
	display: block;
	overflow: hidden;
	height: 0;
	padding: 0 8px;
}
#blockskip a:focus {
	height: auto;
}

/*
 * @class Gig5: Structure: Cookie Allowance
** ------------------------------------------------------ */
#cookie-allowance {
	font-size: 1.3rem;
	color: #fff;
	background: #666;
	position: relative;
	display: none;
	-webkit-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	max-width: 1296px;
	margin: 0 auto;
	padding: 8px;
}
#cookie-allowance:before {
	background: #666;
	position: absolute;
	top: 0;
	left: -100%;
	width: 300%;
	height: 100%;
	content: "";
}
#cookie-allowance a {
	color: #fff;
}
#cookie-allowance a:hover {
	text-decoration: none;
}
#cookie-allowance #cookie-container-button {
	text-align: right;
	position: relative;
	z-index: 1;
	min-width: 132px;
}
#cookie-allowance #cookie-container-button .cookie-button-accept {
	background: #ae1515;
	position: relative;
	padding: 2px 6px 3px;
}
#cookie-allowance #cookie-container-button .cookie-button-more-info {
	position: relative;
	padding: 0 14px 0 8px;
}
#cookie-allowance #cookie-container-button .cookie-button-more-info:before,
#cookie-allowance #cookie-container-button .cookie-button-more-info:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 5px;
	height: 5px;
	margin: -2px 0 0;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 2px solid #fff;
	border-bottom: 0;
	border-left: 0;
}
#cookie-allowance #cookie-container-button .cookie-button-more-info:after {
	right: 4px;
}
#cookie-allowance #cookie-allowance-inside {
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}
#cookie-allowance #cookie-allowance-inside p {
	display: inline-block;
	margin: 0 16px;
}

[data-script-enabled="true"] #cookie-allowance {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}


/* ---------------------------------------------------------
 * @class Gig5: Content: Root
** ------------------------------------------------------ */
/*
 * @class Gig5: Content: Content area Layout
** ------------------------------------------------------ */
#bodyarea .maincontents {
	padding: 16px 0 0 0;
}

/*
 * @class Gig5: Content: Section
** ------------------------------------------------------ */
#bodyarea .section-inside {
	display: block;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 0 40px 0;
}
#bodyarea .maincontents > *:first-child.section:not([class*="tile-"]) .section-inside {
	padding-top: 0;
}
#bodyarea .maincontents .section:not([class*="tile-"]) + .section:not([class*="tile-"]) .section-inside,
#bodyarea .maincontents .section-news + .sub-featurestories > .sub-featurestories-inside {
	padding-top: 0;
}

@media screen and (max-width: 1280px) {
	#bodyarea .section-inside {
		padding-left: 8px;
		padding-right: 8px;
	}
}

#bodyarea .section-inside > h1:first-child,
#bodyarea .section-inside > h2:first-child,
#bodyarea .section-inside > h3:first-child,
#bodyarea .section-inside > h4:first-child,
#bodyarea .section-inside > h5:first-child,
#bodyarea .section-inside > h6:first-child {
	margin-top: 0;
}
#bodyarea .section-inside > *:last-child {
	margin-bottom: 0;
}

/* Section color */
#bodyarea .section.tile-plain-1 {
	background-color: #f3f3f3;
}
#bodyarea .section.tile-plain-1 + .section.tile-plain-1 .section-inside {
	padding-top: 0;
}
#bodyarea .section.tile-plain-2 {
	background-color: #dad9d6;
}
#bodyarea .section.tile-plain-2 + .section.tile-plain-2 .section-inside {
	padding-top: 0;
}
#bodyarea .section.tile-plain-3 {
	color: #fff;
	background-color: #595959;
}
#bodyarea .section.tile-plain-3 + .section.tile-plain-3 .section-inside {
	padding-top: 0;
}

/*
 * @class Gig5: Content: .gig5-scrolltop
** ------------------------------------------------------ */
.gig5-scrolltop {
	position: fixed;
	right: 0;
	bottom: 10%;
	z-index: 1000;
	opacity: .7;
}
.gig5-scrolltop:hover {
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.gig5-scrolltop {
		display: none;
	}
}



@media screen and (max-width: 768px) {

}
