@charset "utf-8";
/* /////////////////////////////////////////////////////////
	松岡新聞舗とは？
///////////////////////////////////////////////////////// */

/* ====================================
	glovalNavi
==================================== */
#glovalNavi .g1 a{ 
	background-position:-2px -42px;
}

/* ====================================
	about
==================================== */
#about{
	width:820px;
	margin-bottom:100px;
}

#about a:link,
#about a:visited,
#about a:active{
	color:#111;
	text-decoration:underline;
	outline:none;
}
#about a:hover{
	color:#111;
	text-decoration:none;
	outline:none;
}

/* history */
#about #history #title,
#about #history #subtitle{
	width:820px;
	height:0px;
	display:block;
	overflow:hidden;
}
#about #history #title{
	padding-top:287px;
	background:url(../about/images/history-title.jpg) no-repeat;
	margin-bottom:40px;
}
#about #history #subtitle{
	padding-top:50px;
	background:url(../about/images/history-subtitle.png) no-repeat;
}
#about #history table{
	width:820px;
	border-collapse:collapse;
}
#about #history table tr{
	border-bottom:1px solid #d1d1d1;
}
#about #history table tr:last-child{
	border-bottom:none;
}
#about #history table tr:last-child td{
	text-align:center;
}
#about #history table tr th{
	width:160px;
	padding:35px 20px;
	vertical-align:top;
	font-size:110%;
	font-weight:bolder;
	text-align:left;
}
#about #history table tr td{
	width:620px;
	padding:35px 0;
}
#about #history table tr td p{
	margin-bottom:20px;
}
#about #history table tr td p:last-child{
	margin-bottom:0px;
}
#about #history table tr td .photo figure img{
	margin-bottom:10px;
}
#about #history table tr td .photo p{
	font-size:90%;
	font-weight:bolder;
}
#about #history table tr td .photo .left,
#about #history table tr td .photo .right{
	max-width:300px;
}
#about #history table tr td .photo .left{
	float:left;
}
#about #history table tr td .photo .right{
	float:right;
}