@charset utf-8;

@media screen {

	div.epmc_journalList .inline_block {
        display: inline-block;
    }

} /* @media screen */


.fm-sec.half_rhythm, .box, .fig.whole_rhythm, .head.section-title {
    margin-left: 30px;
}

.content-title.no_top_margin {
	display:none;
}

.jlist-text {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.navigation table tr{
	background-color: #f0f0f0;
}

.tab .button {
	color: #707070 !important;
    background-color: #D5EACB;
    background: #D5EACB;
    -moz-box-shadow: none;
    -wekbit-box-shadow: none;
    box-shadow: none;
    padding: 4px 6px !important;
    width: 100%;
}

.tab .button:hover, .tab .button:active {
	color: #fff !important;
}

.thistab {
	background-color: #ccc;
	text-align:center;
	font-weight:600;
    -moz-box-shadow: inset 0 0 0 .2em #f0f0f0;
    -webkit-box-shadow: inset 0 0 0 .2em #f0f0f0;
    box-shadow: inset 0 0 0 .2em #f0f0f0;
} 

#title-switch-1 + span {
	margin-right: 6px;
}

.hide-overflow table {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	overflow-x: auto;
}

#jterm {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	height: 3.5rem;
}

.fp-search-button-box input {
	height: 35px;
	width: 72px;
	height: 3.5rem;
	width: 10.2rem;
}

@media screen and (max-width:700px) {
	td.tab, td.thistab, .legend td {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	td.tab {
		margin-bottom: -4px;
	}
	.epmc_journalList .sec div{
		float: none !important;
		margin-bottom: 10px;
	}	
}