@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------------
fulcnt.com
------------------------------------------------------------------------------ */

/* TabL+PC */

.newsBrand {
	position: relative;
	background-image: url("/100th/en/img/news/news_brand.jpg");
}

.newsContMtit {
	font-size: 34px;
	color: #75171C;
	position: relative;
	display: inline-block;
	margin-bottom: 5rem;
	text-align: center;
	width: 100%;
}
.newsContMtit:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #75171C;
  border-radius: 2px;
}


/* /TabL+PC */

/* TABP+SPL */
@media screen and (max-width: 999px) {
	
	.newsContMtit {
		font-size: 4vw;
		margin-bottom: 4rem;
	}
	.newsContMtit:before {
	  bottom: -10px;
	  width: 60px;
	  height: 2px;
	}

	
}/* /SPP */

@media screen and (max-width: 599px) {

	.newsBrand {
		background-image: url("/100th/en/img/news/news_brand_sp.jpg");
	}
	.newsBrand .ubrandTit01 {
		font-size: 11vw;
	}

}


/* お知らせ */

.ubrandCont {
	padding: 10% 0 0;
}

		.newslist{
			width:100%;
			margin: 0;
			padding-bottom:40px;
			position: relative;
			z-index: 200;
		}

			.newslist ul{
				margin-bottom:15px;
			}


			.newslist li{
				margin: 0;
				padding:12px 1%;
				list-style: none;
				line-height: 1.7em;
				border-bottom: 1px dashed #ccc;
			}
			.newslist li:nth-of-type(1){
				border-top: 1px dashed #ccc;
			}

		@media screen and (max-width:430px){

			.newslist li{
				padding:10px 1%;
			}

		}

			.newslist li{zoom:1;}
			.newslist li:after{
			  content: ""; 
			  display: block; 
			  clear: both;
			}

			.newslist li p.date{
				width: 120px;
				margin: 0;
				color:#999;
				font-size:0.9em;
				float:left;
			}


			.newslist li p.title{
				width: calc(100% - 135px);
				margin: 0;
				text-align: left;
				float:right;
				word-wrap : break-word;
				overflow-wrap : break-word;
				word-break: keep-all;
			}

		@media screen and (max-width:770px){

			.newslist li p.title{
				clear: both;
				width: 100%;
				padding-top: 5px;
				float:none;
				line-height: 1.5em;
			}

		}

		@media screen and (max-width:430px){

			.newslist li p.title{
				padding-top:0;
				font-size:0.9em;
			}

		}



	/* おしらせ詳細 */


	.newsdetail .inner{
		max-width:840px;
		width:90%;
		margin: 0 auto;
	}

	.newsdetail h4{
		margin-bottom: 5px;
		padding:0 1% 7px;
		color:#326291;
		font-size: 1.3em;
		font-weight:700;
		border-bottom: 1px solid #326291;
		text-align: left;
		word-break: keep-all;
	}

@media screen and (max-width:770px){

	.newsdetail h4{
		font-size: 1.2em;
	}

}

@media screen and (max-width:480px){

	.newsdetail h4{
		padding:0 1% 5px;
		font-size:1.0em;
	}

}

		.newsdetail .date{
			margin:0 1% 30px;
			color:#666;
		}

	@media screen and (max-width:480px){

		.newsdetail .date{
			margin:0 1% 20px;
			font-size:0.9em;
		}

	}

		.news.detail .entrybody{
			padding:0 1% 50px;
			text-align: left;
			word-break: keep-all;
		}

	@media screen and (max-width:480px){

		.newsdetail .entrybody{
			font-size:0.9em;
			padding:0 1% 20px;
		}

	}


		/* おしらせの画像設定 */

			.newsdetail .imagebox{
				max-width:360px;
				width:50%;
				margin: 5px 0 0 3%;
			}

			.newsdetail .imageboxR{
				float: right;
			}

			.newsdetail .imageboxL{
				float: left;
			}

		@media screen and (max-width:640px){

			.newsdetail .imagebox{
				max-width: 300px;
				width:100%;
				margin: 0 auto 20px;
			}

			.newsdetail .imageboxR,
			.newsdetail .imageboxL{
				float:none;
			}

		}

				.newsdetail .imagebox img{
					width: 100%;
					height: auto;
					line-height: 0;
				}

				.newsdetail .imagebox p{
					margin:0 0 20px;
					color:#369;
				}


		.newsdetail .imagelist{
			max-width: 770px;
			width: 100%;
			margin: 0 auto;
		}

	@media screen and (max-width:480px){

		.newsdetail .imagelist{
			max-width: 300px;
		}

	}

		.newsdetail .imagelist{zoom:1;}
		.newsdetail .imagelist:after{
		  content: ""; 
		  display: block; 
		  clear: both;
		}

			.newsdetail .imagelist li{
				width:48%;
				margin: 0 1%;
				list-style: none;
				float: left;
			}

		@media screen and (max-width:480px){

			.newsdetail .imagelist li{
				width:100%;
				margin: 0 0 20px;
				float:none;
			}

		}


		/* おしらせの画像設定 */


				#wrap .newsdetail .entrybody img{
					width: auto;
					line-height: 0;
				}

				.newsdetail .entrybody p{
					margin:0 0 20px;
					color:#369;
				}


/* 戻る */
	
	.newsdetail .modoru{
		clear: both;
		display:block;
		width:60px;
		height:60px;
		margin:30px auto 0;
		color:#fff;
		font-size:2.2em;
		text-align:center;
		text-decoration:none;
		line-height:66px;
		float: none;
		background-color:#333;
		border-radius:40px;
		cursor:pointer;
		position: relative;
		top:50px;
		-webkit-transition:opacity 0.5s ease-out;
		-moz-transition:opacity 0.5s ease-out;
		-ms-transition:opacity 0.5s ease-out;
		transition:opacity 0.5s ease-out;
	}

@media screen and (max-width:480px){
	
	.newsdetail .modoru{
		width:50px;
		height:50px;
		margin:0 auto;
		font-size:1.6em;
		line-height:54px;
		border-radius:25px;
	}

}

