@charset "UTF-8";
#index section {
    background: no-repeat 50% 0 fixed;
    margin: 0 auto;
    position: relative;
    background-position: center center;
    background-size: cover;
    
}
.index_read{
    display: table;
    width: 100%;
    height: 100%;
    
}
.index_read .index_read_cell{
/*    display: table-cell;*/
    display: block;
    float: right;
    vertical-align:top;
    text-align: right;
    margin: 60px 0 0 0;
    padding: 15px 30px;
    max-width: 960px;
    background-color:rgba(0,0,0,0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    zoom: 1;
}
/*
.index_read .index_read_cell:first-child{
    margin: 100px 20px 0 0;
}
*/
.index_read .index_read_cell h3{
    font-size: 21px;
    font-weight: bold;
    color:#fff;
    margin: 0 auto 15px;
    
}

.index_read .index_read_cell .copy_text{
    color:#fff;
    font-weight: normal;
}
#index #box1,
#index #box2,
#index #box3,
#index #box4{
    margin: 0 auto;
}
.dot_matrix_wrap {
    width: 100%;
    height: 100%;
    background: url(../images/dot_matrix_40.png);
}
#box2 .dot_matrix_wrap,
#box3 .dot_matrix_wrap,
#box4 .dot_matrix_wrap{
    /*背景の高さを指定*/
    padding:  0 0 300px;
}
/*更新情報*/
.whatsnew_box{
    
}
.whatsnew_box table.whatsnew_tbl{
    width: 100%;
    border: solid 1px #d2d2d2;
    
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    zoom: 1;
    position: relative;
}

.whatsnew_box table.whatsnew_tbl tbody td.wn_date{
    display: block;
    border-left: solid 3px #999;
    padding: 0 5px 0;
    margin: 0.5em 10px 0;
    
}
.whatsnew_box table.whatsnew_tbl tbody td.wn_link{
    display: block;
    margin: 0 10px 0 10px;
    padding: 0.5em 0 0.5em 0;
    border-bottom: dotted 1px #d2d2d2;
}
.whatsnew_box table.whatsnew_tbl tbody:last-child td.wn_link{
    border-bottom: none;
}
/*####################*/
/*YOUTUBE*/
/*####################*/
table.skillandvideo {
    width: 100%;
    margin: 0px 0 40px;
}
table.skillandvideo tr{}
table.skillandvideo td{
    vertical-align: top;
    width: auto;
    padding: 0 20px;
}
table.skillandvideo td ul{}
table.skillandvideo td ul li{
}
table.skillandvideo td.yt .video-outer {
    text-align: center;
}
table.skillandvideo td.yt iframe{
    border: none;
    max-width: 700px;
    max-height: 700px;
    vertical-align: top;
    box-shadow:rgba(0, 0, 0, 0.4) 5px 5px 3px;
    -webkit-box-shadow:rgba(0, 0, 0, 0.4) 5px 5px 3px;
    -moz-box-shadow:rgba(0, 0, 0, 0.4) 5px 5px 3px;
}

/*####################*/
/*会社紹介 on index*/
/*####################*/
.com_gmap{}
.com_gmap iframe{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    zoom: 1;
    position: relative;
}
.com_gmap img.imgmap{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width:/***/auto; /* IE8用 */
}
.com_info_wrap{
    border: solid 1px #ccc;
    background-color: #f2f2f2;
    padding: 15px;
    margin: 20px auto 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    zoom: 1;
    position: relative;
}
.com_name{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.com_add{margin: 0 0 5px 0}
.com_tel{
}
.banner_box_wrap{
    display: table;
    width: 100%;
    margin: 0px auto 0px;
    padding: 20px 0 0;
    border-top: solid 1px #ccc;
    
}
.banner_box_wrap .banner_box{
    display: table-cell;
    text-align: center;
    width: auto;
}
.banner_box_wrap .banner_box a{
    display: inline-block;
    margin: 0 20px 0px;
}
.banner_box_wrap .banner_box a img{
    max-width: 280px;
    width:/***/auto; /* IE8用 */
    vertical-align: middle;
}
