@charset "UTF-8";

/****************************************
*	for all
****************************************/

.layout-C a {
  color: #4e4e4e;
  text-decoration: none;
}
.layout-C a:link {
  color: #006ec8;
}
.layout-C a:visited {
  color: #3f5b71;
}
.layout-C a:hover {
  color: #0033a8;
  text-decoration: underline;
}
.layout-C a:active {
  color: #006ec8;
}
a.link_line {
  text-decoration: underline;
}
a.link_line:hover {
  text-decoration: none;
}



/****************************************
*	for all
****************************************/
.comp_heading {
  padding: 5px 15px;
  background: #444;
  font-size: 16px;
  color: #fff;
}
.comp_example {
  background: #006ec8;
}

#mainArea.font-size-normal {
	font-size: 100%;
}
#mainArea.font-size-large {
	font-size: 130%;
}
.font12 {
  font-size: 12px !important;
}
#mainArea.font-size-large .font12 {
  font-size: 15.6px !important;
}
.font14 {
  font-size: 14px !important;
}
#mainArea.font-size-large .font14 {
  font-size: 18.2px !important;
}
.font16 {
  font-size: 16px !important;
}
#mainArea.font-size-large .font16 {
  font-size: 20.8px !important;
}
.font18 {
  font-size: 18px !important;
}
#mainArea.font-size-large .font18 {
  font-size: 23.4px !important;
}
.font22 {
  font-size: 22px !important;
}
#mainArea.font-size-large .font22 {
  font-size: 28.6px !important;
}

.font_red {
  color:#cc0000;
}
.font_gray{
  color:#767676;
}
.font_bold{
  font-weight: bold;
}

.in_icon {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  padding: 0 5px;
  width: 18px;
  height: 15px;
}
* html .in_icon {
  display: inline;
  zoom: 1;
}
*:first-child + html .in_icon {
  display: inline;
  zoom: 1;
}
.in_icon img {
  position: absolute;
  top: 3px;
  left: 5px;
}
.in_icon.point {
  width: 70px;
  height: 20px;
  padding: 0 15px 0 0;
}
.in_icon.point img {
  position: absolute;
  top: -1px;
  left: 0;
}

.marker_red {
  background:#f4d9d8;
}

/* -#skip_menu
----------------------------------------------------------- */
#skip_menu {
  display: none;
}



/* -#elem_topic_path
----------------------------------------------------------- */
#elem_topic_path {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}
/*  base_color_red   **add** */
.base_color_red #elem_topic_path {
  background: none;
}
#elem_topic_path_pad {
  width: 960px;
  margin: 0 auto;
  padding: 2px 0;
  background: #fff;
}
#elem_topic_path ul li {
  float: left;
  padding-right: 10px;
}
#elem_topic_path ul li a {
  display: block;
  padding: 0 18px 0 0;
  background: url(/library/new/common/content_images/arrow/arrow_right02.gif) no-repeat right center;
}
#elem_topic_path ul li a img {
  padding: 5px 0;
  vertical-align: middle;
}
/* -#elem_local_navi
----------------------------------------------------------- */
#elem_local_navi {
}
#elem_local_navi .elem_local_navi_pad {
  border-top:1px solid #dcdcdc;
  border-bottom:1px solid #dcdcdc;
}
#elem_local_navi .elem_local_navi_pad .elem_local_navi_pad {
  width:960px;
  padding:5px 15px;
  margin:0 auto;
  border:none;
  background:#fff;
}

#elem_local_navi ul {
}
#elem_local_navi ul li {
  display: inline-block;
  padding: 0 20px 0 12px;
  background: url(/library/new/common/content_images/icon/icon_dotted.gif) no-repeat left 0.5em;
  white-space:nowrap;
  line-height:1.3;
}
#elem_local_navi ul li.current a,
#elem_local_navi ul li.current span {
  font-weight:bold;
}
* html #elem_local_navi ul li {
  display: inline;
  zoom:1;
}
*:first-child+html #elem_local_navi ul li {
  display: inline;
  zoom:1;
}
div#elem_local_navi table.elem_text_list_note tr th.elem_text_list_note,
div#elem_local_navi table.elem_text_list_note tr td.elem_text_list_note:first-child{
  padding: 5px 10px 0 0;
  width: 1%;
  white-space: nowrap;
}
div#elem_local_navi table.elem_text_list_note tr td.elem_text_list_note {
  padding: 5px 0 0 0;
  vertical-align: top;
}
div#elem_local_navi table.elem_text_list_note tr td.elem_text_list_note .elem_text_list {
  padding: 2px 0 0;
}
div#elem_local_navi table.elem_text_list_note tr td.elem_text_list_note .elem_text_list ul.liner {
  /*border-left: 1px solid #f0f0f0;*/
  padding-left: 10px;
}

/****************************************
*	form_parts
****************************************/

/* -.elem_form_liner
----------------------------------------------------------- */
.elem_form_liner {
}
.elem_form_liner > ul {
  display:table;
  margin:0 0 0 -10px;
}
.elem_form_liner > ul > li {
  display:table-cell;
/display:inline;/*IE7*/
/zoom:1;/*IE7*/
  padding:0 0 0 10px;
}




/* -.elem_custom_selectbox
----------------------------------------------------------- */
.elem_custom_selectbox {
  padding:15px 0;
}
.elem_custom_selectbox .elem_custom_selectbox_pad {
  position: relative;
}

.elem_custom_selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.elem_custom_selectbox .holder {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  padding: 0 12px;
  width: 100%;
  *width: 97.5%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background:#f0f0f0;
}

/*  base_color_red  */
.base_color_red .elem_custom_selectbox .holder:before {
  background: #990033;
}

.elem_custom_selectbox .var_bg_white{
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #eee;
}

/*  size_large  */
.elem_custom_selectbox .var_size_large {
}
.elem_custom_selectbox .var_size_large select {
  width: 480px;
}
.elem_custom_selectbox .var_size_large .holder {
  width: 480px;
  *width: 456px;
}

/*  size_middle  */
.elem_custom_selectbox .var_size_middle {
}
.elem_custom_selectbox .var_size_middle select {
  width: 240px;
}
.elem_custom_selectbox .var_size_middle .holder {
  width: 240px;
  *width: 216px;
}

/*  size_short  */
.elem_custom_selectbox .var_size_short {
}
.elem_custom_selectbox .var_size_short select {
  width: 100px;
}
.elem_custom_selectbox .var_size_short .holder {
  width: 76px;
}

/*  size_mini  */
.elem_custom_selectbox .var_size_mini {
}
.elem_custom_selectbox .var_size_mini select {
  width: 60px;
}
.elem_custom_selectbox .var_size_mini .holder {
  width: 60px;
  *width: 36px;
}

/*  size_year  */
.elem_custom_selectbox .var_size_year .holder {
  width: 80px;
}

/*  multi  */
.elem_custom_selectbox select.multi {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 5px 10px;
  opacity: 1 !important;
  height: auto !important;
  position: relative !important;
}


/*  fix_element  */
td .elem_form_list {
  padding: 0px;
}


/* -.elem_custom_selectbox_wrap
----------------------------------------------------------- */
.elem_custom_selectbox_wrap {
}
.elem_custom_selectbox_wrap .elem_custom_selectbox {
  margin: 10px 0;
  padding: 17px;
  background: #dcdcdc;
}
.elem_custom_selectbox_wrap .holder {
}
* html .elem_custom_selectbox_wrap .holder {
  width: 240px;
  background:#f0f0f0 url(/library/new/common/content_images/icon/form_select_blue.gif) 100% 0 no-repeat;
}
*:first-child+html .elem_custom_selectbox_wrap .holder {
  width: 240px;
  background:#f0f0f0 url(/library/new/common/content_images/icon/form_select_blue.gif) 100% 0 no-repeat;
}
* html .base_color_red .elem_custom_selectbox_wrap .holder {
  width: 240px;
  background:#f0f0f0 url(/library/new/common/content_images/icon/form_select_red.gif) 100% 0 no-repeat;
}
*:first-child+html .base_color_red .elem_custom_selectbox_wrap .holder {
  width: 240px;
  background:#f0f0f0 url(/library/new/common/content_images/icon/form_select_red.gif) 100% 0 no-repeat;
}

.elem_custom_selectbox_wrap select {
  width: 270px;
}



/* -.elem_custom_input
----------------------------------------------------------- */
.elem_custom_input {
  padding:15px 0;
}
.elem_custom_input label {
  display:block;
  margin:-5px 0 0 0;
  padding: 0 0 5px;
}
.elem_custom_input input {
  width: 100%;
  *width: 97.5%;
  height:30px;
  line-height:30px;
  padding: 5px 10px;
  background: #f0f0f0;
  border: none;
  color: #000;
  box-sizing:border-box;
}
.elem_custom_input input.var_bg_white {
  background: #fff;
  border: 1px solid #eee;
}
.elem_custom_input textarea.var_bg_white {
  width: 100%;
  height: 90px;
  padding: 5px 10px;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  line-height: 30px;
}

/*  var_error  */
.elem_custom_input input.var_error,
.elem_custom_selectbox .var_error {
  background: #fcf4f4;
  border: 1px solid #cc0000;
}

/*  size_large  */
.elem_custom_input input.var_size_large {
  width: 480px;
}
/*  size_middle  */
.elem_custom_input input.var_size_middle {
  width: 240px;
}
/*  size_short  */
.elem_custom_input input.var_size_short {
  width: 100px;
}
/*  size_mini  */
.elem_custom_input input.var_size_mini {
  width: 60px;
}

/*  search_btn  */
form .elem_custom_input input.search_btn {
  left: -10px;
  margin: -3px 3px -3px 7px;
  padding: 0;
  vertical-align: middle;
  position: relative;
  width: auto;
}
form .elem_custom_input input.search_area {
  border: 0 none !important;
  margin: 0;
  padding: 2px;
  vertical-align: middle;
}

/* 	on focus  */
.elem_custom_input input:focus,
.elem_custom_input input.var_bg_white:focus,
.elem_custom_input textarea:focus,
.elem_custom_input textarea.var_bg_white:focus {
  border: 1px solid #0080FF;
}

/* -.elem_form_radio
----------------------------------------------------------- */
.elem_form_radio {
  padding:10px 0 13px;
}
.elem_form_radio ul {
  margin:-10px 0 0 0;
}
.elem_form_radio ul li {
  padding:10px 0 0 0;
}
.elem_form_radio ul li label {
  display:table;
}
.elem_form_radio ul li label input {
  display:table-cell;
  line-height:1.3;
}
.elem_form_radio ul li label span,
.elem_form_radio ul li label a {
  display:table-cell;
  line-height:1.3;
  padding:0 0 0 5px;
}

.elem_form_radio ul.liner {
  margin:-10px 0 0 -15px;
  letter-spacing:-0.4em;
}
.elem_form_radio ul.liner li {
  display:inline-block;
  padding:10px 0 0 15px;
  letter-spacing:normal;
}
* html .elem_form_radio ul.liner li {
  display: inline;
  zoom:1;
}
*:first-child+html .elem_form_radio ul.liner li {
  display: inline;
  zoom:1;
}



/* -.elem_form_list
----------------------------------------------------------- */
.elem_form_list {
  padding:10px 0 13px;
}
.elem_form_list ul {
  margin:-10px 0 0 0;
}
.elem_form_list ul li {
  padding:10px 0 0 0;
}
.elem_form_list ul li label {
  display:table;
}
.elem_form_list ul li label input {
  display:table-cell;
  line-height:1.3;
}
.elem_form_list ul li label span,
.elem_form_list ul li label a {
  display:table-cell;
  line-height:1.3;
  padding:0 0 0 5px;
}
.elem_form_list ul li label span,
.elem_form_list ul li label span {
  display: table-cell;
  line-height: 1.3;
  padding: 0 0 0 5px;
}
li.search_cost_li {
  padding-top: 5px!important;
}

.elem_form_list ul.liner {
  margin:-10px 0 0 -15px;
  letter-spacing:-0.4em;
}
.elem_form_list ul.liner li {
  display:inline-block;
  padding:10px 0 0 15px;
  letter-spacing:normal;
}
* html .elem_form_list ul.liner li {
  display: inline;
  zoom:1;
}
*:first-child+html .elem_form_list ul.liner li {
  display: inline;
  zoom:1;
}



/****************************************
*	h1 -- h6
****************************************/

/* -#elem_category_title
----------------------------------------------------------- */
#elem_category_title {
  padding: 5px 15px;
  width:960px;
  margin:0 auto;
  background:#fff;
  letter-spacing:-0.4em;
}
.layout-ja #elem_category_title {
  padding: 12px 15px 10px;
}
#elem_category_title .title {
  display:inline-block;
  vertical-align:bottom;
  width:960px;
  letter-spacing:normal;
}

.base_color_red #elem_category_title .title {
  width: 655px;
}
* html #elem_category_title .title {
  display:inline;
  zoom:1;
}
*:first-child+html #elem_category_title .title {
  display:inline;
  zoom:1;
}
/*  h1  */
.title_h1 {
  padding-bottom:5px !important;
}
#elem_category_title .title h1 {
  font-size: 40px;
  font-weight:normal;
}

/*  p  */
.title_p {
  padding-bottom:5px !important;
}
#elem_category_title .title p {
  font-size: 28px;
}
.layout-ja #elem_category_title .title p {
  font-size: 24px;
}
#elem_category_title .title p strong {
  font-weight:normal;
}

#elem_category_title .lang {
  display:inline-block;
  vertical-align:bottom;
  width:305px;
  white-space:nowrap;
  letter-spacing:-0.4em;
}
* html #elem_category_title .lang {
  display:inline;
  zoom:1;
}
*:first-child+html #elem_category_title .lang {
  display:inline;
  zoom:1;
}
.title_h1 .lang {
  padding-bottom:10px;
}
.title_p .lang {
  padding-bottom:6px;
}

#elem_category_title .lang .lang_heading {
  display:inline-block;
  width: 115px;
  letter-spacing:normal;
}
* html #elem_category_title .lang .lang_heading {
  display:inline;
  zoom:1;
}
*:first-child+html #elem_category_title .lang .lang_heading {
  display:inline;
  zoom:1;
}
#elem_category_title .lang .lang_heading img {
  padding-right: 20px;
  vertical-align: middle;
}

/*  fix_element  */
#elem_category_title .lang .elem_custom_selectbox {
  display:inline-block;
  width: 190px;
  padding:0;
  letter-spacing:normal;
}
* html #elem_category_title .lang .elem_custom_selectbox {
  display:inline;
  vertical-align:bottom;
  zoom:1;
}
*:first-child+html #elem_category_title .lang .elem_custom_selectbox {
  display:inline;
  vertical-align:bottom;
  zoom:1;
}
#elem_category_title .lang .elem_custom_selectbox .holder {
  width: 190px;
}

* html #elem_category_title .lang .elem_custom_selectbox .holder {
  width: 165px;
  background:#f0f0f0 url(/library/new/common/content_images/icon/form_select_blue.gif) 100% 0 no-repeat;
}
*:first-child+html #elem_category_title .lang .elem_custom_selectbox .holder {
  width: 165px;
  background:#f0f0f0 url(/library/new/common/content_images/icon/form_select_blue.gif) 100% 0 no-repeat;
}
* html .base_color_red #elem_category_title .lang .elem_custom_selectbox .holder {
  width: 165px;
  background:#f0f0f0 url(/library/new/common/content_images/icon/form_select_red.gif) 100% 0 no-repeat;
}
*:first-child+html .base_color_red #elem_category_title .lang .elem_custom_selectbox .holder {
  width: 165px;
  background:#f0f0f0 url(/library/new/common/content_images/icon/form_select_red.gif) 100% 0 no-repeat;
}



#elem_category_title .lang .elem_custom_selectbox select {
  width: 190px;
}



#bg_category_title {
  background-image:-moz-linear-gradient(50% 0% -90deg,rgb(0,70,170) 0%,rgb(59,129,214) 100%);
  background-image:-webkit-gradient(linear,50% 0%,50% 102%,color-stop(0, rgb(0,70,170)),color-stop(1, rgb(59,129,214)));
  background-image:-webkit-linear-gradient(-90deg,rgb(0,70,170) 0%,rgb(59,129,214) 100%);
  background-image:-o-linear-gradient(-90deg,rgb(0,70,170) 0%,rgb(59,129,214) 100%);
  background-image:-ms-linear-gradient(-90deg,rgb(0,70,170) 0%,rgb(59,129,214) 100%);
  background-image:linear-gradient(180deg,rgb(0,70,170) 0%,rgb(59,129,214) 100%);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0046aa,endColorstr=#ff3b81d6,GradientType=0)";
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0046aa,endColorstr=#ff3b81d6,GradientType=0);
}

#bg_category_title #elem_category_title {
  background: transparent;
}

#bg_category_title #elem_category_title .title{
  color: #ffffff;
  padding: 8px 0;
}

#bg_category_title #elem_category_title .title img{
  margin-right: 15px;
  vertical-align: middle;
}

/* -#elem_heading_lv1
----------------------------------------------------------- */
#elem_heading_lv1 , .elem_heading_lv1 {
  padding-top: 20px;
}
#elem_heading_lv1 {
  padding-bottom: 20px;
}
.layout-ja #elem_heading_lv1 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#elem_heading_lv1 h1 {
  font-size: 40px;
  line-height: 1.2;
}
.layout-ja #elem_heading_lv1 h1 {
  font-size: 36px;
}
#elem_heading_lv1 .sub_text,
.elem_heading_lv1 .sub_text {
  display:block;
  padding-bottom:3px;
  color:#767676;
  font-size:18px;
}

#elem_category_title + #area_content_main #elem_heading_lv1 {
  padding-top:0;
}



/* -.elem_heading_lv2
----------------------------------------------------------- */
.elem_heading_lv2 {
  padding: 35px 0 10px 0;
  margin:-6px 0 0 0;
  letter-spacing:-0.4em;
  position:relative;
}
.elem_heading_lv2.var_border_bottom {
  padding: 35px 0 5px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dcdcdc;
}
.elem_heading_lv2 h2 {
  display:inline;
  font-size: 28px;
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing:normal;
}
.layout-ja .elem_heading_lv2 h2 {
  font-size: 24px;
}
body.layout-ja .elem_heading_lv2 h2 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* html .elem_heading_lv2 h2 {
  display:inline;
  zoom:1;
}
*:first-child+html .elem_heading_lv2 h2 {
  display:inline;
  zoom:1;
}
.elem_heading_lv2 ul {
  display:inline-block;
  padding:0 0 0 10px;
  line-height: 1.2;
  letter-spacing:normal;
}
* html .elem_heading_lv2 ul {
  display:inline;
  zoom:1;
}
*:first-child+html .elem_heading_lv2 ul {
  display:inline;
  zoom:1;
}
.elem_heading_lv2 ul.button {
  position:absolute;
  right:0;
  top:45px;
}
.elem_heading_lv2 ul.button li {
}
.elem_heading_lv2 ul.button li a {
  display:block;
  min-width:180px;
  padding:3px 10px 6px 25px;
  background:#4b4b4b;
  color:#fff;
  text-align:center;
  white-space:nowrap;
}
.elem_heading_lv2 ul.button li a:hover {
  text-decoration:none;
}
.elem_heading_lv2 ul.button li a.anchor_top {
  background:#4b4b4b url(/library/new/common/content_images/arrow/arrow_btn_top.gif) 0 50% no-repeat;
}
.elem_heading_lv2 ul.button li a.anchor_bottom {
  background:#4b4b4b url(/library/new/common/content_images/arrow/arrow_btn_bottom.gif) 0 50% no-repeat;
}


.elem_heading_lv2.elem_following_lv1,
#elem_heading_lv1 + .elem_heading_lv2 {
  padding-top: 20px;
}


.elem_heading_lv2 .sub_text {
  display:block;
  color:#767676;
  font-size:16px;
  letter-spacing: normal;
}




/* -.elem_heading_lv3
----------------------------------------------------------- */
.elem_heading_lv3,
  /*after delete*/
.in_main h3 {
  padding: 8px 0 7px;
  margin:-3px 0 0 0;
  position:relative;
}
.elem_heading_lv3.var_border_bottom {
  margin-bottom: 8px;
  border-bottom: 1px solid #dcdcdc;
}
.elem_heading_lv3 h3,
  /*after delete*/
.in_main h3 {
  display:inline;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Open Sans";
}
body.layout-ja .elem_heading_lv3  {
  padding-top: 15px;
}
body.layout-ja .elem_heading_lv3 h3,
  /*after delete*/
.in_main h3 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

body.layout-ja .elem_heading_lv3 h3 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

* html .elem_heading_lv3 h3 {
  display:inline;
  zoom:1;
}
*:first-child+html .elem_heading_lv3 h3 {
  display:inline;
  zoom:1;
}
.elem_heading_lv3 ul {
  display:inline-block;
  padding:0 0 0 10px;
  line-height: 1.2;
}
* html .elem_heading_lv3 ul {
  display:inline;
  zoom:1;
}
*:first-child+html .elem_heading_lv3 ul {
  display:inline;
  zoom:1;
}
.elem_heading_lv3 ul.button {
  position:absolute;
  right:0;
  top:10px;
}
.elem_heading_lv3 ul.button li {
}
.elem_heading_lv3 ul.button li a {
  display:block;
  min-width:180px;
  padding:3px 10px 6px 25px;
  background:#4b4b4b;
  color:#fff;
  text-align:center;
  white-space:nowrap;
}
.elem_heading_lv3 ul.button li a:hover {
  text-decoration:none;
}
.elem_heading_lv3 ul.button li a.anchor_top {
  background:#4b4b4b url(/library/new/common/content_images/arrow/arrow_btn_top.gif) 0 50% no-repeat;
}
.elem_heading_lv3 ul.button li a.anchor_bottom {
  background:#4b4b4b url(/library/new/common/content_images/arrow/arrow_btn_bottom.gif) 0 50% no-repeat;
}
.elem_heading_lv3 .sub_text {
  display:block;
  color:#767676;
  font-size:14px;
  letter-spacing: normal;
}

/*after delete*/
.in_main h3 {
  margin-top: 25px;
  display: block;
}
body.layout-ja .elem_heading_lv2 + .elem_heading_lv3 {
  padding-top: 7px;
}


/* -.elem_heading_lv4
----------------------------------------------------------- */
.elem_heading_lv4,
  /*after delete*/
.in_main h4 {
  padding: 5px 0 7px;
}
.elem_heading_lv4.var_border_bottom {
  margin-bottom: 8px;
  border-bottom: 1px solid #dcdcdc;
}
.elem_heading_lv4  h4,
  /*after delete*/
.in_main h4 {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight:700;
}
body.layout-ja .elem_heading_lv4 h4,
  /*after delete*/
.in_main h4 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.layout-ja .elem_heading_lv4 h4 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*after delete*/
.in_main h4 {
  margin-top: 20px;
}

/* -.elem_heading_lv5
----------------------------------------------------------- */
.elem_heading_lv5,
  /*after delete*/
.in_main h5 {
  padding: 5px 0 7px;
}
.elem_heading_lv5 h5,
  /*after delete*/
.in_main h5 {
  font-size: 14px;
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight:900;
}
body.layout-ja .elem_heading_lv5 h5,
  /*after delete*/
.in_main h5 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.layout-ja .elem_heading_lv5 h5 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*after delete*/
.in_main h5 {
  margin-top: 10px;
  display: block;
}

/* -#elem_heading_pseudo
---------------------------------------------------------*/
.elem_heading_pseudo {
  padding: 35px 0 20px 0;
}


/****************************************
*	text
****************************************/

/* -.elem_paragraph
----------------------------------------------------------- */
.elem_paragraph {
  padding: 3px 0 10px;
  /*  fix_andoroid  */
  max-height: 999999px;
}
.elem_paragraph .text {
}
.elem_paragraph .text .info {
  font-size:1.1428em;
}
.elem_paragraph .text .phone {
  font-size:1.8571em;
  margin-right:12px;
}
.elem_paragraph .right {
  text-align:right;
}
.elem_paragraph .center {
  text-align:center;
}
.elem_paragraph .small {
  font-size:12px;
}
.elem_paragraph p {
}

.elem_paragraph .text + .text {
  padding-top:14px;
}

/****************************************
*	for wizwig editor
****************************************/

.elem_paragraph.wzg p{
  padding: 5px 0 10px;
}

.elem_paragraph.wzg p:first-child{
  padding: 0;
}
.elem_paragraph.wzg ul,
.elem_paragraph.wzg ol {
  padding:5px 0 10px;
  margin:0;
}

.elem_paragraph.wzg ul li, 
.elem_paragraph.wzg ol li ul li {
  padding: 0 0 5px 12px;
  background: url(/library/new/common/content_images/icon/icon_dotted.gif) no-repeat left 0.5em;
  line-height:1.3;
}
.elem_paragraph.wzg ol li{
  padding: 0 0 5px 12px;
  line-height:1.3;
}

.elem_paragraph.wzg h4 {
  padding: 10px 0 7px;
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight:700;
}
body.layout-ja .elem_paragraph.wzg h4{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/****************************************
*	block
****************************************/

.block_right:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
}
.block_right > * {
	float: right;
}



/****************************************
*	link
****************************************/
.link_blank {
  padding-right: 20px;
  background: url(/library/new/common/content_images/icon/icon_blank.gif) no-repeat right center;
}
.link_pdf {
  padding-right: 20px;
  background: url(/library/new/common/content_images/icon/icon_pdf.gif) no-repeat right center;
}
.link_word {
  padding-right: 20px;
  background: url(/library/new/common/content_images/icon/icon_word.gif) no-repeat right center;
}
.link_excel {
  padding-right: 20px;
  background: url(/library/new/common/content_images/icon/icon_excel.gif) no-repeat right center;
}
.link_pdf_blank {
  padding-right: 38px;
  background: url(/library/new/common/content_images/icon/icon_pdf_blank.gif) no-repeat right center;
}
.link_word_blank {
  padding-right: 38px;
  background: url(/library/new/common/content_images/icon/icon_word_blank.gif) no-repeat right center;
}

.link_excel_blank {
  padding-right: 38px;
  background: url(/library/new/common/content_images/icon/icon_excel_blank.gif) no-repeat right center;
}

.state_bg01 {
  padding: 5px 10px;
  background: #4e4e4e;
  color: #fff;
}
.state_bg02 {
  padding: 5px 10px;
  background: #006ec8;
  color: #fff;
}
.state_bg03 {
  padding: 5px 10px;
  background: #0033a8;
  color: #fff;
}
.state_bg04 {
  padding: 5px 10px;
  background: #3f5b71;
  color: #fff;
}


/****************************************
*	box
****************************************/


/* -.elem_faq_box
----------------------------------------------------------- */
.elem_faq_box {
  padding: 10px 0 0;
}
.elem_faq_box .question {
  padding: 0 0 10px 70px;
  background: url(/library/new/common/content_images/icon/icon_question.gif) no-repeat left top;
}
.elem_faq_box .answer {
  padding: 0 0 0 70px;
  background: url(/library/new/common/content_images/icon/icon_answer.gif) no-repeat left top;
}
.elem_faq_box .answer p {
  padding-bottom: 10px;
}

.var_faq_list {
  padding-top:0;
}
.var_faq_list .question {
  padding: 0px 0 10px 70px;
}
.var_faq_list div.question p{
  font-size: 18px;
}
body.layout-ja .var_faq_list .question p{
  font-weight: bold;
}


/* -.elem_column_block
----------------------------------------------------------- */
.elem_column_block {
  padding: 15px 0;
}
.elem_column_block .elem_column_block_pad {
  padding: 25px 30px 15px;
  border: 1px solid #dcdcdc;
  background:#fff;
}

/*  gray  */
.elem_column_block .color_gray {
  background: #f0f0f0;
  border:none;
}

/*  base_color  */
.elem_column_block .color_base {
  background: #e6f1f9;
  border: none;
}

/*  base_color_red  */
.base_color_red .elem_column_block .color_base {
  background: #faf2f5;
}

.MSM_ShareBlock .elem_column_block {
  padding: 0;
}

/*  .col2  */
.elem_column_block .elem_column_block_pad .elem_content_divide_block .content_divide_col2 .elem_content_divide_box {
  width: 430px;
}
/*  .col3  */
.elem_column_block .elem_column_block_pad .elem_content_divide_block .content_divide_col3 .elem_content_divide_box {
  width: 279px;
}
/*  .col4  */
.elem_column_block .elem_column_block_pad .elem_content_divide_block .content_divide_col4 .elem_content_divide_box {
  width: 201px;
}
/*  .col5  */
.elem_column_block .elem_column_block_pad .elem_content_divide_block .content_divide_col5 .elem_content_divide_box {
  width:156px;
}
.elem_column_block .elem_text_list ul.col5 li {
  display: inline-block;
  vertical-align:top;
  padding-right: 20px;
  width:152px;
  letter-spacing:normal;
  zoom:1;
}


/*  fix_element  */
.elem_column_block .elem_column_block_pad.color_gray .elem_content_divide_block .content_divide_col2 .elem_content_divide_box .box_text,
.elem_column_block .elem_column_block_pad.color_gray .elem_content_divide_block .content_divide_col3 .elem_content_divide_box .box_text,
.elem_column_block .elem_column_block_pad.color_gray .elem_content_divide_block .content_divide_col4 .elem_content_divide_box .box_text{
  background: #fff;
  padding: 10px 15px 7px;
}

.elem_column_block .elem_column_block_pad.color_gray .elem_content_divide_block .content_divide_col2 .elem_content_divide_box .elem_pic_text_block .box_pic,
.elem_column_block .elem_column_block_pad.color_gray .elem_content_divide_block .content_divide_col3 .elem_content_divide_box .elem_pic_text_block .box_pic,
.elem_column_block .elem_column_block_pad.color_gray .elem_content_divide_block .content_divide_col4 .elem_content_divide_box .elem_pic_text_block .box_pic {
  background: #fff;
  padding-bottom: 0;
}

.layout-ja .elem_column_block .elem_heading_lv3 h3 {
  font-weight:bold;
}


.elem_content_divide_box .elem_column_block:first-child {
  padding-top:0;
}

.elem_content_divide_box .elem_column_block .elem_column_block_pad {
  padding: 20px 20px 5px;
}

.elem_heading_lv2 + .elem_column_block {
  padding-top:0;
}
.elem_heading_lv3 + .elem_column_block {
  padding-top:0;
}
.elem_heading_lv4 + .elem_column_block {
  padding-top:0;
}
.elem_heading_lv5 + .elem_column_block {
  padding-top:0;
}

.elem_column_block .elem_column_block_pad .elem_heading_lv2:first-child {
  padding-top:4px;
}
.elem_column_block .elem_column_block_pad .elem_heading_lv3:first-child {
  padding-top:0;
}
.elem_column_block .elem_column_block_pad .elem_heading_lv4:first-child {
  padding-top:0;
}
.elem_column_block .elem_column_block_pad .elem_heading_lv5:first-child {
  padding-top:0;
}


.elem_pic_text_block + .elem_column_block {
  margin-top:-30px;
}
.elem_pic_text_block + .elem_column_block .elem_column_block_pad {
  padding:25px 30px 15px;
}
.elem_pic_text_block + .elem_column_block .elem_column_block_pad .elem_text_list:first-child {
  padding-top:0;
}



/****************************************
*	list
****************************************/

/* -.elem_top_list
----------------------------------------------------------- */
.elem_top_list {
  padding:15px 0;
}
.elem_top_list ul {
  margin-right: -12px;
  letter-spacing:-0.4em;
}
.elem_top_list ul li {
  display:inline-block;
  width: 231px;
  padding: 0 12px 10px 0;
  letter-spacing:normal;
}
* html .elem_top_list ul li {
  display:inline;
  padding: 0 9px 10px 0;
  zoom:1;
}
*:first-child+html  .elem_top_list ul li {
  display:inline;
  padding: 0 9px 10px 0;
  zoom:1;
}
.elem_top_list ul li.right {
  padding-right: 0;
}



/* -.elem_main_menu
----------------------------------------------------------- */
.elem_main_menu {
  clear: both;
  padding: 15px 0;
  position: relative;
  z-index: 99;
}
.elem_main_menu ul li {
  float: left;
  width: 319px;
}
.elem_main_menu ul li {
  position: relative;
  padding-left:1px;
}
.elem_main_menu ul li.haschild:first-child {
  padding-left:0;
}
.elem_main_menu ul li a {
  display: block;
}
.elem_main_menu ul li .sub_menu {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  width: 319px;
  border-top: 1px solid #363636;
  background:#fff;
}
.elem_main_menu ul li.haschild .sub_menu {
  top: 120px;
}
.sub_menu ul li {
  width: 319px;
  background: #575757;
  border-bottom: 1px solid #363636;
  padding-left:0;
}
.sub_menu ul li a{
  display: block;
  padding: 8px 10px 8px 20px;
  color: #fff;
}
.sub_menu ul li a:hover {
  text-decoration: none;
}
.sub_menu ul li a span {
  display: block;
  padding-right: 15px;
  background: url(/library/new/common/content_images/arrow/arrow_right03.gif) no-repeat right center;
  color: #fff;
}



/* -.elem_text_list
----------------------------------------------------------- */
.elem_text_list {
  padding:4px 0 5px;
}
.elem_text_list ul {
  padding:0;
  margin:0;
}
.elem_text_list ul li {
  padding: 0 0 5px 12px;
  background: url(/library/new/common/content_images/icon/icon_dotted.gif) no-repeat left 0.5em;
  line-height:1.3;
}
.layout-ja .elem_text_list ul li {
  background-position: 0 0.4em;
}

/*  .liner  */
.elem_text_list ul.liner {
  margin-right:-40px;
  letter-spacing:-0.4em;
}
.elem_text_list ul.liner li {
  display: inline-block;
  vertical-align:top;
  padding-right: 40px;
  white-space:nowrap;
  letter-spacing:normal;
  background: url(/library/new/common/content_images/icon/icon_dotted.gif) no-repeat left 0.5em;
}
.layout-ja .elem_text_list ul.liner li {
  background-position: 0 0.4em;
}
* html .elem_text_list ul.liner li {
  display: inline;
  zoom:1;
}
*:first-child+html .elem_text_list ul.liner li {
  display: inline;
  zoom:1;
}
.elem_text_list ul.liner li.current a,
.elem_text_list ul.liner li.current span {
  font-weight:bold;
}
/*  .col2  */
.elem_text_list ul.col2 {
  margin-right:-20px;
  letter-spacing:-0.4em;
}
.elem_text_list ul.col2 li {
  display: inline-block;
  vertical-align:top;
  padding-right: 20px;
  width:458px;
  letter-spacing:normal;
}
.elem_column_block .elem_text_list ul.col2 li {
  width:438px;
}
.content_divide_col3 .elem_pic_text_block .var_vertical .elem_text_list ul.col2 li {
  width:108px;
}

* html .elem_text_list ul.col2 li {
  display: inline;
  zoom:1;
}
*:first-child+html .elem_text_list ul.col2 li {
  display: inline;
  zoom:1;
}

/*  .col3  */
.elem_text_list ul.col3 {
  margin-right:-20px;
  letter-spacing:-0.4em;
}
.elem_text_list ul.col3 li {
  display: inline-block;
  vertical-align:top;
  padding-right: 20px;
  width:294px;
  letter-spacing:normal;
}
.elem_column_block .elem_text_list ul.col3 li {
  width:274px;
}

* html .elem_text_list ul.col3 li {
  display: inline;
  zoom:1;
}
*:first-child+html .elem_text_list ul.col3 li {
  display: inline;
  zoom:1;
}

/*  .col4  */
.elem_text_list ul.col4 {
  margin-right:-20px;
  letter-spacing:-0.4em;
}
.elem_text_list ul.col4 li {
  display: inline-block;
  vertical-align:top;
  padding-right: 20px;
  width:213px;
  letter-spacing:normal;
}
.elem_column_block .elem_text_list ul.col4 li {
  width:197px;
}

* html .elem_text_list ul.col4 li {
  display: inline;
  zoom:1;
}
*:first-child+html .elem_text_list ul.col4 li {
  display: inline;
  zoom:1;
}

/*  .col5  */
.elem_text_list ul.col5 {
  margin-right:-20px;
  letter-spacing:-0.4em;
}
.elem_text_list ul.col5 li {
  display: inline-block;
  vertical-align:top;
  padding-right: 20px;
  width:164px;
  letter-spacing:normal;
}
.elem_column_block .elem_text_list ul.col5 li {
  width:151px;
}
* html .elem_text_list ul.col5 li {
  display: inline;
  zoom:1;
}
*:first-child+html .elem_text_list ul.col5 li {
  display: inline;
  zoom:1;
}

/*  .more  */
.elem_text_list ul.more {
}
.elem_text_list ul.more li {
  padding: 0 0 7px 0;
  background: none;
}



/* -.elem_text_list_anchor
----------------------------------------------------------- */
.elem_text_list_anchor {
  padding:4px 0 8px;
}
.elem_text_list_anchor ul {
}
.elem_text_list_anchor ul li {
  padding: 0 0 5px 15px;
  background: url(/library/new/common/content_images/icon/arrow_below.gif) no-repeat left 0.6em;
}

.elem_text_list_anchor ul.liner {
  letter-spacing:-0.4em;
}
.elem_text_list_anchor ul.liner li {
  display:inline-block;
  padding: 0 40px 5px 15px;
  background:url(/library/new/common/content_images/icon/arrow_below.gif) no-repeat left 0.5em;
  white-space:nowrap;
  letter-spacing:normal;
  vertical-align:top;
}
* html .elem_text_list_anchor ul.liner li {
  display:inline;
  zoom:1;
}
*:first-child+html .elem_text_list_anchor ul.liner li {
  display:inline;
  zoom:1;
}



/* -.elem_text_list_note
----------------------------------------------------------- */
div.elem_text_list_note {
  padding:0 0 8px 0;
}
div.elem_text_list_note table.elem_text_list_note {
  width: 100%;
}
div.elem_text_list_note table.elem_text_list_note tr {
  width: 100%;
}
div.elem_text_list_note table.elem_text_list_note tr th.elem_text_list_note,
div.elem_text_list_note table.elem_text_list_note tr td.elem_text_list_note:first-child {
  width:1%;
  white-space:nowrap;
  padding-left:0;
}
div.elem_text_list_note table.elem_text_list_note tr td.elem_text_list_note {
  width:99%;
  padding-left:10px;
}
/*  fix_element  */
div.elem_text_list_note .elem_paragraph {
  padding:0;
}
div.elem_text_list_note .elem_paragraph .text + .text {
  padding-top:0;
}
div.elem_text_list_note .elem_text_list {
  padding:0;
}

/*  fix_element  */
.elem_text_list_note .elem_custom_input {
  padding:0;
}

.elem_text_list_note .elem_form_list ul.liner {
  letter-spacing: -0.4em;
  margin: 2px 0 0 -15px;
}
.elem_text_list_note .elem_form_list ul.liner li {
  display: inline-block;
  letter-spacing: normal;
  padding: 0 0 0 15px;
}
.elem_text_list_note .elem_form_list ul.liner li label span,
.elem_text_list_note .elem_form_list ul.liner li label input{
  line-height: 1.0;
}


/* -.elem_text_list_number
----------------------------------------------------------- */
.elem_text_list_number {
  padding:4px 0 8px;
}
.elem_text_list_number .elem_table_basic {
}
.elem_text_list_number .elem_table_basic tr td:first-child {
  padding-left:8px;
}

/* -.elem_text_list_ranking
----------------------------------------------------------- */
.elem_text_list_ranking {
  padding-bottom: 10px;
}
.elem_text_list_ranking ul.list {
  border-top: 1px solid #dcdcdc;
}
.elem_text_list_ranking ul.list li.item {
  padding: 15px 40px 15px 4em;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.elem_text_list_ranking ul.list li.item span.order {
  border: 1px solid #969696;
  display: block;
  font-weight: bold;
  height: 2.5em;
  left: 0;
  line-height: 2.5em;
  position: absolute;
  text-align: center;
  top: 15px;
  width: 2.5em;
}
.elem_text_list_ranking ul.var_titleonly li.item span.order {
  top: 6px;
}

/*  fix_element  */
.elem_text_list_ranking .elem_text_list {
  padding-bottom:0;
}
.elem_text_list_ranking .elem_text_list ul.more {
}
.elem_text_list_ranking .elem_text_list ul.more li {
  padding-bottom:0;
}



/* -.elem_icon_text_list
----------------------------------------------------------- */
div.elem_icon_text_list {
  padding:15px 0;
}
div.elem_icon_text_list table.elem_icon_text_list {
  width: 100%;
  border-top: 1px solid #dcdcdc;
}
div.elem_icon_text_list table.elem_icon_text_list th,
div.elem_icon_text_list table.elem_icon_text_list td {
  padding: 7px 8px;
  border-bottom: 1px solid #dcdcdc;
  vertical-align: middle;
  text-align: left;
}
div.elem_icon_text_list table.elem_icon_text_list th.last,
div.elem_icon_text_list table.elem_icon_text_list td.last {
  border-bottom: none;
}



/* -.elem_text_list_news
----------------------------------------------------------- */
.elem_text_list_news {
  padding:4px 0 8px;
}
.elem_text_list_news .elem_text_list_news_pad {
  border-top: 1px solid #dcdcdc;
}
.elem_text_list_news dl {
}
.elem_text_list_news dl dd {
  padding: 5px 0;
  border-bottom: 1px solid #dcdcdc;
}

/*  fix_element  */
.elem_text_list_news .var_ptb10 dl dd {
  padding: 10px 0;
}
/*  fix_element_add ニュースリストの罫線無し */
.elem_text_list_news.var_border_top_none {
  padding:0 0 8px;
}
.elem_text_list_news.var_border_top_none .elem_text_list_news_pad {
  border-top: none;
}



/****************************************
*	pic
****************************************/

/* -.elem_pic
----------------------------------------------------------- */
.elem_pic {
  padding:15px 0;
}
.elem_pic img {
}
.elem_pic .small {
  font-size:12px;
}
.elem_pic .center {
  text-align:center;
}
.elem_pic .right,
.elem_pic .right .pic_caption {
  text-align: right;
}
.elem_pic .pic_caption {
  padding:3px 0 5px;
}




/* -.elem_pic_text_block
----------------------------------------------------------- */
.elem_pic_text_block {
}
.elem_pic_text_block .elem_pic_text_block_pad {
  display:table;
  width:100%;
  padding:15px 0 0;
}

.elem_pic_text_block .elem_pic_text_block_pad.op_reverse {
	direction: rtl;
}

.elem_pic_text_block .elem_pic_text_block_pad .rp10 {
  padding-right:10px !important;
}

.elem_pic_text_block .var_background {
  padding:15px 0 15px;
}

.elem_pic_text_block .box_pic {
  display:table-cell;
  vertical-align:top;
  width:1%;
  padding:0 0 15px 0;
}
.elem_pic_text_block .op_reverse .box_pic {
	direction: ltr;
}
*:first-child+html .elem_pic_text_block .box_pic {
  width:216px;
}
.elem_pic_text_block .box_pic .elem_pic {
  padding-top:0;
  padding-bottom:0;
}
.elem_pic_text_block .box_pic .elem_pic + .elem_pic {
  padding-top:15px;
}

/*  var_background  */
.elem_pic_text_block .var_background .box_pic {
  padding-bottom:0;
  background: #f0f0f0;
}
.elem_pic_text_block .var_color_blue .box_pic {
  background: #f7fbfe;
}
.elem_pic_text_block .var_color_green .box_pic {
  background: #f8fbf5;
}
.elem_pic_text_block .var_color_orange .box_pic {
  background: #fdf8f3;
}
.elem_pic_text_block .var_color_pink .box_pic {
  background: #fcf5f7;
}
/*  var_vertical  */
.elem_pic_text_block .var_vertical .box_pic {
  display:block;
  width:auto;
}

.elem_pic_text_block .box_text {
  display:table-cell;
  vertical-align:top;
  width:99%;
}
.elem_pic_text_block .op_reverse .box_text {
	direction: ltr;
}
/*  var_background  */
.elem_pic_text_block .var_background .box_text {
  background: #f0f0f0;
  padding: 15px 20px 5px;
}
.layout-ja .elem_pic_text_block .var_background .box_text {
  padding: 20px 20px 10px;
}
.elem_pic_text_block .var_background .box_column {
  background: #f0f0f0;
  padding: 0 20px 0;
}
.elem_pic_text_block .var_color_blue .box_text,
.elem_pic_text_block .var_color_blue .box_column {
  background: #f7fbfe;
}
.elem_pic_text_block .var_color_green .box_text,
.elem_pic_text_block .var_color_green .box_column {
  background: #f8fbf5;
}
.elem_pic_text_block .var_color_orange .box_text,
.elem_pic_text_block .var_color_orange .box_column {
  background: #fdf8f3;
}
.elem_pic_text_block .var_color_pink .box_text,
.elem_pic_text_block .var_color_pink .box_column {
  background: #fcf5f7;
}
/*  var_vertical  */
.elem_pic_text_block .var_vertical .box_text {
  display:block;
  width:auto;
}

.elem_pic_text_block .box_pic + .box_text {
  padding-left:20px;
}
/*  var_vertical  */
.elem_pic_text_block .var_vertical .box_pic + .box_text {
  padding-left:0;
}
/*  var_background  */
.elem_pic_text_block .var_background .box_pic + .box_text {
  padding-left:20px;
}
.elem_pic_text_block  .box_text + .box_pic {
  padding-left:0;
}
.elem_pic_text_block .op_reverse .box_text + .box_pic {
  padding-left: 0;
  padding-right: 20px;
}


/*  fix_element  */
.elem_heading_lv2 + .elem_pic_text_block .elem_pic_text_block_pad {
  padding-top:0;
}
.elem_heading_lv3 + .elem_pic_text_block .elem_pic_text_block_pad {
  padding-top:0;
}
.elem_heading_lv4 + .elem_pic_text_block .elem_pic_text_block_pad {
  padding-top:0;
}
.elem_heading_lv5 + .elem_pic_text_block .elem_pic_text_block_pad {
  padding-top:0;
}
.elem_pic_text_block .elem_heading_lv2:first-child {
  padding-top: 6px;
}
.elem_pic_text_block .elem_heading_lv3:first-child {
  padding-top: 6px;
}
.elem_pic_text_block .elem_heading_lv3 h3 {
  font-size: 22px;
}
.layout-ja .elem_pic_text_block .elem_heading_lv3 h3 {
  font-weight:bold;
}
.elem_pic_text_block .elem_heading_lv4:first-child {
  padding-top: 6px;
}

.elem_pic_text_block .elem_paragraph:first-child {
  padding-top:0;
}
.elem_pic_text_block .elem_column_block:first-child {
  padding-top:0;
}
.elem_pic_text_block .elem_column_block {
}
.elem_pic_text_block .elem_column_block .elem_column_block_pad {
  padding:10px 15px;
}

.elem_pic_text_block + .elem_column_block .color_gray {
  margin-top: 20px !important;
}

.elem_pic_text_block .elem_table_basic:first-child {
  padding-top:0;
}

.elem_pic .elem_pic_pad {
  max-width: 100%;
}


/*  .var_main_visual  */
.elem_pic_text_block .var_main_visual {
  position:relative;
}
/*  .var_main_visual  */
.elem_pic_text_block .var_main_visual .box_text {
  position:absolute;
  /*top:15px;*/
  right:0;
  width:240px;
  padding-left:0;
  background:url(/library/new/common/img/top/bg_main_visual_side.png) 0 0 repeat;
}
.elem_pic_text_block .var_solid_fill .box_text {
  width:260px;
  background:#00234d;
}
.elem_pic_text_block .var_main_visual .box_text .box_text_pad {
  padding:10px;
  color:#fff;
}
.elem_pic_text_block .var_solid_fill .box_text .box_text_pad {
  padding:20px;
}
.elem_pic_text_block .var_main_visual .box_text .elem_heading_lv5 {
  padding-top:17px;
  padding-bottom:5px;
}
.elem_pic_text_block .var_main_visual .box_text .elem_heading_lv5:first-child {
  padding-top:0;
}

.elem_pic_text_block .var_main_visual .box_text .elem_custom_input {
  padding-top:0;
  padding-bottom:5px;
}
*:first-child+html .elem_pic_text_block .var_main_visual .box_text .elem_custom_input input {
  width:160px;
}
.elem_pic_text_block .var_main_visual .box_text .linkBox {
  padding-top:0;
  padding-bottom:0;
  background:transparent;
}

.elem_pic_text_block .var_main_visual .box_text .var_input_id {
  padding:0 10px 0 40px;
  background:#fff url(/library/new/common/img/top/icon_main_visual_side_id.gif) 10px 50% no-repeat;
}
.elem_pic_text_block .var_main_visual .box_text .var_input_password {
  padding:0 10px 0 40px;
  background:#fff url(/library/new/common/img/top/icon_main_visual_side_password.gif) 10px 50% no-repeat;
}



/* -.elem_min_pic_text_list
----------------------------------------------------------- */
.elem_min_pic_text_list {
  padding:10px 0;
}
.elem_min_pic_text_list ul {
  border-top: none;
}
.elem_min_pic_text_list ul li {
  min-height: 40px;
  padding: 10px 0 10px 70px;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
  position: relative;
  line-height:1.3;
}
.elem_min_pic_text_list ul li span.photo {
  position: absolute;
  left: 0;
  _left: -70px;
  top: 0;
  display: block;
}
.elem_min_pic_text_list ul li ul li{
  border-bottom: none;
}

/* -.elem_min_pic_text_list noborder 2015.12add */
.elem_min_pic_text_list.noborder ul li {
    border-bottom: none;
    line-height: 1.6;
    margin-bottom: 10px;
    min-height: 60px;
    overflow: hidden;
    padding: 0 0 0 70px;
    position: relative;
}

.elem_min_pic_text_list.noborder ul li:last-child {
    margin-bottom: 0px;
}

.elem_heading_lv3 + .elem_min_pic_text_list {
  margin-top:-10px;
}


/****************************************
*	divide_block
****************************************/

/* -.elem_content_divide_block
----------------------------------------------------------- */
.elem_content_divide_block {
}
.elem_content_divide_block .elem_content_divide_block_pad {
  margin-left:-30px;
  letter-spacing:-0.4em;
}

.elem_content_divide_block .elem_content_divide_box {
  display:inline-block;
  vertical-align:top;
  padding-left:30px;
  letter-spacing:normal;
}
* html .elem_content_divide_block .elem_content_divide_box {
  display:inline;
  zoom:1;
}
*:first-child+html .elem_content_divide_block .elem_content_divide_box {
  display:inline;
  zoom:1;
}

/*  col2  */
.elem_content_divide_block .content_divide_col2 {
}
.elem_content_divide_block .content_divide_col2 .elem_content_divide_box {
  width:465px;
}


/*  col2_7_3  */
.elem_content_divide_block .content_divide_col2_7_3 {
}
.elem_content_divide_block .content_divide_col2_7_3 .left_box {
  width:663px;
}
.elem_content_divide_block .content_divide_col2_7_3 .right_box {
  width:267px;
}

/*  col2_3_7  */
.elem_content_divide_block .content_divide_col2_3_7 {
}
.elem_content_divide_block .content_divide_col2_3_7 .left_box {
	width:267px;
}
.elem_content_divide_block .content_divide_col2_3_7 .right_box {
	width:663px;
}

/*  col3  */
.elem_content_divide_block .content_divide_col3 {
}
.elem_content_divide_block .content_divide_col3 .elem_content_divide_box {
  width:300px;
}

/*  col4  */
.elem_content_divide_block .content_divide_col4 {
}
.elem_content_divide_block .content_divide_col4 .elem_content_divide_box {
  width:217px;
}
.content_divide_col4 .elem_pic_text_block .elem_heading_lv3 h3,
.content_divide_col5 .elem_pic_text_block .elem_heading_lv3 h3 {
  font-size: 18px;
}
.layout-ja .content_divide_col4 .elem_pic_text_block .elem_heading_lv3 h3,
.layout-ja .content_divide_col5 .elem_pic_text_block .elem_heading_lv3 h3 {
  font-size: 22px;
}

/*  col5  */
.elem_content_divide_block .content_divide_col5 {
}
.elem_content_divide_block .content_divide_col5 .elem_content_divide_box {
  width: 175px;
  padding-left: 20px;
}
.elem_content_divide_block .content_divide_col5 .elem_content_divide_box:first-child {
  padding-left: 30px;
}

/*  h3 font-weight  */
body.layout-ja .elem_content_divide_block .content_divide_col4 .elem_pic_text_block .var_vertical .elem_heading_lv3 h3,
body.layout-ja .elem_content_divide_block .content_divide_col5 .elem_pic_text_block .var_vertical .elem_heading_lv3 h3{
  font-weight: normal;
}

/*  contact_col2  */
.elem_content_divide_block .content_divide_contact_col2 {
}
.elem_content_divide_block .content_divide_contact_col2 .elem_content_divide_box {
  width:630px;
}
.elem_content_divide_block .content_divide_contact_col2 .elem_content_divide_box:first-child {
  width:300px;
}
/*  contact_col2 inner  */
.elem_content_divide_block .content_divide_contact_col2 .content_divide_contact_col2 {
}
.elem_content_divide_block .content_divide_contact_col2 .content_divide_contact_col2 .elem_content_divide_box {
  width:300px;
}


/*  .content_divide_category_top  */
.elem_content_divide_block .content_divide_category_top {
}
.elem_content_divide_block .content_divide_category_top .elem_content_divide_box {
  width:632px;
}
.elem_content_divide_block .content_divide_category_top .elem_content_divide_box:first-child {
  width:298px;
}
.elem_content_divide_block .content_divide_category_top .elem_content_divide_box:first-child {
  margin:0 0 0 30px;
  padding:0;
}
.elem_content_divide_block .content_divide_category_top .elem_pic_text_block_pad {
  padding:0;
}


			/*  col2_3_7 innner col2  2015/12add */
			.content_divide_col2_3_7 .right_box .elem_content_divide_block .elem_content_divide_block .content_divide_col2 {
				display:table;
				width:100%;
				margin-left:0;
			}
				.content_divide_col2_3_7 .right_box .elem_content_divide_block .elem_content_divide_block .content_divide_col2 .elem_content_divide_box {
					padding-top:0;
					padding-left:15px;
					padding-right:15px;
					width:50%;
					box-sizing:border-box;
					background:none;
				}
				.layout-ja .content_divide_col2_3_7 .right_box .elem_content_divide_block .elem_content_divide_block .content_divide_col2 .elem_content_divide_box {
					padding-bottom:0;
				}
				.content_divide_col2_3_7 .right_box .elem_content_divide_block  .elem_content_divide_block .content_divide_col2 .elem_content_divide_box:first-child {
					box-sizing:border-box;
					padding-left:0;
					background:none;
				}
				.content_divide_col2_3_7 .right_box .elem_content_divide_block .elem_content_divide_block .content_divide_col2 .elem_content_divide_box:nth-child(2) {
					padding-right:0;
				}

			/*  col2_7_3 innner col2  2015/12add */
			.content_divide_col2_7_3 .left_box .elem_content_divide_block .content_divide_col2 {
				display:table;
				width:100%;
				margin-left:0;
			}
				.content_divide_col2_7_3 .left_box .elem_content_divide_block .content_divide_col2 .elem_content_divide_box {
					padding-top:0;
					padding-left:15px;
					padding-right:15px;
					width:50%;
					box-sizing:border-box;
					background:none;
				}
				.layout-ja .content_divide_col2_7_3 .left_box .elem_content_divide_block .content_divide_col2 .elem_content_divide_box {
					padding-bottom:0;
				}
				.content_divide_col2_7_3 .left_box .elem_content_divide_block  .content_divide_col2 .elem_content_divide_box:first-child {
					box-sizing:border-box;
					padding-left:0;
					background:none;
				}
				.content_divide_col2_7_3 .rleft_box .elem_content_divide_block  .content_divide_col2 .elem_content_divide_box:nth-child(2) {
					padding-right:0;
				}

/*  unit  */
.elem_content_divide_block .content_divide_unit {
  display:table;
  margin-left:0;
  padding:15px 0;
}
.elem_content_divide_block .content_divide_unit .elem_content_divide_box {
  display:table-cell;
  vertical-align:top;
  width:99%;
  padding-top:0;
  padding-right:30px;
}
.elem_content_divide_block .content_divide_unit .elem_content_divide_box:first-child {
  vertical-align:top;
  width:1%;
  padding-top:0;
  padding-right:0;
  padding-left:0;
}
.layout-ja .elem_content_divide_block .content_divide_unit .elem_content_divide_box:first-child {
  padding-top:0;
  padding-right:0;
  padding-left:0;
}

/*  fix_element  */
.elem_content_divide_block .content_divide_unit > .elem_content_divide_box:first-child .elem_pic_text_block {
}
.elem_content_divide_block .content_divide_unit > .elem_content_divide_box:first-child .elem_pic_text_block .elem_pic_text_block_pad {
  padding-top:0;
  padding-bottom:0;
}
.elem_content_divide_block .content_divide_unit > .elem_content_divide_box:first-child .elem_pic_text_block .var_background .box_text {
  background:none;
}


/*  unit_background  */
.elem_content_divide_block .content_divide_unit_background {
}
.elem_content_divide_block .content_divide_unit_background .elem_content_divide_box {
  padding-top:15px;
  background:#fafafa;
}
.layout-ja .elem_content_divide_block .content_divide_unit_background .elem_content_divide_box {
  padding-top:20px;
}
.layout-ja .elem_content_divide_block .content_divide_unit_background .elem_content_divide_box + .elem_content_divide_box {
  padding-bottom:10px;
}
.elem_content_divide_block .content_divide_unit_background .elem_content_divide_box:first-child {
  background:#f0f0f0;
}
.layout-ja .elem_content_divide_block .content_divide_unit_background > .elem_content_divide_box > .elem_pic_text_block > .var_vertical > .box_pic + .box_text {
  min-height:70px;
}


/*  unit_col2  */
.elem_content_divide_block .content_divide_unit .elem_content_divide_block .content_divide_col2 {
  display:table;
  width:100%;
  margin-left:0;
}
.elem_content_divide_block .content_divide_unit .elem_content_divide_block .content_divide_col2 .elem_content_divide_box {
  padding-top:0;
  padding-left:15px;
  padding-right:15px;
  width:50%;
  box-sizing:border-box;
  background:none;
}
.layout-ja .elem_content_divide_block .content_divide_unit .elem_content_divide_block .content_divide_col2 .elem_content_divide_box {
  padding-bottom:0;
}
.elem_content_divide_block .content_divide_unit .elem_content_divide_block .content_divide_col2 .elem_content_divide_box:first-child {
  box-sizing:border-box;
  padding-left:0;
  background:none;
}
.elem_content_divide_block .content_divide_unit .elem_content_divide_block .content_divide_col2 .elem_content_divide_box:nth-child(2) {
  padding-right:0;
}

/*  unit_col3  */
.elem_content_divide_block .content_divide_unit .elem_content_divide_block .content_divide_col3 {
  display:table;
  width:100%;
  margin-left:0;
}
.elem_content_divide_block .content_divide_unit .elem_content_divide_block .content_divide_col3 .elem_content_divide_box {
  padding-top:0;
  padding-left:30px;
  padding-right:0;
  width:33.33%;
  background:none;
}
.elem_content_divide_block .content_divide_unit .elem_content_divide_block .content_divide_col3 .elem_content_divide_box:first-child {
  padding-left:0;
  padding-right:0;
  background:none;
}
.elem_content_divide_block .content_divide_unit .elem_content_divide_block .content_divide_col2 .elem_content_divide_box:nth-child(3) {
  padding-right:0;
}
/*  .var_main_visual  */
.elem_content_divide_block.var_main_visual .content_divide_unit {
  padding-bottom:0;
}
.elem_content_divide_block.var_main_visual .content_divide_unit .elem_content_divide_box {
  padding-left:20px;
  padding-right:20px;
}
.elem_content_divide_block.var_main_visual .content_divide_unit .elem_content_divide_box:first-child {
  padding-left:0;
  padding-right:0;
}
.elem_content_divide_block.var_main_visual + .elem_column_block {
  padding-top:0;
}
.elem_content_divide_block.var_main_visual + .elem_column_block .elem_column_block_pad {
  padding: 18px 30px 10px;
}

/*  fix_element  */
.elem_content_divide_block .elem_pic_text_block:first-child .elem_pic_text_block_pad {
  padding-top:0;
}
.elem_heading_lv2 + .elem_content_divide_block .content_divide_unit {
  padding-top:0;
}
.elem_content_divide_block .elem_pic:first-child {
  padding-top:0;
}
.elem_content_divide_block .elem_pic + .elem_heading_lv4 {
  padding-top:0;
}

/* -.elem_separate
----------------------------------------------------------- */
.elem_separate {
  margin: 10px 0 15px;
  border-bottom: 1px solid #dcdcdc;
}
.elem_separate hr {
  display:none;
}

/****************************************
*	table
****************************************/

/* -.elem_table_basic
----------------------------------------------------------- */
div.elem_table_basic {
  padding:15px 0;
}

div.elem_table_basic .elem_table_heading {
  margin:-3px 0 0 0;
  padding:0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
}
div.elem_table_basic .elem_table_footer_note {
  padding:5px 0 0 0;
}

table.elem_table_basic {
  width: 100%;
  border-top: 1px solid #dcdcdc;
}
table.var_there_boder {
  border-left: 1px solid #dcdcdc;
}
.elem_table_basic th,
.elem_table_basic td {
  padding: 15px 17px;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
  background:#fff;
}
table.var_there_boder th,
table.var_there_boder td {
  border-right: 1px solid #dcdcdc;
}

table.var_there_boder th.right,
table.var_there_boder td.right {
  text-align: right;
}
table.var_there_boder th.center,
table.var_there_boder td.center {
  text-align: center;
}
table.var_there_boder th.top,
table.var_there_boder td.top {
  vertical-align:top;
}
table.var_there_boder th.middle,
table.var_there_boder td.middle {
  vertical-align:middle;
}
table.var_there_boder th.bottom,
table.var_there_boder td.bottom {
  vertical-align:bottom;
}
.elem_table_basic th {
  background: #f0f0f0;
}
.elem_table_basic .elem_border_left {
  border-left: 1px solid #dcdcdc;
}

/*  table_parts  */
.elem_table_basic th.bg_gray_lv1 {
  background: #f0f0f0;
}
.var_base_color th.bg_gray_lv1 {
  background: #e5f0f9;
}
.base_color_red .var_base_color th.bg_gray_lv1 {
  background: #f5e5ea;
}

.elem_table_basic th.bg_gray_lv2 {
  background: #fafafa;
}
.var_base_color th.bg_gray_lv2 {
  background: #f2f8fc;
}
.base_color_red .var_base_color th.bg_gray_lv2 {
  background: #faf2f5;
}
.var_base_color td.bg_gray_lv2 {
  background: #f2f8fc;
}
.base_color_red .var_base_color td.bg_gray_lv2 {
  background: #fafafc;
}

/*  color_variation lv1 */
.var_color_blue th.bg_gray_lv1 {
  background: #eff7fd;
}
.var_color_blue td.bg_gray_lv1 {
  background: #eff7fd;
}
.var_color_green th.bg_gray_lv1 {
  background: #f1f7ec;
}
.var_color_green td.bg_gray_lv1 {
  background: #f1f7ec;
}
.var_color_orange th.bg_gray_lv1 {
  background: #fbf2e7;
}
.var_color_orange td.bg_gray_lv1 {
  background: #fbf2e7;
}
.var_color_pink th.bg_gray_lv1 {
  background: #f9ebef;
}
.var_color_pink td.bg_gray_lv1 {
  background: #f9ebef;
}

/*  color_variation lv2 */
.var_color_blue th.bg_gray_lv2 {
  background: #f7fbfe;
}
.var_color_blue td.bg_gray_lv2 {
  background: #f7fbfe;
}
.var_color_green th.bg_gray_lv2 {
  background: #f8fbf5;
}
.var_color_green td.bg_gray_lv2 {
  background: #f8fbf5;
}
.var_color_orange th.bg_gray_lv2 {
  background: #fdf8f3;
}
.var_color_orange td.bg_gray_lv2 {
  background: #fdf8f3;
}
.var_color_pink th.bg_gray_lv2 {
  background: #fcf5f7;
}
.var_color_pink td.bg_gray_lv2 {
  background: #fcf5f7;
}

/*  color_variation lv3 */
.var_color_blue th.bg_gray_lv3 {
  background: #b1d6f6;
}
.var_color_blue td.bg_gray_lv3 {
  background: #b1d6f6;
}
.var_color_green th.bg_gray_lv3 {
  background: #b9d7a0;
}
.var_color_green td.bg_gray_lv3 {
  background: #b9d7a0;
}
.var_color_orange th.bg_gray_lv3 {
  background: #eabd89;
}
.var_color_orange td.bg_gray_lv3 {
  background: #eabd89;
}
.var_color_pink th.bg_gray_lv3 {
  background: #e39eb1;
}
.var_color_pink td.bg_gray_lv3 {
  background: #e39eb1;
}

/*  color_variation lv4 */
.var_color_blue th.bg_gray_lv4 {
  background: #91c6f2;
}
.var_color_blue td.bg_gray_lv4 {
  background: #91c6f2;
}
.var_color_green th.bg_gray_lv4 {
  background: #9dc77a;
}
.var_color_green td.bg_gray_lv4 {
  background: #9dc77a;
}
.var_color_orange th.bg_gray_lv4 {
  background: #e2a35a;
}
.var_color_orange td.bg_gray_lv4 {
  background: #e2a35a;
}
.var_color_pink th.bg_gray_lv4 {
  background: #d87791;
}
.var_color_pink td.bg_gray_lv4 {
  background: #d87791;
}


/*  color_variation lv5 */
th.bg_gray_lv5 {
  background: #f0f0f0;
}
td.bg_gray_lv5 {
  background: #f0f0f0;
}

/*  color_variation lv6 */
th.bg_gray_lv6 {
  background: #838383;
  color:#fff;
}
td.bg_gray_lv6 {
  background: #838383;
  color:#fff;
}

/*  color_variation lv7 */
th.bg_gray_lv7 {
  background: #686868;
  color:#fff;
}
td.bg_gray_lv7 {
  background: #686868;
  color:#fff;
}

.elem_table_basic th span.small,
.elem_table_basic td span.small {
  font-size: 12px;
}

.elem_table_basic .date {
  white-space:nowrap;
}
.elem_table_basic .cate {
  margin-top:2px;
  display:inline-block;
  min-width:100px;
  padding: 2px 10px 3px;
  background: #434343;
  font-size: 12px;
  color: #fff;
  text-align:center;
}
* html .elem_table_basic .cate {
  display: inline;
  zoom:1;
}
*:first-child+html .elem_table_basic .cate {
  display: inline;
  zoom:1;
}

.cate.tag{
  background: none repeat scroll 0 0 #434343;
  color: #fff;
  font-size: 12px;
  margin-top: 2px;
  padding: 2px 10px;
  margin: 1px 5px 0 0;
}
.cate.tag.inside{
  min-width:auto;
  margin: 1px 5px 0 8px;

}
.cate.tag_orange{
  background: none repeat scroll 0 0 #D02F0D;
  color: #fff;
  font-size: 12px;
  margin-top: 1px;
  padding: 2px 10px;
  margin: 1px 5px 0 0;
}
.cate.required{
  min-width:40px !important;
}

.elem_table_basic .status {
}
.elem_table_basic .status .icon {
  margin-top:2px;
  display:block;
  min-width:100px;
  border:1px solid #dcdcdc;
  font-size: 12px;
  text-align:center;
  white-space:nowrap;
}
.elem_table_basic .status .icon .lv1 {
  display:block;
  padding: 5px 10px 7px;
  background:#fff;
}
.elem_table_basic .status .icon .lv2 {
  display:block;
  padding: 5px 10px 6px;
  background:#dcdcdc;
}

/*  fix_element  */
.elem_table_basic .var_ptb8 th, .elem_table_basic .var_ptb8 td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.elem_table_basic .var_ptb4 th, .elem_table_basic .var_ptb4 td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.elem_table_basic .elem_text_list_note th.elem_text_list_note,
.elem_table_basic .elem_text_list_note td.elem_text_list_note {
  border:none !important;
  background: none !important;
  padding:0 5px 3px 0;
}
.elem_heading_lv2 + .elem_table_basic {
  padding-top:0;
}
.elem_heading_lv3 + .elem_table_basic {
  padding-top:0;
}
.elem_heading_lv4 + .elem_table_basic {
  padding-top:0;
}
.elem_heading_lv5 + .elem_table_basic {
  padding-top:0;
}


/* -table parts
----------------------------------------------------------- */
td.right{
  text-align: right;
}
td.center, th.center {
  text-align: center;
}
.nobdr {
  border-right: none !important;
}

/* -table colum width
----------------------------------------------------------- */
th.width15r,td.width15r {width: 15%;}
th.width19r,td.width19r {width: 19%;}
th.width25r,td.width25r {width: 25%;}
th.width26r,td.width26r {width: 26%;}
th.width27r,td.width27r {width: 27%;}
th.width30r,td.width30r {width: 30%;}
th.width35r,td.width35r {width: 35%;}
th.width40r,td.width40r {width: 40%;}
th.width45r,td.width45r {width: 45%;}
th.width50r,td.width50r {width: 50%;}
th.width60r,td.width60r {width: 60%;}
th.width70r,td.width70r {width: 70%;}
th.width80r,td.width80r {width: 80%;}


/* -.elem_table_basic_news
----------------------------------------------------------- */
div.elem_table_basic.elem_table_basic_news {
  padding:0 0 15px 0;
}
div.elem_table_basic.elem_table_basic_news table.elem_table_basic {
  border-top: none;
}
.elem_table_basic_news tr:first-child th,
.elem_table_basic_news tr:first-child td{
  border-top: 1px solid #dcdcdc;
}
.tabBox .elem_table_basic_news tr:first-child th,
.tabBox .elem_table_basic_news tr:first-child td{
  border-top: none;
}
.elem_table_basic_news .elem_table_basic tbody tr td {
  vertical-align:middle;
}
.elem_table_basic_news .elem_table_basic tbody tr td:first-child {
  padding-left:0;
}


/* -.elem_table_extra
----------------------------------------------------------- */
div.elem_table_extra {
  padding:15px 0;
}
div.elem_table_extra table.elem_table_extra {
  width: 100%;
  border-top: 1px solid #dcdcdc;
}
div.elem_table_extra table.elem_table_extra th,
div.elem_table_extra table.elem_table_extra td {
  padding: 5px 8px;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
}
div.elem_table_extra table.elem_table_extra th {
  background: #f0f0f0;
}
div.elem_table_extra table.elem_table_extra .elem_padding0 {
  padding: 0px !important;
}
div.elem_table_extra table.elem_table_extra .elem_min_pic_text_list {
  padding:0;
  border-top: none;
}

.elem_heading_lv2 + .elem_table_extra {
  padding-top:5px;
}
.elem_heading_lv3 + .elem_table_extra {
  padding-top:5px;
}



/* -var_calendar
----------------------------------------------------------- */
table.var_calendar {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.elem_table_basic .var_calendar th, .elem_table_basic .var_calendar td {
  padding: 5px 2px;
  text-align: center;
  border-color: #fff;
}

.elem_table_basic .var_calendar td {
  background: none repeat scroll 0 0 #f0f0f0;
}



/****************************************
*	tab
****************************************/
.checkTab {
}
.checkTab .tabNav {
  padding:15px 0 5px;
}
.checkTab .tabNav table {
  width:100%;
}
.checkTab .tabNav table td {
  padding-left: 1px;
  vertical-align:middle;
  background: #006ec8;
  border: 1px solid #006ec8;
  border-right: 1px solid #fff;
  border-bottom: none;
  cursor:pointer;
}
.checkTab .tabNav table td:last-child {
  border-right: none;
}
.checkTab .tabNav table td a {
  display: block;
  padding: 7px 10px 11px;
  color: #fff;
  text-align: center;
  line-height:1.1;
}

/*  base_color_red  */
.base_color_red .checkTab .tabNav table td {
  background: #990033;
  border: 1px solid #990033;
  border-right: 1px solid #fff;
  border-bottom: none;
}

.checkTab .tabNav table td:hover a {
  text-decoration: none;
}
.checkTab .tabNav table td.on {
  background: none;
  border-color: #dcdcdc;
  border-bottom:1px solid #fff;
  color: #000;
}
.checkTab .tabNav table td.on a {
  background: none;
  color: #000;
}

.checkTab .tabBox .tabBox_column {
  padding: 15px 20px;
  margin-bottom:15px;
  background: #fafafa;
}


/* threeColumn */
.threeColumn {
  clear: both;
}
.threeColumn .colL {
  float: left;
  width: 300px;
  padding-right: 10px;
}
.threeColumn .colR {
  float: right;
  width: 300px;
}



/****************************************
*	pageelem_topic_path
****************************************/
.pageelem_topic_path {
  width: 960px;
  margin: 0 auto;
  padding: 35px 0 15px 0;
}
.pageelem_topic_path ul li {
  float: left;
  padding-right: 10px;
}
.pageelem_topic_path ul li a {
  display: block;
  padding: 0 18px 0 0;
  background: url(/library/new/common/content_images/arrow/arrow_right02.gif) no-repeat right center;
}
.pageelem_topic_path ul li img {
  padding: 5px 0;
  vertical-align: middle;
}

#elem_topic_path_pad {
  background: none repeat scroll 0 0 #fff;
  margin: 0 auto;
  padding: 5px 15px;
  width: 960px;
}






/****************************************
*	step
****************************************/
.elem_step_flow {
  padding:15px 0;
}

/* orderList01 */
/*.orderList01 {}
	.orderList01 ul li.item {
		padding: 0 0 5px 3em;
	}
		.orderList01 ul li span.order {
			display: inline-block;
			margin-left: -3em;
			width: 2em;
			padding-right: 1em;
		}*/
* html .orderList01 ul li span.order {
  display: inline;
  zoom:1;
}
*:first-child+html .orderList01 ul li span.order {
  display: inline;
  zoom:1;
}

.nextStep01 {
  margin-bottom: 10px;
  padding-bottom: 70px;
  background: url(/library/new/common/content_images/arrow/arrow_next.gif) no-repeat center bottom;
}
.nextStep02 {
  margin-bottom: 10px;
  padding-bottom: 70px;
  background: url(/library/new/common/content_images/arrow/arrow_next02.gif) no-repeat center bottom;
}
/* box04 */
.box04 {
  border: 1px solid #767676;
}
.box04 .box04Title {
  padding: 10px;
  background: #767676;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.box04 .inner {
  padding: 20px;
}
.twoCol07 {
  clear: both;
  padding: 15px 30px;
}
/*.twoCol07 .colL {
  float: left;
  width: 210px;
  padding-left: 60px;
}
.twoCol07 .colR {
  float: right;
  width: 600px;
}*/
.twoCol07 .col_block {
  display: table-cell;
  *float: left;
  vertical-align: middle;
}
.twoCol07 .col_block_img {
  width: 295px;
  text-align: center;
}
.twoCol07 .textArea {
  width: 600px;
}
.remind span {
  padding-right: 5px;
  background: #f4d9d8;
}
/* box05 */
.box05 {
  padding: 0 10px 10px 10px;
  background: #f4d9d8;
}
.box05 .box05Title {
  display: table;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
}
.box05 .box05Title span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.box05 .inner {
  padding: 20px;
  background: #fff;
}
.box05 .inner .name {
  padding: 0 0 20px 0;
  color: #a71516;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
/* twoCol08 */
.twoCol08 {
  clear: both;
}
.twoCol08 .colL {
  float: left;
  width: 440px;
}
.twoCol08 .colR {
  float: right;
  width: 440px;
}
/* box06 */
.box06 {
  border: 1px solid #f4d9d8;
}
.box06 .box06Title {
  padding: 10px;
  background: #f4d9d8;
  text-align: center;
  font-weight: bold;
}
.box06 .inner {
  padding: 20px;
}

/* -.elem_pagination
----------------------------------------------------------- */
.elem_pagination {
  padding:35px 0;
}
.elem_pagination ul {
  text-align:center;
  letter-spacing:-0.4em;
}
.elem_pagination ul li {
  display:inline-block;
  vertical-align:top;
  padding:0 2px;
  letter-spacing:normal;
}
* html .elem_pagination ul li {
  display:inline;
  zoom:1;
}
*:first-child+html .elem_pagination ul li {
  display:inline;
  zoom:1;
}

.elem_pagination ul li a {
  display:block;
  padding:10px 14px;
  border:1px solid #dcdcdc;
  border-radius:4px;
  font-weight:bold;
  line-height:1;
}
.elem_pagination ul li.current a {
  background:#dcdcdc;
  color:#000;
}
.elem_pagination ul li a:hover {
  background:#dcdcdc;
  color:#000;
  text-decoration:none;
}
.elem_pagination ul li span {
  display:block;
  padding:10px 10px;
  font-weight:bold;
  line-height:1;
}

/* -.elem_linkBox_list
----------------------------------------------------------- */
.elem_linkBox_list {
}
.elem_linkBox_list ul {
  letter-spacing:-0.4em;
  margin:0 0 0 -10px;
}
.elem_linkBox_list ul li {
  display:inline-block;
  letter-spacing:normal;
  padding:0 0 0 10px;
}
.elem_linkBox_list ul.right {
  text-align:right;
}
* html .elem_linkBox_list ul li {
  display:inline;
  zoom:1;
}
*:first-child+html .elem_linkBox_list ul li {
  display:inline;
  zoom:1;
}

.elem_linkBox_list ul.var_large_pad {
  margin: 0 0 0 -10px;
}
.elem_linkBox_list ul.var_large_pad li {
  padding: 0 0 0 10px;
}
.elem_linkBox_list ul.var_large_pad .linkBox a span {
  padding: 5px 40px 5px 20px;
}
.elem_linkBox_list ul.var_large_pad .linkBox a span.left {
  padding: 5px 20px 5px 40px;
}
.elem_linkBox_list ul.var_small_pad {
  margin: 0 0 0 -2px;
}
.elem_linkBox_list ul.var_small_pad li {
  padding: 0 0 0 2px;
}

.elem_linkBox_list ul.center {
  text-align:center;
}

/*  var_kwd  */
.elem_linkBox_list.var_kwd ul li {
  padding: 0 0 0 1px;
}
.elem_linkBox_list.var_kwd ul li:first-child {
  margin-left:10px;
}
.elem_linkBox_list.var_kwd .linkBox a {
  padding: 5px;
  background: #777;
}
.elem_linkBox_list.var_kwd .linkBox a span {
  padding: 0 40px 0 20px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}



/* -linkBox
----------------------------------------------------------- */
.linkBox {
  display: table;
  padding: 10px 0 15px 0;
  width:100%;
}
.linkBox a,
.linkBox button {
  display: table-cell;
  width:100%;
  background: #006ec8;
  color: #fff;
  text-decoration:none;
  line-height:1.3;
  height:57px;
  vertical-align:middle;
  white-space:nowrap;
  cursor: pointer;
}
.linkBox a.var_gray,
.linkBox button.var_gray {
  background: #ccc;
}
.linkBox a.var_darkgray,
.linkBox button.var_darkgray {
  background-color:  #4b4b4b;
}
.linkBox a.var_small,
.linkBox button.var_small {
  height:37px;
}
.linkBox a.var_small span,
.linkBox button.var_small span {
  padding: 5px 30px 5px 10px;
}
.linkBox a.var_mini,
.linkBox button.var_mini {
  height:34px;
}
.linkBox a.var_mini span,
.linkBox button.var_mini span {
  padding: 5px 30px 5px 10px;
}
.linkBox a.var_min_width,
.linkBox button.var_min_width {
  min-width: 200px;
}
.linkBox a.var_small_font span,
.linkBox button.var_small_font span {
  font-weight:normal;
  font-size: 14px;
  background:url(/library/new/common/content_images/arrow/arrow_right_small.png) no-repeat right center;
}

/*  base_color_red   jetro adjust */
.base_color_red .linkBox a,
.base_color_red .linkBox button,
.base_color_red .linkBox input {
  background: #990033;
}
.base_color_red .linkBox a.var_gray,
.base_color_red .linkBox button.var_gray,
.base_color_red .linkBox input.var_gray {
  background: #aaa;
}

.linkBox a:hover,
.linkBox button:hover {
  text-decoration:none;
}
.linkBox a span,
.linkBox button span {
  display: inline-block;
  width:100%;
  vertical-align:middle;
  padding: 5px 30px 5px 10px;
  background:url(/library/new/common/img/content_images/arrow/arrow_right.gif) no-repeat 100% 50%;
  text-align: center;
  color: #fff;
  font-size:18px;
  font-weight:bold;
  white-space:nowrap;
  box-sizing:border-box;
}
.linkBox a span.pic,
.linkBox button span.pic {
  display: table-cell;
  vertical-align:middle;
  padding:0;
  background:none !important;
  text-align: left;
  color: #fff;
  font-size:18px;
  font-weight:bold;
  width:1%;
}
.linkBox a span.pic + span,
.linkBox button span.pic + span {
  display: table-cell;
  width:99%;
  vertical-align:middle;
  text-align: center;
  color: #fff;
  box-sizing:border-box;
}
.linkBox a span.left,
.linkBox button span.left {
  display: block;
  padding: 0 0 0 20px;
  background:url(/library/new/common/content_images/arrow/arrow_left.gif) no-repeat left center;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.linkBox input {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  background: none no-repeat scroll #006ec8;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-style:none;
}
.linkBox input.elem_btn_kensaku {
  background: url(/library/new/common/content_images/arrow/arrow_right.gif) no-repeat scroll 80px center #006ec8;
  padding: 10px 20px 10px 10px;
  width:100px;
}
.linkBox input[type="reset"] {
  background-color: #aaa;
  padding: 10px;
  width:100px
}
.linkBox input.elem_btn_140 {
  background: none no-repeat scroll 120px center #006ec8;
  font-weight: normal;
  padding: 5px;
  font-size: 16px;
  width:140px;
}
.linkBox input.var_gray {
  background-color: #cecece;
  color: #333333;
}
.linkBox input.var_mini {
  padding: 5px;
  font-size: 14px;
  font-weight: normal;
}
.linkBox a.var_gray,
.linkBox button.var_gray {
  background-color:  #666;
}

.linkBox button {
  width:100%;
  font-family: "Segoe UI", Helvetica , Verdana;
}
body.layout-ja .linkBox button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.layout-ja .linkBox a span,
body.layout-ja .linkBox button span {
  font-weight:normal !important;
  font-size: 16px;
  background:url(/library/new/common/content_images/arrow/arrow_right_small.png) no-repeat right center;
}

/* jetro adjust*/
body.layout-ja .linkBox a span.left,
body.layout-ja .linkBox button span.left {
  background: url(/library/new/common/content_images/arrow/arrow_left.gif) no-repeat scroll left center;
}

/* jetro adjust*/
body.layout-ja .linkBox a span.noarrow,
body.layout-ja .linkBox button span.noarrow {
  background: none;
  padding: 0 8px;
}
/*  fix_element  */
.elem_heading_lv4 + .linkBox {
  padding-top: 0;
}

/* jetro add*/
.linkBox a.var_more span,
body.layout-ja .linkBox a.var_more span {
  font-weight:normal;
  padding: 5px 10px 5px 35px;
  font-size: 14px;
  background:url(/library/new/common/content_images/arrow/arrow_btn_more.gif) no-repeat 0% 50%;
}


/* -.elem_enquete
----------------------------------------------------------- */
.elem_enquete {
  padding:15px 0;
}
.elem_enquete ul {
  text-align:center;
  letter-spacing:-0.4em;
}
.elem_enquete ul li {
  display:inline-block;
  padding:0 5px;
  vertical-align:top;
  letter-spacing:normal;
}
* html .elem_enquete ul li {
  display:inline;
  zoom:1;
}
*:first-child+html .elem_enquete ul li {
  display:inline;
  zoom:1;
}
.elem_enquete ul li .text {
  display:block;
  padding:2px 0 5px 0;
  font-weight:bold;
  line-height:1;
}

.elem_enquete ul li.left {
  padding:0 50px 0 0;
  background:url(/library/new/common/content_images/arrow/arrow_enquete_left.png) 100% 0 no-repeat;
}
.elem_enquete ul li.right {
  padding:0 0 0 50px;
  background:url(/library/new/common/content_images/arrow/arrow_enquete_right.png) 0 0 no-repeat;
}
.elem_enquete ul li label {
  display:block;
  padding:5px 10px 0;
}
.elem_enquete ul li label .input {
  display:block;
}
.elem_enquete ul li label .text {
  display:block;
  padding:5px 0 0 0;
}


/* -.narrow
----------------------------------------------------------- */
.narrow .elem_paragraph,
.narrow .elem_text_list{
  padding:3px 60px 10px;
}
.narrow .elem_column_block .elem_paragraph{
  padding:3px 30px 10px;
}




/* -.elem_content_slider
----------------------------------------------------------- */
.elem_content_slider {
  position: relative;
  margin:0 0 20px 0;
}
.elem_content_slider .slider_list_wrap {
  width:960px;
  overflow:hidden;
  margin:0 auto;
}

.elem_content_slider ul#slider_col4_list {
}
.elem_content_slider ul#slider_col4_list:after {
  content: '';
  display: table;
  clear: both;
}
.elem_content_slider ul#slider_col4_list li {
  float:left;
}
* html .elem_content_slider ul#slider_col4_list li {
  display: inline;
  zoom: 1;
}
*:first-child + html .elem_content_slider .caroufredsel_wrapper ul#slider_col4_list li {
  display: inline;
  zoom: 1;
}
.elem_content_slider .caroufredsel_wrapper ul#slider_col4_list li .slider_contents a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

ul.slider_navi {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
}
ul.slider_navi li a {
  display: block;
  width: 20px;
  height: 80px;
}
ul.slider_navi li a span {
  display: block;
  text-indent: -9999px;
}
ul.slider_navi li.slider_prev a {
  position: absolute;
  top: 0;
  left: -516px;
  background: url(/library/new/common/img/module_parts/js_content_slider/slide_prev_white.gif) 0 0 no-repeat;
}
ul.slider_navi li.slider_next a {
  position: absolute;
  top: 0;
  left: 500px;
  background: url(/library/new/common/img/module_parts/js_content_slider/slide_next_white.gif) 0 0 no-repeat;
}

.slider_pager {
  display:none;
}


/* -.elem_contact_box
----------------------------------------------------------- */

.elem_contact_box {
  margin-top:15px;
  margin-bottom:40px;
  line-height:1.6;
}
.elem_contact_box .linkBox{
  padding:0  0 15px 0;
}
.elem_contact_box .phone{
  font-size:22px;
}

/* -.elem_terms_block
----------------------------------------------------------- */
.elem_terms_block {
  padding: 15px 0 30px;
}
.elem_terms_block .elem_terms_block_pad {
  padding: 20px 30px;
  border: 1px solid #dcdcdc;
  background:#fff;
  height: 500px;
  overflow: auto;
}

/****************************************
*	clearfix
****************************************/
* html .clearfix,
* html .elem_main_menu ul,
* html .tabNav,
* html .pageelem_topic_path,
* html .block_news,
* html .detailList01 ul li,
* html .detailList02 ul li,
* html .detailList03 ul li,
* html .twoCol01,
* html .twoCol02,
* html .twoCol03,
* html .twoCol04,
* html .twoCol05,
* html .twoCol06,
* html .twoCol07,
* html .twoCol08,
* html .threeCol01,
* html .threeColumn {
  zoom: 1;
}
*:first-child + html .clearfix,
*:first-child + html .elem_main_menu ul,
*:first-child + html .pageelem_topic_path,
*:first-child + html .tabNav ul,
*:first-child + html .block_news,
*:first-child + html .detailList01 ul li,
*:first-child + html .detailList02 ul li,
*:first-child + html .detailList03 ul li,
*:first-child + html .twoCol01,
*:first-child + html .twoCol02,
*:first-child + html .twoCol03,
*:first-child + html .twoCol04,
*:first-child + html .twoCol05,
*:first-child + html .twoCol06,
*:first-child + html .twoCol07,
*:first-child + html .twoCol08,
*:first-child + html .elem_pic_text_block,
*:first-child + html .threeCol01,
*:first-child + html .threeColumn {
  zoom: 1;
}
.clearfix:before,.clearfix:after,
.elem_main_menu ul:before,.elem_main_menu ul:after,
.pageelem_topic_path:before,.pageelem_topic_path:after,
.tabNav ul:before,.tabNav ul:after,
.block_news:before,.block_news:after,
.detailList01 ul li:before,.detailList01 ul li:after,
.detailList02 ul li:before,.detailList02 ul li:after,
.detailList03 ul li:before,.detailList03 ul li:after,
.twoCol01:before,.twoCol01:after,
.twoCol02:before,.twoCol02:after,
.twoCol03:before,.twoCol03:after,
.twoCol04:before,.twoCol04:after,
.twoCol05:before,.twoCol05:after,
.twoCol06:before,.twoCol06:after,
.twoCol07:before,.twoCol07:after,
.twoCol08:before,.twoCol08:after,
.threeCol01:before,.threeCol01:after,
.threeColumn:before,.threeColumn:after {
  content: "";
  display: table;
}
.clearfix:after,
.elem_main_menu ul:after,
.pageelem_topic_path:after,
.tabNav ul:after,
.block_news:after,
.detailList01 ul li:after,
.detailList02 ul li:after,
.detailList03 ul li:after,
.twoCol01:after,
.twoCol02:after,
.twoCol03:after,
.twoCol04:after,
.twoCol05:after,
.twoCol06:after,
.twoCol07:after,
.twoCol08:after,
.threeCol01:after,
.threeColumn:after  {
  clear: both;
}

.nobg {
  background: none !important;
}
.nobd {
  border: none !important;
}
.vmT {
  vertical-align: top !important;
}
.pr30 {
  padding-right: 30px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.rp10 {
  padding-right:10px !important;
}

.holder_btn{
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 100%;
  background: #006ec8;
}
.holder_sankaku {
  top: 48%;
  left: 32%;
  width: 0;
  height: 0;
  border: solid transparent;
  border-top-color: #fff;
  border-width: 5px 5px 0 5px;
  position: relative;
  display: block;
  z-index:1;
}

/*  base_color_red  */
.base_color_red .holder_btn {
  background: #990033;
}

/* -.elem_min_pic_text_list(dl,dt,dd)
----------------------------------------------------------- */
.elem_min_pic_text_list {
  padding:10px 0;
}
.elem_min_pic_text_list .elem_min_pic_text_list_pad {
  border-bottom:1px solid #ccc;
}
.elem_min_pic_text_list dl {
  display:table;
  width:100%;
  border-top:1px solid #ccc;
}
.elem_min_pic_text_list dl dt {
  display:table-cell;
  vertical-align:top;
  padding:0 13px 0 0;
  width:1%;
  box-sizing:border-box;
}
.elem_min_pic_text_list dl dd {
  display:table-cell;
  vertical-align:top;
  padding:12px 0 7px 0;
  width:99%;
  box-sizing:border-box;
}
.elem_min_pic_text_list dl dd p.heading {
  font-size:16px;
}
.elem_min_pic_text_list dl dd p {
  padding-bottom:3px;
  line-height:1.3;
}

/* -.elem_custom_input_search
----------------------------------------------------------- */
.elem_custom_input_search {
  padding:0 0 10px 0;
}
.elem_custom_input_search form {
  display:block;
  width:100%;
  white-space:nowrap;
  letter-spacing:-0.4em;
}
.elem_custom_input_search input[type="text"] {
  border:none;
  background:#f9f9f9;
  box-shadow:none;
  padding:3px 5px;
  height:25px;
  vertical-align:top;
  letter-spacing:normal;
  width:85%;
}
.elem_custom_input_search input[type="image"] {
  vertical-align:top;
  letter-spacing:normal;
  width:30px;
}

/* -.var_main_visual
----------------------------------------------------------- */
.elem_pic_text_block .var_main_visual {
  position:relative;
}
.elem_pic_text_block .var_main_visual .box_text {
  position:absolute;
  top:0px;
  right:0;
  width:240px;
  padding-left:0;
}
.elem_pic_text_block .var_solid_fill .box_text {
  width:260px;
  background:#00234d;
}
.elem_pic_text_block .var_main_visual .box_text .box_text_pad {
  padding:15px;
  color:#fff;
}
.elem_pic_text_block .var_solid_fill .box_text .box_text_pad {
  padding:20px;
}
.elem_pic_text_block .var_main_visual .box_text .elem_heading_lv5 {
  padding-top:17px;
  padding-bottom:5px;
}
.elem_pic_text_block .var_main_visual .box_text .elem_heading_lv5:first-child {
  padding-top:0;
}
.elem_pic_text_block .var_main_visual .box_text .elem_custom_input {
  padding-top:0;
  padding-bottom:5px;
}
*:first-child+html .elem_pic_text_block .var_main_visual .box_text .elem_custom_input input {
  width:160px;
}
.elem_pic_text_block .var_main_visual .box_text .linkBox {
  padding-top:0;
  padding-bottom:0;
  background:transparent;
}
.elem_pic_text_block .var_main_visual .box_text .var_input_id {
  padding:0 10px 0 40px;
  background:#fff url(/library/new/common/img/top/icon_main_visual_side_id.gif) 10px 50% no-repeat;
}
.elem_pic_text_block .var_main_visual .box_text .var_input_password {
  padding:0 10px 0 40px;
  background:#fff url(/library/new/common/img/top/icon_main_visual_side_password.gif) 10px 50% no-repeat;
}

/*--------------------------------------------------------- */
/* - form component-add03.css
----------------------------------------------------------- */

/* ヘッダお問い合わせ*/
/*お問い合わせ*/

#area_conversion {
  width:960px;
  margin:auto;
}

.area_info_conversion {
  width:960px;
}

/*シンプルフッター 位置修正*/
.copyright_simple{
  width:960px;
  margin:10px auto 0;
}

/*--------------------------------------------------------- */
/* - head要素直書きを移動
----------------------------------------------------------- */

/* invest big local navigation */
.base_color_red #area0 > div > div:first-child,
.base_color_red #area0 > div > div:first-child .pbNestedWrapper {
overflow: visible !important;
}

.elem_content_divide_block .content_divide_col5 .elem_pic_text_block .var_vertical .box_pic .elem_pic a img {
  max-width: 168px;
}

div.elem_table_extra table.elem_table_extra th,
div.elem_table_extra table.elem_table_extra td {
  width: auto;
}
