﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* 「国勢調査2025特集」の設定 */
div#census2025 {
	width: 100%;
	margin: 0 auto 0 0;
	padding: 0;
	text-align: left;
	border: none;
        display: flex;
        flex-wrap: wrap;
}
div#census2025 .BrowserLinkList_h3g_date {
	width: 100%;
}
div#census2025 div#census2025left {
        float: none;
        width: 190px;
        margin: 0 auto 5px 0;
        padding: 0 0 20px 0;
        font-size: 100%;
        font-weight: bold;
        text-align: center;
        background-color: transparent;
        border: none;
}
div#census2025 div#census2025left img{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: none;
}
div#census2025 div#census2025left > a:link{
	color: #000080;
/*	text-decoration: none;*/
}
div#census2025 div#census2025left > a:visited{
	color: #000080;
/*	text-decoration: none;*/
}
div#census2025 div#census2025right {
        float: none;
        width: 370px;
        margin: 0 0 1px 0;
        padding: 0;
        border: none;
}
div#census2025 div#census2025right div.Summary{
	padding-left: 20px;
	font-size: 90%;
	line-height: 1.5;
}
div#census2025 span.note{
	font-size: 80%;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
div#census2025 div#census2025left {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: small;
	font-weight: bold;
	text-align: center;
	background-color: transparent;
	border: none;
}
div#census2025 div#census2025left img{
	width: 70%;
	margin: 0 auto;
	padding: 0;
	border: none;
}
}
