@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
}

/* ------------------------------------------------------------------------------------------
   CONTENTS
------------------------------------------------------------------------------------------ */
#supportMain {
	margin: 0 0 80px 0;
	width: 100%;
	display: block;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	#supportMain {
		margin: 0 0 40px 0;
	}
}


/* CONTENTS HEAD */
.contentHead {
	margin: 0;
	padding: 38px 0;
	height: auto;
	background: #253394 url(/support/images/bg_head.gif) center repeat-y;
}

.contentHeadInner {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: auto;
	display: block;
	overflow: hidden;
}

.contentHeadInner h1 {
	margin-top: 8px;
	color: #FFF;
	font-size: 40px;
	float: left;
}

.contentHeadInner h1 br {
	display: none;
}

.contentHeadInner p {
	width: 470px;
	color: #FFF;
	font-size: 15px;
	line-height: 1.7em;
	text-align: left;
	float: right;
}

@media screen and (max-width: 640px) {
	.contentHead {
		padding: 15px 0;
		background-size: 100% auto;
	}

	.contentHeadInner {
		margin: 0 auto;
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}

	.contentHeadInner h1 {
		padding-bottom: 5px;
		font-size: 30px;
		line-height: 1.2em;
		text-align: center;
		float: none;
	}

	.contentHeadInner h1 br {
		display: block;
	}
}


/* CONTENTS */
.supportContents {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	.supportContents {
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}
}


/* CONTENTS NAVI */
.contentsNav {
	padding: 50px 0 0 0;
	width: 100%;
}

.contentsNav h2 {
	margin: 0 0 40px 0;
	font-size: 28px;
}

.contentsNav ul {
	overflow: hidden;
}

.contentsNav ul li {
	margin: 0 30px 30px 0;
	width: 475px;
	height: auto;
	float: left;
}

.contentsNav ul li:nth-child(2n) {
	margin-right: 0;
}

.contentsNav ul li:nth-child(3),
.contentsNav li:nth-child(4) {
	margin-bottom: 0;
}

.contentsNav ul li img {
	width: 100%;
}

.contentsNav ul li a:hover img {
	opacity: 0.6;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
}

.contentsNav ul li a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

@media screen and (max-width: 640px) {
	.contentsNav {
		padding: 30px 0 0 0;
		width: 100%;
	}

	.contentsNav h2 {
		margin: 0 0 30px 0;
		font-size: 24px;
	}

	.contentsNav ul li {
		margin: 0 0 10px 0;
		width: 100%;
		float: none;
	}

	.contentsNav ul li:nth-child(3) {
		margin-bottom: 10px;
	}
}


/* TEXT */
.txtArea {
	margin: 20px auto 0;
	width: 800px;
	text-align: left;
	font-size: 15px;
	line-height: 1.6em;
	color: #666;
}

.txtArea p {
	margin: 0 0 10px 0;
	padding: 0 0 0 1.3em;
	text-indent: -1.3em;
}

.txtArea p.noIndent {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.txtArea p a {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

.txtArea p a:hover {
	color: #888;
	text-decoration: none;
}

.mt0 {
	margin-top: 0;
}

.mt10 {
	margin-top: 10px;
}

.mb0 {
	margin-bottom: 0;
}

.bgYellow {
	background-color: #FFF200;
}

.txtBlue {
	color: #1D50A2;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	.txtArea {
		width: 100%;
	}
}


/* CONTENTS AREA */
.contentArea {
	padding-top: 80px;
}

.contentArea h2 {
	padding: 0 0 35px 85px;
	height: auto;
	font-size: 28px;
	text-align: left;
	line-height: 1.2em;
}

h2.con1 {
	background: url(/support/images/sc_no1.gif) no-repeat left top;
	background-size: 74px auto;
}

h2.con2 {
	background: url(/support/images/sc_no2.gif) no-repeat left top;
	background-size: 74px auto;
}

h2.con3 {
	background: url(/support/images/sc_no3.gif) no-repeat left top;
	background-size: 74px auto;
}

h2.con4 {
	background: url(/support/images/sc_no4.gif) no-repeat left top;
	background-size: 74px auto;
}

.subWrap {
	width: 100%;
	text-align: left;
}

.contentArea h3 {
	margin: 0 0 35px 0;
	padding: 0 0 5px 0;
	font-size: 20px;
	line-height: 1.2em;
	display: inline-block;
	border-bottom: 1px solid #1D50A2;
}

.linkForm {
	width: 100%;
	height: 100px;
	text-align: left;
	font-size: 24px;
	background: #DCDCDC;
	overflow: hidden;
}

.linkForm p {
	padding: 27px 0 0 45px;
	float: left;
}

.linkForm input.input {
	padding: 0 10px;
	width: 238px;
	height: 48px;
	font-size: 18px;
	background: #F8F8F8;
	border: none;
}

.linkForm input.button {
	width: 200px;
	height: 100px;
	color: #FFF;
	background: #1D50A2;
	border: none;
	float: right;
	font-size:24px;
	font-weight:bold;
	text-align:center !important;
	display:block;
}

.linkForm input.button:hover {
	background: #7796C7;
}

.sampleImg,
.sampleImg4 {
	margin: 35px 0 0 0;
	padding: 30px;
	width: 100%;
	background: #F0F0F0;
}

.sampleImg img {
	width: 710px;
	height: auto;
}

.sampleImg4 img {
	width: 856px;
	height: auto;
}

@media screen and (max-width: 640px) {
	.contentArea {
		padding-top: 40px;
	}

	.contentArea h2 {
		padding: 0 0 30px 64px;
		font-size: 24px;
		line-height: 1.2em;
	}

	h2.con1 {
		background-position: left 3px;
		background-size: 54px auto;
	}

	h2.con2 {
		background-position: left 3px;
		background-size: 54px auto;
	}

	h2.con3 {
		background-position: left 3px;
		background-size: 54px auto;
	}

	h2.con4 {
		background-position: left 3px;
		background-size: 54px auto;
	}

	.contentArea h3 {
		margin: 0 0 30px 0;
		font-size: 18px;
	}

	.linkForm {
		height: auto;
		font-size: 18px;
		line-height: 1.5em;
		text-align: center;
	}

	.linkForm p {
		padding: 15px;
		float: none;
	}

	.linkForm input.input {
		padding: 0 5px;
		width: 250px;
		height: 40px;
		font-size: 18px;
	}

	.linkForm input.button {
		width: 100%;
		height: 50px;
		font-size: 18px;
		border: none;
		float: none;
	}

	/* iOS reset */
	input[type="submit"],
	input[type="button"] {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
	}

	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
		display: none;
	}

	input[type="submit"]::focus,
	input[type="button"]::focus {
		outline-offset: -2px;
	}

	.sampleImg,
	.sampleImg4 {
		margin: 30px 0 0 0;
		padding: 20px 0;
	}

	.sampleImg img,
	.sampleImg4 img {
		width: 100%;
	}
}
