@charset "UTF-8";
/********************************* .content modules *********************************/
/**
 * parts module
 *-------------------------------------------------------------------------------*/
/**
 * [parts] リンクリスト .anchor_links
 */
.content .anchor_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content .anchor_links li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  background: none;
  border-bottom: 1px solid #d1d1d1;
  text-align: left;
}
.content .anchor_links li a {
  display: block;
  padding: 12px 0 10px 15px;
  background-position: left center;
}

/**
 * [parts] リンクリスト .liner_links
 */
.content .liner_links {
  overflow: hidden;
  margin-left: 0;
}
.content .liner_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content .liner_links li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  background: none;
  border-bottom: 1px solid #d1d1d1;
  text-align: left;
}
.content .liner_links li a {
  display: block;
  padding: 12px 0 10px 15px;
  background-position: left center;
}

/**
 * [parts] ピンチアイコン .pinch
 */
.content .pinch {
  background: url(../images/modules/pinch_icon_2x.png) left 0.2em no-repeat;
  padding: 0 0 5px 22px;
  -webkit-background-size: 17px 20px;
  -moz-background-size: 17px 20px;
  -ms-background-size: 17px 20px;
  background-size: 17px 20px;
  padding-top: 5px;
}

/**
 * [parts] 定義リスト横並び
 */
.content .liner_dl {
  margin: 0.7em 0 0 0;
}
.content .liner_dl dt {
  float: none;
}
.content .liner_dl dd {
  margin-top: 0;
  overflow: auto;
}

/**
 * [parts] ボタン横並び
 */
.content .liner_btns ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.content .liner_btns ul li a {
  display: block;
}
.content .liner_btns.liner_btns-auto {
  text-align: center;
}
.content .liner_btns.liner_btns-auto ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.content .liner_btns.liner_btns-auto ul li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.content .liner_btns-1of1 ul li,
.content .liner_btns-1of2 ul li,
.content .liner_btns-1of3 ul li,
.content .liner_btns-1of4 ul li,
.content .liner_btns-1of5 ul li {
  width: 100%;
  display: block;
}

/**
 * [parts] フォームボタン
 */
.content .liner_btns .form_search_btn .form_search_btn-bg {
  display: block;
}
.content .liner_btns .form_search_btn .form_search_btn-bg input {
  width: 100%;
}

/**
 * [parts] テーブル付加モジュール：リスト
 */
.content .table_list table.def,
.content .table_list table.def tbody,
.content .table_list table.def thead,
.content .table_list table.def tfoot,
.content .table_list table.def tr,
.content .table_list table.def th,
.content .table_list table.def td {
  display: block;
  margin-top: -1px;
}
.content .table_list table.def colgroup {
  display: none;
}
.content .table_list table.def table.def {
  display: table;
}
.content .table_list table.def table.def tbody {
  display: table-row-group;
}
.content .table_list table.def table.def thead {
  display: table-header-group;
}
.content .table_list table.def table.def tfoot {
  display: table-footer-group;
}
.content .table_list table.def table.def tr {
  display: table-row;
}
.content .table_list table.def table.def th,
.content .table_list table.def table.def td {
  display: table-cell;
}
.content .table_list table.def {
  margin-top: 1px;
}

html.svg_gradation .content .table_list {
  *zoom: 1;
}
html.svg_gradation .content .table_list:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
html.svg_gradation .content .table_list table.def {
  border-collapse: collapse;
}
html.svg_gradation .content .table_list th, html.svg_gradation .content .table_list td {
  float: left;
  clear: both;
  width: 100%;
  margin-top: -1px;
  box-sizing: border-box;
}
html.svg_gradation .content .table_list th table.def th, html.svg_gradation .content .table_list th table.def td, html.svg_gradation .content .table_list td table.def th, html.svg_gradation .content .table_list td table.def td {
  float: none;
  width: auto;
  margin-top: 0;
  box-sizing: content-box;
}

/**
 * [parts]　テーブル付加モジュール：クロステーブル
 */
.content .table_cross table.table_cross-default {
  display: none !important;
}
.content .table_cross table.table_cross-trans {
  display: table !important;
}

/**
 * [parts] 氏名入力
 */
.content .input_name .input_name-wrap {
  width: 33%;
}

/**
 * [parts] チェックボックス / ラジオボタン
 */
.content .input_checkbox-liner_1of1 li,
.content .input_radio-liner_1of1 li,
.content .input_checkbox-liner_1of2 li,
.content .input_radio-liner_1of2 li,
.content .input_checkbox-liner_1of3 li,
.content .input_radio-liner_1of3 li,
.content .input_checkbox-liner_1of4 li,
.content .input_radio-liner_1of4 li,
.content .input_checkbox-liner_1of5 li,
.content .input_radio-liner_1of5 li,
.content .input_checkbox-liner_1of6 li,
.content .input_radio-liner_1of6 li {
  width: 100%;
}
.content .input_checkbox-liner_fix-small .input_checkbox_wrap {
  width: 90px;
}

/**
 * [parts] コンバージョン
 */
.content .login_ht_nc .login_ht_nc-content .liner_btns ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50%;
}
.content .login_ht_nc .login_ht_nc-content .liner_btns ul li .action_btn a {
  padding-left: 3px;
  padding-right: 3px;
}

@media screen and (max-width: 600px) {
  /**
   * [parts] ビュー別パーツ出しわけ
   */
  .content .none_small {
    display: none !important;
  }

  /**
   * [parts] ビュー別マージン制御
   */
  .content .mt0_small {
    margin-top: 0 !important;
  }
}
html.lte_ie8 .content .none_small {
  display: none !important;
}

/**
 * box module
 *-------------------------------------------------------------------------------*/
/**
 * [box] タブ
 */
/* btn: tab */
.content .tab[data-btn_num="2"] .tab-btn > li,
.content .tab_btns[data-btn_num="2"] > ul li {
  width: 50%;
}
.content .tab[data-btn_num="3"] .tab-btn > li,
.content .tab_btns[data-btn_num="3"] > ul li {
  width: 33%;
}
.content .tab[data-btn_num="3"] .tab-btn > li:last-child,
.content .tab_btns[data-btn_num="3"] > ul li:last-child {
  width: 34%;
}
.content .tab[data-btn_num="4"] .tab-btn > li,
.content .tab_btns[data-btn_num="4"] > ul li {
  width: 25%;
}
.content .tab[data-btn_num="5"] .tab-btn > li,
.content .tab_btns[data-btn_num="5"] > ul li {
  width: 20%;
}
.content .tab[data-btn_num="6"] .tab-btn > li,
.content .tab_btns[data-btn_num="6"] > ul li {
  width: 16.67%;
}
.content .tab[data-btn_num="7"] .tab-btn > li,
.content .tab_btns[data-btn_num="7"] > ul li {
  width: 14.29%;
}
.content .tab[data-btn_num="8"] .tab-btn li,
.content .tab_btns[data-btn_num="8"] ul li {
  width: 12.5%;
}
.content .tab[data-btn_num="9"] .tab-btn > li,
.content .tab_btns[data-btn_num="9"] > ul li {
  width: 11.11%;
}
.content .tab[data-btn_num="10"] .tab-btn > li,
.content .tab_btns[data-btn_num="10"] > ul li {
  width: 10%;
}
.content .tab .tab-btn li .tab-btn_a,
.content .tab_btns ul li a {
  padding: 9px 3px;
}

/* btn */
.content .tab-accordion .tab-btn {
  border-bottom: none;
  margin-left: 0;
}
.content .tab-accordion .tab-btn li {
  float: none;
}
.content .tab-accordion[data-btn_num="2"] .tab-btn > li,
.content .tab-accordion[data-btn_num="3"] .tab-btn > li,
.content .tab-accordion[data-btn_num="3"] .tab-btn > li:last-child,
.content .tab-accordion[data-btn_num="4"] .tab-btn > li,
.content .tab-accordion[data-btn_num="5"] .tab-btn > li {
  width: 100%;
}
.content .tab-accordion .tab-btn li .tab-btn_a {
  margin-left: 0;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.content .tab-accordion .tab-btn li:nth-last-child(2) .tab-btn_a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #d1d1d1;
}
.content .tab-accordion .tab-btn li.current .tab-btn_a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.content .tab-accordion .tab-btn li:first-child .tab-btn_a,
.content .tab-accordion .tab-btn li.current :first-child .tab-btn_a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.content .tab-accordion .tab-btn .tab-btn_icon {
  background: url(../images/modules/tab_aco_icon_02_2x.png) 10px center no-repeat;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -ms-background-size: 15px 15px;
  background-size: 15px 15px;
  padding: 3px 10px 0 35px;
  display: block;
}
.content .tab-accordion .tab-btn li.current .tab-btn_icon {
  background: url(../images/modules/tab_aco_icon_02_2x_on.png) 10px center no-repeat;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -ms-background-size: 15px 15px;
  background-size: 15px 15px;
}
.content .tab-accordion .tab-content_inner {
  padding: 10px 0;
}
.content .tab-accordion li:last-child .tab-content_inner {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

/* btn: current (pcのデフォルト) */
.content .tab-accordion .tab-btn li.current .tab-btn_a {
  border: 1px solid #d1d1d1;
  margin-bottom: 0;
  color: #000;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #f9f9f9 24%, #eae8e9 73%, #e4e2e3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(24%, #f9f9f9), color-stop(73%, #eae8e9), color-stop(100%, #e4e2e3));
  background: -webkit-linear-gradient(top, #fefefe 0%, #f9f9f9 24%, #eae8e9 73%, #e4e2e3 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #f9f9f9 24%, #eae8e9 73%, #e4e2e3 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #f9f9f9 24%, #eae8e9 73%, #e4e2e3 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #f9f9f9 24%, #eae8e9 73%, #e4e2e3 100%);
}

html.hover_on .content .tab-accordion .tab-btn li.current .tab-btn_a:hover {
  border: 1px solid #d1d1d1;
  margin-bottom: 0;
  color: #000;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #ebeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ebeaea));
  background: -webkit-linear-gradient(top, #fefefe 0%, #ebeaea 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #ebeaea 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #ebeaea 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #ebeaea 100%);
  text-decoration: none;
}

html.hover_on .content .tab-accordion .tab-btn li.current .tab-btn_a:active {
  border: 1px solid #d1d1d1;
  margin-bottom: 0;
  color: #666;
  background: #e4e4e4;
  background: -moz-linear-gradient(top, #e4e4e4 0%, #eae8e9 24%, #f9f9f9 73%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(24%, #eae8e9), color-stop(73%, #f9f9f9), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #e4e4e4 0%, #eae8e9 24%, #f9f9f9 73%, white 100%);
  background: -o-linear-gradient(top, #e4e4e4 0%, #eae8e9 24%, #f9f9f9 73%, white 100%);
  background: -ms-linear-gradient(top, #e4e4e4 0%, #eae8e9 24%, #f9f9f9 73%, white 100%);
  background: linear-gradient(to bottom, #e4e4e4 0%, #eae8e9 24%, #f9f9f9 73%, #ffffff 100%);
}

/* btn: current svg_gradation (pcのデフォルト) */
html.svg_gradation .content .tab-accordion .tab-btn li.current .tab-btn_a {
  border: 1px solid #d1d1d1;
  margin-bottom: 0;
  color: #000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iI2VhZThlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNGUyZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

html.svg_gradation.hover_on .content .tab-accordion .tab-btn li.current .tab-btn_a:hover {
  border: 1px solid #d1d1d1;
  margin-bottom: 0;
  color: #000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

html.svg_gradation.hover_on .content .tab-accordion .tab-btn li.current .tab-btn_a:active {
  border: 1px solid #d1d1d1;
  margin-bottom: 0;
  color: #666;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iI2VhZThlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

/* content */
.content .tab-clone .tab-content {
  padding: 10px 0 10px 0;
}
.content .tab-clone .tab-content > :first-child {
  margin-top: 0;
}

/**
 * [box] タブボックス
 */
.content .tab_box.tab-accordion .tab-btn li:nth-last-child(2) .tab-btn_a {
  border-bottom: none;
}
.content .tab_box.tab-accordion .tab-btn .tab-btn_icon {
  background: url(../images/modules/tab_aco_icon_2x.png) 10px center no-repeat;
  padding: 3px 10px 0 35px;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -ms-background-size: 15px 15px;
  background-size: 15px 15px;
  display: block;
}
.content .tab_box.tab-accordion .tab-btn li.current .tab-btn_icon {
  background: url(../images/modules/tab_aco_icon_2x_on.png) 10px center no-repeat;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -ms-background-size: 15px 15px;
  background-size: 15px 15px;
}
.content .tab_box.tab-accordion .tab-content_inner {
  padding: 10px;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}
.content .tab_box.tab-accordion .tab-btn li.current .tab-btn_a {
  border: none;
  margin-bottom: 0;
  color: #fff;
  background: #4d95a2;
  background: -moz-linear-gradient(top, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d95a2), color-stop(21%, #358695), color-stop(51%, #006679), color-stop(77%, #005767), color-stop(100%, #004e5c));
  background: -webkit-linear-gradient(top, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  background: -o-linear-gradient(top, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  background: -ms-linear-gradient(top, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  background: linear-gradient(to bottom, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/* btn: current (pcのデフォルト) */
.content .tab_box.tab-accordion .tab-btn li.current .tab-btn_a {
  border: none;
  margin-bottom: 0;
  color: #fff;
  background: #4d95a2;
  background: -moz-linear-gradient(top, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d95a2), color-stop(21%, #358695), color-stop(51%, #006679), color-stop(77%, #005767), color-stop(100%, #004e5c));
  background: -webkit-linear-gradient(top, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  background: -o-linear-gradient(top, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  background: -ms-linear-gradient(top, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  background: linear-gradient(to bottom, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

html.hover_on .content .tab_box.tab-accordion .tab-btn li.current .tab-btn_a:hover {
  border: none;
  margin-bottom: 0;
  color: #fff;
  background: #4d95a2;
  background: -moz-linear-gradient(top, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d95a2), color-stop(21%, #358695), color-stop(51%, #006679), color-stop(77%, #005767), color-stop(100%, #004e5c));
  background: -webkit-linear-gradient(top, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  background: -o-linear-gradient(top, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  background: -ms-linear-gradient(top, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  background: linear-gradient(to bottom, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

html.hover_on .content .tab_box.tab-accordion .tab-btn li.current .tab-btn_a:active {
  border: none;
  margin-bottom: 0;
  color: #fff;
  background: #4d95a2;
  background: -moz-linear-gradient(top, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d95a2), color-stop(21%, #358695), color-stop(51%, #006679), color-stop(77%, #005767), color-stop(100%, #004e5c));
  background: -webkit-linear-gradient(top, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  background: -o-linear-gradient(top, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  background: -ms-linear-gradient(top, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  background: linear-gradient(to bottom, #4d95a2 0%, #358695 21%, #006679 51%, #005767 77%, #004e5c 100%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/* btn: current svg_gradation (pcのデフォルト) */
html.svg_gradation .content .tab_box.tab-accordion .tab-btn li.current .tab-btn_a {
  border: none;
  margin-bottom: 0;
  color: #fff;
  background: #4d95a2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkOTVhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzM1ODY5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwNjY3OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iIzAwNTc2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDRlNWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

html.svg_gradation.hover_on .content .tab_box.tab-accordion .tab-btn li.current .tab-btn_a:hover {
  border: none;
  margin-bottom: 0;
  color: #fff;
  background: #4d95a2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5YWZiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iIzcxYWJiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzY4YTRhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iIzQ0OTA5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzQzOGM5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzNmOGQ5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzNmN2Q4YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDdhODUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

html.svg_gradation.hover_on .content .tab_box.tab-accordion .tab-btn li.current .tab-btn_a:active {
  border: none;
  margin-bottom: 0;
  color: #fff;
  background: #4d95a2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNGU1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iIzAwNTE2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAxNjY3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iIzA3NmE3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iIzI1N2M4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iIzM1ODc5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YjkzYTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

html.hover_on .content .tab_box.tab-accordion .tab-btn li.current .tab-btn_a:hover {
  background: #79afb9;
  background: -moz-linear-gradient(top, #79afb9 0%, #71abb6 10%, #68a4af 21%, #44909e 46%, #438c9b 49%, #3f8d9a 51%, #3f7d8a 85%, #407a85 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #79afb9), color-stop(10%, #71abb6), color-stop(21%, #68a4af), color-stop(46%, #44909e), color-stop(49%, #438c9b), color-stop(51%, #3f8d9a), color-stop(85%, #3f7d8a), color-stop(100%, #407a85));
  background: -webkit-linear-gradient(top, #79afb9 0%, #71abb6 10%, #68a4af 21%, #44909e 46%, #438c9b 49%, #3f8d9a 51%, #3f7d8a 85%, #407a85 100%);
  background: -o-linear-gradient(top, #79afb9 0%, #71abb6 10%, #68a4af 21%, #44909e 46%, #438c9b 49%, #3f8d9a 51%, #3f7d8a 85%, #407a85 100%);
  background: -ms-linear-gradient(top, #79afb9 0%, #71abb6 10%, #68a4af 21%, #44909e 46%, #438c9b 49%, #3f8d9a 51%, #3f7d8a 85%, #407a85 100%);
  background: linear-gradient(to bottom, #79afb9 0%, #71abb6 10%, #68a4af 21%, #44909e 46%, #438c9b 49%, #3f8d9a 51%, #3f7d8a 85%, #407a85 100%);
  text-decoration: none;
}
html.hover_on .content .tab_box.tab-accordion .tab-btn li.current .tab-btn_a:active {
  color: #cde1e5;
  background: #004e5b;
  background: -moz-linear-gradient(top, #004e5b 0%, #005162 15%, #016678 51%, #076a7d 56%, #257c8d 72%, #358795 82%, #4b93a1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004e5b), color-stop(15%, #005162), color-stop(51%, #016678), color-stop(56%, #076a7d), color-stop(72%, #257c8d), color-stop(82%, #358795), color-stop(100%, #4b93a1));
  background: -webkit-linear-gradient(top, #004e5b 0%, #005162 15%, #016678 51%, #076a7d 56%, #257c8d 72%, #358795 82%, #4b93a1 100%);
  background: -o-linear-gradient(top, #004e5b 0%, #005162 15%, #016678 51%, #076a7d 56%, #257c8d 72%, #358795 82%, #4b93a1 100%);
  background: -ms-linear-gradient(top, #004e5b 0%, #005162 15%, #016678 51%, #076a7d 56%, #257c8d 72%, #358795 82%, #4b93a1 100%);
  background: linear-gradient(to bottom, #004e5b 0%, #005162 15%, #016678 51%, #076a7d 56%, #257c8d 72%, #358795 82%, #4b93a1 100%);
}

/* content */
.content .tab_box.tab-clone .tab-content {
  padding: 10px;
  border: 1px solid #cbcbcb;
  border-top: none;
}
.content .tab_box.tab-clone .tab-content > :first-child {
  margin-top: 0;
}

/**
 * unit module
 *-------------------------------------------------------------------------------*/
/**
 * [unit] カラムレイアウト
 */
.content .cols .cols-wrap {
  margin-top: 0;
  margin-left: -20px;
}
.content .cols .cols-col {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-top: 1em;
}
.content .cols .cols-col:first-child {
  margin-top: 0;
}
.content .cols .cols-3of4 {
  width: 100%;
}
.content .cols .cols-1of2 {
  width: 100%;
}
.content .cols .cols-2of3 {
  width: 100%;
}
.content .cols .cols-1of3 {
  width: 100%;
}
.content .cols .cols-1of4 {
  width: 100%;
}

/**
 * [unit] カラムボックスレイアウト
 */
.content .cols_box {
  margin-left: -20px;
}
.content .cols_box .cols_box-wrap {
  margin-top: 0;
}
.content .cols_box .cols_box-col {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-top: 1em;
}
.content .cols_box .cols_box-col:first-child {
  margin-top: 0;
}
.content .cols_box .cols_box-1of1 {
  width: 100%;
}
.content .cols_box .cols_box-3of4 {
  width: 100%;
}
.content .cols_box .cols_box-1of2 {
  width: 100%;
}
.content .cols_box .cols_box-2of3 {
  width: 100%;
}
.content .cols_box .cols_box-1of3 {
  width: 100%;
}
.content .cols_box .cols_box-1of4 {
  width: 100%;
}
.content .cols_box .cols_box-pad {
  margin-left: 20px;
  border: 1px solid #cbcbcb;
}

/**
 * [unit] 回り込み画像
 */
.content .float_media .float_media-r1of2,
.content .float_media .float_media-l1of2,
.content .float_media .float_media-r1of3,
.content .float_media .float_media-l1of3,
.content .float_media .float_media-r1of4,
.content .float_media .float_media-l1of4 {
  width: auto;
  float: none;
  text-align: center;
  margin-bottom: 20px;
}
.content .float_media .float_media-r1of2,
.content .float_media .float_media-r1of3,
.content .float_media .float_media-r1of4 {
  margin-left: 0px;
}
.content .float_media .float_media-l1of2,
.content .float_media .float_media-l1of3,
.content .float_media .float_media-l1of4 {
  margin-right: 0px;
}
.content .float_media .float_media-r1of5 {
  float: right;
  width: auto;
  margin-left: 20px;
  margin-bottom: 20px;
}
.content .float_media .float_media-l1of5 {
  float: left;
  width: auto;
  margin-right: 20px;
  margin-bottom: 20px;
}
.content .float_media .float_media-r1of2 .float_media-image img,
.content .float_media .float_media-l1of2 .float_media-image img,
.content .float_media .float_media-r1of3 .float_media-image img,
.content .float_media .float_media-l1of3 .float_media-image img,
.content .float_media .float_media-r1of4 .float_media-image img,
.content .float_media .float_media-l1of4 .float_media-image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.content .float_media .float_media-l1of5 .float_media-image img,
.content .float_media .float_media-r1of5 .float_media-image img {
  width: 100%;
  height: auto;
}

/**
 * [unit] サムネイルリスト
 */
.content .thumb_list ul {
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 0;
  margin-left: -10px;
  zoom: 1;
}
.content .thumb_list ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  list-style-type: none;
  width: 25%;
  *width: 24.9%;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  font-size: 85%;
  /* 12px */
}
.content .thumb_list ul li .thumb_list-pad {
  margin-left: 10px;
}
.content .thumb_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.content .thumb_list ul li img {
  width: 100%;
  height: auto;
}
.content .thumb_list ul li:nth-child(4n+1) {
  clear: left;
}

/**
 * [unit] ページャー
 */
.content .pager-pagination {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.content .pager-pagination_total {
  display: block;
  margin: 0 0 7px;
}
.content .pager-pagination_btns {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content .pager-pagination_btns .btn {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.content .pager-pagination_btns .btn:first-child {
  padding-right: 10px;
}
.content .pager-number .pager-number_display {
  margin-bottom: 0;
}
.content .pager-number .pager-number_display span {
  color: #0064d7;
}
.content .pager-number .pager-number_total {
  margin-top: 0;
}

/**
 * [unit] フォーム送信/キャンセルボタン
 */
.content .form_submit .form_submit-buttons li {
  float: none;
  width: 100%;
}
.content .form_submit .form_submit-buttons li .form_btn-bg,
.content .form_submit .form_submit-buttons li .form_btn-bg_sub {
  display: block;
  text-align: center;
}
.content .form_submit .form_submit-buttons li a {
  display: block;
}
.content .form_submit .form_submit-buttons li:first-child {
  float: none;
  text-align: left;
  margin-bottom: 10px;
}
.content .form_submit .form_submit-buttons li:first-child .form_btn {
  margin-left: 0;
}

/**
 * [unit] 検索
 */
.content .def_search-form {
  clear: both;
  margin-left: 0;
  padding-top: 5px;
}
.content .def_search-form .input_text {
  margin-left: 0;
  margin-right: 0;
}
.content .def_search-form .input_text-inner input {
  width: 100%;
  height: 22px;
}
.content .def_search-form .form_search_btn {
  position: static;
  margin-top: 10px;
}
.content .def_search-form .form_search_btn .form_search_btn-bg {
  display: block;
  width: auto;
}
.content .def_search-form .form_search_btn .form_search_btn-bg input {
  font-size: 100%;
  width: 100%;
  height: 30px;
}

/**
 * [unit] 株価検索
 */
.content .stock_search .stock_search-holder .stock_search-form,
.content .fund_search .stock_search-holder .stock_search-form {
  margin-left: 0;
  padding-top: 10px;
}
.content .stock_search .stock_search-heading,
.content .fund_search .stock_search-heading {
  width: 70px;
  margin-top: 0;
}
.content .stock_search .stock_search-detail,
.content .stock_search .fund_search-detail,
.content .fund_search .stock_search-detail,
.content .fund_search .fund_search-detail {
  width: auto;
  margin-bottom: 10px;
}
.content .stock_search .stock_search-detail p,
.content .stock_search .fund_search-detail p,
.content .fund_search .stock_search-detail p,
.content .fund_search .fund_search-detail p {
  text-align: right;
}
.content .stock_search .stock_search-form,
.content .stock_search .fund_search-form,
.content .fund_search .stock_search-form,
.content .fund_search .fund_search-form {
  margin-left: 0;
  margin-right: 0;
  border-right: none;
  clear: both;
}
.content .stock_search .stock_search-form .stock_search-form_inner,
.content .stock_search .stock_search-form .fund_search-form_inner,
.content .stock_search .fund_search-form .stock_search-form_inner,
.content .stock_search .fund_search-form .fund_search-form_inner,
.content .fund_search .stock_search-form .stock_search-form_inner,
.content .fund_search .stock_search-form .fund_search-form_inner,
.content .fund_search .fund_search-form .stock_search-form_inner,
.content .fund_search .fund_search-form .fund_search-form_inner {
  border-right: none;
  padding-right: 0;
}
.content .stock_search .stock_search-form .stock_search-form_inner .stock_search-category,
.content .stock_search .stock_search-form .stock_search-form_inner .fund_search-category,
.content .stock_search .stock_search-form .fund_search-form_inner .stock_search-category,
.content .stock_search .stock_search-form .fund_search-form_inner .fund_search-category,
.content .stock_search .fund_search-form .stock_search-form_inner .stock_search-category,
.content .stock_search .fund_search-form .stock_search-form_inner .fund_search-category,
.content .stock_search .fund_search-form .fund_search-form_inner .stock_search-category,
.content .stock_search .fund_search-form .fund_search-form_inner .fund_search-category,
.content .fund_search .stock_search-form .stock_search-form_inner .stock_search-category,
.content .fund_search .stock_search-form .stock_search-form_inner .fund_search-category,
.content .fund_search .stock_search-form .fund_search-form_inner .stock_search-category,
.content .fund_search .stock_search-form .fund_search-form_inner .fund_search-category,
.content .fund_search .fund_search-form .stock_search-form_inner .stock_search-category,
.content .fund_search .fund_search-form .stock_search-form_inner .fund_search-category,
.content .fund_search .fund_search-form .fund_search-form_inner .stock_search-category,
.content .fund_search .fund_search-form .fund_search-form_inner .fund_search-category {
  float: none;
}
.content .stock_search .stock_search-form .stock_search-form_inner .stock_search-category select,
.content .stock_search .stock_search-form .stock_search-form_inner .fund_search-category select,
.content .stock_search .stock_search-form .fund_search-form_inner .stock_search-category select,
.content .stock_search .stock_search-form .fund_search-form_inner .fund_search-category select,
.content .stock_search .fund_search-form .stock_search-form_inner .stock_search-category select,
.content .stock_search .fund_search-form .stock_search-form_inner .fund_search-category select,
.content .stock_search .fund_search-form .fund_search-form_inner .stock_search-category select,
.content .stock_search .fund_search-form .fund_search-form_inner .fund_search-category select,
.content .fund_search .stock_search-form .stock_search-form_inner .stock_search-category select,
.content .fund_search .stock_search-form .stock_search-form_inner .fund_search-category select,
.content .fund_search .stock_search-form .fund_search-form_inner .stock_search-category select,
.content .fund_search .stock_search-form .fund_search-form_inner .fund_search-category select,
.content .fund_search .fund_search-form .stock_search-form_inner .stock_search-category select,
.content .fund_search .fund_search-form .stock_search-form_inner .fund_search-category select,
.content .fund_search .fund_search-form .fund_search-form_inner .stock_search-category select,
.content .fund_search .fund_search-form .fund_search-form_inner .fund_search-category select {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
}
.content .stock_search .stock_search-form .stock_search-form_inner .form_search_btn,
.content .stock_search .stock_search-form .fund_search-form_inner .form_search_btn,
.content .stock_search .fund_search-form .stock_search-form_inner .form_search_btn,
.content .stock_search .fund_search-form .fund_search-form_inner .form_search_btn,
.content .fund_search .stock_search-form .stock_search-form_inner .form_search_btn,
.content .fund_search .stock_search-form .fund_search-form_inner .form_search_btn,
.content .fund_search .fund_search-form .stock_search-form_inner .form_search_btn,
.content .fund_search .fund_search-form .fund_search-form_inner .form_search_btn {
  position: static;
  margin-top: 10px;
}
.content .stock_search .stock_search-form .stock_search-form_inner .form_search_btn .form_search_btn-bg,
.content .stock_search .stock_search-form .fund_search-form_inner .form_search_btn .form_search_btn-bg,
.content .stock_search .fund_search-form .stock_search-form_inner .form_search_btn .form_search_btn-bg,
.content .stock_search .fund_search-form .fund_search-form_inner .form_search_btn .form_search_btn-bg,
.content .fund_search .stock_search-form .stock_search-form_inner .form_search_btn .form_search_btn-bg,
.content .fund_search .stock_search-form .fund_search-form_inner .form_search_btn .form_search_btn-bg,
.content .fund_search .fund_search-form .stock_search-form_inner .form_search_btn .form_search_btn-bg,
.content .fund_search .fund_search-form .fund_search-form_inner .form_search_btn .form_search_btn-bg {
  display: block;
  width: auto;
}
.content .stock_search .stock_search-form .stock_search-form_inner .form_search_btn .form_search_btn-bg input,
.content .stock_search .stock_search-form .fund_search-form_inner .form_search_btn .form_search_btn-bg input,
.content .stock_search .fund_search-form .stock_search-form_inner .form_search_btn .form_search_btn-bg input,
.content .stock_search .fund_search-form .fund_search-form_inner .form_search_btn .form_search_btn-bg input,
.content .fund_search .stock_search-form .stock_search-form_inner .form_search_btn .form_search_btn-bg input,
.content .fund_search .stock_search-form .fund_search-form_inner .form_search_btn .form_search_btn-bg input,
.content .fund_search .fund_search-form .stock_search-form_inner .form_search_btn .form_search_btn-bg input,
.content .fund_search .fund_search-form .fund_search-form_inner .form_search_btn .form_search_btn-bg input {
  font-size: 100%;
  width: 100%;
  height: 30px;
}
.content .stock_search .stock_search-form .stock_search-form_inner .input_text,
.content .stock_search .stock_search-form .fund_search-form_inner .input_text,
.content .stock_search .fund_search-form .stock_search-form_inner .input_text,
.content .stock_search .fund_search-form .fund_search-form_inner .input_text,
.content .fund_search .stock_search-form .stock_search-form_inner .input_text,
.content .fund_search .stock_search-form .fund_search-form_inner .input_text,
.content .fund_search .fund_search-form .stock_search-form_inner .input_text,
.content .fund_search .fund_search-form .fund_search-form_inner .input_text {
  margin-left: 0;
  margin-right: 0;
}
.content .stock_search .stock_search-form .stock_search-form_inner .input_text .input_text-inner input,
.content .stock_search .stock_search-form .fund_search-form_inner .input_text .input_text-inner input,
.content .stock_search .fund_search-form .stock_search-form_inner .input_text .input_text-inner input,
.content .stock_search .fund_search-form .fund_search-form_inner .input_text .input_text-inner input,
.content .fund_search .stock_search-form .stock_search-form_inner .input_text .input_text-inner input,
.content .fund_search .stock_search-form .fund_search-form_inner .input_text .input_text-inner input,
.content .fund_search .fund_search-form .stock_search-form_inner .input_text .input_text-inner input,
.content .fund_search .fund_search-form .fund_search-form_inner .input_text .input_text-inner input {
  width: 100%;
  height: 22px;
}

.content .fund_search .fund_search-heading {
  width: 90px;
}
.content .fund_search .fund_search-detail .action_btn a {
  padding: 5px 10px 4px;
}
.content .fund_search .fund_search-form .fund_search-form_inner .input_text {
  margin-left: 0;
}

/**
 * [unit] stock_summary
 */
.content .stock_summary-left {
  float: none;
  width: 100%;
}
.content .stock_summary-detail .liner_btns ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.content .stock_summary-right {
  margin-top: 10px;
  float: none;
  width: 100%;
}
.content .stock_summary-info {
  margin-left: 0px;
}

/**
 * [unit] コンバージョンモジュール
 */
.content .conversion_ht,
.content .conversion_nc {
  padding: 1em;
}
.content .conversion_nc-content .strong_btn a {
  width: 70%;
}

.content .conversion_ht_nc-inner {
  padding: 1em;
}
.content .conversion_ht_nc-content .liner_btns li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50%;
}
.content .conversion_ht_nc-content .liner_btns .strong_btn-l {
  padding-left: 6px;
  padding-right: 6px;
}
.content .conversion_ht_nc-content .liner_btns a.icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.content .conversion_heading {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  font-size: 128%;
  /* 18px */
}
