﻿/***** ヘッダタイトル *****/
.jumbotron-extend {
    padding: 25px;
    font-weight: 300;
    color: #ffffff;
    background-color: #102040;
}

.header-image {
    background:url('/images/container.jpg');
    background-repeat: no-repeat!important;
    width:780px;
    height:160px;
    -webkit-border-radius: 15px;
    -moz-border-radius:15px;
    border-radius: 15px;
    margin-bottom:20px;
}

.i-company {
    font-size: 1.3em;
    border-bottom:1px solid #000000;
    border-left:10px solid #000000;
    padding-left:5px;

}
.i-caution{
    font-size:0.8em;
}

.i-notice{
    padding-left: 20px;
    padding-right:20px;
}
.i-noticedetail{
    /*
    width:  740px;
    */
    width:  100%;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.i-noticedetailrow {
    border-bottom: 1px dashed #000000;
    margin-bottom: 5px;
}

.i-noticedetailcol1 {
    display: inline-block;
    width: 25%;
    vertical-align: top !important;
}

.i-noticedetailcol2 {
    display: inline-block;
    width: 70%;
    vertical-align: top !important;
}

.i-title{
    margin-top:0px;
}
.i-info {
    padding-right: 20px;
}
.i-address {
    margin-left: 20px;
}

.idx-col-0  {width :  3% !important;}
.idx-col-1  {width :  4% !important;}
.idx-col-2  {width :  4% !important;}
.idx-col-3  {width :  4% !important;}
.idx-col-4  {width :  5% !important;}
.idx-col-5  {width :  5% !important;}
.idx-col-6  {width :  5% !important;}
.idx-col-7  {width :  8% !important;}
.idx-col-8  {width :  8% !important;}
.idx-col-9  {width :  4% !important;}
.idx-col-10 {width :  5% !important;}
.idx-col-11 {width :  5% !important;}
.idx-col-12 {width :  4% !important;}
