@charset "utf-8";
/*@import 'default.css';*/
@import 'bookblock.css';
@import 'bookblock_custom.css';

html{
/*	font-size: 10px;
	word-spacing: 1px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
 */
}
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
}
*::selection{
	-webkit-tap-highlight-color:rgba(0,0,0,0.2);
	background-color: #fff2e3;
	color: #FFF;
}
body{
	min-height: auto!important;
	color: #fff;
/*	font-family: -apple-system,
                 'BlinkMacSystemFont',
                 'Helvetica Neue',
                 Arial,
                 'Hiragino Kaku Gothic ProN',
                 'Hiragino Sans',
                 Meiryo,
                 sans-serif;
	font-weight: 400;
*/
	width: 100%;
}

a{
	text-decoration: none !important;
}
.sp_only{
    display: none!important;
}
.pc_only{
    display: inherit!important;
}
@media screen and (min-width: 769px){
    .sp_only{
        display: flex!important;
    }
	.pc_only{
		display: none!important;
	}
}

#diary{
	max-width: 840px !important;
	margin: 0 auto;
}


header {
	width: 100%;
	background: #FFF;
	font-size: 1rem;
}
header nav ul {
	display: flex;
}
header nav ul li {
	width: 50%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
header nav ul li:last-child {
	text-align: right;
}

h1 {
	font-weight: normal !important;
	font-size: 1.4rem;
	color: #72b890;
	padding-top: 2rem;
	padding-bottom: 2rem;
	letter-spacing: 0.4rem;
}
