@charset "utf-8";
/*---------------------
プリント用css
---------------------*/
/* print */
@media print{
  .sp{
      display:none;
  }
}
/*---------------------
リセット
---------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
     margin: 0;
     padding: 0;
     outline: 0;
     font-size: 100%;
}
ol, ul {
     list-style: none;
}
ol {margin: 1em 1.5em 1em;list-style:decimal;padding-left:2em;}
ol li{
  font-size:.9em;
  margin-bottom: 0.6em;
}
blockquote, q {
     quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
     content: '';
     content: none;
}
:focus {
     outline: 0;
}
ins {
     text-decoration: none;
}
del {
     text-decoration: line-through;
}
table {
     border-collapse: collapse;
     border-spacing: 0;
}
/*---------------------
基本設定
---------------------*/
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 88%;
    line-height: 1.6;
    color:#666;
}
.mincho{
    font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ヒラギノ明朝 Pro N","Hiragino Mincho Pro N","HGS明朝E","ＭＳ Ｐ明朝",serif;
    font-weight:normal;
    font-style: normal;
    font-variant: normal;
}
img{
    border-style:none;
}
a{
    color:#f66;
}
a:hover{
    color:#27A6F3;
    text-decoration:none;
}
a img{
    /*transition使用*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.left{
    float:left;
}
.right{
    float:right;
}
img.right{
  padding:5px;
}
img.left{
  padding:5px;
}
.align_l{
    text-align:left;
}
.align_r{
    text-align:right;
}
.align_c{
    text-align:center;
}
.clear{
    clear:both;
}
.clearfix:after,
.list2:after{
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix,
.list2{
    min-height: 1px;
}

* html .clearfix,
* html .list2{
    height: 1px;
    height: auto;
    overflow: hidden;
}
.btn_blue a{
    padding:10px;
    background-color:#27a6f3;
    text-decoration:none;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    color:#fff;
    /*transition使用*/
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.btn_blue a:hover{
    background-color:#095a8c;
}
.top_btn{
  padding: 20px 0 0;
  text-align:right;
  clear: both;
  display: block;
  margin-bottom:20px;
}
::selection {
    /* background: #27a6f3; */
    /* color: #fff; */
}
::-moz-selection {
    background: #27a6f3;
    color: #fff;
}
/*---------------------
font-sizeのIE6.7対策
---------------------*/
* html body{
    font-size:14px;
}

*:first-child+html body{
    font-size:14px;
}

/*---------------------
全体の枠
---------------------*/
body{
    width:100%;
    text-align:left;
    padding-top:5px;
}
#container{
    width: 980px;
    margin:0 auto;
}
#main{
    float: left;
    width:795px;
}
#main .right{
    width:610px;
    float:right;
}
#main .left{
    width:180px;
    float:left;
}
#main .top_about .left,
#main .top_about .right,
#main .top_ranking .left,
#main .top_ranking .right{
  width:48%;
  margin:10px 0 20px;
}


#sidebox{
    float:right;
    width:180px;
}
/*---------------------
ヘッダー
---------------------*/
#header{
    width:980px;
    margin: 5px auto 15px;
}
.toptitle,
#header h1{
    font-weight: normal;
    font-size:10px;
}
.logo{
    padding-top:10px;
    text-align:left;
}

/*search*/
.custom-selectbox select{
    border-radius:6px;
    width: 250px;
    height: 25px;
    line-height: 1em;
    font-size: 14px;
    text-indent: 1em;
    color: #333;
    border:1px solid #eee;
    cursor: pointer;
    position:absolute;
    top: 43px;
    left: 46px;
}
.custom-selectbox{
  width:338px;
  height:80px;
  background:url(../img/search.gif);
  position:relative;
}
/*---------------------
トップナビゲーション
---------------------*/
#nav{
    width:100%;
    /* background:url(../img/menu_bg.gif) repeat-x; */
    height:33px;
    margin: 0 0 15px;
}
#nav ul{
    width:980px;
    margin:0 auto;
}
#nav ul li{
    float:left;
}
#nav ul li a{
    height:33px;
    display:block;
    text-indent:-9999px;
    overflow: hidden;
}
#nav_home a{
    width:191px;
    background:url(../img/menu_home.gif) no-repeat;
}
#nav_search a{
    width:192px;
    background:url(../img/menu_hospital.gif) no-repeat;
}
#nav_funin a{
    width:192px;
    background:url(../img/menu_funin.gif) no-repeat;
}
#nav_book a{
    width:192px;
    background:url(../img/menu_book.gif) no-repeat;
}
#nav_service a{
    width:212px;
    background:url(../img/menu_service.gif) no-repeat;
}
#nav_home a:hover{
    background:url(../img/menu_home2.gif) no-repeat;
}
#nav_search a:hover{
    background:url(../img/menu_hospital2.gif) no-repeat;
}
#nav_funin a:hover{
    background:url(../img/menu_funin2.gif) no-repeat;
}
#nav_book a:hover{
    background:url(../img/menu_book2.gif) no-repeat;
}
#nav_service a:hover{
    background:url(../img/menu_service2.gif) no-repeat;
}

/*---------------------
パンくず
---------------------*/
div.pagenavi{
  width:980px;
  margin:0px auto;
  background-color:#F5F5EB;
  border:1px solid #E8E8D0;
  font-size:12px;
  padding:5px 0px;
  margin-bottom:10px;
}

div.pagenavi a{
  margin: 0 5px;
}



/*---------------------
メイン画像
---------------------*/
/*************
nivoslider
*************/
.slider-wrapper{
    width:610px;
    margin:0 auto;
    position: relative;
}
.nivoSlider {
    position:relative;
    width:610px;
    height:auto;
    margin:0 auto;
    overflow: hidden;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 610px !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:610px;
    height:200px;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    background:white;
    filter:alpha(opacity=0);
    opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img { display:block; }


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor:pointer;
    padding:0 3px;
    display:block;
}
.nivo-controlNav .active a{
    display:block;
}
.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}
.nivo-controlNav {margin:0 auto ; text-align:center;}
.nivo-controlNav a {
    display:block;
    width:10px;
    height:10px;
    background:url(../img/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;

}
.nivo-controlNav a.active {background-position:-10px 0;}
.nivo-directionNav a{
    display:block;
    opacity:0;
    width:30px;
    height:30px;
    background:url(../img/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
}
a.nivo-nextNav {background-position: -30px 0;right:15px;}
a.nivo-prevNav {left:15px;}

.theme-default .nivoSlider {
    position:relative;
    background:#fff url(../img/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
}
.theme-default .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.theme-default .nivoSlider a {
    border:0;
    display:block;
}

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 0;
}
.theme-default .nivo-controlNav a {
    display:inline-block;
    width:22px;
    height:22px;
    background:url(../img/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin:0;
}
.theme-default .nivo-controlNav a.active {
    background-position:0 -22px;
    text-indent:-9999px;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
.theme-default a.nivo-prevNav {
    left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: auto;
    height: 40px;
    border: 3px solid #999;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled .active img {
    border: 3px solid #f99;
}

/*---------------------
左カラム
---------------------*/
#main .left img{
  margin: -1px -1px 10px -1px;
  border:1px solid #ddd;
}

/*---------------------
右カラム
---------------------*/
#sidebox img{
  margin: -1px -1px 10px -1px;
  border:1px solid #ddd;
}


 /*---------------------
フッター
---------------------*/
#footer{
    width:100%;
    background-color:#e2e2e2;
    clear:both;
    margin-top:30px;
}
.f_top,
.f_bottom{
    width:980px;
    margin:0 auto;
}
.f_top{
    display:block;
    height:90px;
    padding: 20px;
    background:url(../img/fotter_line.gif) repeat-x bottom left;
}
.f_top .logo{
    float:left;
}
.f-1{
    float:left;
    width: 310px;
    font-size:12px;
    padding: 0 20px;
}
.f-1 h4{
    font-size:16px;
    padding-bottom:5px;
}
.f-2{
    float:right;
    width:377px;
    padding:20px 0;
}
.f-2 img{
    float:left;
    padding-right:20px;
}
#footer .btn_bule a{
    padding: 10px 40px 8px 10px;
    background: url(../img/icon_yajirushi.png) no-repeat 8.9em 0.7em #27a6f3;
    border:0;
    font-size: 18px;
    margin-left:30px;
    text-decoration:none;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    line-height:30px;
    color:#fff;
    /*transition使用*/
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
#footer .btn_bule a:hover{
    background-color:#095a8c;
}
.f_bottom{
    clear:both;
    padding:20px;
}
.f_bottom ul{
    width:245px;
    float:left;
    font-size:12px;
}
.f_bottom ul li a{
    padding-left:18px;
    color:#666;
    text-decoration:none;
    background:url(../img/list_icon.png) no-repeat left center;
}
.f_bottom ul li a:hover{
    color:#27a6f3;
    text-decoration:underline;
    background:url(../img/list_icon.png) no-repeat 3px center;
}
address{
    clear:both;
    padding-top:30px;
    text-align:center;
    font-size: 0.8em;
    font-style: normal;
}
 /*---------------------
フォーム
---------------------*/

.required {
     color:#C30!important;
     font-size:16px;
}
input{
    margin:5px;
}
input[type=text], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
}

textarea{
height:auto;
line-height:1.5;
}

input[type=submit], input[type=reset], input[type=button]{
padding:3px 10px;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover{
cursor:pointer;
}
input.cursor{
  display:block;
  clear:both;
  margin:15px auto 5px;
  background:#999;
  padding:10px;
}
input.cursor[type=submit]:hover{
  background:#f69;
}

*:first-child + html input[type=submit]{padding:3px;}

.submit{
    text-align: center;
    margin: 20px 0;
}
 /*---------------------
テーブル
---------------------*/
table {
  width:100%;
  border-spacing: 0;
  font-size:12px;
  vertical-align: middle;
  margin: 40px 0;
}
table th {
  color: #484B6D;
  padding:5px 10px;
  background: #DFDFDF;
  border-right:1px solid #999;
  font-weight: bold;
  border-left:1px solid #999;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
}
.align_l th{
  text-align:left;
}
table tr td {
  padding: 5px 3px;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  text-align: center;
  vertical-align: middle;
  border-right:1px solid #999;
}
table tr td:last-child {
  border-right: 1px solid #999;
}
table tr {
  background: #fff;
}
table tr:nth-child(2n+1) {
  background: #F5F5F5;
}
.movie tr:nth-child(2n+1) {
  background: #fff;
}
table tr:hover {
  background: #febfea;
}
.movie tr:hover {
  background:none;
}
#joseikin tr:hover{
  background:#fff;
}
#joseikin tr:nth-child(2n+1):hover{
  background:#F5F5F5;
}
 /*---------------------
テーブル.pink
---------------------*/
.pink {
  width:100%;
  border-spacing: 0;
  font-size:12px;
  vertical-align: middle;
}
.pink th {
  color: #fff;
  padding: 3px 1px;
  background: #ff578e;
  background:-moz-linear-gradient(rgba(255,124,167,0.7), rgba(255,71,130,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(255,124,167,0.7)), to(rgba(255,71,130,0.9)));
  font-weight: bold;
  border-left:1px solid #f0004d;
  border-top:1px solid #f0004d;
  border-bottom:1px solid #f0004d;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    vertical-align: middle;
}
.pink th:last-child {
  border-right:1px solid #f0004d;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
.pink tr td {
  padding: 5px 3px;
  border-bottom: 1px solid #ff4681;
  border-left: 1px solid #ff4681;
  text-align: center;
  vertical-align: middle;
}
.pink tr td:last-child {
  border-right: 1px solid #ff4681;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.pink tr {
  background: #fff;
}
.pink tr:nth-child(2n+1) {
  background: #ffebff;
}
.pink tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

.pink tr:hover {
  background: #ffadff;
}
 /*---------------------
画像のロールオーバー
---------------------*/
a:hover img{
    opacity:0.5;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
#logo a:hover img{
    opacity:1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
 /*---------------------
toppage
---------------------*/
#main .top_search .left{
    width:314px;
    margin: 10px 0 10px 0;
    border-right: 1px #999 dotted;
    display:inline;
}
#main .top_search .right{
    width: 275px;
    padding: 10px;
}
#main .top_search .right a{
    display:block;
}
#main .top_search .right .kodawari_left{
    width:140px;
    float:left;
}
.top_search h4{
    color:#669900;
    padding-left: 29.8px;
    background: url(../img/title_icon.gif) no-repeat 0.9em 0.1em;
    font-size: 14px;
    margin:0 0 10px 0;
}
.top_search{
    line-height:2em;
    clear:both;
}
#home .movie{
    margin: 15px 0;
    text-align:center;
    border:none;
}
#home .movie a{
    color:#2793e6;
    font-weight: normal;
    font-size: 11px;
}
#home .movie td{
    margin-top:15px;
    text-align:center;
    border:none;
}
#home .align_r{
    margin: 10px 25px 20px 0;
}
h2.title{
    background:url(../img/title_bar.gif) no-repeat;
    width:610px;
    height:34px;
    color:#fff;
    font-size: 16px;
    line-height:34px;
    padding-left:15px;
    font-weight: normal;
}
#main .news{
    margin: 10px 10px 30px;
    font-size:12px;
}
#main .news a{
text-decoration:none;
}
#main .news a:hover{
text-decoration:underline;
}
#main .news .left{
    font-weight:bold;
    color:#2793e6;
    width:100px;
    float:left;
    clear:both;
}
#main .news .right{
    float:right;
    /* width:470px; */
    margin-bottom:10px;
    padding-left:15px;
}
.news_list{
    border-bottom:1px dotted #999;
    margin-bottom:15px;
}
#sidebox h4{
    text-indent:-9999px;
    display:block;
    background:url(../img/side_book_title.gif) no-repeat;
    width:200px;
    height:30px;
    margin: -5px 0 0 0;
}
.side_book{
    border:1px solid #cdcdcd;
    text-align:center;
    padding:15px 10px;
    margin-bottom: 10px;
}
.side_book a{
  margin-bottom:10px;
  display:block;
  margin-top:0;
}
#sidebox .side_book img{
  margin-bottom:0;
}

#home iframe{
    margin-top: 10px;
}
#home #rufous-sandbox iframe{
    margin-top:0;
}
 /*---------------------
search_detail
---------------------*/
.detail_title{
    background:url(../img/h2_bg.gif) repeat-x bottom left;
}
.detail_title .left{
    padding-bottom: 5px;
}
.detail_title .left img{
    margin:10px 0;
    max-height: 63px;
    width: auto;
}
.detail_title .text{
    font-size:26px;
    line-height:85px;
    float:left;
    display: inline;
    padding-left:10px;
}
.detail_title .right{
    padding: 6px 0px 0 0;
    display: inline;
}
#main2{
    float:right;
    margin-top:10px;
    width: 700px;
}
#main2 p{
  margin:0em 0 1em;
}
/*slider*/
#main2 .slider-wrapper{
    width:700px;
    margin-bottom:30px;
    background: #FFEDED;
    padding-bottom: 6px;
}
#main2 .nivoSlider {
    width:700px;
}
#main2 .nivo-main-image {
    width: 700px !important;
}
/* If an image is wrapped in a link */
#main2 .nivoSlider a.nivo-imageLink {
    width:700px;
}
.catch{
    border-left: 5px solid #ed7882;
    padding-left: 15px;
    font-size: 20px;
    margin-top: 20px;
}
.catch_small{
    border-left: 5px solid #ed7882;
    padding-left: 15px;
    font-size: 16px;
    margin-top: 20px;
}
.tab_menu{
    margin-top:20px;
    background:url(../img/tab_line.gif) repeat-x left bottom;
}
.tab_menu li{
    float:left;
}
.tab_menu li a,
.tab1{
    background: url(../img/csg-525f7b8848038.png) no-repeat top left;
    display:block;
    text-indent:-9999px;
    overflow:hidden;
    width:83px;
    height:41px;
}
.tab_menu .tab2{ background-position: 0 -182px; width: 83px; height: 41px; }
.tab_menu .tab2:hover{ background-position: 0 -273px; width: 83px; height: 41px; }
.tab_menu .tab3{ background-position: 0 -364px; width: 83px; height: 41px; }
.tab_menu .tab3:hover{ background-position: 0 -455px; width: 83px; height: 41px; }
.tab_menu .tab4{ background-position: 0 -546px; width: 83px; height: 41px; }
.tab_menu .tab4:hover{ background-position: 0 -637px; width: 83px; height: 41px; }
.tab_menu .tab5{ background-position: 0 -728px; width: 83px; height: 41px; }
.tab_menu .tab5:hover{ background-position: 0 -819px; width: 83px; height: 41px; }
.tab_menu .tab6{ background-position: 0 -910px; width: 83px; height: 41px; }
.tab_menu .tab6:hover{ background-position: 0 -1001px; width: 83px; height: 41px; }
.tab_menu .tab7{ background-position: 0 -1092px; width: 83px; height: 41px; }
.tab_menu .tab7:hover{ background-position: 0 -1183px; width: 83px; height: 41px; }
.incho{
    background-color:#fff7f7;
    border-left:5px solid #ed7882;
    padding:10px 10px 10px 15px;
    margin-top:10px;
}
h3{
    font-size: 18px;
}

h3.underline {
    text-decoration: underline;
}

hr{
    clear:both;
    padding: 20px 10px;

    height: 20px;
    border-color:#fff;
    border:none;
  color:#fff;
    background:url(../img/hr.gif) left center repeat-x;
}
.senmon,
.shokureki{
    margin-top:15px;
    width:315px;
}
div.orange.right.shokureki{
  border-left: dotted 2px #ffc790;
  padding-left: 25px;
}
.orange{
    background-color:#fff;
    border:none;
    padding:10px;
}
.orange h4{
    background:url(../img/maru.png) no-repeat left center;
    padding-left:23px;
    padding-top:4px;
    font-size:18px;
}
.orange li,
.orange_list li{
    background:url(../img/list_1.gif) no-repeat left 0.5em;
    padding-left:10px;
    line-height:1.5;
    margin-left:10px;
}
.point p:first-letter {
 font-size: 2.5em;
 line-height: 1em;
 margin: 0 2px 0 0;
 color:#F4709C;
 font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ヒラギノ明朝 Pro N","Hiragino Mincho Pro N","HGS明朝E","ＭＳ Ｐ明朝",serif;
 font-weight:normal;
 font-style: normal;
 font-variant: normal;
}
.point .align_r:first-letter,
.point .size_normal:first-letter{
 font-size: 1em;
 line-height: 1em;
 font-weight:normal;
 margin: 0 ;
 color:#666;
     font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mini_title{
    background:url(../img/title_bar.png) no-repeat;
    width:700px;
    height:56px;
    font-size:20px;
    font-weight:normal;
    line-height:56px;
    text-indent:25px;
    margin-bottom:20px;
}
.orange_title{
    background:url(../img/maru.png) no-repeat left center;
    padding-left:23px;
    padding-top:4px;
    font-size:18px;
    border-bottom:2px solid #ffb872;
    margin-bottom:10px;
    color: #666;
    line-height: 24px;
    padding: 4px 0 0 23px;
}
.shinryo_naiyo{
    width:250px;
    float:left;
}
.shinryo_jikan{
    width:430px;
    float:right;
}
.shinryo_jikan p{
  line-height:1.3em;
  padding-top:5px;
}
h5{
  font-size:1.1em;
  font-weight:normal;
  border-bottom: 1px solid #f4709c;
  margin-bottom: .5em;
}
table{
  margin:0;
}
.incho img.right{
  padding:0 10px;
}
.price{
  text-align:right;
  width:15em;
}
#access iframe{
  margin:10px;
}
 /*---------------------
search_detail sidebox
---------------------*/
#sidebox2{
  width:265px;
  float:left;
  margin-top:10px;
}
.memo{
  background:url(../img/memo.gif) no-repeat left bottom;
  padding-bottom:30px;
  margin-bottom:30px;
}
.memo_top{
   background:url(../img/sidebox_top.gif) no-repeat;
   padding:40px 15px 0;
}

#sidebox2 h4{
  color:#9d6c1e;
  font-size:16px;
  border-bottom:2px dotted #cfb381;
  margin-bottom:10px;
  padding:5px;
  margin:0 0 15px 0;
}
#sidebox2 h5{
  background-color:#ed7882;
  color:#fff;
  padding: 5px 8px 3px;
  font-size:16px;
  font-weight:normal;
  display:inline;
}
#sidebox2 p{
  margin:10px 0;
}
#sidebox2 p a{
  color:#9d6c1e;
}
#sidebox2 p a:hover{
  color:#27A6F3;
}
.banner img{
  padding-bottom: 10px;
}
.keyword a{
  font-size:14px;
  display:block;
  padding:8px 5px;
}
h4 span{
  padding-left:1em;
  color:#ed7882;
  font-size:13px;
}
.fureai a img{
  border-bottom:1px solid #cfb381;
  padding-bottom:10px;
}
.fureai :last-child img{
  border-bottom:none;
}
.info tr:hover{
  background:#ffc790;
}
.info tr,
.info td,
.info tr:nth-child(2n+1){
  background:none;
}
#kiji.info td{
  text-align:left;
  padding:10px;
  border-color:#ffc790;
  border-right:#ffc790 1px solid;
}
.info{
  margin:20px 0;
}
 /*---------------------
search_todohuken/search_tokyo
---------------------*/

/* リボン型の見出し */
.ribon{
  background:url(../img/title_bg.png) no-repeat left top;
  width:880px;
  height:62px;
  margin:20px auto 5px;
  line-height:52px;
  font-size:18px;
  font-weight:normal;
  color:#900030;
  padding:0 0 0 60px;
}


.todofuken,
.tokyo_map{
  border-top:none;
  padding: 10px 18px 20px;
  border-bottom:none;
}
.tokyo_map ul{
  width:941px;
  height:458px;
  background:url(../img/search/map_tokyo.jpg) no-repeat;
  position:relative;
}
.todofuken ul{
  width:941px;
  height:473px;
  background:url(../img/search/map.jpg) no-repeat;
  position:relative;
}
.hokkaido{position: absolute;top: 168px;left: 673px;}
.aomori{position: absolute;top: 191px;left: 648px;}
.miyagi{position: absolute;top: 214px;left: 648px;}
.yamagata{position: absolute;top: 237px;left: 648px;}
.iwate{position: absolute;top: 191px;left: 699px;}
.akita{position: absolute;top: 214px;left: 699px;}
.fukushima{position: absolute;top: 237px;left: 699px;}
.tokyo{position: absolute;top: 306px;left: 599px;}
.chiba{position: absolute;top: 329px;left: 599px;}
.ibaraki{position: absolute;top: 352px;left: 599px;}
.gunma{position: absolute;top: 375px;left: 599px;}
.kanagawa{position: absolute;top: 306px;left: 650px;}
.saitama{position: absolute;top: 329px;left: 650px;}
.tochigi{position: absolute;top: 352px;left: 650px;}
.aichi{position: absolute;top: 386px;left: 467px;}
.gifu{position: absolute;top: 409px;left: 467px;}
.shizuoka{position: absolute;top: 386px;left: 518px;}
.mie{position: absolute;top: 409px;left: 518px;}
.ehime{position: absolute;top: 401px;left: 330px;}
.kagawa{position: absolute;top: 401px;left: 381px;}
.kouchi{position: absolute;top: 424px;left: 330px;}
.tokushima{position: absolute;top: 424px;left: 381px;}
.okinawa{position: absolute;top: 392px;left: 102px;}
.hukuoka{position: absolute;top: 260px;left: 102px;}
.nagasaki{position: absolute;top: 283px;left: 102px;}
.ooita{position: absolute;top: 306px;left: 102px;}
.kagoshima{position: absolute;top: 329px;left: 102px;}
.saga{position: absolute;top: 260px;left: 153px;}
.kumamoto{position: absolute;top: 283px;left: 153px;}
.miyazaki{position: absolute;top: 306px;left: 153px;}
.okayama{position: absolute;top: 222px;left: 220px;}
.shimane{position: absolute;top: 245px;left: 220px;}
.yamaguchi{position: absolute;top: 268px;left: 220px;}
.hiroshima{position: absolute;top: 222px;left: 271px;}
.tottori{position: absolute;top: 245px;left: 271px;}
.oosaka{position: absolute;top: 202px;left: 338px;}
.kyoto{position: absolute;top: 225px;left: 338px;}
.nara{position: absolute;top: 248px;left: 338px;}
.hyogo{position: absolute;top: 202px;left: 389px;}
.shiga{position: absolute;top: 225px;left: 389px;}
.wakayama{position: absolute;top: 248px;left: 389px;}
.yamanashi{position: absolute;top: 134px;left: 453px;}
.niigata{position: absolute;top: 157px;left: 453px;}
.ishikawa{position: absolute;top: 180px;left: 453px;}
.nagano{position: absolute;top: 134px;left: 504px;}
.toyama{position: absolute;top: 157px;left: 504px;}
.fukui{position: absolute;top: 180px;left: 504px;}
.toubu{position: absolute;top: 69px;left: 789px;}
.seibu{position: absolute;top: 81px;left: 602px;}
.kugai{position: absolute;top: 55px;left: 356px;}
.america{position: absolute;top: 376px;left: 815px;}

.paper{
  position: relative;
  border:1px solid #ccc;
  background-color:#fff;
  -webkit-box-shadow: 0 10px 6px -8px #999;
     -moz-box-shadow: 0 10px 6px -8px #999;
          box-shadow: 0 10px 6px -8px #999;
    margin-top: 10px;
}
.minihp{
  margin-top:30px;
}
.minihp p{
  margin:15px;
}
.minihp kanto{

}
.search_left{
  width:46%;
  float:left;
  padding-left: 20px;
}
.search_right{
  width:46%;
  float:right;
  padding-right: 20px;
}


.kodawari_area p{
  padding-bottom:10px;
}
.list2 li{
    float:left;
}
.list2 li{
  display:block;
  color:#666;
  text-decoration:none;
  background-image:none;
  background-color: #ededed;
  padding: 3px 5px 3px 3px;
  margin:8px;
  line-height: 24px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    /*transition使用*/
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.list2 input{
  vertical-align: top;
}
.list2 li:hover{
    background-color: #ff8ab0;
    color:#fff;
}

.sonota_movie{
  text-align:center;
}
.info .book_img{
  width: 94px;
}
.info .book_setsumei{
  width: 270px;
}
.info tr{
  background-color:#FFE2C6;
}
.minihp h3 a{
  color:#666;
  font-size:16px;
}
.minihp h3 a:hover{
  color:#27a6f3;
  font-size:16px;
}
.minihp h3{
    margin:10px 10px;
}
.minihp li a,
.submenu a{
    color:#666;
    margin:3px 0 0 20px;
    padding-left:18px;
    background:url(../img/list_icon.png) no-repeat left center;
}
.minihp li a:hover,
.submenu a:hover{
    color:#27a6f3;
    padding-left:18px;
    background:url(../img/list_icon.png) no-repeat 3px center;
}
.minihp ul{
  margin-bottom:15px;
}
.kanto{
    padding: 6px 10px 3px 10px;
    font-size:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:25px;
    color:#fff;
    background-color:#f60971;
}
.tohoku{
    padding: 6px 10px 3px 10px;
    font-size:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:25px;
    color:#fff;
    background-color:#66bf47;
}
.chubu{
    padding: 6px 10px 3px 10px;
    font-size:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:25px;
    color:#fff;
    background-color:#f48400;
}
.tokai{
    padding: 6px 10px 3px 10px;
    font-size:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:25px;
    color:#fff;
    background-color:#00a0ec;
}
.shikoku{
    padding: 6px 10px 3px 10px;
    font-size:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:25px;
    color:#fff;
    background-color: #b063a9;
}
.kansai{
    padding: 6px 10px 3px 10px;
    font-size:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:25px;
    color:#fff;
    background-color:#013469;
}
.chugoku{
    padding: 6px 10px 3px 10px;
    font-size:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:25px;
    color:#fff;
    background-color:#e6000f;
}
.kyushu{
    padding: 6px 10px 3px 10px;
    font-size:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:25px;
    color:#fff;
    background-color:#0a7c25;
}
.kaigai{
    padding: 6px 10px 3px 10px;
    font-size:16px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:25px;
    color:#fff;
    background-color:#eeda00;
}
.kodawari_area{
  padding:15px;
}
.shisetsulist .paper p{
  padding:15px;
}
.shisetsulist .paper img{
  vertical-align:middle;
  margin: 0 5px;
}
.shisetsulist .paper ul{
  padding:15px;
}
.shisetsulist li{
  float:left;
}
.t_head th{
  padding:2px;
  text-align:center;
}
.address,
td.name{
  text-align:left;
}
.tel{
  width:90px;
}
table .last{
  border-right:1px solid #999;
}
.more{
  color:red;
  font-size:20px;
}
.ok{
  font-size:20px;
  color: #FAA973;
}
#table2 td{
  padding:2px 2px;
}
.search_list{
  margin-top:30px;
}
.search_list h2{
  border-bottom:5px solid #F6A5F3;
  font-size:20px;
}
.navi_area{
  margin:  20px 0 15px;
  text-align:center;
  position:relative;
  height:20px;
}
.navi_area p{
  position:absolute;
  margin: 0px 0 5px;
}
.navi_area .list_all{
  position:absolute;
  top:0;
  right:30px;
  font-size:16px;
}
.navi{
  display:inline;
}
.navi span{
margin-right:5px;
}
.navi a{
  background-position: 0% 0%;
  color: #323232;
  /* margin-right: 5px; */
    padding: 6px 8px;
    font-weight: bold;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  background-image: linear-gradient(#ffffff, #e6e6e6);
/*transition使用*/
    background-color: #e6e6e6;
  background-repeat: repeat;
  background-attachment: scroll;
}
.navi a:hover,
.navi span.current{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 8px;
  color: #fff;
  text-shadow: none;
  text-decoration: none;
  background: #ff6699;
  border-color: #ff6699;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* margin: 3px; */
}
.navi_area_last{
  margin-top:40px;
}
.search_list h3{
  background:url(../img/list_title.gif) no-repeat;
  height:37px;
  padding:3px 0 0 40px;
  line-height:40px;
  font-size:16px;
  font-weight:normal;
}
.search_list .title2{
  background:url(../img/list_title2.gif) no-repeat;
  padding-left:15px;
  height: 27px;
  line-height: 30px;
  font-size: 15px;
  color:#666;
  border-bottom: 1px solid #ddd;
}
.clinic{
  border:1px solid #ccc;
  border-top:none;
  padding:20px 15px;
  margin-bottom:20px;
}
.clinic img{
  float:left;
}
.clinic ul{
  width:525px;
  float:right;
}
.clinic ul li{
  float:left;
  width:133px;
  height:25px;
  padding:8px 0 2px 37px;
  text-align:left;
  background-color:#999;
  color: #181166;
  margin:0 5px 5px 0;
    /*transition使用*/
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
.clinic .jin_100{background: url(../img/search/hito.png) no-repeat 5px center #DAA8E9;}
.clinic .jin_101{background: url(../img/search/karada.png) no-repeat 5px center #62D58C;}
.clinic .jin_102{background: url(../img/search/ken.png) no-repeat 5px center #679CC4;}
.clinic .jin_103{background: url(../img/search/tou.png) no-repeat 5px center #97BED8;}
.clinic .jin_104{background: url(../img/search/otoko.png) no-repeat 5px center #957AAA;}
.clinic .jin_105{background: url(../img/search/ha-to.png) no-repeat 5px center #CA8484;}
.clinic .jin_106{background: url(../img/search/kan.png) no-repeat 5px center #FAC05C;}
.clinic .jin_107{background: url(../img/search/shoku.png) no-repeat 5px center #E7836A;}
.clinic .jin_108{background: url(../img/search/un.png) no-repeat 5px center #55A290;}
.clinic .jin_109{background: url(../img/search/onna.png) no-repeat 5px center #C75266;}
.clinic .jin_110{background: url(../img/search/fuku.png) no-repeat 5px center #BCC464;}
.clinic .jin_111{background: url(../img/search/ft.png) no-repeat 5px center #EEA36A;}
.clinic .jin_112{background: url(../img/search/fuiku.png) no-repeat 5px center #D874D8;}
.clinic .jin_113{background: url(../img/search/ben.png) no-repeat 5px center #DD4F4F;}
.clinic .jin_114{background: url(../img/search/jo.png) no-repeat 5px center #82DDB0;}
.clinic ul li.off{
  background-color:#999;
}
.clinic table{
  width:525px;
  float:right;
  margin-bottom:30px;
}
#wrapper .clinic2 table{
  width:400px;
  float:left;
  margin:0 0 30px;
}
.clinic table th{
  width:8em;
}
#wrapper .clinic2 ul{
  margin-bottom:20px;
}

.clinic table{
  margin-top:10px;
}
.memo .tel{
  font-size:20px;
  width:auto;
  font-weight:bold;
  color:#9D6C1E;
}
.clinic .clear{
  text-align:center;
}
.btn{
    padding: 10px 15px;
    background:#27a6f3;
    border:0;
    font-size:18px;
    text-decoration:none;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    line-height:30px;
    color:#fff;
    /*transition使用*/
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.btn:hover{
    background:#095a8c;
    color:#fff;
}
.fb-share-button{
  padding: 0px 0 10px 50px;
}
.banner{
  margin: 40px auto 0;
  width: 239px;
}

.incho-group{
  clear:both;
}
.hiyo{
  width:80%;
  margin:0 auto 20px;
}
.hiyo td{
  text-align:left;
  padding-left:3em;
}
.hiyo td + td,
.hiyo th + td{
  text-align:right;
  width: 12em;
}
.margin_1em{
  margin:1em 0;
}
.table_normal td{
  background:#fff;
}
.search_title,
.movie_title,
.news_title,
.study_title,
#container #main h1,
#container #main h2{
  height:41px;
  line-height:45px;
  padding-left:45px;
}
#container #main h1,
#container #main h2{
    background:url(../img/funin_title.gif) no-repeat left top;
    margin-bottom:15px;
}
#container #main .search_title,
#container #main .news_title,
#container #main .movie_title{
    background:url(../img/funin_title.gif) no-repeat left top;
    margin-bottom:15px;
    display:block;
    color:#666;
    font-weight:bold;
    margin-left:0;
    padding-left:45px;
}
#container #main .search_title{
  margin-bottom:5px;
  clear: both;
}
#container #main #consultation h2{
border-bottom: 1px dotted #2BB76B;
font-weight: normal;
font-size: 14px;
padding: 1px 2px;
margin: 1em 15px 10px 15px;
display: block;
background:none;
line-height: 15px;
height: 20px;
}
#container #main .check-area h3{
  font-weight:normal;
  font-size:14px;
  padding: 1px 2px;
  display: inline;
  margin:0 0 0 25px;
  clear: both;
}

#container #main .check-area h3{
  margin: 1em 12px 10px;
  display:block;
  padding-left:5px;
}
#container #main #consultation a{
  color:#666;
  display:block;
  margin:5px 5px 5px 30px;
}
#container #main #consultation h1 a,
#container #main #consultation_form h1 a{
  color: #707070;
  display:inline;
  margin:0;
  background:none;
  text-decoration:none;
  background: #EEE;
  border: 1px solid #DDD;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;

  color: #A17070;
  width: 100px;
  padding: 5px 10px;
    font-weight:normal;
    font-size:16px;
}
#container #main #consultation a:hover,
#container #main #consultation_form a:hover{
  color:#27A6F3;
}
#container #main .midashi{
  background:url(../img/daimidashi.gif) no-repeat left top;
  width:610px;
  height:100px;
  font-size:20px;
  line-height:100px;
  padding-left:80px;
  color:#f4709c;
}
#container #main #consultation .midashi{
  background:url(../img/consultation_title.gif) no-repeat left top;
}
#container #main h2{
  margin: 20px 0 15px;
}
#container #main .news_area h2,
#container #main .study_area h2{
  margin:0 0 15px;
}

.search_title{
    background:url(../img/search_title.gif) no-repeat left top;
}
.movie_title{
    clear:both;
    background:url(../img/movie_title.gif) no-repeat left top;
}
.study_title{
    background:url(../img/study_title.gif) no-repeat left top;
}
.news_title{
    background:url(../img/news_title.gif) no-repeat left top;
}
.search_title span,
.movie_title span,
.news_title span,
.study_title span{
  font-size:10px;
  color:#f4709c;
  margin-left:1em;
  padding-left:1em;
  border-left:1px solid #f4709c;
  font-weight:normal;
}
.news_area,
.study_area{
  width:49%;
  float:left;
  border:1px solid #eee;
  margin:0 0 15px;
}
.news_area .news,
.study_area .news{
  overflow-y: scroll;
  height:300px;
}
.news_area .news a,
.study_area .news a{
  color:#666;
}
.news_area .news a:hover,
.study_area .news a:hover{
  color:#27A6F3;
}
.study_area{
  float:right;
}
.company_table td,
.company_table th{
  padding:10px;
}
.company_table td{
  text-align:left;
}
.days{
  color:#2793E6;
  font-weight:bold;
}
/*追加　clinic詳細ページ追記　大野*/
#table2{
  width: 980px;
  margin:3em 0;
}
#hdtable2{
  width:980px!important;
}


/*追加　金城*/
div.pick{
  border:1px solid #CCC;
  background-color:#EEE;
  text-align:center;
  font-size:14px;
  padding-top:30px;
  padding-bottom:30px;
}
.komoku{
  padding:10px;
  background-color: #f8f8f8;
  margin: 1em;
}
.komoku li{
  float:left;
  width:33%;
  margin:3px 0;
  font-size:1.1em;
}
#main .right p{margin: 0.3em 1em 1em;font-size: 12px;}

p {}
#main img.right{
    width:auto;
    float:right;
}
.check-area h3{
  margin:1em;
  font-size:14px;
  font-weight:normal;
  border-bottom:1px dotted #ed1e79;
}
.point h4{
color: #F88CBC;
display:inline;
font-weight:normal;
margin-left:1em;
}

.point table{
 table-layout:fixed;
 width:590px;
 margin:0 auto;
}
.point table td{
  text-align:left;
}
.point table th{
  font-weight:normal;
}
.point table tr:hover{
  background:none;
}
.sum{
  width: 610px;
  margin-right: -35px;
  margin-top: 20px;
}

.sum .layout{
  border-top: 3px solid #D86579;
  background: url(../img/inx_bg.jpg) repeat-x left top;
  width: 270px;
  float: left;
  margin: 0px 15px 30px 15px;
}

.sum .layout dl{
  width: 270px;
  float: left;
}

.sum .layout dt{
  font-size: 14px;
  background: url(../img/arw_circle.gif) no-repeat left 3px;
  padding: 0px 0px 10px 16px;
  border-bottom: 1px dotted #A2A2A2;
  margin: 10px 0px 15px 2px;
}
.sum .layout dd{
  font-size:12px;
}
.sum .layout img{
  padding:0px 5px 5px 5px;
}
.sum .layout dt a{
  color:#333;
  text-decoration:none;
}

.sum .layout dt a:hover{
  text-decoration:underline;
}


.sum .layout dt .note{
  font-size: 69%;
}

.sum .layout p{
  width: 100px;
  float: right;
  margin: 15px 5px 0px 0px;
}
.point{
  clear:both;
}
#consultation a,
#wrapper #container .answer .q{
  padding-left:20px;
  display:block;
  background:url(../img/faq_q_small.png) no-repeat left 0.2em;
  line-height:18px;
  margin:0 1em 10px;
}
#consultation .align_r a{
  background:none;
  margin:0;
}
#consultation .soudan{
  text-align:center;
  margin-top: 25px;
}
#wrapper #main #consultation .soudan a,
#wrapper #main #causal .soudan a{
  background-image:none;
  background-color:#eee;
  padding:10px;
  margin:0 10px;
  display:block;
  text-align:center;
  text-decoration: none;
    /*transition使用*/
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
#wrapper #main #consultation .soudan a:hover,
#wrapper #main #causal .soudan a:hover{
  background-color:#5b9b92;
  color:#fff;
}
#wrapper #main #causal .soudan a{
  margin:20px 0;
}
#wrapper #container .answer .q{
  border-bottom:1px dotted #2BB76B;
  font-size: 16px;
  line-height: 22px;
  text-indent:18px;
  padding-left:0;
  color: #034603;
}
.answer p,
#consultation_form p{
  margin:0.3em 1em 1em;
}
.q_area{
  margin:15px;
  padding:10px;
  background-color: #F6FFFD;
}
#wrapper #container .answer .a{
  font-size: 16px;
  line-height: 22px;
  text-indent:18px;
  display:block;
  background:url(../img/faq_a_small.png) no-repeat left 0.2em;
  color: #2E1986;
  margin:0 1em 10px;
  border-bottom: 1px dotted #2B4CB7;
}
.a_area{
  margin:15px;
  padding:10px;
  background-color: #EEF5FF;
}
.h3Out{
  border: 1px solid #FFDBDB;
  margin: 20px 0 10px;
}

#wrapper #service h3{
  width: 564px;
  background: #D77D92 url(../img/h3_bg.gif) no-repeat left bottom;
  border: 2px solid #FFF0F0;
  padding:5px 0 5px 40px;
  font-size: 108%;
  color: #FFF;
  margin:0;
  clear: both;
    display:block;
}
.floatLeft{
  float:left;
  width:190px;
}
.floatLeft img{
  border:1px solid #eee;
  padding:5px;
}
img.border_none{
  border:none;
}
.floatRight{
  float:right;
  width:405px;
}
#service .align_c{
  margin-top:1em;
}
#service .btn{
  font-size:14px;
  padding:5px 10px;
  background-color: #666;
}
#service .btn:hover{
  background-color: #f4709c;
}
.attention{
  background-color: #FFC9C9;
  padding:10px;
}
#mailformpro table{
  margin: 0 auto;
  width: 100%;
}
#mailformpro table td{
  text-align:left;
}
#mailformpro table th{
  min-height: 20px;
}
#mailformpro strong{
  color: #4064D6;
  font-weight:normal;
}
#mailformpro input[type=text]{
  line-height:20px;
  height:20px;
}
.button input{
    padding: 5px 10px;
    background:url(../img/icon_yajirushi.png) no-repeat  9em 0.8em #27a6f3;
    border:0;
    font-size:18px;
    margin-left:30px;
    text-decoration:none;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    line-height:30px;
    color:#fff;
    /*transition使用*/
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.button input:hover{
  background-color:#095a8c;
}
.button{
  text-align:center;
}
.normal_table th{
  height:2em;
}
.normal_table td{
  text-align:left;
  padding-left:1em;
}
.small{
  font-size:85%;
  color: #D35D5D;
}
.privacy th{
  width:10em;
  font-weight:normal;
}
.privacy td{
  text-align:left;
  padding:5px 5px 5px 10px;
}
#main .link .left{
  width:47%;
  padding-left:1em;
}
#main .link .right{
  width:47%;
  padding-left:1em;
}
.waku{
  clear:both;
  padding-top:20px;
}
#main .link li{
  margin:1em 0;
}


#causal dt{
  color:#ed7882;
  margin:1em 0 0 10px;
}
#causal dd{
  margin:2px 10px 0px 10px;
}
.photo img{
  width:100%;
}
.img_right{
  float:right;
  width:40%;
  padding:5px;
}

.img_left{
  float:left;
  width:40%;
  padding:5px;
}
#joseikin td{
  width:33%;
  text-align:left;
  vertical-align:top;
}
#contents p{
  margin:0 10px;
}
.submenu{
  border:1px solid #ed7882;
  padding:10px;
  margin: 0 1.1em;
}
#sonota tr,
#sonota td,
#sonota th{
  background-color:#FFF;
  border:none;
}
h4{
  color:#ed7882;
  margin: 1em 0 8px 11px;
  padding:0;
  font-size: 1.1em;
  line-height: 1;
  font-weight: normal;
}

strong{
  color:#ed7882;
  margin:1em 0 0 10px;
}
.none{
  display:none;
}
.words td{
  width:50%;
  border:none;
}
.words tr:nth-child(2n+1){
  background:none;
}
.words tr{
  background:none;
}
.words tr:hover{
  background:none;
}
#acMenu dt{
    display:block;
    line-height:2;
    cursor:pointer;
    padding-left:18px;
    color:#666;
    text-decoration:none;
    background:url(../img/list_icon.png) no-repeat left center;
}
#acMenu{
  padding-left:1em;
}
#acMenu dt:hover{
    color:#27a6f3;
    text-decoration:underline;
    background:url(../img/list_icon.png) no-repeat 3px center;
}
#acMenu dd{
    background:#f2f2f2;
    line-height:1.6;
    display:none;
    padding:0.5em;
}
/* pc */
@media screen and (min-width: 961px) {
/*ここにpc用スタイルを記述*/
}

/* tablet  */
@media only screen and (min-width: 641px) and (max-width: 960px) {
/*ここにtablet用スタイルを記述*/
}

/* smartPhone */
@media screen and (max-width: 640px) {
}


}
#main .top_about ul.left,
#main .top_about ul.right,
#main .top_ranking ul.left,
#main .top_ranking ul.right{
  width:48%;
  padding-left:1%;
  padding-bottom:10px;
}
#main .top_about li a{
    background: url(../img/arw_circle.gif) no-repeat left 0.5em;
    text-decoration:none;
    padding-left:1.3em;
    line-height:2em;
    border-bottom:1px dotted #ddd;
    display:block;
}
#main .top_ranking ul{
  padding-left:0.5em;
}
#main .top_ranking li a{
    background: url(../img/arw_circle.gif) no-repeat left 0.5em;
    text-decoration:none;
    padding-left:1.3em;
    line-height:2em;
    border-bottom:1px dotted #ddd;
    display:block;
}
#main .top_ranking li a.ranking01,
#main .top_ranking li a.ranking02,
#main .top_ranking li a.ranking03,
#main .top_ranking li a.ranking04{
    background: url(../img/check-icon.png) no-repeat left 1em;
    text-decoration:none;
    padding: 1em 0 1em 1.8em;
    line-height:1.6;
    font-size: 14px;
    margin: 0;
    border-bottom: 1px dotted #d86579;
    display:block;
}
.news_area{
  clear:both;
}
#consultation h3{
  font-size: 16px!important;
  margin-left:20px;
  font-weight:normal;
}
.drug{
  padding:0 10px;
}
.drug h3{
  font-size:1.1em;
  border-bottom: 1px solid #F4709C;
  margin-bottom:0.5em;
}
.drug ul{
  margin-bottom:1em;
  padding-left:0.5em;
}
.drug ul li{
    padding:5px 0 5px 18px;
    color:#666;
    text-decoration:none;
    background:url(../img/list_icon.png) no-repeat left center;
}
.sozai{
  background-color: #FBEFD9;
  padding:1.5em 1em;
}
#container #main #causal .sozai h3{
  margin:0!important;
  font-size:16px;
  font-weight: bold;
  border:none;
  color: #549046;
}
#container #main #causal .sozai h3 span{
  font-size:18px;
  font-weight:bold;
  padding-left:0.5em;
  letter-spacing:1px;
}

#container #main #causal .sozai p{
  margin:0;
}
.sozai{
  position:relative;
  min-height:93px;
}
.sozai-img{
  border-radius:5px;
}
.heightLineParent .layout:nth-child(2n+1){
  clear:both;
}
.heightLineParent .layout img{
  max-width:100px;
  height:auto;
}
.date{
  margin-top: 0.5em;
  display: block;
  text-align: right;
}

#container #main #causal .recipes-area p{
  margin:1em 0;
}
.recipes-row{
  height: 1.7em;
  position:relative;
  text-align:right;
  width:64%;
  background:url(../img/ten.png) repeat-x left 0.7em;
  font-size:12px;
}
.recipes-row dt{
  position:absolute;
  top:0;
  left:0;
  padding-right:.5em;
  margin:0!important;
  background-color:#fff;
  color:#666!important;
}
.recipes-row dd{
  text-align:right;
  margin:0!important;
  z-index:-1000;
  background-color:#fff;
  display:inline;
}
.recipes-area img{
  padding:0 0 15px 15px;
  position:relative;
  z-index:100;
  width:33%;
}
#sidebox iframe{
  border:1px solid #ddd!important;
  width:100%!important;
  border-radius:3px;
}
.clinic-area{
  margin-top: .5em;
}
.clinic-area table{
  margin:1em 2%;
  width:46%;
  float:left;
  border-right:none;
}
.clinic-area table tr:hover{
  background:#fff;
}
.clinic-area table tr{
  background:#fff;
}
.clinic-area table td{
  text-align:left;
}
.clinic-area table .clinic-img{
  width:30%;
  text-align:center;
}
.clinic-area table .clinic-text{
  width:70%;
}
.clinic-area table .i-wish-img{
  width:30%;
  text-align:center;
}
.clinic-area table .i-wish-text{
  width:70%;
}
.clinic-area table .i-wish-img img,
.clinic-area table .clinic-img img{
  width:85px;
  height:auto;
}
.clinic-area table,
.clinic-area table th,
.clinic-area table td{
  border:none!important;
}

.check-area h3{
  border: none;
  text-align: center;
}
.check-area a{
  width:200px;
  height:40px;
}
.check-area a img{
  width:200px;
  height:40px;
}


.img-oblong{
  width:100%;
  height:auto;
  margin:.5em 0;
}
.copy{
  font-weight:bold;
  color: #f60971;
  font-size:1.5em;
}
.male .copy{
  color: #00a0ec;
}
.couple .copy{
  color: #ff9f4b;
}
#consultation .check-area{
  wiith:100%;
  margin:0 15px;
  text-align:center;
}
#consultation .check-area a{
  margin:0!important;
  padding:0;
  background:none!important;
  display:inline!important;
}
#consultation .check-area a img{
  width:32%;
  margin-right:.5%;
}
#consultation .check-area a:last-child{
  margin-right:0;
}
.right-img{
  float:right;
  width:45%;
  height:auto;  
}
.table01 th{
  min-width:9em;  
}
.table01 td{
  text-align:left;  
  padding:10px;
}
.table01 tr:hover{
  background:none;
}
.table01 tr:nth-child(2n+1){
  background:#F5F5F5;
}
.banner_area_02 .study_title{
  margin-bottom:10px;
}
.oshiete_sp{
  margin-bottom:1em;
  display:inline-block;
  border:1px solid #eee;
}
.sns{
  vertical-align:top;
  text-align: right;
}
.check-area h4{
  font-weight:bold;
}
.check-area h4{
  font-weight:bold;
}
#main .right .check-area-content  p{
  margin: 0.3em 1em 1em;
  font-size: 16px;
  line-height: 1.7;
}
#container #main .check-area-content h3.check{
  padding:.5em 0 .5em 65px;
  background:url(../img/check_icon.gif) no-repeat 0.5em 0.8em #ffeed5;
}
#container #main .check-area-content h3{
  text-align:left;
  background-color:#f6d2d5;
  padding:.5em 0 .5em 10px;
  font-weight:normal;
  font-size:16px;
  margin:0 .9em;
}
#container #main .check-area-content h4{
  font-weight:normal;
  font-size:16px;
  margin: 1em .9em 8px;
}
.ranshi .fotorama{
  background-color:#ffebac;
  padding:10px!important;
}
.ranshi .fotorama__wrap{
  margin:0 auto 10px!important ;
}
.ranshi img{
  margin:0 auto 10px;
}
.sp-one-column{
  font-size:1em;
}
.sp-one-column tr:nth-child(2n+1){
  background:#fff;
}
.sp-one-column tr:hover{
  background-color:#fff;
}
.sp-one-column th{
  background-color:#eee;
  padding:10px;
}
.sp-one-column td{
  text-align:left;
  padding:10px;
}
.x-large{
  font-size:1.4em!important;
}
table.words th,
table.words td{
  text-align:left;
  border:none!important;
}
table.words{
  width:556px;
  border:none;
  margin:0 auto;
}
.joseikin-area{
  padding:1em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  margin:0;
}
.joseikin-box {
  padding: .5em;
  margin:1em 0;
  width: 47%;
  border-right:1px solid #ddd;
}
.joseikin-box:nth-child(even){
  border:none;  
}
.joseikin-box .pref{
  font-weight:bold;
  font-size:1.1em;
  line-height:1.7;
}
#container #main .check-area-content .joseikin-box h4{
  margin:0;
  padding:0;
  line-height:1.7;
}
.joseikin-box .tel{
  width:auto;
  line-height:1.7;
}
.recipes .recipes-area,
.recipes .recipes-photo{
  padding:0 10px;
}
.recipes .recipes-area{
  max-width:500px;
  margin:2em auto;
}
.recipes .recipes-area h4{
  font-size:1.2em;
  margin:1em 0 .5em;
}
.recipes div.recipes-row{
  width:100%;
  line-height:2em;
  font-size:1.1em;
}
.recipes div.recipes-row div.recipes-name{
  position:absolute;
  top:0;
  left:0;
  padding-right:.5em;
  margin:0!important;
  background-color:#fff;
  color:#666!important;
}
.recipes div.recipes-row div.recipes-bunryo{
  text-align:right;
  margin:0!important;
  z-index:-1000;
  background-color:#fff;
  display:inline;
  padding-left:.5em;
}
.recipes .make-area{
  padding:0 10px;
  line-height:1.7em;
  font-size:1.1em;
}
.recipes .make-area h3{
  text-align:left;
  background-color:#f6d2d5;
  padding:.5em 0 .5em 10px;
  font-weight:normal;
  font-size:16px;
  margin:1em 0 .5em;
}
.recipes .sozai{
  margin:1em 10px;
  line-height:1.7;
}
#main .right .recipes .sozai p{
  font-size:1em;
}
.print-btn{
  clear:both;
  padding:2em 0;
  text-align:center;
}
.print-btn a{
    padding: 10px 13px 8px 40px;
    background: url(../img/print-icon.png) no-repeat 10px 10px #27a6f3;
    border:0;
    font-size: 18px;
    margin-left:30px;
    text-decoration:none;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    line-height:30px;
    color:#fff;
    /*transition使用*/
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.print-btn a:hover{
    background-color:#095a8c;
}