@charset "UTF-8";

/* CSS Document */

* {
    margin: auto;
    padding: 0;
    border: none;
}

body {
    background-color: #FFFFFF;
    font-size: 11px;
    font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #282828;
    width: 100%;
}

img {
    border: none;
}


/*--------フォント-------------*/

big {
    font-size: 2vw;
}

big2 {
    font-size: 1.8vw;
}

big3 {
    font-size: 1.6vw;
    text-align: left;
}

big4 {
    font-weight: bold;
    font-size: 1.4vw;
    text-align: left;
}

big5 {
    font-size: 1.2vw;
    text-align: left;
}


/*--------ヘッダー-------------*/

#body_top {
    border-bottom: #d3d3d3 solid 0px;
    margin-top: 100px;
    margin-left: 15%;
    margin-right: auto;
    background-color: #FFFFFF;
}

.menu {
    margin-left: 2%;
}

.menu_left {
    margin-left: 35%;
}


/*------------コンテンツ-----------*/

#vspace {
    margin-top: 100px;
}

#vspace_index {
    margin-top: 90px;
}

.page-title {
    margin-left: 15px;
}

#contents {
    background-color: #FFFFFF;
    max-width: 900px;
    margin: auto;
    width: 100%;
}

#comment {
    background-color: #FFFFFF;
    max-width: 600px;
    width: 100%;
    margin: auto;
}


/*------------TOPページ-----------*/

#top_img {
    margin-top: 10px;
    padding-top: 20px;
    margin-left: 14%;
    width: 73%;
    background-color: #FFFFFF;
}

#copyright {
    font-size: 0.5vw;
    text-align: right;
    margin-right: 13%;
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 30px;
}


/*------------CV-----------*/

.cv {
    margin-top: 80px;
    margin-left: 12%;
}

.table-title {
    margin: 45px 15px 0px;
    text-align: left;
}

table {
    border: 100px;
    margin: 25px 15px 30px;
    text-align: center;
}

table th,
table td {
    font-size: 15px;
    border: 50px;
    /**/
    vertical-align: top;
    padding: 0px 0px 0px;
    text-align: center;
}

.jpyear {
    width: 60px;
    text-align: left;
    vertical-align: top;
}

.jpword {
    text-align: left;
    vertical-align: top;
}


/*------------WORKS-----------*/

.works {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 100%;
}

.worksyear {
    margin-top: 80px;
    margin-left: 17%;
    padding-bottom: 25px;
}

.worksarray {
    margin-top: 50px;
    margin-left: 17%;
    padding-bottom: 25px;
}

.work {
    margin-right: 60px;
}

.caption {
    position: absolute;
    left: 0;
    top: 150px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    width: 130px;
    height: 130px;
}

.caption2 {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    color: #fff;
    padding: 10px;
    width: 130px;
    height: 130px;
    text-align: center;
}


/*-------------フッター---------*/

#footer {
    width: 100%;
    margin-bottom: 40px;
    clear: both;
}


/*-------------リンク---------*/

a {
    /*リンクされた文字*/
    color: #282828;
    font-style: normal;
    text-decoration: none;
}

a#reference {
    /*リンクされた文字*/
    color: #0099CC;
    font-style: normal;
    text-decoration: underline;
    padding-top: 51px;
    padding-left: 15px;
}

a:link {
    /*未訪問のリンク*/
    color: #282828;
    font-style: normal;
    text-decoration: none;
}

a:visited {
    /*訪問後のリンク*/
    color: #282828;
    text-decoration: none;
}

a:hover {
    /*マウスをのせたとき*/
    color: #0099CC;
    font-style: normal;
    text-decoration: none;
}

a:active {
    /*クリック中*/
    color: #CCCCCC;
    text-decoration: none;
}