﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* 推計人口の表の設定 */
.pe {
	background-color: #e3e3e3;
	width: 190px;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
	border: 1px solid #000080;
}
.pe a, pe a:linked, .pe a:visited {
	text-decoration: none;
	color: #ffffff;
}
.pe h2{
	background-color: #000080;
	color: #ffffff;
	width: 190px;
	margin: 0;
	padding: 5px 0;
	font-size: medium;
	font-weight: normal;
	border: none;
}
.pe h2 a:link { color: #ffffff; }
.pe h2 a:visited { color: #ffffff; }
.pe h2 a:hover { color: #ffffff; }
.pe h2 a:active { color: #ffffff; }
.pe h2 span.date {
	color: #ffffff;
	font-size: small;
	font-weight: normal;
}
div.pe ul,div.pe > div{
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
}
.pe ul a:link { color: #000080; }
.pe ul a:visited { color: #000080; }
.pe ul a:hover { color: #000080; }
.pe ul a:active { color: #000080; }
div.pe ul li,div.pe div div{
	color: #000080;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.1;
	font-size: medium;
}

/* 「鳥取県の人口の推移」の設定 */
ul#gop {
	margin: 5px 0 5px 0;
	padding: 5px;
}
ul#gop li{
	color: black;
	font-size: 110%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-left: 18px;
	background-image: url('https://www.pref.tottori.lg.jp/images/midomaru.gif');
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	line-height: 1.3;
}

/* 左側のバナーの設定 */
.bannerleft {
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
	border: none;
}
.bannerleft img{
	width: 190px;
	margin: 0;
	border: none;
}

/* 右側のバナーの設定 */
.bannerright {
	height: auto;
	width: 200px;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
	border: none;
}
.bannerright img{
	height: auto;
	width: 200px;
	margin: 0;
	border: none;
}

/* 左側の「ローカルメニュー縦型：004」の設定 */
div.BrowserLMenuV_004{
	color: black;
	margin: 0 0 10px 0;
	padding: 0;
}
div.BrowserLMenuV_004 div.waku{
	text-align: left;
}
div.BrowserLMenuV_004 div.h2frame{
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px #bfbfbf solid;
}
div.BrowserLMenuV_004 h2{
	color: #333300;
	font-size: medium;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 5px 30px;
	line-height: 1.3;
	background-color: #eeeeee;
	background-image: url('https://www.pref.tottori.lg.jp/Browser_C/css/Browser_C/LMenuV_004/title_icon.gif');
	background-repeat: no-repeat;
	background-position: 6px 5px;
}
div.BrowserLMenuV_004 h2 img{
	display: none;
}
div.BrowserLMenuV_004 .modoru{
	display: none;
}
div.BrowserLMenuV_004 .CapImg{
	display: none;
}
div.BrowserLMenuV_004 .Mlist{
	margin: 0;
	padding: 0 0 0 5px;
}
div.BrowserLMenuV_004 li{
	font-size: 110%;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 5px 15px;
	line-height: 1.3;
	background-image: url('https://www.pref.tottori.lg.jp/images/midomaru.gif');
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none; /*FF対策*/
}


/* 「御利用に当たって」の設定（下詰継承） */
div.info {
	margin: 20px auto 40px auto;
	padding: 10px;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
	background-color: #ffff99;
	border: 5px double #999999;
}
div.info h2{
	display: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* 「平成27年国勢調査の実施について」の設定 */
div#census2015 {
	width: 470px;
	margin: 0 auto 0 0;
	padding: 0;
	text-align: left;
	border: none;
}
div#census2015 div#census2015left {
	float: left;
	width: 187px;
	margin: 0 auto 15px 0;
	padding: 10px 0;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	background-color: #f8f8ff;
	border: 1px solid #999999;
}
div#census2015 div#census2015left img{
	width: 170px;
	margin: 0 auto;
	padding: 0;
	border: none;
}
div#census2015 div#census2015left > a:link{
	color: #000080;
	text-decoration: none;
}
div#census2015 div#census2015left > a:visited{
	color: #000080;
	text-decoration: none;
}
div#census2015 div#census2015right {
	float: left;
	width: 270px;
	margin: 0 auto 15px 0;
	padding: 0 0 0 10px;
	border: none;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* 推計人口の表の設定 */
div.pe {
	background-color: #e3e3e3;
	width: 90%;
	margin: 10px auto;
	padding: 0;
	text-align: center;
	border: 1px solid #000080;
}
.pe a, pe a:linked, .pe a:visited {
	text-decoration: none;
	color: #ffffff;
}
div.pe h2{
	background-color: #000080;
	color: #ffffff;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	font-size: large;
	font-weight: normal;
	line-height: 1.1;
	border: none;
}
.pe h2 a:link { color: #ffffff; }
.pe h2 a:visited { color: #ffffff; }
.pe h2 a:hover { color: #ffffff; }
.pe h2 a:active { color: #ffffff; }
div.pe h2 span.date {
	color: #ffffff;
	font-size: small;
	font-weight: normal;
}
div.pe ul,div.pe > div{
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
}
.pe ul a:link { color: #000080; }
.pe ul a:visited { color: #000080; }
.pe ul a:hover { color: #000080; }
.pe ul a:active { color: #000080; }
div.pe ul li,div.pe div div{
	color: #000080;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.1;
	font-size: medium;
}

/* 「鳥取県の人口の推移」の設定 */
ul#gop {
	width: 90% !important;
	margin: 5px auto 10px auto !important;
	padding: 0 0 0 5px;
}
ul#gop li{
	color: black;
	font-size: 110%;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 5px 15px;
	background-image: url('https://www.pref.tottori.lg.jp/images/midomaru.gif');
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	line-height: 1.1;
}

/* 左側のバナーの設定 */
.bannerleft {
	width: 90%;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
	border: none;
}
.bannerleft img{
	width: 100%;
	margin: 0;
	border: none;
}

/* 右側のバナーの設定 */
.bannerright {
	height: auto;
	margin: 0 20px 10px 20px;
	padding: 0;
	text-align: center;
	border: none;
}
.bannerright img{
	height: auto;
	width: 100%;
	margin: 0;
	border: none;
}

/* 「ローカルメニュー縦型：004」の設定 */
div.BrowserLMenuV_004{
	width: 90% !important;
	color: black;
	margin: 0 auto 10px auto !important;
	padding: 0;
}
div.BrowserLMenuV_004 div.waku{
	text-align: left;
}
div.BrowserLMenuV_004 div.h2frame{
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px #bfbfbf solid;
}
div.BrowserLMenuV_004 h2{
	color: #333300;
	font-size: large;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 5px 30px;
	line-height: 1.3;
	background-color: #eeeeee;
	background-image: url('https://www.pref.tottori.lg.jp/Browser_C/css/Browser_C/LMenuV_004/title_icon.gif');
	background-repeat: no-repeat;
	background-position: 6px 5px;
}
div.BrowserLMenuV_004 h2 img{
	display: none;
}
div.BrowserLMenuV_004 .modoru{
	display: none;
}
div.BrowserLMenuV_004 .CapImg{
	display: none;
}
div.BrowserLMenuV_004 .Mlist{
	margin: 0;
	padding: 0 0 0 5px;
}
div.BrowserLMenuV_004 li{
	font-size: 110%;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 5px 15px;
	line-height: 1.1;
	background-image: url('https://www.pref.tottori.lg.jp/images/midomaru.gif');
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none; /*FF対策*/
}

/* 「御利用に当たって」の設定（下詰継承） */
div.info {
	margin: 0 20px 20px 20px;
	padding: 5px;
	font-size: small;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
	background-color: #ffff99;
	border: 5px double #999999;
}
div.info h2{
	display: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* 「平成27年国勢調査の実施について」の設定 */
div#census2015 {
	padding: 0;
	text-align: left;
	border: none;
}
div#census2015 div#census2015left {
	width: 80%;
	margin: 0 auto;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	background-color: #f8f8ff;
	border: 1px solid #999999;
}
div#census2015 div#census2015left img{
	width: 90%;
	margin: 0 auto;
	padding: 0;
	border: none;
}
div#census2015 div#census2015left > a:link{
	color: #000080;
	text-decoration: none;
}
div#census2015 div#census2015left > a:visited{
	color: #000080;
	text-decoration: none;
}
div#census2015 div#census2015right {
	margin: 0 auto;
	padding: 5px;
	border: none;
}
}
