@charset 'utf-8';

/**
 *
 *  Under
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
html,body
{
}

/*--------------------------------------------------------------------------
   Page
---------------------------------------------------------------------------*/
#Page
{
}

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Content
{
}

#Main > .ttl_area {
	background: url(../images/history/ttl_bg_01.jpg) no-repeat top center;
}

#Main h3{
	font-size: 26px;
	margin-bottom: 30px;
	margin-top: 40px;
	line-height: 26px;
}

#Main .txt{
	font-size: 16px;
}

/* sec01
-----------------------------------------------------------------*/
.sec01{
	width: 980px;
	margin: 60px auto 0 auto;
}

.sec01 .top_box{
	position: relative;
}
.sec01 .top_box .txt_box{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #ffffff;
	text-align: center;
	padding: 15px 0 30px 0;
}
.sec01 .top_box .txt_box .txt{
	margin-top: 15px;
}

.sec01 .history{
	margin-top: 20px;
}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer
{
}
