@charset "UTF-8";
/* 外部CSSファイル ＠福井県立恐竜博物館WebSite  */

html, html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
/* 全体定義  */
body {
	background: #cccccc;
	font-family: -apple-system, BlinkMacSystemFont, 'Trebuchet MS', "BIZ UDPGothic", "游ゴシック", YuGothic, 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
}
header, main, footer {
	box-shadow: 2px 0 5px rgba(0,0,0,0.3);
}
header {
}
main {
	background-image: url("bg-mesh.png");
}
hr {
	width: 95%;
	margin: 8px auto;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
footer {
	margin: 2px 0px 0px 0px;
	padding: 1px 0px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #fff;
	background-color: #003398;
	text-align: center;
	clear: both;
	width: 100%;
}
footer a, footer a:link, footer a:visited, footer a:hover {
	color: white;
}
.style-logo {
	width: 30px;
}
/* レイアウト定義  */
.col {
	width: 100%;
}
.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
/* エントリ  */
#container {
	margin: 0;
	text-align: left;
	line-height: 1.4;
}
#header {
	margin: 0 0 0 0;
	padding: 0;
}
#navigation {
	margin: 0;
	padding: 0;
	font-size: 80%;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	border: solid 8px #fff;
	border-width: 4px 12px 12px 8px;
	border-radius: 0 2px 2px 0;
	background-image: url("bg_note_body.png");
	position: relative;
}
#menu {
/*	 ;
	margin: 4px 12px 12px 8px ; padding: 0 ;*/
}
#container p {
	font-size: 94%;
	margin: 0 0 1em 0;
	text-indent: 0;
	line-height: 1.7;
}
#navi {
	text-align: center;
	font-size: 86%;
	margin: 0 0 1px 0;
}
.entry {
	margin: 0 8px;
	padding: 0;
}
.calendar {
	margin: 4px auto;
	font-size: 1em;
}
#navigation .centering, #navigation div.naviheader, .calendar th, .calendar td {
	text-align: center;
}
.calendar td {
	padding: 0 3px;
}
.calendar td a {
	font-weight: bold;
}
.calendar td.normal {
	background-color: #fff;
}
.calendar td.sat {
	background-color: #e3f1ff;
}
.calendar td.holiday {
	background-color : #fcc;
}
#navigation ul {
	margin: 0 0 0 1.5em;
	padding: 0;
	text-align: left;
	font-size: 12px;
}
#navigation p.profile {
	margin: 0 8px;
	text-align: left;
	text-indent: 1em;
	font-size: 12px;
}
/* エントリ: タイトル関係  */
h1 {
	margin: 0 0 8px 0;
	padding: 5px 8px 5px 2px;
	background-image: url("bg_h1.jpg");
	color: #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4); /*CSS3*/
	border-radius: 2px;
	font-size: 1.5em;
}
h1 img {
	vertical-align: text-bottom;
	margin-right: 2px;
}
h1 a, h1 a:link, h1 a:visited, h1 a {
	color: #fff;
	text-decoration: none;
}
h1 a:hover {
	color: #c00;
	text-decoration: underline;
}
.cr {
	clear: both;
}
.continue {
	margin: 1em 0 3em 0 ;
	font-size: 86%;
	text-align: right;
	clear: both;
}
div.author {
	font-size: 86%;
	text-align: right;
	margin: 0 10px 0 0;
	clear: both;
}
a.parmlink, a:link.parmlink, a:visited.parmlink {
	color: #c00;
	text-decoration: none;
}
div.content-header {
	font-size: 12px;
	text-align: right;
	margin: 0 0 4px 0;
}
div.content-header img {
	border: none;
	vertical-align: middle;
}
/* 外部リンクについて、アイコン表示*/
.linklist a[href^="http:"]:after, .linklist a[href^="https:"]:after, #main a[href^="https:"]:after {
	content: url("/img/link-icon_external.png");
	margin: 0 2px;
}
/*内部リンクだけアイコン非表示*/
.linklist a[href^="https://www.dinosaur.pref.fukui.jp/"]:after {
	content: "";
}
/* スクロールしたら「トップへ戻るボタン」を表示 */
#page-top {
	position: fixed;
	bottom: 18px;
	right: 8px;
	font-size: 70%;
}
#page-top a {
	background: rgba(102,102,102,0.8);
	text-decoration: none;
	color: rgba(255,255,255,0.8);
	width: 64px;
	padding: 8px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	font-weight: bold;
}
#page-top a:hover {
	text-decoration: none;
	background: rgba(153,153,153,0.9);
	color: #ffffff;
}
/* コメント */
.comment {
	font-size: 0.9em;
	color: gray;
}
.navi_title_img {
	width: 178px;
}
.navi_rss_img {
	width: 16px;
}
.navi_fpdm_img {
	width: 88px;
}
/* エントリでの写真、とその影  */
.image {
	font-size: 82%;
	text-align: center;
	width: 100%;
}
.image img, .image iframe {
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4); /*CSS3*/
	border-radius: 2px;
}

/*Tablet View*/

@media screen and (min-width:704px) and ( max-width:800px) {
h1 {
	font-size: 1.5em;
}
.col {
	float: left;
}
/* エントリでの写真、とその影  */
.image {
	float: left;
	margin: 4px 22px 12px 2px;
	font-size: 78%;
	text-align: center;
	width: 350px;
}
.even_img {
	float: right;
	margin: 4px 2px 12px 22px;
}
}

/*Desktop View*/

@media screen and (min-width: 800px), print {
body {
	max-width: 800px;
}
#container {
	float: right;
	width: 575px;
	margin: 0 8px;
	line-height: 1.4;
	position: relative;
}
#navigation {
	float: left;
	width: 204px;
}
.image {
	float: left;
	margin: 4px 22px 12px 2px;
	font-size: 78%;
	text-align: center;
	width: 250px;
}
.even_img {
	float: right;
	margin: 4px 2px 12px 22px;
}
}
