/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
  color: #36c;

}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  opacity:.6;
}

a:visited {
	color:#7996B3;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin:24px 0;
  margin:1.5rem 0;
}

.graf figure {
  margin:0;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

em,
cite {
	font-style:normal;
}

/* ========== page-design ========== */
body { 
color:#333;
font-size:14px; 
font-size:.875rem;
  background: #f8f9fd
 }
 
 .main-article {
	 font-size:16px; 
font-size:1rem;
 }
 
 .main-article p,
  .main-article ul,
   .main-article ol {
	 line-height:1.7;
 }
 
img {
	max-width:100%;
}

#page-header {
	width:90%;
	margin:10px auto;
	margin:.625rem auto;
}

#page-header .gsc-control-cse {
	background:none;
	border:none;
}

.container {
	width:90%;
	margin:24px auto;
	margin:1.5rem auto;
}


#page-header h1 {
	font-size:18px;
	font-size:1.125rem;
	margin:0 0 6px;
	margin:0 0 .375rem;
}

#page-header .gsc-control-cse {
	padding:0;
}

#global-nav {
	position:relative;
}

#global-nav:before,
#global-nav:after {
    content:"";
    display:table;
}
 
#global-nav:after {
    clear:both;
}

#footer-nav ul {
	overflow:hidden;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
		line-height:1.3;
}

#footer-nav ul a {
	text-decoration:none;
	display:block;
	font-weight:bold;
}
 

#global-nav h2,
#footer-nav a {
font-size:9px;
	font-size:.5625rem;
	line-height:1.3;
	margin:0;
	text-align:center;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,.2);
	cursor:pointer;
}

#global-nav h2.selected {
	opacity:.5;
}

#global-nav h2 em,
#footer-nav a em {
	font-size:14px;
	font-size:.875rem;
	display:block;
}

#global-nav h2 span,
#footer-nav a span {
	display:inline-block;
}

#global-nav>div,
#footer-nav li {
	width:25%;
	float:left;
	 box-sizing:border-box;
	 height:50px;
	 height:3.125rem;
	 border-right:#fff solid 1px;
	 	padding:8px 0;
}
#global-nav #liver,
#footer-liver {
	background:#85B20D;
	box-shadow:inset 0 20px 20px #97c900;
	border:#94B62B solid 1px;
}
#global-nav #pancreas,
#footer-pancreas {
	background:#EAA019;
	box-shadow:inset 0 20px 20px #f6b234;
	border:#FAA609 solid 1px;
}

#global-nav #gallbladder,
#footer-gallbladder {
		background:#5AB3CD;
		box-shadow:inset 0 20px 20px #6fc4e1;
		border:#6FBAD3 solid 1px;
}

#global-nav #special,
#footer-special {
	background:#7D8A94;
	box-shadow:inset 0 20px 20px #8999a5;
	border:#778B99 solid 1px;
}

.toggle-menu {
	display:none;
}

#global-nav #liver .toggle-menu {
	border-top:#85B20D solid 5px;
}
#global-nav #pancreas .toggle-menu {
border-top:#EAA019 solid 5px;
}

#global-nav #gallbladder .toggle-menu{
	border-top:#5AB3CD solid 5px;
}

#global-nav #special .toggle-menu {
border-top:#7D8A94 solid 5px;
}



#global-nav>div:last-child,
#footer-nav li:last-child {
	border:none;
}

.toggle-menu {
	position:absolute;
	left:0;
	top:50px;
	background:rgba(102,102,102,.95);
	width:100%;
	z-index:200;
}


.toggle-menu a {
	color:#fff;
}

/* ul-reset */
.toggle-menu ul,
#guide-nav ul,
#special-section ul,
.top-menu-list ul,
ul.photo-list,
.three-image-list {
	margin:0;
	padding:0;
	list-style-type:none;
}

/* toggle-menu */

.toggle-menu ul li a {
	padding:14px 16px;
	padding:.875rem 1rem;
	border-bottom:#fff solid 1px;
	display:block;
	text-decoration:none;
}

.toggle-menu>ul>li>a {
		background:rgba(255,255,255,.15);
}

.toggle-menu ul li ul li a {
	padding:14px 1px 14px 40px;
	padding:.875rem 1rem .875rem 2.5rem;
}

/* special-section */
#special-section {
	border:#c9d2e1 solid 1px;
	border-radius:3px;
	padding-bottom:16px;
	padding-bottom:1rem;
	overflow:hidden;
	background:#fff;
	box-shadow:1px 1px 3px rgba(0,0,0,.1);
}

#special-section h2 {
	margin:10px 0;
	margin:.625rem 0;
	font-size:18px;
	font-size:1.125rem;
	color:#356290;
	border-left:#356290 solid 3px;
	padding-left:10px;
	line-height:1.2;
}

#special-section header p {
	font-size:12px;
	font-size:.75rem;
}

#special-section header,
#special-section ul {
	padding:0 16px;
	padding:0 1rem;
}


#special-section ul li {
	margin-top:10px;
	padding-top:10px;
	border-top:#a6bcd2 dotted 1px;
}


/* top-menu-list */
.top-menu-list {
	overflow:hidden;
}

.top-menu-list section {
	margin:24px 0;
	margin:1.5rem 0;
}

.top-menu-list h2,
.top-menu-list h1 {
	color:#fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
  	    padding:4px 12px;
		padding:.25rem .625rem;
		font-size:16px;
		font-size:1rem;
}


#top-liver h2,
#top-liver h1 {
	  background: #85B20D;
}

#top-guidance h1 {
	background:#6490d1;
}

#top-pancreas h2,
#top-pancreas h1 {
	  background:#EAA019;
}

#top-special h1 {
	background:#7D8A94;
}

#top-gallbladder h2,
#top-gallbladder h1 {
	  background: #5AB3CD;
}


.top-menu-list .cover h3 {
	font-size:14px;
	font-size:.875rem;
	margin:0;
	padding:4px 14px 4px 32px;
	padding:.25rem .875rem .25rem 2rem;
	background:#fff;
}
#top-liver h3 {
	border-bottom:#add23f solid 1px;
}

#top-liver .cover {
	border:#add23f solid 1px;
	border-radius:3px;
}

#top-pancreas h3 {
	border-bottom:#f2d267 solid 1px;
}

#top-pancreas .cover {
	border:#f2d267 solid 1px;
	border-radius:3px;
}

#top-gallbladder h3 {
	border:#acc6ce solid 1px;
padding:4px 14px 4px 32px;
	padding:.25rem .875rem .25rem 2rem;
	border-radius:3px;
	font-size:14px;
	font-size:.875rem;
	background:#fff;
	margin:12px 0;
	margin:.75rem 0;
}




.top-menu-list .cover ul {
	padding:8px 14px;
	padding:.5rem .875rem;
}

.top-menu-list ul li {
	margin:12px 0;
}

 .top-menu-list li,
  .top-menu-list h3,
  #special-section li {
	  position:relative;
	  padding-left:24px;
  }

 .top-menu-list li:before {
	  position:absolute;
	  left:0;
	  top:4px;
  }
  
.top-menu-list h3:before {
	 position:absolute;
	  left:10px;
	  top:6px;
}
  #special-section li:before {
	   position:absolute;
	  left:0;
	  top:14px;
  }
  
.top-menu-list ul.other {
	padding:0 14px;
		overflow:hidden;
}


/* page-footer */
#page-footer {
	background:#c9daf3;
	font-size:12px;
	font-size:.75rem;
	text-align:center;
	padding:16px 0;
	padding:1rem 0;
}

#page-footer p {
	margin:0;
}

/* guide-nav */
#guide-nav h2 {
	font-size:16px;
	font-size:1rem;
	  background: #c9daf3;
	  margin:0;
	  padding:4px 14px;
}

#guide-nav ul {
	background:#fff;
}
#guide-nav ul li {
	border-top:#c9daf3 solid 1px;
	padding:10px 16px 10px 32px;
	padding:.625rem 1rem .625rem 2rem;
}

#guide-nav ul li:before {
	padding-right:8px;
	padding-right:.75rem;
	color:#A0BBE4;
}

ul.three-image-list {
	text-align:center;
	overflow:hidden;
}

ul.three-image-list span {
	display:inline-block;
}

ul.three-image-list p {
	font-size:14px;
	font-size:.875rem;
	line-height:1.3;
}



/* =========== font ======== */

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?18157818');
  src: url('../font/fontello.eot?18157818#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?18157818') format('woff'),
       url('../font/fontello.ttf?18157818') format('truetype'),
       url('../font/fontello.svg?18157818#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?18157818#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before,
 .top-menu-list li:before,
  .top-menu-list h3:before,
  #special-section li:before,
#guide-nav ul li.target-menu a:after,
#guide-nav ul li:before,
.text-button a:before,
   .explanation h3:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-arrow:before,
 .top-menu-list li:before,
   .top-menu-list h3:before,
   #special-section li:before,
   #guide-nav ul li:before,
   .text-button a:before { content: '\e800'; } /* '' */
   
   
   .icon-up-open:before { content: '\e801'; } /* '' */
  
   #special-section li:before {
	   color:#7D8A94;
 }
 
 .icon-circle-empty:before,
 .explanation h3:before { content: '\e802'; } /* '' */
 
 

.top-menu-list #top-liver h3:before,
.top-menu-list #top-liver li:before {
	color:#85B20D;
}


.top-menu-list #top-pancreas h3:before,
.top-menu-list #top-pancreas li:before {
	color:#EAA019;
}

.top-menu-list #top-gallbladder h3:before,
.top-menu-list #top-gallbladder li:before {
	color:#5AB3CD;
}

.top-menu-list #top-guidance h3:before,
.top-menu-list #top-guidance li:before {
	color:#6490d1;
}
.top-menu-list #top-special li:before {
color:#7D8A94;
}


/* ======= 中ページ　========　*/

.side-contents {
		overflow:hidden;
}

.side-contents>header {
	margin-bottom:16px;
	margin-bottom:1rem;
}

.graf {
	border:#C9CFD2 solid 1px;
	padding:10px;
	padding:.625rem;
	text-align:center;
	background:#fff;
	clear:both;
}

.main-article header h1 {
	font-size:22px;
	font-size:1.375rem;
	margin:0 0 8px;
	margin:0 0 .5rem;
	  padding-bottom:10px;
	  padding-bottom:.625rem;
}

#liver-page header h1 {
	border-bottom:#85B20D solid 2px;
	  color: #4e8e13;
}

#pancreas-page header h1 {
	border-bottom:#EAA019 solid 2px;
	      color: #E47F2E;
}

#gallbladder-page header h1 {
	border-bottom:#5AB3CD solid 2px;
	      color: #308DAB;
}

#guidance header h1 {
	border-bottom:#6490d1 solid 2px;
	    color: #365676;
}

#special-page header h1 {
	border-bottom:#7D8A94 solid 2px;
	    color: #6B6F73;
}



.main-article header h1 span {
	padding-left:10px;
	padding-left:.625rem;
}

#liver-page header h1 span {
		border-left:#85B20D solid 4px;
}

#gallbladder-page header h1 span {
		border-left:#5AB3CD solid 4px;
}

#pancreas-page header h1 span {
		border-left:#EAA019 solid 4px;
}

#special-page header h1 span {
		border-left:#7D8A94 solid 4px;
}



#guidance header h1 span {
		border-left:#6490d1 solid 4px;
}


.main-article header dl {
	margin:0;
}

.main-article header dt,.main-article header dd {
display:inline;
font-size:14px;
font-size:.875rem;
padding:0;
margin:0;
}

.main-article header dt:after {
	content:"：";
}

/* article-section */

.article-section {
	margin-bottom:30px;
	margin-bottom:1.875rem;
	overflow:hidden;
}

.article-section h2 {
	font-size:16px;
	font-size:1rem;
	 padding:4px 14px;
	 padding:.25rem .875rem;
}

#liver-page h2 {
 background: #E4EDE0;
 border:#C9DDC0 solid 1px;
}

#pancreas-page h2 {
background: #F9F3E9;
  border: #EDD29F solid 1px;
}

#guidance h2 {
 background: #D8E4F2;
 border:#C1D0E7 solid 1px;
}

#gallbladder-page h2 {
  background: #E4EEF0;
  border: #CADEE5 solid 1px;
}


#special-page h2 {
  background: #EAECF4;
  border: #D4D5DA solid 1px;
}

.half-size-fig {
	text-align:center;
}

.full-size-fig {
	margin:20px 0;
	margin:1.25rem 0;
	text-align:center;
}

.half-size-fig figcaption {
	font-size:12px;
	font-size:.75rem;
}

ol.contribution li {
  line-height: 120%;
  padding:10px 0;
  padding:.625rem 0;
  font-size:14px;

}

ol.contribution li:last-child {
	border:none;
	margin:0;
}





/* gairai */
.gairai,
.annotation {
	background: #EFF2F5;
  border: #CFD5E5 solid 1px;
	  border-radius:3px;
	  padding:16px;
	  padding:1rem;
	  margin:32px 0;
}


.annotation {
	font-size:12px;
	font-size:.75rem;
}
.gairai p {
	margin:0;
}

/* contact */


.text-button a {
	  border: #A0BBE4 solid 1px;
	  background:#fff;
	  display:block;
	  text-decoration:none;
	  padding:8px 16px 8px 32px;
	  padding:.5rem 1rem .5rem 2rem;
	  position:relative;
	  line-height:1.3;
	  border-radius:3px;
}

#liver-page .text-button a {
	border:#add23f solid 1px;
}

.text-button a:before {
	position:absolute;
	left:10px;
	top:12px;
	font-size:12px;
	  color: #A0BBE4;
}

#liver-page .text-button a:before {
	color: #85B20D;
}

.text-button a span {
	display:inline-block;
}

.box {
  border: #ccc solid 1px;
  padding: 16px;
  padding:1rem;
  margin: 18px 0;
  margin:1.125rem 0;
}


.contact-inn h3,
.explanation h3 {
	margin-top:0;
	font-size:16px;
	font-size:1rem;
}


.contact-inn h3.side-border-headding {
	border-left:#789DCA solid 4px;
	padding-left:14px;
	padding-left:.875rem;
	margin:24px 0;
	margin:1.5rem 0;
}

 .explanation h3:before {
	 color: #789DCA;
   }
 .contact-button {
	 margin-bottom:32px;
	 margin-bottom:2rem;
 }
 
.tel-info dt,.tel-info dd {
	margin:0;
	padding:0;
	display:inline;
}

.contact-button .tel-info dl {
	font-size:12px;
	font-size:.75rem;
}

.tel-info dl {
		margin:0;
}

.tel-info dt:after {
	content:"：";
}

.tel-info p {
	margin:0;
 }
 
#link ul li {
	margin-bottom:14px;
	margin-bottom:.875rem;
}

/* staff */
.staff-all {
	margin:16px 0 24px;
	margin:1rem 0 1.5rem;
}

.staff-all img {
	border:#e3e3e3 solid 1px;
}

#staff header {
	overflow:hidden;
	border-bottom:#dee7f6 solid 2px;
	background:#fff;
	padding:12px;
	padding:.75rem;
}


#staff .other section,
#staff #tanabe {
	border: #dee7f6 solid 2px;
	box-sizing:border-box;
	margin-bottom:20px;
	margin-bottom:1.25rem;
		background: #F2F6FA;
}



#staff #tanabe h4 {
	background:#D7E5E8;
	padding:4px 10px;
	margin-top:4px;
	margin-top:.25rem;
}

#staff #tanabe dl,
#tanabe dd {
	overflow:hidden;
}
#staff #tanabe dt,#staff #tanabe dd {
	margin:0;
	padding:0;
}

#staff #tanabe dt {
	width:90px;
	width:5.625rem;
	float:left;
	clear:both;
}



#staff section>div,
#staff section#tanabe section {
	padding:12px;
	padding:.75rem;
	font-size:14px;
	font-size:.875rem;
}

#staff section#tanabe>div {
	padding:0;
}




#staff section div>p {
		line-height:1.5;
}

#staff section ul {
	padding-left:20px;
	padding-left:1.25rem;
}

#staff header img {
	width:80px;
	width:5rem;
	float:left;
	margin-right:12px;
	margin-right:.75rem;

}

#staff header h3 {
	font-size:16px;
	font-size:1rem;
	margin:0;
	  color: #365676;
}

#staff header h3 span {
	display:block;
	font-size:14px;
	font-size:.875rem;
}

#staff header p {
	margin:0;
	font-size:14px;
	font-size:.875rem;
	line-height:1.5;
}

#staff header p.rubi {
	margin:0 0 8px;
	font-size:12px;
	font-size:.75rem;
}

/* tantou */
#tantou table {
	width:100%;
	border:#C9CFD2 solid 1px;
	border-collapse:collapse;
	background:#fff;
}

#tantou table th,#tantou table td {
		border:#C9CFD2 solid 1px;
		padding:8px 4px;
		padding:.5rem .25rem;
		text-align:center;
}

#tantou table td small {
	font-size:10px;
	font-size:.625rem;
	display:inline-block;
}

#tantou th {
	background: #EFF2F5;
}

#tantou th,
#tantou td span {
	font-size:12px;
	font-size:.75rem;
}

#tantou th.clinic {
	width:23%;
}

ul.photo-list li {
	margin-bottom:10px;
	margin-bottom:.625rem;
	text-align:center;
}

.after-photo {
	text-align:center;
	margin:0 auto;
}

.after-photo img {
	max-width:240px;
	max-width:15rem;
}

/* sui-list */
.list-box {
	margin:24px 0;
	margin:1.5rem 0;
}

.list-box h3 {
	margin:0 0 16px;
  padding-left: 12px;
  padding-left: .75rem;
  line-height:1.3;
}

#pancreas-page .list-box h3 {
	border-left: #EAA019 solid 4px;
}

#special-page .list-box h3 {
	border-left: #7D8A94 solid 4px;
}

#liver-page .list-box h3 {
	border-left: #85B20D solid 4px;
}

#gallbladder-page .list-box h3 {
	border-left: #5AB3CD solid 4px;
}


.list-box section {
	border-bottom: #ccc solid 1px;
	padding-bottom:20px;
	padding-bottom:1.25rem;
	margin-bottom:20px;
	margin-bottom:1.25rem;
	overflow:hidden;
}

.list-box section:last-child {
	border-bottom: none;
	padding:0;
	margin:0;
}

.list-box .half-size-fig figcaption {
	text-align:left;
}

/* shindan */
table.shindan,
table.shindan td,
table.shindan th {
	border:#EAA019 solid 1px;
	border-collapse:collapse;
}

table.shindan th {
	white-space:nowrap;
	background: #F9F3E9;
}

table.shindan td,
table.shindan th {
	padding:8px;
	padding:.5rem;
	font-size:14px;
	font-size:.875rem;
}

table.shindan caption {
  text-align: left;
  margin:0 0  10px 0;
  margin:0 0 .625rem 0;
  font-weight: bold;
}

table.shindan+cite,
.graf cite {
display:block;
text-align:right;
  font-size:12px;
  font-size:.75rem;
    margin: 10px 0 24px;
  margin: .625rem 0 1.5rem;
}


/* abc-list */
ol.abc-list {
	list-style-type: upper-latin;
}

#greeting-photo {
	width:120px;
	width:7.5rem;
	border: #dee7f6 solid 3px;
	float:left;
	margin:0 16px 16px 0;
	margin:0 1rem 1rem 0;
}


/* graf-text */
.graf-text div {
	border:red solid 1px;
	padding:10px;
	padding:.625rem;
}

.graf-text div dt,.graf-text div dd {
	margin:0;
	padding:0;
	text-align:left;
}

.graf-text div dt.long {
	height:5em;
}

.graf-text div dt {
	float:left;
}

.graf-text div dt:after {
	content:"：";
}

.graf-text div dd,.graf-text div dl {
	overflow:hidden;
}

.graf-text div dl {
	display:table;
	margin:0 auto;
	font-size:14px;
	font-size:.875rem;
}

.graf-text div h4 {
	margin:0 0 10px;
	margin:0 0 .625rem;
}

.image-twoline,
.image-twoline02,
.image-twoline03 {
	overflow:hidden;
	text-align:center;
}
.image-twoline03 figcaption {
font-size: 12px;
  font-size: .75rem;
  margin-top:4px;
  margin-top:.25rem;

}

.image-twoline03 .t-left {
	text-align:left;
}

.image-twoline03 div {
	margin-bottom:10px;
	margin-bottom:.625rem;
}

#tanseki {
	text-align:center;
}

#tanseki img {
	width:160px;
	width:10rem;
	margin:0 16px 16px;
	margin:0 1rem 1rem;
}


.message {
	margin:24px 0 32px;
	margin:1.5rem 0 2rem;
	  border-bottom: #ccc solid 1px;
	  padding-bottom:32px;
	  padding-bottom:2rem;
}

.message:last-child {
	border:none;
}

.message,
.message header {
	overflow:hidden;
}

.message header h4,
.message header p {
	margin:0;
}

.message header p {
	font-size:12px;
	font-size:.75rem;
}

.message header img {
	width:110px;
	width:6.875rem;
	float:left;
	margin-right:16px;
	margin-right:1rem;
	border: #dee7f6 solid 3px;
}

.empty {
	height:200px;
	
}

.video-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




@media screen and (min-width:25em){
	/* 400 */

#global-nav h2 span,
#footer-nav span {
	display:inline;
}

}


@media screen and (min-width:37.5em){
	
/* 600px */

#global-nav h2,
#footer-nav a {
	font-size:14px;
	font-size:.875rem;
}

/* page-header */
	#page-header {
		overflow:hidden;
	}
	
	#page-header h1 {
		width:55%;
		float:left;
	}
	
	#page-header .search {
		width:40%;
		float:right;
			margin-top:10px;
		margin-top:.625rem;
	}
	
.text-button a {
	margin:0 auto;
}

/* contact */

.text-button a,
#liver-page .text-button a {
	border:none;
	padding:0 0 0 32px;
	text-align:left;
	display:inline;
	background:none;
	text-decoration:underline;
}

.text-button a span {
	display:inline;
}

.text-button a:before {
	top:4px;
	left:0;
}

.text-button {
	margin:0;
}

/* staff */
#staff .other {
	overflow:hidden;
}
#staff .other section {
	width:48.5%;
	margin-left:3%;
	float:left;
}

#staff .other section:nth-child(odd) {
	margin-left:0;
	clear:both;
}

/* tantou */
#tantou table {
	margin:24px 0 32px;
	margin:1.5rem 0 2rem;
}

.float-image,
.half-size-fig {
	width:46%;
	float:right;
	margin:0 0 24px 24px;
	margin:0 0 1.5rem 1.5rem;
	
}

.half-text {
	width:46%;
	float:left;
}




.float-image {
		border: #dee7f6 solid 3px;
}
.care-image {
	display:inline-block;
	border: #dee7f6 solid 3px;
	width:33.33333%;
	float:right;
	margin:0 0 24px 24px;
	margin:0 0 1.5rem 1.5rem;
}

.care-image img {
	vertical-align:middle;
}

.list-box section div {
	width:49%;
	float:left;
}

/* graf-text */

.graf-text {
	overflow:hidden;
}
.graf-text img {
	width:55%;
	float:left;
}

.graf-text div {
	width:37%;
	float:right;
	margin:24px 2% 0 0;
	margin:1.5rem 2% 0 0;
}


.image-twoline img {
	float:left;
	width:40%;
	margin:0 5%;
}

.image-twoline02 {
	overflow:hidden;
}

.image-twoline02 img {
	float:left;
	width:40%;
}

.image-twoline03 div {
	margin:0;
}

.image-twoline03 div:first-child {
	float:left;
	width:48%;
}

.image-twoline03 div:last-child {
	float:right;
	width:48%;
}

.image-twoline02 img.wide {
	width:55%;
	float:right;
}

#tanseki img {
	width:200px;
	width:12.5rem;
	margin:0 32px;
	margin:0 2rem;
}


ul.three-image-list li {
	width:32%;
	float:left;
	margin-right:2%;
}

ul.three-image-list h4 {
	height:56px;
	height:3.5rem;
	line-height:1.3;
	margin-bottom:10px;
	margin-bottom:.625rem;
}

ul.three-image-list li:last-child {
	margin-right:0;
}

.message header {
	float:left;
	width:160px;
	width:10rem;
	margin-bottom:32px;
}

.message header+div {
	overflow:hidden;
}

.message header+div p {
	margin-top:0;
}

.message header img {
	float:none;
	margin-bottom:10px;
	margin-bottom:.625rem;
}


}


@media screen and (min-width:53.75em){
		/* 860px */
		
		/* special-section */
		
		#footer-nav {
	display:none;
}

		
#special-section {
	margin-bottom:16px;
	margin-bottom:1rem;
}

#special-section header {
	width:30%;
	float:left;
	box-sizing:border-box;
	margin:10px 0;
	margin:.625rem 0;
}

#special-section ul {
	width:70%;
	float:right;
	box-sizing:border-box;
	overflow:hidden;
	box-sizing:border-box;
	margin:10px 0;
	margin:.625rem 0;
}

#special-section ul li {
	border:none;
 box-sizing:border-box;
	margin:0;
	font-weight:bold;
}

#special-section h2 {
  font-size: 20px;
  font-size: 1.25rem;
}

/* top-menu-list */
.top-menu-list section {
	width:32%;
	float:left;
	margin-right:2%;
	margin-top:8px;
	margin-top:.5rem;
}

.top-menu-list section:last-child {
	margin-right:0;
}


#top-liver h2,
#top-pancreas h2,
#top-gallbladder h2 {
	 background:#A8C1E5;
}

.top-menu-list ul li {
  margin: 5px 0;
}

.top-menu-list ul.other {
	margin-top:8px;
	margin-top:.5rem;
}



/* guide-nav */
#guide-nav {
	position:absolute;
	top:132px;
	background:#B9D2F4;
	width:100%;
	left:0;
	padding:8px 0;
	padding:.5rem 0;
}

#guide-nav h2 {
	display:none;
}



#guide-nav ul {
	width:90%;
	max-width:980px;
		max-width:61.25rem;
		text-align:left;
		margin:0 auto;
		background:none;
		overflow:hidden;

}


#guide-nav ul li {
	display:inline-block;
	padding:6px 14px 0 0;
	padding:.375rem 2rem 0 0;
	margin:0 14px 0 0;
	margin:0 2rem 0 0;
	font-size:16px;
	font-size:1rem;
	font-weight:bold;
	border-right:#6788bb solid 1px;
	width:auto;
	float:left;
	border-top:none;
}

#guide-nav ul li.target-menu {
	float:right;
}

#guide-nav ul li:before {
	display:none;
}

#guide-nav ul li:last-child {
		border:none;
}

#guide-nav ul li a {
	color:#415E7B;
	text-decoration:none;
	text-shadow:0 0 5px #fff;
}

#top-container {
  margin-top: 80px;
  margin-top: 5rem;
}

#global-nav #liver .toggle-menu,
#global-nav #pancreas .toggle-menu,
#global-nav #gallbladder .toggle-menu,
#global-nav #special .toggle-menu {
	border:none;
}

#guide-nav ul li.no-border {
	border:none;
}


#guide-nav ul li.target-menu a:after { 
content: '\e800'; 
font-size:10px;
font-size:.625rem;
color:#789DCA;
padding-left:4px;
padding-left:.25rem;
position:relative;
top:-2px;
} /* '' */

#guide-nav ul li.target-menu {
	background:#f1f6fc;
	padding:8px 10px;
	padding:.5rem .625rem;
	border:#A0B3CA solid 1px;
	border-radius:3px;
		margin-right:8px;
		font-size:14px;
		font-size:.875rem;
}



/* toggle-menu */

.toggle-menu ul li a {
	padding:8px 16px;
	padding:.5rem 1rem;
	border-bottom: #ccc solid 1px;
}

.toggle-menu ul li ul li a {
	padding:8px 1px 8px 40px;
	padding:.5rem 1rem .5rem 2.5rem;
}

/* == 中ページ ==*/

.main-article>header {
	margin-bottom:32px;
	margin-bottom:2rem;
}

.main-article p {
  line-height: 1.8;
}

/* contact */


.contact-inn {
	overflow:hidden;
	border-bottom:#C9CFD2 solid 1px;
	  padding-bottom: 32px;
  padding-bottom:2rem;
  margin-bottom: 48px;
  margin-bottom:3rem;
}


section.contact-inn:last-child {
	border:none;
	margin:0;
}

.contact-inn h2 {
	width: 20%;
	float:left;
	margin:0;
}

.contact-inn h2 span {
	display:inline-block;
}

.contact-inn>div {
	  width: 70.7%;
	  float:right;
}

.contact-inn>div p:first-child {
	margin:0 0 16px;
	margin:0 0 1rem;
}



.contact-inn h3.side-border-headding {
	margin:0 0 24px 0;
	margin:0 0 1.5rem 0;
}

#link ul {
	margin-top:0;
}

#link ul li {
	margin-bottom:8px;
	margin-bottom:.5rem;
}


/* staff */
.staff-all {
	margin:0 0 48px;
	margin:0 0 3rem;
}
#staff .other section {
	width:31%;
	margin-left:3.5%;
	margin-bottom:32px;
	margin-bottom:2rem;
}

#staff .other section:nth-child(odd) {
	margin-left:3.5%;
	clear:none;
}

#staff .other section:nth-child(3n+1) {
	margin-left:0;
	clear:both;
}


#staff header img {
	width:100px;
	width:6.25rem;
}

#staff #tanabe>div,
#staff #tanabe {
	overflow:hidden;
}

#staff #tanabe {
	margin-bottom:32px;
	margin-bottom: 2rem;
}

#staff #tanabe header {
	margin:12px 12px 0;
	margin:.75rem .75rem 0;
	  border: #dee7f6 solid 2px;
}

.col-left {
	width:50%;
	float:left;
}
.col-right {
	width:50%;
	float:right;
}

.read {
	margin:0 0 48px;
	margin:0 0 3rem;
	}

.article-section h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom:20px;
  margin-bottom:1.25rem;

}

#greeting-photo {
	width:140px;
	width:8.75rem;
}




}




@media screen and (min-width:61.25em){
	
	/* 980px */
	#page-header,
	.container,
	#global-nav {
		max-width:980px;
		max-width:61.25rem;
	}
	
		
	#page-header .search {
		width:30%;
	}
	
	
	
	/* toggle-menu */
	
	#global-nav {
		margin:0 auto;
	}
	
	.nav-wrap {
		background:#dee7f6;
		padding:8px 0;
	}
	
	#global-nav>div {
		position:relative;
		height:40px;
		border-right:none;
		width:23.5%;
		margin-right:2%;
		border-radius:3px;
	}
	
	#global-nav>div:last-child {
	margin-right:0;
}
	
	.toggle-menu {
	top:40px;
}

#top-container {
	margin-top:86px;
	margin-top:5.375rem;
}

#global-nav h2,
#global-nav h2 em,
#global-nav h2 span {
	font-size:16px;
font-size:1rem;
}

#global-nav h2 em,
#global-nav h2 span {
display:inline;
}


/* pecial-section */

#special-section ul li {
	width:50%;
	float:left;
}

/* top-menu-list */
	
	.top-menu-list ul.other li {
	width:40%;
	float:left;
	box-sizing:border-box;
}

.top-menu-list ul.other li:nth-child(odd) {
	width:60%;
}

.top-menu-list ul.other {
  padding: 0;
}

/* guide-nav */
#guide-nav {
	top:139px;
}




/* === 中ページ　==　*/
.side-contents {
	width:70.7%;
	float:left;
}

.side-contents>header {
	margin-bottom:24px;
	margin-bottom:1.5rem;
}

#side-nav {
	width:25%;
	float:right;
}

.main-article {
	overflow:hidden;
}

article #side-nav ul.other li {
	width:auto;
	float:none;
}

article #side-nav ul li {
	padding-bottom:4px;
	padding-bottom:.25rem;
}



.contact-inn h2 {
	margin:0 0 24px;
}

.contact-inn h2 {
	margin:0 0 24px;
}


/* tantou */
#tantou table {
	margin:24px 0 32px;
	margin:1.5rem 0 2rem;
}

#tantou th,
#tantou td span {
	font-size:14px;
	font-size:.875rem;
}

#tantou table th, #tantou table td {
	padding:8px;
	padding:.5rem;
}

.one-column {
	width:87%;
	margin:0 auto;
}

.first-p {
	border-bottom: #C9CFD2 solid 1px;
  padding-bottom: 32px;
  padding-bottom:2rem;
  margin-bottom: 48px;
  margin-bottom:3rem;
}


.first-p .explanation+p {
	margin-top:32px;
	margin-top:2rem;
}

}


