@charset "utf-8";

/* ------------------------------------------------------------------------ デフォルト */

* {
  margin: 0;
  padding: 0;
  font-size: 12px;
  _font-size: 11px;
  line-height: 1.5;
  font-family: Verdana, Arial, sans-serif;
}
*:first-child+html * { font-size: 11px; } /* IE7 */
html>body * { font-size: 12px; } /* Firefox */

html { width: 100%; height: 100%; overflow-y: scroll; }
body {
  width: 100%;
  height: 100%;
  background: #fff;
}

small { font-size: 75%; font-style: normal; }
b { font-size: 115%; font-weight: bold; font-style: normal; }
em { font-size: 75%; font-weight: normal; font-style: normal; }
strong { font-size: 110%; }

a { outline: hidden; _cursor: pointer; }
a:link { color: #3499CF; text-decoration: underline; }
a:visited { color: #3499CF; text-decoration: underline; }
a:hover { color: #FE9900; text-decoration: none; }
a:active { color: #FE9900; text-decoration: none; }

img { border: none; vertical-align: bottom; }

table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

fieldset { border: none; }
input.text, select, textarea {
  padding: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

button { cursor: pointer; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* wrapper */
#wrapper {
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  padding: 0px 0px 15px 0;
  width: 950px;
}

#wrapper a { overflow: hidden; _cursor: pointer; }



/* ------------------------------------------------------------------------------------ header */

#header {
  position: relative;
  display: block;
  margin: 0 0 0px 0;
  padding: 0px 0 0px 0;
  width: 950px;
}

/* ------------------------ タイトル */
#title {
  position: relative;
  display: inline;
  margin: 0 0 0px 0;
  padding: 0px 0 0px 0;
  width: 480px;
  float: left;
}

#title h1 {
  display: block;
  margin: 0px 0 30px 0px;
  padding: 8px 0 0px 0;
  font-weight: normal;
  width: 480px;
}

#title a#logo {
  display: block;
  margin: 0px 0 12px 0px;
  padding: 0px 0 0px 0;
  text-indent: -9999em;
  width: 480px;
  height: 24px;
  background: url(/images/common/header_h1.gif) 0 0 no-repeat;
}

/* ------------------------ イントロ */
#intro {
  position: relative;
  display: inline;
  margin: 0 0 0px 0;
  padding: 0px 0 0px 0;
  width: 441px;
  float: right;
}

/* ガイド */
#intro ul.guide {
  display: block;
  margin: 5px 0px 0px 0px;
  padding: 0px 0 0 0;
  list-style: none;
  width: 441px;
  height: 30px;
}

#intro ul.guide li {
  display: inline;
  list-style: none;
  float: left;
}

#intro ul.guide a {
  display: block;
  margin: 0 0px 0 0px;
  padding: 0px 0 0 0px;
  text-indent: -9999em;
  height: 30px;
}
#intro ul.guide a.first { width: 142px; background: url(/images/common/header_guide_bg.gif) 0 0 no-repeat; }
#intro ul.guide a.examination { width: 107px; background: url(/images/common/header_guide_bg.gif) -142px 0 no-repeat; }
#intro ul.guide a.history { width: 86px; background: url(/images/common/header_guide_bg.gif) -249px 0 no-repeat; }
#intro ul.guide a.get { width: 106px; background: url(/images/common/header_guide_bg.gif) -345px 0 no-repeat; }

#intro ul.guide a.first:hover { width: 142px; background: url(/images/common/header_guide_bg.gif) 0 -30px no-repeat; }
#intro ul.guide a.examination:hover { width: 107px; background: url(/images/common/header_guide_bg.gif) -142px -30px no-repeat; }
#intro ul.guide a.history:hover { width: 86px; background: url(/images/common/header_guide_bg.gif) -249px -30px no-repeat; }
#intro ul.guide a.get:hover { width: 106px; background: url(/images/common/header_guide_bg.gif) -345px -30px no-repeat; }

#intro span {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
}

/* 仕事情報数 */
#intro span.num {
  top: 50px;
  right: 270px;
  font-weight: bold;
  line-height: 1.0;
  _line-height: 1.2;
}
#intro span.num strong {
  color: #CB3366;
  font-size: 150%;
  font-weight: normal;
  line-height: 1.0;
}

/* 更新日 */
#intro span.renewal {
  top: 67px;
  right: 185px;
  font-size: 80%;
}

/* バナー */
#intro a.fullTime {
  position: absolute;
  top: 41px;
  right: 0px;
  display: block;
  text-indent: -9999em;
  width: 170px;
  height: 43px;
  background: url(/images/common/header_a_fulltime.gif) 0 0 no-repeat;
}
#intro a.fullTime:hover { background: url(/images/common/header_a_fulltime.gif) 0 -43px no-repeat; }

/* エリアナビ */
#header dl {
  position: relative;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0 0 0;
  width: 950px;
  height: 42px;
  clear: both;
}

#header dl dt {
  display: inline;
  margin: 0px 0px 0px 0px;
  padding: 0px 0 0 0;
  text-indent: -9999em;
  width: 114px;
  height: 42px;
  background: url(/images/common/header_nav_bg.gif) 0 0 no-repeat;
  float: left;
}

#header dl dd {
  display: inline;
  margin: 0px 0px 0px 0px;
  padding: 0px 0 0 0;
  width: 836px;
  height: 42px;
  float: right;
}

#header dl dd ul {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0 0 0;
  list-style: none;
  width: 836px;
}

#header dl dd ul li {
  display: inline;
  list-style: none;
  float: left;
}

#header dl dd ul a {
  display: block;
  text-indent: -9999em;
  height: 42px;
}
/* layouts/doctor.html.erb で動的に出力 */
/* #header dl dd ul a.kanto    { width: 105px; background: url(/images/common/header_nav_bg.gif) -114px 0 no-repeat; } */
/* #header dl dd ul a.kansai   { width: 103px; background: url(/images/common/header_nav_bg.gif) -219px 0 no-repeat; } */
/* #header dl dd ul a.tokai    { width: 103px; background: url(/images/common/header_nav_bg.gif) -320px 0 no-repeat; } */
/* #header dl dd ul a.hokkaido { width: 105px; background: url(/images/common/header_nav_bg.gif) -425px 0 no-repeat; } */
/* #header dl dd ul a.hokuriku { width: 105px; background: url(/images/common/header_nav_bg.gif) -530px 0 no-repeat; } */
/* #header dl dd ul a.shikoku  { width: 105px; background: url(/images/common/header_nav_bg.gif) -635px 0 no-repeat; } */
/* #header dl dd ul a.kyusyu   { width: 105px; background: url(/images/common/header_nav_bg.gif) -740px 0 no-repeat; } */
/* #header dl dd ul a.oversea  { width: 105px; background: url(/images/common/header_nav_bg.gif) -845px 0 no-repeat; } */

#header dl dd ul a.kantou:hover            { width: 105px; background: url(/images/common/header_nav_bg.gif) -114px -42px no-repeat; }
#header dl dd ul a.kansai:hover            { width: 103px; background: url(/images/common/header_nav_bg.gif) -219px -42px no-repeat; }
#header dl dd ul a.toukai:hover            { width: 103px; background: url(/images/common/header_nav_bg.gif) -320px -42px no-repeat; }
#header dl dd ul a.hokkaidou_touhoku:hover { width: 105px; background: url(/images/common/header_nav_bg.gif) -425px -42px no-repeat; }
#header dl dd ul a.shinetsu_hokuriku:hover { width: 105px; background: url(/images/common/header_nav_bg.gif) -530px -42px no-repeat; }
#header dl dd ul a.chugoku_shikoku:hover   { width: 105px; background: url(/images/common/header_nav_bg.gif) -635px -42px no-repeat; }
#header dl dd ul a.kyusyu_okinawa:hover    { width: 105px; background: url(/images/common/header_nav_bg.gif) -740px -42px no-repeat; }
#header dl dd ul a.oversea:hover           { width: 105px; background: url(/images/common/header_nav_bg.gif) -845px -42px no-repeat; }


/* ------------------------------------------------------------------------------------ container */

#container {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  padding: 25px 0 0px 0;
  width: 950px;
  background: url(/images/common/container_bg.gif) 0 0 no-repeat;
  clear: both;
}



/* ---------------------------------------------- contents */

#contents {
  position: relative;
  display: inline;
  margin: 0 0 0px 0px;
  padding: 0px 0 0px 0px;
  width: 690px;
  float: left;
}

#contents #pankuzu {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  padding: 0px 0 0px 0;
  width: 690px;
}

#contents h2 {
  margin: 0 0 0px 0;
  text-indent: -9999em;
  width: 690px;
  height: 36px;
}

#contents .section {
  position: relative;
  display: block;
  width: 690px;
}

/* ---------------------------------------------- sidebar */

#sidebar {
  position: relative;
  display: inline;
  margin: 0 0px 0px 0px;
  padding: 0 0 0px 0;
  width: 240px;
  float: right;
}

/* ------------------------ ログイン */
#login {
  position: relative;
  display: block;
  margin: 0 0 15px 0px;
  padding: 0px 0 0px 0;
  width: 240px;
  background: url(/images/common/sidebar_login_middle.gif) 0 0 repeat-y;
}

#login ul {
  display: block;
  margin: 0 0 0px 0px;
  list-style: none;
  width: 240px;
  height: 40px;
}

#login ul li {
  display: inline;
  list-style: none;
  float: left;
}

#login ul a {
  display: block;
  margin: 0 0 0px 0px;
  text-indent: -9999em;
  width: 120px;
  height: 40px;
}
#login ul a.doctor_focus { background: url(/images/common/sidebar_login_tab_bg.gif) 0 0 no-repeat; }
#login ul a.doctor_grayout { background: url(/images/common/sidebar_login_tab_bg.gif) 0 -40px no-repeat; }

#login ul a.hospital_grayout { background: url(/images/common/sidebar_login_tab_bg.gif) -120px 0 no-repeat; }
#login ul a.hospital_focus { background: url(/images/common/sidebar_login_tab_bg.gif) -120px -40px no-repeat; }

#login ul a.doctor_grayout:hover { background: url(/images/common/sidebar_login_tab_bg.gif) 0px 0px no-repeat; }
#login ul a.hospital_grayout:hover { background: url(/images/common/sidebar_login_tab_bg.gif) -120px -40px no-repeat; }

#login .login_error {
  color:red;
  margin: 0 0 10px 0px;
  padding: 0px 0 0px 0;
  width: 240px;
  text-indent:3em;
}

/* ドクター */
#doctor, #hospital {
  position: relative;
  display: block;
  padding: 0px 0 5px 0;
  width: 240px;
  background: url(/images/common/sidebar_login_bottom.gif) left bottom no-repeat;
}

#login form {
  display: block;
  margin: 0 0 0 5px;
  padding: 10px 0 0px 0;
  width: 230px;
  background: #fff;
}

#login form table {
  display: block;
  margin: 0 0 0px 15px;
  width: 215px;
}

#login form table th {
  padding: 0 0 10px 0px;
  text-align: left;
  width: 80px;
}

#login form table td {
  padding: 0 0 10px 0px;
  width: 135px;
}

#login form table td input.text { width: 120px; }

#login form button {
  display: block;
  margin: 0 auto 5px auto;
  padding: 0 0 0px 0px;
  text-indent: -9999em;
  width: 111px;
  height: 28px;
  border: none;
  background: none;
  background: url(/images/common/sidebar_login_bt.gif) 0 0 no-repeat;
}
#login form button.to_mypage {
  background: url(/images/common/to_mypage.jpg) 0 0 no-repeat;
}
#login form button.to_hospital {
  background: url(/images/common/to_hospital.jpg) 0 0 no-repeat;
}

/* 病院 */


/* ------------------------ ドクター登録 */
#toDoctor {
  position: relative;
  display: block;
  margin: 0 0 10px 0px;
  padding: 0px 0 0px 0;
  width: 240px;
  background: url(/images/common/sidebar_doctor_middle.gif) 0 0 repeat-y;
}

#sidebar dl {
  position: relative;
  display: block;
  margin: 0 0 0px 0px;
  padding: 0px 0 5px 0;
  width: 240px;
}
#toDoctor dl { background: url(/images/common/sidebar_doctor_bottom.gif) left bottom no-repeat; }

#sidebar dl dt {
  display: block;
  text-indent: -9999em;
  width: 240px;
  height: 39px;
}
#toDoctor dl dt.part {
  height: 39px;
  background: url(/images/common/sidebar_doctor_dt_part.gif) 0 0 no-repeat;
}
#toDoctor dl dt.mail {
  margin: 5px 0 0px 0px;
  height: 34px;
  background: url(/images/common/sidebar_doctor_dt_mail.gif) 0 0 no-repeat;
}

#sidebar dl dd {
  display: block;
  margin: 0 0 0px 5px;
  padding: 0px 0 0px 0;
  width: 230px;
  background: #fff;
}

#sidebar dl dd ul {
  display: block;
  list-style: none;
  width: 230px;
}

#toDoctor dl dd ul li { list-style: none; }

#sidebar dl dd ul a {
  display: block;
  text-indent: -9999em;
  width: 230px;
}
#toDoctor dl dd ul a.point01 { height: 22px; background: url(/images/common/sidebar_doctor_part_ul_bg.gif) 0 0 no-repeat; }
#toDoctor dl dd ul a.point02 { height: 22px; background: url(/images/common/sidebar_doctor_part_ul_bg.gif) 0 -22px no-repeat; }
#toDoctor dl dd ul a.point03 { height: 33px; background: url(/images/common/sidebar_doctor_part_ul_bg.gif) 0 -44px no-repeat; }

#toDoctor dl dd ul a.point01:hover { height: 22px; background: url(/images/common/sidebar_doctor_part_ul_bg.gif) -230px 0 no-repeat; }
#toDoctor dl dd ul a.point02:hover { height: 22px; background: url(/images/common/sidebar_doctor_part_ul_bg.gif) -230px -22px no-repeat; }
#toDoctor dl dd ul a.point03:hover { height: 33px; background: url(/images/common/sidebar_doctor_part_ul_bg.gif) -230px -44px no-repeat; }

#sidebar dl dd span {
  display: block;
  padding: 6px 0 0 0;
  width: 230px;
  height: 43px;
  background: url(/images/common/sidebar_doctor_part_span.gif) 0 0 no-repeat;
}

#toDoctor dl dd a.registration {
  display: block;
  margin: 0px auto 0 auto;
  text-indent: -9999em;
  width: 147px;
  height: 34px;
  background: url(/images/common/sidebar_doctor_part_bt.gif) 0 0 no-repeat;
}
#toDoctor dl dd a.registration:hover { background: url(/images/common/sidebar_doctor_part_bt.gif) 0 -34px no-repeat; }

#sidebar dl dd p {
  display: block;
  margin: 0px 0 5px 15px;
  padding: 8px 0 0 0;
  width: 200px;
}

#toDoctor dl dd a.detail {
  display: block;
  margin: 0px auto 0 auto;
  padding: 0px 0 8px 0;
  text-indent: -9999em;
  width: 210px;
  height: 60px;
  background: url(/images/common/sidebar_doctor_mail_bt.gif) 0 0 no-repeat;
}

/* ------------------------ 病医院登録 */
#toHospital {
  position: relative;
  display: block;
  margin: 0 0 10px 0px;
  padding: 0px 0 0px 0;
  width: 240px;
  background: url(/images/common/sidebar_hospital_middle.gif) 0 0 repeat-y;
}

#toHospital dl { background: url(/images/common/sidebar_hospital_bottom.gif) left bottom no-repeat; }

#toHospital dl dt {
  height: 39px;
  background: url(/images/common/sidebar_hospital_dt.gif) 0 0 no-repeat;
}

#toHospital dl dd ul a.point01 { height: 36px; background: url(/images/common/sidebar_hospital_ul_bg.gif) 0 0 no-repeat; }
#toHospital dl dd ul a.point02 { height: 20px; background: url(/images/common/sidebar_hospital_ul_bg.gif) 0 -36px no-repeat; }

#toHospital dl dd ul a.point01:hover { height: 36px; background: url(/images/common/sidebar_hospital_ul_bg.gif) -230px 0 no-repeat; }
#toHospital dl dd ul a.point02:hover { height: 20px; background: url(/images/common/sidebar_hospital_ul_bg.gif) -230px -36px no-repeat; }

#toHospital dl dd a.registration {
  display: block;
  margin: 0px auto 0 auto;
  text-indent: -9999em;
  width: 169px;
  height: 36px;
  background: url(/images/common/sidebar_hospital_bt.gif) 0 0 no-repeat;
}
#toHospital dl dd a.registration:hover { background: url(/images/common/sidebar_hospital_bt.gif) 0 -36px no-repeat; }

/* ------------------------ ケータイ版 */
#mobile {
  position: relative;
  display: block;
  margin: 0 0 10px 0px;
  padding: 0px 0 0px 0;
  width: 240px;
  background: url(/images/common/sidebar_mobile_middle.gif) 0 0 repeat-y;
}

#mobile dl { background: url(/images/common/sidebar_mobile_bottom.gif) left bottom no-repeat; }

#mobile dl dt {
  height: 39px;
  background: url(/images/common/sidebar_mobile_dt.gif) 0 0 no-repeat;
}

#mobile dl dd ul {
  margin: 0px 0 0 15px;
  padding: 10px 0 0 10px;
  list-style: disc;
  width: 205px;
}
#mobile dl dd ul li {
  list-style: disc;
  clear: both;
}
#mobile dl dd ul li img {
  display: inline;
  margin: 0px 10px 10px 0px;
  float: right;
}

#mobile dl dd form input.text { width: 150px; }

#mobile dl dd form button {
  display: block;
  margin: 5px 9px 5px 0px;
  padding: 2px;
  text-align: center;
  float: right;
}

#mobile dl dd a.banner {
  display: block;
  margin: 0px auto 0px auto;
  padding: 0 0 7px 0;
  text-indent: -9999em;
  width: 210px;
  height: 60px;
  background: url(/images/common/sidebar_mobile_bt.gif) 0 0 no-repeat;
  clear: both;
}

/* ------------------------ ガイド */
#sidebar ul#guide {
  position: relative;
  display: block;
  margin: 0 0 10px 0px;
  padding: 0px 0 0px 0;
  list-style: none;
  width: 240px;
}

#sidebar ul#guide li { list-style: none; }

#sidebar ul#guide a,
#sidebar ul#guide span {
  position: relative;
  display: block;
  margin: 0 0 5px 0;
  text-indent: -9999em;
  width: 240px;
  height: 34px;
}
#sidebar ul#guide a.privacy { background: url(/images/common/sidebar_guide_ul_bg.gif) 0 0 no-repeat; }
#sidebar ul#guide a.rule { background: url(/images/common/sidebar_guide_ul_bg.gif) 0 -34px no-repeat; }
#sidebar ul#guide a.about { background: url(/images/common/sidebar_guide_ul_bg.gif) 0 -68px no-repeat; }
#sidebar ul#guide span.access { background: url(/images/common/sidebar_guide_ul_bg.gif) 0 -102px no-repeat; }
#sidebar ul#guide span.access a {
  position: absolute;
  top: 0px;
  display: block;
  margin: 0;
  width: 71px;
  height: 34px;
}
#sidebar ul#guide span.access a.tokyo { right: 71px; }
#sidebar ul#guide span.access a.osaka { right: 0px; }



/* -------------------------------------------------------------------------------------- footer */

#footer {
  position: relative;
  margin: 0 0 0px 0;
  padding: 20px 0px 0px 0px;
  width: 950px;
  clear: both;
}

#footer a.pagetop {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  padding: 0px 0px 0px 10px;
  font-size: 85%;
  background: url(/images/common/icon_arrow_up.gif) 0 3px no-repeat;
}

#navFooter {
  position: relative;
  margin: 0 0 5px 0;
  padding: 15px 0px 15px 15px;
  width: 935px;
  background: url(/images/common/footer_navfooter_bg.gif) 0 0 no-repeat;
  clear: both;
}

#navFooter p.support {
  display: inline;
  margin: 0 40px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 310px;
  float: left;
}
#navFooter p.contents {
  display: inline;
  margin: 0 40px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 210px;
  float: left;
}
#navFooter p.about {
  margin-right: 10px;
  width: 310px;
  float: right;
}
#navFooter p a { font-size: 85%; }

#navFooter p strong {
  display: block;
  margin: 0 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  width: 200px;
  background: url(/images/common/icon_arrow_down.gif) 0 8px no-repeat;
}

address {
  display: block;
  margin: 0 0 0px 0;
  padding: 0px 0 5px 0px;
  font-size: 85%;
  font-style: normal;
  text-align: right;
  line-height: 1.2;
  width: 950px;
}

/* -------------------------------------------------------------------------------------- message */
div#error_message {
  width:688px;
  border:1px solid red;
  padding-top:10px;
  padding-bottom:10px;
  margin-bottom:10px;
  background:#fcc;
  line-height:30px;
  text-indent:10px;
}
div#notice_message {
  width:688px;
  border:1px solid green;
  padding-top:10px;
  padding-bottom:10px;
  margin-bottom:10px;
  background:#E1FFD2;
  line-height:30px;
  text-indent:10px;
}

/* ------------ 下部バナー */
#contents ul#banner {
  position: relative;
  display: block;
  list-style: none;
  width: 690px;
}

ul#banner li {
  display: inline;
  list-style: none;
}
ul#banner li.banner01 { float: left; }
ul#banner li.banner02 { float: right; }

ul#banner li.banner01 a { width: 340px; height:110px }
ul#banner li.banner02 a { width: 340px; height:110px }
