/**[general]**/
body {
    color: #333;
    font-size: 15px;
    font-family:'メイリオ',Meiryo,'MS Pゴシック',sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
    text-align:left;
}
.container{
    text-align:left;
}
table{
    border:1px solid #b5b5b5;
    border-collapse:collapse;
}
p {
    padding: 0px;
    text-align: left;
    border: none;
}

img {
    position: relative;
}

h1 {
    font-size: 150%;
    font-weight: normal;
}
a {
    text-decoration: none;
    color: #000000;
    display:inline;
}
a:visited{
    color:#000000;
}
a:hover {
    text-decoration: underline;
    color: #000000;
}
a:hover {
    color: #6F91E2;
}
a:hover img{
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
h2 {
    padding: 10px 15px;
    font-size: 120%;
    font-weight: normal;
    color:#ffffff;
}
h2 a {
    text-decoration: none;
    color:#ffffff;
}
dl {
    display: block;
    padding: 10px 0;
    line-height: 1.5;
}
address{
    font-style:normal;
}
/*IE6*/
* html dl {
    display: block;
    padding: 10px;
}
/*IE6*/
dt {
    display: block;
    font-weight: bold;
    line-height: 1.5;
}

dd {
    line-height: 1.5;
}
.indent01 {text-indent: -1em;padding-left: 1em;}
.indent02 {text-indent: -2em;padding-left: 2em;}
.txt_bold {font-weight:bold;}
.txt_normal {font-weight:bold;}
.txt_center {text-align:center;}
.sp .txt_center {text-align:left;}
.sp .txt_center br {display:none;}

/**[/general]**/


/**[header]**/
#header {
    margin-bottom: 0;
    background-repeat: repeat-x;
    background-position: left top;
}
#header_inner{
    overflow:hidden;
    min-height: 137px;
}
#header h1{
    font-size:100%;
}
#title_logo {
    margin: 6px auto 9px;
    width: 1000px;
    min-height: 72px;
}
#title_logo a {display:block;}
#header_right {
    width: 1000px;
    text-align: right;
    margin: -90px auto 10px;
}
#header_utility {
    display: block;
}
#header_utility_l,
#header_utility_r {
    display: none;
}
#utility_list {
    display: block;
    padding: 10px 0;
    font-size: 85%;
}
#utility_list li {
    display: inline-block;
    margin: 0 0 0 8px;
}
*html #utility_list li{
    margin:0 0 0 2px;
}
#utility_list li a {
    background-repeat: no-repeat;
    background-position: left 0.25em;
    padding: 0 0 0 12px;
}
#font_size{
    display: none;
}
#font_size div{
    width:65px;
    font-weight:normal;
    display:block;
    float:left;
}
#font_size ul{
    width:60px;
    float:left;
    overflow:hidden;
}
#font_size ul li{
    width:30px;
    display:inline;
    cursor: pointer;
    float:left;
}
#font_size a,#utility_list li a {
    text-decoration:none;
    color:#00000;
}
.footer_utility ul li a{
    text-decoration:none;
    color:#ffffff;
    padding: 12px 0;
}
#font_size ul li#fontM{
    display:inline-block;
    width:28px;
    height:15px;
    cursor:pointer;
    margin:0 4px 0 0;
}

#font_size ul li#fontL{
    display:inline-block;
    width:28px;
    height:15px;
    cursor:pointer;
}

#font_size ul li#fontM:hover{
    background-position: 0px -15px;
}

#font_size ul li#fontL:hover{
    background-position: 0px -15px;
}

#font_size ul li.active{
    background-position: 0px -15px!important;
}
#global_navi {
    height: 52px;
    width: 100%;
    background-color: #022a67;
    text-align: center;
    font-size: 0;
    clear:both;
}
#global_navi li {
    font-size: 15px;
}
#global_navi li.g_navi {
    margin:0;
    padding: 14px 0 0;
    display: inline-block;
    height: 38px;
    border-right: 1px solid #888;
}
#global_navi li.g_navi:hover {
    background-color: #27609E;
}
#global_navi li.header1 {
    border-left: 1px solid #888;
}
li.g_navi.selected,
#global_navi li.g_navi.selected:hover {
    background-color: #2a7ad3;
}

#global_navi li a{
    color: #fff;
    text-decoration: none;
    margin: 0 22px;
}
#global_navi li a:hover img{
    filter: alpha(opacity=60);-moz-opacity:0.60;opacity:0.60;
}
#global_navi li.select a:hover img{
    filter: alpha(opacity=100);-moz-opacity:1;opacity:1;
}
.g_menu {
    padding: 0 0 0 0;
    background-repeat: repeat-x;
    background-position: left top;
    background-color:#ffffff;
    position:absolute;
    top: 137px;
    z-index: 100000;
    border-bottom:1px solid #d9d9d9;
    display:none;
    text-align: left;
    width: 250px;
    box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.3);
    -ms-box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.3);
}
.g_menu:before {
    content: " ";
    border: 6px solid #fff;
    display: inline-block;
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    top: -4px;
    margin-left: -6px;
}
.g_menu li{
    border-left:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
    float:none !important;
    background-repeat: repeat-x;
    background-position: left top;
    padding:8px 12px !important;
    background-color:#ffffff;
}
.g_menu li.first{
    background-image:none;
}
.g_menu li:hover{
    background-color:#f4f4f4;
}
.g_menu li.first:hover{
    background:#f4f4f4 !important;
}
#global_navi .g_menu li a {
    color: #333;
    display:block;
    text-decoration:none;
    margin: 0;
}

.search {
    display: block;
    margin: 0 0 0 0;
    width: 300px;
    float: right;
    min-height: 38px;
}
.search ul li{
    display:inline;
    vertical-align:bottom;
}
#___gcse_0 {
    display: inline-block;
}
.q{
    border:0;
    width:162px;
    height:20px;
    padding:2px 0 0 0;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.submit{
    width:50px;
    height:22px;
    border:0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.gsc-control-cse {
    border: 1px solid #d2d2d2!important;
    border-radius: 2px!important;
}
.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0!important;
}
.gsc-input-box {
    border: none!important;
}
.gsc-search-box .gsc-input>input:focus,
.gsc-input-box-hover,
.gsc-input-box-focus {
    box-shadow: none!important;
}
.gsc-search-button {
    background-repeat: no-repeat;
    background-position: center center;
}
.gsc-search-button button {
    background-image: none !important;
    border: none;
    background-color: transparent;
}
.gsc-search-button .gsc-search-button-v2, .gsc-search-button .gsc-search-button-v2:hover, .gsc-search-button .gsc-search-button-v2:focus, .gsc-search-button .gsc-search-button-v2 svg {
    background-color: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.gsc-search-button .gsc-search-button-v2 svg {
    display: none;
}
input.gsc-search-button.gsc-search-button-v2 {
    opacity: 0;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2, .gsc-search-button .gsc-search-button-v2 {
    width: 26px!important;
    height: 26px!important;
    padding: 0!important;
    min-width: 26px!important;
    margin: 6px 9px 0!important;
}
form.gsc-search-box {margin-bottom: 2px!important;}
input.gsc-input {width: 220px!important;}


.breadcrumb li {
    display:inline;
    font-size: 90%;
}
.breadcrumb span {
    margin: 0 0.5em;
}
.top_navi {
    margin: 20px 0 12px 8px;
}
.print{
    display: none;
}
.print a{
    cursor:pointer;
}
/**[/header]**/

/**[content layout]**/
#content {
    width: 1017px;
    min-width: 1017px;
    padding: 0 8px 60px 0;
}
#content > .p75 {
    width: 726px;
    padding: 0 16px;
    margin-right: 6px;
    background-position: left top;
    background-repeat: no-repeat;
}
#content > .p25 {
    width: 253px;
}

.p100.fullWidth {
    width: 1008px;
    margin-right: 8px;
    padding: 0 9px 0 8px;
    background-position: left top;
    background-repeat: no-repeat;
}
.full {
    background-repeat: repeat-y;
    background-position: left top;
    margin:0 0 8px 0;
}

.full_top {
    padding: 7px 0 0 0;
    height: 0px;
    background-repeat: no-repeat;
    background-position: left top;
}

.full_top h2 {
    height: 22px;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 5px 15px;
}

.full_bottom {
    padding: 0 0 8px 0;
    height: 0px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.full_middle {
    overflow: hidden;
    padding: 0 0 0 7px;
}

.main_column {
    background-repeat: repeat-y;
    background-position: left top;
    margin: 0 0 8px 0;
    text-align: left;
}
.main_column > div:first-child {
    border-top: 1px solid #e5e5e5;
    padding-top: 26px;
    margin-top: 14px;
}
.title_area+.main_column > div:first-child,
.main_column.content_wrap > div:first-child {
    border-top: none;
    padding-top: 0;
}
.toppage .main_column > div:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.main_column_top {
    padding: 7px 0 0 0;
    height:37px;
    background-repeat: no-repeat;
    background-position: left top;
    overflow:hidden;
}
.main_column_top_hide {
    height: 7px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: left top;
}
.main_column_top h2 {
    padding: 5px 14px;
    float:left;
}
.main_column_bottom {
    padding: 0 0 8px 0;
    height: 0px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.main_column_middle {
    overflow: hidden;
    padding: 0 9px;
}
.layout_block{
    margin:0 0 8px 0;
}
.no_blocktitle{
    background-repeat: no-repeat;
    background-position: left top;
    padding-top:15px;
}
.half {
    background-repeat: repeat-y;
    background-position: left bottom;
    margin:0 0 8px 0;
}

.half_top {
    padding: 7px 0 0 0;
    background-repeat: no-repeat;
    background-position: left top;
}

.half_top h2 {
    height: 22px;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 5px 15px;
}

.half_bottom {
    padding: 0 0 8px 0;
    height: 0px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.half_middle {
    overflow: hidden;
    padding:0 14px;
}
.half_main_column,.half_main_column_right {
    background-repeat: repeat-y;
    background-position: left bottom;
    margin:0 0 8px 0;
}

.half_main_column_top {
    height:37px;
    padding: 7px 0 0 0;
    background-repeat: no-repeat;
    background-position: left top;
}
.half_main_column_right,.half_main_column_right .half_main_column_top,.half_main_column_right .half_main_column_top_hide{
    background-position: 3px top;
}
.half_main_column_right .half_main_column_bottom{
    background-position: 3px bottom;
}
.half_main_column_top h2 {
    height: 22px;
    padding: 5px 15px;
}
.half_main_column_top_hide{
    height: 7px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: left top;
}
.half_main_column_bottom {
    padding: 0 0 8px 0;
    height: 0px;
    background-position: left bottom;
    background-repeat:no-repeat;
}

.half_main_column_middle {
    overflow: hidden;
    padding: 8px 17px 0 14px;
    /*  font-size:95%;*/
}
.half_main_column_right .half_main_column_middle{
    padding: 8px 14px 0 17px;
}
.half_main_column_middle .image_text .text{
    width:254px !important;
}
.sub_column {
    background-repeat: repeat-y;
    background-position: left top;
    margin: 0 0 8px 0;
    text-align: left;
}
* html .sub_column{
    margin-left:0px;
    position:relative;
    right:-6px;
}
.menu_bar+.sub_column .sub_column_top {
    padding-top: 1px;
}
/**[/content layout]**/

/**[main_column]**/

/****[title]****/
.block_title h2{
    color: #c80002;
    font-size:130%;
    padding: 12px 14px 8px;
    border-left: 4px solid #5F5F5F;
    background-repeat: no-repeat;
    background-position: 13px 2px;
}
/****[/title]****/

/****[main_image]****/
.main_image {
    margin:0 0 0 0;
    overflow:hidden;
    position:relative;
    width:100%;
}
#mainVisualArea {
    position:relative;
    left:50%;
    width:3040px;
    margin-left:-1520px;
    background-color: #ececec;
}
.mainVisualContents {
    width:1000px;
}
.main_image > img {
    margin: 0 0 0 8px;
}
/*
.main_image {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
#mainVisualArea {
    width: 3000px;
    position: absolute;
    left: 50%;
    margin-left: -1500px;
}
#mainVisualAreaInner {
    width: 1000px;
    position: relative;
}
.mainVisualContents {
    width: 1000px;
    /*height: 298px;*/
}
*/
.mainVisualContents img {width: 100%; vertical-align: bottom;}
.mainVisualContents .textArea {
    font-size: 16px!important;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9999999;
    text-align: right;
    width: auto;
    padding: 0;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88000000,endcolorstr=#88000000,gradienttype=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000)";
    zoom: 1;
    display: inline;
    background-color: rgba(0,0,0,0.65);
    color: #ffffff;
}
.mainVisualContents .textArea .textAreaCopy {
    width: 974px;
    display: inline-block;
    padding: 10px 13px;
    text-align: left;
    font-size: 120%;
}
.mainVisualContents .textArea .textAreaLink {
    width: 956px;
    display: inline-block;
    padding: 10px 18px 10px 13px;
    background-repeat: no-repeat;
    background-position: right 0.7em;
    font-size: 90%;
    margin-right: 13px;
}
.main_image .caption{
    text-align:right;
    color:#7c7c7c;
    font-size:80%;
}
/****[/main_image]****/

.title_area {
    padding: 8px 0 8px 0;
    min-height: 93px;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}
.page_title {
    background-repeat: repeat-x;
    background-position: left bottom;
    margin: 0 18px 0 -8px;
    padding: 26px 0 18px 17px;
    border-left: 9px solid #d60000;
}
.fullWidth .page_title {
    margin-left: 0;
}
.page_title h2{
    font-size:185%;
    color:#444444;
    padding:0;
}
.title_area .date{
    text-align:right;
    padding: 12px 0 0 0;
    position:absolute;
    font-weight:bold;
    color:#484848;
    right: 18px;
    font-size: 80%;
    font-weight:normal;
}
.sub_title{
    padding:0 0 8px 0;
}
.sub_title h3{
    color:#ef534d;
    font-weight:normal;
}
.lead {
    padding: 8px 18px;
    line-height: 1.8em;
}
.anchor_list {
    background-repeat: repeat-x;
    background-position: left bottom;
    margin: 7px 18px 26px;
}
.anchor_a{
    background-repeat:repeat-x;
    background-position:left top;
    padding:4px 14px 4px 0;
    border-bottom: 1px solid #e5e5e5;
}
.anchor_a li{
    display:inline-block;
    padding:0 4px 0 0;
    color:#ffffff;
}
.anchor_b{
    padding:2px 0;
    margin:0 0 0 0;
}
.anchor_b li{
    padding: 6px 14px 6px 0;
    border-bottom: 1px solid #e5e5e5;
}
.anchor_list ul li a{
    color: #000000;
    text-decoration: none;
    padding:0 0 0 18px;
    background-repeat:no-repeat;
    background-position:left 0.5em;
}
#tab{
    overflow:hidden;
    margin: 0 18px 0 17px;
    position: relative;
    top: 5px;
    padding: 0 0 30px 0;
    background-color: #ffffff;
    background-repeat: repeat-x;
    background-position:left bottom;
    font-size: 0;
}
#tab li{
    background-repeat:repeat-x;
    background-position:left bottom;
    background-color: #353535;
    vertical-align: bottom;
    display: inline-block;
    list-style: none outside none;
    padding: 10px 8px;
    margin:0 4px 0 0;
    min-width:48px;
    color: #ffffff;
    cursor:pointer;
    font-size: 15px;
}
#tab li.select{
    background:none;
    background-color:#d60000;
    position: relative;
}
#tab li.select:after{
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    display: inline-block;
    border: 5px solid #d60000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#tab li:hover {
    color: #888;
}
#tab li.select:hover {
    color: #fff;
}
#tab li a{
    text-decoration:none;
}

.block_title {
    padding: 15px 0 0 0;
    min-height: 51px;
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0 18px 0 18px;
}
.module_title_top {
    background-repeat: no-repeat;
    padding: 7px 0 0 0;
}
.article_date {
    color: #999;
    margin-top: 20px;
    font-weight: bolder;
    padding: 0px;
    text-align: right;
}

.article_header {
    padding: 10px 10px 15px;
    margin: 10px 15px 20px;
    border-bottom: 2px solid #ddd;
}
.module_title {
    padding:0 0 0 0;
}
.recommend_title {
    padding:0 0 16px 0;
}
.module_title h3 {
    color: #000000;
    border-bottom: 1px solid #c80000;
    background-position: left top;
    background-repeat: no-repeat;
    min-height:24px;
    font-size:115%;
    line-height:1.2em;
    margin-top: 15px;
    padding-left: 3px;
}

.article_header h1 {
    font-weight: bolder;
}

/**[/main_column]**/

/**[article_module]**/
.article_image{
    margin: 15px 0 8px 0;
}
.article_image_float{
    overflow:hidden;
    margin: 0 -4px;
}
.article_image_float .article_image{
    float:left;
    padding:0 4px 8px;
}
.article_image_float .panel{
    float:left;
    margin: 0 6px 8px;
}
.article_image_float .article_image .panel_width{
    margin-right: 3px;
}
.article_image_left{
    float:left;
    margin: 0 12px 8px 0;
}
.article_image_right{
    float:right;
    margin: 0 0 8px 8px;
}

.article_text > div,
.article_text_left > div,
.article_text_right > div {
    margin-top: 15px;
}
.article_module ul,
.article_module ol {
    margin: 15px 0 0 0;
}
.article_module ul li,
.article_module ol li {
    padding: 0 0 0 14px;
    margin-top: 15px;
}
.article_module ul li:first-child,
.article_module ol li:first-child {
    margin-top: 0;
}
.article_text_right ol,
.article_text_right ul{
    display: table;
    padding-left: 0px;
    zoom: 1;
}
li.headword {
    list-style-position:inside;
    background-position: left 0.5em;
    background-repeat: no-repeat;
}
ul li.link {
    list-style-position:inside;
    background-repeat: no-repeat;
    background-position: 0.3em 0.5em;
}
.link_headword{
    background-image: none;
    display: block;
}
.list_description{
    margin-top: 4px;
    padding: 0 0 0 0;
    display:block !important;
    line-height: 1.3em;
}
.article_text ol{
    padding:0 0 0 20px;
}
.article_text ol li{
    list-style-type: decimal;
    padding:0 0 0 0;
}
.caption{
    color:#444444;
    font-size: 90%;
    line-height: 1.5em;
}
/**[/article_module]**/

/**[index_module]**/
.image_text{
    overflow:hidden;
    clear:both;
}
.image_text .image{
    float:left;
}
.image_text .image a{
    background-image:none;
    padding-left:0;
}
.image_text .text{
    float:left;
}
.image_text .image,.index_module .image,.recommend_area .image {
    width: 48px;
    margin-right: 0;
}
.sub_column .description{
    padding:0 0 10px 0;
    line-height:1.3em;
    color:#585858;
}

.index_module, .article_module, .recommend_area {
    padding: 0 9px 20px 9px;
}

.half_main_column .index_module, .half_main_column .article_module, .half_main_column .recommend_area{
    padding:0 0 20px 0;
}
.index_module ul {
    margin: 15px 0 0 0;
}
.index_module ul li,
.recommend_area ul li,
.relation_link ul li {
    padding: 15px 0 0 0;
}
.index_module ul li.first,
.recommend_area ul li.first,
.relation_link ul li.first {
    padding: 0 0 0 0;
}
.module_list .recommend_area{
    padding:0 0 0 0;
}
.module_list .relation_link{
    padding:0 0 0 0;
}
/*.index_module .text,.recommend_area .text{
    line-height:1.2em;
}*/
.index_module ul.tile1 li,
.index_module ul.tile2 li,
.index_module ul.tile3 li {
    border-bottom: none;
}
.index_module .image_text .text,.recommend_area .image_text .text{
    width:628px;
}
.sub_column .image_text .text {
    width: 175px;
}
* html .sub_column .image_text .text{
    width: 175px;
}
.p50 .image_text .text{
    width: 278px;
}
.p33 .image_text .text{
    width: 160px;
}
.module_list .index_module .image_text .text{
    width: 170px;
}

.index_text,.article_text{
    padding:0 0 0 0;
}
.article_text > div {
    padding: 0px;
    text-align: left;
    border: none;
}
.article_text,.article_text_right,.article_text_left{
    line-height: 1.8em;
}
.index_module .index_text,.recommend_area .index_text{
    padding: 0 0 8px 0;
    color: #010101;
}
.index_subtitle,.headline .subtitle{
    font-size: 85%;
    color: #818181;
    padding: 0 0 0 14px;
}
/*span.icon {
    margin: 0 2px;
}*/
.icon+span {margin-left: 4px;}
.icon span {
    background-color: #666666;
    border-radius: 3px;
    font-size: 12px;
    display: inline-block;
    padding: 1px 8px;
    color: #ffffff;
}
.icon span.iconA {background-color: #9e8b53;}
.icon span.iconB {background-color: #9461b0;}
.icon span.iconC {background-color: #f9922b;}
.icon span.iconD {background-color: #82b46b;}
.icon span.iconE {background-color: #4d7fbc;}
.icon span.iconF {background-color: #dc707a;}

.headline span.icon{
    margin:0 2px;
    vertical-align:-16px;
}
*:first-child+html .headline span.icon{
    vertical-align:baseline;
}
.index_module .date,.sub_column ul li .date{
    font-size: 85%;
    color: #666666;
    white-space: nowrap;
    display: inline-block;
}
.index_module .event,.sub_column ul li .event,.headline .event{
    padding: 0 0 4px 14px;
    font-size: 85%;
    color: #000000;
    display: inline-block;
}
.index_module .description,.recommend_area .description,.headline .description{
    padding:0 0 0 14px;
    font-size: 90%;
}
div.item_icon,
div.basic {
    background-position: 0.3em 0.4em;
    background-repeat: no-repeat;
    padding: 0 0 0 14px;
}
.tile1 div.item_icon, .tile1 div.basic,
.tile2 div.item_icon, .tile2 div.basic,
.tile3 div.item_icon, .tile3 div.basic {
    background-position: 0.3em 0.5em;
}
div.item_icon a {
    padding:1px 15px 1px 0 !important;
    display:inline !important;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
*:first-child+html div.item_icon a{
    display:inline-block !important;
}
div.basic {
    color: #000000;
    text-decoration: none;
    background-position: 0.3em 0.3em!important;
}
.image_title{
    line-height: 1.8em;
    font-weight: bold;
    font-size: 90%;
}
.index_module ul li .text span+span,
.index_module ul li .text span+div,
.index_module ul li .text div+div {
    margin-top: 4px;
}
.module_2column.index_module .banner img,
.module_3column.index_module .banner img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

/****▼インデックスモジュール;タイル表示****/
ul.tile1,
ul.tile2,
ul.tile3,
.index_module ul.tile1,
.index_module ul.tile2,
.index_module ul.tile3{
    margin-right: -9px;
    margin-left: -9px;
    padding: 2px 0 0 0;
}
ul.tile1 li,
.index_module ul.tile1 li{
    padding: 0 0 10px 0;
    background-image: none;
}
ul.tile2 li,
ul.tile3 li,
.index_module ul.tile2 li,
.index_module ul.tile3 li{
    padding: 0 0 18px 0;
    width: 50%;
    background-image: none;
    float: left;
}
.tile1 li>div,
.tile2 li>div,
.tile3 li>div{
    margin: 0 9px;
    padding: 10px 10px 10px 10px;
    box-shadow: 1px 1px 4px 1px rgba(40,40,40,0.2);
    -moz-box-shadow: 1px 1px 4px 1px rgba(40,40,40,0.2);
    -webkit-box-shadow: 1px 1px 4px 1px rgba(40,40,40,0.2);
    -o-box-shadow: 1px 1px 4px 1px rgba(40,40,40,0.2);
    -ms-box-shadow: 1px 1px 4px 1px rgba(40,40,40,0.2);
}
.ie7 .tile1 li>div,
.ie7 .tile2 li>div,
.ie7 .tile3 li>div,
.ie8 .tile1 li>div,
.ie8 .tile2 li>div,
.ie8 .tile3 li>div{
    border: 1px solid #ddd;
}
/*
.tile1 li>.image{
    width: 685px;
}
.tile2 li>.image{
    width: 325px;
}
.tile3 li>.image{
    width: 205px;
}
*/
.tile1 .image_text .text {
    width: 612px;
}
.tile2 .image_text .text{
    width: 258px;
}
ul.tile2:after,
.index_module ul.tile2:after{
    clear: both;
}
ul.tile3 li,
.index_module ul.tile3 li{
    width: 33.333%;
}

.tile3 .image_text .text{
    width: 139px;
}

ul.tile3:after,
.index_module ul.tile3:after{
    clear: both;
}
ul.tile1, ul.tile2, ul.tile3
.index_module ul.tile1, .index_module ul.tile2, .index_module ul.tile3 {
    overflow: hidden;
    position:relative;
}

.tile1 .banner > a {
    display: inline-block;
}
.tile3 .banner > a {
    width: 216px;
    height: 107px;
    overflow: hidden;
}
.tile3 .banner > a img {
    width: 216px;
    height: auto;
}
.tile1 .banner > a img {
    max-width: 216px;
    height: auto;
}
.p100.fullWidth .tile1 .banner > a img {
    max-width: 310px;
}
.tile2 .banner > a img,
.tile3 .banner > a img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
}
.pick_up_menu .tile3 .banner > a img {
    width: 308px;
}
.tile1 .banner .image_text {
    display: inline-block;
    vertical-align: top;
    padding: 12px 12px 8px 0;
}
.tile1 .banner .text {
    display: inline-block;
    vertical-align: top;
    padding: 12px 12px 8px 0;
}
.tile2 .banner .text,
.tile3 .banner .text {
    padding: 12px 12px 8px 0;
}
.banner span.icon {
    padding-left: 6px;
}
.banner .date {display: block;}
.banner .date,
.banner .index_subtitle, .banner .headline .subtitle,
.banner .event, .banner .description,
.tile1 .banner div.item_icon, .tile1 .banner div.basic,
.tile2 .banner div.item_icon, .tile2 .banner div.basic,
.tile3 .banner div.item_icon, .tile3 .banner div.basic {
    padding: 0 0 0 12px;
}
.tile1 .banner div.item_icon, .tile1 .banner div.basic,
.tile2 .banner div.item_icon, .tile2 .banner div.basic,
.tile3 .banner div.item_icon, .tile3 .banner div.basic {
    background-image: none;
}
.tile1 li>div.banner,
.tile2 li>div.banner,
.tile3 li>div.banner {
    padding: 0;
    border: #d5d5d5 1px solid;
    box-shadow: none;
}
.banner.type_b {
    background-color: #f2f2f2;
}
.tile1 .banner.type_b .text,
.tile2 .banner.type_b .text,
.tile3 .banner.type_b .text {
    padding: 12px 30px 8px 0;
    background-position: right center;
    background-repeat: no-repeat;
    margin-right: 12px;
}
.tile1 .banner .image_text .text {width: 272px;}
.tile1 .banner.type_b .text {width: 312px;}
.tile1 .banner.type_b .image_text .text {width: 242px;}
.tile1 .banner.type_b .image_text .text {width: 242px;}
.tile2 .banner.type_b .image_text .text {width: 234px;}
.tile3 .banner.type_b .image_text .text {width: 115px;}

.fullWidth .tile1 .banner.type_b .text {width: 594px;}
.fullWidth .tile1 .banner.type_b .image_text .text {width: 534px;}
.fullWidth .tile2 .banner.type_b .image_text .text {width: 385px;}
.fullWidth .tile3 .banner.type_b .image_text .text {width: 219px;}

.p25 .banner img {
    max-width: 100%;
    height: auto;
}
/****▲インデックスモジュール;タイル表示****/

/**[/index_module]**/


/**[sub_column]**/
.sub_column_top {
    padding: 7px 0 0 0;
    background-repeat: no-repeat;
    background-position: left top;
}
.sub_column_top h2 {
    padding: 20px 12px 18px;
    color: #ffffff;
    background-color: #2a7ad3;
}
.sub_column_top h2 a,
.sub_column_top h2 a:hover,
.sub_column_top h2 a:visited{
    color: #ffffff;
}
.sub_column_bottom{
    height: 8px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.sub_column_middle {
    overflow: hidden;
    padding:8px 14px 0 14px;
    font-size:95%;
}

/****[banner_area]****/
.banner_area {
    margin: 0 0 10px 0;
    text-align: left;
}
.banner_area ul li{
    margin-bottom:3px;
}
.banner_area ul li a{
    display:block;
}
.banner_area ul li a:hover{
    filter: alpha(opacity=60);-moz-opacity:0.60;opacity:0.60;
}
/****[/banner_area]****/

.recommend_title h3{
    color: #000000;
    border-bottom: 1px solid #c80000;
    background-position: left top;
    background-repeat: no-repeat;
    min-height:24px;
    font-size:115%;
    line-height:1.2em;
    margin-top: 15px;
    padding-left: 3px;
}
.module_list ul li{
    overflow:hidden;
}
* html .sub_column ul li{
    width:200px;
}
.menu_bar{
    margin: 7px 0 0 0;
}
.menu_bar a {
    text-decoration:none;
    background-repeat:no-repeat;
    background-position:12px 12px;
    padding:10px 0 10px 30px;
    display:block;
    background-color: #022a67;
    color: #ffffff;
}
.menu_bar a:visited{
    color: #ffffff;
}
.menu_bar a:hover{
    color: #d4d4d4;
}

/****[selectable_ul]***/
.selectable_list{
    background-image:none !important;
}
.selectable_list .sub_column_middle{
    background-repeat:no-repeat;
    background-position:left bottom;
    padding:0 !important;
}

ul.selectable_ul {
    padding: 0;
}
ul.selectable_ul a:hover {
    color: #000;
    text-decoration: none;
}
ul.selectable_ul > li {
    background-repeat: repeat-x;
    background-position: left bottom;
    border-bottom: 1px solid #d4d4d4;
    font-weight: bold;
}
ul.selectable_ul li span {
    padding: 14px 14px 14px;
    display: block;
}
ul.selectable_ul li span a {
    text-decoration:none;
    background-image:none;
    color: #000;
    display: block;
}
ul.selectable_ul li ul{
    padding: 0 0 0 0;
}
ul.selectable_ul li ul li{
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 0 0;
    font-weight: normal;
    border: none;
    background-color: #f4f4f4;
}
ul.selectable_ul li.select ul li span {
    background-color: #f4f4f4;
}
ul.selectable_ul li ul li a{
    background:none !important;
}
ul.selectable_ul li ul li span {
    background-repeat: no-repeat;
    background-position: 1.2em 1.0em;
    padding: 8px 10px 8px 26px;
    display:block;
    position: relative;
}

ul.selectable_ul li.select span,
ul.selectable_ul li span:hover,
ul.selectable_ul li.select_parent > a > span {
    background-color: #dee7f0;
    display:block;
    position: relative;
}
ul.selectable_ul li.select_parent > a > span:before,
ul.selectable_ul > li.select span:before,
ul.selectable_ul > li:hover span:before {
    content: " ";
    display: inline-block;
    border: 5px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -6px;
}

ul.selectable_ul li ul li.select span,
ul.selectable_ul li ul li.select_first span,
ul.selectable_ul li ul li a:hover span,
ul.selectable_ul li.select ul li a:hover span {
    background-color: #e5e5e5;
}

ul.selectable_ul ul li span:before,
ul.selectable_ul ul li:hover span:before,
ul.selectable_ul li ul li.select span:before,
ul.selectable_ul li.select ul li span:before {
    display: none!important;
}

li.parent{
    padding-bottom:0 !important;
}
li.parent a.first{
    padding-bottom:7px !important;
}
li.select a.first{
    padding-bottom:0 !important;
}
/****[/selectable_ul]****/
/**[/sub_column]**/

/**[special]**/
.login{
    margin:0 0 5px 6px;
}
/**[/special]**/

/*[etc]*/
.half_full .image_text_dl {
    min-height: 120px;
}
.half_full .image_text_dl dt img {
    left: 10px;
    width: 26%;
}
.plain_dl {
    /*margin: 0px 15px;*/
}
.sub_column .plain_dl {
    padding: 2% 0%;
}
.half .plain_dl {
    padding: 1% 0%;
}
.img_p100 {
    padding: 0 4.6%;
}
/*IE6*/ * html .img_p100 {
    padding: 0 10px;
}
.img_p100 img {
    border: 1px #bbb solid;
}

/**[toppage]**/
.BtoB_menu {
    background-color: #ececec;
    min-width: 1000px;
}
.BtoB_link {
    font-size: 0;
    text-align: center;
}
.BtoB_link li {
    display: inline-block;
    font-size: 15px;
    background-color: #d5a246;
    border: 1px solid #d5a246;
    margin: 15px 5px 18px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    width: 186px;
    max-width: 186px;
    vertical-align: middle;
    line-height: 1.2em;
}
.BtoB_link li span {
    display: table-cell;
    text-align: left;
    color: #fff;
    padding: 0 18px;
    max-width: 188px;
    height: 60px;
    vertical-align: middle;
}
.BtoB_link li a:hover {
    text-decoration: none;
}
.BtoB_link li a:hover span {
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}
.toppage #content {
    width: 1000px;
    min-width: 1000px;
    padding: 0 0 60px 0;
}
.pick_up_menu {
    padding-top: 18px;
    min-width: 1000px;
}
.pick_up_menu ul.tile3.cf {
    margin-right: -11px;
    margin-left: -11px;
}
.pick_up_menu .tile3 .banner > a {
    width: 100%;
}
.pick_up_menu .tile3 li>div {
    margin: 0 11px;
}
.pick_up_menu .tile3 li:last-child>div {
    margin-right: 0;
}
.pick_up_menu .banner.type_b .text a {
    font-size: 120%;
    line-height: 1.5rem;
}

.toppage .main_column {
    width: 669px;
    float: left;
    padding-right: 5px;
}
.toppage .sub_column {
    width: 326px;
    float: left;
    margin: 0 0 18px 0;
}
.toppage #tab {
    margin: 0 0 0 0;
    padding-bottom: 10px;
    top: 0;
    background-image: none!important;
}
.toppage div+ul#tab {
    margin-top: 15px;
}
.toppage .index_module ul {
    margin-top: 0;
}
.toppage #tab li {
    text-align: center;
}
.toppage #tab li:first-child {
    width: 66px;
    text-align: center;
    vertical-align: middle;
    padding: 21px 8px 22px;
}
.toppage #tab li:nth-child(2) {
    padding: 20px 8px;
    min-height: 26px;
}
.toppage .tabs3 li {
    width: 265px;
}
.toppage .tabs4 li {
    width: 170px;
}
.toppage #tab.tabs5 li:first-child {
    width: 68px;
}
.toppage .tabs5 li {
    width: 122px;
}
.toppage .tabs6 li {
    width: 94px;
}
.toppage .tabs7 li {
    width: 75px;
}
.toppage ul.tile3 li {
    width: 337px;
}
.toppage #tab li:last-child {
    margin-right: 0;
}
.toppage .more {
    display: block;
    text-align: right;
    margin: -20px 0 0 0;
}
.toppage .module_title .more {
    margin: -20px 0 -10px 0;
}
.rss_link a {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
    font-size: 12px;
    margin-right: 10px;
}
.more_link a {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 22px;
    font-size: 12px;
}
.toppage .sub_menu li {
    vertical-align: middle;
    background-color: #a0a0a0;
    margin-bottom: 4px;
    /*padding: 10px;*/
}
.toppage .sub_menu li:hover {
    opacity: 0.7;
}
.toppage .sub_menu li.sub_menu_a {
    background-color: #004097;
}
.toppage .sub_menu li img,
.toppage .sub_menu li span {
    vertical-align: middle;
    display: inline-block;
    margin-right: 16px;
    color: #ffffff;
    font-weight: bold;
    font-size: 120%;
}
.toppage .main_column .index_module,
.toppage .main_column .article_module,
.toppage .main_column .recommend_area {
    padding: 0 18px 0 0;
}
.toppage .content_wrap {
    padding: 0 0 20px;
}
.toppage .content_wrap > div:first-child {
    margin: 0 0 0 0;
}
.toppage .main_column .module_title h3 {
    margin-top: 33px;
}
.toppage .main_column > div:first-child .module_title h3 {
    margin-top: 15px;
}

.toppage .main_column .content_wrap > div:first-child .module_title h3 {
    margin-top: 6px;
}
.toppage .index_module ul li,
.toppage .recommend_area ul li,
.toppage .relation_link ul li{
    border-bottom: 1px solid #d6d6d6;
    padding: 12px 0 8px 0;
}
.toppage .index_module:first-child ul li.first {
    padding: 0 0 8px 0;
}
.toppage .index_module .module_title+ul li.first {
    padding: 12px 0 8px 0;
}
.toppage div.item_icon a{
    font-weight: bold;
    line-height: 1.5em;
}
.toppage div.basic {
    font-weight: bold;
}
.sub_menu a {
    display: block;
    padding: 10px;
}
/**[/toppage]**/


.module_list{
    color:#585858;
}
.module_list .module_title h3{
    padding-right:0;
}
.module_list .sub_column_middle{
    padding: 12px 0 0;
}
.module_list .index_module,.module_list .article_module{
    padding:0 0 8px 10px;
}
.module_list .index_module ul {
    padding:0;
}
.module_list div.first{
    background-image:none;
}
.module_list .description{
    line-height:1.3em;
    padding: 18px 0 0 0;
}
.module_list .recommend_area .description{
    padding: 0 0 0 0;
}
.module_list .image_text .description{
    padding:0 0 0 0;
}
.module_list ul{
    padding:0 0 0 0;
}
.module_list .article_module ul{
    padding:0;
}
li.first{
    background-image:none !important;
}

.headline{
    padding:0;
}
.headline .date {
    float:left;
    color:#333333;
    width:120px;
}
.headline .text{
    width:560px;
    float:left;
}
.half_main_column .headline .text{
    width:215px;
    float:left;
}
.relation_link ul li a{
    background-repeat: no-repeat;
    background-position: left 6px;
    padding:0 0 4px 14px;
    display:block;
    line-height:1.5em;
}
.headline li {
    padding: 7px 0;
    margin:0 14px 0 0;
    background-repeat: repeat-x;
    background-position: left top;
    overflow:hidden;
}
.half_main_column .headline li{
    margin:0;
}
.headline li a{
    background-repeat: no-repeat;
    background-position: left 6px;
    padding:0 0 0 14px;
    display:inline !important;
}
.headline .text .item_icon{
    display:inline;
    background-position:left 3px;
}
.headline_text{
    margin:0 14px 7px 0;
    padding: 0 0 7px 0;
    background-repeat: repeat-x;
    background-position: left bottom;
}
/**[footer]**/
.footer_banner ul {
    margin: 0 -14px;
    font-size: 0;
}
.footer_banner ul li {
    display: inline-block;
    margin: 14px 14px;
    vertical-align: middle;
    min-height: 68px;
    background-color: #efefef;
}
.footer_banner a {
    display: table-cell;
    min-height: 68px;
    vertical-align: middle;
    height: 68px;
}
.to_top{
    text-align:right;
}
.main_column .to_top {
    display: none;
}
.to_top a{
    background-repeat:no-repeat;
    background-position:left 4px;
    padding:0 14px 0 13px;
}
#footer .to_top{
    display: none;
}
#footer .to_top a{
    display:block;
    top:-49px;
    right:0;
    position:absolute;
    width:181px;
    height:35px;
    display:block;
    text-align:center;
    background-repeat: no-repeat;
    background-position: left top;
    text-decoration:none;
    padding:10px 0 0 0;
    font-size:11px;
    color:#343333;
    font-weight:bold;
}
span.list{
    display:block;
    text-align:right;
}
span.list a{
    color:#1B3B84;
    text-decoration:underline;
    padding:0 0 0 30px;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    font-size:100%;
}
.main_column span.headline_list{
    margin:0 14px 0 0;
    padding:8px 0 0 0;
    background-position: left top;
    background-repeat: repeat-x;
}
.toppage .main_column_middle{
    padding:8px 3px 0 14px;
}
.toppage .headline li.first{
    padding-top:0;
}
.close span.list{
    display:inline;
    padding-left:15px;
}
#footer {
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #f4f4f4;
    padding: 20px 0 0 0;
    position: relative;
    border-top: 1px solid #b4b4b4;
}
.footer_6column dl {
    width: 166px;
}
#footer_inner dl {
    float: left;
}
#footer_inner dl dt a {
    font-weight: bold;
    font-size: 90%;
}
#footer_inner dl.first{
    clear:both;
}
#footer_inner dt,
#footer_inner dd {
    padding: 0 5px;
}
#footer_inner dd {
    font-size: 82%;
}
#footer_inner .plain {
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 1.3;
}
#footer_inner .plain li{
    padding-bottom:8px;
}
#footer_inner .plain li a{
}
#reference_links {
    overflow: hidden;
    width: 1006px;
    margin: 0 auto;
}
#reference_links a{
    text-decoration:none;
    background-image:none !important;
    text-align:left !important;
}
#reference_links a:hover{
    color:#1b3b84;
    text-decoration:underline;
}
#reference_links a:visited{
    color:#333333;
}

.footer_utility {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-repeat:no-repeat;
    background-position:left top;
    overflow: hidden;
}
.footer_utility ul {
    text-align: center;
    background-color: #444444;
    padding: 15px 0;
}
.footer_utility ul li {
    display: inline-block;
    padding: 0 0 0 0;
}
.footer_utility ul li a {
    color: #ffffff;
    font-size: 80%;
    text-decoration: none;
    padding:0 25px 0 10px;
    background-repeat:no-repeat;
    background-position:left 3px;
}

#floatToTopIcon {
    display: none;
    position: fixed;
    bottom: 16px;
    right: 50%;
    margin-right: -17px;
}

.copy strong{
    font-weight: normal;
}
div.copy{
    width: 100%;
    float: none;
    text-align:center;
    color: #ffffff;
    background-color: #444444;
    border-top: 1px solid #7b7b7b;
    padding: 15px 0 15px;
    font-size: 90%;
}
span.copy {
    padding-left: 10px;
}
/**[/footer]**/

a.lightbox{
    background:#000000;
    display:block;
    background-repeat:no-repeat;
    background-position:8px 8px;
}
a.lightbox:hover img{
    background-color:#000000;
}
a.lightbox:hover img{
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}
.panel{
    border:1px solid #d1d1d1;
    width:220px;
    margin:0 0 8px 0;
}
.panel_width{
    width:220px;
}
.panel a{
    padding:10px;
    display:block;
    text-decoration:none;
    background-color:#ffffff;
    background-repeat:no-repeat;
    background-position:197px 5px;
}
.panel a:hover{
    background-color:#f4f4f4;
}
.panel .panel_title{
    color:#1b3b84;
    font-size:120%;
    padding:4px 0 4px 0;
    font-weight:bold;
}
.panel .description{
    font-size:90%;
    color:#010101;
    padding:0 0 4px 0;
}
.panel .text,.panel .image{
    float:none;
}
.panel .date{
    text-align:right;
    font-size:85%;
    color:#444444;
}

.open,.close{
    text-align:right;
    margin:0 0 14px 0;
    padding:7px 0 4px 0;
    border-bottom:1px solid #dddddd;
}
.sub_column .open,.sub_column .close{
    margin-left: 0;
}
.toppage .open,.toppage .close{
    margin:0 14px 0 0;
    background-position:left top;
}
.close{
    display:none;
}
.open a{
    padding: 0 0 0 18px;
    background-repeat: no-repeat;
    background-position: left 0.5em;
}
.close a{
    padding: 0 0 0 18px;
    background-repeat: no-repeat;
    background-position: left 0.5em;
}

/**[sitemap]**/
.sitemap{
    padding:0 14px 8px 14px;
}
.p50 .sitemap{
    padding:0 14px 8px 10px;
}
.sitemap_main{
    padding-top:24px;
}
.sitemap .module_title{
    padding-bottom:2px;
}
.sitemap .module_title h3{
    margin:3px 0 0 0;
}
.sitemap .module_title h3 a{
    color:#3a3a3a;
}
.main_column .block_title h2 a{
    color:#3a3a3a;
}
.main_column .block_title h2 a:hover{
    color:#1b3b84;
}
.sitemap .module_title h3 a:hover{
    color:#1b3b84;
}
.sitemap ul{
    margin:0 0 15px 0;
}
.sitemap ul li div{
    background-repeat: repeat-x;
    background-position: left bottom;
    padding:7px 0;
}
.sitemap ul li ul.child,.sitemap ul li ul li ul.grandchild{
    margin:0 0 0 26px;
}
.sitemap ul li a{
    background-position: 0.3em 0.3em;
    background-repeat: no-repeat;
    padding:0 0 0 14px;
}
/**[/sitemap]**/

/**[link icons]**/
li.pdf a,li.xls a,li.xlsx a,li.blank a,li.gif a,li.png a,li.jpg a,li.zip a,li.ppt a,li.pptx a,li.doc a,li.docx a{
    padding:2px 18px 2px 0 ;
    display:inline !important;
    background-position:right center;
    background-repeat:no-repeat;
}
*:first-child+html li.pdf a,*:first-child+html li.xls a,*:first-child+html li.xlsx a,*:first-child+html li.blank a,*:first-child+html li.gif a,*:first-child+html li.png a,*:first-child+html li.jpg a,*:first-child+html li.zip a,*:first-child+html li.ppt a,*:first-child+html li.pptx a,*:first-child+html li.doc a,.docx a{
    display:inline-block !important;
}
div.pdf a,div.xls a,div.xlsx a,div.blank a,div.gif a,div.png a,div.jpg a,div.zip a,div.ppt a,div.pptx a,div.doc a,div.docx a{
    padding:2px 18px 2px 15px ;
    display:inline !important;
    background-position:right center !important;
    background-repeat:no-repeat;
}
*:first-child+html div.pdf a,*:first-child+html div.xls a,*:first-child+html div.xlsx a,*:first-child+html div.blank a,*:first-child+html div.gif a,*:first-child+html div.png a,*:first-child+html div.jpg a,*:first-child+html div.zip a,*:first-child+html div.ppt a,*:first-child+html div.pptx a,*:first-child+html div.doc a,*:first-child+html div.docx a{
    display:inline-block !important;
}
ul.selectable_ul li.pdf a,
ul.selectable_ul li.xls a,
ul.selectable_ul li.xlsx a,
ul.selectable_ul li.blank a,
ul.selectable_ul li.gif a,
ul.selectable_ul li.png a,
ul.selectable_ul li.jpg a,
ul.selectable_ul li.zip a,
ul.selectable_ul li.ppt a,
ul.selectable_ul li.pptx a,
ul.selectable_ul li.doc a,
ul.selectable_ul li.docx a {
    padding: 0 0 0 0 ;
    display:inline!important;
    background-image: none!important;
}
ul.selectable_ul li.pdf a span:after,
ul.selectable_ul li.xls a span:after,
ul.selectable_ul li.xlsx a span:after,
ul.selectable_ul li.blank a span:after,
ul.selectable_ul li.gif a span:after,
ul.selectable_ul li.png a span:after,
ul.selectable_ul li.jpg a span:after,
ul.selectable_ul li.zip a span:after,
ul.selectable_ul li.ppt a span:after,
ul.selectable_ul li.pptx a span:after,
ul.selectable_ul li.doc a span:after,
ul.selectable_ul li.docx a span:after {
    padding-left: 0.5em; 
}
/**[/link icons]**/

.search table,#cse table{
    border:none;
}

.footer_utility ul li:hover,
/*ul.sub_menu li a:hover,*/
div.item_icon a:hover {
    opacity: 0.7;
}
ul.sub_menu li a:hover img {opacity:1;}

/*clearfix*/
#global_navi,
.main_column_middle .article_module,
.main_column_middle>.index_module, .block_title2,
.clearBoth {
    clear: both;
}
#header_right:before,
#header_right:after,
.cf:before,
.cf:after{
    content: " ";
    display: table;
}
#header_right:after,
.cf:after{
    clear:both;
}
#header_right,
.cf{
    zoom:1;
}
#utility_list li a{
background-image:url("/jpn/common/css/cq6g7o0000000hd9-img/utility_menu_icon.gif");
}#font_size ul li#fontM{
background-image:url("/jpn/common/css/images/font_d_bg.png");
}#font_size ul li#fontL{
background-image:url("/jpn/common/css/images/font_b_bg.png");
}.g_menu li{
background-image:url("/jpn/common/css/images/gmenu_li.png");
}.q{
background-image:url("/jpn/common/css/images/search_window_bg.gif");
}.submit{
background-image:url("/jpn/common/css/images/search_btn.gif");
}.gsc-search-button{
background-image:url("/jpn/common/css/cq6g7o0000000hd9-img/search_btn.gif") !important;
}.textAreaLink{
background-image:url("/jpn/common/css/cq6g7o0000000hd9-img/more.png");
}#content .p75{
background-image:url("/jpn/common/css/cq6g7o0000000hd9-img/content_p75_bg.gif");
}.p100.fullWidth{
background-image:url("/jpn/common/css/cq6g7o0000000hd9-img/content_fullwidth_bg.gif");
}.rss_link a{
background-image:url("/jpn/common/css/cq6g7o0000000hd9-img/rss_icon.gif");
}.anchor_list ul li a{
background-image:url("/jpn/common/css/cq6g7o0000000hd9-img/anchor.gif");
}#tab{
background-image:url("/jpn/common/css/cq6g7o0000000hd9-img/tab_bg.png");
}li.headword{
background-image:url("/jpn/common/css/cq6g7o0000000hd9-img/list_marker_nolink.gif");
}li.pdf a,div.pdf a{
background-image:url("/jpn/common/css/images/pdf.gif") !important;
}ul.selectable_ul li.pdf a span:after{
content:url("/jpn/common/css/cq6g7o0000000hd9-img/el9si80000003lgj.gif");
}li.xls a,li.xlsx a,div.xls a,div.xlsx a{
background-image:url("/jpn/common/css/images/xls.gif") !important;
}ul.selectable_ul li.xls a span:after, ul.selectable_ul li.xlsx a span:after{
content:url("/jpn/common/css/cq6g7o0000000hd9-img/el9si80000003lgr.gif");
}li.ppt a,li.pptx a,div.ppt a,div.pptx a{
background-image:url("/jpn/common/css/images/ppt.gif") !important;
}ul.selectable_ul li.ppt a span:after, ul.selectable_ul li.pptx a span:after{
content:url("/jpn/common/css/cq6g7o0000000hd9-img/el9si80000003lgz.gif");
}li.doc a,li.docx a,div.doc a,div.docx a{
background-image:url("/jpn/common/css/images/doc.gif") !important;
}ul.selectable_ul li.doc a span:after, ul.selectable_ul li.docx a span:after{
content:url("/jpn/common/css/cq6g7o0000000hd9-img/el9si80000003lh7.gif");
}li.zip a,div.zip a{
background-image:url("/jpn/common/css/images/zip.gif") !important;
}ul.selectable_ul li.zip a span:after{
content:url("/jpn/common/css/cq6g7o0000000hd9-img/el9si80000003lhg.gif");
}li.gif a,li.png a,li.jpg a,div.gif a,div.png a,div.jpg a{
background-image:url("/jpn/common/css/images/image.gif") !important;
}ul.selectable_ul li.gif a span:after, ul.selectable_ul li.png a span:after, ul.selectable_ul li.jpg a span:after{
content:url("/jpn/common/css/cq6g7o0000000hd9-img/el9si80000003lho.gif");
}li.blank a,div.blank a{
background-image:url("/jpn/common/css/images/target_blank.gif");
}ul.selectable_ul li.blank a span:after{
content:url("/jpn/common/css/cq6g7o0000000hd9-img/el9si80000003lhw.gif");
}div.item_icon, .tile1 .banner .image_text div.item_icon, .tile2 .banner .image_text div.item_icon, .tile3 .banner .image_text div.item_icon{
background-image:url("/jpn/common/css/cq6g7o0000000hd9-img/list_marker_index.gif");
}.basic, .tile1 .banner .image_text div.basic, .tile2 .banner .image_text div.basic, .tile3 .banner .image_text div.basic, ul li.link, .sitemap ul li a{
background-image:url("/jpn/common/css/cq6g7o0000000hd9-img/list_marker_index.gif") !important;
}.to_top a{
background-image:url("/jpn/common/css/images/sankaku.png");
}#footer .to_top a{
background-image:url("/jpn/common/css/images/to_top.gif");
}.footer_utility ul li a{
background-image:url("/jpn/common/css/cq6g7o0000000hd9-img/footer_menu.gif");
}a.lightbox{
background-image:url("/jpn/common/css/images/zoom.gif");
}.panel a{
background-image:url("/jpn/common/css/images/panel.gif");
}.open a{
background-image:url("/jpn/common/css/cq6g7o0000000hd9-img/anchor.gif");
}.close a{
background-image:url("/jpn/common/css/cq6g7o0000000hd9-img/close.gif");
}span.list a, .more_link a{
background-image:url("/jpn/common/css/images/ichiran2.png");
}.sitemap ul li div{
background-image:url("/jpn/common/css/images/line.png");
}.tile1 .banner.type_b .text, .tile2 .banner.type_b .text, .tile3 .banner.type_b .text{
background-image:url("/jpn/common/css/cq6g7o0000000hd9-img/tile_banner_marker.gif");
}ul.selectable_ul li ul li span{
background-image:url("/jpn/common/css/cq6g7o0000000hd9-img/side_navi_arrow.png");
}.menu_bar a{
background-image:url("/jpn/common/css/cq6g7o0000000hd9-img/side_navi_arrow_up.png");
}