@charset "utf-8";
#oyakudatinav {
	height: 400px;
	width: 970px;
	
}
#oyakudatimain {
	float: right;
	width: 500px;
	padding-top: 40px;
	padding-right: 40px;
	
	
}


.box17{
	margin: 0em;
	position: relative;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
	padding-top: 0.5em;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
	width: 350px;
	height: auto;
	
}
#oyakudatimoji {
	text-align: center;
	color: #F00;
	letter-spacing: 10px;
	font-size: 25px;
}
#oyakudatimoji02 {
	color: #F00;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}


.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}
}


.text:hover{
    color: red;
	
	

