/*
Ver, taken20180501 
1 column, imgボーダーなし, 背景色あり, 字おおきめ
*/


	
	
.test-test {color: #eeeedc;}/* 色探し用class */


html {
font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "MS Gothic", "ＭＳ ゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;

	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.7;
	color: #3d3d3d;/* #333 */
	word-wrap: break-word;
}


#contents {
	background: #fcfcfc;
}

h1, h2, h3, h4, h5, h6 {color: #4c4c4c;}

strong, em {
	font-style: normal;
	font-weight: bold;
}

strong {font-size: 130%;}
em {font-size: 110%;}

dt {
	font-size: 120%;
	font-weight: bold;
}
dd {margin-bottom: 1em;}

q {font-style: italic;}

hr {margin: 2em 0;}

mark {
	font-size: 100%;
	background-color: #fffd9d;
	font-weight: bold;
	padding: .1em 0;
}

a {
	color: #0066c0;
	text-decoration: none;
	background: transparent;
	font-weight: bold;
}

a:visited {color: #660099;}

a:hover {
	color: deeppink;
	text-decoration: underline;
}

table {
	font-size: 90%;
}

table, td, th {
	border: solid 1px silver;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 10px;
	background: white;
}

th {
	background: #ededed;
}

nav p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-indent: .5em;
	color: gold;
}

nav p a,
nav p a:visited {
	display: block;
	color: gold;
	background-color: #4c4c4c;
}

nav p a:hover {
	color: white;
	text-decoration: underline;
	background-color: #2e2e2e;
}

/* 左右は 0.5 em, 段落下は 2 em 間隔 */

header {
	margin: 0 .5em 3em .5em;
	padding: 3em 0 0 0;
}

p,
ul,
ol,
dl {
	margin: 0 .5em 2em .5em;
}

table {
	margin: 0 .6em 3em .6em;/* フォントを 90% にしてる余波 */
}

li {
	margin-bottom: 1.5em;
}

p {
		font-size: 110%;
		text-indent: 1em;
}

/* 囲み、引用は 左右 1 em 開け */

.note,
blockquote {
	margin: 2em 1em;
	padding: 1em .5em;
}

.note p:last-child,
blockquote p:last-child {
	margin-bottom: 0;
}
blockquote {
	background-color: #ededed;
	border-left: 5px double lightgray;
}

picture {
	display: block;
}


.note {
	border: 1px solid lightgray;
	border-radius: 3px;
	font-size: 90%;
}


img {
	margin: 0;
	padding: 0;
}

picture img {
	width: 100%;	
	margin: 0 0 2em 0;
}



.picture-caption {margin-bottom: 0;}

.picture-caption-bottom {
	margin: -2em 1em 3em 1em;
	}/* picture imgのマージンを調整 */

.picture-copyright {
	text-indent: 0;
	font-size: 90%;
	text-align: center;
	color: gray;
	margin: -2em 1em 3em 1em;
	}/* picture imgのマージンを調整 */




header h1 {
	margin: 0;
	font-size: 150%;
	line-height: 1.5;
	border-bottom: solid 1px darkgray;
}

header p {
	margin: .3em 0 0 0;
	font-size: 80%;
	line-height: 1.5;
	letter-spacing: .3em;
	text-align: right;
	color: darkgray;
}


h2 {
	margin: 2em .5em 1em .5em;

	padding-left: .8em;
	line-height: 1.5;
	font-size: 150%;
	text-shadow: 1px 1px 1px #f2f2f2;
	border-left: solid .5em lightgray;	
}


h3 {margin: 0 .5em; font-size: 130%;}
h4 {margin: 0 .5em; font-size: 120%;}

.center {text-align: center; margin: 0 auto 2em;}
.w300 {width: 300px;}
.w320 {width: 320px;}
.w350 {width: 350px;}

.center .label {
	text-indent: 0;
	color: gray;
	font-size: 85%;
	letter-spacing: 1em;
	margin-bottom: 0;
}


#sns-button p {
	margin-bottom: 0;
	padding-bottom: 1em;
}

footer {
	text-align: center;
	padding: 2em 0 4em 0;
}

footer p {
	text-indent: 0;
}

@media screen and (min-width: 600px) {
	body {
		font-size: 110%;
	}
	
	nav {
		border-bottom: 1px solid gray;
	}
	
	#contents-inner {
		width: 600px;
		margin: 0 auto;
	}
	

	nav p {
		font-size: 120%;
		font-weight: bold;
	}
	
header {
	margin: 0 0 3em 0;/* 前の設定では ０ */
}

	p,
	ul,
	ol,
	dl {
	margin: 0 0 2em 0;
}
	
	table {
	margin: 0 1em 3em 1em;/* w600 からちょっと真ん中に寄せ 左右 1em 空け */
}
	
	blockquote {
		margin: 0 2em 2em 2em;
		padding: 1em;
		background-color: #ededed;
		border-left: 5px solid gray;
	}
	
	.note {
		margin: 0 2em 2em 2em;
		padding: 1em;
		border: 1px solid lightgray;
		border-radius: 3px;
		font-size: 90%;
	}		
}


@media screen and (min-width: 1024px) {
	footer {
	padding: 1em 0;
	background-color: #f8f8f8;
	border-top: 1px solid lightgray;
}
	

	
}


@media screen and (min-width: 1280px) {
	
/* コンテンツ外の背景色 */
	body,
	nav p a,
	nav p a:visited,
	nav p a:hover,
	footer {
		background-color: #d0dcc4;
	}

/* コンテンツ外のボーダー色 */
nav {border-bottom: 1px solid #d0dcc4;}
footer {border-top: 10px solid #d0dcc4;}

	
	#contents {
		width: 900px;
		margin: 0 auto;		
		border: 1px solid #d6e6c5;
		border-radius: 20px;
}


nav p a,
nav p a:visited {
	display: inline;
	color: #b3c1a5;
}

nav p a:hover {
	color: white;
	text-decoration: underline;
}

}


@media screen and (min-width: 1440px) {
}


@media screen and (min-width: 1920px) {
}


@media screen and (min-width: 2560px) {
}
