﻿@charset "UTF-8";
/* CSS Document */


/* ==============================================

共通　トップページ用コンテンツタイトル  iconとタイトル並列

=============================================== */
/* トップページ幅t--------------------------------------------------*/
#top {
	width: 100%;
	max-width: 1000px;
  margin: 0px;
  border: solid 0px;
}

#top .top_content_title {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 5px 0 5px 0;
  padding: 6px 0px;
  box-sizing: border-box;
  text-align: left;
  /*background-color: #ffffff;*/
 border: solid 0px;
}

/*ページicon*/
#top .top_content_title .icon img {
  width: 28px;
	height: 28px;
  vertical-align: bottom;
  border: solid 0px;
}

/*ページタイトル*/
#top .top_content_title .title {
  font-size: 20px;
  line-height: 30px;
  margin-left: 5px;
  color: #0B67C4;
  /*text-shadow: 1px 2px 1px #B7AFB0;*/
  border: solid 0px;
}

/**************************************
コンテンツ枠　（お知らせ　入札参加資格審査申請）
***************************************-*/
#top .content_area{
	padding:4%;
	margin-bottom: 50px;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 8px #D6D4D5;
	
}
/*******************************************************

 おしらせ
section#oshirase
********************************************************/
/**************************************
お知らせ1行分
***************************************-*/
.news_flex {
  display: flex;
  align-items: center;
				justify-content: space-between;
  padding: 10px 0;
  border-bottom: solid 1px #44A01B;
}

.news_flex:hover {
  background-color: #ECF8FB;
  cursor: pointer;
}
/*1行目にラインを入れる*/
.news_flex:first-child {
  border-top: solid 1px #44A01B;
}
/*掲載日　とテキスト　flex
-----------------------------------------*/
.news_flex2{
	width: 90%;
	  display: flex;
  align-items: center;
	border: solid 0px;
}
@media (max-width: 500px) {
	.news_flex2{
flex-direction: column;
		align-items: flex-start;
		border-bottom: solid 0px;

}
}
/*NEW（新着）*/
.news_flex2 .item_new {
  width: 100%;
  max-width: 20px;
  margin-right:3%;
    color: red;
  border: solid 0px;
}
/*掲載日*/
.news_flex2 .item01 {
  width: 100%;
  max-width: 120px;
  margin-right:3%;
  border: solid 0px;
}
@media (max-width: 500px) {
.news_flex2 .item01{
margin-bottom: 4px;
}
}
/*テキスト
-------------------------------------------------------*/
.news_flex2 .item02 {
  /*width: 78%;*/
  /*line-height: 20px;*/
  text-justify: inter-ideograph; /* IEで必要 */
  text-justify: inter-character; /* Firefoxで必要 */
  text-align: justify;
  border: solid 0px;
}

/********************************************/
/*矢印
-------------------------------------------------------*/
.news_flex .item03 {
  width: 3%;
  /*max-width: 10px;*/
  border: solid 0px;
}
.news_flex .item03 img {
  width: 10px;
  border: solid 0px;
}
/*========================================

入札参加資格審査申請

======================================== */

#top .shinsei_area .item{
	margin-bottom: 20px;
	
}
#top .shinsei_area .txt01{
	font-size: 20px;
	color: #44A01B;
	margin-bottom: 10px;

}





/* ディバイスサイズ設定
============================================= */
@media (max-width: 749px) {}
/* タブレット用 */
@media (min-width: 750px) and (max-width: 1023px) {}
/* Desktop View------------------------------- */
@media (min-width: 1024px) {}