
/* アナウンサートップページ・枠組み */

#anntop-left-area {
	width:720px;
	float:left;
}
#anntop-right-area {
	width:250px;
	float:left;
}
.win-gray-720 {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	background-image: url("../images/win_gray720_middle.gif");
}
.win-gray-250 {
	width:250px;
	margin-left:auto;
	margin-right:auto;
	background-image: url("../images/win_gray250_middle.gif");
}

/* アナウンサートップページ・アナウンサーの名前と写真 */

.anntop-annlist-area {
	padding:0 0 0 24px;
}
.annlist-block {
	width:160px;
	margin-bottom:12px;
	float:left;
}
.annlist-block-gray {
	width:160px;
	background-color:#b4b4b4;
	padding:2px 0 2px 0;
}
.annlist-block-white {
	width:156px;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
}
.annlist-block-name1 {
	width:140px;
	font-size:11pt;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	border-bottom:2px dotted #b4b4b4;
	padding:6px 0px 4px 0px;
}
.annlist-block-name2 {
	width:156px;
	font-size:9pt;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	padding:4px 0px 6px 0px;
}
.annlist-block-btn {
	padding:2px 0px 2px 0px;

}
.annlist-block a:hover img { /* マウスオーバーで画像を明るく */
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/* アナウンサートップ更新情報 */

.announcer-update {
	width:248px;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 4px;
}
.announcer-update-line {
	width:248px;
	height:6px;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px solid #e5e5e5;
}
.announcer-left {
	width:84px;
	text-align:center;
	float:left;
}
.announcer-right {
	width:160px;
	font-size:9pt;
	line-height:1.5em;
	text-align:left;
	float:left;
	padding:0 0 5px 0;
	font-family: "Osaka−等幅", "Osaka-Mono", "ＭＳ ゴシック", "MS Gothic", "Verdana", sans-serif;
}
.announcer-photo {
	padding:3px 0 0 0;
}
.announcer-name {
	font-size:9pt;
	line-height:1.2em;
	color:#ec8409;
	padding:2px 3px 0 3px;
}

/* アナウンサープロフィール・枠組み */

#annprofile-left-area {
	width:250px;
	float:left;
}
#annprofile-right-area {
	width:720px;
	float:left;
}

/* アナウンサープロフィール・内容 */

.annprofile-name1 {
	width:220px;
	font-size:12pt;
	font-weight:bold;
	text-shadow: 1px 1px 1px #999999;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px dashed #b4b4b4;
	padding:14px 0px 5px 0px;
}
.annprofile-name2 {
	width:230px;
	font-size:10pt;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	padding:4px 0px 12px 0px;
}
.annprofile-blog-btn {
	padding:12px 0px 24px 0px;

}
.annprofile-blog-btn a:hover img { /* マウスオーバーで画像を明るく */
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.annprofile-data {
	width:678px;
	margin-left:auto;
	margin-right:auto;
	font-size:10pt;
	text-align:left;
	line-height:1.4em;
	padding:1px 1px 1px 1px;
}
.annprofile-data strong {
	color:#b26501;
}
.annprofile-data td {
	padding:8px 12px 8px 12px;
}

/* アナウンサーブログ */

.annblog-calendar-area {
	width:226px;
	margin-left:auto;
	margin-right:auto;
	padding: 0 0 20px 0;
}
.annblog-left-contents {
	width:226px;
	margin-left:auto;
	margin-right:auto;
}
.annblog-list-area {
	text-align:left;
	font-size:9pt;
	line-height:1.6em;
}
.annblog-listmark {
	background-image: url("../images/pic_infomarker_yellow.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 4px 2px 20px;
	font-family: "Osaka−等幅", "Osaka-Mono", "ＭＳ ゴシック", "MS Gothic", "Verdana", sans-serif;
}
.annblog-search-area {

}
.annblog-title-area {
	width:660px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px dashed #b4b4b4;
}
.annblog-title-area-mark {
	border-left:5px solid #fc8e00;
	margin-bottom:5px;
}
.annblog-title-area-in {
	padding: 2px 4px 2px 10px;
	line-height:1.6em;
	font-size:12pt;
	font-weight:bold;
}

/* 岩崎追加20140325 */
.annblog-date-area {
	width:660px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
}
.annblog-date-area p {
	font-size:10pt;
	font-weight:bold;
	padding:8px 0px 8px 4px;
	color:#555555;
}

.annblog-text-area {
	width:650px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	line-height:1.6em;
	font-size:11pt;
}
.annblog-sns-area {
	width:650px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
}
.annblog-footer-area {
	width:660px;
	margin-left:auto;
	margin-right:auto;
	border-top:1px dashed #b4b4b4;
}
.annblog-footer-navi1 {
	float:left;
	line-height:2.4em;
	font-size:10pt;
}
.annblog-footer-navi2 {
	float:right;
	line-height:2.4em;
	font-size:10pt;
}


.annblog-footer-navi1 a{
	color:#ef7828;
	text-decoration:none;
}
.annblog-footer-navi2 a{
	color:#ef7828;
	text-decoration:none;
}
.ana_sns_list {
	width: 125px;
	margin: 0 auto;
	height: 39px;
}
.ana_sns_list table {
	margin: 0 auto;
}
.ana_sns_list_prof {
	width: 125px;
	margin: 0 auto;
	padding-bottom: 5px;
}

/* 2024.04リニューアル */
#contents202404 {
	background-image: none;
	background-color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
}
#contents202404 #announcer {
	padding: 55px 0;
}
#contents202404 #personality {
	padding: 0 0 30px;
}
#contents202404 .annlist202404 {
	display: flex;
    	flex-wrap: wrap;
    	justify-content: flex-start;
    	align-items: flex-start;
	margin: 20px 0;
}
#contents202404 .annlist202404 .ann_one {
	width: calc(100% / 5);
	padding: 0 8px 16px;
    	box-sizing: border-box;
}
#contents202404 .annlist202404 .ann_one a {
	border: 2px solid #eeeeee;
    	border-radius: 16px;
    	display: block;
	text-decoration: none;
    	color: #000000;
	padding: 10px 9px;
	transition: .3s;
}
#contents202404 .annlist202404 .ann_one a img {
	border-radius: 10px;
	margin: 0 0 13px;
	width: 100%;
}
#contents202404 .annlist202404 .ann_one a h2 {
	font-size: 17px;
	margin: 0 0 4px;
	font-weight: 500;
}
#contents202404 .annlist202404 .ann_one a h3 {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 5px;
}
#contents202404 #announcer .ann_one a:hover {
	background-color: #e0efff;
}
#contents202404 #personality .ann_one a:hover {
	background-color: #fff2d2;
}
#contents202404 #profile {
	padding: 55px 0;
}
#contents202404 #profile .profile_area {
	display: flex;
	margin: 30px 0 0;
    	padding: 0 8px;
}
#contents202404 #profile .profile_area .img {
	width: 470px;
	padding: 0 24px 0 0;
}
#contents202404 #profile .profile_area .img img {
	width: 100%;
}
#contents202404 #profile .profile_area .info {
	width: 470px;
}
#contents202404 #profile .profile_area .info .name_area {
	display: flex;
	justify-content: space-between;
    	align-items: flex-end;
	border-bottom: 1px solid #cccccc;
    	padding: 0 0 10px;
}
#contents202404 #profile .profile_area .info .name_area h2 {
	font-size: 33px;
    	font-weight: bold;
}
#contents202404 #profile .profile_area .info .name_area p {
	font-weight: bold;
    	color: #777777;
}
#contents202404 #profile .profile_area .info .sns {
	display: flex;
    	justify-content: flex-start;
    	align-items: center;
	padding: 0 0 0 5px;
	border-bottom: 1px dotted #cccccc;
	margin: 0 0 10px;
}
#contents202404 #profile .profile_area .info .sns a {
	width: 25px;
	margin: 15px 15px 15px 0;
}
#contents202404 #profile .profile_area .info .sns a:hover {
	opacity: .7;
}
#contents202404 #profile .profile_area .info .sns a img {
	width: 100%;
}
#contents202404 #profile .profile_area .info .data_area {
	text-align: left;
	line-height: 25px;
	margin: 10px 0 0;
}
#contents202404 #profile .profile_area .info .data_area h3 {
	color: #229fff;
	margin: 0 0 4px;
}
#contents202404 #profile .profile_area .info .data_area p {
	border-bottom: 1px dotted #cccccc;
	margin: 0 0 10px;
	padding: 0 0 10px 20px;
}