/*
Theme: vOne - Free Business HTML5 Responsive WebsiteDescription: Free to use for personal and commercial use
Author: WebThemez.com
Website: http://webthemez.com
Note: Please do not remove the footer backlink (webthemez.com)--(if you want to remove contact: webthemez@gmail.com)
Licence: Creative Commons Attribution 3.0** - http://creativecommons.org/licenses/by/3.0/
*/
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
    color: #505050;
}

/*General*/
h1,h2,h3,h4,h5,h6 {
    font-family: Avenir ,"Open Sans" ,"Helvetica Neue" ,Helvetica ,Arial ,Verdana ,Roboto ,"游ゴシック" ,"Yu Gothic" ,"游ゴシック体" ,"YuGothic" ,"ヒラギノ角ゴ Pro W3" ,"Hiragino Kaku Gothic Pro" ,"Meiryo UI" ,"メイリオ" ,Meiryo ,"ＭＳ Ｐゴシック" ,"MS PGothic" ,sans-serif;
}

p {
    font-size: 15px;
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 0px;
}

blockquote {
    font-style: italic;
    font-family: Avenir ,"Open Sans" ,"Helvetica Neue" ,Helvetica ,Arial ,Verdana ,Roboto ,"游ゴシック" ,"Yu Gothic" ,"游ゴシック体" ,"YuGothic" ,"ヒラギノ角ゴ Pro W3" ,"Hiragino Kaku Gothic Pro" ,"Meiryo UI" ,"メイリオ" ,Meiryo ,"ＭＳ Ｐゴシック" ,"MS PGothic" ,sans-serif;
    color: #999;
    margin: 30px 0;
}

label {
    color: #777;
}

.herotxt {
    /*	background:#f4b905;*/
    background: #595ba3;
}

.herotxt p {
    font-size: 20px;
    color: #fff;
}

.herotxt span {
    color: #fff;
    display: block;
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 12px;
}

.herotxt p {
    margin-bottom: 0;
}

.herotxt .btn-download a {
    margin-top: 37px;
    text-align: center;
    display: inline-block;
    background: #fff;
    font-size: 18px;
    padding: 10px 25px;
    text-decoration: none;
    color: #222;
}

.herotxt .btn-download {
    text-align: center;
}

.highlight {
    margin-top: 10px;
}

.highlight:first-child {
    border: none;
}

element.style {
}

.headroom {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.navbar-nav .dropdown-menu {
    left: -5px;
    font-size: 13px;
    /*	background-color: #f4b905;*/
    background-color: #595ba3;
}

.navbar-inverse .navbar-nav > li > a,.navbar-inverse .navbar-nav > .open ul > a {
    color: rgba(255,255,255,1);
    line-height: 12px;
}

.navbar-inverse {
    background: transparent;
}

.navbar-nav>li>a {
    font-size: 18px;
}

.navbar-inverse {
    border: none !important;
}

.navbar-inverse .navbar-nav > .active > a,.navbar-nav>li:hover {
    color: #ff0 !important;
    /*	background-color: #f4b905;*/
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: -2px;
    margin-bottom: -2px;
    /*フェードイン*/
    transition: border-color .7s;
}

.navbar-fixed-top,.navbar-fixed-bottom {
    z-index: 9999;
}

.navbar-fixed-top {
    position: absolute;
}


.snip1198 {
    text-align: right;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 5px;
    font-size: 1.2em;
}
.snip1198 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.snip1198 li {
    display: inline-block;
    list-style: outside none none;
    margin: 0.4em 0.8em;
    padding: 0;
}
.snip1198 a {
    padding: 0 0.7em;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    text-decoration: none;
    display: inline-block;
}
.snip1198 a:before {
    position: absolute;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
    left: 15%;
    right: 15%;
    top: 0;
    bottom: 0;
    border-left: 3px solid #ffff00;
    border-right: 3px solid #ffff00;
}
.snip1198 a:hover,
.snip1198 .current a {
    color: #ffffff;
}
.snip1198 a:hover:before,
.snip1198 .current a:before {
    opacity: 1;
    left: 0;
    right: 0;
}





.btn:hovert:active {
    color: #575757 !important;
    background: #E9AF00;
}

.btn {
    /*    color: #3A3A3A !important;*/
    color: #ffffff !important;
    /*	background-color: #f4b905;*/
    background-color: #595ba3;
}

.btn-action,.btn-primary {
    /*    color: #3A3A3A !important;*/
    color: #ffffff !important;
    /*	background-color: #f4b905;*/
    background-color: #595ba3;
}





/* Header */
#head {
    background: #181015 url(../images/bg_header.jpg) no-repeat;
    background-size: cover;
    min-height: 520px;
    text-align: center;
    padding-top: 240px;
    color: #fff;
    font-family: Avenir ,"Open Sans" ,"Helvetica Neue" ,Helvetica ,Arial ,Verdana ,Roboto ,"游ゴシック" ,"Yu Gothic" ,"游ゴシック体" ,"YuGothic" ,"ヒラギノ角ゴ Pro W3" ,"Hiragino Kaku Gothic Pro" ,"Meiryo UI" ,"メイリオ" ,Meiryo ,"ＭＳ Ｐゴシック" ,"MS PGothic" ,sans-serif;
    font-weight: 300;
}

#head.secondary {
    height: 85px;
    min-height: 85px;
    padding-top: 0;
}

#head .lead {
    font-family: Avenir ,"Open Sans" ,"Helvetica Neue" ,Helvetica ,Arial ,Verdana ,Roboto ,"游ゴシック" ,"Yu Gothic" ,"游ゴシック体" ,"YuGothic" ,"ヒラギノ角ゴ Pro W3" ,"Hiragino Kaku Gothic Pro" ,"Meiryo UI" ,"メイリオ" ,Meiryo ,"ＭＳ Ｐゴシック" ,"MS PGothic" ,sans-serif;
    font-size: 44px;
    margin-bottom: 6px;
    color: #fff;
    line-height: 1.15em;
}

#head .tagline {
    color: rgba(255,255,255,0.75);
    margin-bottom: 25px;
}

#head .tagline a {
    color: #fff;
}

#head .btn {
    margin-bottom: 10px;
}

#head .btn-default {
    text-shadow: none;
    background: transparent;
    color: rgba(255,255,255,.5);
    -webkit-box-shadow: inset 0 0 0 3px rgba(255,255,255,.5);
    -moz-box-shadow: inset 0 0 0 3px rgba(255,255,255,.5);
    box-shadow: inset 0 0 0 3px rgba(255,255,255,.5);
    background: transparent;
}

#head .btn-default:hover,#head .btn-default:focus {
    color: rgba(255,255,255,.8);
    -webkit-box-shadow: inset 0 0 0 3px rgba(255,255,255,.8);
    -moz-box-shadow: inset 0 0 0 3px rgba(255,255,255,.8);
    box-shadow: inset 0 0 0 3px rgba(255,255,255,.8);
    background: transparent;
}

#head .btn-default:active,#head .btn-default.active {
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    -moz-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
    background: transparent;
}

.panel {
    margin-bottom: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-body {
    padding: 0;
}

.sectionBox {
    padding-top: 5px;
    padding-bottom: 5px;
}

.slideUp {
    top: -100px;
}

.headroom {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.serviceslist .btn {
    padding: 10px 38px;
    font-weight: 700;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Highlights*/
.highlight {
    margin-top: 30px;
    margin-bottom: 30px;
}

.h-caption {
    text-align: center;
}

.h-caption i {
    display: block;
    font-size: 46px;
    color: #fff;
    float: left;
    margin-right: 9px;
}

.h-caption h4 {
    color: #888;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
    height: 47px;
    line-height: 47px;
}

.jumbotron p {
    font-size: inherit;
    color: #777;
    font-size: 16px;
    padding: 0;
}

.jumbotron .fa {
    color: #888;
}

.h-body {
}

.jumbotron {
    background-color: #111;
}

.page-title {
    margin-top: 20px;
    font-weight: 300;
    color: #000;
}

.text-muted {
    color: #888;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 30px 0 0;
}

ul.list-spaces li {
    margin-bottom: 10px;
}

.bgColor1 {
    background-color: #323a47;
    color: #fff;
}

.bgColor1 .fa {
    color: #fff;
}

/* Helpers */
.container-full {
    margin: 0 auto;
    width: 100%;
}

.top-space {
    margin-top: 35px;
}

.top-margin {
    margin-top: 20px;
}

img {
    max-width: 100%;
}

img.pull-right {
    margin-left: 20px;
}

img.pull-left {
    margin-right: 10px;
}

#map {
    width: 100%;
    height: 280px;
}

#social {
    margin-top: 50px;
    margin-bottom: 50px;
}

#social .wrapper {
    width: 340px;
    margin: 0 auto;
}

.sidebar {
    padding-top: 26px;
    padding-bottom: 30px;
}


.sidebar .panel {
    margin-bottom: 20px;
}

.sidebar h1,.sidebar .h1,.sidebar h2,.sidebar .h2,.sidebar h3,.sidebar .h3 {
    margin-top: 20px;
}

.glyphicon-lg {
    font-size: 3em;
}

.blockquote-box {
    margin-bottom: 25px;
}

.blockquote-box .square {
    width: 100px;
    min-height: 50px;
    margin-right: 22px;
    text-align: center !important;
    background-color: #E6E6E6;
    padding: 20px 0;
}

.blockquote-box.blockquote-primary {
    border-color: #357EBD;
}

.blockquote-box.blockquote-primary .square {
    background-color: #428BCA;
    color: #FFF;
}

.blockquote-box.blockquote-success {
    border-color: #4CAE4C;
}

.blockquote-box.blockquote-success .square {
    background-color: #5CB85C;
    color: #FFF;
}

.blockquote-box.blockquote-info {
    border-color: #46B8DA;
}

.blockquote-box.blockquote-info .square {
    background-color: #5BC0DE;
    color: #FFF;
}

.blockquote-box.blockquote-warning {
    border-color: #EEA236;
}

.blockquote-box.blockquote-warning .square {
    background-color: #F0AD4E;
    color: #FFF;
}

.blockquote-box.blockquote-danger {
    border-color: #D43F3A;
}

.blockquote-box.blockquote-danger .square {
    background-color: #D9534F;
    color: #FFF;
}

/* Footer */
.footer1 {
    background: #111;
    padding: 20px 0 10px;
    font-size: 12px;
    color: #999;
}

.footer1 a {
    color: #ccc;
}

.footer1 a:hover {
    color: #fff;
}

.footer1 .panel {
    margin-bottom: 10px;
}

.footer1 .panel-title {
    font-size: 17px;
    font-weight: 700;
    color: #ccc;
    margin: 0 0 10px;
}

.footer1 .entry-meta {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 0 35px;
    padding: 2px 0;
    color: #888;
    font-size: 12px;
    font-size: .75rem;
}

.footer1 .entry-meta a {
    color: #333;
}

.footer1 .entry-meta .meta-in {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.follow-me-icons {
    font-size: 30px;
}

.follow-me-icons i {
    float: left;
    margin: 0 10px 0 0;
    font-size: 25px;
}

.footer2 {
    background: rgb(29, 29, 37);
    padding: 5px 0;
    color: #777;
    font-size: 13px;
}

.footer2 a {
    color: #aaa;
    padding: 0 10px;
    font-size: 13px;
}

.footer1 p {
    font-size: 14px;
    color: #666;
}

.footer2 a:hover {
    color: #fff;
}

.footer2 p {
    margin: 0;
    color: #9d9d9d;
    font-size: 13px;
}

.panel-simplenav {
    margin-left: -5px;
}

.panel-simplenav a {
    margin: 0 5px;
}

/* carousel */
#quote-carousel {
    padding: 0 10px 30px;
    margin-top: 30px 0 0;
}

/* Control buttons  */
#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
    left: -12px;
}

/* Next button  */
#quote-carousel .carousel-control.right {
    right: -12px !important;
}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px;
}

/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
    background: silver;
}

.item p {
    font-size: 16px;
}

#quote-carousel .carousel-indicators .active {
    background: #333;
}

#quote-carousel img {
    width: 250px;
    height: 100px;
}

/* End carousel */
.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: Avenir ,"Open Sans" ,"Helvetica Neue" ,Helvetica ,Arial ,Verdana ,Roboto ,"游ゴシック" ,"Yu Gothic" ,"游ゴシック体" ,"YuGothic" ,"ヒラギノ角ゴ Pro W3" ,"Hiragino Kaku Gothic Pro" ,"Meiryo UI" ,"メイリオ" ,Meiryo ,"ＭＳ Ｐゴシック" ,"MS PGothic" ,sans-serif;
    float: left;
    margin-right: 10px;
}

.contact ul {
    padding: 0;
}

.contact ul li {
    margin-bottom: 10px;
    list-style: none;
}

footer ul li {
    list-style: none;
}

#map-canvas {
    height: 100%;
    margin: 0;
    padding: 0;
}

/* ------- */
.isotopeWrapper article {
    margin-bottom: 30px;
}

#portfolio {
}

#portfolio img {
    width: 100%;
}

#portfolio article p {
    margin-bottom: 1.45em;
    /*set next row on the baseline*/
}

nav#filter {
    margin-bottom: 2em;
}

nav#filter ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
}


nav#filter li {
    float: left;
    margin: 0 10px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

nav#filter a {
    padding: 15px 12px 12px;
    margin-bottom: 5px;
    line-height: 14px;
    /*	border: 1px solid #f4b905;*/
    border: 1px solid #ccc;
    text-decoration: none;
    /*	color: #f4b905;*/
    color: #a8a8a8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

nav#filter a:hover {
    padding: 15px 12px 12px;
    margin-bottom: 5px;
    line-height: 14px;
    text-decoration: none;
    color: #777;
    border: 1px solid #777;
    background-color: #fff;
    /*フェードイン*/
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
}

nav#filter a.current {
    /*	background-color: #f4b905;*/
    border: 1px solid #3c3688;
    color: #3c3688;
    background-color: #ffffff;
}

.iconColor .fa {
    color: #ee0c45;
}

.portfolio-items article img {
    width: 100%;
}

.portfolio-item {
    display: block;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.portfolio-item img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: rgba(220,220,220);
}

.fancybox-overlay {
    background: rgba(0,0,0,0.64);
}

.portfolio-item:hover .portfolio-desc {
    padding-top: 20%;
    height: 100%;
    transition: all 200ms ease-in-out 0;
    opacity: 1;
    /*    background: rgba(5, 23, 244, 0.24);*/
    background: rgba(0,0,0,0.50);
    /*ポートフォリオ角丸にする*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.isotope-item {
    margin-bottom: 30px;
    list-style: none;
}

.portfolio-item .portfolio-desc a {
    color: #fff;
    text-align: center;
    display: block;
}

.portfolio-item .portfolio-desc a:hover {
    /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
    text-decoration: none;
    display: block;
}

.portfolio-item .portfolio-desc .folio-info {
    top: -20px;
    height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info {
    height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0;
    top: 5px;
}

.portfolio-item .portfolio-desc .folio-info h5 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 1em;
}

.portfolio-item .portfolio-desc .folio-info p {
    color: #fff;
    font-size: 12px;
}

.contact-details {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    background: #fff;
    border: none;
    position: relative;
}



.texcenter{text-align: center; }
.CatchCopy{text-align: center;font-size: 40px;
    margin: 20px 0px 30px 0px; }
.readtitle01{font-size: 20px;font-weight: bold; margin-top: 30px;}
.SIAMimg{margin-right: 5px; vertical-align: text-top;}
.topimg {margin-bottom: 10px;}
.topPDCS{font-size: 24px;
    color: #b5b5b5;
    font-weight: 600;}
.slideSIAM{font-variant: small-caps; font-family: 'Chivo', sans-serif;font-weight: 400;}
.lineheight3{line-height: 30px;}
.sidebar2 {
    margin-top: 100px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.marbtm20{margin-bottom: 20px;}
.marleft20{margin-left: 20px;}
.height100{ height:100px;}

.autoConfirmVal {
    background-color: #e8e8e8;
    color: #2c2c2c;
    padding: 10px;
    display: block;
    border: 1px solid #919191;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/**
MEDIA QUERIES
*/
@media (max-width: 767px) {
    #head {
        min-height: 420px;
        padding-top: 160px;
    }

    #head .lead {
        font-size: 34px;
    }

    .navbar-collapse {
        background: rgba(0,0,0,0.80);
    }

    #aboutpage .aboutitle {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #eee;
    }

    img.pull-right {
        margin-right: 20px;
        margin-bottom: 15px;
    }
    
    .contact-details {
        display: block;
        width: 320px;
        margin: 0 auto;
        padding-top: 20px;
        padding-right: 0;
        padding-left: 0;
        background: #fff;
        border: none;
        position: relative;
    }
    .sidebar {
        padding-top: 26px;
        margin-bottom: -50px;
    }
    
    .snip1198 li {
        display: inline-block;
        list-style: outside none none;
        margin-top: 0.4em;
        margin-bottom: 0.4em;
        margin-left: -2em;
        margin-right: 0em;
    }
    
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse ul {
        text-align: center;
        margin-right: 0;
    }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    .lineheight3{line-height: 20px;}
    .CatchCopy{text-align: center;font-size: 30px;
        margin: 20px 0px 30px 0px; }
    .sidebar2 {
        margin: 0 auto;
        width: 80%;
    }
    .da-slide h2 {
        color: #fff;
        font-size: 60px;
        line-height: 60px;
        width: 80%;
        top: 40px;
        white-space: nowrap;
        z-index: 10;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
        font-weight: normal;
        text-align: center;
    }
    .da-slide p {
        width: 80%;
        top: 115px;
        color: #fff;
        font-size: 20px;
        line-height: 26px;
        height: 80px;
        overflow: hidden;
        font-weight: normal;
        text-align: center;
    }
    
    nav#filter ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: flex-start;
    }
    nav#filter li {
        flex: 1 calc(100% / 3);
    }

    #page-top{
        font-size: 10px;
        display: block;
        position: fixed;
        z-index: 100;
        margin-bottom: 20px;
        right: 5px;
        width: 100px;
        padding: 5px 5px;
        background: rgba(0,0,0,.7);
        color: #fff;
        text-align: center;
        text-decoration: none;
    }
    #page-top:hover{
        background: rgba(0,0,0,.8);
    }

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    .navbar-inverse .navbar-nav > .active > a,.navbar-nav>li:hover {
        color: #ff0 !important;
        /*	background-color: #f4b905;*/
        border-top: 0px;
        border-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
        overflow: hidden;
        float: right;
        width: 150px;
        background-color: rgba(0, 0, 0, 0.8);
        margin-top: 15px;
        border-bottom-left-radius: 5px 5px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0 5px;
        width: 15px;
        height: 15px;
    }

    #quote-carousel .carousel-indicators li.active {
        margin:  0 5px;
        width: 20px;
        height: 20px;
    }
}


@media (max-width: 990px) {

    .readtitle01{font-size: 20px;font-weight: bold; margin-top: 50px;}
}

#aboutpage div {
    line-height: 30px;
}

#aboutpage div:last-child {
    margin-bottom: 60px;
}

#aboutpage .aboutmerU30 {
    margin-bottom: 30px;
}

.contact-icons {
    width: 20px;
    text-align: center;
}

.isotopeItem img {
    /*ポートフォリオ角丸にする*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.maincontent {
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
    margin: 0 auto;
    display: block;
    max-width: 80%;
    /*margin-bottom: 30px;*/
}

.thumbnail .caption {
    color: #505050;
}
.thumbnail img {
    border-top-left-radius: 3px 3px;
    border-top-right-radius: 3px 3px;
}


#page-top{
    font-size: 10px;
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 0px;
    width: 100px;
    padding: 5px 5px;
    background: rgb(29, 29, 37);
    color: #fff;
    text-align: center;
    text-decoration: none;
}
#page-top:hover{
    background: rgba(0,0,0,.8);
}



}