@charset "utf-8";

/* 印刷時改ページ */
.pagebreak {break-after:page;}

/* 印刷時使用・通常非表示 */
.nonprint {display:block;}

body {margin:0;padding:10px 0 0 0;text-align:center;font-size:10pt;font-family:sans-serif;}

.outside {max-width:1080px;margin:0 auto;text-align:left;}
.outside:after {clear:both;display:block;width:100%;content:" ";line-height:0;height:10px;}

.letterhead {/*width:100%;*/background-color:rgba(192,0,0,1);color:rgba(255,255,255,1);padding:15px 20px 10px 20px;margin:0;text-align:center;}
.letterhead h1 {margin:0;padding:0;font-size:250%;line-height:1em;font-weight:bold;font-family:'Arial',sans-serif;}
.letterhead p a {color:rgba(255,255,255,1);margin:0;padding:0;text-decoration:none;}

.catlist {margin:10px 10px 0 10px;padding:0;background-size:cover;background-image:url(../img/handshake2.jpg);background-position:center center;}
.catlist:after {clear:both;display:block;width:100%;content:" ";line-height:0;height:10px;}
.catlist p {  text-shadow: 2px 2px 0px rgba(0, 0, 0, 1), 2px -2px 0px rgba(0, 0, 0, 1), -2px -2px 0px rgba(0, 0, 0, 1), -2px 2px 0px rgba(0, 0, 0, 1);color:rgba(255,255,255,1);margin:5px 0 0 0;padding:7px 10px 5px 10px;/*border:1px solid rgba(192,0,0,1);border-radius:3px;*/}
.catlist p:after {clear:both;display:block;width:100%;content:" ";line-height:0;height:0;}
.catlist p strong {background-color:rgba(192,0,0,1);color:rgba(255,255,255,1);padding:2px 7px;border-radius:2px;display:block;margin:0;}
.catlist p a {/*text-decoration:none;*/color:rgba(255,255,255,1);}

.outside h2 {font-size:100%;font-weight:normal;margin:10px 2% 0 2%;padding:5px 0;border-width:1px 0 1px 0;border-style:solid;border-color:rgba(128,32,0,1);color:rgba(128,32,0,1);text-align:center;}

.line {width:96%;margin:0 2%;clear:both;}
.line:after {clear:both;display:block;width:100%;content:" ";line-height:0;height:0px;}

.entry {width:49%;}
.fl {float:left;}
.fr {float:right;}

.wrap {margin:5px;}
.wrap:before {clear:both;display:block;width:100%;content:" ";line-height:0;height:10px;}
.category {width:100%;padding:4px 5px 2px 5px;color:rgba(255,255,255,1);background-color:rgba(255,64,0,1);border-bottom-right-radius: 15px;border-top:2px solid rgba(192,64,0,1);}
/*.category:after {clear:both;display:block;width:100%;content:" ";line-height:0;height:10px;}*/
.photo {float:left;width:20%;aspect-ratio:1/1;overflow:hidden;margin-top:10px}
.photo img {width:100%;}
.word {float:right;width:78%;margin-top:10px;}
.word h3 {font-size:120%;font-weight:bold;color:rgba(128,32,0,1);margin:0;padding:0;}
.word p {line-height:1.25;margin:0;padding:0;padding-top:3px;}

@media screen and (max-width:640px){

.entry {width:100%;}
.fl,.fr {float:none;clear:both;}

}
@media print {
body {font-family:sans-serif;}
.nonprint {display:none;}
}
