@charset "utf-8";

/*------------------------------
        detail prv
------------------------------*/
#mainCont01 .breadcrumbs a {
    color: #034c91;
    font-size: 13px;
}

#mainCont01 .detail {
    background: #fff none repeat scroll 0 0;
    border-color: #b4b4b4;
    border-style: solid;
    border-width: 1px;
}

#mainCont01 .titleArea p, #mainCont01 .titleArea h1 {
    padding: 10px 20px;
}

#mainCont01 .titleArea {
    border-bottom: 3px solid #5AB6D8;
    margin-bottom: 5px;
    overflow: hidden;
}

#mainCont01 .titleArea img {
    width: 768px !important;
}

#mainCont01 .titleArea .breadcrumbs {
    margin-bottom: 10px;
}

#mainCont01 .titleArea .breadcrumbs a {
    color: #034c91;
    font-size: 13px;
}

#mainCont01 .titleArea .title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#mainCont01 .titleArea .title_sub {
    background-color: #0099cc;
    border: 1px solid #0099cc;
    color: #ffffff;
    display: inline-block;
    font-family: Verdana, Arial;
    font-size: 13px;
    margin-top: 5px;
    padding: 5px 5px 2px;
}

#mainCont01 .titleArea .left {
    display: inline-block;
    text-align: left;
}

#mainCont01 .titleArea .right {
    display: inline;
    float: right;
    text-align: right;
}

#mainCont01 .titleArea .tag {
    float: left;
}

#mainCont01 .titleArea .tag, #mainCont01 .titleArea .date {
    font-size: 14px;
}

#mainCont01 .titleArea .tag {
    color: #034c91;
    margin-right: 5px;
}

#mainCont01 .titleArea .date {
    margin-left: 10px;
}

#mainCont01 .articleArea .nnm_box {
    border: 1px solid #999;
    padding: 20px;
    margin: 20px;
    word-wrap: break-word;
}
#mainCont01 .articleArea .nnm_box ul{
    margin-bottom: 0;
}
#mainCont01 .articleArea .nnm_box a {
    word-break: break-all;
}

#mainCont01 .articleArea .nnm_box:first-line {
    font-weight: bold;
    color: #034c91;
    margin-bottom: 0.6em;
}
#mainCont01 .articleArea table td div{
    clear: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
#mainCont01 .articleArea table td { 
    padding: 3px;
}
#mainCont01 .articleArea table td a img,.imgbox img{ 
    margin: 6px 6px;
}
#mainCont01 .articleArea ul {
    margin-left: 2em;
     margin-bottom: 20px;
}

.detailSns {
    display: inline-block;
    padding: 10px 10px 10px 15px;
}

.detailSns li {
    float: left;
    margin-right: 5px;
    width: 25px;
}

.detailSns img {
    width: 100%;
}

.detailSns img:hover {
    opacity: 0.7;
}

.hash_tag {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

.hash_tag a {
    background-color: #ddd;
    border-radius: 4px;
    /*! color: #04c; */
    font-size: 9pt;
    padding: 4px;
    text-decoration: none;
    font-weight: normal !important;
}

.leadText::before {
    border-bottom: 2px solid #5AB6D8;
    bottom: 0;
    content: "";
    margin-bottom: -2px;
    position: absolute;
    right: 0;
    width: 5%;
}

.leadText {
    background-color: #f7fafb;
    border-bottom: 2px solid #dcdcdc;
    border-top: 2px solid #dcdcdc;
    font-size: 14px;
    line-height: 22px;
    margin: 20px;
    padding: 20px;
    position: relative;
    display: inline-flex;
    width: 730px;
}

.leadText::after {
    border-bottom: 2px solid #5AB6D8;
    content: "";
    left: 0;
    margin-top: -2px;
    position: absolute;
    top: 0;
    width: 5%;
}

.leadText .text {
    margin-right: 0;
    width: 100%;
    text-align: left;
    display: table-cell;
}

#mainCont01 .leadText .text a {
    font-weight: normal;
}
.companyLogo {
    width: 100px;
    height: 60px;
    background: white;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    vertical-align: middle;
    margin-right: 10px;
}
.companyLogo img{
    margin:auto;
}

.leadArea {
    text-align: center;
    margin-bottom: 20px
}

.leadArea .imageList {
    display: inline-block;
    width: 370px;
    padding: 0 10px 0px 10px;
    vertical-align: top;
}

.leadArea img {
    border: 1px solid #dcdcdc;
    width: 350px;
    
}
.leadArea figure{
    margin-bottom: 20px;
}

.leadArea figcaption
{
    color: #787878;
    line-height: 1.8em;
    font-size: 14px;
    margin-top: 12px;
    display: inline-flex;
}

.leadArea  figcaption a
{
    color: #000; 
}
.leadArea figcaption  a:visited
{
    color: #000; 
}
.detail .info {
    display: none;
}
.detail > a {
    font-weight: bold;
}
.detail > a:visited {
    color: #34689a;
    text-decoration: none;
}
.detail > a:hover {
    color: #0bb597;
}
.detail > a:active {
    color: #cc3300;
    /* font-weight: bold; */
    text-decoration: none;
}
.detail h3{
    background: #F5F5F5;
    padding: 10px;
    border-left: solid #5AB6D8;
    font-weight: bold;
    margin-bottom: 10px;
}
.aligncenter {
    text-align: center;
    margin: auto;
    margin-top: 10px;
    display: table;
}

.alignleft {
    margin: 0 8px 2px 0;
    display: block;
    float: left;
}


.alignright {
    margin: 0 0 2px 8px;
    display: block;
    float: right;
}

div.wp-caption {
    margin-bottom: 2px;

}
div.wp-caption a img {
    display: block;
    border: 0;
}

.wp-caption-text
{
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
    line-height: 1.8em;
    color: #787878;
}
#mainCont01 .articleArea {
    margin: 0 ;
    padding-left: 20px;
    padding-right: 20px;
}
.supplement{
    border: 1px solid #CCC; 
    padding: 9px; 
    border-radius: 9px;
}

.subTitle {
    color: #034c91;
    font-size: 18px;
    margin-bottom: 5px;
    margin-left: 20px;
}

#mainCont01 .articleArea .subTitle {
    color: #034c91;
    font-size: 18px;
    letter-spacing: 0.04em;
    margin-bottom: 5px;
    margin-left: 0;
}

#mainCont01 .articleArea .text {
    color: #333;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 30px;
}

#mainCont01 .articleArea .writer {
    border-top: 1px solid #dcdcdc;
    color: #787878;
    font-size: 12px;
    line-height: 1.8em;
    margin: 0;
    padding-top: 10px;
    text-indent: 0;
    margin-top: 20px;
}

#mainCont01 .articleArea .writer a {
    color: #787878;
    font-weight: inherit;
}

#mainCont01 .articleArea .cite a {
    color: #787878;
}

#mainCont01 .pagination a:hover {
    text-decoration: none;
    color: rgb(30, 100, 120) !important;
    background: rgb(250, 250, 250) !important;
}

#mainCont01 .pagination {
    background: #f7f7f7 none repeat scroll 0 0;
    display: block;
    padding: 0 !important;
}

#mainCont01 .pagination .previousPage, #mainCont01 .pagination .nextPage {
    border-right: 1px solid #ebebeb;
    display: table-cell;
    height: 40px;
    margin: 5px 0 5px 0;
}

#mainCont01 .pagination .previousPage {
    float: right;
}

#mainCont01 .pagination .nextPage {
    float: left;
}

#mainCont01 .pagination .pageNumber {
    color: #b4b4b4;
    float: left;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

#mainCont01 .pagination .current a {
    background: #2c679a none repeat scroll 0 0;
    border: 1px solid #2c679a;
    border-radius: 0 !important;
    padding: 0 10px;
}

#mainCont01 .pagination .pagination-wrapper {
    text-align: center;
}

#mainCont01 .pagination ul {
    display: table;
    margin: auto;
}

#mainCont01 .pagination a {
    color: #2c679a;
    font-size: 14px;
    display: block;
    width: auto;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: normal;
}

#mainCont01 .detailPageN ul {
    clear: both;
    position: static;
    transform: none;
}

#mainCont01 .detailPageN li a {
    color: #2c679a;
    float: left;
    font-size: 14px;
}

#mainCont01 .detailPageN li:last-child {
    float: right;
}

#mainCont01 .detailPageN li a img {
    margin: 0 10px;
}

#mainCont01 .detailPageN .nextArticle {
    border: 1px solid #5AB6D8;
    border-radius: 5px;
    display: block;
    height: 50px;
    margin: auto;
    text-align: center;
    width: 90%;
    vertical-align: middle;
    background: #5AB6D8 none repeat scroll 0 0;
}

#mainCont01 .detailPageN .nextArticle a {
    display: table;
    height: 100%;
    width: 100%;
}

#mainCont01 .detailPageN .nextArticle #left, #mainCont01 .detailPageN .nextArticle #left {
    background: #2c679a none repeat scroll 0 0;
    color: white;
    display: table-cell;
    width: 20%;
    vertical-align: middle;
}

#mainCont01 .detailPageN .nextArticle #right, #mainCont01 .detailPageN .nextArticle #right {
    background: white none repeat scroll 0 0;
    border: 1px solid #2c679a;
    border-radius: 0 3px 3px 0;
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}

#mainCont01 .detailPageN .nextArticle #end {
    display: block;
    position: relative;
    top: 25%;
    color: white;
}

#mainCont01 .detailPageN .nextArticle a:hover #right {
    background: rgb(250, 250, 250) none repeat scroll 0 0 !important;
    color: rgb(30, 100, 120) !important;
}

#mainCont01 .detailPageN .nextArticle a:hover #left {
    background: rgb(3, 76, 145) none repeat scroll 0 0 !important;
}

#mainCont01 .detailPageN .nextArticle #right {
    color: #2c679a;
    width: 488px;
}

#mainCont01 .detailPageN .nextArticle img {
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
    width: 15px;
}

#mainCont01 .outdetailPageN a:hover {
    /*! background: rgb(250, 250, 250) none repeat scroll 0 0 !important; */
    /*! color: rgb(30, 100, 120) !important; */
}

#mainCont01 .outdetailPageN a {
    color: #2c679a;
    font-size: 14px;
}

#mainCont01 .outdetailPageN #previousArticle a {
    padding-left: 40px;
    background: url(../images/common/ico_arrow_left.png) 0 no-repeat;
    background-position: left;
}

#mainCont01 .outdetailPageN #nextArticle {
    padding: 0 40px;
}
#mainCont01 .outdetailPageN #nextArticle a{
    background: url(../images/common/ico_arrow_right.png) 0px no-repeat;
    padding-right: 40px;
    background-position: right;
}

#mainCont01 .outdetailPageN ul {
    padding: 20px 0;
    display: table;
    margin: 0 auto;
}

#mainCont01 .outdetailPageN ul li {
    color: #b4b4b4;
    display: table-cell;
    line-height: 19px;
    vertical-align: middle;
    padding:0 50px;
}

#mainCont01 .outdetailPageN ul li:first-child {
    float: left;
    padding-left: 40px;
}

#mainCont01 .outdetailPageN ul li:last-child {
    float: right;
}

.related {
    background-color: #fff;
    margin-bottom: 18px;
}

.related .inner {
    border-color: #034c91 #b4b4b4 #b4b4b4;
    border-style: solid;
    border-width: 3px 1px 1px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.related h1 {
    margin-top: 30px;
}

.related li {
    display: inline-block;
    width: 175px;
    margin-right: 7px;
    vertical-align: top;
}

.related li img {
    border: 1px solid #dcdcdc;
    margin-top: 10px;
    min-height: 131px;
    width: 175px;
}

#mainCont01 .related li a {
    color: #5a5a5a;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    width: 175px;
}

.related li #related-title {
    overflow: hidden !important;
}

#mainCont01 .articleArea .centerimg {
    margin-bottom: 20px;
    text-align: center;
}

#mainCont01 .articleArea .boldblue {
    color: #1d489b;
    font-weight: bold;
}

#mainCont01 .articleArea .textproduct {
    color: #333;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
}


#mainCont01 .articleArea .spec{
    margin-bottom:40px;
    border:1px solid #F0F0F0;
    padding:10px;
    margin-bottom: 40px;
}
#mainCont01 .articleArea > p {
    margin-bottom: 30px;
    text-indent: 1em;
    /*text-align: left;*/
}
#mainCont01 .articleArea p a img{
    margin-top: 10px;
}
#mainCont01 .articleArea p a img.alignleft{
    margin-right: 5px;
}

#mainCont01 .articleArea p a img.alignright{
    margin-left: 5px;
}

#mainCont01 .articleArea p iframe {
    margin: 0 auto;
    display: block;
}

#mainCont01 .articleArea div.annotation {
    width: 200px;
    padding: 8px;
    margin: 20px 0px 8px 8px;
    font-size: 11px;
    line-height: 1.5em;
    float: right;
    background-color: #ddd;
    text-indent: 0;
    clear: both;
}

#mainCont01 .articleArea h1 {
    border-bottom: 1px solid #034c91;
    color: #034c91;
    font-size: 24px;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
}
#mainCont01 .articleArea h2 {
    border-bottom: 1px solid;
    border-top: 1px solid;
    margin: 20px 0 20px;
    padding: 15px 0;
    font-size: 18px;
    color: #034c91;
    border-color: #5AB6D8;
}

#mainCont01 .articleArea hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
  /*  border-color: #dcdcdc;
    border-image: none;
    border-style: solid none none;*/
    /*border-width: 1px 0 0;*/
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

#mainCont01 .articleArea .url_box {
    background-color: #f0f0f0;
    font-size: 12px;
    letter-spacing: 0.04em;
    margin: 20px;
    padding: 15px;
    line-height: 18px;
}
#mainCont01 .articleArea .url_box a {
    word-break: break-all;
    text-align: justify;
}


.archive_ad_pressrelease{
    margin-left: 35px;
    margin-bottom: 30px;
}
.archive_ad_pressrelease #ad1{
    float: left;
}
.archive_ad_pressrelease #ad2{
    margin-left: 30px;
    margin-right: : 30px;
}

.imgbox th,
.imgbox td {
    width: 50%!important;
    color: #676767;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
    text-align: left;
}

.imgbox td:nth-child(odd) {
    padding-right: 10px
}

.imgbox td:nth-child(even) {
    padding-left: 10px
}

.imgbox tr td:last-child {
    padding-right: 0px!important;
}
.clear{
    clear:left;
}

.column_box img
{
    float: left;
    width:255px;
    margin-right: 10px;
}
table.style1 {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    margin: 6px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}
.style1 th {
    text-align: left;
    background-color: #66CCFF;
    vertical-align: top;
    padding: 6px;
    font-size: 12px;
    border: 1px solid #666666;
}
.style1 td {
    padding: 6px;
    border: 1px solid #666666;
    line-height: 140%;
}
table.column1 {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    margin: 6px;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
}
table.column2 {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    margin: 6px;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
}
.column1 th {
    text-align: left;
    background-color: #66CCFF;
    border: 1px solid #66CCFF;
    vertical-align: top;
    padding: 6px;
    font-size: 14px;
}

.column2 th {
    text-align: left;
    background-color: #dcdcdc;
    border: 1px solid #dcdcdc;
    vertical-align: top;
    padding: 6px;
    font-size: 14px;
}
.column1 td {
    padding: 8px;
    border: 1px solid #66CCFF;
    line-height: 140%;
}
.column2 td {
    padding: 8px;
    border: 1px solid #dcdcdc;
    line-height: 140%;
}


/*共通*/
.navi {
    text-align: left;
}
.left_text {
    color: #FFFFFF;
    text-align: left;
    margin: 10px;
}


#left_text a {
    color: #FFFFFF;
}
#left_text a:link {
    color: #FFFFFF;
    font-weight: normal;
}
#left_text a:visited {
    color: #FFFFFF;
}
#left_text a:hover {
    color: #ACD6FF;
    text-decoration: underline;
}
#left_text a:active {
    color: #FFFF00;
}
/*.icon_img {
    padding-top: 8px;
    padding-right: 4px;
}*/
.left_rank {
    color: #024385;
    font-size: 14px;
    text-align: left;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #FFFF35;
    margin-left: 3px;
    padding-right: 4px;
    padding-left: 4px;
    margin-right: 3px;
    margin-top: 5px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #CCCC00;
    border-bottom-color: #CCCC00;
}
.main_text {
    font-size: 15px;
    line-height: 160%;
    font-family: "メイリオ", "ＭＳ ゴシック", Verdana, "Century Gothic";
}
.main_text p {
    text-indent: 1em;
    padding-left: -1em;
}
.main_text ul {
    list-style-position: outside;
    margin: 1em;
    padding: 0;
}
.osusume {
    color: #4785C2;
    text-align: left;
}
/*.Jump {
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "メイリオ", Verdana, "Century Gothic";
    text-align: center;
    vertical-align: middle;
}*/
.Jump_list {
    font-size: 10px;
    color: #B9D0E8;
    font-weight: normal;
    background-color: #666666;
    text-align: center;
    border-top-style: none;
    font-family: Verdana, "Century Gothic";
    background-image: url(../image/top_image/center.png);
    background-position: center center;
    margin: 2px;
}
.key {
    font-size: 12px;
    line-height: 120%;
    font-family: "ＭＳ Ｐゴシック", "メイリオ", Verdana, "Century Gothic";
    padding: 6px;
    background-color: #E3E3E3;
    text-align: left;
    vertical-align: top;
}
.foot_text {
    color: #CCCCCC;
    line-height: 130%;
    text-align: left;
}
#foot_text a {
    color: #FFFFFF;
}
#foot_text a:link {
    color: #FFFFFF;
}
#foot_text a:visited {
    color: #FFFFFF;
}
#foot_text a:hover {
    color: #ACD6FF;
    text-decoration: underline;
}
#foot_text a:active {
    color: #FFFF00;
}
.mini_text {
    color: #000000;
    font-size: 10px;
    font-family: Osaka, "メイリオ", "ＭＳ Ｐゴシック";
}

/*文字*/
.articleArea H1 {
    font-size: 18px;
    color: #003366;
    font-weight: bolder;
    line-height: 130%;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-family: "メイリオ", Verdana, "Century Gothic";
}
.articleAreaH2 {
    font-size: 16px;
    color: #003366;
    font-weight: bold;
    line-height: 130%;
    margin-top: 0px;
}
.detail h3{
    background: #F5F5F5;
    padding: 10px;
    border-left: solid #5AB6D8;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}

.date {
    color: #333333;
    font-size: 10px;
}
.mini2_text {
    font-size: 10px;
}
.more_text {
    color: #336699;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.right_aomaru {
    color: #4785C2;
    text-align: left;
}
.index_title {
    background-color: #003399;
    text-align: left;
    color: #FFFFFF;
    padding-top: 2px;
    padding-left: 6px;
    margin-top: 10px;
    letter-spacing: 1px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    padding-bottom: 2px;
}
.index_box {
    padding: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #3366FF;
    overflow: auto;
}

/*画像*/
.s_img {
    background-color: #CCCCCC;
    margin: 6px;
}
.left_img {
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: #CCCCCC;
    padding: 1px;
}
.right_img {
    padding-bottom: 4px;
    float: right;
    border: 0;
    padding-left: 4px;
}
.center_img {
    padding-bottom: 6px;
    float: none;
    border: 0;
    padding-left: 20px;
    padding-top: 2px;
}
.feed_img {
    float: none;
    border: 0;
    padding-top: 0px;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-left: 0px;
    vertical-align: top;
}
.temp_468_ban {
    margin-top: 8px;
    margin-bottom: 8px;
}

/*BOX*/
/*.url_box {
    margin-bottom: 10px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    width: 420px;
    text-align: left;
    font-weight: bold;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #CCCCCC;
}
.url_box a {
    padding: 0 0 0 10px;
    background: url(/image/h01.gif) no-repeat top left;
    word-wrap: break-word;
    font-weight: normal;
}*/
#mainCont01 .articleArea .url_box {
    background-color: #f0f0f0;
    font-size: 12px;
    letter-spacing: 0.04em;
    margin: 20px;
    padding: 15px;
    line-height: 18px;
}
#mainCont01 .articleArea .url_box a {
    word-break: break-all;
    text-align: justify;
}

.bn_box {
    padding: 4px;
    background-color: #F2F2F2;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    margin: 2px;
    width: 70px;
    float: left;
    font-size: 12px;
}
.bn_box2 {
    padding: 4px;
    background-color: #F2F2F2;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    margin: 2px;
    width: 83px;
    float: left;
    font-size: 12px;
    text-align: center;
}

.vindex_title {
    background-color: #99cc33;
    text-align: right;
    padding-left: 6px;
    margin-top: 10px;
    font-family: Osaka, "ＭＳ ゴシック", "メイリオ", "Century Gothic";
    font-size: 11px;
    letter-spacing: 1px;
    padding-right: 6px;
}
.voice_box {
    border: 1px dashed #666666;
    padding: 10px;
    background-color: #FFFFFF;
    width: 420px;
    margin: 18px;
}
.voice_box2 {
    width: 440px;
    margin: 2px;
}
.voice_box3 {
    position: relative;
    top: 30px;
    right: 3px;
}
.ten_box {
    border: 1px dashed #666666;
    margin-bottom: 5px;
    line-height: 130%;
    font-size: 14px;
    padding: 12px;
    overflow: auto;
    text-indent: -7px;
}
.ten_box_r {
    font-size: 12px;
    color: #333333;
    line-height: 130%;
    margin-top: 10px;
    text-indent: 0px;
}

#mainCont01 .articleArea  ul.dashed {
    list-style-type: none;
    margin: 0 auto;
    padding: 20px;
}
ul.dashed li {
    text-indent: -5px;
    padding: 0px 10px;
}

ul.dashed>li:before {
    content: "━";
    text-indent: -5px;
    padding: 5px;
}

/*ID_*/
#voice a {
}
#voice a:link {
}
#voice a:visited {
}
#voice a:hover {
    background-color: #CCFF00;
    line-height: 20px;
}
#voice a:active {
}

/*AD_right*/
div.r-ad {
    width: 250;
}
div.r-ad img {
    margin-bottom: 1px;
}

/*Social*/
.social {
    height: 18px;
}

/* imagePanels */
div#imagePanels {
    text-align: center;
    width: 478px;
}
div#imagePanels ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div#imagePanels ul li {
    display: inline-block;
    margin: 0 1px 10px 0;
    position: relative;
    vertical-align: top;
    width: 238px;
}
div#imagePanels ul li img {
    margin-bottom: 5px;
}
* html div#imagePanels ul li {
    display: inline;
    zoom: 1;
}
*:first-child+ html div#imagePanels ul li {
    display: inline;
    zoom: 1;
}
.lead_spacer{
    height: 20px;
    background: #fff;
}