@charset "UTF-8";

/*----------------------------
共通設定
----------------------------*/

.InnerWrap{
    width: 100%;
    max-width: none;
}

/*-----------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
.Header + * {
    border-top: 105px solid #222222;
    margin-top: 0;
}

/*-----------------------------------------------------------
メインコンテンツ
------------------------------------------------------------*/
.Contents{
    min-width: 0px;
}

.Contents .InnerWrap {
    min-width: 0;
    padding: 0 10px;
}


/* カラム準備
--------------------------------------------------------- */
.liqW {
    display: block;
    width: auto;
}
.liqW .liqC {
    display: block;
    width: auto;
    
    margin-bottom:10px;
}

/* コンテンツ領域内　2カラム定義 1 : 2
--------------------------------------------------------- */
.liqW .colCL2Type03 {
    padding-right: 0
}
.android .liqW .colCL2Type03 {
    width:100%;
    padding-right: 0
}
.liqW .colCR2Type03 {
    padding-left: 0
}
.android .liqW .colCR2Type03 {
    width:100%;
    padding-left: 0
}
