@charset "UTF-8";

/********************************************

 企業情報 伊藤忠食品のあゆみ（history）

********************************************/
#history {
	
}


/*** anchor_nav ***/
#history .anchor_nav {
	
}
#history .anchor_nav li {
	margin: 0 20px 10px 0;
}
#history .anchor_nav li a {
	
}


/* read */
#history .read {
	font-size: 120%;
	margin: 0 0 20px;
}


/* chrono */
#history .chrono {
	text-align: right;
	background: url(../images/history/line_dot_01.png) left center repeat-x;
}
#history .chrono .btn {
	padding-left: 10px;
	background: #f6f6f6;
}


/*** toggle_block ***/
#history .toggle_block {
	margin-bottom: 40px;
}


/** head **/
#history .toggle_block .head {
	padding: 0 0 0 24px;
	border-left: 3px solid #0039a6;
	background: url(../images/history/icon_toggle_open.png) right center no-repeat;
	cursor: pointer;
	
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#history .toggle_block .head:hover {
	color: #0039a6;
	background-color: #d5dbe6;
}
#history .toggle_block.open .head {
	background-image: url(../images/history/icon_toggle_close.png);
}

/* year */
#history .toggle_block .head .year {
	font-size: 92%;
	font-weight: bold;
}
/* title */
#history .toggle_block .head .title {
	font-size: 150%;
}


/** body **/
#history .toggle_block .body {
	display: none;
	padding: 40px 0 0 24px;
	border-left: 3px solid #8dc7ce;
}

#history .toggle_block .body .box {
	margin: 0 0 30px;
}
#history .toggle_block .body .box:first-child {
	/*margin-top: 60px;*/
}
#history .toggle_block .body .box:last-child {
	margin-bottom: 0;
}

/* year */
#history .toggle_block .body .box .year {
	font-size: 92%;
	font-weight: bold;
}
/* title */
#history .toggle_block .body .box .title {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 6px;
}
/* article */
#history .toggle_block .body .box .article {
	
}
#history .toggle_block .body .box .article .text {
	text-indent: 1.0em;
}




/* h-foot */
#history #h-foot {
	
}

#history #h-foot .arrow {
	text-align: center;
	margin: 0 0 20px;
}

#history #h-foot .box {
	padding: 20px 0;
	border-top: 1px dotted #0039a6;
	border-bottom: 1px dotted #0039a6;
}
#history #h-foot .box .label {
	color: #0039a6;
	font-size: 160%;
	text-align: center;
	margin: 0 0 10px;
}
#history #h-foot .box .link {
	text-align: center;
}

