@charset "utf-8";
/* 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;
}
body {
  background-color: #FFF;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î½Ç¥´ Pro W3", /*YuGothic, "ÓÎ¥´¥·¥Ã¥¯",*/ "¥á¥¤¥ê¥ª", Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
}
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;
}

body {
    font-size: 93.75%;/*15px*/
  }



/* Layout
 ¥Ø¥Ã¥À©`¡¢¥Õ¥Ã¥¿©`¡¢¥«¥é¥à¤È¤¤¤Ã¤¿¡¢Web¥Ú©`¥¸¤Î¥ì¥¤¥¢¥¦¥È¤òÔO¶¨¤¹¤ë
 */


#header {
  background: #FFFCF2 url(../images/common/bg_ft.png) repeat-x 0 0;
  position: relative;
  width: 100%;
}
#header_content {
  display:block;
  height: 110px;
  width: 1024px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
h1.logo {
  margin: 0;
  padding: 0;
  left: 0px;
  top: 22px;
  position: absolute;
}
h1.logo img {
  width: 366px;
  height: 68px;
}
.header_links {
  position: absolute;
  top: 55px;
  right: 0;
}
.header_links li {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
}
.header_links li a {
  background: url(/med/ncc/images/common/ico_arr01.png) left center no-repeat;
  padding-left: 19px;
}

#global_nav {
  background-color: #17D3FF;
  height: 50px;
  width: 100%;
}
#global_nav p#menu_toggle {
  display: none;
}
#global_nav ul {
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 1024px;
}
#global_nav li {
  display: inline-block;
  float: left;
  line-height: 50px;
  text-align: center;
  width: 20%;
}
#global_nav li a {
  background-color: #00BBFF;
  border-left: 1px solid #FFF;
  box-sizing: border-box;
  color: #FFF;
  display: block;
  font-size: 120%;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}
#global_nav li a:hover {
  background-color: #6bb8d8;
}
#global_nav li.btn5 a {
		border-right: 1px solid #FFF;
}
#global_nav li a span {
	background: url(/med/ncc/images/common/ico_gnav.png) 0 center no-repeat;
	padding-left: 19px;
}
#global_nav li.btn1 a span { background-position: 0 0px;}
#global_nav li.btn2 a span { background-position: 0 -25px;}
#global_nav li.btn3 a span { background-position: 0 -50px;}
#global_nav li.btn4 a span { background-position: 0 -75px;}
#global_nav li.btn5 a span { background-position: 0 -95px;}

/* content
---------------------------------------------------------- */

.topicpath {
  display: block;
  padding: 15px 0;
  font-size: 80%;
}
.topicpath dt {
  display: none;
}
.pages #main {
  line-height: 1.7;
}
.pages #sidebar h3 {
  background-color: #8ac953;
  color: #FFF;
  padding: 15px;
}
.pages #sidebar ul {
  margin-right: 0;
}
.pages #sidebar li {
  background: url(/med/ncc/images/common/ico_arr01.png) no-repeat 10px 15px;
  border: 1px solid #c0cee0;
  padding-left: 2em;
  line-height: 40px;
}
.pages #sidebar li+li {
  border-top: none;
}
.pages #sidebar ul li a {
  display: block;
}
.pages #sidebar ul ul {
  margin: 0;
}
.pages #sidebar ul ul li {
  background: url(/med/ncc/images/common/ico_arr02.png) no-repeat 0 center;
  border: none;
  margin-left: 0;
  padding-left: 15px
}

/*.pages #sidebar ul.third,
.pages #sidebar ul.third-igakubu,
.pages #sidebar ul.third-hokenkango {
	display: none;
}*/

 #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;
}

/* 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;
}
.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;
}
/*
footer
*/

#footer {
  background: #FFFCF2 url(../images/common/bg_ft.png) 0 0 repeat-x;
  clear: both;
  margin-top: 50px;
  padding-top: 10px;
}
#footer_content {
  width: 1024px;
  margin: 0 auto;
  text-align: left;
}
.footer_logo {
  color: #735743;
  font-size: 120%;
}
.footer_logo span {
  font-size: 80%;
}
.gotop {
  float: right;
}
.gotop a {
  color: #999;
  display: block;
  margin: 0px;
  padding: 2px 6px 2px 6px;
  text-decoration: none;
}
* html .gotop a {
  width: 14em;
}
.gotop a:hover,
.gotop a:visited:hover {
  background-color: #64ca47;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  display: block;
  padding: 2px 6px 2px 6px;
  text-decoration: none;
}
#copyright {
  background-color: #2FBAFF;
  clear: both;
  color: #fff;
  padding: 5px;
  text-align: center;
}

