@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body{
	/*background-color: #f5f6f7;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: none;
	background-color: #b36363;
	background-image:  linear-gradient(#a85858 0.8px, transparent 0.8px), linear-gradient(90deg, #a85858 0.8px, transparent 0.8px), linear-gradient(#a85858 0.4px, transparent 0.4px), linear-gradient(90deg, #a85858 0.4px, #b36363 0.4px);
	background-size: 20px 20px, 20px 20px, 4px 4px, 4px 4px;
	background-position: -0.8px -0.8px, -0.8px -0.8px, -0.4px -0.4px, -0.4px -0.4px;
	}

img {
    image-rendering: -webkit-optimize-contrast;
}

#wrap {
	margin: auto;
	height: auto;
	width: 960px;
}
#contents {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	background-color: #FFF;
}
.text {
	clear: none;
	float: left;
	width: 860px;
	margin-top: 40px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
}
.text p {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 5px;
}
.text2 {
	clear: none;
	float: left;
	width: 860px;
	margin:40px 50px 20px 50px;
	padding:40px 0 0 0;
	border-top: 1px dashed #ccc;
}
.text2 p {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 5px;
}



#foot {
	clear:both;

}

h1 {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	background-color: #add700;
	text-align: center;
	color: #FFF;
	font-size: 26px;

}
h2 {
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 15px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	padding-bottom: 5px;
}


h3{
	font-weight: 600;
	text-align: center;
	font-size: 25px;
	letter-spacing: 0.1em;
	margin:20px 0 40px 0;
	color: #c62626;
}

h4{
	font-weight: 600;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.1em;
	margin:20px 0 40px 0;
	color: #406d88;
}

.marker{
	background:linear-gradient(transparent 60%, #dcffcf 60%)
}




.photo_area{
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	margin:50px 0 0 0;

}
/*summary LINK*/

.summary a {
	color: #C30; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

.summary a:visited {
	color: #C30;/*リンクの色*/
}

.summary a:hover {
	color: #6C3; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

/*font option*/
.t1 {
	color: #39C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}