@charset "utf-8";

/*==================================== PC ====================================================*/

#ttl {
	background-image: url(images/ttl.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	text-indent: -9999px;
	min-width:1000px;
}

.floatRight {
	margin: 0px 0px 1em 1em;
}

.backnumber table {
	width: 100%;
	margin-bottom: 10px;
}

.backnumber table, .backnumber table td, .backnumber table th {
	padding: 10px;
	border: 1px solid #CCC;
	border-collapse: collapse;
	vertical-align: top;
}

.backnumber table tr td:first-child {
	text-align: center;
}

.chosya {
	width: 130px;
}

.backnumber th {
	background: #000546;
	text-align: center;
	color: #FFF;
}

.backnumber .td_midashi {
	background: #E1E2EF;
}

.book_info {
	margin-top: 30px;
}

.book_info p {
	margin-bottom: 1em;
}


.working_paper table {
	width: 100%;
	margin-bottom: 10px;
}

.working_paper table, .working_paper table td, .working_paper table th {
	padding: 10px;
	border: 1px solid #CCC;
	border-collapse: collapse;
	vertical-align: top;
}

.working_paper table tr td:first-child {
	text-align: center;
}

.chosya {
	width: 130px;
}

.working_paper th {
	background: #000546;
	text-align: center;
	color: #FFF;
}

.working_paper .td_midashi {
	background: #E1E2EF;
}



/* Z^[ */

.research_center p {
	margin-bottom: 1em;
}

.cbacknumber_th {
	width: 100px;
}

/********************************************************************************************************************/
/****************************************** MEDIA QUERIES ***********************************************************/
/********************************************************************************************************************/


/*==================================== PHONES ====================================================*/

@media (max-width: 480px) {
	
#ttl {
	height: auto;
	text-indent: 0px;
	font-size: 120%;
	padding-bottom: 10px;
	background-image: none;
	color: #333;
	min-width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000546;
	margin-bottom: 10px;
}
	
#ttl p {
	padding-left: 10px;
}



}