 <@charset "UTF-8";>

/* “à—e */

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}

html{
	font-size: 62.5%;
	}

body{
	font-size: 1.4em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ƒqƒ‰ƒMƒmŠpƒS ProN W3", Meiryo, sans-serif;
	line-height: 1.9;
	letter-spacing: 2.5px;
	}
	
a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000;
	background: #fff;
	}

#wrap{
	background-color: #f7f6f5;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0,
            color-stop(.25, #fff), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #fff),
            color-stop(.75, #fff), color-stop(.75, transparent),
            to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
	-webkit-background-size: 60px 60px;
	-moz-background-size: 60px 60px;
	background-size: 60px 60px;
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 0 0;
	}
	
#header{
	margin: 40px auto;
	padding-top: 20px;
	background-color: #fff;
	width: 500px;
	text-align: center;
	}
	
#nav{
	margin: 20px auto 0 auto;
	padding: 10px;
	}

#nav ul{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	 }

#nav li{
	display: inline-block;
	position: relative;
	padding: 10px;
	letter-spacing: 3px;
	font-size: 1.6rem;
	}
	
#nav li a{
	color: #000;
	text-decoration: none;
	position: relative;
	display: inline-block;
	transition: .3s;
	}
	
#nav li a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #000;
	transition: .3s;
	}
	
#nav a:hover::after{
	width: 100%;
	}
	
#content{
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	background: #fff;
	}

	
#content a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000;
	border-bottom: 2px solid #e6d59a;
	background: #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	}
	
#content a:hover{
	border-bottom: 2px solid #fff;
	}

	
.inbox{
	width: 100%;
	margin: 0px auto;
	}

.box1{
	width: 100%;
	margin: 10px auto;
	padding: 10px;
	}	
		
.box2{
	width: 45%;
	display: inline-block;
	margin: 10px auto;
	padding: 10px;
	vertical-align: top;
	}
	
.box3{
	width: 60%;
	margin: 10px auto 30px auto;
	padding: 10px 10px 10px 30px;
	position: relative;
	text-align: left;
	vertical-align: top;
	}
	
.box3:before{
	content: '';
	position: absolute;
	top: 5px;
	width: 5px;
	height: -webkit-calc(100% + 5px);
	height: calc(100% + 5px);
	background-color: #ccc;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0,
	    color-stop(.25, #fff), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #fff),
            color-stop(.75, #fff), color-stop(.75, transparent),
            to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #fff 25%, transparent 25%,
          transparent 50%, #fff 50%, #fff 75%,
          transparent 75%, transparent);
	-webkit-background-size: 5px 5px;
	-moz-background-size: 5px 5px;
	background-size: 5px 5px;
	}
	
.box3:before {left: 10px;}

.box3 p {
	margin: 0;
	padding: 0;
} 

h1{
	position: relative;
	display: inline-block;
	margin-bottom: 0.8em;
	font-weight: normal;
	font-size: 3.0rem;
	margin: 0 auto;
	}

h1:before{
	content: '';
	position: absolute;
	bottom: -5px;
	display: inline-block;
	width: 35px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 3px;
}
	
h2{
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
	font-size:1.8rem;
}

h2:before,
h2:after{
	content: "";
	position: absolute;
	bottom: 0;
}

h2:before{
	border-bottom: 3px solid #e6d59a;
	width: 100%;
}

h2:after{
	border-bottom: 3px solid #f7f6f5;
	width: 100%;
}

h3{
	position: relative;
	font-size: 1.4rem;
}
h3:before{
	content: "";
	position: absolute;  
	width: 0;
	height: 0;
	left: -25px;
	top: 5px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 18px solid #e6d59a;
}

strong{
	font-weight: normal;
	padding:5px;
	margin:5px;
	background: #f7f6f5;
	color: #000;
}

.star{
	width: 0;
	height: 0;
	position: relative;
	border-bottom: solid 42px #e6d59a;
	border-left: solid 25px transparent;
	border-right: solid 25px transparent;
	margin: 0 auto;
}

.star:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 12px;
	left: -25px;
	border-top: solid 42px #e6d59a;
	border-left: solid 25px transparent;
	border-right: solid 25px transparent;
	margin: 0 auto;
}