@charset "UTF-8";
/********** about **********/
/*mainImageBox*/
.mainImageBox{
	background: none;
	margin-bottom: 0;
	padding: 30px 290px 10px 207px;
}

/*ACTIVITY*/
.sectionBox .articleBox{
	border-bottom: none;
}
.sectionBox .articleBox article .articleHeading{
	background: url(../../common/img/icon_square_01.png) left 5px no-repeat;
}
article p{
	line-height: 1.4;
}
#about .sectionBox.type-02 .articleBox.type-02{
	height: 480px;
}
.articleBox article .articleHeading h4{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.6;
}
.articleBox article .articleHeading h4 span{
	padding-left: 10px;
}
.articleBox .articleBody{
	position: relative;
}
.articleBox .articleBody .articleBodyInnerLeft{
	width: 230px;
}
.articleBox .articleBody .articleBodyInnerRight{
	width: 210px;
	position: absolute;
	top: 0;
	right:0;
}
.articleBox .articleBody .articleBodyInnerRight ul{
	letter-spacing: -0.4em;
	margin-left: -10px;
}
.articleBox .articleBody .articleBodyInnerRight ul li{
	display: inline-block;
	letter-spacing: normal;
	margin-left: 10px;
}
.articleBox .articleFooter{
	width: 230px;
	padding-bottom: 10px;
}
.articleBox .articleFooter ul{
	letter-spacing: -0.4em;
	margin-right: -10px;
}
.articleBox .articleFooter ul li{
	display: inline;
	letter-spacing: normal;
	margin-right: 10px;
}

/*HISTORY*/
.yearBoxGroup{
	height: 480px;
	overflow-y: scroll;
}
.yearBoxGroup .yearBoxUnit{
	display: inline-block;
	border-bottom: 1px dotted #a49e96;
	padding-top: 8px;
}
.yearBoxGroup .yearBoxUnit:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.yearBoxGroup .yearBoxUnit.first{
	padding-top: 0;
}
.yearBoxGroup .year{
	width: 60px;
	float: left;
}
.yearBoxGroup .year p{
	font-size: 1.6em;
	font-weight: bold;
}
.yearBoxGroup .yearBoxContent{
	width: 390px;
	float: right;
}
.yearBoxGroup .yearBoxContent article {
	display: inline-block;
	padding-bottom: 10px;
}
.yearBoxGroup .yearBoxContent article:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.yearBoxGroup .yearBoxContent article .category{
	width: 40px;
	float: left;
	line-height: 1.4;
}
.yearBoxGroup .yearBoxContent article p{
	width: 365px;
	float: left;
}
.yearBoxGroup .yearBoxContent article p.en{
	clear: both;
}