@charset "utf-8";


html, body {
	height: 100%;
}

html {
	-ms-overflow-style: scrollbar;
}

body {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.5;
	overflow-x: hidden;
	overflow-y: scroll;
}

body.noscroll {
	overflow: hidden;
}

img, object, embed, video {
	max-width: 100%;
}

h2, h3, h4, h5, h6 {
	line-height: 1.3;
	color: #343434;
}

.ie6 img {
	width: 100%;
}

a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #c71444;
}

a:hover, a:focus {
	color: #c71444;
}

a.link {
	color: #000000;
	text-decoration: underline;
}

a:focus {
	text-decoration: none;
}

ul, ol {
	margin-left: -20px;
}

.small, small {
	font-size: 11px;
}

.small2 {
	color: #c71444;
}

.container {
	max-width: 1238px;
}

.marginBottom0 {
	margin-bottom: 0!important;
}

.marginBottom90 {
	margin-bottom: 50px!important;
}

.marginBottom38 {
	margin-bottom: 19px!important;
}

.marginBottom10 {
	margin-bottom: 10px!important;
}

.marginBottom50 {
	margin-bottom: 25px!important;
}

.marginTop50 {
	margin-top: 25px!important;
}

.strongType_1 {
	font-weight: bold;
	color: #343434;
}

.pcOnly {
	display: none!important;
}

@media only screen and (min-width: 768px) {
	body {
		font-size: 14px;
	}

	.marginBottom50 {
		margin-bottom: 50px!important;
	}

	.marginBottom38 {
		margin-bottom: 38px!important;
	}

	.marginBottom20 {
		margin-bottom: 20px!important;
	}
	.marginTop50 {
		margin-top: 50px!important;
	}

	.small, small {
		font-size: 12px;
	}
}

@media only screen and (min-width: 1024px) {
	.pcOnly {
		display: inline-block!important;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		width: 100%;
	}
}

.gn_element .grid-row.bleed {
    max-width: 100% !important;
}