margin:0;
padding:0;

#footer {
width:100%;
height:auto;
}

#address {
    padding: 5px;
    background-color: #003399;
    color: #ffffff;
    font-size: 80%;
    text-align: right;
}

 /* クーベルタン紹介 */
h1 {
font-size:1.2em;
}

  .cou img, .cou_image img {
padding:10px;

 }
 
/* スマホ　750px以下 */
@media only screen and (max-width: 750px) {
    font-size: 100%;
    
    #header  img {
    width:100%;
    height:auto;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    table {
        width: 100%;
    }

    #main {
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;

    }

    #side-menu {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #side-menu li a {
        display: block;
        height: 44px;
    }

    /* スマホ トップページ以外 */

    #topnav li a:before {
        content: attr(data-text);
    }

    #topnav li img {
        display: none;
    }

    #topnav li {
        list-style-type: none;
    }


    #topnav {
        width: 100%;
        
        max-width: 750px;

        margin: 0 auto;

        padding: 0;

    }

    #topnav li {

        display: block;

        float: left;

        width: 25%;
    
        border-bottom: 1px solid #444;

        margin: 0;

        padding: 0;
    }

    #topnav li a {
        display: block;
       height:2.5em;
        padding: 12px 0 10px;

        background: #003399;

        color: #fff;

        text-align: center;

        text-decoration: none;
      

    }

    #topnav li a:hover {

        background: #444;

    }

    #contents {
        clear: both;
        margin-top: 50px;
    }


    /* スマホ 表の設定 */
    /* 見出し行を消す */
    .thread th {
        display: none;
    }

    /* セルをブロックとして表示 */

    .tablelist tr td {
        border-top: 0;
        border-bottom: 0;
    }

    .tablelist td {
        width: auto;
        display: block;
    }

    /* 最初の項目に背景色を付ける */
    .tablelist td:nth-child(1) {
        margin-top: 0px;
        background-color: #bfefdf;
        font-weight: bold;
    }

    /* セルに見出し代わりの文字を付加 */
    table.tablelist > tbody > tr > td:nth-child(2):before {
        content: '【開催地】';

    }

    table.tablelist > tbody > tr > td:nth-child(1) br {
        display: none;
    }

    table.tablelist > tbody > tr > td:nth-child(2) br {
        display: none;
    }

    table.tablelist > tbody > tr > td:nth-child(3):before {
        content: '【トピックス】';
    }

    table.tablelist > tbody > tr > td:nth-child(4):before {
        content: '【日本の獲得メダル数】';
    }

    table.tablelist > tbody > tr > td:nth-child(5):before {
        content: '【公式報告書等】';
    }

    .tablelist td div {
        text-align: left;

    }

    table.tablelist td table.inside td:nth-child(2n) {
        width: auto;
    }


    .tablelist table {
        width: 100%;
        max-width: 740px;
    }

    table.inside img {
        display: none;
    }

    /*夏季資料リスト */
    /* 最初の項目に背景色を付ける */
    .item td:nth-child(1) {
        margin-top: 0px;
        background-color: #bfefdf;
        font-weight: bold;
    }




    /* セルをブロックとして表示 */

    .item tr td {
        border-top: 0;
        border-bottom: 0;
    }

    .item td {
        width: auto;
        display: block;

    }

    /*夏季資料リスト セルに見出し代わりの文字を付加 */


    table.item > tbody > tr > td:nth-child(2):before {
        content: '【著者】';
    }

    table.item > tbody > tr > td:nth-child(3):before {
        content: '【出版地】';
    }

    table.item > tbody > tr > td:nth-child(4):before {
        content: '【出版者】';
    }

    table.item > tbody > tr > td:nth-child(5):before {
        content: '【出版年】';
    }

    .item td div {
        text-align: left;
    }

    /*冬季資料リスト */

    /* 最初の項目に背景色を付ける */
    .item2 td:nth-child(1) {
        margin-top: 0px;
        background-color: #DCCDBA;
        font-weight: bold;
    }

    /* セルをブロックとして表示 */

    .item2 tr td {
        border-top: 0;
        border-bottom: 0;
    }

    .item2 td {
        width: auto;
        display: block;

    }

    /*冬季資料リスト セルに見出し代わりの文字を付加 */


    table.item2 > tbody > tr > td:nth-child(2):before {
        content: '【著者】';
    }

    table.item2 > tbody > tr > td:nth-child(3):before {
        content: '【出版地】';
    }

    table.item2 > tbody > tr > td:nth-child(4):before {
        content: '【出版者】';
    }

    table.item2 > tbody > tr > td:nth-child(5):before {
        content: '【出版年】';
    }

    .item2 td div {
        text-align: left;
    }

    /*夏季公式報告書リスト */
    /* 最初の項目に背景色を付ける */
    table.item3 > tbody > tr > td:nth-child(1) {
        margin-top: 0px;
        background-color: #bfefdf;
        font-weight: bold;
    }

    /* セルをブロックとして表示 */

    .item3 tr td {
        border-top: 0;
        border-bottom: 0;
    }

    .item3 td {
        width: auto;
        display: block;

    }

    /*セルに見出し代わりの文字を付加 */

    table.item3 > tbody > tr > td:nth-child(2):before {
        content: '【書名】';
    }

    table.item3 > tbody > tr > td:nth-child(3):before {
        content: '【著者】';
    }

    table.item3 > tbody > tr > td:nth-child(4):before {
        content: '【出版地】';
    }

    table.item3 > tbody > tr > td:nth-child(5):before {
        content: '【出版者】';
    }

    table.item3 > tbody > tr > td:nth-child(6):before {
        content: '【出版年】';
    }

    table.item3 > tbody > tr > td:nth-child(1) br {
        display: none;
    }

    .item3 td div {
        text-align: left;
    }

    /*冬季公式報告書リスト */
    /* 最初の項目に背景色を付ける */
    table.item4 > tbody > tr > td:nth-child(1) {
        margin-top: 0px;
        background-color: #DCCDBA;
        font-weight: bold;
    }

    /* セルをブロックとして表示 */

    .item4 tr td {
        border-top: 0;
        border-bottom: 0;
    }

    .item4 td {
        width: auto;
        display: block;

    }

    /*セルに見出し代わりの文字を付加 */

    table.item4 > tbody > tr > td:nth-child(2):before {
        content: '【書名】';
    }

    table.item4 > tbody > tr > td:nth-child(3):before {
        content: '【著者】';
    }

    table.item4 > tbody > tr > td:nth-child(4):before {
        content: '【出版地】';
    }

    table.item4 > tbody > tr > td:nth-child(5):before {
        content: '【出版者】';
    }

    table.item4 > tbody > tr > td:nth-child(6):before {
        content: '【出版年】';
    }

    table.item4 > tbody > tr > td:nth-child(1) br {
        display: none;
    }

    .item4 td div {
        text-align: left;
    }

    /*メダリスト */

    table.medalist {
        width: 100%;
    }

    /*map */
    img[usemap] {
        max-width: 100%;
        height: auto;
    }


    /*各回マップ */

    img.map {
        max-width: 100%;
        height: auto;
    }

    /*タイトル */

    img.title {
        max-width: 100%;
        height: auto;
    }

/* クーベルタン紹介 */
 .cou_image {
  padding:10px;

 }

}

/* pc　751px以上 */
@media only screen and (min-width: 751px),
print {
    #header {
        height: 80px;
        /*高さ*/
    }

    body {
        width: 840px;
  margin-right: auto;
  margin-left : auto;
    }

    #wrap {
        overflow: hidden;
        width: 840px;
        margin-left: auto;
        margin-right: auto;
    }

    #main {
        float: right;
        width: 520px;
        height: 300px;
        padding: 10px;
        font-size: 80%;
        color: #333399;
        line-height: normal;
        background-color: #ffffff;
    }

    #side-menu {
        float: left;
        width: 300px;
        height: 300px;
        background: #CCCCCC;
        padding-top: 10px;
        margin-left: auto;
        margin-right: auto;

    }

    #side-menu a {
        display: block;
        height: 44px;

    }

    #footer {
        background: #CCCCCC;
        width: 836px;
        height: auto;

    }

    img.book {
        display: block;
        margin: 0 auto;
        padding: 0;
    }

    #address {

        height: 60px;

    }

    /* pc　751px以上 トップページ以外 */

    #layout {
        width: 840px;
    }

    #topnav {
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    #topnav li {
        float: left;
    }

    #topnav li a {
        display: block;
    }

    /* 資料リスト*/
    table.item > tbody > tr > td:nth-child(5) {
        text-align: center;
    }

 /* クーベルタン紹介 */
 
 
 .cou {
 width:100%;

 }
 
 .cou_text {
 width:60%;
 float:left;
 }
 .cou_image {
 float:right;
 width:40%;
 text-align:center;
 }
 
}
