/*==================================
	* 全体の設定
==================================*/
body {
	margin-top: 0;
	margin-left: 0;
	background-color:#ffffff;
	/*background: linear-gradient(-180deg, rgba(0, 53, 66, .8), rgba(45, 96, 188, .4)),
	url(img/forest.jpg) no-repeat;
	background-size:cover;*/
	color: #333333;
	font-family: "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
}
img {
	border: 0;
}
table {
	border: 0;
}


.white_sp {
	padding-top:3px;
}
/*==================================
	* コンテンツ
==================================*/
#kin , #gin , #dou , #nyusen {
	width: 100%;
	padding: 2px;
	border-collapse: collapse;
	border-spacing: 0px;
}
#kin table , #gin table , #dou table , #nyusen table {
	margin: 0em auto 1em;
	padding: 2px;
	border-collapse: collapse;
	border-spacing: 0px;
}
#kin td , #gin td , #dou td , #nyusen td {
	text-align: center;
	vertical-align: bottom;
}
#kin img {
	max-width: 375px;
	max-height: 275px;
	border: 4px #74571D outset;
}
#gin img {
	max-width: 250px;
	max-height: 250px;
	border: 2px #666666 outset;
}
#dou img {
	max-width: 200px;
	max-height: 200px;
	border: 2px #cccccc outset;
}
#nyusen img {
	max-width: 150px;
	max-height: 150px;
	border: none;
}
#entry img {
	max-width: 550px;
	max-height: 550px;
}
.font18 {
	font-size: 18px;
}
.font12 {
	font-size: 12px;
}