@CHARSET "UTF-8";

html{
	background-color     :#eaeaea;
}
html,BODY{
	 height              :100%;
	 min-height			 :100%;
}

/* ************************
 * BODY要素
 ************************ */
BODY{
	margin-top           :0px;
    margin-bottom        :0px;
    margin-left          :0px;
    margin-right         :0px;
    display              :block;
    font-size            :1.0rem;  /* =14px */
}

BODY > DIV#div_body {
    height: auto;
}

BODY,
textarea,input{
	font-family:
		Meiryo,
        'Open Sans',
        "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN",
        "メイリオ",
        'MS UI Gothic',
        SourceHanSansJP-Regular,
        sans-serif;
    color: #444444; /*#444444推奨(text-shadow時は#666666)*/
	font-size: 12px; /*標準16px、適正15px、最少13px限界、モバイルとPC両方対応なら14px(87.5%)*/
    /*letter-spacing: .06em; /*文字の横間隔*/
    word-spacing: 0.02em; /*単語の横間隔*/
  	overflow-x:hidden;
}

/* Bodyグループ */
.body{
	height               :auto !important;/* for IE6 */
	width                :100%;
	min-height           :100%;
	display              :block;
	background-color:#FFFFFF;
}

/* ************************
 * 共通ヘッダー
 ************************ */
.header{
	background-color     :#4169e1;
/*	border-bottom:5px solid #4169e1; */

    min-height               :75px;
	height:120px;
}



.header-leftsection{
	padding:10px;
	width                :100%;
	float:left;
}

.title{
	color:#FFF;
}


@media (max-width: 480px) {

	.header{
		height               :90px;
	}

	.header-leftsection h2{
		font-size:14px;
	}
}

/** ヘッダ内のメニュー表示 */
.menu_bar{
    display:none;
}


.header_middle{
	display:block;
	width:100%;
	text-align:center;
}

.header_middle img{
	margin-left:auto;
	margin-right:auto;

}

.loginInfoBar{
	background-color:#4169e1;
/*	border-bottom:5px solid #4169e1;*/
	height:25px;;
	width:100%;

/*	margin-bottom:30px;*/	/* 2023/06/07 COLMO)d.inoue DEL お問い合わせ一覧ヘッダーと高さを統一 */
}

.loginInfoBar_loginName{
	float:left;
	width:50%;
}



.loginInfoBar_loginName font{
	margin-left:10px;
	color:#FFFFFF;
}

.loginInfoBar_logout{
	float:left;
	text-align:right;
	width:50%;

}

.loginInfoBar_logout a{
	text-decoration:none;
	color:#FFFFFF;
	margin-right:20px;
}

.linkMenu{
	margin-bottom:50px;
}

.linkMenu_list{
	display:inline-block;
	width:100%; padding-left: 0px;
	margin-top:10px;
	display:block;
	text-align:center;
}

.linkMenu_list li{
	margin:10px;
    width:150px;
    height:150px;
    line-height: 150px;
}

.linkMenu_list li img{
	width:120px;
	vertical-align:middle;
}


.linkMenu_list li  a:hover img{
	width:130px;
}

/****************************
 * コンテンツ
 ************************** */
.contents{

}

.body > contents{
	height:auto;
}


/****************************
 * 共通フッター
 ************************** */
.footer{
	background-color     :#fff;
	border-bottom:5px solid #4169e1;
	height               :30px;
	position: absolute;       /* 絶対位置指定することを定義 */
	bottom: 0px;              /* 絶対位置指定(左0px,下0px) */
	display:block;
	width:100%;
	margin-top:20px;
}

/* ************************
 * リンク
 ************************ */
/* 共通リンクカラー */
a {
    color                :#31B404;
}
/* 共通リンクカラー（マウスオーバー時） */
a:hover{
    color                :#79a7cc;
}



/* ************************
 * INPUT要素
 ************************ */
/* 日付 */
INPUT[type="text"]{
}

/* 日付 */
INPUT[type="date"]{
    width:50px;
}
/* 日付 */
INPUT[type="text"].num{
	text-align:right;
    width:30px;
}

/* INPUT共通：フォーカス時 */
INPUT:focus {
    background-color:#ffffcc;
}
/* テキスト：フォーカス時 */
TEXTAREA:focus {
    background-color:#ffffcc;
}
/* テキスト */
TEXTAREA{
    resize: none;
}
/* SELECT：フォーカス時 */
SELECT:focus {
    background-color:#ffffcc;
}


/* ************************
 * Label要素
 ************************ */
label{
	cursor:pointer;
	display: inline;
}

/* ************************
 * その他
 ************************ */

h2{
	margin:2px;
}

.section{
	width:100%;
	display:inline-block;

}


/* グループ（サイドメニューあり） */
.sectionLeftSide{
    width                :20%;
    display              :block;
	float:left;
	margin-top:10px;
	padding-left:10px;

}

.sectionLeftSideTitle{

	text-align           :center;
    border               :2px solid #ccc;
    width:95%;
    ;
    font-size :15px;
    height               :50px;
    line-height          :50px;
    margin-right:0px;
    margin-top:0px;
    display              :block;
    background			 :#fefefe;
    color:#666;
    float:left;
    margin-bottom:10px;

}


/* グループ（サイドメニューあり） */
.sectionLeftSide-list{
	list-style           :none;
	padding:0px;
	float:none;
	width: 95%;
	clear:both;

}

/** サイドナビゲーション項目 */
.sectionLeftSide-list_listItem{
  text-align: center;
  border: 0px solid #ddd;
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
}

/** サイドナビゲーション項目 */
.sectionLeftSide-list_listItem_link{
    text-decoration      :none;
    display              :block;
    width                :100%;
    border               :2px solid #aaa;
    background-color     :#ccc;
    color				 :#888;
    font-width:bold;
    font-size			 :14px;
}


/** サイドナビゲーション項目 */
.sectionLeftSide-list_listItem_link:hover{
    text-decoration      :none;
    color                :white;
    background-color     :#888;

}


.login_id_text{
	width:100px;
}

.login_id_password{
	width:100px;
}

@media (max-width: 480px) {
	.sectionLeftSide{
		width                :100%;
		margin-left: 0px;
		margin-left: 0px;
		padding-left: 0px;
		margin-top: 0px;
		display:inline-block;
	}

	.sectionLeftSide-list{
		list-style           :none;
		padding:0px;
		float:none;
		width: 100%;
		clear:both;
		margin-top:0px;
		margin-bottom: 0px;
	}

	.sectionLeftSide-list_listItem{
		text-align           :center;
		float:none;
		width:100%;
		margin-top:0px;
		margin-right:0px;
		margin-bottom:0px;
		margin-left:0px;
		background-color     :#fff;

	}

	/** サイドナビゲーション項目 */
	.sectionLeftSide-list_listItem_link{
	    font-size			 :13px;
	    background-color:#eaeaea;
		color:#666;
		margin-left:0px;
		border:0px solid #fff;
	}

	/** サイドナビゲーション項目 */
	.sectionLeftSide-list_listItem_link:hover{
	    font-size			 :13px;
	}

	/** ログイン:テキスト */
	.login_id_text{
		width:100%;
		height:25px;
	}

	/** ログイン:パスワード */
	.login_id_password{
		width:100%;
		height:25px;

	}


}


.subtitle{
    width                :95%;
    padding-left         :15px;
    margin-buttom        :10px;
}

.subtitle-font{
	color:#3CB371;
}


/**********************************
 * 記事用CSS
 ******************************** */
/* 記事 */
.article{
    float                :left;
    font-size            :11pt;
    width                :100%;
    margin-left:20px;
}
/* 記事：文字 */
.articleDescription{
   width                :95%;
}

.articleDescription-group{
	font-size            :0.8rem;
	border-top           :1px solid #2e8b57;
	margin-left          :0px;
	padding-left         :50px;
}

/* 記事：文字 */
.articleDescription-font{
    font-size            :0.8rem;
    margin-left          :20px;
}


/* 記事：一覧 */
.articleDescription-list_listItem{
    margin               :5px;
    font-size            :9pt;
}
/* 記事：サブタイトル */
.articleDescription-subtitle{
    padding-left        :10px;       /* 右パディング */
    height              :32px;
    line-height         :32px;
    color               :black;
    width               :90%;
}
/* 記事：タイトル */
.articleDescription_title{
	margin:0px;
    border:2px solid #fff;
    color:#777;
    border-radius: 5px;            /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;       /* Firefox用 */
    padding:3px;
    font-size: 20px;

}


/* ************************
 * TABLE要素
 ************************ */
/* 一覧表示用CLASS */
.table-list{
  width: 96%;
  border-spacing: 0;
  font-size:12px;
  margin-left:10px;
      border-radius: 5px;            /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;       /* Firefox用 */
}

/* 一覧表示用CLASS TH */
.table-list_tr_th{
    background-color: #ECEEF1;

    color: #7A7A7A';
 padding: 8px 3px;
    line-height: 120%;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    padding: 10px 0px;
}
/* 一覧表示用CLASS TD */
.table-list_tr_td{
  padding: 8px 3px;
/*  border-bottom: 1px solid #CCC;*/
  /*border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  text-align: center;*/
}

.table-list_tr_td:last-child {
  /*border-right: 1px solid #CCC; */
}

/* 一覧表示用CLASS TD */
.table-list_tr {
    background-color     :white;
    height               :30px;
    text-align           :center;
}


.table-list_tr:nth-child(2n+1) {
  background: #f1f6fc;
}


.table-list_tr:hover {
    background-color     :#ffcccc;
}

.table-list_selecter:hover{
    background-color     :#ffffcc;
    height               :30px;
    text-align           :center;
    cursor               :pointer;
}

.table-list_tr:hover{
    background-color     :#ffffcc;
    text-align           :center;
    cursor               :pointer;
}

.table-list_caption{
    text-align: center;
    background-color: #C8C8C8;
    font-size: 16px;
    padding: 10px 5px;
    color: #F4F4F2;
    font-weight: bold;
}


.left{
	 text-align           :left;
	 padding-left         :10px;
}



.btn {
    background-color     :#fefefe;
    border-top: 2px solid #cccccc;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    color: #4169e1;
    cursor:pointer;
    padding: 10px 50px;
    border-radius: 10px;            /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;       /* Firefox用 */
    font-size:20px;
    font-weight:bold;
    margin-top:20px;
    margin-bottom:20px;
    text-decoration:none;
}

.btn:hover {
    background: #4169e1;
    color: #FFF;
    cursor:pointer;
}

/* 2023/06/26 COLMO)d.inoue ADD START 個人情報同意確認画面の追加対応 */
.btn3 {
    background: #DDDDDD;
    border-top: 2px solid #cccccc;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    color: #666;
    cursor:pointer;
    min-width: 100px;
    padding: 10px 10px;
    font-size:20px;
    font-wight:bold;
    border-radius: 10px;            /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;       /* Firefox用 */
}
.btn3:hover {
    background: #AAAAAA;
}

.btn_inquiryForm {
    background-color     :#FF9900;
    border-top: 2px solid #cccccc;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    color: #fff;
    cursor:pointer;
    padding: 10px 10px;
    border-radius: 10px;            /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;       /* Firefox用 */
    font-size:18px;
    font-weight:bold;
    margin-top:20px;
    margin-bottom:20px;
    text-decoration:none;
}
.btn_inquiryForm:hover {
    background: #E68A00;
    color: #fff;
    cursor:pointer;
}
/* 2023/06/26 COLMO)d.inoue ADD END 個人情報同意確認画面の追加対応 */

.delete_aicon{
    background:url('../images/appbar.delete.png'),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    background-repeat:no-repeat;
    background-position: center;
}

.delete_aicon:hover{
    background:url('../images/appbar.delete.png'),-webkit-gradient(linear, left top, left bottom, from(#EEE), to(#DDD));
    background-repeat:no-repeat;
    background-position: center;
}

.download_aicon{
    background:url('../images/appbar.inbox.in.png'),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    background-repeat:no-repeat;
    background-position: center;
}
.download_aicon:hover{
    background:url('../images/appbar.inbox.in.png'),-webkit-gradient(linear, left top, left bottom, from(#EEE), to(#DDD));
    background-repeat:no-repeat;
    background-position: center;
}



/** ************************
 * スマートフォン対応用
 ************************* */
/* 非表示用クラス */
.no_disp_smart{
	display				 :none;
}

/** サイドナビゲーション */
.sectionRightSide{
	width            :80%;
    margin-bottom:0px;
    font-size:14px;
    margin-left:auto;
    margin-right:auto;
}
.sectionRightSide-list{
	list-style           :none;
	display: inline-block;
	margin-top: 8px;
}

/** サイドナビゲーション項目 */
.sectionRightSide-list_listItem{
    text-align           :left;
    border               :0px solid #ddd;
    border               :0px solid #fff;
    width                :30%;
    height               :100px;
    float:left;
    display              :block;
	margin-right:10px;
	margin-bottom:10px;
	font-size:16px;
}


/** サイドナビゲーション項目 */
.sectionRightSide-list_listItem_link{
	padding-left		 :5px;
	padding-top          :5px;
    text-decoration      :none;
    display              :block;
    width                :100%;
    color				 :#fff;
    font-size			 :14px;
    width:100%;
	height:100%;
}


/** サイドナビゲーション項目 */
.sectionRightSide-list_listItem_link:hover{
    background-color:#aaa;
    color:white;

}

@media (max-width: 480px) {
	.sectionRightSide{
		float:none;
	}
}




.list_type_none{
	list-style           :none;
}

/* ****************************
 * モーダルポップアップ用CSS
***************************** */
#lean_overlay {
    position			 :fixed;
    z-index				 :100;
    top					 :0px;
    left				 :0px;
    height				 :100%;
    width				 :95%;
    background			 :#000;
    display				 :none;
}
/* ポップアップDIV */
.popupGroup{
    background: none repeat scroll 0 0 #92D050;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    display: none;
    padding: 10px;
    width: 95%;
    border-radius: 15px;        /* CSS3草案 */
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 15px;   /* Firefox用 */
 }
/* ポップアップDIV_ヘッダ */
.popupGroupHeader{
	margin-top:5px;
	height:30px;
}
/* ポップアップDIV_ヘッダ用タイトルラベルr */
.popupGroupHeader-label_title{
	color:#92D050;
	font-size:1.6rem;
}
/* ポップアップDIV_閉じるボタン */
.modal_close{
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/close.png);
  z-index: 2;
}

/** ポップアップ内部DIV */
.row-fluid{
	background-color:#fff;
	padding: 10px;
	border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}


/** **********************
 * datepicker用CSS
 *********************** */
.datep{
	width:100%;
	border:0px solid #ffffff;
}

.datep:hover{
	pointer:cursor;pointer:hand;
	background-color:#ffffcc;
}

.timep{
	width:100%;
	border:0px solid #ffffff;
}

.timep:hover{
	pointer:cursor;pointer:hand;
	background-color:#ffffcc;
}




/* **************************
 * 必須アイコン
 *************************** */
.hissu{
	background-color:#ffa500;
	padding:2px;
	font-size:0.7rem;
	color:white;
	float:right;
	margin-right:5px;
	dipslay:block;
	width:24px;
	height:15px;
}
/* 2023/06/27 COLMO)d.inoue ADD START お問合せフォームに対象システム区分追加 */
/* いずれかが必須項目の場合に使用する */
.hissu2{
	background-color:#4169e1;
	padding:2px;
	font-size:0.7rem;
	color:white;
	float:right;
	margin-right:5px;
	dipslay:block;
	width:24px;
	height:15px;
}
/* 2023/06/27 COLMO)d.inoue ADD END お問合せフォームに対象システム区分追加 */

.loginBox{
	border :1px solid #FAFAFA;
	background-color:#4169e1;
	margin-left          :auto;         /* 左側マージンを自動的に空ける */
    margin-right         :auto;         /* 右側マージンを自動的に空ける */
	width                :200px;
	height               :150px;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
    color:#fff;
    padding:20px;
}



.loginBox_title{
	background-color:#4169e1;
}

.loginBox-table{
	margin-left:auto;
	margin-right:auto;
}

.loginBox-button{
	display: block;
	margin-left:auto;
	margin-right:auto;
}

/* 明細表示用CLASS TABLE */
.meisaiList{
    text-align           :left;
    font-size:12px;
    border-spacing: 0;
    display:block;
    table-layout:fixed;
    clear:both;
    width:95%;
}

/* 明細表示用CLASS TABLE */
.meisaiList_caption{
	text-align:left;
}

/* 明細表示用CLASS TH */
.meisaiList_tr_th{
    background-color     :#ededed;
    height               :20px;
    font-size            :14px;
    font-weight          :normal;
    text-align           :left;
    color                :#4D4D4D;
    border-bottom        :1px solid #CCC;
    border-left          :1px solid #CCC;
    padding: 8px 3px;
    min-width:100px;
    width:200px;
}
.meisaiList_tr:first-child .meisaiList_tr_th:first-child{
    border-top           :3px solid #4169e1;
}


/* 明細表示用CLASS TD */
.meisaiList_tr_td{
    background-color     :white;
    height               :30px;
    font-size            :10pt;
    text-align           :left;
    padding-left         :5px;
    border-bottom        :1px solid #CCC;
    border-left          :1px solid #CCC;
    border-right         :1px solid #CCC;
    padding: 8px 3px;
    width:100%;
}
/* 明細表示用CLASS 初期・ */
.meisaiList_tr:first-child .meisaiList_tr_td{
    border-top           :3px solid #CCC;
}

/* 明細表示用CLASS CAPTION */
.meisaiList-caption{
    text-align           :left;
    margin-bottom        :3px;
    font-size            :13px;
}
.meisaiList-input_text{
	border-style:none;
	border-bottom:1px solid #bbbbbb;
	max-width:300px;

}

.meisaiList-input_display{
	border-style:none;
	border-width:0px;
}
.meisaiList-input_display:focus{
	border-style:none;
	border-width:0px;
	background-color:#ffffff;

}


.meisaiList-input_textarea{
	border-style:none;
	border-bottom:1px solid #bbbbbb;

}

.sekisui_logo{
	width:150px;
}



.circleLinkA{
	list-style:none;
	text-align:center;
    background:#4169e1;
    border-radius: 30px;
    -webkit-border-radius: 30px ;
    -moz-border-radius:30px;
    display:inline-block;
}

.circleLinkA a{
	color:#fff;
	width:100%;
	height:100%;
	text-decoration:none;
	display:inline-block;
}

.circleLinkA a:hover{

	 border-radius: 30px;
    -webkit-border-radius: 30px ;
    -moz-border-radius:30px;
}



.circleLinkB{
	list-style:none;
	text-align:center;
    background:#92D050;
    border-radius: 30px;
    -webkit-border-radius: 30px ;
    -moz-border-radius:30px;
    display:inline-block;
}
.circleLinkB a{
	color:#fff;
	width:100%;
	height:100%;
	text-decoration:none;
	display:inline-block;
}

.circleLinkB a:hover{
    border-radius: 30px;
    -webkit-border-radius: 30px ;
    -moz-border-radius:30px;

}

.circleLinkB img{
	width:120px;
}

.circleLinkB a:hover img{
	width:125px;
}

.circleLinkC{
	list-style:none;
	text-align:center;

    background:#555555;
    border-radius: 30px;
    -webkit-border-radius: 30px ;
    -moz-border-radius:30px;
        display:inline-block;
}

.circleLinkC a{
	color:#fff;
	width:100%;
	height:100%;
	text-decoration:none;
	vertical-align:middle;
	display:inline-block;
}
.circleLinkC a:hover{
    border-radius: 30px;
    -webkit-border-radius: 30px ;
    -moz-border-radius:30px;
}

/* 2018/01/31 COLMO)s.sakoda ADD START 告知書一覧画面作成 */
.circleLinkD{
	list-style:none;
	text-align:center;
    background:#000080;
    border-radius: 30px;
    -webkit-border-radius: 30px ;
    -moz-border-radius:30px;
    display:inline-block;
}

.circleLinkD a{
	color:#fff;
	width:100%;
	height:100%;
	text-decoration:none;
	display:inline-block;
}

.circleLinkD a:hover{
	 border-radius: 30px;
    -webkit-border-radius: 30px ;
    -moz-border-radius:30px;
}
/* 2018/01/31 COLMO)s.sakoda ADD END 告知書一覧画面作成 */

/* 2021/09/30 COLMO)s.sakoda ADD START 告知書一覧画面追加 */
.circleLinkE{
	list-style:none;
	text-align:center;
    background:#ff8c00;
    border-radius: 30px;
    -webkit-border-radius: 30px ;
    -moz-border-radius:30px;
    display:inline-block;
}

.circleLinkE a{
	color:#fff;
	width:100%;
	height:100%;
	text-decoration:none;
	display:inline-block;
}

.circleLinkE a:hover{
	 border-radius: 30px;
    -webkit-border-radius: 30px ;
    -moz-border-radius:30px;
}
/* 2021/09/30 COLMO)s.sakoda ADD END 告知書一覧画面追加 */

/* 2022/10/25 COLMO)d.inoue ADD START 石綿資格情報登録画面対応 */
.circleLinkF{
	list-style:none;
	text-align:center;
    background:#DA765B;
    border-radius: 30px;
    -webkit-border-radius: 30px ;
    -moz-border-radius:30px;
    display:inline-block;
}

.circleLinkF a{
	color:#fff;
	width:100%;
	height:100%;
	text-decoration:none;
	display:inline-block;
}

.circleLinkF a:hover{
	 border-radius: 30px;
    -webkit-border-radius: 30px ;
    -moz-border-radius:30px;
}
/* 2022/10/25 COLMO)d.inoue ADD END 石綿資格情報登録画面対応 */

.siten{
	background-color:#4169e1;
	background-position:right bottom;
}

.unpan{
	background-position:right bottom;
	background-color:#92D050;
}

.sisetsu{
	background-position:right bottom;
	background-color:#ea5532;
}

.system{
	background-position:right bottom;
	background-color:#56256e;
}

.cc{
	background-color:#4169e1;
	background-position:right bottom;
}

.rf{
	background-color:#4169e1;
	background-position:right bottom;
}
.allocate{
	background-color:#92D050;
	background-position:right bottom;
}

.group{
	background-color:#4169e1;
	background-position:right bottom;
}

.sekiwa{
	background-color:#00afcc;
	background-position:right bottom;
}

/* 2017/11/13 COLMO)t.tsukamoto ADD START 本社属性を追加 */
.honsha{
    background-position:right bottom;
    background-color:#9a999a;
}
/* 2017/11/13 COLMO)t.tsukamoto ADD END   本社属性を追加 */

/* 2020/01/22 COLMO)d.inoue ADD START 新会社追加 */
.shs{
	background-color:#57bcd4;
	background-position:right bottom;
}
/* 2020/01/22 COLMO)d.inoue ADD END 新会社追加 */

@media (max-width: 480px) {
	.loginBox{
		width:90%;
		padding:10px;
		height:100%;
	}

	.loginBox-table{
		width:100%;
	}

	.loginBox-table tr td{
		display:table-row;
	}

	.sectionRightSide{
		width            :100%;
		display: inline-block;
	}
	.sectionRightSide-list{
		list-style           :none;
		margin-top: 10px;
		padding-left:5px;
	}
	.sectionLeftSideTitle{
		display:inline-block;
		margin-right:0px;
		margin-left: 0px;
		margin-bottom: 0px;
		background-color:#4169e1;
		color:white;
		border-bottom               :1px solid #ccc;
		border-top               :0px solid #ccc;
		border-left               :0px solid #ccc;
		border-right               :0px solid #ccc;
		width:100%;
	}

	.sectionLeftSide-list_listItem{
		border               :0px solid #cccccc;
		border-bottom        :3px solid #666;
		background-color:#eaeaea;

	}
	.sectionRightSide-list_listItem_link{
		color:#fff;
		font-size:12px;
	}
	.sectionRightSide-list_listItem_link:hover{
		background-color:#aaa;
		color:#fff;
		margin-right:0px;
		margin-left: 0px;
		margin-bottom: 0px;
	}

	.sekisui_logo{
		width:75px;
	}
	.table-list{
		width:100;
	}
	.table-list_tr_th{
		font-size:12px;
	}
	.table-list_tr_td{
		font-size:11px;
		border-bottom:1px solid #ccc;
	}

	.circleLinkA{
    border-radius: 20px;
    -webkit-border-radius: 20px ;
    -moz-border-radius:20px;
	}

	.circleLinkA a:hover{
	    border-radius: 20px;
	    -webkit-border-radius: 20px ;
	    -moz-border-radius:20px;
	}
	.circleLinkB{
    	border-radius: 20px;
    	-webkit-border-radius: 20px ;
    	-moz-border-radius:20px;
	}

	.circleLinkC{
	    border-radius: 20px;
	    -webkit-border-radius: 20px ;
	    -moz-border-radius:20px;
	}




	.linkMenu_list li{
	    margin: 0px;
	    width:30%;
	    line-height:100px;
	    height:100px;
	}

	.linkMenu_list li img{
	    width:70%;
	}

	.linkMenu_list li a:hover img{
	    width:72%;
	}

}

@media (max-width: 375px) {
	.circleLinkA{
		font-size:11px;
	}
}

a{
	border-style:none;

}

img {
  border-style:none;
}

.display_title{
  margin: 0;
  background-color: #4169e1;
  padding: 5px;
  color: white;
  margin-bottom: 20px;
  text-align: center;

}

/* 2023/06/07 COLMO)d.inoue ADD START 業者ログイン時のお問い合わせ一覧表示対応 */
.display_loginName{
	margin: 0;
	background-color: #4169e1;
}

.display_loginName font{
	margin-left:10px;
	color:#FFFFFF;
}
/* 2023/06/07 COLMO)d.inoue ADD END 業者ログイン時のお問い合わせ一覧表示対応 */

.datep,.datep_feauture,.datep_feauture_irai{
	width:90px;
	border-top:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-right:0px solid #ffffff;
	border-bottom:1px solid #cfcfcf;
	text-align:center;
	z-index: 999;
}

.datep:hover,.datep_feauture:hover,.datep_feauture_irai:hover{
	cursor: pointer;
	background-color:#ffffcc;
}
.date_btn_clear{
  width: 20px;
  height: 18px;
  background: url('../images/close_circle3.png') no-repeat;
  background-position: middle center;
  border-style: none;
  vertical-align:middle;
  cursor:pointer;
}

.txt_edit{
	border:0px solid #ffffff;
}

.uploadButton {
    display:inline-block;
    position:relative;
    overflow:hidden;
    border-radius:3px;
    background:#099;
    color:#fff;
    text-align:center;
    padding:10px;
    line-height:30px;
    width:25%;
    cursor:pointer;
    float:left;
}
.uploadButton:hover {
    background:#0aa;
}
.uploadButton input[type=file] {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    cursor:pointer;
    opacity:0;
}
.uploadValue {
    display:none;
    background:rgba(255,255,255,0.2);
    border-radius:3px;
    padding:3px;
    color:#ffffff;
}

.newsDetail{
	width:80%;
	margin-left:10%;
	margin-right:10%;

}

@media (max-width: 480px) {
.newsDetail{
	width:100%;
	margin-left:0%;
	margin-right:0%;
}
}

/* 2022/12/06 COLMO)s.sakoda ADD START お問い合わせフォーム追加 */
.inquiryForm{
	width:80%;
	margin-left:10%;
	margin-right:10%;

}

@media (max-width: 480px) {
.inquiryForm{
	width:100%;
	margin-left:0%;
	margin-right:0%;
}
}
/* 2022/12/06 COLMO)s.sakoda ADD END お問い合わせフォーム追加 */
/* 2023/04/24 COLMO)d.inoue ADD START お問い合わせ一覧にページングと検索項目追加 */
/** **********************
 * tablPagination用CSS
 *************************/
#tablePagination{
	padding: 3px 0px;
	text-align:center;
	background-color:#fafafa;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius:  0 0 3px 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 0  0 3px 3px;		/* Firefox用 */
	border-top:3px solid #e0e0e0;
	border:1px solid #e0e0e0;
	height: 40px;
	width: 96%;
	margin-left: 10px;
}

.tablePagination_button{
  background-color: #eaeaea;
  margin-left: 5px;
  margin-right: 5px;
  color: #666666;
  display: inline-block;
  width: 30px;
  height: 25px;
  line-height: 25px;
  -moz-border-radius: 5px;
  cursor: pointer;

}

#tablePagination_currPage{
	border-style:none;
	background-color:#fafafa;
	text-align:right;
	font-size:14px;
}


.tablePagination_button:hover{
	background-color:#555;
	color:white;
}

#tablePagination_firstPage{
	margin-left:10px;
}
#tablePagination_prevPage{
	margin-top:8px;
	margin-left: 20px;
	margin-right: 20px;
}
#tablePagination_nextPage{
	margin-top:7px;
	margin-right:10px;
	margin-left: 20px;
}
#tablePagination_lastPage{
	margin-right:10px;
	margin-left: 20px;
}

.search_aicon{
	background:url('../images/search.png');
    background-repeat:no-repeat;
    background-position: center;
    border: 0px solid #FFF;
    color:#111;
    width: 20px;
    height:20px;
    padding: 5px 0;
	cursor:pointer;
}

.searchBox{
    display: inline-block;
	width: 96%;
	margin-left: 10px;
}

/* 件数表示エリアのテキスト */
.searchBoxLeftGroup{
    float                :left;
    width                :20%;
    vertical-align       :bottom;
    height               :35px;
    line-height          :35px;
    font-size            :12px;
}

/* 簡易検索エリア */
.searchBoxRightGroup{
    float                :right;
    width                :79%;
    text-align           :right;
    line-height          :35px;
    height               :35px;
}

/* 簡易検索エリアのテキスト */
.searchBoxRightGroup input[type="text"]{
    border-top:0px solid #fff;
    border-left:0px solid #fff;
    border-right:0px solid #fff;
    border-bottom:1px solid #cfcfcf;
    max-width:140px;
}
/* 2023/04/24 COLMO)d.inoue ADD END お問い合わせ一覧にページングと検索項目追加 */

.downloadFileArea{
	float:left;
	width:65%;
	padding:10px;
}

.downloadFileArea a img{
	vertical-align: middle;
}

.downloadFileArea a{
	text-decoration: none;
}

.bottom_menu{
	width:100%;
	text-align:center;
}

.bottom_menu a{
	display:inline-block;
}

.msg_area{
	width:100%;
	text-align:center;
	margin-bottom:10px;
}

/* 2021/02/01 COLMO)s.sakoda ADD START 告知書通知バッジ追加 */
.badge {
   position:relative;
}

.badge[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top:-8px;
   right:-8px;
   font-size:1em;
   background:red;
   color:white;
   width:28px;height:28px;
   text-align:center;
   line-height:28px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
}
/* 2021/02/01 COLMO)s.sakoda ADD END 告知書通知バッジ追加 */

/* 2023/06/27 COLMO)d.inoue ADD START お問合せフォームに対象システム区分追加 */
/* 必須アイコンのツールチップ表示 */
.tooltip {
    position: relative;
    cursor: pointer;
}
/* ツールチップのスタイル */
.description {
    visibility: hidden;		/* ツールチップを非表示に */
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #4169e1;
    width: 210px;
}
.description:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    border: 10px solid transparent;
    border-top: 10px solid #4169e1;
    margin-left: -15px;
}
/* マウスオーバー時のスタイル */
.tooltip:hover .description {
	visibility: visible;	/* ツールチップを表示 */
    top: -55px;
    left: 50px;
}
/* 2023/06/27 COLMO)d.inoue ADD END お問合せフォームに対象システム区分追加 */
