@charset "utf-8";
@import url("component.css");
@import url("header.css");
@import url("footer.css");

/**********************************************/
/*The 3rd International Climate Change Adaptation Platforms Meeting
/**********************************************/
* {
	box-sizing: border-box;
}

html {
    line-height:100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    position: relative;   
    height:auto !important;
    height: 100%;
    min-height: 100%;
    font-size: 62.5%;
}

* html body {
	overflow: hidden;
}

body {
	margin:0;
	padding:0 0 0 0;    
    font-size: 16px;
    font-size: 1.6rem;
    /*line-height: 1.667;*/
    line-height: 1.867;
    color: #494949;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    
    /*
    
    background: url("../img/cover_background.jpg") no-repeat center bottom;
	background-size: cover;
    */
    
    
    /*font-family: 'Open Sans', sans-serif;*/
    
}

/*見出し*/
h1,h2,h3,h4,h5,h6 {
    letter-spacing: normal;
    line-height: 120%;
}
h2,h3,h4,h5,h6 {
    margin: 40px 0 20px;
}

h1 {
    font-size: 38px;
    font-size:3.8rem;
    color:#000;

    background: url("../img/h2.gif") no-repeat center bottom;
    padding-bottom:10px;
    text-align: center;
    font-weight: 500;
    font-family: 'Libre Baskerville', serif;
    margin-top: 20px;
    
}

h2 {
  font-size: 22px;
  font-size:2.2rem;
  color:#000;
}

h3 {
  font-size: 20px;
  font-size:2.0rem;
  color:#000;
}
h4 {
  font-size: 19px;
  font-size:1.9rem;
}
h5 {
  font-size: 18px;
  font-size:1.8rem;
}
h6 {
  font-size: 16px;
  font-size:1.6rem;
}


a       { color:#d31a34; }
a:hover {
    text-decoration: none;
    color:#d15e6e;
    -webkit-transition: all .5s;
    transition: all .5s;
}
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}


/*外部リンク用*/  
a[target=_blank][rel=noopener] {
    padding-right: 20px;
    background:url("../img/icon_blank.png") no-repeat right center;
    background-size: 14px;
    margin-right: 5px;
}

span[rel=noopener] {
    padding-right: 20px;
    background:url("../img/icon_blank.png") no-repeat right center;
    background-size: 14px;
    margin-right: 5px;
}


a[type$="pdf"] {
    padding:2px 24px 2px 0;
    background:url("../img/PDF_24.png") no-repeat right center;
    background-size: 20px;
    margin-right: 5px;
}
span[type$="pdf"] {
    padding:2px 24px 2px 0;
    background:url("../img/PDF_24.png") no-repeat right center;
    margin-right: 5px;
}

p  { line-height: 160%; }
li { line-height: 160%; }
dd { line-height: 160%; }

form {
    margin:0;
    padding: 0;
}

img {
    border-width:0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}






/**********************/
/*外枠
/**********************/
.outbox {
    width: 100%;
}


/**********************/
/*コンテンツ
/**********************/
.container {
    width: 100%;
    max-width:1200px;
    margin: 0px auto;
    overflow:hidden;
    
    background:url("../img/body.jpg") no-repeat center bottom;
    background-color: #fff;
    padding:20px 50px 40px;
}


/*単元分け*/
section {
    clear: both;
    overflow: hidden;   

}
section:last-child {
    margin-bottom:100px;
}




/****************************/
/*レスポンシブ
/****************************/
/*large*/
/*  980px 以下 */
@media screen and (max-width: 980px) {

    /*body { color:red; }*/
    
}

/*small*/
/*  624px 以下 */
@media screen and (max-width: 624px) {

    /*body { color:blue; }*/

    body {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.667;
    }

    .container {
        padding:20px 20px;
    }

    h1 {
        font-size: 28px;
        font-size:2.8rem;
        margin-top: 0;
    }
    h2 {
        font-size: 20px;
        font-size:2.0rem;
    }

    h3 {
        font-size: 18px;
        font-size:1.8rem;
    }


}

/*x-small*/
/*  520px 以下 */
@media screen and (max-width: 520px) {

    /*body { color:#000; }*/

}

