@charset "UTF-8";
/*---- Title ----*/
#Title{
	height:220px;
	background:url('../image/profile/title.jpg') no-repeat center 0 #000;
}
#Title h2{
	margin:0 auto;
	padding:130px 0 0;
	width:1000px;
	height:50px;
	text-align:left;
	font-size:30px;
	font-weight:bold;
	line-height:120%;
	color:#fff;
}

#Introduction{
	border-top:1px solid #049;
	padding:0 0 20px;
}
h3{
	margin:30px 0 0;
	padding:0;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
	font-size:28px;
	line-height:130%;
	color:#03a;
}
#Introduction h3{
	float:left;
	width:520px;
}
#Introduction img{
	float:right;
	margin:30px 0 0;
}
#Introduction p{
	float:left;
	margin:18px 0 0;
	width:520px;
	font-size:16px;
	font-weight:normal;
	line-height:140%;
}
#Introduction p a{
	margin:18px 0 0;
}
/*---- ----*/
article{
	margin:20px 0 0;
	background:#fff;
	box-shadow:1px 1px 3px 0 rgba(0,0,0,0.2);
}
article iframe{
	float:right;
	border:none;
	margin:5px 5px 5px 0;
	width:440px;
}
article h4{
	margin:0 465px 0 0;
	padding:10px 0 0;
}
article h4 span{
	display:block;
	border-left:6px solid #049;
	padding:0 0 0 10px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
	font-size:18px;
	line-height:26px;
	color:#03a;
}
article p{
	margin:18px 465px 0 17px;
	font-size:15px;
	line-height:130%;
}
article p a.BoxLink{
	font-size:15px;
}
article p strong{
	display:block;
	margin:0 0 2px;
	color:#999;
}
/*---- ----*/
table{
	border-collapse:collapse;
	border:none;
	margin:40px 0 0 0;
}
table caption{
	text-align:left;
	font-size:18px;
	font-weight:bold;
	line-height:130%;
	color:#468;
}
table th,table td{
	padding:18px 80px 0 0;
	font-size:16px;
	font-weight:normal;
	line-height:130%;
}
/*---- ----*/
.Chronological{
	border-top:1px solid #ccc;
	margin:60px 0 0 0;
	width:100%;
}
.Chronological th,.Chronological td{
	border-bottom:1px solid #ccc;
	padding:20px 0;
	vertical-align:top;
}
.Chronological th{
	padding:20px 80px 20px 0;
	color:#666;
}
.Chronological td span{
	display:inline-block;
	margin:8px 0 0;
	padding:0 6px 0 0;
	font-size:18px;
	font-weight:bold;
	color:#096;
}
.Chronological td span:first-child{
	margin:0;
}
.Chronological td span.Products{
	color:#36c;
}
.Chronological td a{
	margin:0 14px 0 0;
}
.Chronological td br + a{
  display:inline-block;
  margin:8px 14px 0 0;
}
.Chronological td a::after{
	content:"";
	display:inline-block;
	width:8px;
	height:12px;
	background:url('../image/common/arrow001.png') no-repeat 0 0;
}

p.postscript{
	padding:2em 0 0;
}