@charset "UTF-8";
@media screen and (min-width:481px){
a {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #b1b1b1;
}

a:hover {
  color: #FD00FF;
}

a:focus,
*:focus {
  outline: none;
}

/*---------- ページ全体の指定 ----------*/

body {
  height: 100%;
  width: 100%;
/*  width: 980px;*/
  background: url(../images/bg.png);
  color: #ffffff;
  font-size: 14px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  /*line-height: 1.6em;*/
  color: #ddd;
  /*スライドメニュー用*/
  position: relative;
  right: 0;
  /*overflow: hidden;*/
  z-index: 0;
}

.cf:before,
.cf:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* IE < 8 */

* {
  box-sizing: border-box;
}

/*---------- メイン ----------*/

#main {
  margin: 0 auto;
  padding: 0 10px 10px;
  width: 980px;
/*  width: 100%;*/
  background: url(../images/bg_b50.png);
}

.text_red {
  color: #ff1414 !important;
}

.text_yl {
  color: #ffe600 !important;
}

.text_bl {
  color: #00ace2 !important;
}

.text_pk {
  color: #ff4bd8 !important;
}

a.hov {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.hov:hover,
a.hov:focus {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.Boxlink {
  cursor: pointer
}

/*---------- ヘッダー ----------*/

.header {
  width: 100%;
  margin: 0 auto;
  background: #04003C url(../images/h-bg.png);
  height: 105px;
}

.top_logotel {
  margin: 0 auto;
  width: 940px;
/*  width: 100%;*/
  position: relative;
}

.stop_h1 {
  border-bottom: 1px solid #ECF3FF;
}

.stop_h1 h1 {
  font-size: 10px;
  margin: auto;
/*  width: 980px;*/
  width: 100%;
  background: url(../images/bg_b50.png);
  color: #FFF;
  padding: 3px 0;
  font-weight: normal;
  text-indent: 0.5em;
}

.header h2 {
  margin: 10px 0;
  padding: 0;
  width: 200px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.header h2 a {
  display: block;
}

.table-center {
  width: 200px;
  display: inline-block;
  margin: 0 0 0 40px;
  text-align: center;
  vertical-align: middle;
}

.table-right {
  width: 300px;
  display: inline-block;
  margin: 10px 0 0 70px;
  text-align: center;
  vertical-align: middle
}

#table-right a {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover {
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}

.t_meta{
  display: none;
}

#header-menu {}

#header-menu ul {
  margin: 0 auto 20px;
  padding: 0 2px;
  list-style-type: none;
}

#header-menu li {
  width: 150px;
  height: 40px;
  float: left;
}

#header-menu a {
  color: #ffffff;
  text-decoration: none;
}

#header-menu a:hover {
  color: #cccccc;
}

/*---------- スライドインメニュー ----------*/

/* スライドインメニューに必要なところ */

#slide_menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  z-index: 100;
  border-left: solid #4a4a4a 1px;
  background-color: #14225f;
  background-image: url(../images/n_bg01.png);
}

.slide_menu_inner {
  height: 100%;
  padding-bottom: 50px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

body.open {
  /*position: fixed;*/
}

/* 以下装飾など */

/*スライドメニュー*/

/*
#button {
  position: absolute;
  right: 5px;
  width: 100px;
  height: 91px;
  outline: none;
  text-align: center;
  cursor: pointer;
  background: url(../images/s-menu-btn.png);
  background-size: 100% auto;
  z-index: 100;
  margin-top: 5px;
  background-repeat: no-repeat;
  padding: 0;
  border: solid 1px #999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#button:hover {
  background: url(../images/s-menu-btn-hover.png);
  background-size: 100% auto;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}
*/

.slide_menu_toptext {
  width: 88%;
  margin: 10px auto 15px;
  color: #fff;
}

.slide_menu_toptext h2 {
  margin: 20px auto 10px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  width: 100%;
}

.slide_menu_toptext h2:before {
  margin: 0 auto 10px;
  content: " ";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../images/point_line.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.slide_menu_toptext p {
  font-size: 13px;
}

/*閉じるボタン*/

#slide_menu .close {
  margin: 50px auto;
  width: 30%;
  text-align: center;
  background: #1744ac;
  padding: 10px;
  display: block;
  font-size: 0.9em;
  cursor: pointer;
  border-radius: 50px;
}

/*アコーディオン*/

.acordion {
  width: 90%;
  margin: 0 auto 15px;
}

.acordion .submenu {
  width: 100%;
  margin: 0 auto;
  padding: 12px 0;
}

/*開くクリック部分*/

.acordion li span {
  text-align: center;
  background-color: rgba(44, 72, 138, 0.5);
  background-size: auto 100%;
  padding: 14px 10px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px 3px 0 0;
  text-shadow: 1px 1px 0 #292a56;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.submenu {
  width: 90%;
  margin: 0 auto;
  padding: 8px 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.acordion .submenu {
  border-top: none;
}

.submenu li {
  margin: 14px 0 0 10%;
}

.submenu li:first-child {
  margin: 0 0 0 10%;
}

.submenu li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-size: 15px;
}

.submenu li a:before {
  display: inline;
  margin: 0;
  padding: 0;
/*  content: "≫ ";*/
}

/*スライドメニュー部分のスタイルここまで*/



/*---------- 新header ----------*/
.top_logotel {
  width: 960px;
}

hgroup {
    display: flex;
    background: #fff;
    align-items: center;
}

hgroup .sp {
    display: none;
}

hgroup h2 {
    width: 300px;
}

.header hgroup h2 {
    width: 410px;
    margin: 0 2% 0 0;
}

.header {
  background: none;
}

hgroup button {
    width: 120px;
    background: #fff;
    border: none;
    margin-left: 3%;
}



/*=========グローバルメニュー============*/

#gnav {
  height: 50px;
  width: 960px;
  text-indent: -9999px;
  margin: 0px auto;
  margin-bottom: 15px;
}

#gnav ul li {
  float: left;
/*  width: 160px;*/
  width: 16.3%;
  height: 50px;
}

#gnav ul li a {
  width: 160px;
  height: 50px;
  display: block;
  text-indent: -9999px;
  background-image: url(../images/g_menu.png);
}

.g-menu1 a {
  background-position: 0 0;
}

.g-menu1 a:hover {
  background-position: 0 -50px;
}

.g-menu2 a {
  background-position: -160px 0;
}

.g-menu2 a:hover {
  background-position: -160px -50px;
}

.g-menu3 a {
  background-position: -320px 0;
}

.g-menu3 a:hover {
  background-position: -320px -50px;
}

.g-menu4 a {
  background-position: -480px 0;
}

.g-menu4 a:hover {
  background-position: -480px -50px;
}

.g-menu5 a {
  background-position: -640px 0;
}

.g-menu5 a:hover {
  background-position: -640px -50px;
}

.g-menu6 a {
  background-position: -800px 0;
}

.g-menu6 a:hover {
  background-position: -800px -50px;
}

/*----------スライド------------*/

#slide {
  width: 960px;
  height: 225px;
  margin: 10px auto;
  position: relative;
}

#slide img {
  position: absolute;
  left: 0;
  top: 0;
}

/*---------- コンテンツ ----------*/

/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin: 0;
  padding: 0;
  width: 700px;
  line-height: 1.6em;
}

.mcon{
  width: 700px;
  float: right;
}

table#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}

td#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}

td#head {
  padding: 6px;
  border: solid 1px #999999;
  border-collapse: collapse;
}

table.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
}

td.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding: 8px 14px 8px 14px;
}

/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  width: 240px;
  line-height: 1.6em;
}

#menu>a>img {
  margin-bottom: 10px;
}

#menu h2 {
  margin: 0;
  padding: 0;
  color: #FFFFFC;
}

.menulist {
  padding: 0;
}

.menulist_sidelist {
  margin: 20px auto;
}

.menulist h2 {
  margin: 0;
  padding: 8px 0;
  color: #fffffc;
}

.h_100:hover {
  background-position: 0 100%;
}

.w_80 {
  width: 80%;
  text-align: center;
  margin: 10px auto !important;
}

.kkt-y {
  color: #ffff00;
}

.kkt-r {
  color: #ff0000;
}

.kkt-p {
  color: #ff00c3;
}

/*===================コンテンツ部分===================*/

.c_box_in p {
  margin: 10px;
}

.c_box_in #c_box_in01 h4 + img {
/*	width: inherit;*/
	display: block;
	margin: 25px auto;
}

#tellers_list_view {
  width: 98%;
  margin: auto;
}

.teller_box_top {
  width: 32%;
  float: left;
  box-shadow: inset 0 0 1px #FFF;
  border-radius: 3px;
  margin: 0 2% 10px 0;
  background: #2B2B42;
  border: 1px solid #003690;
}

.teller_box_top:nth-child(3n+3) {
  margin: 0 0 10px 0;
}

.teller_box_top:before {
  content: " ";
  display: block;
  width: 173px;
  height: 14px;
  background: url(../images/tbl_block_top.png)no-repeat;
}

.teller_box_top:after {
  content: " ";
  display: block;
  width: 173px;
  height: 14px;
  background: url(../images/tbl_block_bottom.png)no-repeat;
}

#map_custmomize {
  width: 520px;
  height: 380px;
  position: relative;
  background-color: #E5E3DF;
  overflow: hidden;
  -webkit-transform: translateZ(0px);
  margin: 0 auto !important;
  border-radius: 5px;
  border: 4px solid rgba(0, 82, 158, 0.33);
}

.tbt_02 {
  padding: 0 0.5em 0 0.5em;
}

.tbt_02 a {
  color: #00ADFF !important;
  text-decoration: none;
  font-weight: 700;
}

.teller_box_top:hover {
  background: #0F0E36;
}

.tbt_03 span {
  color: #E9E000;
}

.tbt_04 a {
  display: block;
  width: 152px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tbt_04 a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

.teller_celler {
  margin: 10px 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
}

.teller_celler_bottom {
  border-bottom: none !important;
}

.teller_celler h4 {
  color: #E9E000;
  margin-bottom: 5px;
}

.ts_block_01 {
  margin: 0 0.5em;
  text-indent: 1em;
}

.ts_block_02 {
  text-align: right;
  margin-top: 10px;
}

.teller_celler_more a {
  display: block;
  margin: 0 auto;
  text-shadow: 0 1px 1px #FFF;
  font-weight: 800;
  text-align: center;
  padding: 5px 0;
  width: 84%;
  color: #141D85 !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #9EE7FF), color-stop(0.34, #D2E2FE));
  background: -webkit-linear-gradient(top, #D2E2FE 34%, #9EE7FF 100%);
  background: linear-gradient(to bottom, #D2E2FE 34%, #9EE7FF 100%);
}

.map_bottom_title {
  font-size: 14px;
  margin: 5px 0;
  font-weight: 800;
  color: #FFC50B;
  letter-spacing: 2px;
}

.map_sup_list {
  width: 50%;
  float: left;
  margin: 5px auto 10px;
}

.new_entry {
  width: 100%;
  margin: 10px auto;
  line-height: 1.8em;
}

.new_entry tr td:first-child {
  width: 20%;
  color: #FFC50B;
  font-weight: 800;
  font-style: italic;
}

.new_entry tr td:nth-child(2) {
  width: 80%;
}

.times-box {
/*  width: 680px;*/
  border: 2px solid #2A4A74;
  background: #081C46;
  box-sizing: border-box;
  margin: 10px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
}

.times-schedule {
  height: 150px;
  background: url(../images/times-schedule.png);
  display: block;
  width: 503px;
  text-indent: -9999px;
  margin-left: 45px !important;
}

.main_table {
  padding: 0px;
  width: 98%;
  margin: 0 auto !important
}

.main_table tr {
  background: #fff;
}

.main_table1 th {
  width: 15px;
  font-size: 12px;
  border: solid 1px #7889CE;
  background-color: #465181;
  padding: 2px;
}

.main_table td {
  width: 15px;
  font-size: 12px;
  color: #010F77;
  border: solid 1px #4E9DAF;
  padding: 2px;
  white-space: nowrap;
  text-align: center;
}

.m-table-day {
  position: relative;
  top: 10px;
}

.schedule td img {
  display: block;
  margin: 0 auto;
}

#links,
#links_tubuyaki {
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}

#links ul,
#links_tubuyaki ul {
  list-style-type: none;
  width: 195px;
}

#links_tubuyaki {
  background: url(../images/side_tubuyaki_box_bg.png);
}

#links li {
  border-bottom: 1px solid #172069;
}

#links_tubuyaki li {
  border-bottom: 1px solid #81848d;
}

#links li a,
#links_tubuyaki li a {
  color: #FFF;
  display: block;
  padding: 5px;
  text-decoration: none;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

* html #links li a {
  /* make hover effect work in IE */
  width: 200px;
}

#links li a:hover,
#links_tubuyaki li a:hover {
  background: #163C83;
}

#links a img {
  display: block;
  float: left;
  margin-right: 1em;
}

#links a p {
  float: left;
  padding-left: 1em;
  max-width: 120px;
}

#links a span {
  color: #FFE317;
  font-weight: 800;
  text-indent: -1em !important;
  display: block;
}

.lt_01 {
  font-size: 10px;
  color: #6CA8E0;
}

.lt_02 {
  color: #FFEB00;
  font-weight: 800;
}

.lt_03 {
  font-size: 10px;
  color: #BDBDBD;
  text-indent: 1em;
}

.stbox_bottom {
  width: 200px;
  height: 40px;
  background: url(../images/side_tubuyaki_box_bottom.png)no-repeat bottom center;
}

.tw_box {
  margin: 20px 0;
  border: 1px solid #525F91;
  padding: 0 0 0 5px;
  border-radius: 5px;
}

#information {
  margin-top: 10px;
}

#information h2 {
  background: url(../images/infotitle.png);
  height: 36px;
  text-indent: -9999px;
}

.info_block {
  overflow: auto;
  max-height: 380px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-top: none;
  padding: 0 0 0 5px;
  background: rgba(255, 255, 255, 0.1);
}

.info_block li {
  margin: 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}

.top_content_btn {
  position: relative;
}

.top_content_btn a {
  display: block;
  background: url(../images/top_content.png)no-repeat;
  width: 100px;
  height: 72px;
  text-indent: -9999px;
  position: absolute;
  bottom: 0;
  right: -110px;
  outline: none;
}

.top_content_btn a:hover {
  background: url(../images/top_content_act.png)no-repeat;
}

.price_image_auto {
  margin: 20px auto;
  text-align: center;
  display: block;
}

.listed {
  width: 500px;
  margin: 0 auto;
}

.t_detail_box {
  margin: 10px auto;
  width: 680px;
}

.td_list01 {
  width: 156px;
  height: 201px;
  float: left;
  margin: 0 10px 10px 0px;
  position: relative;
}

.td_list01:before {
  content: "";
  display: block;
  width: 156px;
  height: 201px;
  background: url(../images/new_teller_frame.png)no-repeat;
  z-index: 999;
  position: absolute;
  top: 0;
}

.td_list00_time {
  border-radius: 3px;
  padding: 10px 1em;
  width: 485px;
  float: left;
  margin: 0px auto 10px;
  color: #FEFF00;
  font-weight: 800;
  letter-spacing: 2px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 1px #FFF;
}

.td_list00_time span {
  margin: 0 0 0 1em;
}

.td_list02,
.td_list03 {
  width: 510px;
  float: left;
}

.td_list_plus {
  clear: both;
}

.td_list02 span,
.td_list03 span,
.td_list_plus span {
  display: block;
  border: 2px solid #2A4A74;
  background: #081C46;
  border-radius: 3px;
  padding: 3px 0.5em;
}

.td_list02 p,
.td_list03 p,
.td_list_plus p {
  text-indent: 1em;
  padding: 5px 1em;
}

.sup_title_b_yl {
  margin: 5px 0;
  color: #ffdf00;
  font-weight: 800;
}

.time_blocks {
  width: 540px;
  border: 3px solid #153155;
  background: #081C46;
  box-sizing: border-box;
  margin: 0 auto !important;
  padding: 10px 1em;
  margin: 10px auto !important;
  border-radius: 3px;
}

.cp_block {
  border-radius: 5px;
  border: 1px solid #6073C2;
  background: #05003A;
}

.cp_block td {
  vertical-align: baseline;
}

.cp_block_01 {
  width: 70px;
  padding: 5px;
  text-indent: 0.6em;
  border-bottom: 1px solid #6073C2;
  background: #243681;
  border-right: 1px solid #6073C2;
}

.cp_block_02 {
  padding: 5px;
  text-indent: 0.6em;
  border-bottom: 1px solid #6073C2;
}

.c_box h5 {
  color: #FFF500;
  font-weight: normal;
  border-bottom: 1px solid #FFF500;
  padding: 3px 0.5em;
  font-size: 12px;
}

.schedule img:nth-child(2) {
 display: none;
}


.tbt_01 {
  text-align: center;
}

.f_g_menu ul {
  width: 500px;
  margin: 10px auto;
}

.f_g_menu ul li a {
  display: block;
  float: left;
  color: #E2D300 !important;
  text-decoration: none;
  margin: 0 1em;
}

.f_g_menu ul li a:hover {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.4);
}

#sitetop_contact {
  display: none;
}

.teller_search_title{
  display: none;
}

.adv_res_link {
  display: block;
  width: 480px;
  margin: 0 auto 10px;
}

.koumoku_sp{
  display: none;
}

.contactformbody img {
  width: 70%;
  margin: 10px auto;
  display: block;
}

.formset_headerMessage {
  text-align: center;
}

.formset_hM_sp {
  display: none;
}

#formset {
  width: 550px;
  margin: 10px auto;
  background: #00073F;
  padding: 10px 1em 20px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

/* エラーブロック */
#formset .formset_errorBlock {
  width:  100%;
  text-align: center;
}

#formset .formset_errorBlock >span {
  color:red;
  font-size:12px;
}

#formset .formset_caution {
  margin: 0;
  padding-right: 25px;
  font-size:12px;
  color: red;
  text-align: right;
}

#formset dl dt {
  width: 30%;
  float: left;
  height: 30px;
  margin-bottom: 3px;
  line-height: 30px;
  xtext-indent: 1%;
}

#formset dl dt >p {
  display: inline-block;
  margin: 0;
}
#formset dl dt >p >span {
  color: red;
}

#formset dl dt >p:nth-of-type(1) {
  width: 3.5em;
}

#formset dl dt >p::first-letter {
  display: none;
}

#formset dl dt >p:nth-of-type(2) {
  margin-left: 10px;
}

#formset dl dd {
  width: 70%;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-bottom: 8px;
  xtext-indent: 1%;
}

#formset_yoyakubi.yoyakubi dt:first-child{
width: 10%;
    clear: both;
}


/* 希望日 */
#formset .formset_select >div,
#formset .formset_select >ul {
  display: flex;
  width: 94%;
}

#formset .formset_select >div >select:not(:nth-of-type(1)),
#formset .formset_select >ul >li:not(:nth-of-type(1)) {
  margin-left: 10px;
}

#formset .formset_bottomMessage {
  margin: 20px 0 0;
  text-align: center;
}

.m-formput2 {
  display: block;
  height: 30px;
  width: 94%;
  background: #F8F8F8;
  border: 1px solid #615E81;
  color: #000;
  padding: 0 1%;
}

.f-btn input {
  display: block;
  width: 300px;
  border: 2px solid #C0C1DB;
  padding: 10px 0;
  font-weight: 800;
  margin: 10px auto 0;
  box-shadow: inset 0 0 12px rgba(76, 83, 136, 0.43);
  color: #000C63;
  text-shadow: 0 0px 5px #9DA1FF;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
  background: -webkit-linear-gradient(#fff, #cecece);
  background: linear-gradient(#fff, #cecece);
}

.f-btn input:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #dedede), color-stop(1.00, #a5a5a5));
  background: -webkit-linear-gradient(#dedede, #a5a5a5);
  background: linear-gradient(#dedede, #a5a5a5);
}

#formset select {
  border-radius: 5px;
  display: block;
  height: 30px;
  width: 94%;
}

.formset_confirmSelect dt p:first-letter {
  display: none;
}

/*ここ消さないで下さい*/

.ymd {
  display: inline-table !important;
  width: 44% !important;
}

.top_link {
  display: block;
  width: 50%;
  margin: 20px auto;
}

/*ここまで*/

.formset_conf {
  margin: 10px 1em;
}

.formset_conf p {
  margin-bottom: 10px;
}

.formset_conf_red {
  margin: 0 !important;
  padding-top: 5px;
  line-height: 1em !important;
  vertical-align: bottom;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: red;
  border-radius: 5px;
}

.formset_conf_red span {
  margin-right: 20px;
}

.top_link {
  display: block;
  width: 50%;
  margin: 20px auto;
}

.form_bclist {
  width: 400px;
  margin: 10px auto;
}

/*---パンくず---*/

#breadCrumbs a:visited {
  color: #fff;
}

#breadCrumbs a:hover {
  color: #FD00FF;
}

#breadCrumbs {
  border-bottom: 1px solid #C2C2C2;
  margin-bottom: 10px;
  font-size: 0.8em;
  line-height: 1.3em;
  padding-bottom: 5px;
}

#breadCrumbs ul li span {
  display: block;
  float: left;
  position: relative;
  margin: 0 3px 0 0;
  text-decoration: none;
}

#breadCrumbs ul li:last-child:after {
  content: none;
  float: left;
  margin-right: 5px;
}

.bc_now {
  color: #e60909 !important;
}

/*---パンくず---*/

.pcb_title {
  margin: 10px 0;
  color: #F5F573;
}

.listed_number {
  list-style-type: decimal;
  margin: 10px 0 10px 2em;
}

.pcb_block {
  width: 35%;
  margin: 10px 0 10px 65%;
  color: #C5D5FF;
}

.tokusyou_list {
  width: 96%;
  margin: 20px auto;
}

.tokusyou_list_q {
  width: 30%;
  background: #15194D;
  color: #FFF;
  padding: 9px 0;
  text-indent: 1em;
  box-shadow: inset -3px -2px 3px #00054E, inset 2px 3px 2px #202561;
}

.tokusyou_list_a {
  background: #FFF;
  width: 68%;
  padding-left: 2%;
  color: #555;
  min-height: 30px;
  box-shadow: inset -3px -2px 2px #EBEBEB, inset 2px 3px 2px #FCFCFC;
}

.tokusyou_list_a a {
  text-decoration: none;
  font-weight: 800;
  display: block;
  color: #007AFF !important;
}

.tokusyou_list_a a:hover {
  color: #000AFF !important;
}

.list {
  margin: 10px 0;
}

.list li {
  padding-left: 20px;
  background: url(../images/dot.gif) no-repeat;
  background-position: 5px 5px;
  color: #285cfd;
  margin-bottom: 5px;
}

.listed_number {
  counter-reset: li;
}

.listed_number li {
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}

.listed_number li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -25px;
  width: 20px;
  height: 20px;
  font-weight: 800;
  color: #00A5F3;
  background: url(../images/ol_list.png) no-repeat left 0px;
  font-size: 14px;
  padding-left: 2px;
  padding-top: 0px;
}

.cb_tel {
  width: 500px;
  margin: 20px auto;
  position: relative;
  height: 240px;
  text-indent: -9999px;
  background: url(../images/contact_bg.png);
}

.cb_mail {
  position: absolute;
  bottom: 10px;
  left: 20px;
  display: block;
  height: 70px;
  z-index: 22;
  width: 460px;
  text-indent: -9999px;
  background: url(../images/contact_mail.png);
}

.iro-title {
  width: 700px;
  height: 60px;
  background: url(../images/media_banner_title_es.png);
  text-indent: -9999px;
}

.iro_block {
  width: 30%;
  float: left;
  margin: 10px 0.8%;
  box-shadow: inset 0 0 3px #BED3FF, inset 0 0 3px #BED3FF;
  padding: 5px 0.5%;
  border-radius: 5px;
}

.tname_point {
  text-align: center;
  font-size: 0.8em;
  padding: 3px 0 3px;
  color: #BBDBFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #182154), color-stop(0.71, #0E0E81), color-stop(0.00, #00052B));
  background: -webkit-linear-gradient(top, #00052B 0%, #0E0E81 71%, #182154 100%);
  background: linear-gradient(to bottom, #00052B 0%, #0E0E81 71%, #182154 100%);
}

.iro_teller_box {
  margin: 10px auto;
}

.iro_teller_block:nth-child(3) {
  clear: both;
}

.iro_teller_block {
  width: 31%;
  float: left;
  margin: 10px 1%;
}

.iro_teller_block p {
  text-align: center;
}

.iro_teller_block a {
  display: block;
  position: relative;
}

.iro_point {
  margin: 0 !important;
}

.denwa_link a {
  display: block;
  width: 700px;
  height: 140px;
  text-indent: -9999px;
  background: url(../images/denwa_link.png)no-repeat;
}

.title_box {
  text-align: center;
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0B1359), color-stop(0.50, #283286), color-stop(0.00, #0B1359));
  background: -webkit-linear-gradient(top, #0B1359 0%, #283286 50%, #0B1359 100%);
  background: linear-gradient(to bottom, #0B1359 0%, #283286 50%, #0B1359 100%);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 2px ridge #5E67B3;
}

.title_box img{
  width: 100%;
}
.c_box_in,
.content_base_bg {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  background: url(../images/c_box_in.png);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}
.map_content_sub_title {
  margin: 10px auto;
  text-align: center;
}

.map_sup_list {
  width: 42%;
  float: left;
  margin: 0px 4% 10px;
}

.new_entry tr td:first-child {
  vertical-align: -webkit-baseline-middle;
}

.new_entry {
  width: 96%;
}

.ac_map_list {
  width: 96%;
  margin: 10px auto;
}

/*===========ボタン===============*/

.btn_door a {
  display: block;
  width: 400px;
  height: 40px;
  background: #000;
  margin: 20px auto;
  text-indent: -9999px;
}

.btn_door_accese a {
  background: url(../images/btn_door_accese.png)no-repeat;
}

.top_b_concierge_contact a {
  background: url(../images/concierge_contact_btn.png)no-repeat;
}

.top_b_concierge_contact {
/*  width: 700px;*/
  text-align: center;
  height: 340px;
/*  background: url(../images/concierge_contact_btn_bg.png)no-repeat;*/
  position: relative;
}

.concierge_contact_btn {
  position: absolute;
  margin: 0 !important;
  top: 275px;
  left: 60px;
}

.newentry_box {
  overflow: auto;
  max-height: 500px;
}

.top_newentry {
  margin: 10px;
}

.top_newentry dt {
  color: #65BECF;
}

.top_newentry dd {
  border-bottom: 1px dotted #FFFD3C;
  padding: 2px 10px;
  margin-bottom: 4px;
}

.tellers_list_box {
  width: 100%;
  margin: 0px 1%;
}

.tellers_list_box p {
  margin: 5px 0 0 0;
}

.tellers_list_block {
  width: 225px;
  display: inline-block;
  border: 1px solid #5e67b3;
  margin: 5px 0 0 0;
  background: rgba(18, 25, 55, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

p.tlb_img {
  width: 97px;
  display: inline-block;
  margin: 5px 0 5px 5px;
}

.tlb_img img {
  width: 97px;
}

.tellers_list_side_text {
  width: 112px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
}

.tellers_list_block h2 {
  background: rgba(26, 35, 113, 0.61);
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
  border: solid 1px #444a67;
  height: 24px;
  overflow: hidden;
}

.tlb_now a,
.tlb_kuchikomi a {
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  box-shadow: 0 0 1px #000;
}

.tlb_stand {
  background: url(../images/stand_btn.png)no-repeat;
  background-size: 100% auto;
  width: 112px;
  height: 24px;
}

.tlb_judg {
  background: url(../images/judg_btn.png)no-repeat;
  background-size: 100% auto;
  width: 112px;
  height: 24px;
}

.tlb_app_plan {
  background: url(../images/app_plan.png)no-repeat;
  background-size: 100% auto;
  width: 112px;
  height: 24px;
}

.tlb_reserve_btn {
  background: url(../images/reserve_btn.png)no-repeat;
  background-size: 100% auto;
  width: 112px;
  height: 24px;
}

.tlb_kuchikomi_btn {
  background: url(../images/kuchikomi_btn.png)no-repeat;
  background-size: 100% auto;
  width: 112px;
  height: 24px;
}

.tlb_time {
  border-radius: 2px;
  text-align: center;
  padding: 4px;
  color: #fff;
  line-height: 1.2em;
}

.tlb_time span {
  display: block;
  color: #FFF200;
}

.top_kuchikomi_pc{
  display: none;
}

/*鑑定師コラム*/
.content_k_box {
  margin: 10px auto;
  width: 96%;
  background: rgba(0, 0, 61, 0.5);
  border-radius: 5px;
  box-sizing: border-box;
  border: 2px solid #101866;
}

.content_k_box p {
  margin: 10px;
}

.content_k_box_gest {
  text-align: right;
  display: block;
  margin: 10px;
}

.content_k_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #eeff00;
  border-bottom: 1px solid #ef0;
  margin: 10px;
  padding: 0 0 5px;
}

.content_k_date p {
  margin: 0;
}

.content_k_date1 {
  width: 80%;
}

.content_k_date2 {
  width: 20%;
  text-align: right;
}

.content_k_box_1 {
  padding: 2px 5px 5px;
  background: #fff;
  width: 96%;
  margin: 10px auto;
  border: 1px solid #00034e;
  border-radius: 3px;
  position: relative;
  color: #050083;
}

.content_k_image {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0 10px .5%;
}

.content_k_image p img {
  display: block;
  margin: 0 auto;
  border: 2px solid #749eb6;
}

.kuchikomi_wrapper {
  display: inline;
}

.content_k_point_block {
  width: 24%;
  margin-left: 1%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.content_k_point_block_top {
  padding-top: 5px;
  border-bottom: dotted 2px #7a8de9;
  color: #050083;
}

.content_k_point_block h6 {
  text-align: center;
  font-size: .8em;
  color: #006dc5;
}

.content_k_graph_block>h6 {
  padding: 3px 5px;
  font-size: 13px;
  color: #006dc5;
  text-align: center;
  font-weight: bold;
}

#teller-column-box{
  width: 97%;
  margin: auto;
}

#teller-column-list.an-title-prof h5{
 border-bottom: none;
}

.rst_block01 .rst_block03 {
  width: 15%;
  text-align: center;
}

.rst_block01,
.rst_block03 {
  width: 15%;
  text-align: center;
}

.content_k_point_block_r {
  width: 30%;
  margin-left: 6%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 2px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  background: #e7f1fb;
  border: solid #d4dafb 1px;
  color: #006dc5;
}

.content_k_point_block_top_r {
  padding-top: 5px;
  border-bottom: dotted 2px #7a8de9;
}

.content_k_point_block_top_r h6 {
  text-align: center;
  font-size: .8em;
  color: #006dc5;
}

.content_k_point_block_top_r span {
  color: #ff8f15;
  font-size: 2em;
  font-weight: bold;
  margin: 0;
  line-height: 36px;
}

.content_k_point_block_bottom_r h6 {
  text-align: center;
  font-size: .8em;
  color: #006dc5;
}

.content_k_point_block_bottom_r span {
  font-size: .7em;
  text-align: center;
  display: block;
  color: #f00;
}

.kutikomi_r_b01_p {
  font-size: 2.5em;
  font-weight: 800;
  text-align: center;
  color: red;
  margin: 10px;
}

.kutikomi_r_b01_p span {
  font-size: .7em;
  text-align: center;
  display: block;
  color: #f00;
}

.content_k_graph_block_r {
  width: 61%;
  margin: 0 0 0 1%;
  padding: 7px 0 0;
  border-radius: 5px;
  display: inline-block;
  background: #e7f1fb;
  border: solid #d4dafb 1px;
  vertical-align: top;
}

.content_k_graph_block_r>h6 {
  padding: 3px 5px;
  font-size: 13px;
  color: #006dc5;
  text-align: center;
  font-weight: bold;
}

.rst_meter_bar {
  -webkit-box-shadow: inset 0 0 0 1px rgba(107, 26, 0, .3);
  box-shadow: inset 0 0 0 1px rgba(107, 26, 0, .3);
  width: 0;
  float: left;
  font-size: 0;
  height: 100%;
  background: #ff9800;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ff9800), color-stop(0, #f5e500));
  background: -webkit-linear-gradient(#f5e500, #ff9800);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e500), to(#ff9800));
  background: linear-gradient(#f5e500, #ff9800);
  border-radius: 3px 0 0 3px;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.rst-meter-bar {
  -webkit-box-shadow: inset 0 0 0 1px rgba(107, 26, 0, .3);
  box-shadow: inset 0 0 0 1px rgba(107, 26, 0, .3);
  width: 0;
  float: left;
  font-size: 0;
  height: 100%;
  background: #ff9800;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ff9800), color-stop(0, #f5e500));
  background: -webkit-linear-gradient(#f5e500, #ff9800);
  background: -webkit-gradient(linear, left top, left bottom, from(#f5e500), to(#ff9800));
  background: linear-gradient(#f5e500, #ff9800);
  border-radius: 3px 0 0 3px;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.content_k_box_1 h3 {
  margin: 0;
  padding: 5px 0 5px 3px;
  color: #050083;
  font-weight: 800;
  font-size: 1.1em;
  border-bottom: solid #7a8de9 1px;
}

.content_k_box_1 h5 {
  margin: 0;
  padding: 5px 0 5px 3px;
  color: #050083;
  font-weight: 800;
  font-size: 1.1em;
  border-bottom: solid #7a8de9 1px;
}

.content_k_point_block_top h4 {
  text-align: center;
  font-size: .8em;
  color: #006dc5;
}

.content_k_point_block_top span {
  color: #ff8f15;
  font-size: 2.3em;
  font-weight: bold;
  margin: 0;
  line-height: 36px;
}

.content_k_point_block_bottom {
  padding: 5px 0;
}

.content_k_point_block_bottom h4 {
  text-align: center;
  font-size: .8em;
  color: #006dc5;
}

.kutikomi_r_b01 {
  font-size: 2.7em;
  font-weight: 800;
  text-align: center;
  color: red;
}

.kutikomi_r_b02 {
  text-align: center;
}

.content_k_point_block_bottom span {
  font-size: .8em;
  text-align: center;
  display: block;
  color: #f00;
}

.content_k_graph_block {
  width: 51%;
  margin: 0 0 0 1%;
  padding: 7px 0 0;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  background: #e7f1fb;
  border: solid #d4dafb 1px;
}

.content_k_graph_block>h4 {
  padding: 3px 5px;
  font-size: 13px;
  color: #006dc5;
  text-align: center;
  font-weight: bold;
}

.graph_block_table {
  width: 96%;
  margin: 5px auto 10px;
  border-collapse: separate;
  color: #006dc5;
}

.g_rst_block {
  height: 16px;
  line-height: 19px;
}

.rst_block01 .rst_block03 {
  width: 15%;
  text-align: center;
}

.graph_block_table td {
  margin: 0;
  font-size: 13px;
  vertical-align: middle;
  height: 18px;
}

.rst_block02 {
  width: 70%;
}

.rst-meter {
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), inset 0 0 0 1px rgba(0, 0, 0, .2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), inset 0 0 0 1px rgba(0, 0, 0, .2);
  height: 18px;
}

.rst_block03_in {
  font-size: 13px;
  text-align: right;
}

.content_k_block h4 {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0B1359), color-stop(0.50, #283286), color-stop(0.00, #0B1359));
  background: -webkit-linear-gradient(top, #0B1359 0%, #283286 50%, #0B1359 100%);
  background: linear-gradient(to bottom, #0B1359 0%, #283286 50%, #0B1359 100%);
  padding: 10px;
  letter-spacing: 1px;
}

.content_k_block a {
  display: block;
  background: #008bd4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1856a0), color-stop(0.50, #5a95bf), color-stop(0.00, #1856a0));
  background: -webkit-linear-gradient(top, #1856a0 0%, #5a95bf 50%, #1856a0 100%);
  background: linear-gradient(to bottom, #1856a0 0%, #5a95bf 50%, #1856a0 100%);
  margin: 10px 10px 10px 58%;
  padding: 15px 0px;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 1px 1px #04386D;
  letter-spacing: 2px;
  border: 2px solid #5B8DBB;
}

.content_k_block a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0d4996), color-stop(0.50, #3b73de), color-stop(0.00, #0d4996));
  background: -webkit-linear-gradient(top, #0d4996 0%, #3b73de 50%, #0d4996 100%);
  background: linear-gradient(to bottom, #0d4996 0%, #3b73de 50%, #0d4996 100%);
}

.Boxlink a {
  display: none;
}

/*===================サイド===================*/

/* sns */

.side_snslink {
  width: 100%;
  height: 40px;
  margin: 15px auto 0;
}

.side_snslink a {
  display: block;
  float: left;
  margin: 0px 8px;
}

.side_topmenu li a {
  display: block;
  height: 60px;
  margin-bottom: 10px;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  background: #041B44 url(../images/side_menu_border.png)no-repeat center center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  text-decoration: none;
}

.side_topmenu li a:hover,
.side_topmenu li a:focus {
  background: #163C83 url(../images/side_menu_border_on.png)no-repeat center center;
}

.side_rank_box {
  margin: 20px 0;
  background: url(../images/side_rank_box_bottom.png)no-repeat top center;
  height: 270px;
  padding: 55px 0 50px;
}

.side_tubuyaki_box {
  margin: 10px 0;
  background: url(../images/side_tubuyaki_box_top.png)no-repeat top center;
  padding: 50px 0 0;
}

.side_rank_box h3 {
  background: url(../images/srb_border.png)repeat-x center bottom;
  padding: 8px 0;
  text-align: center;
}

.side_rank_block {
  border-bottom: 1px solid #172069;
  padding: 8px 0;
}

.srb_01 {
  width: 40px;
  float: left;
  margin: 0px 1em;
}

.srb_02 {
  float: left;
  padding-left: 1em;
}

.srb_02 span {
  display: block;
  color: #FFF61F;
  font-weight: 800;
  text-indent: -1em;
}

.menulist_facebook a,
.favorite a {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

.side_banner_block li {
  width: 240px;
  list-style: none;
  margin: 10px 0;
}

.side_menu_block li a {
  text-align: center;
  padding: 6px 0 4px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  border: 2px ridge #3568A3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #3C669C), color-stop(0.57, #1375CA), color-stop(0.47, #408FD3), color-stop(0.00, #82BCEA));
  background: -webkit-linear-gradient(top, #82BCEA 0%, #408FD3 47%, #1375CA 56%, #3C669C 100%);
  background: linear-gradient(to bottom, #82BCEA 0%, #408FD3 47%, #1375CA 56%, #3C669C 100%);
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 14px;
  color: #FFF;
  text-shadow: 0 1px 1px #215E9D;
}

.side_menu_block li a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #bcf4fd), color-stop(0.75, #87c2fb), color-stop(0.56, #6ba8e4), color-stop(0.48, #8fbff0), color-stop(0.20, #91bae4), color-stop(0.00, #b6e2fd));
  background: -webkit-linear-gradient(top, #b6e2fd 0%, #91bae4 20%, #8fbff0 48%, #6ba8e4 56%, #87c2fb 75%, #bcf4fd 100%);
  background: linear-gradient(to bottom, #b6e2fd 0%, #91bae4 20%, #8fbff0 48%, #6ba8e4 56%, #87c2fb 75%, #bcf4fd 100%);
}

/*===========サイド用バナー================*/

.half-image-link {
  overflow: hidden;
  height: 150px;
  display: block;
  text-indent: -9999px;
}

.half-image-link:hover {
  background-position: 0 -100%;
}

/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 12px;
  color: #FFF;
  background: url(../images/bg_b50.png);
  border-top: solid 4px #152E47;
  padding: 5px 0;
}

#footer a {
  color: #ffffff;
  font-size: 12px;
}

#footer a:hover {
  color: #333333;
}

.spsns {
  display: none;
}

/*---------- 08/05高山追加欄(アメシブ出演情報更新時) ----------*/

#amesibu {
  padding: 10px;
}

.scene {
  margin-bottom: 20px;
  border: 2px solid #0B104C;
  background-color: rgba(8, 11, 53, 0.4);
  width: 48%;
  margin-right: 4%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 7px;
  float: left;
}

.scene:last-child {
  margin-right: 0;
}

.scene .image {
  width: 100%;
}

.scene .text {
  width: 100%;
  box-sizing: border-box;
  height: 4em;
}

.scene .text p {
  margin: 10px 0 0 0;
}

#amesibu p span {
  font-size: 25px;
  display: block;
  color: #F1B0B0;
  font-weight: bold;
}

/*---------- 08/07高山追加欄(イベント出演情報更新時) ----------*/

.event_photo_block_02 {
  width: 96%;
  margin: 10px auto;
}

.app_jump {
  display: block;
  width: 420px;
  margin: 20px auto;
  height: 180px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.app_jump_ringo {
  background: url(../images/app_jump_ringo.png)no-repeat;
}

.app_jump_kirara {
  background: url(../images/app_jump_kirara.png)no-repeat;
}

.app_jump:hover {
  background-position: 0 -180px;
}

.ringo_app_info {
  width: 90%;
  margin: 10px auto;
  padding: 10px 2%;
  border: 2px solid #3A4077;
  border-radius: 3px;
  background: #131941;
  text-align: center;
}

.core_title_day {
  color: #FF0;
}

.ringo_app_title_text {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: #FFCB00;
}

.pn_bl {
  width: 31%;
  margin: 10px 1%;
  float: left;
}

.pn_bl p {
  text-align: center;
  margin: 10px 0 0;
  line-height: 1.2em;
}

.pn_bl p span {
  color: #FF00CB;
}

.event_app_list_box {
  width: 90%;
  margin: 10px auto;
  padding: 10px 2%;
  border: 2px solid #3A4077;
  border-radius: 3px;
  background: #131941;
}

.event_app_list_img {
  display: block;
  width: 40%;
  margin: 10px 5% !important;
  float: left;
}

.event_app_list_in_box {
  clear: both;
  width: 60%;
  margin: 10px auto;
  padding: 10px;
  border: 2px ridge #7C7BA0;
  border-radius: 3px;
}

.event_app_list_in_box a {
  display: block;
  width: 180px;
  margin: 10px auto;
}

.event_app_door {
  text-align: center;
  margin-bottom: 10px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.form_type2 {}

.form_type2 form .form_radio,
.form_type2 form .form_item {
  position: relative;
  width: 96%;
  margin: auto;
  text-align: center;
}

.form_type2 form input[type="radio"] {
  position: absolute;
  z-index: -2;
}

.form_type2 form .form_item_l {
  display: block;
  width: 220px;
  margin: 10px auto 20px;
}

.form_type2 form input[type="text"],
.form_type2 form input[type="tel"],
.form_type2 form input[type="email"],
.form_type2 form textarea {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 8px 10px;
}

.form_type2 form select {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 18px;
  margin: 0 2%;
  padding: 8px 50px;
  vertical-align: bottom;
}

.form_type2 form label[for="SEX_2"],
.form_type2 form label[for="SEX_3"] {
  border: 1px solid #e1e1e1;
  display: inline-block;
  overflow: hidden;
  z-index: 2;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 -1px 1px #333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #c6c6c6;
  background: -webkit-gradient(linear, left top, left bottom, from(#c6c6c6), to(#989898));
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, #c6c6c6, #989898);
  /* Chrome 10+, Saf5.1+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background: linear-gradient(top, #c6c6c6, #989898);
}

.form_type2 form label[for="SEX_2"] {
  margin-right: -9px;
  border-right: none;
  border-bottom-left-radius: 0.6em;
  border-top-left-radius: 0.6em;
}

.form_type2 form label[for="SEX_3"] {
  border-left: none;
  border-bottom-right-radius: 0.6em;
  border-top-right-radius: 0.6em;
  margin-left: -5px;
}

.form_type2 form label[for="SEX_2"] span,
.form_type2 form label[for="SEX_3"] span {
  border: 1px solid #dedede;
  display: inline-block;
  margin: 0;
  padding: 8px 100px;
}

.form_type2 form input#SEX_2:checked+label,
.form_type2 form input#SEX_3:checked+label {
  border: 1px solid #e1e1e1;
  display: inline-block;
  overflow: hidden;
  color: #001F6F;
  text-shadow: 1px 1px 1px #FFF, 1px 1px 2px #FFF;
  font-weight: 800;
  background: #67c9d2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #67c9d2), color-stop(1.00, #b1f7ff));
  background: -webkit-linear-gradient(#67c9d2, #b1f7ff);
  background: linear-gradient(#67c9d2, #b1f7ff);
}

.form_type2 form input#SEX_2:checked+label span,
.form_type2 form input#SEX_3:checked+label span {
  border: 1px solid #ddbb99;
  display: inline-block;
  margin: 0;
  padding: 8px 100px;
}

.form_type2 form input[type="submit"] {
  margin: 20px auto;
  font-size: 16px;
  display: block;
  width: 50%;
  padding: 14px 0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-decoration: none;
  color: #001150;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #2088ff), color-stop(0.90, #2088ff), color-stop(0.80, #4c9df9), color-stop(0.49, #84b7f0), color-stop(0.20, #4da0ff), color-stop(0.10, #2088ff), color-stop(0.00, #2088ff));
  background: -webkit-linear-gradient(top, #2088ff 0%, #2088ff 10%, #4da0ff 20%, #84b7f0 49%, #4c9df9 80%, #2088ff 90%, #2088ff 100%);
  background: linear-gradient(to bottom, #2088ff 0%, #2088ff 10%, #4da0ff 20%, #84b7f0 49%, #4c9df9 80%, #2088ff 90%, #2088ff 100%);
  text-shadow: -1px -1px 2px #8CC1EE;
  border: 1px solid #76BEC3;
}

.form_type2 form .form_confirm {
  margin: 5px auto 10px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  width: 96%;
  padding: 8px;
  color: #050050;
  font-weight: 800;
  text-shadow: 1px 1px 2px #fff;
  border: 1px solid #ddd;
}

#notice {
  margin: 20px auto;
  border-radius: 5px;
  border: 3px ridge #fff;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
}

.notice_ttl {
  background: #8C0000;
  padding: 10px 0;
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0 auto 20px;
}

.notice_more {
  display: block;
  width: 50%;
  margin: 20px auto 10px;
  background: #2A70B3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0F5191), color-stop(0.46, #2e74b8), color-stop(0.00, #0F5191));
  background: -webkit-linear-gradient(top, #0F5191 0%, #2e74b8 46%, #0F5191 100%);
  background: linear-gradient(to bottom, #0F5191 0%, #2e74b8 46%, #0F5191 100%);
  color: #fff !important;
  font-size: 1.4em;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none !important;
  text-align: center;
  padding: 16px 0px;
  border-radius: 3px;
  border: 2px solid #FFFFFF;
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.4), inset -2px -3px 5px #0B33C7, 0 0 3px #0F5191, 0 0 3px #0F5191, 0 0 3px #0F5191;
}

.notice_more:hover {
  background: #012E67;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #012E67), color-stop(0.5, #0F5191), color-stop(0.00, #012E67));
  background: -webkit-linear-gradient(top, #012E67 0%, #0F5191 50%, #012E67 100%);
  background: linear-gradient(to bottom, #012E67 0%, #0F5191 50%, #012E67 100%);
  font-size: 1.4em;
}

.new_price_img {
  display: block;
  width: 98%;
  margin: 10px auto;
}

/*===========鑑定料金変更=================*/

#new_price_bg {
  width: 98%;
  margin: 10px auto;
}

.new_price_list_ttl {
  padding: 5px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0e3e8d), color-stop(1.00, #09123c));
  background: -webkit-linear-gradient(#0e3e8d, #09123c);
  background: linear-gradient(#0e3e8d, #09123c);
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #8898B7;
}

.new_price_list {
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.5);
  width: 50%;
  color: #0A1C4D;
  float: left;
  margin-bottom: 10px;
}

.new_price_list ul {
  min-height: 150px;
}

.new_price_list+.listed {
  clear: both;
}

.new_price_list_min_ttl {
  background: #0B245D;
  text-align: center;
  padding: 5px;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}

.new_price_list_min_ttl+ul {
  margin: 10px;
}

.new_price_list_price {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.new_price_list_price dt {
  width: 30%;
  float: left;
  height: 30px;
  text-align: center;
  color: #fff;
  background: #0B245D;
  line-height: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}

.new_price_list_price dd {
  box-sizing: border-box;
  width: 70%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.new_price_list_price dd span {
  font-size: 12px;
}

.new_price_list_sup {}

.new_price_list .new_price_list_extension {
  margin: 0;
  padding: 5px;
  text-align: center;
}

.new_price_list_txt {
  clear: both;
  margin: 10px auto;
}

.new_price_list_txt li {
  padding-left: 20px;
  position: relative;
}

.new_price_list_txt li:after {
  position: absolute;
  top: 5px;
  left: 10px;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #3498db;
  border-radius: 4px;
}

.new_price_extension {}

.new_price_extension_ttl,
.extension_ttl {
  border-left: 6px solid #ccc;
  padding: 5px 8px 5px;
  background: rgba(0, 25, 148, 0.5);
  margin-bottom: 10px;
}

.new_price_extension ul li {
  position: relative;
  padding-left: 20px;
}

.new_price_extension ul li:after {
  position: absolute;
  top: 5px;
  left: 10px;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #E555FF;
  border-radius: 4px;
}

/**/

#profdetail {
	margin-top: 10px;
  padding: 10px;
}

#profdetail img {
  float: left;
  margin-right: 2%;
  width: 38%;
  display: block;
  min-height: 270px;
}

.profdetail_block {
  float: left;
  width: 60%;
}

.profdetail_wait_time_box {
  background: #888;
  padding: 14px;
  color: #ff0;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 3px;
  font-size: 1.8em;
  font-weight: 800;
}

.wtb2{
  display: none;
}

#profdetail_in_block {
  width: 52%;
  float: left;
}

.profdetail_in_block_box {
  margin: 0 1% 0 0;
  border: 1px solid #aaa;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.profdetail_in_block_box_ttl {
  font-size: 1em;
  font-weight: normal;
  padding: 5px;
  border-bottom: 1px solid #acb5cb;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0d46a5), color-stop(1.00, #08144d));
  background: -webkit-linear-gradient(#0d46a5, #08144d);
  background: linear-gradient(#0d46a5, #08144d);
  padding: 5px 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #546b86;
}

.profdetail_in_pricelist {
  font-size: clamp(12px, 1.8em, 14px);
  margin: 1px auto 0;
}

.profdetail_in_pricelist dt {
  width: 40%;
  float: left;
  height: 34px;
  line-height: 34px;
  padding: 0 0 0 6px;
  border-right: 1px solid #acb5cb;
  background: #344b88;
}

.profdetail_in_pricelist dd {
  padding: 0 0 0 44%;
  letter-spacing: 1px;
  height: 34px;
  line-height: 34px;
  font-weight: 800;
}

.profdetail_in_pricelist dt:not(:last-of-type),
.profdetail_in_pricelist dd:not(:last-of-type) {
  border-bottom: 1px solid #acb5cb;
}

.profdetail_in_pricelist dd span {
  color: #f00;
  font-size: 0.8em;
  margin-left: 5px;
  font-weight: normal;
}

.profdetail_in_pricelist_sup {
  font-size: .8em;
  line-height: 1em;
  padding: 5px;
  border-top: 1px solid #ACB5CB;
}

.profdetail_in_block_box_list {
  width: 46%;
  float: left;
  margin: 0 0 0 1%;
}

.profdetail_in_block_box_list li {
  width: 100%;
}

.profdetail_in_block_box_list li:not(:last-child) {
  margin-bottom: 10px;
}

.profdetail_in_block_box_list a {
  display: block;
  background: #008bd4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1856a0), color-stop(0.50, #5a95bf), color-stop(0.00, #1856a0));
  background: -webkit-linear-gradient(top, #1856a0 0%, #5a95bf 50%, #1856a0 100%);
  background: linear-gradient(to bottom, #1856a0 0%, #5a95bf 50%, #1856a0 100%);
  height: 62px;
  line-height: 60px;
  text-decoration: none;
  color: #fff !important;
  text-shadow: 0 0 3px #00196c, 0 0 5px #00196c;
  text-align: center;
  border: 2px solid #546b86;
  border-radius: 3px;
  position: relative;
}

.profdetail_in_block_box_list a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0d4996), color-stop(0.50, #3b73de), color-stop(0.00, #0d4996));
  background: -webkit-linear-gradient(top, #0d4996 0%, #3b73de 50%, #0d4996 100%);
  background: linear-gradient(to bottom, #0d4996 0%, #3b73de 50%, #0d4996 100%);
}

.profdetail_in_block_box_list a span {
  display: block;
  position: absolute;
  line-height: 1;
  top: 10px;
  right: 12px;
  padding: 5px 10px;
  background: #08144d;
  border-radius: 5px;
}

.profdetail_in_block_box_list a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 5px 0 5px;
  border-color: #08144d transparent transparent transparent;
  position: absolute;
  top: 20px;
  z-index: 55;
  transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
}

.m_ptb_blocks {
  display: inline-block;
  padding: 8px 0;
  box-shadow: inset 0 0 2px #CDD1FF;
  border-radius: 3px;
  width: 100%;
  clear: both;
  margin: 10px auto;
  background: #ababab;
  background: linear-gradient(#fff, #ababab);
}

.m_ptb_blocks p {
  text-align: center;
  width: 88%;
  color: #0d00e2;
  font-weight: 800;
  margin: 0 auto;
  box-shadow: inset 0 0 3px #a1a0e4, inset 0 0 3px #a1a0e4;
  border-radius: 3px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}

.m_ptb_blocks h3 {
  width: 88%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 800;
  color: #08144d;
}

.kutikomi_sp{
  display: none;
}


.profdetail_2block {
  margin: 0 10px 10px;
}

.profdetail_2block_box {
  width: 49%;
  float: left;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
}

.profdetail_2block_box:first-child {
  margin-right: 1%;
}

.profdetail_2block_box:last-child {
  margin-left: 1%;
}

.profdetail_min_ttl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0d46a5), color-stop(1.00, #08144d));
  background: -webkit-linear-gradient(#0d46a5, #08144d);
  background: linear-gradient(#0d46a5, #08144d);
  font-size: 14px;
  padding: 5px 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #546b86;
}

.profdetail_2block_txt {
  padding: 5px 10px;
  border: 1px solid #546b86;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.profdetail_min_block {
  width: 550px;
  margin: 10px auto;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #546b86;
  border-radius: 3px;
}

.profdetail_min_block_txt {
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
p.profdetail_min_block_txt a {
  width: 49.5%;
  margin-bottom: 5px;
}

.profdetail_min_block_inner.cf p {
    width: 40%;
    float: left;
    margin: 25px 5%;
}
p.profdetail_min_block_list a {
  display: block;
  background: #008bd4;
  background: linear-gradient(to bottom, #1856a0 0%, #5a95bf 50%, #1856a0 100%);
  margin: 10px 10px 10px 58%;
  padding: 15px 0px;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 1px 1px #04386D;
  letter-spacing: 2px;
  border: 2px solid #5B8DBB;
}

.profdetail_min_block_inner.cf p a {
    display: block;
    background: #008bd4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1856a0), color-stop(0.50, #5a95bf), color-stop(0.00, #1856a0));
    background: -webkit-linear-gradient(top, #1856a0 0%, #5a95bf 50%, #1856a0 100%);
    background: linear-gradient(to bottom, #1856a0 0%, #5a95bf 50%, #1856a0 100%);
    height: 62px;
    line-height: 60px;
    text-decoration: none;
    color: #fff !important;
    text-shadow: 0 0 3px #00196c, 0 0 5px #00196c;
    text-align: center;
    border: 2px solid #546b86;
    border-radius: 3px;
    position: relative;
    font-size: 20px;
}

.profdetail_min_block_inner.cf p a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0d4996), color-stop(0.50, #3b73de), color-stop(0.00, #0d4996));
  background: -webkit-linear-gradient(top, #0d4996 0%, #3b73de 50%, #0d4996 100%);
  background: linear-gradient(to bottom, #0d4996 0%, #3b73de 50%, #0d4996 100%);
}

.price_new_banner {
  margin: 10px auto;
  width: 96%;
  display: block;
}

/*========口コミ・評価============*/

.review_list_top_block {
  width: 96%;
  margin: 10px auto;
  padding: 10px 2%;
  border: 4px solid #0E0E4E;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}

.review_list_top_block img {
  width: 18%;
  float: left;
  margin-left: 2%;
}

.review_list_top_ttl {
  width: 100%;
  float: left;
  background: rgb(26, 26, 62);
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #112DAD;
  margin-bottom: 10px;
}

.review_list_top_btn {
  width: 80%;
  float: left;
}

.review_list_top_btn .review_list_top_figre {
  width: 49%;
  float: left;
  margin: 0;
  background: rgba(255, 255, 255, 0.2);
  height: 54px;
  line-height: 52px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #112DAD;
  margin-right: 2%;
  text-shadow: 0 1px 1px #1A1A3E, 0 1px 1px #1A1A3E;
}

.review_list_top_btn .review_list_top_figre span {
  background: #00024A;
  margin: 0 0 0 5px;
  border-radius: 5px;
  padding: 5px 10px;
}

.review_list_top_btn a {
  display: block;
  width: 49%;
  float: left;
  border-radius: 5px;
  border: 2px ridge #0A6EC1;
  text-align: center;
  padding: 15px 0px;
  color: #fff;
  text-shadow: 1px 0 1px #1B1C40, 1px 0 1px #1B1C40;
  position: relative;
  background: #008bd4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1856a0), color-stop(0.50, #5a95bf), color-stop(0.00, #1856a0));
  background: -webkit-linear-gradient(top, #1856a0 0%, #5a95bf 50%, #1856a0 100%);
  background: linear-gradient(to bottom, #1856a0 0%, #5a95bf 50%, #1856a0 100%);
}

.review_list_top_btn a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0d4996), color-stop(0.50, #3b73de), color-stop(0.00, #0d4996));
  background: -webkit-linear-gradient(top, #0d4996 0%, #3b73de 50%, #0d4996 100%);
  background: linear-gradient(to bottom, #0d4996 0%, #3b73de 50%, #0d4996 100%);
}

.review_list_top_btn a span {
  display: block;
  position: absolute;
  line-height: 1;
  top: 8px;
  right: 12px;
  padding: 5px 10px;
  background: #08144d;
  border-radius: 5px;
}

.review_list_top_btn a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #08144d transparent transparent transparent;
  position: absolute;
  top: 20px;
  z-index: 55;
  transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
}

/*口コミ評価次へ/前へボタン*/

.link_more_pn {
  width: 96%;
  margin: 10px auto;
  position: relative;
  height: 40px;
}

.link_more_pn a {
  display: block;
  text-align: center;
  color: #fff;
  width: 120px;
  padding: 5px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0d254f), color-stop(0.01, #2c64c9));
  background: -webkit-linear-gradient(top, #2c64c9 1%, #0d254f 100%);
  background: linear-gradient(to bottom, #2c64c9 1%, #0d254f 100%);
  border-radius: 5px;
  border: 2px solid #003e6e;
  box-shadow: 0px 1px 3px rgba(0, 90, 235, 0.5), inset 0px 0px 3px rgba(255, 255, 255, 1);
}

.link_more_pn_p {
  position: absolute;
  top: 0;
  left: 0;
}

.link_more_pn_n {
  position: absolute;
  top: 0;
  right: 0;
}

.link_more_pn a span {
  position: relative;
}

.link_more_pn_p span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -1em;
  top: 0.1em;
}

.link_more_pn_n span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -1em;
  top: 0.1em;
}

/*左ボーダーありサブ的タイトル*/

.extension_ttl {
  margin: 10px auto;
  font-size: 1em;
  letter-spacing: 2px;
  border-left: 6px solid #ccc;
  padding: 5px 8px 5px;
  background: rgba(0, 14, 80, 0.6);
}

/*================口コミ投稿ボックス==================*/

.c_box_inner {
  width: 96%;
  margin: 10px auto;
}

.reviews_number {
  font-size: 2em;
  line-height: 1.6em;
  text-align: center;
  letter-spacing: -0.4em;
}

.reviews_number li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 5px;
}

.reviews_number li:first-letter {
  color: #00CEFF;
  margin-right: 5px;
}

.reviews_number+p {
  text-align: right;
}

.send_reviews_btn {
  display: block;
  width: 80%;
  margin: 20px auto;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  padding: 20px;
  background: -moz-linear-gradient(top, #0058af 0%, #1792f0 50%, #0058af);
  background: -webkit-gradient(linear, left top, left bottom, from(#0058af), color-stop(0.50, #1792f0), to(#0058af));
  border-radius: 3px;
  border: 4px double #1287E3;
  box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.6);
  text-shadow: 0px -1px 1px rgba(0, 62, 117, 1), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.send_reviews_btn:hover {
  background: -webkit-linear-gradient(#122663 0%, #2582c4 50%, #122663);
  background: linear-gradient(#122663 0%, #2582c4 50%, #122663);
  color: #fff;
}

.tellerlist_list {
  width: 96%;
  margin: 10px auto;
}

.castsp {
  display: none;
}

#otoku {
  background: #4480B5;
  text-align: center;
  padding: 10px 0;
  color: #FFFA00;
}

#otoku br {
  display: none;
}

/*鑑定師個別ボックス*/

.tellerlist_list_intro {
  width: 32%;
  float: left;
  border: 2px solid #1C2574;
  border-radius: 3px;
  margin: 0 0.6% 10px 0.6%;
  padding: 10px 2%;
  background: rgba(0, 0, 0, 0.2);
}

.tellerlist_list_intro_02 {
  width: 23.5%;
  float: left;
  border: 2px solid #1C2574;
  border-radius: 3px;
  margin: 0 2% 10px 0;
  padding: 10px 2%;
  background: rgba(0, 0, 0, 0.2);
}

.tellerlist_list_intro_02:nth-child(4n+4) {
  margin-right: 0;
}

.list_intro_box_top_link img {
  display: block;
  margin:auto;
  margin-bottom: 10px;
  max-width: 100%;
}

.list_intro_box_top_link img:hover {
  box-shadow: 0 0 5px #fff, 0 0 8px #fff;
}

.list_intro_box_top_link h2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0B1359), color-stop(0.50, #283286), color-stop(0.00, #0B1359));
  background: -webkit-linear-gradient(top, #0B1359 0%, #283286 50%, #0B1359 100%);
  background: linear-gradient(to bottom, #0B1359 0%, #283286 50%, #0B1359 100%);
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  font-weight: normal;
  border-radius: 3px;
  border: 1px solid #5E67B3;
  margin-bottom: 10px;
}

.list_intro_box_top_link h2:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #010d7f), color-stop(0.50, #314d9b), color-stop(0.00, #010d7f));
  background: -webkit-linear-gradient(top, #010d7f 0%, #314d9b 50%, #010d7f 100%);
  background: linear-gradient(to bottom, #010d7f 0%, #314d9b 50%, #010d7f 100%);
}

.list_intro_box_price {
  width: 48%;
  float: right;
  font-size: 0.8em;
}

.list_intro_box_price h3 {
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  background: #00024A;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border: 1px solid #5E67B3;
}

.list_intro_price {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #5E67B3;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0 5px;
  text-align: center;
}

.list_intro_price dt {
  float: left;
  margin-right: 2%;
}

.list_intro_price dd {}

a.list_intro_reviews {
  display: block;
  width: 49%;
  float: left;
  border-radius: 5px;
  border: 1px ridge #5E67B3;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  font-size: 0.8em;
  color: #fff;
  text-shadow: 1px 0 1px #3E7AB2;
  position: relative;
  background: #008bd4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1856a0), color-stop(0.50, #5a95bf), color-stop(0.00, #1856a0));
  background: -webkit-linear-gradient(top, #1856a0 0%, #5a95bf 50%, #1856a0 100%);
  background: linear-gradient(to bottom, #1856a0 0%, #5a95bf 50%, #1856a0 100%);
  height: 50px;
}

a.list_intro_reviews:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0d4996), color-stop(0.50, #3b73de), color-stop(0.00, #0d4996));
  background: -webkit-linear-gradient(top, #0d4996 0%, #3b73de 50%, #0d4996 100%);
  background: linear-gradient(to bottom, #0d4996 0%, #3b73de 50%, #0d4996 100%);
}

.list_intro_reviews span {
  display: block;
  background: #00024A;
  width: 80%;
  margin: 2px auto;
  color: #fff;
  padding: 2px 0;
  border-radius: 5px;
}

a.list_intro_proflink {
  display: flex;
  min-height: 50px;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: #222;
  padding: 5px 0;
  border-radius: 3px;
  border: 1px solid #5c5c5c;
  box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.6);
  text-shadow: 1px 1px 1px #aaa;
  background: linear-gradient(to bottom, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 50%, #fff 100%);
	line-height: 1.2;
}

a.list_intro_proflink:hover {
  background: linear-gradient(to bottom, #ececec 0%, #ededed 50%, #e1e1e1 50%, #fff 100%);
}

/* ピックアップ口コミ */

.content_k_pickup_title {
  width: 96%;
  margin: 10px auto 0;
  background: rgba(3, 30, 98, 0.2);
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  border: 1px solid #D499B9;
  border-bottom: none;
  text-align: center;
}

.content_k_pickup_title h4 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #77204C), color-stop(0.00, #F16C94));
  background: -webkit-linear-gradient(top, #F16C94 0%, #77204C 100%);
  background: linear-gradient(to bottom, #F16C94 0%, #77204C 100%);
  padding: 10px;
  letter-spacing: 1px;
}

.content_k_pickup_date {
  margin: 0 auto 10px;
  width: 96%;
  background: rgba(195, 119, 166, 0.3);
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  border: 1px solid #D499B9;
}

.content_k_pickup_date p {
  margin: 10px;
}

p.content_k_date1,
p.content_k_date2 {
  margin: 0;
}

.content_k_pickup_date span {
  display: block;
  text-align: right;
  margin: 10px;
  color: #73D5F2;
}

/* リンク色変更 */

.schedule a {
  color: #FD00FF;
}

.schedule a:hover {
  color: #970D98;
}

/* サイトマップ */

.sitemap_menu,
.sitemap_cast {
  width: 49%;
  padding: 30px;
  display: inline-block;
  vertical-align: top;
}

.sitemap_title {
  font-size: 1.3em;
  margin-bottom: 5px;
  color: #FFF36C;
}

.sitemap_menu ul li,
.sitemap_cast ul li {
  background-image: url("../images/sitemap_listimg.png");
  background-size: 15px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0px 4px;
}

.sitemap_menu ul li:last-child,
.sitemap_cast ul li:last-child {
  background-image: url("../images/sitemap_listimg_last.png");
}

.sitemap_menu ul li a,
.sitemap_cast ul li a {
  color: #fff;
}

.sitemap_menu ul li a:hover,
.sitemap_cast ul li a:hover {
  text-decoration: underline;
  color: #999;
}

/* 口コミにページャー追加 */

.kuchikomi_pager {
  margin: 10px auto;
  text-align: center;
}

.kuchikomi_pager li {
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1B1C40), color-stop(0.01, #1A1B3F));
  background: -webkit-linear-gradient(top, #1A1B3F 1%, #1B1C40 100%);
  background: linear-gradient(to bottom, #1A1B3F 1%, #1B1C40 100%);
  border-radius: 3px;
  border: 1px solid #1A1A3F;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 3px rgba(255, 255, 255, 1);
}

.kuchikomi_pager li a {
  display: block;
  color: #fff;
  outline: none;
}

.kuchikomi_pager li.now {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0C176B), color-stop(0.01, #262F82));
  background: -webkit-linear-gradient(top, #262F82 1%, #0C176B 100%);
  background: linear-gradient(to bottom, #262F82 1%, #0C176B 100%);
  border-radius: 3px;
  border: 1px solid #0b1359;
}

/* googleインドアビュー */

.google_indoor {
  margin: 10px auto;
  text-align: center;
}

/*豆知識*/

#knowledge ul li {
  position: relative;
  padding-left: 20px;
}

#knowledge ul li:after {
  position: absolute;
  top: 5px;
  left: 10px;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #E555FF;
  border-radius: 4px;
}

.knowledge_block {
  margin: -2px 0;
  padding: 10px 0px 10px 5px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
}

/* お悩み占い相談Q＆A */

#qanda_page ul li a {
  color: #17ffff;
}

#qanda_page ul li a:visited {
  color: #15baba;
}

#qanda_page ul li a:hover {
  color: #7effff;
}

#qanda_page ul li a:active {
  color: #7effff;
}

#qanda_page .new_qanda ul li a {
  color: #17ffff;
}

#qanda_page .new_qanda ul li a:visited {
  color: #15bebe;
}

#qanda_page .new_qanda ul li a:hover {
  color: #7effff;
}

#qanda_page .new_qanda ul li a:active {
  color: #7effff;
}

/*ボタン*/

#qanda_page .bottom_link {
  background: #31427d;
  background: -webkit-linear-gradient(top, #4c5eff 0%, #31427d 100%);
  background: linear-gradient(to bottom, #4c5eff 0%, #31427d 100%);
  width: 260px;
  margin: 20px auto 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #979ffb;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
}

#qanda_page .bottom_link:hover {
  background: #3b57ba;
  background: -webkit-linear-gradient(top, #7684fc 0%, #3b57ba 100%);
  background: linear-gradient(to bottom, #7684fc 0%, #3b57ba 100%);
}

#qanda_page .bottom_link a {
  color: #fff;
  display: block;
  height: 40px;
  text-shadow: 1px 0 0 #0e0c6f;
}

#qanda_page .c_box_in {
  padding-bottom: 20px;
}

#qanda_page ul {
  width: 98%;
  margin: 0 auto;
  padding-left: 10px;
}

#qanda_page ul li {
  font-size: 1.2em;
}

#qanda_page .new_qanda {
  width: 95%;
  margin: 20px auto 0;
  font-size: 0.9em;
  background: rgba(17, 25, 98, 0.5);
  padding-bottom: 20px;
  border: 1px solid #4f5694;
}

#qanda_page .new_qanda h4 {
  padding: 8px 0 8px 10px;
  margin-bottom: 20px;
  background: #111962;
  font-size: 1.3em;
  color: #ffea55;
  border-bottom: solid 1px #000;
}

#qanda_page .new_qanda ul.new_qanda_list {
  margin-bottom: 50px;
}

#qanda_page .new_qanda ul li {
  margin-bottom: 5px;
  font-weight: bold;
}

#qanda_page .bottom_qa_list {
  width: 95%;
  margin: 30px auto 0;
  font-size: 0.9em;
  text-align: center;
}

#qanda_page .bottom_qa_list h5 {
  padding: 8px 0 8px 10px;
  margin-bottom: 10px;
  background: rgba(17, 25, 98, 0.5);
  color: #f496ff;
  border-bottom: solid 1px #000;
  font-size: 1.3em;
  font-weight: bold;
}

#qanda_page .bottom_qa_list .left,
#qanda_page .bottom_qa_list .right {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  text-align: left;
  margin-bottom: 20px;
  border: 1px solid #4f5694;
  padding-bottom: 10px;
  background: #222652;
}

#qanda_page .bottom_qa_list .left {
  margin-right: 1%;
}

#qanda_page .kensu {
  font-weight: bold;
  font-size: 0.8em;
  margin-left: 10px;
}

/* 回答ページ */

#qanda_page .q_text,
#qanda_page .a_text {
  width: 96%;
  margin: 0 auto;
}

#qanda_page .a_text h4 {
  padding: 8px 0 8px 10px;
  background: #111962;
  margin-top: 20px;
  font-size: 1.1em;
}

#qanda_page .q_name {
  font-weight: bold;
}

#qanda_page .answer_teller {
  width: 80%;
  margin: 40px auto 0;
  background: rgba(34, 38, 81, 0.5);
  padding: 20px;
  border: solid 1px #4f5694;
  border-radius: 2px;
}

#qanda_page .answer_teller ul li {
  list-style: none;
}

#qanda_page .answer_teller .left,
#qanda_page .answer_teller .right {
  display: inline-block;
  vertical-align: middle;
}

#qanda_page .answer_teller .left {
  width: 40%;
  margin-right: 4%;
}

#qanda_page .answer_teller .right {
  width: 55%;
  text-align: center;
}

#qanda_page .answer_teller .right span.name {
  height: 62px;
  line-height: 60px;
  background: rgb(26, 26, 62);
  border-radius: 3px;
  border: 1px solid #112DAD;
  display: block;
}

#qanda_page .answer_teller .right .list_intro_reviews {
  width: 100%;
}

.answer_page #breadCrumbs ul li:last-child {
  font-size: 0.85em;
}

.answer_page .title_box {
  font-size: 1.2em;
}

/* top3つの約束------------------------------------- */

.three-promise {
  padding-bottom: 20px;
}

.three-promise h4 {
  font-size: 50px;
  padding: 30px 20px 15px;
  text-shadow: 1px 1px 3px #000000;
  margin: 0 auto;
  color: #FF9800;
  border-bottom: solid 2px #080f3b;
  width: 90%;
}

.three-promise .text_area {
  width: 90%;
  margin: 0 auto;
  border-top: solid #606060 1px;
}

.three-promise_point {
  font-weight: bold;
  font-size: 16px;
  color: #ff0;
}

.three-promise .text_area p:not(:first-child) {
  text-indent: 1em;
}

/* 初めての方へ-------------------------------------- */

.first {
  padding: 10px 0 20px;
}

.first h4 {
  font-weight: bold;
  font-size: 20px;
  color: #ff0;
  border-bottom: solid 1px #080f3b;
  width: 90%;
  margin: 0 auto;
  padding: 15px 0 0;
}

.first .text_area {
  width: 90%;
  margin: 0 auto;
  border-top: solid #606060 1px;
}

.first_point {
  color: #a5ff8b;
  padding-top: 6px;
}

.first_point span {
  font-weight: bold;
  font-size: 25px;
  color: #4CAF50;
  text-shadow: 1px 1px 1px #032f0b;
  margin-right: 5px;
}

.first_point span:after {
  margin: 0 0 0 5px;
  content: " ";
  display: inline-block;
  width: 14px;
  height: 27px;
  background: url(../images/arrow.png);
  background-size: contain;
  vertical-align: bottom;
  background-repeat: no-repeat;
}

.kome {
  color: #ff0;
}

/* アクセス-------------------------------------- */

.map_area {
  margin: 10px auto 30px;
  text-align: center;
}

.map_area .map {
  width: 660px;
  height: 456px;
  margin: 0 auto;
  border: solid 3px #90b9df;
  border-radius: 5px;
}

.map_area .map iframe {
  width: 100%;
}

.access_img_area {
  text-align: center;
}

.access_img_area h4 {
  background: #3f5cb5;
  padding: 15px 0;
  margin: 0 auto 20px;
  width: 660px;
  border: 1px solid #7785d4;
  font-size: 18px;
  text-shadow: 1px 1px 1px #040678;
}

.access_img_area p {
  background: #3f5cb5;
  padding: 10px 0;
  margin: 0 auto 15px;
  width: 662px;
  border: 1px solid #7785d4;
  font-size: 18px;
  text-shadow: 1px 1px 1px #040678;
  box-shadow: 1px 1px 1px #222225;
}

.access_img_area p:last-child {
  background: #ec3f43;
  padding: 10px 0;
  margin: 0 auto 15px;
  width: 662px;
  border: 1px solid #e86777;
  font-size: 18px;
  text-shadow: 1px 1px 1px #42000b;
  box-shadow: 1px 1px 1px #222225;
}

.access_img_area img {
  border: 1px solid #767676;
  box-shadow: 1px 1px 2px #222225;
}

.access_bottom_text {
  text-align: center;
  margin: 30px;
  font-size: 18px;
  line-height: 30px;
}

#link_telephone01 {
    padding-top: 25px;
}

#link_telephone01 + div {
    padding-top: 30px;
}

#link_telephone01 p {
	text-align: center;
}
#link_telephone01 p a {
    display: block;
    width: 75%;
    font-siz]e: 20px;
    margin: 0 auto 55px;
    background: #008bd4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1856a0), color-stop(0.50, #5a95bf), color-stop(0.00, #1856a0));
    background: -webkit-linear-gradient(top, #1856a0 0%, #5a95bf 50%, #1856a0 100%);
    background: linear-gradient(to bottom, #1856a0 0%, #5a95bf 50%, #1856a0 100%);
    height: 62px;
    line-height: 60px;
    text-decoration: none;
    color: #fff !important;
    text-shadow: 0 0 3px #00196c, 0 0 5px #00196c;
    text-align: center;
    border: 2px solid #546b86;
    border-radius: 3px;
    position: relative;
}

#link_telephone01 p a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0d4996), color-stop(0.50, #3b73de), color-stop(0.00, #0d4996));
  background: -webkit-linear-gradient(top, #0d4996 0%, #3b73de 50%, #0d4996 100%);
  background: linear-gradient(to bottom, #0d4996 0%, #3b73de 50%, #0d4996 100%);
}
}

@media screen and (min-width: 481px) and (max-width: 1000px)  {
#contents {
  margin: auto;
  width: 100%;
}

.mcon{
  margin: auto;
  width: 100%;
}

.container{
  margin: 10px;
}

.c_box{
  margin: 10px;
}

.top_contact_link img{
  width: 50%;
  margin-bottom: 20px;
}

.top_site_tel img{
  width: 50%;
}

.teller_search_title{
  display: contents;
}

}

@media screen and (max-width:1000px){
.f_g_menu{
  display: none;
}

#menu {
  display: none;
}

/*----------footer------------------*/

.site_f_menu {
  margin: 10px auto;
}

.site_f_menu li {
  border: 2px solid rgba(11, 0, 65, 0.15);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3), inset -1px -1px 4px rgba(37, 37, 37, 0.72), inset 1px 1px 2px rgba(255, 255, 255, 0.47);
  width: 96%;
  margin: 0 auto 10px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #4375a8), color-stop(1.00, #244386));
  background: -webkit-linear-gradient(#4375a8, #244386);
  background: linear-gradient(#4375a8, #244386);
}

.site_f_menu li a {
  display: block;
  color: #eee;
  padding: 10px 0 10px 5%;
  text-shadow: 1px 1px 1px #00062E;
}

/*-----------slide　ここまで-------------------*/

.ww_block {
  margin: 10px;
}

.ww_block li {
  width: 32%;
  float: left;
  margin-right: 1.3%;
}

.bg_w {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.2);
  margin: 0 1%;
  border-radius: 3px;
}

.tt_box_box {
/*  margin: 10px 2%;*/
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  position: relative;
  border: 1px solid #00034E;
  padding: 0px 5px;
}

.tt_box_box:before {
  content: " ";
  display: block;
  width: 280px;
  height: 13px;
  margin: 5px auto;
  background: url(.././images/tt_box_box_top.png)no-repeat;
}

.tt_box_box:after {
  content: " ";
  display: block;
  width: 280px;
  height: 13px;
  margin: 5px auto;
  background: url(.././images/tt_box_box_bottom.png)no-repeat;
}

.catch_text {
  border-radius: 3px;
  color: #FFF;
  line-height: 16px;
  padding: 6px 2%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0B4EBD), color-stop(1.00, #0B1A67));
  background: -webkit-linear-gradient(#0B4EBD, #0B1A67);
  background: linear-gradient(#0B4EBD, #0B1A67);
  border: 2px outset rgba(139, 199, 255, 0.5);
}

.tt_box_box_img {
  display: block;
  width: 34%;
  float: left;
  max-height: 130px;
  max-width: 98px;
}

.tt_box_box_ttl {
/*  width: 64%;
  float: left;*/
  margin-left: 2%;
  font-weight: normal;
  border-bottom: 1px solid #acb5cb;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0d46a5), color-stop(1.00, #08144d));
  background: -webkit-linear-gradient(#0d46a5, #08144d);
  background: linear-gradient(#0d46a5, #08144d);
  padding: 12px 5px;
  border-radius: 3px;
  border: 1px solid #546b86;
  letter-spacing: 1px;
}

.prof_list_price_box {
/*  width: 64%;
  float: left;*/
  width: auto;
  float: none;
  margin: 5px 0 0 2%;
  height: 45px;
}

.prof_list_price_box dl {
  background: rgba(255, 255, 255, .2);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #08144d;
  margin-bottom: 5px;
  color: #08144d;
  text-align: center;
}

.prof_list_price_box dl dt {
  width: 40%;
  float: left;
  font-size: 0.8em;
}

.prof_list_price_box dl dd {
  padding: 0 0 0 40%;
  font-size: 0.8em;
}

.prof_list_review_box {
  clear: both;;
  margin: 0 0 10px 2%;
  width: auto;
  display: flex;
}

.prof_list_review_box a {
  display: block;
  background: transparent -webkit-linear-gradient(top, #1856a0 0%, #5a95bf 50%, #1856a0 100%) repeat scroll 0% 0%;
  background: transparent linear-gradient(to bottom, #1856a0 0%, #5a95bf 50%, #1856a0 100%) repeat scroll 0% 0%;
  text-decoration: none;
  color: #fff !important;
  text-shadow: 0px 0px 3px #00196c, 0px 0px 5px #00196c;
  border: 1px solid #749de7;
  border-radius: 3px;
  position: relative;
  font-size: 0.8em;
  padding: 0 1em;
  line-height: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1856a0), color-stop(0.50, #5a95bf), color-stop(0.00, #1856a0));
  background: -webkit-linear-gradient(top, #1856a0 0%, #5a95bf 50%, #1856a0 100%);
  background: linear-gradient(to bottom, #1856a0 0%, #5a95bf 50%, #1856a0 100%);
  box-shadow: 0px 0px 2px #cdd1ff inset;
  width: -webkit-fill-available;
}

.prof_list_review_box h3 {
  line-height: 38px;
}

.prof_list_review_box h3 span {
  display: block;
  position: absolute;
  line-height: 1;
  top: 5px;
  right: 10px;
  padding: 5px 10px;
  background: #08144d;
  border-radius: 5px;
  width: 20%;
}

a.list_intro_proflink {
  display: grid;
}

a.list_intro_proflink br {
  display: none;
}

.ttbl_list dt,
.ttbl_list dd {
  font-size: 12px;
}

.ttbl_list dd {
  text-indent: 1em;
}

.ttbl_list dt {
  color: #0ca2ff;
  font-weight: 800;
  border-bottom: 1px solid #000936;
  margin-bottom: 3px;
}

.ttbb_btn {
  clear: both;
  margin: 10px auto;
}

.ttbb_btn a {
  display: block;
  width: 94%;
  margin: 0 auto;
}

#top_t_teller_link a {
  display: block;
  width: 60%;
  max-width: 240px;
  margin: 20px auto;
}


/*---------------content-----------------*/

.block,
.pay_little_block {
  font-size: 12px;
  line-height: 1.5em;
  margin: 10px auto;
  width: 96%;
}

.block h4 {
  font-size: 14px;
  font-weight: 800;
  border-bottom: 1px solid #FFF500;
  color: #FFF500;
}

.block p {
  font-size: 12px;
  line-height: 1.5;
  margin: 3px auto;
}

.block h4 + p {
  margin: 5px 0;
}

.block ul,
.list {
  width: 96%;
  margin: 10px auto;
}

.block ul li,
.list li {
  line-height: 1.5em;
  text-align: left;
  color: #00FFEB;
  background: url(.././images/dot1.gif)no-repeat 0px 6px;
  padding-left: 10px;
}

.ttbl_text {
  font-size: 14px;
  margin: 20px 4%;
}

.ttbl_text_red {
  color: #ff0000;
  margin: 10px 4%;
}

.ttbl_text_bl {
  color: #0099ff;
  margin: 10px 4%;
}

.ttbl_text_yl {
  color: #ffee00;
  margin: 10px 4%;
}

.dom_text {
  width: 96%;
  margin: 10px auto;
  border: 2px solid #B5B2FF;
  padding: 10px 1%;
  background: #000435;
  border-radius: 3px;
}

.dom_door_00 {
  width: 94%;
  margin: 5px auto 10px;
}

.dom_door_00 li {
  width: 49%;
  float: left;
}

.dom_door_00 li:first-child {
  margin-right: 1%;
}

.dom_door_00 li:nth-child(2) {
  margin-left: 1%;
}

.waiting_list {
  width: 96%;
  margin: 10px auto;
}

.list_little {
  width: 70%;
  margin: 0 auto 10px;
  border: 2px solid #384DC5;
  background: #1A1E50;
  padding: 10px 4%;
  border-radius: 3px;
}

.list_little li {
  line-height: 1.5em;
  text-align: left;
  font-size: 10px;
  background: url(.././images/dot2.gif)no-repeat 0px 6px;
  padding-left: 10px;
}

.dom_link li a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #09123C), color-stop(1.00, #0E3E8D));
  background: -webkit-linear-gradient(#09123C, #0E3E8D);
  background: linear-gradient(#09123C, #0E3E8D);
  color: #EEE;
  box-shadow: inset 0 0 2px #FFF;
  text-shadow: 1px 1px 2px #010165;
  width: 90%;
  display: block;
  margin: 10px auto;
  text-align: center;
  padding: 6px 0;
  line-height: 30px;
  font-weight: 800;
  border: 2px outset #150EBE;
  border-radius: 3px;
}

.dom_block {
  width: 96%;
  margin: 20px auto;
  border: 2px solid #5777F7;
  padding: 0 0 5px;
  background: rgba(0, 2, 48, 0.5);
  border-radius: 3px;
}

.dom_block ol {
  counter-reset: li;
  /* Initiate a counter */
  padding: 0;
  /* Remove the default left padding */
  list-style: none;
  /* Disable the normal item numbering */
}

.dom_block dl {
  width: 96%;
  margin: 10px auto;
  border: 2px solid #2E58DB;
  border-radius: 3px;
  position: relative;
}

.dom_block ol li {
  position: relative;
  margin: 0 0 3px 2em;
  padding: 4px 8px;
  font-size: 10px;
  border-top: 2px solid #2E58DB;
}

.dom_block dl dt,
.dom_block dl dd {
  position: relative;
  margin: 0 0 0 2em;
  padding: 8px 8px;
  font-size: 10px;
}

.dom_block dl dt:before {
  content: "Q.";
  position: absolute;
  top: -2px;
  left: -2em;
  width: 2em;
  padding: 8px 0;
  color: #fff;
  background: #2E58DB;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, sans-serif;
  border-top: 2px solid #2E58DB;
  text-align: center;
}

.dom_block dl dd {
  border-top: 2px solid #2E58DB;
}

.dom_block dl dd span {
  font-size: 10px;
}

.dom_block dl dt {
  background: rgba(255, 255, 255, 0.6);
  color: #0015AF;
  font-weight: 800;
  text-shadow: 0px 1px 1px #FFF;
}

.dom_block dl dd:before {
  content: "A.";
  position: absolute;
  top: -2px;
  left: -2em;
  width: 2em;
  padding: 8px 0;
  border-top: 2px solid #2E58DB;
  color: #fff;
  background: #2E58DB;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: center;
}

.dom_block ol li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: -2px;
  left: -2em;
  width: 2em;
  padding: 4px 0;
  border-top: 2px solid #2E58DB;
  color: #fff;
  background: #2E58DB;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: center;
}

.dom_block ol li,
.dom_block p {
  font-size: 10px;
}

.dom_block p {
  text-align: right;
  margin: 5px 1% 5px 0;
}

.dom_block h3 {
  padding: 10px 0 8px;
  text-align: center;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #ababab));
  background: -webkit-linear-gradient(#fff, #ababab);
  background: linear-gradient(#fff, #ababab);
  color: #1A006B;
}

.how_block h3 {
  padding: 10px 0 8px;
  text-align: center;
  font-weight: 800;
  color: #eee;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #4375a8), color-stop(1.00, #244386));
  background: -webkit-linear-gradient(#4375a8, #244386);
  background: linear-gradient(#4375a8, #244386);
}

.pass_los {
  width: 80%;
  margin: 0 auto;
}

.pass_los a {
  display: block;
  text-align: center;
  font-size: 10px;
  padding: 5px 0;
  color: #222BFF;
  border: 2px solid #E2E6FF;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #ABABAB), color-stop(0.58, #E9E9E9), color-stop(0.00, #ABABAB));
  background: -webkit-linear-gradient(top, #ABABAB 0%, #E9E9E9 57%, #ABABAB 99%);
  background: linear-gradient(to bottom, #ABABAB 0%, #E9E9E9 57%, #ABABAB 99%);
}

.how_block {
  width: 96%;
  margin: 20px auto;
  border: 2px solid #5777F7;
  padding: 0 0 5px;
  background: rgba(0, 2, 48, 0.5);
  border-radius: 3px;
}

.how_block p,
.how_in_block p {
  margin: 5px 2%;
  font-size: 10px;
}

.how_in_block {
  width: 94%;
  margin: 10px auto 5px;
  border: 1px solid #B6B6B6;
  border-radius: 3px;
}

.how_in_block h3 {
  color: #00094D;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #ababab));
  background: -webkit-linear-gradient(#fff, #ababab);
  background: linear-gradient(#fff, #ababab);
  font-size: 12px;
  padding: 5px 0;
}

.line_a {
  background: url(.././images/line_a.png)no-repeat;
  border: none;
  width: 260px;
  height: 15px;
  margin: 10px auto;
}

.teller_pager {
  margin: 10px auto;
  width: 94%;
}

.teller_pager a {
  display: block;
  width: 49%;
  text-align: center;
  padding: 5px 0;
  color: #004d80;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
  background: -webkit-linear-gradient(#fff, #cecece);
  background: linear-gradient(#fff, #cecece);
  border-radius: 5px;
  border: 1px solid #003366;
  box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 1);
  text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.3);
}

.tp_prev {
  float: left;
}

.tp_next {
  float: right;
}

.point_line {
  width: 280px;
  height: 15px;
  margin: 0 auto;
  background: url(.././images/point_line.png)no-repeat;
  border: none;
}

.tller_list_search {
  font-size: 12px;
  margin: 5px 0;
  text-align: center;
  color: #EEE;
}

.mantic_list a {
  display: block;
  width: 48%;
  float: left;
  font-weight: 800;
  padding: 10px 0;
  margin: 10px 1% 0px;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  color: #00011B;
  border: 1px solid #036;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 1px #FFF;
  text-shadow: 0px 0px 4px #FFF;
}

.mantic_list a:last-child {
  margin-bottom: 10px;
}

.mantic_list a {
  background: -moz-linear-gradient( top, #2f638a 0%, #89adc7 50%, #2f638a);
  background: -webkit-gradient( linear, left top, left bottom, from(#2F638A), color-stop(0.50, #89ADC7), to(#2F638A));
}

.mantic_list1 a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #b12f72), color-stop(0.52, #ffb8dd), color-stop(-0.01, #a52c6a));
  background: -webkit-linear-gradient(top, #a52c6a -1%, #ffb8dd 52%, #b12f72 100%);
  background: linear-gradient(to bottom, #a52c6a -1%, #ffb8dd 52%, #b12f72 100%);
}

.mantic_list2 a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7400), color-stop(0.50, #edb37e), color-stop(0.00, #ffa443));
  background: -webkit-linear-gradient(top, #ffa443 0%, #edb37e 50%, #ff7400 100%);
  background: linear-gradient(to bottom, #ffa443 0%, #edb37e 50%, #ff7400 100%);
}

.mantic_list3 a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #805d00), color-stop(0.55, #ffe400), color-stop(0.00, #805d00));
  background: -webkit-linear-gradient(top, #805d00 0%, #ffe400 55%, #805d00 99%);
  background: linear-gradient(to bottom, #805d00 0%, #ffe400 55%, #805d00 99%);
}

.mantic_list4 a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.98, #00270b), color-stop(0.61, #82ed7e), color-stop(0.00, #00270b));
  background: -webkit-linear-gradient(top, #00270b 0%, #82ed7e 61%, #00270b 98%);
  background: linear-gradient(to bottom, #00270b 0%, #82ed7e 61%, #00270b 98%);
}

.mantic_list5 a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.93, #3c1e3d), color-stop(0.47, #d6a3d7), color-stop(0.04, #3c1e3d));
  background: -webkit-linear-gradient(top, #3c1e3d 4%, #d6a3d7 47%, #3c1e3d 93%);
  background: linear-gradient(to bottom, #3c1e3d 4%, #d6a3d7 47%, #3c1e3d 93%);
}

.prof_teller_block {
  margin: 10px 2%;
  background: rgba(1, 7, 49, 0.4);
  border-radius: 3px;
  border: 1px solid #00034E;
}

.ptb_name {
  margin: 0;
  padding: 10px 4%;
  font-size: 15px;
  text-shadow: 1px 1px 1px #00021D;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0E3E8D), color-stop(1.00, #09123C));
  background: -webkit-linear-gradient(#0E3E8D, #09123C);
  background: linear-gradient(#0E3E8D, #09123C);
}

.ptb_top {
  background: #FFF;
  box-shadow: inset 0 0 5px #02358F;
}

.btn_60 {
  width: 30%;
  margin: 0 auto 10px;
}

.ptb_top p {
  float: left;
}

.ptb_top p a {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}

.btn_90 {
  width: 90%;
  max-width: 400px;
  margin: 20px auto;
}

.ptb_comp {
  width: 96%;
  margin: 0 auto;
}

.ptb_comp dt {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.ptb_comp dd {
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 2px #cdd1ff inset;
  font-size: 0.8em;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.hyouka_box {
  width: 96%;
  margin: 10px auto 0;
  border: 2px solid #4D57CC;
  border-radius: 3px;
  background: rgba(8, 6, 31, 0.37);
}

.hyouka_box h4 {
  width: 55%;
  margin: 5px 0;
  float: left;
  font-size: 10px;
  padding: 0 1%;
  font-weight: 800;
  color: #FFEB00;
}

.hbox_name {
  width: 45%;
  margin: 5px 0;
  padding: 0 1%;
  display: block;
  text-align: right;
  float: right;
}

.hbox_text {
  border-top: 2px solid #4D57CC;
  ;
  clear: both;
  padding: 5px 2%;
  font-size: 12px;
}

.tubuyaki_page_box {
  width: 96%;
  margin: 10px auto 0;
  border: 2px solid #BDBDBD;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
}

.tubukaki_photo {
  width: 16%;
  float: left;
  margin: 5px 0 5px 2%;
}

.tubuyaki_page_box h4,
.tubuyaki_page_box p {
  width: 80%;
  text-indent: 1em;
  font-size: 12px;
  margin: 0 0 0 2%;
  float: left;
}

.tubuyaki_page_box h4 {
  margin-top: 5px;
  border-bottom: 1px solid #B6B6B6;
  font-weight: 800;
  padding: 3px 0;
  color: #FFEB00;
}

.tubuyaki_page_box p {
  padding: 5px 1%;
}

.tubuyaki_page_box a,
.hyouka_box a,
.top_tubuyaki_box a {
  display: none;
}

.inq_a {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 14px;
  width: 90%;
  padding: 5px 2%;
  margin: 0 auto;
  color: #050168;
  display: block;
  background: #FFFBD3;
  border: 2px inset #FFEA4F;
}

.inq_kakunin {
  width: 96%;
  margin: 0 auto;
}

.inq_kakunin li {
  color: #eee;
  border-bottom: 2px dotted #4263AA;
  padding: 5px 0;
}

.inq_kakunin li span {
  font-size: 12px;
  color: #ffee00;
  display: block;
  margin-bottom: 3px;
}

.pay_little_block h3,
.pay_block h3 {
  font-weight: 800;
}

.plb {
  width: 90%;
  margin: 5px auto!important;
  padding: 10px 0;
  border: 2px solid #4263AA;
  background: rgba(0, 11, 46, 0.42);
  border-radius: 3px;
}

.plb li {
  text-align: center;
  margin-bottom: 3px;
}

.text_l {
  font-size: 12px;
}

.a_block {
  margin-bottom: 10px;
}

.box_aco_list {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #CCC), color-stop(1.00, #8A8A8A));
  background: -webkit-linear-gradient(#CCC, #8A8A8A);
  background: linear-gradient(#CCC, #8A8A8A);
  border: 2px ridge #EEE;
}

.box_aco_list a {
  background: url("../images//sprite.png") 5px 12px no-repeat;
  display: block;
  font-weight: 800;
  padding: 15px 5px 15px 0;
  padding-left: 8%;
  margin: 0;
  color: #001792;
  text-decoration: none;
}

.box_aco_list:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96, #34406A), color-stop(0.49, #646FB9), color-stop(0.00, #34406A));
  background: -webkit-linear-gradient(top, #34406A 0%, #646FB9 49%, #34406A 96%);
  background: linear-gradient(to bottom, #34406A 0%, #646FB9 49%, #34406A 96%);
}

.box_aco_list.open {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96, #34406A), color-stop(0.49, #646FB9), color-stop(0.00, #34406A));
  background: -webkit-linear-gradient(top, #34406A 0%, #646FB9 49%, #34406A 96%);
  background: linear-gradient(to bottom, #34406A 0%, #646FB9 49%, #34406A 96%);
}

.box_aco_list.open a {
  background-position: 4px -25px;
  color: #FFF;
  text-shadow: 1px 1px 1px #00083F;
}

.box_aco_list + div {
  padding: 10px;
}

}
 
 