@charset "UTF-8";

/* ------------------------------
	About
------------------------------ */

.about {
	}
	
#sec-history,
#sec-point02,
#sec-point03 {
	padding-bottom: 80px;

}
#sec-effect {

}




@media screen and (min-width: 751px), print {
	
	#sec-intro {
		position: relative;
	}
	#sec-intro .float_mascot {
		position: absolute;
		top: -20px;
		right: 20px;
	}
	
	table.table.chronology>tbody>tr>th {
		padding: 12px;
		border-bottom: solid 4px #666;
		border-right: 0px;
		border-left: 0px;
		border-top: 0px;
	}

	table.table.chronology>tbody>tr>td {
		padding: 12px;
		border-bottom: solid 1px #cdcdcd;
		border-right: 0px;
		border-left: 0px;
		border-top: 0px;
	}
} @media screen and (max-width: 750px) {
	.about {
	}
	table.table.chronology>tbody>tr>th {
		padding: 12px 12px 0px 12px;
		position: relative;
		margin-bottom: 20px;
	}
	table.table.chronology>tbody>tr>th:before {
		content: '';
		position: absolute;
		bottom: -15px;
		display: inline-block;
		width: 40px;
		height: 3px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: black;
		border-radius: 2px;
	}
	table.table.chronology>tbody>tr>td {
		padding: 4px 12px 12px 12px;
		border-bottom: solid 1px #cdcdcd;
		border-top: 0px;
	}
	table.table.chronology>tbody>tr:first-child>th {
		border-top: solid 1px #cdcdcd;
	}
	table.table.chronology>tbody>tr>th,
	table.table.chronology>tbody>tr>td {
		width: 100%!important;
		display: inline-block;
		border-left: none;
		border-right: 0px;
		border-left: 0px;
	}
	
}

