@charset "utf-8";

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* ===================================================================
 style info : コンテンツエリア関係 他

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

input, textarea {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* リンク
----------------------------------------------------*/
a {
}

a:link { text-decoration: none; none; color: #3d7dcc; }

a:visited { text-decoration: none; none; color: #31408a; }

a:hover { text-decoration: underline; color: #ffa500; }

a:active { text-decoration: underline; none; color: #855ebf; }

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;
}

/* 汎用
----------------------------------------------------*/
/* Text Align
 * --------------------------------------------- */
.textAlignCenter { text-align: center; }
.textAlignLeft { text-align: left !important; }
.textAlignRight { text-align: right; }

/* Float
 * --------------------------------------------- */
/* LEFT */ .floLeft { float:left; }
/* RIGHT */ .floRight { float:right; }
/* CLEAR */ .floClear { clear:both; float: none; }

/* Clearfix
 * --------------------------------------------- */
/* for modern browser */
.clearfix:after { font-size: 0; line-height: 0; height: 0; visibility: hidden; content:"."; display: block; clear: both; }
/* for IE5.5-7 */
.clearfix { zoom: 1; display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix { display: block; }
.clearboth { clear: both; }

/* Global Style
---------------------------------------------------------------- */
.align_right { float: right; }
.align_left { float: left; }

/* Global Font Style
---------------------------------------------------------------- */
.fontSize10 { font-size:77%; }
.fontSize11 { font-size:85%; }
.fontSize12 { font-size:93%; }
.fontSize13 { font-size:100%; }
.fontSize14 { font-size:108%; }
.fontSize15 { font-size:116%; }
.fontSize16 { font-size:123.1%; }
.fontSize17 { font-size:131%; }
.fontSize18 { font-size:138.5%; }
.fontSize19 { font-size:146.5%; }
.fontSize20 { font-size:153.9%; }
.fontSize21 { font-size:161.6%; }
.fontSize22 { font-size:167%; }
.fontSize23 { font-size:174%; }
.fontSize24 { font-size:182%; }
.fontSize25 { font-size:189%; }
.fontSize26 { font-size:197%; }
.fontWeightNormal { font-weight:normal; }
.fontWeightBold { font-weight:bold; }
.fontColorRed { color:#C90000; }
.fontColorGray { color:#686868; }
.fontColorBlack { color:#4e4e4e !important; }

.backgroundColorBlue { background-color:#057EDA !important; }

.emp01 {color: #b51d1d !important; }

/* clerfix */
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.clerfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.tC,
.btn {
	text-align: center;
}

.tC_auto {
	margin: 0 auto !important;
}

.tR,
.sign {
	text-align: right;
}

.vertical_alignMiddle {
	vertical-align: middle;
}

.caps {
	font-size: 77%;
}

hr.line_01 {
   border:solid #999999;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
}

hr.line_02 {
   margin: 0px 30px 0px 30px;
   border:solid #555555;
   border-width:1px 0 0 0;
   height:1px;/* for IE6 */
   clear:both;/* for IE6 */
}

img.borderFrame {
	border: 1px solid #cccccc;
}

.mobile_displayOn {
	display: block;
}

/*----------------------------------------------------
画像
----------------------------------------------------*/
/*フルードイメージ*/
img,
iframe,
object {
    max-width: 100%;
    height: auto;
    width /****/:auto;  /*IE8のみ適用*/
}

/* --------------------------------------------------------
margin
-------------------------------------------------------- */
.mgn_b0 { margin-bottom: 0 !important;}
.mgn_b05 { margin-bottom: 5px !important;}
.mgn_b10 { margin-bottom: 10px !important;}
.mgn_b15 { margin-bottom: 15px !important;}
.mgn_b20 { margin-bottom: 20px !important;}
.mgn_b25 { margin-bottom: 25px !important;}
.mgn_b30 { margin-bottom: 30px !important;}
.mgn_b35 { margin-bottom: 35px !important;}
.mgn_b40 { margin-bottom: 40px !important;}
.mgn_b45 { margin-bottom: 45px !important;}
.mgn_b50 { margin-bottom: 50px !important;}
.mgn_b60 { margin-bottom: 60px !important;}
.mgn_b70 { margin-bottom: 70px !important;}

.mgn_t0 { margin-top: 0 !important;}
.mgn_t10 { margin-top: 10px !important;}
.mgn_t15 { margin-top: 15px !important;}
.mgn_t20 { margin-top: 20px !important;}
.mgn_t25 { margin-top: 25px !important;}
.mgn_t30 { margin-top: 30px !important;}
.mgn_t35 { margin-top: 35px !important;}
.mgn_t40 { margin-top: 40px !important;}
.mgn_t45 { margin-top: 45px !important;}
.mgn_t50 { margin-top: 50px !important;}
.mgn_t60 { margin-top: 60px !important;}
.mgn_t70 { margin-top: 70px !important;}

/*	EXAMPLE STYLES */

/*----------------------------------------------------
	#body（ボディ）
----------------------------------------------------*/

body {
	color: #4e4e4e;
	font-size: 80%\9; /* IE9 10 */
}

/*	Mobile STYLES */

.mbcont_off{
	display:none;
}
.mbcont_on{
	display:block;
}

.mbcont_inline_off{
	display:none;
}
.mbcont_inline_on{
	display:inline-block;
}


/*----------------------------------------------------
	#header（ヘッダー）
----------------------------------------------------*/

header section {
	padding: 25px 10px 0px 10px;
}

header section h1 {
	float:left;
}

div.NavArea {
 float: left;
}

/* リレイテッドナビゲーション */

div.rNav ul {
width: 260px;
 margin:0;
 padding:0;
}

div.rNav ul li {
 position: relative;
 float:none;
 margin: 0px 0 10px 0;
 padding: 0;
}

div.rNav ul li.end {
 margin: 0;
}

div.rNav ul li a {
	display: block;
	position: relative;
	text-align:left;
	padding:6px 6px 6px 30px;
	background:url(../img/rNav_head_icon.png) no-repeat #337f5a;
	text-decoration: none;
	font-size:100%;
	color: #ffffff;
	font-weight:nomal;
}

div.rNav ul li:hover > a {
	background:url(../img/rNav_head_icon.png) no-repeat #54aa80;
}

div.rNav ul li:active > a {
	background:url(../img/rNav_head_icon.png) no-repeat #54aa80;
}

/* プライマリーナビゲーション */

div#pNav ul {
width: 310px;
 margin:0 0 0 0;
 padding:0;
}

div#pNav ul li {
 position: relative;
 float:left;
 margin: 0 12px 0 0;
 padding: 0;
}

div#pNav ul li a {
	display: block;
	position: relative;
	text-align:left;
	padding-left: 16px;
	text-decoration: none;
	font-size:100%;
	color: #4e4e4e;
	font-weight:nomal;
}

div#pNav ul li.mail a {
	background:url(../img/pNav_mail_icon.png) no-repeat;
}

div#pNav ul li.access a {
	background:url(../img/pNav_access_icon.png) no-repeat;
}

div#pNav ul li.sitemap a {
	background:url(../img/pNav_sitemap_icon.png) no-repeat;
}

#footerNavArea div#pNav ul li {
 margin: 0 0 0 10px;
}

div#pNav ul li:hover > a {
	color: #999999;
}

div#pNav ul li:active > a {
	color: #999999;
}



/* グローバルナビゲーション */

.gNav_bg {
	width:100%;
	padding-top:0px;
	padding-bottom: 0px;
	background: #89b93e;
}

nav#gNav ul {
 width:100%;
 margin:0;
 padding:0;
}

nav#gNav ul li {
 position: relative;
 float:left;
 margin: 0
}

nav#gNav ul li a {
	display: block;
	position: relative;
	text-align:center;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 14px;
	padding-right: 13px;
	background:#89b93e;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	white-space: nowrap;
	font-size:100%;
	color: #ffffff;
	font-weight:nomal;
}

nav#gNav ul li:nth-of-type(9) a {
	background: rgba(24,119,242,1);
}

nav#gNav ul li.home a {
	padding-top:4px;
	padding-bottom: 2px;
}

nav#gNav ul li.end a {
	border-right: 1px solid #ffffff;
}

nav#gNav ul li.two_lines a {
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: left;
}

nav#gNav ul li:hover > a {
	background:#a2cd5f;
}

nav#gNav ul li:active > a {
	background:#a2cd5f;
}

nav#gNav ul li:nth-of-type(9):hover > a {
	background: rgba(127,176,242,1);
}


@media screen and ( max-width : 968px ) {

nav#gNav ul li a {
	display: block;
	position: relative;
	text-align:center;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background:#89b93e;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	white-space: nowrap;
	font-size:100%;
	color: #ffffff;
	font-weight:nomal;
}

}

/*----------------------------------------------------
	#contents（コンテンツ）
----------------------------------------------------*/

article {
	padding:0 10px;
}

article#footerNavArea {
	padding:0;
}

aside {
	padding:0 10px;
}


/*	contents テンプレート */

.contents h1 img {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.contents h2 {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 40px;
	font-size: 138.5%;
	background: url(../img/cont_h2_header_icon.png) 10px 0px no-repeat;
}

.contents h3 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 116%;
	color: #337f5a;
	font-weight: bold;
}

.contents h4 {
	margin: 0px 0px 15px 0px;
}

.contents h5 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 116%;
	color: #4e4e4e;
	font-weight: bold;
}

#event h5 {
	font-size: 100%;
}

.contents h6 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 116%;
	color: #4e4e4e;
	font-weight: nomal;
}


.contents p {
	margin-bottom: 20px;
	font-size: 100%;
	line-height:180%;
}

/* パンくずリスト */


.contents .topicpath ol {
		margin: 0px 0px 40px 0px;
}

.contents .topicpath ol li {
        /* liを横並び＆ブレットを消す */
        display: inline;
        list-style-type: none;
}

.contents .topicpath ol li:before {
        /* liの前に記号追加 */
        content: "　>　";
}

.contents .topicpath ol li:first-child:before {
        /* 最初のliだけcontentを消す */
        content:"";
}

.contents .topicpath ol li.home img {
        position: relative;
		top: 3px;
}


/*----------------------------------------------------
	#top（トップページ）
----------------------------------------------------*/

.navBox h2 {
	padding: 18px 0px 18px 60px;
	background: url(../img/icon_arrow01.png) 20px 12px no-repeat #89b93e;
	color: #ffffff;
	font-size: 108%;
	font-weight: bold;
}

#guide ul {
	margin: 0;
	padding: 0;
}

#guide ul li {
	float: none;
	width: 100%;
}

#guide ul li a {
	display: block;
	height: 93px;
	border: 2px solid #e5e5e5;
	padding: 24px 0px 24px 72px;
	color: #000000;
	font-size: 108%;
	line-height:150%;
	text-decoration: none;
}

#guide ul li.doc a {
	border-top: none;
	line-height:280%;
	background: url(../img/guide_icon_stethoscope_m.png) #f7f7f7; /* Old browsers */
	background: url(../img/guide_icon_stethoscope_m.png), -moz-linear-gradient(top,  #f7f7f7 1%, #fefefe 100%); /* FF3.6+ */
	background: url(../img/guide_icon_stethoscope_m.png), -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f7f7f7), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: url(../img/guide_icon_stethoscope_m.png), -webkit-linear-gradient(top,  #f7f7f7 1%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/guide_icon_stethoscope_m.png), -o-linear-gradient(top,  #f7f7f7 1%,#fefefe 100%); /* Opera 11.10+ */
	background: url(../img/guide_icon_stethoscope_m.png), -ms-linear-gradient(top,  #f7f7f7 1%,#fefefe 100%); /* IE10+ */
	background:url(../img/guide_icon_stethoscope_m.png), linear-gradient(to bottom,  #f7f7f7 1%,#fefefe 100%); /* W3C */
	background-repeat: no-repeat;
}

#guide ul li.patient a {
	background:  url(../img/guide_icon_wheelchair_m.png) #f7f7f7; /* Old browsers */
	background: url(../img/guide_icon_wheelchair_m.png), -moz-linear-gradient(top,  #f7f7f7 1%, #fefefe 100%); /* FF3.6+ */
	background: url(../img/guide_icon_wheelchair_m.png), -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f7f7f7), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: url(../img/guide_icon_wheelchair_m.png), -webkit-linear-gradient(top,  #f7f7f7 1%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/guide_icon_wheelchair_m.png), -o-linear-gradient(top,  #f7f7f7 1%,#fefefe 100%); /* Opera 11.10+ */
	background: url(../img/guide_icon_wheelchair_m.png), -ms-linear-gradient(top,  #f7f7f7 1%,#fefefe 100%); /* IE10+ */
	background:url(../img/guide_icon_wheelchair_m.png), linear-gradient(to bottom,  #f7f7f7 1%,#fefefe 100%); /* W3C */
	background-repeat: no-repeat;
}

#guide ul li.doc a:hover  {
	border-top: none;
	line-height:280%;
	background: url(../img/guide_icon_stethoscope_m.png) #f1e767; /* Old browsers */
	background: url(../img/guide_icon_stethoscope_m.png), -moz-linear-gradient(top,  #f1e767 1%, #feb645  100%); /* FF3.6+ */
	background: url(../img/guide_icon_stethoscope_m.png), -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f1e767), color-stop(100%,#feb645 )); /* Chrome,Safari4+ */
	background: url(../img/guide_icon_stethoscope_m.png), -webkit-linear-gradient(top,  #f1e767 1%,#feb645  100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/guide_icon_stethoscope_m.png), -o-linear-gradient(top,  #f1e767 1%,#feb645  100%); /* Opera 11.10+ */
	background: url(../img/guide_icon_stethoscope_m.png), -ms-linear-gradient(top,  #f1e767 1%,#feb645  100%); /* IE10+ */
	background:url(../img/guide_icon_stethoscope_m.png), linear-gradient(to bottom,  #f1e767 1%,#feb645  100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645 ',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
}

#guide ul li.patient a:hover  {
	background:  url(../img/guide_icon_wheelchair_m.png) #f1e767; /* Old browsers */
	background: url(../img/guide_icon_wheelchair_m.png), -moz-linear-gradient(top,  #f1e767 1%, #feb645  100%); /* FF3.6+ */
	background: url(../img/guide_icon_wheelchair_m.png), -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f1e767), color-stop(100%,#feb645 )); /* Chrome,Safari4+ */
	background: url(../img/guide_icon_wheelchair_m.png), -webkit-linear-gradient(top,  #f1e767 1%,#feb645  100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/guide_icon_wheelchair_m.png), -o-linear-gradient(top,  #f1e767 1%,#feb645  100%); /* Opera 11.10+ */
	background: url(../img/guide_icon_wheelchair_m.png), -ms-linear-gradient(top,  #f1e767 1%,#feb645  100%); /* IE10+ */
	background:url(../img/guide_icon_wheelchair_m.png), linear-gradient(to bottom,  #f1e767 1%,#feb645  100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645 ',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
}

#guide ul li.doc a:active {
	border-top: none;
	line-height:280%;
	background: url(../img/guide_icon_stethoscope_m.png) #f1e767; /* Old browsers */
	background: url(../img/guide_icon_stethoscope_m.png), -moz-linear-gradient(top,  #f1e767 1%, #feb645  100%); /* FF3.6+ */
	background: url(../img/guide_icon_stethoscope_m.png), -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f1e767), color-stop(100%,#feb645 )); /* Chrome,Safari4+ */
	background: url(../img/guide_icon_stethoscope_m.png), -webkit-linear-gradient(top,  #f1e767 1%,#feb645  100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/guide_icon_stethoscope_m.png), -o-linear-gradient(top,  #f1e767 1%,#feb645  100%); /* Opera 11.10+ */
	background: url(../img/guide_icon_stethoscope_m.png), -ms-linear-gradient(top,  #f1e767 1%,#feb645  100%); /* IE10+ */
	background:url(../img/guide_icon_stethoscope_m.png), linear-gradient(to bottom,  #f1e767 1%,#feb645  100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645 ',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
}

#guide ul li.patient a:active {
	background:  url(../img/guide_icon_wheelchair_m.png) #f1e767; /* Old browsers */
	background: url(../img/guide_icon_wheelchair_m.png), -moz-linear-gradient(top,  #f1e767 1%, #feb645  100%); /* FF3.6+ */
	background: url(../img/guide_icon_wheelchair_m.png), -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f1e767), color-stop(100%,#feb645 )); /* Chrome,Safari4+ */
	background: url(../img/guide_icon_wheelchair_m.png), -webkit-linear-gradient(top,  #f1e767 1%,#feb645  100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/guide_icon_wheelchair_m.png), -o-linear-gradient(top,  #f1e767 1%,#feb645  100%); /* Opera 11.10+ */
	background: url(../img/guide_icon_wheelchair_m.png), -ms-linear-gradient(top,  #f1e767 1%,#feb645  100%); /* IE10+ */
	background:url(../img/guide_icon_wheelchair_m.png), linear-gradient(to bottom,  #f1e767 1%,#feb645  100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645 ',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
}

#guide ul li span {
	font-size: 123.1%;
	font-weight: bold;
	color: #4e4e4e;
}

#news dl dd {
	padding: 10px 0px 10px 15px;
	color: #4e4e4e;
	font-size: 85%;
	line-height:120%;
}

#news dl dd:nth-child(2n+1) {
	background: #f8f8f8;
}

#news dl dd:nth-child(2n+0) {
	background: #e5e5e5;
}

#news dl dd a {
	text-decoration: none;
}

#news dl dd span.date {
	margin-right:25px;
}

#news dl dd span.date {
	margin-right:25px;
  float: left;
  width: 10em;
  line-height:150%;
}

#news dl dd a {
  display:inline-block;
  line-height:150%;
}

/*----------------------------------------------------
	#aside（サイド）
----------------------------------------------------*/

.mobile_displayOn {
	display: block;
}

.mobile_displayOff {
	display: none;
}

.sideBox h2 {
	padding: 18px 0px 18px 55px;
	background: url(../img/icon_circle01.png) 20px 15px no-repeat #337f5a;
	color: #ffffff;
	font-size: 108%;
	font-weight: bold;
}

.sideBox dl dd {
	padding: 10px 0px 10px 15px;
	color: #4e4e4e;
	font-size: 85%;
	line-height:120%;
}

.sideBox dl dd:nth-child(2n+1)  {
	background: #f8f8f8;
}

.sideBox dl dd:nth-child(2n+0)  {
	background: #e5e5e5;
}

.sideBox dl dd span.date_day {
	margin-right:25px;
	color: #337f5a;
}

.sideBox ul li {
	padding: 10px 10px 10px 15px;
	color: #4e4e4e;
	font-size: 85%;
	line-height:120%;
}

.sideBox ul li:nth-child(2n+1) {
	background: #f8f8f8;
}

.sideBox ul li:nth-child(2n+0)  {
	background: #e5e5e5;
}

#contact ul li p {
 	font-size: 108%;
	line-height:150%;
}

#contact ul li span.tel {
 	font-size: 180%;
	line-height:150%;
	color:#337f5a;
}

#contact ul li a.mailForm {
	display: block;
	margin:5px 0px 5px 0px;
	padding: 10px 0px 10px 80px;
	color: #ffffff;
	font-size:138.5%;
	font-weight:bold;
	text-decoration: none;
	background:  url(../img/aside_icon_mail.png) 50px 9px no-repeat #337f5a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#contact ul li a.mailForm:hover {
	background:  url(../img/aside_icon_mail.png) 50px 9px no-repeat #54aa80;
}

#contact ul li a.mailForm:active {
	background:  url(../img/aside_icon_mail.png) 50px 9px no-repeat #54aa80;
}

#contact ul li a.mailForm02 {
	display: block;
	margin:5px 0px 5px 0px;
	padding: 10px 0px 10px 80px;
	color: #ffffff;
	font-size:138.5%;
	font-weight:bold;
	text-decoration: none;
	background:  url(../img/aside_icon_mail.png) 50px 9px no-repeat #e96300;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#contact ul li a.mailForm02:hover {
	background:  url(../img/aside_icon_mail.png) 50px 9px no-repeat #f8ab72;
}

#contact ul li a.mailForm02:active {
	background:  url(../img/aside_icon_mail.png) 50px 9px no-repeat #f8ab72;
}

#contact ul li a.mailForm_cont {
	padding: 8px 0px 8px 80px;
	font-size:108%;
}

.sideBox nav#lnav ul li {
	padding: 0px;
	font-size: 100%;
	line-height:100%;
}

.sideBox nav#lnav ul li:nth-child(2n+1) {
	background: none;
}

.sideBox nav#lnav ul li:nth-child(2n+0)  {
	background: none;
}

.sideBox nav#lnav ul li a {
	display: block;
	padding: 10px 10px 10px 45px;
	background:  url(../img/lNav_sub_icon.png) 50px 9px no-repeat #54aa80;
	color: #4e4e4e;
	font-size: 85%;
	line-height:120%;
}

.sideBox nav#lnav ul li:nth-child(2n+1) a {
	background: url(../img/lNav_sub_icon.png) no-repeat 20px 8px #f8f8f8;
}

.sideBox nav#lnav ul li:nth-child(2n+0) a {
	background: url(../img/lNav_sub_icon.png) no-repeat 20px 8px #e5e5e5;
}

.sideBox nav#lnav ul li:nth-child(2n+1) a:hover {
	background: url(../img/lNav_sub_icon.png) no-repeat 20px 8px  #c5c5c5;
	text-decoration: none;
}

.sideBox nav#lnav ul li:nth-child(2n+0) a:hover {
	background: url(../img/lNav_sub_icon.png) no-repeat 20px 8px  #b6b6b6;
	text-decoration: none;
}

.sideBox nav#lnav ul li a br {
	display: block;
}


/* #banner */

.sideBox #f_banner a img {
	border: 2px solid rgba(24,119,242,1);
}

.sideBox#banner a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
  opacity: 0.7;
}

/*----------------------------------------------------
	#footer（フッター）
----------------------------------------------------*/

.footerNav_bg {
	width:100%;
	background: #f8f8f8;
}

.fNav {
	float:none;
	width: 100%;
	padding-top:20px;
	padding-bottom: 20px;
}

div.pageTop a {
	display: block;
	float:none;
	width: 100%;
	padding-top:20px;
	padding-bottom: 20px;
	padding-left: 60px;
	color: #4e4e4e;
	text-decoration: none;
	background:  url('../img/pagetop_icon.png') no-repeat #e5e5e5;
}

div.pageTop a:hover {
	background:  url('../img/pagetop_icon.png') no-repeat #999999;
}

div.pageTop a:active {
	background:  url('../img/pagetop_icon.png') no-repeat #999999;
}

.footer_bg {
	width:100%;
	padding: 20px 0;
	background: #89b93e;
}

footer {
	padding:0px 30px 0px 30px;
}

#footerTitle {
	text-align: center;
	margin-bottom:5px;
	color:#ffffff;
	font-size: 123.1%;
	line-height: 120%;
	font-weight: bold;
}

#copyright {
	text-align: center;
	color:#ffffff;
	font-size: 77%;
	line-height: 120%;
}


/*----------------------------------------------------
	#sitemap（サイトマップ）
----------------------------------------------------*/

#sitemap ul {
	margin-left: 35px;
	margin-right: 35px;
}

#sitemap ul li ul {
	margin-right: 0px;
}

#sitemap ul li {
	margin: 10px 0px;
}

#sitemap ul li a {
	display: block;
	padding: 10px 0px 10px 55px;
	background: url(../img/icon_circle01.png) 20px 7px no-repeat #cccccc;
	color: #4e4e4e;
	font-size: 108%;
}

#sitemap ul li ul li {
	margin: 15px 0px;
}

#sitemap ul li ul li a {
	display: block;
	padding: 1px 0px 1px 25px;
	background: url(../img/lNav_sub_icon.png) 0px 0px no-repeat;
	background-color: none;
	color: #4e4e4e;
	font-size: 100%;
}


/*	#Guide（ご案内）*/



/*　#greeting（ご挨拶）*/

.gapColumn {
	margin: 0px auto;
	width: 100%;
}

.gapColumn .gree_Photo img {
	margin-bottom: 30px;
	border: solid #ccc 5px;
}

/*　#accordion（記事の折りたたみ）*/

#accordion h3,
#accordion h4,
#accordion01 h4,
#accordion02 h4,
#accordion03 h4,
#accordion04 h4 {
	padding-bottom: 3px;
}

#accordion h3 a,
#accordion h4 a,
#accordion01 h4 a,
#accordion02 h4 a,
#accordion03 h4 a,
#accordion04 h4 a {
	display: block;
	padding: 5px 0px 5px 15px;
	font-size: 108%;
	border: 1px solid #4e4e4e;
	color: #4e4e4e;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#accordion p,
#accordion01 p,
#accordion02 p,
#accordion03 p,
#accordion04 p {
	margin: 0px 0px 30px 0px;
}


br.display320 {
	display: block;
}

br.display480 {
	display: block;
}


/* --------------------------------------------------------
 Learn More
-------------------------------------------------------- */

#learnMore01,
#learnMore02,
#learnMore03,
#learnMore04,
#learnMore05,
#learnMore06,
#learnMore07,
#learnMore08,
#learnMore09,
#learnMore10,
#learnMore11,
#learnMore12{
    width: 100%;
   }
#learnMore01 dt,
#learnMore02 dt,
#learnMore03 dt,
#learnMore04 dt,
#learnMore05 dt,
#learnMore06 dt,
#learnMore07 dt,
#learnMore08 dt:first-child,
#learnMore09 dt:first-child,
#learnMore10 dt:first-child,
#learnMore11 dt:first-child,
#learnMore12 dt:first-child {
	display: block;
	padding: 5px 0px 5px 15px;
	font-size: 108%;
	border: 1px solid #4e4e4e;
	color: #4e4e4e;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    cursor:pointer;
    background:url(../img/swich.png)  97% -80px no-repeat #ffffff;
	max-height: 100%;
	margin-bottom: 20px;
}
#learnMore01 h3,
#learnMore02 h3,
#learnMore03 h3,
#learnMore04 h3,
#learnMore05 h3,
#learnMore06 h3,
#learnMore07 h3,
#learnMore11 h3,
#learnMore12 h3 {
	margin-bottom: 0px;
	font-size: 116%;
	color: #4e4e4e;
	font-weight: bold;
}
#learnMore08 h4,
#learnMore09 h4,
#learnMore10 h4,
#learnMore11 h4,
#learnMore12 h4 {
	margin-bottom: 0px;
	font-size: 98%;
	color: #4e4e4e;
	font-weight: bold;
}

#learnMore01 dd,
#learnMore02 dd,
#learnMore03 dd,
#learnMore04 dd,
#learnMore05 dd,
#learnMore06 dd,
#learnMore07 dd{
    display:block;
	max-height: 100%;
    }
#learnMore08 dd,
#learnMore09 dd,
#learnMore10 dd,
#learnMore11 dd,
#learnMore12 dd {
    display:none;
	max-height: 100%;
    }
#learnMore01 dt.active,
#learnMore02 dt.active,
#learnMore03 dt.active,
#learnMore04 dt.active,
#learnMore05 dt.active,
#learnMore06 dt.active,
#learnMore07 dt.active,
#learnMore08 dt.active,
#learnMore09 dt.active,
#learnMore10 dt.active,
#learnMore11 dt.active,
#learnMore12 dt.active {
    background:url(../img/swich.png) 97% 8px no-repeat #ffffff;
    }

#learnMore01 p,
#learnMore02 p,
#learnMore03 p,
#learnMore04 p,
#learnMore05 p,
#learnMore06 p,
#learnMore07 p,
#learnMore08 p,
#learnMore09 p,
#learnMore10 p,
#learnMore11 p,
#learnMore12 p {
	margin: 0px 0px 30px 0px;
}


/* #about_course（総合医療学講座について） */

dl.his_list {
font-size: 100%;
}

dl.his_list dt {
float:left;
width:8em;
padding-top:10px;
padding-bottom:10px;
padding-right:0;
line-height: 200%;
}

dl.his_list dd {
padding-left:8em;
border-bottom:1px solid #999;
padding-top:10px;
padding-bottom:10px;
line-height: 200%;
}

dl.his_list dd.list_top{
padding-left:8em;
border-top:1px solid #999;
border-bottom:1px solid #999;
padding-top:10px;
padding-bottom:10px;
line-height: 200%;
}


/* #about_diagnosis（総合診療科について） */

dl.capsList01 {
font-size: 85%;
}

dl.capsList01 dt {
float:left;
width:5em;
padding-top: 0px;
padding-bottom: 0px;
padding-right:0;
line-height: 180%;
}

dl.capsList01 dd {
padding-left:5em;
padding-top:0px;
padding-bottom:0px;
line-height: 180%;
}

#learnMore09 dl.capsList01 dt {
	display: inline;
	padding: 0px;
	font-size: 98%;
	border: none;
	color: #4e4e4e;
	font-weight: normal;
	text-decoration: none;
    background: none;
    cursor:default;
}

#learnMore09 dl.capsList01 dd {
    display:block;
}


/* #staff（スタッフ紹介） */

#staff h2 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 197%;
	background: none;
}

#staff h2 span.degree {
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 50%;
	line-height:150%;
	background: none;
}

#staff h3.outer {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 197%;
	background: none;
	color: #4e4e4e;
	font-weight: lighter !important;
}

#staff ul.career {
	margin: 0px;
	padding: 0px;
}

#staff ul.career li {
	margin: 0px;
	padding: 3px 0px;
	line-height: 150%;
	list-style: disc inside ;
}

#staff ul.bio {
	margin: 0px;
	padding: 0px;
}

#staff ul.bio li {
	margin: 0px 0px 0px 18px;
	padding: 3px 0px;
	line-height: 150%;
	list-style: square outside ;
}

#staff ul.bio li:first-child {
	list-style: disc outside ;
}

#staff ul.bio02 {
	margin: 0px;
	padding: 0px;
}

#staff ul.bio02 li {
	margin: 0px 0px 0px 3px;
	padding: 3px 0px;
	line-height: 150%;
	list-style: none inside ;
}

#staff ul.bio02 li:first-child {
	list-style: disc inside ;
}

#staff ul li ul.bio_inner {
	margin: 0px;
	padding: 0px;
}

#staff ul li ul.bio_inner li {
	margin: 0px;
	padding: 3px 0px;
	line-height: 150%;
	list-style: circle outside ;
}

#staff ul li ul.bio_inner li:first-child {
	list-style: circle outside ;
}

#staff ul li dl.bio_inner_dl,
#staff dl.brief_personal_record_inner_dl{
	margin: 0px;
	padding: 0px;
}

#staff ul li dl.bio_inner_dl dt,
#staff dl.brief_personal_record_inner_dl dt {
float:left;
width:5em;
padding-top: 3px;
padding-bottom: 3px;
padding-right:0;
line-height: 150%;
}

#staff ul li dl.bio_inner_dl dd,
#staff dl.brief_personal_record_inner_dl dd {
padding-left:5em;
padding-top:3px;
padding-bottom:3px;
line-height: 150%;
}

#learnMore11 dl.bio_inner_dl dt,
#learnMore12 dl.brief_personal_record_inner_dl dt {
	display: inline;
	padding: 0px;
	font-size: 98%;
	border: none;
	color: #4e4e4e;
	font-weight: normal;
	text-decoration: none;
    background: none;
    cursor:default;
}

#learnMore11 dl.bio_inner_dl dt:first-child,
#learnMore12 dl.brief_personal_record_inner_dl dt:first-child {
	margin-bottom: 0;
}

#learnMore11 dd dl.bio_inner_dl dd,
#learnMore12 dd dl.brief_personal_record_inner_dl dd {
    display:block;
}

#staff ul li.listStyleNone {
	list-style: none inside !important;
}

#staff ul.marginLeftPlus {
	margin-left: 16px !important;
}


/* #report（論文） */

#report ul li {
	margin-bottom: 20px;
	margin-left:18px;
	font-size: 100%;
	line-height:180%;
	list-style: disc outside;
	color: #4e4e4e;
}

#report ul li sup.caps {
	font-size: 77%;
	vertical-align: super;
}

#report h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 100%;
	color: #4e4e4e;
	font-weight: nomal;
}


/* .activity_report（活動報告） */

div.activity_report h3 {
	margin: 0px 0px 0.8em 0px;
	padding: 5px !important;
	font-size: 100%;
	background-color: #c1e3b1;
	font-weight: bold;
}

div.activity_report h4 {
	margin: 0px 0px 0.8em 0px;
	padding: 5px !important;
	font-size: 100%;
	background-color: #c1e3b1;
	font-weight: bold;
}

h3.subTitle {
	color: #337f5a !important;
}

div.activity_report p {
	margin-bottom: 0.2em !important;
}

div.activity_report p span.theme {
	color: #337f5a !important;
}

div.activity_report dl.activity_reportList01 {
font-size: 100%;
}

div.activity_report dl.activity_reportList01 dt {
float:left;
width:4.5em;
padding-top: 0px;
padding-bottom: 0px;
padding-right:0;
line-height: 180%;
}

div.activity_report dl.activity_reportList01 dd {
padding-left:4.5em;
padding-top:0px;
padding-bottom:0px;
line-height: 180%;
}

div.activity_report dl.activity_reportList01 dt.short {
width:3.2em;
}

div.activity_report dl.activity_reportList01 dd.short {
padding-left:3.2em;
}

div.activity_report dl.activity_reportList01 dt.long {
width:5.5em;
}

div.activity_report dl.activity_reportList01 dd.long {
padding-left:5.5em;
}


/* .society（学会発表・研究会・セミナー等） */

div.society {
	margin-left: 40px;
}

div.society h3 {
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	font-size: 100%;
	color: #337f5a !important;
	font-weight: bold;
}

div.society p span {
	color: #337f5a;
}

div.society p.society_day {
	margin-bottom: 0.5em !important;
}


/* .lecture（講　演） */

div.lecture h3 {
	margin: 0px 0px 0.8em 0px;
	padding: 5px !important;
	font-size: 100%;
	background-color: #c1e3b1;
	font-weight: bold;
}

div.lecture p {
	margin-bottom: 0.2em !important;
}

div.lecture p span.theme {
	color: #337f5a !important;
}

div.lecture dl.lectureList01 {
font-size: 100%;
}

div.lecture dl.lectureList01 dt {
float:left;
width:4.5em;
padding-top: 0px;
padding-bottom: 0px;
padding-right:0;
line-height: 180%;
}

div.lecture dl.lectureList01 dd {
padding-left:4.5em;
padding-top:0px;
padding-bottom:0px;
line-height: 180%;
}

div.lecture dl.lectureList01 dt.short {
width:3.2em;
}

div.lecture dl.lectureList01 dd.short {
padding-left:3.2em;
}

div.lecture dl.lectureList01 dt.long {
width:5.5em;
}

div.lecture dl.lectureList01 dd.long {
padding-left:5.5em;
}


/* .other_activities（その他の活動） */

div.other_activities {
	margin-left: 40px;
}

div.other_activities h3 {
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	font-size: 100%;
	color: #337f5a !important;
	font-weight: bold;
}

div.other_activities h4 {
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	font-size: 100%;
	color: #337f5a !important;
	font-weight: bold;
}

div.other_activities p span {
	color: #337f5a;
}


/* #event（イベントカレンダー） */

#event div.eventBase {
	margin-left: 40px;
}

#event div.eventBase h3 {
	display: inline-block;
	margin: 0px 0px 0.5em 0px;
	padding: 5px !important;
	font-size: 100%;
	color: #ffffff !important;
	font-weight: bold;
	background-color: #337f5a;
}

#event div.eventBase h4 {
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	font-size: 100%;
	color: #337f5a !important;
	font-weight: bold;
}

#event div.eventBase p span {
	color: #337f5a;
}

#event div.eventBase p span.fontWeightBold {
	color: #4e4e4e;
}

#event div.eventBase p span.noColor {
	color: #4e4e4e;
}

#event div.eventBase p.event_day {
	margin-bottom: 0.5em !important;
}

.registration_button {

}

ul.basicList li {
	margin-bottom: 3px;
	margin-left:18px;
	font-size: 100%;
	line-height:180%;
	list-style: disc outside;
	color: #4e4e4e;
}

ol.basicList li {
	margin-bottom: 3px;
	margin-left:18px;
	font-size: 100%;
	line-height:180%;
	list-style: decimal outside;
	color: #4e4e4e;
}



/* #linkList（リンク） */

#linkList ul li {
	padding: 20px 0px;
	font-size:100%;
	line-height: 180%;
	color: #4e4e4e;
	border-bottom: 1px dashed #4e4e4e;
}

#linkList ul li h3 {
	margin-left: 20px;
	margin-bottom: 0.5em;
	color: #337f5a;
}

#linkList ul li a {
	margin-left: 35px;
}


@media screen and ( min-width : 321px ) {

	br.display320 {
	display: none;
}

}

@media screen and ( min-width : 479px ) {

div.rNav ul {
width: 396px;
 margin:0;
 padding:0;
}
div.rNav ul li {
 position: relative;
 float:left;
 margin: 0 10px 0 0;
 padding: 0;
}

div.rNav ul li.end {
 margin: 0;
}

#guide ul li {
	float: left;
	width: 50%;
}

#guide ul.sideGuide li {
	float: none;
	width: 100%;
}

#guide ul li.doc a {
	border-top:  2px solid #e5e5e5;
	border-left: none;
}

#guide ul li.doc a:hover {
	border-top:  2px solid #e5e5e5;
	border-left: none;
}

#guide ul li.doc a:active {
	border-top:  2px solid #e5e5e5;
	border-left: none;
}

#guide ul.sideGuide li.doc a {
	border-left:  2px solid #e5e5e5;
	border-top: none;
}

#guide ul.sideGuide li.doc a:hover {
	border-left:  2px solid #e5e5e5;
	border-top: none;
}

#guide ul.sideGuide li.doc a:active {
	border-left:  2px solid #e5e5e5;
	border-top: none;
}

#footerNavArea div#pNav ul li {
 margin: 0 0 0 10px;
}

.fNav {
	float:left;
	width: 69%;
	padding-top:20px;
	padding-bottom: 20px;
}

div.pageTop a {
	display: block;
	float:right;
	width: 30%;
	padding-top:20px;
	padding-bottom: 20px;
	padding-left: 35px;
	color: #4e4e4e;
	text-decoration: none;
	background:  url('../img/pagetop_icon_m.png') no-repeat #e5e5e5;
}

div.pageTop a:hover {
	width: 30%;
	padding-left: 35px;
	background:  url('../img/pagetop_icon_m.png') no-repeat #c5c5c5;
}

div.pageTop a:active {
	width: 30%;
	padding-left: 35px;
	background:  url('../img/pagetop_icon_m.png') no-repeat #c5c5c5;
}

.sideBox nav#lnav ul li a br {
	display: none;
}

.gapColumn {
	margin: 0px auto;
	width: 80%;
}

br.display480 {
	display: none;
}


}


@media all and (min-width: 768px) and (max-width: 960px) {

header section {
	padding: 25px 2px 0px 2px;
}

div.rNav ul {
width: 391px;
 margin:0;
 padding:0;
}
div.rNav ul li {
 position: relative;
 float:left;
 margin: 0 2px 0 0;
 padding: 0;
}

#contact ul li span.tel {
 	font-size: 150%;
}

#contact ul li a.mailForm {
	padding: 10px 0px 10px 50px;
	background:  url(../img/aside_icon_mail.png) 20px 9px no-repeat #337f5a;
}

br.display480 {
	display: block;
}

}


@media screen and ( min-width : 768px ) {

div.NavArea {
 float: right;
}

.gNav_bg {
	padding-top:5px;
	padding-bottom: 5px;
}

.fNav {
	width: 79%;
}

div.pageTop a {
	width: 20%;
	padding-left: 60px;
	background:  url('../img/pagetop_icon.png') no-repeat #e5e5e5;
}

div.pageTop a:hover {
	width: 20%;
	padding-left: 60px;
	background:  url('../img/pagetop_icon.png') no-repeat #c5c5c5;
}

div.pageTop a:active {
	width: 20%;
	padding-left: 60px;
	background:  url('../img/pagetop_icon.png') no-repeat #c5c5c5;
}

article {
	padding: 0px;
}

aside {
	padding: 0px;
}

.sideBox nav#lnav ul li a br {
	display: block;
}

.mobile_displayOn {
	display: none;
}

.mobile_displayOff {
	display: block;
}

/*	Mobile STYLES */

.mbcont_off{
	display:block;
}
.mbcont_on{
	display:none;
}

.mbcont_inline_off{
	display:inline-block;
}
.mbcont_inline_on{
	display:none;
}

}


@media screen and ( min-width : 960px ) {

header section {
	padding: 25px 25px 0px 25px;
}

br.display480 {
	display: none;
}

}


 /* spec_table */
.tableBasic{
width: 100%;
border-collapse: collapse;
}
.tableBasic th{
width: 7.7%;
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
border: 1px solid #b9b9b9;
}
.tableBasic td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}

.table_program{
width: 100%;
border-collapse: collapse;
}
.table_program th{
width: 7.7%;
padding: 3px;
text-align: center;
vertical-align: middle;
color: #333;
border: 1px solid #4e4e4e;
}
.table_program td{
padding: 3px;
text-align: center;
vertical-align: middle;
border: 1px solid #4e4e4e;
}

.table_centerMiddle th{
text-align: center;
vertical-align: middle;
}
.table_centerMiddle td{
text-align: center;
vertical-align: middle;
}

col.width_10{
	width:10%;
}
col.width_14{
	width:14%;
}
col.width_15{
	width:15%;
}
col.width_20{
	width:20%;
}
col.width_25{
	width:25%;
}
col.width_30{
	width:30%;
}
col.width_40{
	width:40%;
}
col.width_50{
	width:50%;
}
col.width_60{
	width:60%;
}
col.width_70{
	width:70%;
}
col.width_80{
	width:80%;
}
col.width_90{
	width:90%;
}

.aqua {
background-color: #dbf1fd;
}

.green {
background-color: #9ad15d;
}

.yellow {
background-color: #fffdb2;
}

.pink {
background-color: #f7afd2;
}

.yellow_green {
background-color: #c7e000;
}

.gray {
background-color: #cccccc !important;
}

/*	Webフォント */

@font-face {
  font-family: "myFont";
  src: url("../font/hanaminA-subsetfont.eot?") format('eot'),
       url("../font/hanaminA-subsetfont.woff") format('woff'),
	   url('../font/hanaminA-subsetfont.ttf') format('truetype');
}
.myFontClass {
  font-family: "myFont";
}
