@charset "UTF-8";

/* ===============================
	utility
=============================== */
.mbl {
	margin-bottom: 4em;
}

.mtl {
	margin-top: 4em;
}

section .tableCell img {
	width: 100%;
}

/* ===============================
	common style
=============================== */
article {
	background: url(images/bg-main.jpg) repeat;
}

.boxBk {
	border: solid 1px #000;
	padding: 1em;
}

#about {
	background: url(images/bg-about-img.png) no-repeat center top, #daf2fd
		url(images/bg-about.jpg) repeat-x left top;
}

#sub01 .category {
	font-size: 1.1em;
	line-height: 1;
	padding: 10px;
	font-weight: bold;
	background: #fff;
	color: #03448c;
	border: solid 1px #03448c;
	text-align: center;
}

#sub01 .bgBl {
	font-size: 1em;
	line-height: 1;
	font-weight: bold;
	padding: 0.5em 0.6em 0.6em 0.6em;
	background: #03448c;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 5px;
}

#sub01 .bgBl sup {
	color: #fff;
}

#sub01 .text {
	font-size: 0.88em;
	line-height: 1.4;
	padding: 0.6em;
}

#sub01 .ttl {
	margin-top: 2em;
}

#sub02 .ttl {
	background: #fff;
	text-align: center;
	margin-bottom: 1em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

#sub02 .left .ttl {
	color: #03448c;
	border: solid 1px #03448c;
}

#sub02 .right .ttl {
	color: #d9739f;
	border: solid 1px #d9739f;
}

#stars {
	border-top: solid 1px #a0a0a0;
}

#sub04 .disc {
	color: #03448c;
}

/* ===============================
	PC / Tab
=============================== */
@media print , screen and (min-width: 481px) {
	article {
		min-width: 980px;
		overflow: hidden;
	}
	#mainVisual {
		height: 550px;
		position: relative;
		overflow: hidden;
	}
	#mainVisual .visual {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -960px;
	}
	section {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	figure {
		margin: 0;
	}
	.table {
		display: table;
		width: 850px;
		margin-left: auto;
		margin-right: auto;
	}
	.tableRow {
		display: table-row;
	}
	.tableCell {
		display: table-cell;
		vertical-align: top;
	}
	.tableCell.half {
		width: 50%;
	}
	.tableCell.half.left {
		padding-right: 12px;
	}
	.tableCell.half.right {
		padding-left: 12px;
	}
	#about {
		padding-top: 120px;
		padding-bottom: 60px;
		background: url(images/bg-about-img.png) no-repeat center top, #daf2fd
			url(images/bg-about.jpg) repeat-x left top;
	}
	#about .textBox {
		line-height: 2.2;
		padding-left: 270px;
		margin-bottom: 80px;
	}
	#about .textBox h3 {
		margin-bottom: 40px;
	}
	h4 {
		margin-bottom: 30px;
	}
	#sub01 .category {
		margin: 0 50px 30px;
	}
	#sub02 .textBox {
		font-size: 0.92em;
		padding: 0 0.5em 0.5em;
		min-height: 12em;
	}
	#sub03 {
		min-height: 600px;
		background: url(images/bg-sub03.png) no-repeat center 130px;
	}
	#sub04 {
		padding-top: 0;
	}
	#sub03 .textBox {
		padding: 0 50px;
	}
	#sub04 .left {
		width: 420px;
	}
	#sub04 .right {
		padding-left: 20px;
	}
	#sub04 .fxs {
		color: #000;
	}
	#spec {
		margin-top: 60px;
	}
}

/* ===============================
	mobile
=============================== */
@media screen and (max-width: 480px) {
	#mainVisual img,article img {
		width: 100%;
	}
	section {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	#about .textBox {
		margin-bottom: 2em;
	}
	#about .textBox h3 {
		margin-bottom: 1em;
	}
	#sub01 .bgBl {
		font-size: 0.88em;
	}
	#sub01 .category {
		margin: 1em 0 2em;
	}
	.tableCell {
		margin-top: 1em;
	}
	#sub02 .textBox {
		margin-bottom: 2em;
	}
	#sub03 .textBox {
		margin-top: 2em;
	}
}