*{zoom:1;}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*-------------------------------------*/
/* 浮動コンテンツのクリア */
/*-------------------------------------*/
.clear{ display: block; clear:both; height:0;}

/*//clearFix Coponents//*/
.clear {clear:both;}
.clearfix{ display:block;} 
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
 }
 
.clearfix:after {
	content: url(pixel.gif);
	display: block;
	clear: both;
	height: 0;
}


html{
	background: #630102;
}

body{
	margin:0px;
	padding:0px;
	color: #3c0000;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

div#wrapper{
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	max-width: 1000px;
	height: auto;
	line-height: 1.8;
	background: #fffbc7;
	border: solid 5px #630102;
}

h1 {
	margin: 0 auto;
	padding:10px 0 20px;
}
h1 img{
	margin: 0 auto;
	width: 96%;
	max-width: 540px;
}

div#diary {
	margin: 0 auto;
	width: 96%;
	max-width: 950px;
	border-radius: 10px;
	background: #ffffff;
	text-align: center;
}

h2 {
	display: inline-block;
	text-align: center;
	margin: 30px 1em 20px;
	font-size: 1.4em;
}

div#diary p{
	margin: 0 auto 1em;
	width: 86%;
	max-width: 800px;
	text-align: left;
	font-size: 1.2em;
	line-height: 2.2em;
	text-align: justify;
	font-feature-settings: "pkna" 1;
	font-family:inherit;font-feature-settings:normal;
	line-break: strict;
	overflow-wrap: break-word;
}
div#diary a {
	color: #3c0000;
	text-decoration: underline;
	text-decoration-color: #ffcc66;
	text-decoration-thickness: 5px;
}

date{
	display: inline-block;
	width: 86%;
	max-width: 800px;
	text-align: right;
	margin-top: -1em;
	margin-bottom: 0.5em;
}

div#diary p.mini {
	font-size: 0.8em;
	line-height: 1.6em;
	padding-bottom: 2em;
}

div#diary figure {
	display: flex;
	flex-flow: column;
	width: 86%;
	max-width: 460px;
	margin: 0 auto;
	margin-bottom: 0.5em;
}
div#diary img {
	padding: 10px;
	background-color: #fff;
	border: thin #9e8f8f solid;
	box-shadow: 10px 5px 5px #c8bcbc;
	transform: rotate(-0.8deg);
}
/* c0c0c0＞9e8f8f ccc＞c8bcbc */

div#diary figcaption {
	font: italic 0.8em sans-serif;
	padding: 3px;
	text-align: center;
}

.url {
	word-break: break-all;
	text-justify: inter-character;
}

div#footer{
	margin: 0 auto;
	width: 96%;
	max-width: 1000px;
	margin-top: 30px;
	padding: 10px 0 0 0;
}
#logo {
	display: block;
	margin: 0 auto;
	max-width: 300px;
}

#past {
	display: inline-block;
	width: 48%;
 	max-width: 460px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	margin-bottom: 1em;
	float: right;
	text-align: right;
	background: #630102;
	border-radius: 5px;
	font-size: 1.1em;
}
#past a{
	display: block;
	color: #fffbc7;
	text-decoration: none;
	padding-right: 1em;
	font-weight: 500;
}

#someday {
	display: inline-block;
	width: 48%;
	max-width: 460px;
	height: 50px;
	margin: 0;
	margin-bottom: 1em;
	float: left;
	text-align: left;
	vertical-align: middle;
	background: #630102;
	border-radius: 5px;
	font-size: 1.2em;
}
select {
	width: 100%;
	max-width: 460px;
	height: 50px;
	-webkit-appearance: none;
	appearance: none;
 	background: #630102;
	color: #fffbc7;
	border-radius: 5px;
	text-decoration: none;
	vertical-align: middle;
	border: 0px;
	font-size: 1em;
	padding-left: 1em;
	cursor: pointer;
}

div#footer p#copyright{
	color: #3c0000;
	padding: 0 1em;
	font-size: 0.7em;
}