/*お知らせ 行間 */
.shincyaku {
	margin-bottom:13px;
	line-height:22px;
}
input.search1 {
width: 80%; 
height: 40px;
font-size: 120%;
margin:10px 0 10px 0;
border:1px #3443b7 solid;
}
input.search2 {
margin:10px 0 10px 0;
}
.fontred {
	font-size: 14px;
	line-height: 18px;
	color: #FF0000;
}

/*注意書き枠線と文字*/
.box26 {
    position: relative;
    margin:0px 8px 8px 8px;
    padding: 0.5em 1em;
    border: dashed 3px #ff788e;
    border-radius: 8px;
    background: #fff;
    max-width:800px;
    text-align:left;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -9px;
    left: 10px;
    padding: 0px 9px;
    line-height: 1;
    font-size: 16px;
    background: #fff;
    color: #ff5571;
    font-weight: bold;
}
.box26 p {
    font-size: 15px;
    margin: 0; 
    padding: 5px 0px 0px 0px;
    line-height: 22px;
}