/* [ layout_shinkei-jime.css ] shinkei-jime style-sheet */

@charset "utf-8";

body,p,h1,h2,h3{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #0b344b;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Prompt', sans-serif;
}

h1,h2,h3{
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
}
h1,h2{
	height: 30px;
	padding-top: 10px;
	border-radius: 6px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	background-color: #0b344b;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	font-family: 'Frank Ruhl Libre', serif;
}

strong{
	font-weight: normal;
}



header{
	width: 100%;
	height: 400px;
	background-image: url(images/header_bg_bg.jpg);
	background-position: center;
}

	#box_title_bg{
		width: 1080px;		/* 1080px */
		height: 400px;		/* 400px */
		padding: 0px;
		margin: 0px auto;
		background-image: url(images/header_bg.jpg);
	}
		#box_title{
			width: 1080px;		/* 1080px */
			height: 331px;		/* 331px */
			font-family: 'Frank Ruhl Libre', serif;
			color: #fff;
			text-shadow: 0px 0px 4px #0b456d;
		}
			#title_text1{
				padding: 180px 0px 0px 110px;
				font-size: 40px;
				line-height: 40px;
			}
			#title_text2{
				text-align: right;
				padding: 12px 110px 0px 0px;
				font-size: 27px;
				line-height: 27px;
			}
		#box_button_qtop{
			width: 334px;		/* 1080px */
			height: 69px;		/* 69px */
			padding-left: 746px;
		}
			a#button_qtop{
				width: 274px;
				height: 24px;	/* 34px */
				display: block;
				color: #fff;
				text-decoration: none;
				padding-top: 10px;
				border-radius: 6px;
				background-color: rgba(255,255,255,0.0);
				text-align: center;
				font-size: 15px;
				line-height: 15px;
			}
			a:hover#button_qtop{
				background-color: rgba(255,255,255,0.3);
			}



#main_back{
	background-color: #fff;
}
#main{
	width: 1000px;	/* 1080px */
	padding: 30px 40px;
	margin: 0px auto;
}
	#main_body{
		width: 960px;
		padding: 0px 20px 40px;
		max-height: 100%;
	}

	table{
		border-collapse: collapse;
		border-spacing: 0px;
		width: 980px;
		margin: 0px 10px;
	}
		td{
			padding: 0px 0px 10px;
			vertical-align: top;
			max-height: 100%;
		}
		td div{
			background-color: #fff;
			border-radius: 8px;
			border: solid 1px #bbb;
			padding: 15px;
		}

	span.step_num{
		display: inline-block;
		font-family: 'Days One', sans-serif;
		font-size: 40px;
		line-height: 40px;
		color: #99bf18;
		padding: 0px 15px 0px 10px;
	}
	span.step_text{
		display: inline-block;
		font-family: 'Frank Ruhl Libre', serif;
		font-size: 30px;
		line-height: 30px;
		color: #0b344b;
		color: #9d0038;
		padding-bottom: 15px;
	}
	span.spacer{
		display: block;
		height: 10px;
	}

	ul{
		padding: 0px 0px 10px 40px;
		margin: 0px;
	}
		li{
			list-style-type: decimal;
			font-family: 'Roboto Mono', monospace;
			color: #00aded;
			padding: 5px 0px 0px;
		}
		li span{
			font-family: 'Prompt', sans-serif;
			color: #000;
		}

	img.img_br6_a{
		border-radius: 6px;
	}
	img.img_br6_b{
		border-radius: 6px;
		margin-top: 15px;
	}

	#products{
		width: 980px;
		margin: 20px 10px 60px;
	}
		#products img{
			border-radius: 8px;
		}

	#box_aging_process{
		text-align: center;
		padding-bottom: 50px;
		max-height: 100%;
	}
		#box_aging_process a:hover{
			opacity : 0.70;
		}

	#related_content{
		width: 980px;
		margin: 20px 10px 60px;
		text-align: center;
	}
		#related_content img{
			border-radius: 8px;
		}
		#related_content a:hover{
			opacity : 0.70;
		}


footer{
	width: 1000px;	/* 1080px */
	margin: 0px auto;
	color: #ccc;
	padding: 20px 40px 30px;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	max-height: 100%;
}

