﻿@charset="utf-8" ;
/*--------jawan.css------------*/
html{
	margin-top: 4px;
	background-color: #F0F0F0;
	text-align: center;
}
body {
	margin:0 auto;
	line-height: 175%;
	text-align: center;
	max-width: 532px;
	width:100%;
	background-color: white;
}

article {

}

p.top{
	margin: -0.5em 0 -0.5em 1em;
	color:  blue;
}
div.h0{
	text-align: left;
	font-size: 100%;
	margin-left: 0.5em;
	margin-bottom: 0;
	margin-top: 0;
	color: #00c;
}

h1 {
	margin: 0 0;
	color: #369;
	line-height: 130%;
	text-align: center;
	font-size: 20pt;
	font-family: "HGP明朝E", "游明朝 Demibold" ,"ＭＳ Ｐ明朝";
	text-shadow: 1px 1px 3px gray;
}
h1 u{
	text-decoration: none ;
	font-size:12pt;
}

h1.subtitle {
	font-size: 16pt;
}
h2{
	margin: 0.5em 1em;
	color: #369;
	text-align: center;
	font-size: 16pt;
	line-height : 130%;
}

h3 {
	text-align: left;
	margin-left: 1em;
	font-size: 115%;
	margin-bottom: 0.5em;
	margin-top: 1em;
	color: #070;
}
h4{
	margin: 1em 0 0.2em 2em;
	text-align: left;
	color: #049;
	font-size:110%;
}

p {
 	text-indent: 1em;
	text-align: left;
	margin: 0 1em 0 1.5em;
}
p.right{
	text-align:right;
}
p.center{
	text-align:center;
}
figure{
	margin-left:0;
	width:100%;
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size : 95%;
	line-height : 115%;
	color : maroon;
}
figcaption.left {
	text-align:left;
	margin-left:0.4em;
}
figure img {

}

aside{
	margin:1em 0;
}
aside p{
 	text-indent: -1.5em;
	margin:0 1em 0 3em;
	color:#400;
}
p.center{
	text-align:center;
}
.floatright{
	float:right;
	margin:0.2em 1em;
} 
div.boke {
	display: inline-block;
	position: relative;
}
div.boke:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 
	  inset 0 0 20px #fff /* 背景色と同じ色 */,
	  inset 0 0 20px #fff,
	  inset 0 0 20px #fff,
	  inset 0 0 20px #fff;
}


div.right {
	text-align: right;
	margin-right: 1em;
}

/* ----- img ------*/


img.maru_a {
	position: relative;
	top: 7px;
}
span.writer {
	font-size: 13pt;
	font-weight: bold;
	color: teal;
	margin-right: 1em;
	margin-left:1em;
}
span.shozoku {
	padding: 0px;
	color: teal;
	font-weight: bold;
	margin-right: 0em;
}
span.notes {
	font-size: 90%;
	color: gray;
}
span.dot {
	color: blue;
	font-weight: bold;
}
div.comment {
	padding: 16px;
	border: 2px green solid;
	width: 100%;
	right: auto;
	left: auto;
	background-color: #EFE;
	color: #008000;
}

div.info{
	border-radius:20px;
	border:solid 3px #6a6 ;
	background-color: #fffffc;
}

.blur, .blur > img {
	border-radius:50px;
	border: 4px white solid;
    margin: 0; padding: 0;
}

.blur {
    position: relative;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.blur:after {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    -moz-box-shadow: inset 0px 0px 15px 15px #fff;
    -webkit-box-shadow: inset 0px 0px 15px 15px #fff;
    box-shadow: inset 0px 0px 20px 20px #fff;
    content: " ";
}
img.pic200 {
	width: 200px;
}

table {
	border-collapse:collapse;
	margin:0 5%;
	width:90%
	}
table.b th,td{
	border: 2px lightgray solid ; 
	padding-left:0.5em;
}
table.b th{
	width:8em;
	vertical-align:top;
	text-align: right ;
	padding-right: 0.5em;
}
table.b td{
	text-align:left;	
}



div.sama{
		text-align:left;
		margin-left:1em;
		font-size:110%;
}

footer{
	background-color: #f8f8f8;
}
