﻿@charset "utf-8";

/*
------------------------------
File Name ：information.css
Description：インフォメーションのCSS
Editor ：Maki Kubota
Last Editor：Bface Shigyo
Update Description：2022/09/08
-------------------------------
*/

/* == CONTENTS ================================================================

	1: プレスリリース一覧ページ
	2: プレスリリース詳細ページ
	3: メディアクエリ

============================================================================ */

/* 1: プレスリリース一覧ページ ----------------------------------------------------------- */
#companySearch {
	padding: 10px;
	background: #ebebeb;
}

#companySearch em {
	margin-right: 10px;
	font-weight: bold;
	font-size: 13px;
}

#companySearch #SearchForm { display: inline-block;}

#companySearch form { display: inline-block;}

#companySearch select { font-size: 13px;}

p.notice {
	margin: 10px 0 0 10px;
	color: #c00; 
	font-weight: bold;
	font-size: 11px;
	line-height: 140%;
}

.pressTable {
    clear: both;
    background-image: url(../common/img/bg-bottom.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 25px;
}

.pressTable h3 {
    width: 780px;
    height: 26px;
    padding: 6px 0 0 10px;
    background-image: url(../common/img/bg-h3.jpg);
    background-repeat: no-repeat;
    color: #269FC4;
    font-weight: bold;
    font-size: 14px;
}

.presstableMain {
    width: 753px;
    padding: 10px 10px 10px 15px;
    border-left: #EDEDED solid 1px;
    border-right: #EDEDED solid 1px;
    background-color: #FFFFFF;
}

.presstableMain dl {
    overflow: hidden;
    clear: both;
    padding: 8px 0 8px 0;
    border-bottom: 1px dotted #CCCCCC;
}

.presstableMain dt {
    float: left;
    width: 120px;
    color: #04394C;
    font-weight: bold;
}

.presstableMain dd {
    float: right;
}

.presstableMain .company {
	display: block;
	width: 630px;
	margin-bottom: 10px;
	padding: 2px 0;
	background: #DFF1F6;
}

.presstableMain .company span {
	padding-left: 15px;
	background: url(../img/mark-blue-block.gif) no-repeat left center;
	font-weight: bold;
}

.presstableMain .icon {
    width: 54px;
    margin: 2px 15px 0 0;
}

.presstableMain .presstext {
    width: 560px;
}



/* プレスリリース詳細ページ */
#ContPressdetail {
    /*clear:both;
    width: 1000px;
    height:auto;
    margin: 0;*/
}

#ContPressdetail h2 {
    /*clear: both;
    width: 910px;
    padding: 15px 20px 10px 20px;
    margin: 0 0 0 25px;
    background-image: url(../common/img/bg-details.jpg);
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 14px;*/
    margin-top: 0;
}

#Pressdetailday {
    /*clear: both;
    width: 908px;
    margin: 0 0 0 25px;
    padding:0 20px 0 20px;
    border-left: #EDEDED solid 1px;
    border-right: #EDEDED solid 1px;
    background: #FFFFFF;*/
}

#Pressdetailbottom {
    /*clear: both;
    width: 950px;
    margin: 0px auto;
    background-image:url(../common/img/bg-details02.jpg);
    background-repeat: no-repeat;*/
}

#PreDetailimg {
    margin:0 auto;
    padding:0;
    width: 400px;
    text-align:center;
}

#PreDetailimg img{
    /*width: 400px;*/
    margin: 40px 0 0 0 ;
    border: #CCCCCC solid 5px;
    text-align:center;
}

#PreDetailimg p {
    width: 400px;
    margin:0;
    padding: 10px 5px 40px 5px;
    text-align: center;
}

#PrePhotolist {
    clear: both;
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    text-align:center;
}

#PrePhotolist:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.prePhoto {
    float:left;
    width: 450px;
    height:380px;
    text-align:center;
}

#PrePhotolist img {
    border: #CCCCCC solid 5px;
}

#PrePhotolist p {
    width: 450px;
    margin: 5px 0 25px 0;
    text-align: center;
}

.pressdetailBack {
	/*width: 950px;*/
	margin: 0 auto 20px;
	text-align: right;
}

.pressdetailBack a {
	display: inline-block;
  padding-left: 10px;
	background: url(../common/img/mark-arrow.gif) no-repeat left center;
  transition: opacity .3s ease-in;
  position: relative;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  color: #404040;
  padding-left: 12px;
}

.pressdetailBack a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pressdetailBack a:hover {
  opacity: 0.7;
}

.pressdetailDay {
    width: 950px;
    padding: 5px 0 5px 0;
    text-align: right;
}

#MaterialsPdf li,
#MaterialsStore li,
#MaterialsLink li {
  margin-bottom: 10px;
}

#MaterialsPdf img,
#MaterialsStore img {
  padding: 0;
  vertical-align: middle;
}


/* インフォメーションページ */
#pickup .ttlType01 {
  margin-top: 80px;
}
#pickup ul {
  overflow: scroll;
}

#Detailmiddle {
    width: 950px;
}




/* 3: メディアクエリ ----------------------------------------------------------- */
@media screen and (max-width:640px) {
	/* プレスリリース一覧ページ */
	#companySearch {
		margin: 0 3%;
		padding: 10px;
		background: #ebebeb;
	}
	
	#companySearch em {
		display: block;
		margin: 0 0 5px;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	#companySearch form { display: block;}

	#companySearch #SearchForm {
		display: block;
		width: 100%;
		border: 1px solid #999;
		box-sizing: border-box;
		border-radius: 5px;
		background: #eee;
		background: url(../common/img/sp/mark-select-arrow-gray.gif) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#eee 100%);
		background: url(../common/img/sp/mark-select-arrow-gray.gif) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#eee 100%);
		background-size: 25px, 100%;
		vertical-align: middle;
	}
	
	#companySearch #SearchForm select {
		display: block;
		width: 130%;
		padding: 10px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		background: none;
		font-size: 15px;
		font-size: 1.5rem;
	}

	p.notice {
		margin: 0 3% 20px;
		padding: 0 10px 10px;
		background: #ebebeb;
		color: #c00; 
		font-weight: bold;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.pressTable {
		width: auto;
		margin: 0 3% 20px;
		padding: 0;
		box-sizing: border-box;
		border: 1px solid #DDDDDD;
		border-top: 2px solid #269FC4;
		background: none;
	}
	
	.pressTable h3 {
		width: 100%;
		height: auto;
		padding: 10px 5px;
		box-sizing: border-box;
		background: -moz-linear-gradient(top, #fff 0%,#EFF9FC 100%);
		background: -webkit-linear-gradient(top, #fff 0%,#EFF9FC 100%);
		background: linear-gradient(to bottom, #fff 0%,#EFF9FC 100%);
		color: #199EC6;
		font-size: 1.4rem;
	}
	
	.presstableMain {
		width: auto;
		padding: 0 10px 5px;
		border: none;
    background: none;
	}
	
	.presstableMain dl {
		position: relative;
		overflow: auto;
		padding: 10px 30px 10px 0;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.presstableMain dl:last-child {
		padding-bottom: 5px;
		border-bottom: none;
	}
	.presstableMain dl:before {
		display: block;
		position: absolute;
		top: 40%;
		right: 5px;
		width: 10px;
		height: 10px;
		margin-top: 0px;
		border-top: 3px solid #00B2E9;
		border-right: 3px solid #00B2E9;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content:'';
	}
	
	.presstableMain dt {
		float: none;
		width: auto;
		margin-bottom: 5px;
	}
	
	.presstableMain dd { float: none;}
	
	.presstableMain .company { width: auto;}
	
	.presstableMain .icon {
			width: 54px;
			margin: 2px 15px 0 0;
	}
	
	.presstableMain .presstext { width: auto;}
  


	/* プレスリリース詳細ページ */
	#ContPressdetail {
		/*width: auto;
		background: #fff;*/
	}

	#ContPressdetail h2 {
		/*width: auto;
		margin: 0 3% 15px;
    padding: 5px 0 5px 8px;
		border-left: 5px solid #269FC4;
		background: none;
		color: #199EC5;
    font-weight: bold;
    font-size: 16px;
		line-height: 150%;
    */
    margin: 0 3% 15px;
	}

	#Pressdetailday {
		/*width: 94%; */
		margin: 0 3% 15px;
		padding: 0;
		border: none;
	}

	#Pressdetailbottom { display: none;}

	#PreDetailimg {
		margin: 0 3% 20px;
		width: 94%;
	}

	#PreDetailimg img {
    margin: 0;
    border: none;
	}

	#PreDetailimg p {
		width: 94%;
		margin: 10px 0 0;
		padding: 0;
		font-size: 12px;
		font-size: 1.2rem;
	}

	#PrePhotolist {
    /*
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 94%;
		height: auto;
		margin: 0 3% 10px;
    */
    width: 100%;
	}

	.prePhoto {
		float: none;
		width: 100%;
		height: auto;
		margin: 0 0 15px;
	}

	#PrePhotolist img { 
    border: none;
  }

	#PrePhotolist p {
		margin: 5px 0 0;
		width: auto;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.pressdetailBack {
		width: auto;
		margin: 0 auto 10px;
		padding: 10px;
		/*border-bottom: 1px dotted #ccc;*/
	}
	
	#Materials + .pressdetailBack{
		margin: 0;
		border: none;
		/*border-top: 1px dotted #ccc;*/
	}
	
	.pressdetailDay {
		width: auto;
		margin: 0 10px 10px;
		padding: 0;
		font-weight: bold;
	}


  #Detailmiddle {
    width: 100%;
    margin: 0px 0 30px;
}
  
  /* インフォメーションページ */
  #pickup .ttlType01 {
    margin-top: 40px;
  }


}

