@charset "utf-8";

/********************リセット*************************/
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,ol,ul,li,dl,dt,dd,table,th,td,form,fieldset,input,textarea{margin:0px;padding:0px;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
address,th,caption,em,strong,code,cite,dfn{font-weight:normal;font-style:normal;}
ol,ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
fieldset,img,abbr,acronym{border:none;}
legend{display:none;}
q:before,q:after{content:"";}
br{letter-spacing:0;}

/*********************再定義*********************/

blockquote,pre {
	margin: 10px 0px;
	padding: 7px 10px;
	background: #f7f7f7;
	color: #777777;
	border: 2px solid #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	white-space: pre-wrap;
}
ol li {
	list-style: decimal inside;
}
ul li {
	margin: 5px 0px 10px 20px;
	list-style-image: url(img/list.png);
}
dl dd{
	border-left: 3px dotted #dddddd;
	padding: 0px 0px 0px 5px;
	margin-bottom: 10px;
	color: #666666;
}

/*********************フォント、テキストエリア、画像*********************/

.center{
	text-align: center;}

p+p{
	margin: 2em 0px;
}
em{
	font-weight: normal;
	font-style: normal;
	text-shadow: #c0b9b9 1px 1px 0, #c0b9b9 -1px -1px 0, #c0b9b9 -1px 1px 0, #c0b9b9 1px -1px 0,
			 #c0b9b9 0 1px 0, #c0b9b9 0 -1px 0, #c0b9b9 -1px 0 0, #c0b9b9 1px 0 0;
}
strong{
	font-weight: bold;
}
small{
	font-size: 80%;
	line-height: 1.4em;
}
input, textarea, select{
	border: 1px solid #999999;
	color: #333333;
	margin: 5px 5px 5px 5px;
	padding: 2px;
	font-size: 100%;
	background: #fcfcfc;
 	 vertical-align: top;
}
img{
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	width : auto;
}
a:hover img{
	position : relative;
	top : 1pt;
	left : 1pt;
}

video{
	width: 100%;
	height: 100%;
	max-width: 700px;
	display: block;
	margin: 0px auto;
}

iframe{
    width: 100%;
    height: 100%;
	max-width: 700px;
    aspect-ratio: 16 / 9;
}

/*↓記事タイトルと同じにするといいかも*/
h2{
	background: url(img/h3.png) no-repeat center;
	text-align: center;
	max-width: 750px;
	margin: 40px auto 20px auto;
	padding: 20px 0px 20px 0px;
	font-size: 120%;
	text-shadow: #ffffff 1px 1px 0, #ffffff -1px -1px 0, #ffffff -1px 1px 0, #ffffff 1px -1px 0,
			 #ffffff 0 1px 0, #ffffff 0 -1px 0, #ffffff -1px 0 0, #ffffff 1px 0 0;
	color: #333333;
	font-weight: bold;
}

/*色々カブるので指定しないほうがいいかも*/
h3{
}
h4{
	margin: 0px 0px 20px 0px;
	padding-left: 4px;
	font-weight: bold;
	color: #333333;
	font-size: 110%;
	border-left: solid 10px #c0b9b9;
	text-shadow: #c0b9b9 1px 1px 0, #c0b9b9 -1px -1px 0, #c0b9b9 -1px 1px 0, #c0b9b9 1px -1px 0,
			 #c0b9b9 0 1px 0, #c0b9b9 0 -1px 0, #c0b9b9 -1px 0 0, #c0b9b9 1px 0 0;
}

p + h3, p + h4, ul + h3, ul + h4{
	margin-top: 40px;
}

h5{
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 3px;
	color: #333333;
	border-left: dotted 5px #cccccc;
	line-height: 1.5em;
}

a:link, a:visited{
	color: #333333;
	text-decoration: underline;
}
a:hover, a:active{
	color: #c0b9b9;
	text-decoration: none;
}

/********* レイアウト *****************************************************/

body {
	background: url(img/body.png) left top #ffffff;
	color: #333333;
	font-size: 100%;
	line-height: 1.7em;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#container/*全体（フッターを含まない）*/ {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	max-width: 900px;
	background: #ffffff;
}

#main/*ヘッダーとフッターの間（サイドメニューを含む）*/ {
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}

#content/*メイン＋ページ移動（サイドメニューを含まない）*/{
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
}
#entry{
	float: none;
	margin: 0px auto;
	padding-bottom: 30px;
}

#aside {	
	margin: 40px auto 0px auto;
	padding: 20px 0px;
	font-size: 90%;
	text-align: left;
	line-height: 1.1em;
	background: #c0b9b9;
}

#content2/*記事と同じ枠をつくる*/{
	max-width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 20px 0px;
	text-align: left;
}

/********* ヘッダー *************************************************/

#header {
	padding: 80px 0px 70px 0px;
	margin: 0px auto 0px auto;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Times New Roman',Georgia,serif;
	background: url(img/header.jpg) #ffffff;
}
#header h1 {
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	font-size: 180%;
	line-height: 1;
	text-shadow: #ffffff 2px 0px,  #ffffff -2px 0px, #ffffff 0px -2px, #ffffff 0px 2px, #ffffff 2px 2px , #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px,
			#ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px,  #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
}
#header h1 a:link, #header h1 a:visited {
	color: #000000;
	text-decoration: none;
}
#header h1 a:hover, #header h1 a:active {
	text-shadow: #c0b9b9 2px 0px,  #c0b9b9 -2px 0px, #c0b9b9 0px -2px, #c0b9b9 0px 2px, #c0b9b9 2px 2px , #c0b9b9 -2px 2px, #c0b9b9 2px -2px, #c0b9b9 -2px -2px,
			#c0b9b9 1px 2px, #c0b9b9 -1px 2px, #c0b9b9 1px -2px, #c0b9b9 -1px -2px, #c0b9b9 2px 1px,  #c0b9b9 -2px 1px, #c0b9b9 2px -1px, #c0b9b9 -2px -1px;
	text-decoration: none;
}
#header p {
	display: none;
}
#nav {
	margin: 0px auto 0px auto;
	text-shadow: #ffffff 2px 0px,  #ffffff -2px 0px, #ffffff 0px -2px, #ffffff 0px 2px, #ffffff 2px 2px , #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px,
			#ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px,  #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
	font-size: 120%;
	font-weight: bold;
}
#nav ul li {
	display: inline-block;
	list-style: none;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	background: none transparent
}

#nav ul li a:link, #nav ul li a:visited {
	color: #000000;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li a:active {
	text-shadow: #c0b9b9 2px 0px,  #c0b9b9 -2px 0px, #c0b9b9 0px -2px, #c0b9b9 0px 2px, #c0b9b9 2px 2px , #c0b9b9 -2px 2px, #c0b9b9 2px -2px, #c0b9b9 -2px -2px,
			#c0b9b9 1px 2px, #c0b9b9 -1px 2px, #c0b9b9 1px -2px, #c0b9b9 -1px -2px, #c0b9b9 2px 1px,  #c0b9b9 -2px 1px, #c0b9b9 2px -1px, #c0b9b9 -2px -1px;
	text-decoration: none;
}

/********* エントリー ***********************************************/

#entry h2 {
	display: none;
}
.entry {
	margin: 80px auto 30px auto;
	border-top: 3px dotted #c0b9b9;
}
.entry:first-of-type {
	margin-top: 0px;
	border-top: none;
}
.entry h3 {
	background: url(img/h3.png) no-repeat center;
	text-align: center;
	max-width: 750px;
	margin: 40px auto 20px auto;
	padding: 20px 0px 20px 0px;
	font-size: 120%;
	text-shadow: #ffffff 1px 1px 0, #ffffff -1px -1px 0, #ffffff -1px 1px 0, #ffffff 1px -1px 0,
			 #ffffff 0 1px 0, #ffffff 0 -1px 0, #ffffff -1px 0 0, #ffffff 1px 0 0;
	color: #333333;
	font-weight: bold;
}

.entry .content {
	max-width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 20px 0px;
	text-align: left;
}
.entry .content img{
	margin: 30px auto 30px;
	display: block;
	text-align: center;
}
.entry .content p:first-of-type img{
	margin-top: 0px;
}
.entry .content a img{
	border: 3px double #dddddd;
	box-sizing: border-box;	/*ボーダーをwidthに含める*/
}
/*続きを読む*/
.entry .content span#continue{
	display: block;
	border-top: 1px dotted #c0b9b9;
	margin-top: 20px;
	padding-top: 30px;
}
.entry ul.link{
	clear: both;
	float: none;
	max-width: 750px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	font-size: 95%;
	line-height: 1;
	color: #999999;
	letter-spacing: -.4em;
	text-align: right;
	background: #ffffff;
}
.entry ul.link li{
	display: inline-block;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	letter-spacing: normal;
	border-right: 2px dotted #999999;
}
.entry ul.link li:last-child{
	padding-right: 0px;
	border: none;
}
.entry ul.link a:link, .entry ul.link a:visited{
	color: #999999;
	text-decoration: none;
}
.entry ul.link a:hover, .entry ul.link a:active{
	color: #c0b9b9;
}

.entry ul.link .material-icons-round{
	vertical-align: sub;
	font-size: 20px;
}

/*--------------拍手*/

.entry ul.link li.clap a{
	display: inline-block;
	padding: 5px 5px 5px 25px;
	background: url(img/clap.png?ver=0914) no-repeat left #474140;
	color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
}

.entry ul.link li.clap a:hover{
	position : relative;
	top : 1pt;
	left : 1pt;
}

/*--------------記事内投票*/
div.vote{
	width: 230px;
	margin: 0px auto;}
div.vote form h2{
	display:block;
	background: none;}

/********* コメント *******************************************/

#comment{ 
	border-top: 3px dotted #c0b9b9;
	padding: 30px 0px;
}

#comment h2{
	display: none;
}

#comment p.comment_post{
	text-align: center;
} 

#comment .comment{
	max-width: 750px;
	margin: 40px auto 20px auto;
	font-size: 95%;
}

#comment .comment h3{
	text-shadow: #c0b9b9 1px 1px 0, #c0b9b9 -1px -1px 0, #c0b9b9 -1px 1px 0, #c0b9b9 1px -1px 0,
			 #c0b9b9 0 1px 0, #c0b9b9 0 -1px 0, #c0b9b9 -1px 0 0, #c0b9b9 1px 0 0;
}	

#comment .comment .content{
	margin-left: 5px;
	padding: 5px 10px;
	border-left: 3px dotted #ebe9e9;
}

#comment .comment .content ul li{
	display: inline-block;
	font-size: 90%;
	color: #cccccc;
	margin: 0px;
}

#comment_post{
	max-width: 750px;
	margin: 30px auto 30px auto;
	padding: 20px;
	border: 1px solid #ebe9e9;
	background: #f5f5f5;
}
	

/********* インフォメーションプラグイン *******************************************/

#plugin_infomation{
	display: none;
	font-size: 90%;
	margin: -30px auto 0px auto;
	text-align: center;
	background: #f5f5f5;
	color: #333333;
	line-height: 1.7;
	padding: 20px 5px;
	overflow: hidden;
}

/********* 検索結果 ***********************************************/

/*エントリーにおける全体#contentのようなもの*/
.content_search{
	background: #ffffff;
}

/* エントリーにおける記事部分#entryのようなもの*/
.entry_search{
	max-width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 30px 0px;
	text-align: left;
}


.result ul li span.result_info{
	line-height: 1;
	font-size: 90%;
}

/********* アルバムモード *******************************************/

.content_album{
	max-width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 30px 0px;
}

#album{
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

#album div.album_list{
	display: block;
	width: 33%;
	padding-top: 40px;
	overflow: hidden;
	font-size: 90%;
	line-height: 1.4em;
}

#album div.album_list div.list_img{
	max-width: 200px;
}

.content_album #page{
	display: block;
	padding: 20px 0px 10px 0px;
}

/********* ページ移動（#page＝前後、#navi＝123...） **********************/

#navi {
	border-top: 3px dotted #c0b9b9;
}
#page ul, #navi ul {
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	letter-spacing: -.4em;
	line-height: 1.4em;
	background: rgba(255,255,255,0.7);
}
#page ul li, #navi ul li{
	display: inline-block;
	list-style: none;
	padding: 0px 6px;
	margin: 0px 10px;
	background: #dddddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	letter-spacing: normal;
}
#page ul li a, #navi ul li a{
	display: block;
	padding: 0px 6px;
	margin: 0px -10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#page ul li a:link, #page ul li a:visited, #navi ul li a:link, #navi ul li a:visited{
	color: #ffffff;
	text-decoration: none;
	background: #000000;
}
#page ul li a:active, #page ul li a:hover, #navi ul li a:active, #navi ul li a:hover{
	color: #ffffff;
	text-decoration: none;
	background: #c0b9b9;
}
#page {
	display: none;
}

/********* サイドバー ***********************************************/


#aside_A {
	margin: 0px 0px 0px 0px;
}
#aside_B {
	margin: 0px 0px 0px 0px;
}
#aside h2 {
	display: none;
}
#aside .aside{
	max-width: 840px;
	margin: 0px auto;
}
#aside .aside h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 130%;
	font-family: 'Times New Roman',Georgia,serif;
	color: #ffffff;
}
#aside .aside .content {
	margin: 0px 0px 10px 0px;
}
#aside .aside .content ul li{
	list-style: none;
	margin: 0px 0px 0px 0px;
	line-height: 1.5em;
}

#aside a:link, #aside a:visited{
	color: #333333;
	text-decoration: underline;
}

#aside a:hover, #aside a:active{
	color: #ffffff;
	text-decoration: none;
}

/*----------------------------------過去ログ、カテゴリ*/
#aside .archive .content ul, #aside .category .content ul {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}
#aside .archive .content ul li, #aside .category .content ul li{
	display: inline-block;
	padding: 0px 8px 0px 0px;
}

/*----------------------------------検索フォーム*/
.search form p, .search form dl, .search form dl dd {
	display: inline;
}
.search form dl dt {
	display: none;
}
.search form dd input {
	width: 130px;
	border: 1px solid #cccccc;
}
.search form p input, .search form p input:hover, .search form p input:focus {
	padding: 4px 5px;
	border:none;
	background:#999999;
	color: #ffffff;
	cursor: pointer;
	font-size:80%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/********* フッター *******************************************/

#footer {
	clear: both;
	text-align: center;
	max-width: 900px;
	padding: 30px 0px 20px 0px;
	margin: 0px auto;
	font-size: 90%;
	line-height: 1.1em;
	color: #999999;
	background: url(img/footer.png) #000000;
}
#footer a.login{
	text-decoration: none;
}

#footer a:link, #footer a:visited{
	color: #999999;
	text-decoration: underline;
}

#footer a:hover, #footer a:active{
	color: #c0b9b9;
	text-decoration: none;
}

/********* レスポンシブ *******************************************/

@media screen and ( max-width:899px )
{
	#main{
		display: block;
		max-width: 100%;}
	#content{
		width: 100%;
		padding-top: 10px;}
	#aside{
		display: block;
		margin: 0px;
		padding: 30px 10px 20px 10px;
}
	#aside .aside .content {
		border: none;}
	#aside .aside .content ul li{
		display: inline-block;
		margin-right: 10px;}
	#aside .tweet{
		display: none;}
	.entry{
		margin: 30px auto 30px auto;
		width: 100%;
		max-width: 95%;
		border-radius: 0px !important;
		background: none;}
	.entry:first-of-type {
		margin-top: 0px;}
	.entry h3 {
		text-align: center;
		background: url(img/h3.png) no-repeat center bottom;}
	.entry .content {
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;}
	.entry ul.link{
		padding: 15px 0px 30px 0px;}
	.content_album{
		width: 96%;}
	#album div.album_list{
		width: 46%;
		font-size: 80%;
		margin: 0px 3px;}
	#page {
		display: block;
		border-top: dotted 2px #000000;
		padding: 10px 0px;}
	#navi{
		display: none;}
	#plugin_infomation iframe, .entry iframe{
		float: none;
		display: block;
		margin: 0px auto 15px auto;}
	input:not([type="submit"]), textarea{
		width: 90%;}
	#comment{
		max-width: 95%;
		margin: auto;}
}
