/* Top CSS */

/* ___________________main visual */
#mainVisual {
	background:url(../images/top/img_mainVisual.jpg) no-repeat center top;
	width:1100px;
	height:300px;
	margin:30px 0;
}
#mainVisual  p {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#mvPhotoWrapper {
	margin:-7px 0  0 55px;
	position:relative;
}
#mvPhotoWrapper div {
	opacity:0;
	display:none;
}
.mvPhoto {
	position:absolute;
	width:400px;
	max-height:250px;
	overflow:hidden;
	box-shadow:rgba(49, 49, 49, 0.5) 0px 3px 5px 0px;
	-webkit-box-shadow:rgba(49, 49, 49, 0.5) 0px 3px 5px 0px;
	-moz-box-shadow:rgba(49, 49, 49, 0.5) 0px 3px 5px 0px;	
	line-height:0;
}
.mvPhoto img {
	width:400px;
	height:auto;
}

/* ___________________top contents */

#topContents h2 {
	height:40px;
	margin-bottom:15px;
	text-indent:100%;
	white-space: nowrap;
	overflow:hidden;
}
#topContents p.lookDetailTitle {
	height:40px;
	position:relative;
	top:-49px;
}
#reportTop, #topics dl {
	margin-top:-50px;
}
.hp_topAdjustment {
	margin-top: -50px;
}
#reportTop, .reportUnderWrapper, #topics dd {
	border-bottom:#CCC 1px dotted;
	margin-bottom:15px;
	padding-bottom:10px;
}

.reportUnderWrapper:last-child, #topics dd:last-child {
	border:none;
}

#report {
	width:725px;
}
#report  h2 {
	background:url(../images/top/title_report.png) no-repeat;
}
#report h3 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:2px;
}

#reportTop .fr {
	width:400px;
}
#reportTop .fr.fr_noimage {
	width:100%;
}
#report .reportUnder h3 {
	font-size:14px;
}
.reportUnder {
	width:362px;
}
.reportUnder .fr {
	width:195px;
	padding-right:7px;
	padding-bottom:10px;
}
.reportUnder .fr.fr_noimage {
	width:100%;
}
.reportUnder .date {
	display:block;
	margin-bottom:0;
}
.reportUnder .newsIcon a {
	margin-left:0;
}
#reportTop .fl img {
	width:308px;
	height:auto;
}
.reportUnder .fl img {
	width:144px;
	height:auto;	
}
.reportUnder .newsFlag img {
	width:auto;
	height:20px;
}

/* ___________________movie↓↓↓ */

#movie {
	width: 350px;
	margin-bottom: 40px;
}
#movie .movieThumb {
	margin-bottom: 0px;
}
#movie  h2 {
	background:url(../images/top/title_movie.png) no-repeat;
}
#movie .linkYoutube {
	text-align: right;
}
#movie .linkYoutube a {
	background: url(../images/top/ico_link.png) no-repeat right 1px;
	padding-right: 18px;
	color: #313131;
}

/* ___________________movie↑↑↑ */

#topics {
	width:350px;
}
#topics  h2 {
	background:url(../images/top/title_topics.png) no-repeat;
}
#topics dt {
	margin-bottom:2px;
}
#topics dd {
	width:350px;
	font-weight:bold;
	margin-bottom:10px;
}

/* ___________________siteNavi */
#siteNavi {
	width:1100px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.siteNaviBox {
	width:530px;
	/* height:325px; */
	border:#ccc 1px dotted;
	border-left:#3483a3 5px solid;
}
.siteNaviBox h2 a {
	width: 100%;
	display: block;
	background-color: #fff;
}
.siteNaviBox h2 a:hover {
	opacity: 0.8;
}
.siteNaviBox h2 a:hover img {
	opacity: 1;
}
.siteNaviInner {
	margin:0 15px;
	padding-bottom: 10px;
}
.siteNaviInner img {
	border:#ccc 1px solid;
	display: block;
}
.siteNaviInner p {
	line-height:1.6;
}

.linkList  {
	margin-bottom:15px;
}
.linkList li {
	width:140px;
	float:left;	
}

.pdfList li a {
	width:212px;
}
#siteNavi {
	margin-left:-25px¥9;
}

/* FECについて */
.siteNaviBox#about_fec {
	width: 100%;
	margin-bottom: 20px;
}
.siteNaviBox#about_fec .siteNaviInner {
	display: flex;
}
.siteNaviBox#about_fec .siteNaviInner nav {
	padding-left: 30px;
}
.siteNaviBox#about_fec .linkList_flex {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.siteNaviBox#about_fec .linkList_flex li {
	width: 49%;
	margin-bottom: 5px;
}
.siteNaviBox#about_fec .linkList_flex li a {
	display: block;
	border-radius: 3px;
	background-color: #f7fcff;
	color: #333;
	background: url(../images/common/ico_arrow.png) 10px 11px no-repeat #f7fcff;
	padding: 8px 20px 8px 25px;
	border: #3483a3 1px solid;
	text-decoration: none;
}
.siteNaviBox#about_fec .linkList_flex li a:hover {
	opacity: 0.8;
}

/* FECの委員会 */
.siteNaviBox#fec_committee .img_area {
	display: block;
	margin-bottom: 10px;
	background-color: #eee;
}
.siteNaviBox#fec_committee .img_area img {
	display: block;
	margin: 0 auto;
}

/* FEC NEWS */
.siteNaviBox#fec_news .pdfList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.siteNaviBox#fec_news .pdfList li {
	width: 49%;
	padding: 0;
	display: block;
	margin-bottom: 10px;
}
.siteNaviBox#fec_news .pdfList li a {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0;
}


/* ___________________others */
p { margin-bottom:10px; }