@charset "utf-8";
/*
/* Base
/* Layout
/* header
/* Navigation
/* Topicpath
/* MainVisual
/* Content,Column
/* Footer
*/

/* Base
Web¥µ¥¤¥È¤Ë¤ª¤±¤ë»ù±¾¤È¤Ê¤ë¥¹¥¿¥¤¥ë¡£
normalize.css¤ÎËû¡¢»ù±¾¤È¤Ê¤ë¥Õ¥©¥ó¥È¥µ¥¤¥º¤ä¥ê¥ó¥¯¥«¥é©`¤òÔO¶¨¤¹¤ë
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, /*p,*/ blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, table, caption, tbody, tfoot, thead, tr, th, td, header, main, nav, footer {margin:0;padding:0;border:0;vertical-align: baseline;letter-spacing:normal;}
html {-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;box-sizing:border-box;}
body {
	background-color: #FFF;
	color: #333;
	font-family: "ÓÎ¥´¥·¥Ã¥¯", YuGothic, "¥Ò¥é¥®¥Î½Ç¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}
#wrapper{overflow-x: hidden;}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "¥á¥¤¥ê¥ª",Meiryo,"ÓÎ¥´¥·¥Ã¥¯",YuGothic,"¥Ò¥é¥®¥Î½Ç¥´ Pro W3","Hiragino Kaku Gothic Pro","£Í£Ó £Ð¥´¥·¥Ã¥¯","MS PGothic",sans-serif;
	}
}
a {
	color: #15c;
	text-decoration: none;
}
a:link {text-decoration: none;}
a:visited {
	color: #609;
	text-decoration: underline;
}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}
ul, ol {list-style: none;}
img {
	border: 0;
	line-height: 1;
	vertical-align: bottom;
}
blockquote, q {quotes: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {display: none;}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}

@media (max-width: 768px) {
html,body{ width: 100%; overflow-x: hidden;}
body {-webkit-text-size-adjust: none;min-width:initial;}
	img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
}
@media(min-width: 769px) { /*768px ÒÔÉÏ*/
body {
	font-size: 93.75%;/*15px*/
}
}



/* Layout
 ¥Ø¥Ã¥À©`¡¢¥Õ¥Ã¥¿©`¡¢¥«¥é¥à¤È¤¤¤Ã¤¿¡¢Web¥Ú©`¥¸¤Î¥ì¥¤¥¢¥¦¥È¤òÔO¶¨¤¹¤ë
 */

/* header
----------------------*/
#header {
	position: relative;
	width: 100%;
	background: #172D4C;
}
#header_content {
	width: 1024px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
h1.logo {
	margin: 0;
	padding: 0;
	left: 0px;
	top: 13px;
	position: absolute;
}
h1.logo img {
	width: 365px;
	height: 56px;
}

#header_links li {
	padding-right: 10px;
	padding-left: 15px;
	display: inline-block;
}
#header_utility {
	text-align: right;
	width: 380px;
	height: 40px;
	margin: 0 0 0 644px;
	position: relative;
	top: 20px;
}
.btn_contact a {
	color: #FFF;
	background: url(/med/urourodir/common/images/bg_btn1_o.png) no-repeat 0 47%;
	background-size: 15px 15px;
	padding-left: 18px;
	display: block;
	font-size: 90%;
}
.btn_member a {
	color: #172D4C;
	background: url(/med/urourodir/common/images/bg_member.png) no-repeat 26px 50% #FFF;
	background-size: 25px 25px;
	padding: 12px 25px 12px 60px;
	display: block;
	border: 2px solid #FFF;
}
.btn_member a:hover {
	text-decoration: none;
	border: 2px solid #4ECFDE;
}

/* Navigation
----------------------*/
.bt_gmenu {	display: none;}
.navContainer {
	display: block;
	clear: both;
	background: #FFF;
	border-bottom: 3px solid #4ECFDE;
	white-space: nowrap;
}
.navContainer ul {
	max-height: 40px;
	max-width: 1024px;
	width: 100%;
	font-size: 0;
	margin: 0 auto;
}
.navContainer ul li {
	line-height: 40px;
	font-size: 16px;
	width: 21.923828125%;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #F0F0F0;
}
.navContainer ul li:first-child {
	border-left: 1px solid #F0F0F0;
}
.navContainer ul li.btn1 {
	width:120px;
}
.navContainer ul li a {
	color: #172D4C;
	display: block;
	text-decoration: none;
	transition: .5s;
}
.navContainer ul li.btn1 a {
	padding-left: 16px;
	background: url(/med/urourodir/common/images/bg_btn1.png) no-repeat 24px 45% #FFF;
	background-size: 15px 15px;
}
.navContainer ul li a:hover {
	color: #FFF;
	background-color: #4ECFDE;
	transition: .5s;
}
.navContainer ul li.btn1 a:hover {
	background: url(/med/urourodir/common/images/bg_btn1_o.png) no-repeat 24px 47% #4ECFDE;
	background-size: 15px 15px;
}
.root .navContainer ul li.btn1 a,
.classroom .navContainer ul li.btn2 a,
.guide .navContainer ul li.btn3 a,
.conference .navContainer ul li.btn4 a,
.recruit .navContainer ul li.btn5 a{
	color: #FFF;
	background-color: #4ECFDE;
	transition: .5s;
}
.root .navContainer ul li.btn1 a{
	background: url(/med/urourodir/common/images/bg_btn1_o.png) no-repeat 24px 47% #4ECFDE;
	background-size: 15px 15px;
}


/* Topicpath
----------------------*/
.topicpath {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 8px 0;
	font-size: 80%;
}
.topicpath dt {
	display: none;
}
.topicpath dd, .topicpath dd a {
	color: #FFF;
}

/* MainVisual
----------------------*/
#mv {
	clear: both;
	width: 100%;
	margin:0 0 50px;
	background-color: #F7F5EB;
}
#mv h1{
	width: 1024px;
	max-height: 120px;
	line-height: 120px;
	font-weight: normal;
	margin:0 auto;
	padding: 0 10px;
	background-repeat: no-repeat;
	background-position: right 50%;
}
.classroom #mv h1{ background-image: url(/med/urourodir/common/images/img_midashi_kyoushitu_025.png);}
.guide #mv h1{ background-image: url(/med/urourodir/common/images/img_midashi_shinsatu.png);}
.conference #mv h1{ background-image: url(/med/urourodir/common/images/img_midashi_kenkyu.png);}
.recruit #mv h1{ background-image: url("/med/urourodir/common/images/img_midashi_nyukyoku_025.png");}
.member #mv h1{ background-image: url(/med/urourodir/common/images/img_midashi_domonkai.png);}
.contact #mv h1{ background-image: url(/med/urourodir/common/images/img_midashi_toiawase.png);}

/* Content,Column
----------------------*/
#content {
	width: 1024px;
	margin: 0 auto 50px auto;
}
#content.fontL {font-size: 120%;}
#content.fontM {font-size: 100%;}
#content.fontS {font-size: 80%;}
.oneCol #main {width: 100%;}
.twoColLt #main {
	float: right;
	width: 664px;
}
.twoColLt #sidebar {
	float: left;
	width: 316px;
}
.twoColRt #main {
	float: left;
	width: 664px;
}
.twoColRt #sidebar {
	float: right;
	width: 316px;
}
/* Grid system */
.unit2,.unit3,.unit4 {
	float: left;
	display: block;
	margin-right:.78125%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.unit2 {	width: 49.397590361%;}
.unit3 {	width: 32.530120481%;}
.unit4 {	width: 24.096385542%;}

#univ_top #content {
	margin-top: 20px !important;
}
#main {	width: 100%;}
#sidebar ul {	list-style: none;}

.alpha, .first {margin-left: 0 !important;}
.omega, .last {	margin-right: 0 !important;}
.row, .innerbox {	margin: 0 0 20px;}
.row + .row, .innerbox + .innerbox {margin: 20px 0;}
.row:after, .innerbox:after {
	content: "";
	display: block;
	clear: both;
}
#main {
	line-height: 1.7;
}
#main p{
	margin-top: 0;
}
#main .gotop {
	clear: both;
	width: 100%;
	height: 24px;
	position: relative;
}
#main .gotop a {
	position: absolute;
	right: 0;
	top: 0;
	width: 97px;
	line-height: 24px;
	background: url(/med/urourodir/common/images/img_gotop.png) no-repeat 0 0;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
}

#sidebar{
	margin-bottom: 15px;
}
#sidebar .sideInfo{
	border: 6px solid #C3DAF2;
	margin-bottom: 15px;
}
#sidebar h3 {
	margin: 20px 20px 0 20px;
}
#sidebar h3 a{
	color: #303233;
}
#sidebar h4 {
	color: #172D4C;
	padding: 8px 12px;
	margin: 8px 0 0 0;
	padding-left: 6px;
	border-bottom: 1px dotted #172D4C;
}
.root #sidebar p,
.root #sidebar dl{
	margin: 20px 20px auto 20px
}
.root #sidebar a.btn_link{display: block;}

.sidebox {
	margin-bottom: 15px;
	border: 1px solid #C3DAF2;
}
.sidebox ul{
	margin: auto 20px 20px 20px;
}
.sidebox ul li{
	font-size: 1.1em;
	padding-left: 0 !important;
}
.sidebox ul li a{padding-left: .8em;}
.sidebox ul li a.current{
	background: url(/med/urourodir/common/images/ico_link_s.png) no-repeat 98% 12px #EDF4FA;
	background-size: 7px 12px;
}

#sidebar li {
	background: url(/med/urourodir/common/images/ico_link_s.png) no-repeat 98% 12px;
	background-size: 7px 12px;
	border-bottom: 1px dotted #172D4C;
	padding-left: 2em;
	line-height: 40px;
}
#sidebar li+li {
	border-top: none;
}
#sidebar ul li a {
	display: block;
	color: #172D4C;
}
#sidebar ul ul {
	margin: 0;
}
#sidebar ul ul li {
	background: url(/med/urourodir/common/images/ico_link_s.png) no-repeat 0 center;
	background-size: 7px 12px;
	border: none;
	margin-left: 0;
	padding-left: 15px
}
/*µÚ2ëAŒÓÒÔ½µ¤Î¥Ú©`¥¸¤Ç¥µ¥¤¥É¥á¥Ë¥å©`¤Î¥¢¥¯¥Æ¥£¥Ö»¯
*/
.classroom.staff ul li.nav03 a{
	background: url(/med/urourodir/common/images/ico_link_s.png) no-repeat 98% 12px #EDF4FA;
	background-size: 7px 12px;
}

/* Footer
----------------------*/
#footer {
	padding-top: 120px;
	position: relative;
	background: url(/med/urourodir/common/images/bg_footer.png) left top repeat-x;
	font-size: 85%;
}

#back_to_top .gotop a {
	position: absolute;
	top: 10px;
	right: 0;
	left:0;
	margin: auto;
	width: 122px;
	height: 72px;
	background: url(/med/urourodir/common/images/ico_footer.svg) 50% 10px no-repeat;
	background-size: 122px 72px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
}

#footer_links ul li {
	display: inline;
	padding-right: 25px;
}
#footer_links li a {
	color: #303233;
	background: url(/med/urourodir/common/images/ico_link_s.png) no-repeat 0 2px;
	background-size: 7px 12px;
	padding-left: 12px;
}
#footer_links li.btn_contact {
	margin-top: 20px;
	margin-bottom: 30px;
	display: block;
}
#footer_links li.btn_contact a {
	font-size: 100%;
	color: #303233;
	background: url(/med/urourodir/common/images/ico_contact_f.png) no-repeat 0 2px;
	background-size: 17px 12px;
	padding-left: 22px;
}
#footer_content .footer_logo {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #303233;
}
#footer_content p {
	line-height: 1.7;
}

#footer_links ul,  #footer_content {
	width: 1024px;
	margin: 0px auto 0;
}
#copyright {
	font-size: 80%;
	clear: both;
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 20px 10px;
	background-color: #172D4C;
}


@media(max-width: 768px) {/*768px ÒÔÏÂ*/
/*
/* header
/* Navigation
/* Topicpath
/* MainVisual
/* Content,Column
/* Footer
*/	
#header,#mv{width: 100%;}
#header_content,
.topicpath,#content,
#footer_content{width: 96%;}
#footer_links ul,
.twoColLt #main,
.twoColLt #sidebar,
.twoColRt #main,
.twoColRt #sidebar {
	float: none;
	width: 100%;
}
	
/* header
----------------------*/
#header_content {
    height: 70px;
}
h1.logo {
	width: auto;
	position: relative;
	padding-right:60px;
	top: 10px;
	}
h1.logo img {
	max-width: 365px;
	width: 100%;
}
#header_links li {
	padding-right: 10px;
	padding-left: 15px;
	display: inline-block;
}
#header_utility {
display: none;
}
	

/* Navigation
----------------------*/
.bt_gmenu,
	.bt_gmenu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.bt_gmenu {
	position: absolute;
	top: -80px;
	right: 15px;
	width: 40px;
	height: 40px;
	background: #172D4C;
	box-shadow: none;
	border-radius: 4px;
	border: 1px solid #FFF;
	font-weight: 600;
}
.bt_gmenu:hover {
	border-color: none;
	box-shadow: none;
	cursor: pointer;
	border: 1px solid #FFF;
}
.bt_gmenu span {
	position: absolute;
	left: 8px;
	width: 20px;
	height: 4px;
	background-color: #FFF;
}
.bt_gmenu span:nth-of-type(1) {	top: 8px;}
.bt_gmenu span:nth-of-type(2) {	top: 17px;}
.bt_gmenu span:nth-of-type(3) {	bottom: 8px;}
.bt_gmenu.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.bt_gmenu.active span:nth-of-type(2) {opacity: 0;}
.bt_gmenu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
#siteNavigation {
	position: absolute !important;
	top:100px;
	right: 0px;
	z-index: 9999;
	width: 100%;
	padding-bottom: 100px !important;
}
.navContainer {
	display: none;
	padding: 0;
	margin: 0 auto;
	position: fixed;
	top: 100px;
	right: 0px;
	clear: both;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.navContainer ul {	margin-bottom: 100px;}
.navContainer ul li {
	display: block;
	width: 100%;
	border-top: 1px solid #666;
	border-bottom: 1px solid #000;
	background: #333;
}
.navContainer ul li.btn1 {	width: 100%;}
.navContainer ul li:first-child {border-left:none;}
.navContainer ul li a {border-right: none;}
.navContainer ul li.btn1 a{
	padding-left: 0;
	width: 100%;
	background-image: none;
	background-color: #333;
}
.navContainer ul li:first-child a {border-left: none;}
.navContainer ul li a {
	color: #FFF;
	margin: 0;
	font-size: 18px;
}
.navContainer ul li a:hover,
.navContainer ul li.btn1 a:hover {
	color: #ccc;
	background-image: none;
	background-color: #222;
}
body.fixed #main {opacity: .6;}
.fixed {
	position: fixed !important;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
}
.menu-toggle, #siteNavigation .toggled ul {
	display: block;
}

		
#mv {
	clear: both;
	width: 100%;
	margin-bottom:30px;
	background-color: #F7F5EB;
}
#mv h1{
	font-size: 146.6%;
	font-weight: normal;
	margin:0 auto;
	padding: 20px 10px;
	max-height: 40px;
	line-height: 1.2;
}
	
/* Topicpath
----------------------*/
.topicpath dd {
	font-size: 90%;
	border-top: 1px solid #c0cee0;
	padding: 4px 10px 0 10px;
}
/* Content,Column
----------------------*/
.pages #main {
	margin-bottom: 80px;
}
	
#sidebar{
	margin-top:30px;
}
/*.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
	margin-right: 1.953125%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.col-xs-12,  .col-xs-6:nth-child(2n),  .col-xs-4:nth-child(3n),  .col-xs-3:nth-child(4n) {
	margin-right: 0;
}
.col-xs-1 { width: 6.54296875%;}
.col-xs-2 {	width: 15.0390625%;}
.col-xs-3 {	width: 23.53515625%;}
.col-xs-4 {	width: 32.03125%;}
.col-xs-5 {	width: 40.52734375%;}
.col-xs-6 {	width: 49.0234375%;}
.col-xs-7 {	width: 57.51953125%;}
.col-xs-8 {	width: 66.015625%;}
.col-xs-9 {	width: 74.51171875%;}
.col-xs-10 {	width: 83.0078125%;}
.col-xs-11 {	width: 91.50390625%;}
.col-xs-12 {	width: 100%;}*/

.hidden_pc {display: block !important;}
	
/* Footer
----------------------*/
#back_to_top {
	background-color: #F0F0F0;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	position: static;
}
#back_to_top .gotop {
	margin: 0
}
#back_to_top .gotop a {
	position: static;
	right: auto;
	top: auto;
	width: 100%;
	background-position: center;
	padding: 12px 0;
	margin: 0;
}
#footer {padding-top:0px;}
#footer_content {
	margin: auto 10px !important;
}
#footer_links{margin-bottom: 20px;}
#footer_links ul {
	margin-top: 0;
}
#footer_links ul:after {
	clear: both;
	content: "";
	display: block;
}
#footer_links ul li {
	float: left;
	display: block;
	padding: 5px 0;
	margin: .5%;
	text-align: center;
	width: 48%;
	border: 1px solid #ccc;
}
#footer_links ul li a, #footer_links li.btn_contact a {
	display: block;
	background: none;
	padding-left: 0;
}
#footer_links li.btn_contact {
	margin-top: .5%;
	margin-bottom: 0px;
}
.hidden_sp {
	display: none!important;
}
}

@media(max-width:480px) {/*480px ÒÔÏÂ*/
	.unit2,.unit3,.unit4{float: none; margin: 0; width: 100%;}
#header_utility {
	text-align: right;
	width: 100%;
	height: 40px;
	margin: 0 0 0 644px;
	position: relative;
	top: 20px;
}
	
}

@media(-webkit-min-device-pixel-ratio: 2) {
}

@media(min-width:769px) {
.menu-toggle {display: none;}
.navContainer {display: block;}
.hidden_pc {display: none !important;}
}
