@charset "utf-8";
/* Module
 Webページを構成するパーツ。表組み、ボタン、タブ、リスト等を設定する
 */
/* Alignment */
.text_left   { text-align: left   !important; }
.text_center { text-align: center !important; }
.text_right  { text-align: right  !important;}
.text_justify{ text-align: justify !important; }
.text_nowrap { white-space: nowrap !important; }

/* Width */
.w1-10{ width: 10% !important;}
.w1-5 { width: 20% !important;}
.w1-4 { width: 25% !important;}
.w1-3 { width: 33.3% !important;}
.w1-2 { width: 50% !important;}
.w2-3 { width: 66.6% !important;}

/* Text Color */
.text_bold,.bold { font-weight: bold;}
.text_mini, .mini { font-size: 70% !important;} /* 10.5px */
.text_small, .small { font-size: 85% !important;} /* 12px */
.text_lead { font-size: 120%; color: #464d47;} /* 18px */
.text_large  { font-size: 120%;} /* 18px */
.text_xlarge { font-size: 140%;} /* 21px */
.text_note {
	padding-left: 1em;
	text-indent: -1em;
}
.text_red,.red { color: #a94442 !important;}
.text_yellow   { color: #FED204;}
.text_orange   { color: #de8d00;}
.text_lightblue{ color: #4ecfde;}
.text_blue     { color: #3879ba;}
.text_navy     { color: #172d4c;}
.text_brown    { color: #642100;}
.text_pink     { color: #e5608c;}
.text_vivitpink{ color: #ED118F;}
.text_green    { color: #8aba48;}
.text_purple   { color: #8256a3;}
.text_white,.white { color: #FFFFFF;}

/* 背景色 */
.bgyellow    { background-color: #FED204;}
.bgorange    { background-color: #de8d00;}
.bglightblue { background-color: #4ecfde;}
.bgblue      { background-color: #3879ba;}
.bgnavy      { background-color: #172d4c;}
.bgbrown     { background-color: #642100;}
.bgpink      { background-color: #e5608c;}
.bgvivitpink { background-color: #ED118F;}
.bggreen     { background-color: #8aba48;}
.bgpurple    { background-color: #8256a3;}
.bgred       { background-color: #D30C44;}
.bggray      { background-color: #E5E5E5;}

/*button Link*/
a.btn_link {
	color: #FFF;
	background:  url(/med/urourodir/common/images/ico_link_w.png) no-repeat 94% 50% #E5608C;
	background-size: 7px 12px;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	padding: 5px 30px 5px 20px;
	text-decoration: none;
}
a.btn_link:hover {background-color: #E04681;}

a.btn_link_blue {
	color: #FFF;
	background:  url(/med/urourodir/common/images/ico_link_w.png) no-repeat 94% 50% #4ECFDE;
	background-size: 7px 12px;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	padding: 5px 30px 5px 20px;
	text-decoration: none;
}
a.btn_link_blue:hover {background-color: #50ABDD;}


/* Heading */
#main h1,
#main h2,
#main h3,
#main h4,
#main h5 {
    margin-bottom: 15px;
}
#main h1 a,
#main h2 a,
#main h3 a,
#main h4 a,
#main h5 a{
	text-decoration: underline;
}

#main h2 a{
  color: #172D4C;
}

#main h1 {
	color: #172D4C;
	font-size: 166.7%;
  font-weight: normal;
	line-height: 1.2;
  margin-bottom: 20px;
	padding-bottom: 20px;
  padding-left: 10px;
}
#main h2 {
	color: #172D4C;
	background-color: #EDF4FA;
	border-left: 5px solid #172D4C;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1.4;
	padding: 15px 0 15px 20px;
	margin-bottom: 20px;
}
#main h2 span {	font-size: 14px;}
#main h3,
#sidebar h3{
	margin-top:20px;
	color: #172D4C;
	border-bottom: 1px solid #172D4C;
	padding-left:30px;
	padding-bottom: 5px;
	font-size: 24px;
	background: url(/med/urourodir/common/images/bg_h3.png) no-repeat 0 3px;
	background-size: 25px 25px;
}
#main h4 {
	/*color: #6C6E6E;*/
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 14px;
}
#main h4:first-child {margin-top: 0;}
#main h4:before {	content: "[ ";}
#main h4:after {	content: " ]";}
#main h5 {
	font-size: 100%;
	margin-bottom: 0;
}
#main h5+p,
#main h5+ul,
#main h5+ol {
	margin-top: 0;
}

/* Listing */
.list {
	margin-bottom: 1em !important;
	padding-left: 40px;
	list-style: disc;
}
ol.list { list-style: decimal; }
ul.ul_circle { list-style: circle; }
ul.ul_square { list-style: square; }
ul.ul_arr01  {
	margin-bottom: 1em;
	padding-left:20px;
}
ul.ul_arr01 li {
	background: url(/med/urourodir/common/images/ico_arr01.png) no-repeat 0 .5em;
	padding-left: 20px;
}
ul.ul_bnr li{
	text-align: center;
	border: none !important;
	padding: 0 !important;
	margin-bottom: 5px;
  background: none !important;
}
ul.list-inline li {
	float: left;
	width: 48.5%;
	font-size: 1.1em;
	margin-bottom:1%;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #4ECFDE;
	background: #FFF;
}
#list-unit ul.list-inline li {
	float: none;
	width: 100%;
}
ul.list-inline li:nth-child(1n) {
	margin-right: 1%;
}
ul.list-inline li a {
	display: block;
	color: #172D4C;
	font-weight: bold;
	background: url(/med/urourodir/common/images/ico_link_l.png) no-repeat 96% 50%;
	background-size: 11px 21px;
	padding-left: 20px;
	padding: 20px 30px 20px 20px;
	text-decoration: none;
}
ul.list-inline li:hover {
	background-color: #EDF4FA;
}
dl.list {
  padding-left: 0;
}
dl.list dt {
  margin-top: .5em;
}
dl.list dt:first-child {
  margin-top: 0;
}
dl.list dd {
  display:block;
	padding-left: 40px;
}
dl.list_inline dt {
  float:left;
  clear:left;
	white-space: nowrap;
}
dl.list_inline dd {margin-left:80px;}
#main .list li {
  margin-bottom: 3px;
  padding-bottom: 5px;
}
#main .list li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

@media screen and (max-width:767px){

  ul.list-inline li {
    float: none;
    width: 100%;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
}

/* Table */
caption {
	padding-bottom: .5em;
	font-weight: bold;
}
table.bordered {
	width: 100%;
	margin: 0 0 1em;
	border: 1px solid #c0cee0;
	border-collapse: collapse;
	border-spacing: 0;
}
table.bordered th,
table.bordered td {
	padding: 10px 8px;
	border-right: 1px solid #c0cee0;
	border-bottom: 1px solid #c0cee0;
	background: #fff;
}
table.bordered th {
	background: #edf3fa;
}
/*table.bordered th+ th {
	background: #f7fbfD;
}*/
table.bordered td {
	vertical-align: top;
}

@media screen and (max-width:767px){
.table_scroll { 
    display: block; 
	margin: 0 -8px;
    width: 100%; 
}
.table_scroll thead{ 
    display: block; 
    float: left;
    overflow-x:scroll;
}
.table_scroll tbody{ 
    display: block; 
    width: auto; 
    overflow-x: auto; 
    white-space: nowrap;
}
.table_scroll th{
    display: block;
    width:auto;
}
.table_scroll tbody tr{ 
    display: inline-block; 
    margin: 0 -3px;
}
.table_scroll td{ 
    display: block;
}

}

@media screen and (max-width:480px){
.table_box, .table_list {
	margin: 0 -8px;
}

.table_box th,
.table_box td {
	width: 100%;
	display: block;
	border-top: none;
}
.table_box tr:first-child th { border-top: 1px solid #ddd; }

.table_list tr {
    display:block;
    margin-bottom: 10px;
}

.table_list th {
    display:block;
    width: 100%;
}

.table_list td {
	background: none;
    display: list-item;
    width: 90%;
    margin-left: 10%;
    border:none;
}

}

/* Icon & Pictogram */
.ico_pdf,.pdf,
.ico_doc,.doc,
.ico_xls,.xls,
.ico_blank {
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 17px 0 0;
}
.ico_pdf,.pdf { background-image: url(/med/urourodir/common/images/ico_pdf.png); }
.ico_doc,.doc { background-image: url(/med/urourodir/common/images/ico_doc.png); }
.ico_xls,.xls { background-image: url(/med/urourodir/common/images/ico_xls.png); }
.ico_blank{	background-image: url(/med/urourodir/common/images/ico_link.png); }

/* Tool */
.clear { clear: both;}
.hide  { display: none;}

/* Float */
img.right   { float: right;	margin-left: 20px; }
img.left    { float: left; margin-right: 20px; }
img.center {
	display: block;
	margin: 0 auto 15px;
}
@media screen and (max-width:767px){
	img.right ,img.left {
		display: block;
		float: none;
		margin: 0 auto;
		margin-bottom: 15px;
	}
}

/* Box Module */
.borderbox,
.borderbox_blue,
.relatedinfo,
.contactunit {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #c0cee0;
	box-sizing: border-box;
}
#main .borderbox:first-child,
#main .borderbox_blue:first-child,
#main .relatedinfo:first-child,
#main .contactunit:first-child{
    margin-top: 0px;
}
.borderbox {
	border-color: #C3DAF2;
	padding: 10px 20px;
}
.borderbox_blue {
	border-color: #4ECFDE;
	background: #EAF9FB;
	padding: 10px 20px;
}
.relatedinfo{
	border-left: none;
	border-right: none;
	border-radius: 0;
}
.relatedinfo dt,
.relatedinfo h4 {
    background: url(/med/urourodir/common/images/ico_circle-gray.gif) no-repeat 10px center;
    border-bottom: 1px dotted #c0cee0;
	color: #333 !important;
	margin-bottom: 15px;
    padding: .75em 10px .75em 30px;
}
.contactunit {
	border-width: 3px;
}
.contactunit dt {
	padding:.75em 10px;
	border-bottom: 1px solid #c0cee0;
	margin: 0 0 0.2em;
	font-weight: bold;
}
.contactunit dd { padding:10px; }
.contactunit address { margin-left: 1em; }

#main #news_block {
	border: 1px solid #C3DAF2;
	background-color: #FFF;
	height: 350px;
	padding: 10px 20px;
	overflow: auto;
}
#main #news_block dl{
	margin: 5px 0;
	line-height: 1.5;
}
#main #news_block dt {
	background-position: 9em 0px;
	background-repeat: no-repeat;
	color: #DE8D00;
	font-size: 90%;
	margin-bottom: .3em;
}
#main #news_block dt span {
  margin: 0 20px;
  padding: 0 10px;
	display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 13px;
	line-height: 22px;
}
#main #news_block dt .cate_info {background-color: #8ABA48;}
#main #news_block dt .cate_recruit {background-color: #DE8D00;}
#main #news_block dt .cate_event {background-color: #E5608C;}
#main #news_block dt .cate_news {background-color: #3879BA;}

#main #news_block dd {
	padding: 0 0 .3em 0;
	margin-bottom: 1em;
	border-bottom: 1px dotted #303233;
}


@media screen and (-webkit-min-device-pixel-ratio: 2) {
}

/* Widget */
.tabpanel ul {
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.tabpanel li {
	display: table-cell;
	background: #F0F0F0;
	border-bottom: 3px solid #2EA58F;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	width: 33.3%;
}
.tabpanel li.is-active {
	background: #2EA58F;
}
.tabpanel li.is-active a {
	color: #fff;
}
.tabpanel div:nth-of-type(n+2) {
	display: none;
}
/* theme-tabpanel */
.theme-tabpanel {
  /*margin: 10px;*/
}
.theme-tabpanel li {
	text-align: center;
}
@media screen and (max-width:767px){

	.theme-tabpanel li {
		font-size: 93.3%;
		font-weight: bold;
	}

}
.theme-tabpanel li + li {
	border-left: solid 1px #C0CEE0;
}
.theme-tabpanel li a {
	display: block;
	color: #333;
	padding: 10px;
	text-decoration: none;
}

/* Margin */
.section01 { margin: 0 10px;}
.section02 { margin: 0 20px;}
.section03 { margin: 0 30px;}
.section01 ul { padding-left: 10px!important;}
.section02 ul { padding-left: 0px!important;}

.page-submenu .col-4 .section01 li { margin-bottom: 10px;}
.mt00 { margin-top: 0   !important;}
.mt10 { margin-top:10px !important;}
.mt20 { margin-top:20px !important;}
.mt30 { margin-top:30px !important;}
.mb00 { margin-bottom: 0   !important;}
.mb10 { margin-bottom:10px !important;}
.mb20 { margin-bottom:20px !important;}
.mb30 { margin-bottom:30px !important;}

/* Padding */
.pt00 { padding-top: 0   !important;}
.pt10 { padding-top:10px !important;}
.pt20 { padding-top:20px !important;}
.pt30 { padding-top:30px !important;}
.pb00 { padding-bottom: 0   !important;}
.pb10 { padding-bottom:10px !important;}
.pb20 { padding-bottom:20px !important;}
.pb30 { padding-bottom:30px !important;}


/*
個別ページを構成するパーツ
*/

#main .infobox {
	margin-bottom: 40px;
}
#main .infobox .innerbox {
	height: 14em;
	overflow: auto;
}
#main .infobox ul {
  list-style: none;
  padding-left: 0;
}
#main .infobox .list li {
	border-top: 1px solid #C0CEE0;
	padding: 10px;
}
#main .infobox .list li:first-child {
	border-top: none;
}
#main .infobox .list span {
	margin-right: 13px;
}
.link_english {
  font-size: 93%;
  text-align: right;
}
.link_english a {
  background: url(/med/urourodir/common/images/ico_arr02.png) no-repeat left center;
  padding: 10px 10px 10px 14px;
}