@charset "UTF-8";
/* ######################################################################################

　物件概要

###################################################################################### */

#t_outline .t_outline_caption { font-size: 150%; margin-bottom: 20px; margin-top: 30px;}

#t_outline table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
	border: none;
	width: 90% !important;
	margin: auto;
}

#t_outline table th,
#t_outline table td { border: none;}

@media print, screen and (min-width: 768px) {
    #t_outline table + .t_outline_caption {margin-top:70px;}
    #t_outline table{
        width: 100%;
        border-bottom: 1px solid #d9d9d9;
    }
    #t_outline tr{border-top: 1px solid #d9d9d9;}
    #t_outline th,
    #t_outline td {
        text-align:left;
        padding:15px 0 14px;
        font-size: 15px;
        line-height:1.4;
        /*font-family:"游ゴシック Medium", "YuGothic Medium", "游ゴシック", YuGothic, "メイリオ", "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
    }
    #t_outline th{
        width: 220px;
        background: #ffffff;
        padding-left: 15px;
    }
    #t_outline td{padding-left: 33px;}
    #t_outline td[colspan] {padding-left:14px;}

    #t_outline ul {
        padding: 14px 34px 7px;
        /* border-bottom: 1px solid #d9d9d9; */
        list-style-type: none;
    }
    #t_outline li {
        list-style-type: none;
        margin: 0px 0px 7px 0px;
        padding: 0px;
        font-size: 15px;
        /*font-family:"游ゴシック Medium", "YuGothic Medium", "游ゴシック", YuGothic, "メイリオ", "Meiryo UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
    }
    #t_outline li strong {font-weight:bold;}

    #t_outline table + ul {padding:14px 14px 10px;}
    
}
@media screen and (max-width: 767px) {
    #t_outline table + .t_outline_caption {margin-top:4em;}
    
    /* ====================================================
     概要テーブル
    ==================================================== */
    #t_outline table + .titleBorderDouble {margin-top:3em;}
    #t_outline table {border-top: 3px solid #d9d9d9;}

    #t_outline table,
    #t_outline tbody,
    #t_outline tr,
    #t_outline th,
    #t_outline td {
        display:block;
        width:100%;
    }
    #t_outline th,
    #t_outline td {
        border-bottom: 1px solid #d9d9d9;
        padding: 0.75em 1em;
        height:auto;
        text-align: left;
        font-size: 15px;
        line-height: 1.4;
        font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
    #t_outline th {background: #f7f7f7;}

    /* ====================================================
     補足
    ==================================================== */
    ul.supple {margin:0.75em 0 2em;}
    ul.supple li {
        margin-bottom:0.5em;
        padding-left:1em;
        text-indent:-1em;
        font-size:12px;
        font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
	
    #t_outline li {
        list-style-type: none;
        margin: 0px 0px 7px 0px;
        padding: 0px;
        font-size: 15px;
    }	
	
}







/* end */