@charset "utf-8";



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

.about_content {
	text-align:left;
	line-height:1.8;
	font-family:"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.about_brand {
	border-bottom:solid 1px #ccc;
	border-top:solid 1px #ccc;
	padding:20px 0;
	margin:20px auto;
	text-align:center;
}

.about_profile {
	text-align:center;
	margin:20px auto;
}

.history li p.history_date {
	font-size:12px;
}

.history li p.history_content {
	font-size:13px;
}

.history li:first-child {
	border-top:solid 1px #000;
}

.history li {
	list-style-type:none;
	border-bottom:solid 1px #000;
	padding:10px 0;
}


.history li .history_date {
	font-weight:bold;
	
}

.history li .history_content {
	line-height:1.6;
}


@media (min-width: 769px) {

/*------------------------------------
■About【PC】
------------------------------------*/
#about section.content .inner {
	width:600px;
	margin:0px auto;	
}


.history li p.history_date {
	float:left;
	width:10%;
	font-size:12px;
	margin: 0 5% 0 0;
}

.history li p.history_content {
	float:left;
	width:85%;
	font-size:14px;
}

.history li {
	clear:both;
	overflow:hidden;
	list-style-type:none;
	border-bottom:solid 1px #000;
}

.about_content {
	font-size:16px;
	line-height:1.8;
}

}


