@charset "utf-8";
/* ===========================================================

	Title:		ir.css
	Created:	2016-3-31

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

	library

=========================================================== */
.library-table {
}
.library-table th {
    border-right: solid 1px #ccc;
    width: auto;
    text-align: center;
    vertical-align: middle;
	padding: 10px 0;
}
.library-table th:last-child {
    border-right: none;
}
.library-table td {
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
}
.library-table img {
	margin: 3px 0;
}
.update-list {
	display: none;
    text-align: right;
    position: absolute;
    background-color: #FFF;
    border: 3px solid #ddd;
    width: 400px;
    margin: -90px 0 0 -150px;
    padding: 15px 20px;
    z-index: 10;
}
td.lastChild .update-list {
	margin: -80px 0 0 -285px;
}
.update-list h5 {
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
    padding: 10px 0;
    border: 2px solid #e8e6e6;;
    font-size: 13px !important;
    background-color: white;
}
.update-list ul {
    text-align: left;
	margin: 0 0 10px !important;
	padding: 0 10px 5px;
}
.update-list ul li {
	padding: 5px 0;
    border-bottom: 1px dashed #b7b7b7;
}
.popup-area {
	display: none;
}
.popup-area {
	font-size: 11px;
	padding: 2px 0;
	width: 100%;
}
.popup-area img {
	vertical-align: bottom;
	margin: 0 0 0 3px;
}
@media screen and (max-width: 768px) {
	.update-list {
		display: none;
		position: fixed;
		top: 50%;
		left: 50%;
		margin: -80px 0 0 -140px !important;
		width: 300px;
		white-space: normal !important;
	}
}
/* popup-close
----------------------------------------------------------- */
.popup-close {
	margin: 0;
	text-align: center;
}
.popup-close a {
	display: inline-block;
	position: relative;
	padding: 4px 24px 4px 38px;
	text-align: center;
	border: solid 1px #ddd;
	cursor: pointer;
}
.popup-close a span {
	display: block;
	position: absolute;
	top: 4px;
	left: 14px;
	width: 12px;
}
.popup-close a:hover {
	background: #003893;
	border: solid 1px #003893;
	color: #fff !important;
}

/* ul-list
----------------------------------------------------------- */
ul.ul-list {
	margin-bottom: 15px!important;
	clear: both;
}
ul.ul-list li {
	border-bottom: dotted 1px #ddd;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

ul.ul-list li a {
	padding: 0 0 0 7px;
}
ul.ul-list li a:link,
ul.ul-list li a:visited {
	text-decoration: none;
	color: #333333;
}
ul.ul-list li a:hover {
	color: #0a259b;
}
ul.ul-list li img {
	margin: 0 0 0 7px;
	vertical-align: text-bottom;
}

ul.revied { background: url(../img/common/bg/revied_last.gif) 15px -2px no-repeat; padding-left: 30px !important; }
@media screen and (max-width: 768px) {
ul.revied span.date {
	clear: both;
	display: block;
}
}


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

	distribute
	
=========================================================== */ 
dl.distribute-a, dl.distribute-b {
	border: solid 1px #ddd;
}
dl.distribute-a dt, dl.distribute-b dt {
	padding: 0 20px;
	font-weight: bold;
	font-size: 16px;
	float: left;
	line-height: 78px;
	height: 70px;
}
/** update@yamazaki 20131004
dl.distribute-a dt {
	background: #d2edff;
	color: #0065ac;
}
dl.distribute-b dt {
	background: #d6f8ff;
	color: #0a259b;
}
*/
dl.distribute-a {
	background: #fadedc;
}
dl.distribute-b {
	background: #d8e2f4;
}
dl.distribute-a dt>span {
	color: #d70040;
	font-weight: bold;
}
dl.distribute-b dt>span {
	color: #1161b6;
	font-weight: bold;
}
dl.distribute-a dd, dl.distribute-b dd {
	margin: 0;
	padding: 0 20px 0 40px;
	border-top: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 70px;
	height: 70px;
}
dl.distribute-a dd em, dl.distribute-b dd em {
	font-size: 28px;
}
dl.distribute-a dd em {
	color: #d70040;
}
dl.distribute-b dd em {
	color: #1161b6;
}
@media screen and (max-width: 768px) {
dl.distribute-a,
dl.distribute-b {
	padding: 10px;
}
dl.distribute-a dt,
dl.distribute-b dt,
dl.distribute-a dd,
dl.distribute-b dd {
	float: none;
    text-align: center;
    line-height: 2em;
    height: 2em;
    padding: 0 20px;
}
}

