@charset "utf-8";

/* ---------------
　　　マンモグラフィ技術部門からのお知らせ　カテゴリーのみのcss
--------------- */

/* ■■■■■ ヘッドライン #headline 　*/
.headline_news {
    background-color: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0 0 3px #dddddd;

    margin: 0 20px 30px 0;
    padding: 0;
    width: 740px;
}
.title_head_healine_news {
    background-color: #67AFBB;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    float: left;
    height: 6px;
    width: 720px;
    margin: 0 10px;
}

.headline_news h2 {
	margin: 10px 15px;
	color: #4996A3;
    float: left;
    font-size: 16px;
    width: 100%;
}
.headline_news h2 a{
	color: #4996A3;
}
.headline_news ul#headline {
	list-style: none;
	margin: 0 10px 10px 10px;
	padding: 0;
	box-shadow: none;

	border-radius: 0;
}

.headline_news ul#headline li {
	vertical-align: bottom;
	
	zoom: 1;
}


/* 現在いるとき */
.headline_news ul#headline li.stay {
	background-color: #EEEEEE;
}

.headline_news ul#headline li a {
	display: block;
	padding: 8px 20px;
	border-bottom: dashed 1px #CCCCCC;
	vertical-align: bottom;
	zoom: 1;
	color:#666666;
}

.headline_news ul#headline li a:hover {
	background-color: #EEEEEE;
	text-decoration: none;
}
.headline_news ul#headline li a.hensyu {
	padding: 0px;
	border-bottom: none;
}

.headline_news ul#headline li a.hensyu:hover {
	background:none;
	text-decoration:underline;
}

.headline_news ul#headline li a span.headlineDate_news {
	color: #bb5567;
	margin: 0 20px 0 0;
}
.headlineNext{
	text-align: right;
	margin: 10px;
}



.entry h3 {
    background-color: #CCCCCC;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 20px 10px 0;
    overflow: hidden;
    padding: 3px 10px;
}
.entry h4 {
    border-bottom: 2px solid #67afbb;
    font-size: 14px;
    margin: 10px 20px 10px 0;
    overflow: hidden;
    padding: 0 10px 2px;
}
.entry h5 {
    border-left: 5px solid #67afbb;
    font-size: 14px;
    margin: 10px 20px 10px 0;
    overflow: hidden;
    padding: 0 10px;
}

/*#67afbb*/
.entry p.waku1 {
	background-color: #acd8df;
	padding: 5px 10px;
}
.entry p.waku2 {
	border: 1px #4996A3 solid;
	padding: 5px 10px;
}



/*予定表　技術*/
#schedule_table_g{
	border-top:1px solid #999933 !important;
	border-left:1px solid #999933 !important;
	border-collapse:collapse;
}
#schedule_table_g th{
	background-color:#ECECD5;
	border-top:none;
	border-bottom:1px solid #999933;
	border-right:1px solid #999933;
	border-left: none;
	text-align:center;
	padding:2px;
}
#schedule_table_g td {
    background-color: #F9E7BB;
    border-bottom: 1px solid #999933;
    border-right: 1px solid #999933;
    border-left: none;
    padding: 2px;
}

.ca_d td{
	background-color: #EAFFEA !important;
}

.ca_g td{
	ackground-color: #ffebeb !important;
}

.ca_kubun {
	width: 60px;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-weight: bold;
}

.ca_d td.ca_kubun span{
	background-color: #00c400;
	border-radius: 0.2rem;
	padding: 0.1rem 0.3rem;
}

.ca_g td.ca_kubun span{
	background-color: #ff516b;
	border-radius: 0.2rem;
	padding: 0.1rem 0.3rem;
}



/*mmg=施設画像　mmg1＝読影認定リスト　mmg2＝技術認定リスト*/
table.mmg2,table.expTbl,table.expTbl2{
	width: 95%;
	line-height: 130%
}

table.mmg2 th,table.expTbl th,table.expTbl2 th{
	background-color:#E9E9AE;
	text-align:left;
	font-weight:normal;
	
}
table.mmg2 th.list_name{
	width: 110px;
}


/*技術認定リスト*/
/*奇数行*/
table.mmg2 td.tableOdd,table.expTbl td.tableOdd {
    background-color:#EAFFEA;
}
/*偶数行*/
table.mmg2 td.tableEven,table.expTbl td.tableEven {
    background-color:#EAFFFF;
}
/*テーブルオン*/
/*奇数行*/
table.mmg2 td.tableOdd.tableOn {
    background-color:#DBFFDB;
}
/*偶数行*/
table.mmg2 td.tableEven.tableOn {
    background-color:#CBFFFF;
}

/*技術 案内*/
/*奇数行*/
table.noti_sch td.tableOdd, table.expTbl td.tableOdd {
    background-color:#ecf1fb;
}
/*偶数行*/
table.noti_sch td.tableEven,table.expTbl td.tableEven {
    background-color:#eeffee;
}
