@charset "utf-8";

/*
@import url(//www.daiwa.com/jp/css/common_v1/d1/common.css);
@import url(//www.daiwa.com/jp/css/common_v1/d1/reset.css);
@import url(//www.daiwa.com/jp/css/common_v1/d1/font.css);
*/

/*-----------------------------------------------
	LAYOUT
-----------------------------------------------*/
main.main {

	background-color: #fff;
	color: #000;
	line-height: 1.6;
	
}
main.main #wrapper{
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	color: #000;
	height: 100%;
	min-height: 100%;	
	min-width: 980px;	
}
main.main #wrapper {
	height: auto;
}
main.main .historyMain{
	
	background-image:url(/-/media/project/globeride/daiwa_com_jp/resources/fishing/brand/image/history/history_im.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	
}

main.main .historyTitleArea{
	position: relative;
	width: 980px;
	margin: 0 auto;
	height:400px;
}
main.main .historyTitle{
	position:absolute;
	bottom:-100px;
	left:0;
}
main.main .historyTitle h2{
	background-color:rgba(0,0,0,0.9);
	width:285px;
	height:285px;
	position:relative;
}
main.main .historyTitle h2 img{
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}
main.main .historyArea{
	width:980px;
	margin:0 auto;

	background-image:url(/-/media/project/globeride/daiwa_com_jp/resources/fishing/brand/image/history/line.gif);
	background-repeat:repeat-y;
	background-position:top center;
	background-size:2px;
	padding:5em 0 10em 0;
}
main.main .historyArea p.title{
	font-size:20px;
	font-weight:bold;
	margin-bottom:0.5em;
	line-height:1.5;
}
main.main .historyArea p.tx{
	
	line-height:2;
}
main.main .history1{
	margin-left:50%;
	background-image:url(/-/media/project/globeride/daiwa_com_jp/resources/fishing/brand/image/history/year1.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:5em 0em 1em 4em;
}
main.main .history2{
	margin-right: 50%;
	background-image: url(/-/media/project/globeride/daiwa_com_jp/resources/fishing/brand/image/history/year2.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5em 4em 1em 0em;
	margin-top: -4em;
}
main.main .history3{
	margin-left:50%;
	background-image:url(/-/media/project/globeride/daiwa_com_jp/resources/fishing/brand/image/history/year3.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:5em 0em 1em 4em;
	margin-top: -20em;
}
main.main .history4{
	margin-right:50%;
	background-image:url(/-/media/project/globeride/daiwa_com_jp/resources/fishing/brand/image/history/year4.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding:6em 4em 1em 0em;
	margin-top: -4em;
}
main.main .history5{
	margin-left:50%;
	background-image:url(/-/media/project/globeride/daiwa_com_jp/resources/fishing/brand/image/history/year5.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:7em 0em 1em 4em;
	margin-top: -10em;
}
main.main .history2 p.im{
	text-align:center;
}
main.main .history2 p.im img,.history3 p.im img,.history4 p.im img,.history5 p.im img{
	display:inline-block;
}
main.main .history3 p.im{
	float:right;
	padding-left:1em;
	
}
main.main .history4 p.im{
	text-align:center;
	padding-top:1em;
}

main.main .history5 p.im{
	float:right;
	padding-left:1em;
	
}
main.main .historyLast{
	background-color:#000;
	color:#fff;
	background-image:url(/-/media/project/globeride/daiwa_com_jp/resources/fishing/brand/image/history/history_last.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	padding:20em 0;
	margin-bottom:5em;
}
main.main .historyLast p.title{
	text-align:center;
	margin-bottom:5em;
}
main.main .historyLast p.title img{
	display:inline !important;
}
main.main .historyLast p.tx{
	text-align:center;
	line-height:2.5;
	font-size:14px;
	
}
