@charset="UTF-8";

/*reset
---------------------------*/
html,body,h1,h2,p{
margin:0;
padding:0;
line-height:1.0;
}
img{
vertical-align: bottom;
max-width:100%;
}
a{
text-decoration:none;
}
/*style
-----------------------------------------*/
body{
min-width: 1000px;
font-family: serif;
background-color:#faf5ed;
color: #707070;
}
.page-header{
background:#5A442A;
margin-bottom: 50px;
}
.page-header>h1{
width:960px;
height:80px;
line-height: 80px;
margin:0 auto;
color:#FFF;
}
.container{
width:960px;
margin:0 auto;
}
.container>h2{
margin-bottom:50px;
font-size:32px;
}
.container>h2:first-letter{
font-size: 46px;
}
.content-box{
margin-bottom:50px;
display:flex;
justify-content: space-between;
}
.page-p{
width:460px;
height:280px;
line-height: 2;
}
.fhoto>img{
width:480px;
height:280px;
}
#page-h2{
text-align: center;
font-size:32px;
}
#page-h2:first-letter{
font-size: 46px;
}
#page-h2 a{
color: #707070;
border-bottom:#707070 2px solid;
}
.page-footer{
height:100px;
background:#5A442a;
}
.page-footer>p{
line-height: 100px;
text-align: center;
color:#fff;
}
.page-footer small{
font-size:16px;
}