@charset "utf-8";
/*--------------------------------------
  印刷用
---------------------------------------*/
body {
	font-size: 100%;
	color: #000;
	line-height: 1.5;
	background-color: #FFF;
}

a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}

p, dt, dd, th, td, li  {
    line-height: 1.8;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

img {
	border: 0;
}

#header {
  border-top: 3px solid #2F3D99;
  position: relative;
  width: 100%;
}
#header_content {
  height: 100px;
  width: 1024px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
h1.logo {
  margin: 0;
  padding: 0;
  left: 0px;
  top: 13px;
  position: absolute;
}
h1.logo img {
  width: 325px;
  height: 50px;
}
#global_nav {
  width: 100%;
  background-image: url(/med/urourodir/common/images/bg_global_nav.png);
  background-repeat: repeat-x;
  background-position: 0 42px;
}
.menu_trigger {
  display: none;
}
.pages #global_nav {
  background-image: url(/med/urourodir/common/images/bg_global_nav_pages.png);
  background-repeat: no-repeat;
  background-position: center 42px;
}
#menu_block {
  height: 500px;
  position: relative;
  width: 100%;
}
.pages #menu_block {
  height: 310px !important;
}
#menu_block ul {
  width: 1024px;
  margin: 0 auto;
}
#menu_block ul li {
  display: inline-block;
  float: left;
}
.menu01 {
  border-top: 1px solid #BCCFE2;
  border-bottom: 1px solid #BCCFE2;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.menu01 li {
  line-height: 40px;
  width: 20%;
  text-align: center;
}
.menu01 li a {
  border-left: 1px solid #C0CEE0;
  box-sizing: border-box;
  color: #333;
  display: block;
  font-weight: bold;
}
.menu01 li.btn5 a {
  border-right: 1px solid #C0CEE0;
}
.menu01 li a span {
  background: #FFF url(../images/ico_user.png) 0 center no-repeat;
  padding-left: 19px;
}
.menu01 li.btn1 a span {
  background-position: 0 0px;
}
.menu01 li.btn2 a span {
  background-position: 0 -25px;
}
.menu01 li.btn3 a span {
  background-position: 0 -50px;
}
.menu01 li.btn4 a span {
  background-position: 0 -75px;
}
.menu01 li.btn5 a span {
  background-position: 0 -95px;
}
.menu02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.menu02 li {
  line-height: 60px;
  width: 16.6666%;
  text-align: center;
}
.menu02 li a {
  background: #233A9D url(../images/bg_menu02_list.png) no-repeat center bottom;
  border-top: 3px solid #4B67DD;
  border-left: 1px solid #C0CEE0;
  box-sizing: border-box;
  color: #FFF;
  display: block;
  font-weight: bold;
}
.menu_title {
  display: none;
}
#mv {
  clear: both;
  position: absolute;
  top: 175px;
  left: 0;
  width: 100%;
  height: 310px;
  z-index: 110;
}
#header_links {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 80%;
  display: block;
}
#header_links li {
  padding-right: 10px;
  padding-left: 15px;
  display: inline-block;
  background: url(/med/urourodir/common/images/ico_arr01.png) no-repeat 0 center;
}
#header_links li.btn_shiryou,  #header_links li.btn_english {
  background-image: none !important;
  background-color: #F3696F !important;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  color: #FFF;
  line-height: 30px;
  padding: 0;
  text-align: center;
}
#header_links li.btn_english {
  background-color: #2F3D99 !important;
}
#header_links li.btn_shiryou a,  #header_links li.btn_english a {
  color: #FFF;
  display: block;
  min-width: 100px;
}
#header_utility {
  width: 380px;
  height: 40px;
  margin: 0 0 0 644px;
  position: relative;
  top: 55px;
}
#font_block {
  width: 136px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/med/urourodir/common/images/txt_fontresize.gif) 0 center no-repeat;
}
#font_block li {
  width: 22px;
  height: 22px;
  cursor: pointer;
  text-indent: -9999px;
}
#font_block li.sizeL {
  position: absolute;
  top: 0px;
  left: 116px;
  background: url(/med/urourodir/common/images/btn_sizeL.gif) 0 0 no-repeat;
}
#font_block li.sizeM {
  position: absolute;
  top: 0px;
  left: 92px;
  background: url(/med/urourodir/common/images/btn_sizeM.gif) 0 0 no-repeat;
}
#font_block li.sizeS {
  position: absolute;
  top: 0px;
  left: 69px;
  background: url(/med/urourodir/common/images/btn_sizeS.gif) 0 0 no-repeat;
}
#search_block {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
}
#search_block input {
  vertical-align: middle;
}
#search_block input[type="text"] {
  width: 175px;
}
#searchsubmit {
  background: #2f3d99 !important;
  border-color: #2f3d99;
  border-radius: 3px;
  color: #fff !important;
}
#content {
  width: 1024px;
  margin: 0 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: 676px;
}
.twoColLt #sidebar {
  float: left;
  width: 328px;
}
.twoColRt #main {
  float: left;
  width: 676px;
}
.twoColRt #sidebar {
  float: right;
  width: 328px;
}
.pages.twoColLt #main,
.pages.twoColRt #main {
  float: none;
  width: 100%;
}
.pages.twoColLt #sidebar,
.pages.twoColRt #sidebar {
  display: none;
}
/* Grid system */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.col-1 {
  width: 67px;
}
.col-2 {
  width: 154px;
}
.col-3 {
  width: 241px;
}
.col-4 {
  width: 328px;
}
.col-5 {
  width: 415px;
}
.col-6 {
  width: 502px;
}
.col-7 {
  width: 589px;
}
.col-8 {
  width: 676px;
}
.col-9 {
  width: 763px;
}
.col-10 {
  width: 850px;
}
.col-11 {
  width: 937px;
}
.col-12 {
  margin-right: 0;
  margin-left: 0;
  width: 1024px;
}
#univ_top #content {
  margin-top: 20px !important;
}
#main {
  width: 100%;
}
#sidebar {
}
#sidebar ul {
  list-style: none;
}
#footer {
  background: #FFF;
}
#footer_links ul,  #footer_adr {
  width: 1024px;
  margin: 30px auto 0;
}
#copyright {
  clear: both;
  color: #2f3d99;
  text-align: left;
  width: 1024px;
  margin: 30px auto 0;
  padding-bottom: 20px;
}
.hidden_pc,
#back_to_top {
  display: none;
}
