@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		application.scss
Note:			医療関係者向けページ 入会申し込み


New Creation:	2012/11/14 13:16:17.
Last Change:	2013/02/01 12:58:06.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
8.	sub
9.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

fieldset {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

body {
  min-width: 900px;
  background: url(../img/header_bg1.gif) left top repeat-x #e2e4e4;
  -webkit-text-size-adjust: none;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  margin: 0 auto;
  min-height: 100%;
  width: 100%;
}

* html #container {
  height: 100%;
}

body > #container {
  height: auto;
}

#container > .title {
  position: relative;
  height: 210px;
  overflow: hidden;
  background: #000;
  text-align: center;
}

#container > .title img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -625px;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.nav {
  margin: 0 auto;
  width: 900px;
}

.nav ul {
  margin: 0 auto;
  width: 900px;
}

.nav ul:before, .nav ul:after {
  content: "";
  display: table;
}

.nav ul:after {
  clear: both;
}

* html .nav ul {
  zoom: 1;
}

* + html .nav ul {
  zoom: 1;
}

.nav ul li {
  float: left;
}

.nav ul li a {
  display: block;
}

.nav#gnavi ul li.active, .nav#fnavi ul li.active {
  margin-right: -1px;
  margin-left: -1px;
}

.nav#gnavi ul li.active.crf, .nav#fnavi ul li.active.crf {
  margin-left: 0;
}

.nav#gnavi ul li.active.faq, .nav#fnavi ul li.active.faq {
  margin-right: 0;
}

.nav#gnavi ul li.active img, .nav#fnavi ul li.active img {
  position: relative;
  z-index: 100;
}

.p-nav {
  position: -webkit-sticky;
  position: sticky;
  top: -3px;
  right: 0;
  left: 0;
  z-index: 100;
  background-image: url(../img/header_bg1.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
}

.p-nav #gnavi li {
  margin-top: 3px;
}

.p-nav #gnavi li.active {
  margin-top: 0;
}

.p-nav .cnavi {
  padding: 6px 0;
}

.p-nav .cnavi ul {
  padding-left: 8px;
  width: auto;
  margin: 0;
  background: url(../img/header_cnavi_bg.gif) left center no-repeat;
}

.p-nav .cnavi ul li + li {
  margin-left: 14px;
}

.p-nav .cnavi ul li a {
  display: block;
}

#topicpath ol:before, #topicpath ol:after {
  content: "";
  display: table;
}

#topicpath ol:after {
  clear: both;
}

* html #topicpath ol {
  zoom: 1;
}

* + html #topicpath ol {
  zoom: 1;
}

#topicpath ol li {
  float: left;
  line-height: 40px;
  color: #5b5b5b;
}

#topicpath ol li + li {
  margin-left: 8px;
  padding-left: 16px;
  background: url(../img/topicpath_bg.gif) left center no-repeat;
}

#topicpath ol li a {
  text-decoration: underline;
  color: #5b5b5b;
}

body .p-nav {
  background-image: url(../img/medical_header_bg.gif);
}

body #container #header #gnavi ul .active.licensed_facility {
  margin-left: 0;
}

body #container #header .subnavi .patient a {
  padding: 0;
  background: none;
}

body #container #content {
  padding-bottom: 466px;
}

body #container #content #main .section#details #send dt {
  background: #e1eaec;
  color: #174E5C;
}

body #container #content #main .section#details .aside #recieve {
  background: url(../img/medical_confirmation_recieve_bg_footer.gif) left bottom no-repeat #e1eaec;
}

body #container #content #main .section#details .aside #recieve .title {
  background: url(../img/medical_confirmation_recieve_title_bg.gif) left top no-repeat #123d54;
}

body #container #content #main .section#details .aside #recieve ul li {
  background: url(../img/medical_confirmation_recieve_list_bg.gif) left center no-repeat;
  color: #174E5C;
}

body #container #content #main .section .section .title {
  border-color: #73a1a8;
}

body #container #content #main .section .section .subtitle {
  color: #123d54;
}

body #container #content #main .cnavi .title {
  color: #174e5c;
}

body #container #footer {
  background: linear-gradient(#174e5c, #0a222b);
}

body #container #footer .wrapper .sitemap ul li {
  background-image: url(../img/medical_footer_sitemap_bg.png);
}

body #container #footer .wrapper .sitemap ul li a {
  background-image: url(../img/medical_footer_sitemap_link_bg.png);
}

body #container #footer .wrapper .sitemap ul li ul li {
  background: none;
}

body #container #footer .wrapper .sitemap ul li ul li a {
  background: none;
}

body #container #footer .wrapper .text {
  background: url(../img/medical_footer_text_bg.gif) left bottom repeat-x;
}

body #container #footer .wrapper .text p.no1 {
  background: url(../img/footer_text_bg1.gif) left top no-repeat;
}

body #container #footer .wrapper .text p.no2 {
  background: url(../img/footer_text_bg2.gif) left top no-repeat;
}

body #container #footer .wrapper .text p.no3 {
  background: url(../img/footer_text_bg3.gif) left top no-repeat;
}

body #container #footer .wrapper .text p a {
  color: #73a1a8;
}

body #container #footer .wrapper .subnavi ul li {
  background: url(../img/medical_footer_sitemap_link_bg.png) left center no-repeat;
}

.p-nav {
  background-image: url(../img/medical_header_bg.gif);
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  margin: 0 auto;
  width: 900px;
}

#header .h-text {
  margin: 0 auto;
  text-align: right;
  line-height: 22px;
  color: #f5f5f5;
}

#header #logo {
  margin: 18px 0 15px -2px;
}

#header #logo2 {
  position: absolute;
  right: 0;
  top: 98px;
}

#header .subnavi {
  position: absolute;
  top: 36px;
  right: 0;
  width: auto;
}

#header .subnavi li {
  float: left;
  line-height: 24px;
}

#header .subnavi li + li {
  margin-left: 20px;
}

#header .subnavi li a {
  padding-left: 12px;
  background: url(../img/header_link_bg.gif) left center no-repeat;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.2em;
  color: #2355bd;
}

#header .subnavi li.medical a {
  padding: 0;
  background: none;
}

.licensed_clinics .cnavi ul li + li,
.search .cnavi ul li + li,
.prefecture .cnavi ul li + li {
  margin-left: 11px;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  margin: 0 auto;
  padding-bottom: 506px;
  width: 900px;
}

#content:before, #content:after {
  content: "";
  display: table;
}

#content:after {
  clear: both;
}

* html #content {
  zoom: 1;
}

* + html #content {
  zoom: 1;
}

#content .title {
  background: none;
  text-align: left;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
#main {
  float: left;
  margin-bottom: 80px;
  width: 640px;
}

#main .section {
  padding: 0 0 60px;
  background: #fff;
}

#main .section .title.title {
  margin-bottom: 40px;
}

#main .section p {
  margin: 0 40px 34px 50px;
  font-size: 1.4em;
  line-height: 1.8571428571;
  color: #5b5b5b;
}

#main .section .section {
  margin: 0 35px;
  padding: 0;
}

#main .section .section + .section {
  margin-top: 60px;
}

#main .section .section * {
  margin-right: 15px;
  margin-left: 15px;
}

#main .section .section * * {
  margin-right: 0;
  margin-left: 0;
}

#main .section .section .title.title {
  margin: 0 0 30px;
  padding-left: 15px;
  border-bottom: 3px solid #7087a7;
  background: url(../img/section_title_bg.gif) left top no-repeat #e0e0e0;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 33px;
  color: #464545;
}

#main .section .section .subtitle {
  margin-bottom: 24px;
  font-size: 1.4em;
  font-weight: bold;
  color: #102659;
}

#main .section .section .section {
  padding-bottom: 2px;
  background: url(../img/section_bg.gif) left bottom repeat-x;
}

#main .section .section .section + .section {
  margin-top: 30px;
}

#main .section .section .section.last {
  padding: 0;
  background: none;
}

#main .cnavi {
  padding-top: 10px;
  width: auto;
}

#main .cnavi .title {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #102659;
}

#main .cnavi ul {
  margin-top: -1.2em;
  width: auto;
}

#main .cnavi ul .prev {
  float: left;
}

#main .cnavi ul .next {
  float: right;
}

#main .section #order {
  margin: 0 50px 30px;
}

#main .section #inputform {
  margin: 0 50px;
}

#main .section #inputform legend {
  display: none;
}

#main .section #inputform table {
  margin-bottom: 30px;
  width: 540px;
  border: 1px solid #bdbdbe;
}

#main .section #inputform table tbody tr th,
#main .section #inputform table tbody tr td {
  border-right: 1px solid #bdbdbe;
  border-left: 1px solid #bdbdbe;
  background: url(../img/table_bg.gif) left bottom repeat-x;
}

#main .section #inputform table tbody tr.even th,
#main .section #inputform table tbody tr.even td {
  background-color: #e1e6ed;
}

#main .section #inputform table tbody tr.last th,
#main .section #inputform table tbody tr.last td {
  background-image: none;
}

#main .section #inputform table tbody tr th {
  padding: 5px;
  vertical-align: top;
}

#main .section #inputform table tbody tr th label {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 28px;
  color: #102659;
}

#main .section #inputform table tbody tr.required th label {
  background: url(../img/form_required.gif) right top no-repeat;
}

#main .section #inputform table tbody tr td {
  padding: 5px;
  width: 358px;
}

#main .section #inputform table tbody tr td input,
#main .section #inputform table tbody tr td textarea {
  padding: 3px 12px;
  width: 332px;
  border: 1px solid #bdbdbe;
  font-size: 1.4em;
  line-height: 1.4285714286;
  color: #5b5b5b;
}

#main .section #inputform table tbody tr td input {
  height: 20px;
}

#main .section #inputform table tbody tr td p {
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
}

#main .section #inputform table tbody tr td p em {
  color: #c1113d;
}

#main .section #inputform #button li {
  text-align: center;
}

#main .section #inputform table tbody tr th {
  color: #123d54;
}

#main .section #inputform table tbody tr th label {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 28px;
  color: #123d54;
}

#main .section #inputform table tbody tr.even th,
#main .section #inputform table tbody tr.even td {
  background-color: #e1eaec;
}

/*
#main .section #inputform legend {
	display:none;
}

#main .section #inputform table {
	@include table;
	margin-bottom:30px;
	width:540px;
	border:1px solid color(5);
}

#main .section #inputform table tbody tr.even th ,
#main .section #inputform table tbody tr.even td {
	background-color:#e1eaec;
}

#main .section #inputform table tbody tr th {
	padding:5px;
	vertical-align:top;
}

#main .section #inputform table tbody tr th label {
	display:block;
	font-size:1.4em;
	font-weight:bold;
	line-height:28px;
	color:color(4);
}

#main .section #inputform table tbody .required th label {
	background:url(../img/form_required.gif) right top no-repeat;
}

#main .section #inputform table tbody tr td {
	padding:5px;
	width:368px - 10px;
}

#main .section #inputform table tbody tr td input ,
#main .section #inputform table tbody tr td textarea {
	padding:margin(6,20,14,1) 12px;
	width:358px - 2px - 24px;
	border:1px solid color(5);
	font-size:1.4em;
	line-height:(20/14);
	color:font_color(2);
}

#main .section #inputform table tbody tr td input {
	height:26px - margin(6,20,14,0) - margin(6,20,14,0);
}

#main .section #inputform #button li {
	text-align:center;
}
*/
/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
#sub {
  float: right;
  margin-bottom: 40px;
  width: 220px;
}

#sub div {
  margin-bottom: 40px;
}

#sub #search {
  padding: 19px 0 11px;
  border-top: 3px solid #102659;
  border-bottom: 3px solid #102659;
  background: url(../img/sub_search_bg.gif) 6px 15px no-repeat;
}

#sub #search .title {
  margin: 0 0 20px 2px;
}

#sub #search ul li + li {
  margin-top: 2px;
}

#sub #search ul li dl dt,
#sub #search ul li dl dd {
  display: table-cell;
  vertical-align: middle;
}

* + html #sub #search ul li dl dt, * + html
#sub #search ul li dl dd {
  display: inline;
  zoom: 1;
}

#sub #search ul li dl dt {
  padding-right: 9px;
}

#sub #search ul li dl dd ul li {
  display: inline;
  font-size: 1.2em;
  line-height: 1.3333333333;
  color: #5b5b5b;
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-right: 1px solid #5b5b5b;
  white-space: nowrap;
}

#sub #search ul li dl dd ul li.last {
  margin: 0;
  padding: 0;
  border: none;
}

#sub #search ul li dl dd ul li a {
  color: #5b5b5b;
}

#sub #search ul li dl dd ul li.active a {
  text-decoration: underline;
  color: #2355bd;
}

#sub #greeting {
  position: relative;
}

#sub #greeting p {
  margin: 0 0 10px 105px;
  font-size: 1.2em;
  line-height: 1.6666666667;
  color: #5b5b5b;
}

#sub #greeting .title {
  margin: 0 0 10px 0;
}

#sub #greeting .pic {
  position: absolute;
  top: 55px;
  left: 0;
  margin: 0;
}

#sub #greeting .link {
  text-align: right;
}

#sub #schedule div .title,
#sub .schedule div .title {
  margin-bottom: 7px;
}

#sub #schedule div p,
#sub .schedule div p {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.3333333333;
  color: #5b5b5b;
}

#sub #schedule div ol,
#sub .schedule div ol {
  margin-bottom: 6px;
}

#sub #schedule div ol li,
#sub .schedule div ol li {
  margin-bottom: 10px;
}

#sub #schedule div ol li dl:before, #sub #schedule div ol li dl:after,
#sub .schedule div ol li dl:before,
#sub .schedule div ol li dl:after {
  content: "";
  display: table;
}

#sub #schedule div ol li dl:after,
#sub .schedule div ol li dl:after {
  clear: both;
}

* html #sub #schedule div ol li dl, * html
#sub .schedule div ol li dl {
  zoom: 1;
}

* + html #sub #schedule div ol li dl, * + html
#sub .schedule div ol li dl {
  zoom: 1;
}

#sub #schedule div ol li dl dt,
#sub .schedule div ol li dl dt {
  margin-bottom: 6px;
}

#sub #schedule div ol li dl dd,
#sub .schedule div ol li dl dd {
  color: #5b5b5b;
  line-height: 1.6;
}

#sub #schedule div ol li dl dd.title,
#sub .schedule div ol li dl dd.title {
  margin: 0;
}

#sub #schedule div ol li dl dd.title a,
#sub .schedule div ol li dl dd.title a {
  text-decoration: underline;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #2355bd;
}

#sub #schedule div .link,
#sub .schedule div .link {
  clear: both;
  text-align: right;
}

#sub #schedule div#abroad ul li + li,
#sub .schedule div#abroad ul li + li {
  margin-top: 20px;
}

#sub #important {
  padding: 4px;
  border: 2px solid #ab173f;
  background: url(../img/sub_important_bg.gif) left top repeat-x #d9d9d9;
}

#sub #important dl dt {
  padding: 12px 0 12px 4px;
  border-bottom: 1px solid #b2b2b2;
}

#sub #important dl dd {
  border-top: 1px solid #fff;
}

#sub #information {
  padding: 4px;
  border: 2px solid #191970;
  background: url(../img/sub_important_bg.gif) left top repeat-x #d9d9d9;
}

#sub #information dl dt {
  padding: 12px 0 12px 4px;
  border-bottom: 1px solid #b2b2b2;
}

#sub #information dl dd {
  border-top: 1px solid #fff;
}

/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  padding-top: 40px;
  width: 100%;
  background: linear-gradient(#0a5295, #022261);
}

#footer #fnavi {
  margin-bottom: 48px;
  height: 57px;
}

#footer .cnavi {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 6px 0;
}

#footer .cnavi ul {
  padding-left: 8px;
  width: 892px;
  margin: 0 auto;
  background: url(../img/header_cnavi_bg.gif) left center no-repeat;
}

#footer .cnavi ul li + li {
  margin-left: 14px;
}

#footer .cnavi ul li a {
  display: block;
}

#footer .wrapper {
  position: relative;
  margin: 0 auto 35px;
  width: 900px;
}

#footer .wrapper:before, #footer .wrapper:after {
  content: "";
  display: table;
}

#footer .wrapper:after {
  clear: both;
}

* html #footer .wrapper {
  zoom: 1;
}

* + html #footer .wrapper {
  zoom: 1;
}

#footer .wrapper .logo {
  position: absolute;
  right: 0;
  bottom: 51px;
}

#footer .wrapper div.sitemap {
  float: left;
  width: 537px;
}

#footer .wrapper div.sitemap ul {
  width: auto;
}

#footer .wrapper div.sitemap ul > li {
  display: block;
  float: left;
  margin: 0 11px 30px 0;
  width: 168px;
  background: url(../img/footer_sitemap_bg.png) left top no-repeat;
}

#footer .wrapper div.sitemap ul > li a {
  display: block;
  margin-bottom: 5px;
  padding-left: 23px;
  background: url(../img/footer_sitemap_link_bg.png) 7px center no-repeat;
  line-height: 20px;
  color: #fbeba4;
}

#footer .wrapper div.sitemap ul > li ul li {
  float: none;
  margin: 0;
  width: auto;
  background: none;
}

#footer .wrapper div.sitemap ul > li ul li a {
  display: inline;
  margin: 0 0 0 23px;
  padding: 0;
  background: none;
  line-height: 2;
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}

#footer .wrapper div.sitemap ul > li ul li.schedule {
  display: none;
}

#footer .wrapper div.sitemap ul > li.faq, #footer .wrapper div.sitemap ul > li.medical {
  margin-bottom: 0;
}

#footer .wrapper .text {
  float: right;
  margin-bottom: 8px;
  padding-bottom: 10px;
  width: 327px;
  background: url(../img/footer_text_bg.gif) left bottom repeat-x;
}

#footer .wrapper .text p {
  margin-bottom: 13px;
}

#footer .wrapper .text p a {
  display: block;
  padding-left: 120px;
  line-height: 1.4;
  color: #75a5dc;
}

#footer .wrapper .text p.no1 a {
  background: url(../img/footer_text_bg1.gif) left top no-repeat;
}

#footer .wrapper .text p.no2 a {
  background: url(../img/footer_text_bg2.gif) left top no-repeat;
}

#footer .wrapper .text p.no3 a {
  background: url(../img/footer_text_bg3.gif) left top no-repeat;
}

#footer .wrapper .subnavi {
  float: right;
  width: 327px;
}

#footer .wrapper .subnavi ul {
  margin-left: 3px;
  width: auto;
}

#footer .wrapper .subnavi ul li {
  margin-right: 11px;
  padding-left: 14px;
  background: url(../img/footer_sitemap_link_bg.png) left center no-repeat;
}

#footer .wrapper .subnavi ul li a {
  display: inline;
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}

#footer #copyright {
  background: #000;
  text-align: center;
  line-height: 32px;
  color: #f5f5f5;
}

.licensed_clinics #footer .cnavi ul li + li,
.search #footer .cnavi ul li + li,
.prefecture #footer .cnavi ul li + li {
  margin-left: 11px;
}

/*# sourceMappingURL=application.css.map */
