﻿@charset "utf-8";
.thisyeartitle{
	width:80%;
	margin:0 auto;
	border-bottom: 1px solid #ffff00;/* 下に赤線 */	
	font-family: 'Audiowide', cursive;
		font-size: 20px;
	color: #fff100;

}
.phototable{
	width:80%;
	margin:0 auto;
}
.phototable table {			/*スポンサー表示はテーブル*/
	width:100%;			/*100% 1200px*/
	/*border: 1px #000000 solid;*/
	border-collapse: collapse;	/*テーブルの線は消す。*/
}
.phototable td {
	text-align: center;
}

/*///////////////過去写真アイコン設定///////////////*/
.icon-area {
	margin:30px 0 30px 0;
	position: relative;
	float:left;
	line-height: 0;
}
.icon-word{
	width:290px;
	bottom:10px;
	color: #fff100;
	font-family: 'Audiowide', cursive;
	font-size:35px;
	position:absolute;
	line-height: normal;
	text-align: center;
		background:rgba(25,25,112,0.4);
}
/*///////////////過去写真アイコン設定おわり///////////////*/
