@charset "UTF-8";

* {
	margin:0;
	padding:0;
}
body {
	background:#fff;
	color: #333;
	margin:0;
	padding:0;
}

a:link {
	color: #639;
}
a:visited {
	color: #639;
}
a:hover {
	color: #99F;
}
img {
	border:0;
}


/* common
======================================== */
/* h2 + navi */
div.title {
	background:url(../image/bg_title.gif) repeat-x top;
	clear:both;
	color:#fff;
	height:37px;
	width:100%;
}
div.title h2 {
	float:left;
	font-size:120%;
	margin:6px 0 0 20px;
}
div.title ul {
	float:right;
	list-style:none;
	padding-top:10px;
}
		div.title ul li {
			display:inline;
			float:left;
			font-size:76%;
			margin:0 20px 0 0;
		}
		div.title ul li a:link, div.title ul li a:visited {
			color:#fff;
			text-decoration:none;
		}
		div.title ul li a:hover {
			color:#fff;
			text-decoration:underline;
		}

/* contents
-------------------- */
div#contents {
	padding:30px 20px 10px 20px;
}

/* pagetop */
div.pagereset {
	clear:both;
	font-size:76%;
	padding:20px 30px 10px 0;
	text-align:right;
}
/* paging */
div.search div.pagenavi {
	background:#fff;
	border:1px solid #ccc;
	font-size:76%;
}
div.search div.pagenavi p {
	background:#fff;
	padding:5px;
	text-align:center;
}
	div.search div.pagenavi p img {
		border:1px solid #ccc;
		vertical-align:middle;
	}
	div.search div.pagenavi p a:link img, div.search div.pagenavi p a:visited img {
		border:1px solid #004892;
	}
	div.search div.pagenavi p a:hover img {
		border:1px solid #297acc;
	}
div.search div.pagenavi ul.navi {
	list-style:none;
	padding:5px;
	text-align:center;
	width:0px auto;
}
	div.search div.pagenavi ul.navi li {
		display:inline;
		padding:5px;
	}
		div.search div.pagenavi ul.navi li span.pagenow {
			font-weight:bold;
		}

/* footer
-------------------- */
div#footer {
	/*clear:both;*/
	width:100%;
}
/* copyright */
div#footer p.copyright {
	color:#999;
	font-size:66.5%;
	padding:0 20px 20px 20px;
	text-align:right;
}

/* for popup
======================================== */
div#contents div.text h3 {
/* ### 2012/02/01 M.Abe UPD START */
	background:#001E62;
/* ### 2012/02/01 M.Abe UPD END */
	color:#fff;
	font-size:100%;
	padding:4px 8px;
}
div#contents div.text div {
	/* font-size:90%; */
	padding-top: 6px;
    padding-bottom: 6px;
}
div#contents div.text p {
    /* font-size:90%; */
    margin-bottom:5px;
}

div#contents div.text ol {
	font-size:90%;
	margin:0 20px 0 40px;
}
div#contents div.text ol li {
	margin-bottom:10px;
}

div#contents div.text ol li p {
	margin-left:0;
}
div#contents div.text ol li p span.year {
	color:#80262b;
}
div#contents div.text ol li p span.texthead {
	color:#408040;
}

div#contents div.text ol li p span.repository a {
	color:#fff;
	background:#AC3F45;
	text-align:center;
	padding:1px 10px;
	border-top-style:solid;
	border-top-color:#92373B;
	border-top-width:2px;
	border-bottom-style:solid;
	border-bottom-color :#92373B;
	border-bottom-width:2px;
	font-size:90%;
	/* font-weight:bold; */
}

/* 2016/09/05 molizumi add start */

div#contents div.text div.cv_item_frame {
    font-size:90%;
    margin-bottom:10px;
    padding:12px;
}

div#contents div.text div.cv_item_frame ul {
    margin-left: 0em;
}

div#contents div.yyyy {
	width: 40px;
    display: inline-block;
}

div#contents div.never {
    width: 40px;
    display: inline-block;
}

div#contents div.ym {
	width: 78px;
	display: inline-block;
}

div#contents div.ym_en {
	width: 52px;
	display: inline-block;
}

div#contents div.tilde {
	width: 20px;
	text-align:center;
	display: inline-block;
}

/*
div#contents p {
	margin-bottom:10px;
}
*/

div#contents div.all_contents_frame {
	margin-left:10px;
}
/* 2016/09/05 molizumi add end */

/* close */
div#close  {
	margin-top:10px;
	text-align:center;
	font-size:90%;
}

span.highlight {
	font-weight: bold;
	background-color: #FFFF66;
}

table.gyoseki-table {
	border-collapse: collapse;
	width: 100%;
	font-size: 90%;
}

table.gyoseki-table td {
	border: solid 1px #D2D2D2;
	padding:10px 10px 5px 5px;
}

a.link {
	background:linear-gradient(to bottom, #EEEEEE 0%, #DDDDDD 68%, #CCCCCC 91%, #AAAAAA 99%, #f5f5f5 100%); 
	border: 1px solid #DDD; 
	border-radius: 8px; 
	color: #111 ! important;
	padding: 0px 20px;
	font-size:12px;
	text-decoration: none;
	margin-left: 5px;
}

p.title {
	font-weight: bold;
}

div#main div.text ul li {
    margin-bottom: 10px;
}

li.external-link {
    display: inline;
    margin-right: 20px;
}

li a.external-link {
    background: #F1C400;
    border-radius: inherit;
    color: #fff ! important;
    border-radius: 8px;
    padding: 2px 14px;
    font-size: 12px;
    text-decoration: none;
}

.accordion-menu {
    display: block;
    text-decoration: none;
    line-height: 10px;
    margin-top: 5px;
    margin-bottom: 7px;
    padding-bottom: 0px !important;
}

.accordion-menu-bar {
    display: block;
    padding :0px;
    line-height: 10px;
    color :#0d4986;
    cursor :pointer;
    opacity: 0.7;
}

.accordion-menu-bar:hover {
    color: #258bf3;
    text-decoration-line: underline;
    text-underline-position: under;
}

.gaiyo-label {
    width: 13px;
}

.gaiyo-detail {
    word-wrap: break-word;
    margin-left: 15px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 90%;
}

.gaiyo-detail .contents {
	line-height: 19px;
}

.is-none-disp-gaiyo {
    display: none;
}

.is-disp-gaiyo {
    display: block;
}