@import url("html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');

/* «CAEg« */

*{
    line-height:150%;
}

body{
    color:#555;
    font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Verdana, sans-serif;
    background-image:url(../img/UN_bg.jpg);
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}

.base{
    margin:0 auto;
    width:900px;
}

.header{
    margin:0 auto;
    text-align:center;
    height:100px;
    max-width:800px;
    padding:10px 5px;
}

.footer{
    padding:5px;
    text-align:center;
    margin:10px 0px 0px 0px;
}

.work{
    float:right;
    width:600px;
    padding:10px;
    margin:15px;
    background-color:#fefefe;
    box-shadow:3px 3px 3px -2px #cccccc;
    -moz-box-shadow:3px 3px 3px -2px #cccccc;
    -webkit-box-shadow:3px 3px 3px -2px #cccccc;
    border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.menu{
    float:left;
    width:300px;
    padding:10px;
    margin:15px;
    background-color:#fefefe;
    box-shadow:3px 3px 3px -2px #cccccc;
    -moz-box-shadow:3px 3px 3px -2px #cccccc;
    -webkit-box-shadow:3px 3px 3px -2px #cccccc;
    border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.box{
    overflow: hidden ;		/* floatππ·ι */
}

.text{
    margin:30px 15px;
    padding:10px;
    line-height:180%;
    background-color:#fefefe;
    box-shadow:3px 3px 3px -2px #cccccc;
    -moz-box-shadow:3px 3px 3px -2px #cccccc;
    -webkit-box-shadow:3px 3px 3px -2px #cccccc;
    border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.textmenu{
    text-align:center;
    padding:5px;
    margin:5px;
    word-spacing:20px;
    font-family: 'Libre Baskerville', serif;
}

img
{
	max-width: 100% ;
	height: auto ;
}


/* «^O« */

h1{
    font-size:180%;
    font-weight:normal;
    font-family: 'Philosopher', sans-serif;
    text-shadow:0px 0px 3px #fff;
}

h2{
    color:#ffffff;
    font-size:80%;
    font-weight:normal;
    margin:15px 0px;
}

h3{
font-size:1.5em;
margin:20px 0;
padding:.2em 0;
position:relative;
color:#006da2;
border-bottom:1px dashed #2e4d9e;
}
h3:first-letter{
color:#46c2ff;
font-size:1.3em
}
h3::after{
background-color:#000;
position:absolute;
bottom:-1px;left:0;
content:'';
height:1px;width:20%;
z-index:2
}

h4{
border-bottom:1px dotted;
font-size:1.1em;
margin:20px 0
}

h5{
    font-size:100%;
    font-weight:normal;
}

h6{
    font-size:85%;
    font-weight:normal;
    color:#999;
}

em{
   background: linear-gradient(transparent 60%, #fff799 60%);
}

strong{
    background-color:#e0fcff;
    font-weight:normal;
}

small{
    font-size:80%;
}

i{
    font-style:italic;
}

a:link{
    color:#0c15c7;
    text-decoration:none;
}

a:visited{
    color:#0e48d1;
    text-decoration:none;
}

h1 a:link{
    color:#ffffff;
    background:rgba(255,255,255,0.0);
}

h1 a:visited{
    color:#8080ff;
    background:rgba(255,255,255,0.0);
}

a:hover{
    text-decoration:underline;
}

blockquote{
    padding:5px;
    font-size:90%;
    margin:5px 10px;
    color:#778899;
}

blockquote:before{
    content:'\201c';
    font-size:150%;
    color:#000000;
    margin:0px 10px;
}

blockquote:after{
    content:'\201d';
    font-size:150%;
    color:#000000;
    margin:0px 10px;
}

li{
    margin:5px 10px;
}

dl{
    padding-left:3px;
    margin:20px 10px;
}

dt{
    padding-left:5px;
}

dd{
    padding-left:10px;
}

address{
    font-size:80%;
    font-family: 'Libre Baskerville', serif;
}

cite{
    font-size:smaller;
}


/* «class^O« */

.list1{
    list-style:none;
    text-align:center;
    font-family: 'Libre Baskerville', serif;
}

.list1 li{
display: inline-block;
}

.list2{
    list-style-type: upper-roman;
    list-style-position:inside;
}

.hr1{
    margin:5px 0px;
    border-top: 1px #ccc;
    border-bottom: 1px #fff;
    border-style:solid;
}

.hr2{
    margin:5px 0px;
    border-top: 1px #aaa;
    border-style:dashed;
}

.hr3{
    margin:5px 0px;
    height:20px;
    border-width:0px;
}

.p1{
    padding:5px;
    margin:5px 0px;
    font-size:90%;
}

.p2{
    border-style:double;
    border-width:3px;
    padding:3px;
    margin:5px 0px;
    font-size:90%;
}

.p3{
    border-style:dashed;
    border-width:1px;
    padding:5px;
    margin:5px 0px;
    background-color:#ded5c4;
    border-color:#cccccc;
    font-size:90%;
}

.dt1{
    font-family: 'Libre Baskerville', serif;
    font-size:110%;
    border-width:0px 0px 1px 0px;
    border-style:dotted;
}

.dd1{
    font-size:90%;
    margin:5px 0px;
}

.memo{
    background-color:#e4ded3;
    font-size:90%;
    padding:0px 10px;
    height:100px;
    overflow:auto;
    margin:5px 0px;
}

.img1{
    box-shadow:1px 1px 3px -1px #999999;
-moz-box-shadow:1px 1px 3px -1px #999999;
-webkit-box-shadow:1px 1px 3px -1px #999999;
}

.counter{
    font-family: 'Philosopher', sans-serif;
}

.pagetop{
    font-family: 'Philosopher', sans-serif;
    position: fixed;
    bottom: 10px;
    right: 14px;
    background:#e3eeee;
}
 
.pagetop a{
    display: block;
    text-decoration: none;
}
 
.pagetop:hover{
    opacity: 0.7 ;
}

/*«fBXvC768pxΘΊp«*/

@media screen and (max-width:768px) 

{
    
.base{
    width:auto;
}

.work{
    float:none;
    width:auto;
    margin:15px 5px;
}

.text{
    float:none;
    width:auto;
    margin:20px 5px;
}

.menu{
    float:none;
    width:auto;
    margin:15px 5px;
}

}

/*«fBXvC480pxΘΊp«*/

@media screen and (max-width:480px) 

{

.header{
    height:200px;
}

h1{
    font-size:110%;
    margin-top:50px;
}

h2{
    font-size:70%;
}

}
