@import url(reset.css);
@import url(base.css);
@import url(common.css);

#mainimg.intro {
	background: url("../image/intro/top/main_bg.jpg") center center no-repeat;
	background-size: cover;
}

#container .topback.scl {
	margin: 0;
}


/*-------------------------------------------------------------------
	history
-------------------------------------------------------------------*/

#history {
	margin: 0 0 90px;
	text-align: justify;
	text-justify: inter-ideograph;
}

#history .rinen {
	margin: 0 0 20px;
	background: #e9e6f3;
	padding: 70px 60px;
	min-width: 660px;
	font-size: 2.6em;
	line-height: 2.4;
	display: inline-block;
}

#history .rinen ruby rt {
	font-size: 0.4em;
	margin-bottom: -7px;
}

#history .subsub {
	font-size: 1.4em;
	line-height: 1.4;
	margin: 0 0 20px;
	font-weight: 400;
}

#history .t_right {
	text-align: right;
}

#history .message {
	overflow: hidden;
	zoom:1;
	margin: 0 0 100px;
}

#history .message .left {
	width: 650px;
	float: left;
}

#history .message .right {
	float: right;
}


#history table {
	width: 100%;
}


#history table th,
#history table td {
	padding: 20px;
	background: #e9e6f3;
	text-align: left;
	vertical-align: middle;
	font-weight: 300;
}

#history table tr:nth-child(even) th,
#history table tr:nth-child(even) td {
	background: #f4f3f9;
}

#history table th {
	width: 15%;
	border-right: 1px solid #b5b5b6;
}

#history table td {
	padding: 20px 40px;
}

#history table th span {
	display: inline-block;
	padding-left: 25px;
	position: relative;
}

#history table th span:before {
	border: 1px solid #595751;
	width: 15px;
	height: 15px;
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	border-radius: 50%;
}


/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	
	#history .message {
		overflow: hidden;
		zoom:1;
		margin: 0 0 100px;
	}

	#history .message .left {
		width: 65%;
		float: left;
	}

	#history .message .right {
		float: right;
		width: 30%;
	}
	
	
	
}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	
	#mainimg.intro {
		background: url("../image/intro/top/main_bg.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	
	/* history */

	
	#history .rinen {
		margin: 0 0 20px;
		background: #e9e6f3;
		padding: 30px 20px;
		min-width: inherit;
		font-size: 2.6em;
		line-height: 2.4;
		display: block;
	}


	

	
	
	
}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){
	
	/* history */

	#history {
		margin: 0 0 50px;
	}

	#history .message {
		overflow: hidden;
		zoom:1;
		margin: 0 0 50px;
	}

	#history .message .left {
		width: auto;
		float: none;
	}

	#history .message .right {
		float: none;
		width: auto;
		text-align: center;
		margin: 30px 0 0;
	}


	#history table {
		width: 100%;
	}
	
	table,
	th,
	td {
		display: block;
	}


	#history table th,
	#history table td {
		padding: 20px 5%;
		background: #e9e6f3;
		text-align: left;
		vertical-align: middle;
		font-weight: 300;
	}

	#history table tr:nth-child(even) th,
	#history table tr:nth-child(even) td {
		background: #f4f3f9;
	}

	#history table th {
		width: auto;
		border-right: none;
		border-bottom: 1px dotted #b5b5b6;
	}

	#history table td {
		padding: 20px 5% 20px 10%;
	}

#history table th span {
	display: inline-block;
	padding-left: 25px;
	position: relative;
}

#history table th span:before {
	border: 1px solid #595751;
	width: 15px;
	height: 15px;
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	border-radius: 50%;
}	

}

/*===============================================
  画面の横幅が380px以下に適用
===============================================*/
@media screen and (max-width: 380px){
}