@charset "utf-8";

/*-----------------------------------

insert_content.css
差し込みコンテンツレイアウト

-----------------------------------*/

.insert_content {font-size: 16px; }

/*
記事本文
-----------------------------------*/
.insert_content {
    line-height: 1.6;
}
.insert_content.top {
    margin: 21px 0 -21px 0;
}
.insert_content.bottom {
    margin: -21px 0 21px 0;
}
.insert_content p { margin: 0 0 21px; }

.insert_content em { font-family: "ＭＳ Ｐ ゴシック","MS P Gothic","Arial","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ ゴシック",sans-serif; }

.insert_content a { color: #06c; }

.insert_content ul {
    margin: 0 0 13px;
    padding: 8px 13px;
    background: #edf6ff;
    list-style: none;
    list-style-position:inside;
}
.insert_content ol {
    margin: 0 0 13px;
    padding: 8px 13px;
    background: #edf6ff;
    list-style: decimal;
    list-style-position:inside;
}
.insert_content iframe {
    display: block;
    margin: 0 auto 13px;
}

/* 見出し */
.insert_content h1,
.insert_content h2,
.insert_content h3,
.insert_content h4,
.insert_content h5,
.insert_content h6 { letter-spacing: 0.06em; }
.insert_content h1 {
    clear: both;
    margin: 0 0 13px;
    padding: 13px 0 8px 19px;
    background: url(/images/tnews/detail/midashi_level1.gif) no-repeat 0 bottom;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.insert_content h2 {
    clear: both;
    height: 35px;
    margin: 21px 0 10px;
    padding: 5px 0 0 5px;
    background: url(/images/tnews/detail/midashi_level2.gif) no-repeat left bottom;
    font-size: 17px;
    font-weight: bold;
}
.insert_content h3 {
    clear: both;
    margin: 21px 0 10px;
    border-left: 8px solid #46aaff;
    background-color: #f1f1f1;
    padding: 3px 5px 2px 12px;
    font-size: 17px;
    font-weight: bold;
}
.insert_content h4 {
    clear: both;
    margin: 21px 0 10px;
    border-left: 8px solid #46aaff;
    padding: 3px 5px 2px 12px;
    font-size: 17px;
    font-weight: bold;
}
.insert_content h5 {
    clear: both;
    color:#46AAFF;
    margin: 21px 0 10px;
    padding: 3px 5px 2px 5px;
    font-size: 15px;
    font-weight: bold;
}
.insert_content h6 {
    clear: both;
    margin: 21px 0 10px;
    padding: 3px 5px 2px 5px;
    font-size: 15px;
    font-weight: bold;
}


/*スタイル*/
.insert_content .box-y {
    margin: 0 0 13px;
    padding: 8px 13px;
    background: #fff5e5;
}
.insert_content .box-green {
    margin: 0 0 13px;
    padding: 8px 13px;
    background: #eff8e5;
}
.insert_content .box-check {
    margin: 0 0 13px;
    padding: 10px 13px 10px 52px;
    background: url("/images/tnews/article/ico-check.png") no-repeat 10px 10px;
    border: 2px solid #46aaff;
    border-radius: 4px;
}

.insert_content .pre {
    margin: 10px 0 13px;
    padding: 21px 21px 21px 50px;
    font-size: 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    white-space: pre-wrap;
    background-color: #f1f1f1;
    background-image: url(/images/tnews/detail/sub_caption.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    font-weight: normal !important;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

/* 表組 */
.insert_content table {
    width: 100%;
    padding: 0;
    margin: 0 0 13px;
    border: none;
    border-collapse: collapse;
    font-size: 13px;
}

.insert_content tr {
    margin: 0;
    padding: 4px;
    border: none;
}
.insert_content th,
.insert_content td {
    margin: 0;
    padding: 8px;
    border: 1px solid #000 !important;
}
.insert_content th { 
    background: none repeat scroll 0 0 #F5F5F5;
}

