@charset "Shift_JIS";

/* default */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
hr {height:0;margin:0;padding:0;border:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style: none;}
caption,th {text-align:left;}
q:before,q:after{content:'';}

/* fonts */
body {
	font-size: 13px;
	color: #696969;
	font-family: MS UI Gothic;
	line-height: 1.8em ;
}


/* 全体設定 */
html {
}

body {
      background-color: #fff;
      background-image: url(wall01.webp);
      background-repeat: repeat-y; 
      background-position: left;
}

#container {
	width: 600px;
	margin: 0 auto;
	background: #ffffff;
}

#header {
	text-align: center;
	padding: 20px 15px 0;
}

#contents {
	margin-top: 20px;
	padding: 0 15px;
}

#footer{
	padding: 20px 15px 40px;
}


/* 要素 */
hr {
	border-top: 1px solid #000;
	margin-top: 20px;
	margin-bottom: 20px;
}
a:link {
	color: #4169e1;
}
a:visited {
	color: #4169e1;
}
a:hover {
	color: #696969;
	text-decoration: none;
}
a:active {
	color: #4169e1;
}

img {
	border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
	width:  100px;       /* ※縦横を同値に */
	height: 100px;       /* ※縦横を同値に */
	border: 1px solid #000000; /* 枠線を付加 */
	object-fit: cover;　
}

/* 記事部分 */
h1 {
	font-size: 1.3em;
	padding: 5px 0;
}
h2 {
	font-size: 1.3em;
	padding: 5px 0;
	text-align: center;
}

h3 {
	padding-bottom: 0.5em;
	text-align: right;
}
h3 span {
	display: block;
	margin-bottom: 0.2em;
	color: #aaa;
	font-size: 0.9em;
}
.daily {
	font-size: 1.3em;
	font-family: Verdana;
        padding: 0.25em 0.5em;/*上下 左右の余白*/
        background: transparent;/*背景透明に*/

}

.title {

	text-align: right;
	color: #aaa;
	font-size: 0.9em;
	margin-bottom: 1em;
}


/* パンくず */

.pan {

}
.pan li {
	display: inline;
}

.return {
	text-align: right;
	font-size: 0.85em;
	list-style: none;
}


/* 物理要素 */
.b { font-weight: bold; } /* 太字 */
.i { font-style: italic; } /* 斜体 */
.s { text-decoration: line-through; } /* 打ち消し */


/* カスタム要素 */
.margin { margin: 1em 0; } /* 余白必要な場合 */
.text { text-indent: 1em; } /* インデント */
.center { text-align: center; }
.right { text-align: right; }


/* pc非表示 */
.none{
	display:none;
}

@media screen and (max-width: 1024px) {
/* タブレット */

}/* 消さない */

@media screen and (max-width: 768px) {
/* スマホ */

body {
	font-size: 14px;
	color: #000;
}
#container {
	width: 100%;
	margin: 0 auto;
}
}/* 消さない */

