﻿/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html{
/*  font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;*/
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*{
  box-sizing: border-box;
}

/* for ultmarc.com */

html {
  font-size: 18px;
}

/* header area */

.ult-float-left{
  position: relative;
  left: 0;
}

.banner_area{
  position: relative;
  bottom: 0px;
  display: inline-block;
  text-align: left;
  margin: 5px 20px 0px;
  padding: 5px;
  border: hidden;
  max-width: 100%;
  height: auto;
}

.emergency_box{
  position: absolute;
  bottom: 0px;
  display: inline-block;
  text-align: left;
  margin: 10px 20px 0px;
  padding: 10px;
  border: thin solid #ed1c24;
}

.emergency_tit{
  color: #ed1c24;
  font-weight: bold;
}

.icon_warning{
  position: left;
  top: 0px;
  left: 0px;
  width: 5px;
  height: 5px;
  background-size: contain;
  background-image: url(/images/icon_warning.png);
  background-repeat: no-repeat;
}

.ult-float-right{
  position: absolute;
  top: 0;
  right: 0;
}

.ult-header{
  display: block;
  background-color: #fff;
  margin-bottom: 12px;
}

.ult-header .logo-ultmarc{
  margin: 23px 0 0 23px;
}

.ult-header .logo-ultmarc img{
  width: 165px;
  height: auto;
}

.ult-header .logo-docomo{
  margin: 27px 27px 0 0;
}

.ult-header .logo-docomo img{
  width: 130px;
  height: auto;
}

.ult-header .logo-ultmarc,
.ult-header .contact,
.ult-header .members{
  display: inline-block;
  vertical-align: top;
}

.ult-header .contact,
.ult-header .members{
  margin-top: 32px;
}

.ult-header .contact{
  background-color:#8cc63f;
  color: #fff;
  font-size: 0.9rem;
  width: 155px;
  text-align: center;
  padding: 8px 0;
  margin-left: 32px;
}

.ult-header .members{
  background-color:#ed1c24;
  color: #fff;
  font-size: 0.9rem;
  width: 155px;
  text-align: center;
  padding: 8px 0;
  margin-left: 6px;
}

.ult-header .contact a,
.ult-header .members a{
  text-decoration: none;
  color: #fff;
}

.ult_ext_contact{
  height: 0;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .emergency_box{
    font-size: 0.8rem;
    width: 250px;
    margin: 10px 20px 0px;
    padding: 6px 0;
  }
}

@media (max-width: 768px) {
  .ult-header .contact,
  .ult-header .members{
    margin-top: 24px;
  }
  .ult-header .contact{
    font-size: 0.7rem;
    width: 100px;
    padding: 6px 0;
    margin-left: 16px;
  }
  .emergency_box{
    font-size: 0.6rem;
    width: 165px;
    margin: 10px 20px 0px;
    padding: 6px 0;
  }
  .ult-header .members{
    font-size: 0.7rem;
    width: 100px;
    padding: 6px 0;
    margin-left: 6px;
  }
  .ult-header .logo-ultmarc{
    margin: 8px 0 0 8px;
  }
  .ult-header .logo-docomo{
    margin: 12px 8px 0 0;
  }
}

@media (max-width: 640px) {
  .ult-header .members,
  .ult-header .emergency_box{
    margin-left: 6px;
    display: none;
  }
}

@media (max-width: 480px) {
  .ult-header .ult-top-contact,
  .ult-header .ult-top-login,
  .ult-header .emergency_box{
    display: none;
  }
  .ult-header .logo-ultmarc{
    margin: 8px 0 0 8px;
  }
  .ult-header .logo-ultmarc img{
    width: 110px;
  }
  .ult-header .logo-docomo{
    margin: 12px 8px 0 0;
  }
  .ult-header .logo-docomo img{
    width: 88px;
  }
  .flex-direction-nav a:before {
    font-size: 16px;
  } 
  .flex-direction-nav a {
    width: 16px;
    height: 16px;
    margin: -10px 0 0 0;
  }
  .flex-control-nav {
    display: none;
  } 
  .flexslider {
    margin: 0 0 8px 0 !important;
  }

  .ult_ext_contact{
    width: 100%;
    height: 30px;
    text-align: center;
  }
  .ult_ext_contact > a {
    display: block;
    background-color:#8cc63f;
    text-decoration: none;
    color: #fff;
    padding: 8px 0;
  }
  
}


/* main inner flex width area */

.mainInnerArea{
  width: 100%;
}

.mainInnerArea > div{
  width: 1000px;
  margin: 0 auto;
  overflow-x: hidden;
}

@media (max-width: 1000px) {
  .mainInnerArea > div{
    width: 100%;
    margin: 0;
  }
}

/* top main photos */

#mainPhoto{
  width: 100%;
  overflow-x: hidden;
  display: block;
}

.flexslider{
  border: none !important;
  margin: 0 0 40px;
}

.flex-control-nav {
  bottom: -35px;
}

/* sub main images */

#mainImage{
  display: block;
  width: 100%;
  position: relative;
}

#mainImage:before {
  content:"";
  display: block;
  padding-top: 20%;
}

#mainImage .topimage_cover{
  position: absolute;
  width: 100%;
  top:0;
}

#mainImage .topimage_cover img{
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}

#mainImage .topimage_cover .topimage_overlay {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 30px;
}

#mainImage .topimage_cover .topimage_overlay > div {
  width: 1000px;
  margin: 0 auto;
}

#mainImage .topimage_cover .topimage_overlay > div > h2 {
  display: inline;
  width: auto;
  margin-left: -16px;
  padding: 8px 64px 8px 16px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #444;
/*  background-color: #ffffffaa;*/
  background: -moz-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.7) 50%,  rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 1032px) {
  #mainImage .topimage_cover .topimage_overlay > div > h2 {
  margin-left: 32px;
}
}
@media (max-width: 1000px) {
  #mainImage .topimage_cover .topimage_overlay > div {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 640px) {
  #mainImage .topimage_cover .topimage_overlay {
    margin-top: 16px;
  }
  #mainImage .topimage_cover .topimage_overlay > div > h2 {
    font-size: 1.2rem;
  }
}

/* breadCrumb*/

#breadCrumb .breadCrumb_body,
#breadCrumb .breadCrumb_body a{
  font-size: 0.8rem;
  text-decoration: none;
  color: #444;
  padding: 16px 0 16px 0;
  overflow: hidden;
}
#breadCrumb .breadCrumb_body a:hover{
  text-decoration: underline;
  color: #000;
}

/* mainMenu & contents area */

#mainContentsOuter{
  letter-spacing: -.4em;
}

#sideMenus,
#mainContents{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

#sideMenus{
  width: 240px;
}

#mainContents{
  width: calc(100% - 240px);
}

#mainContents > div{
  width: 100%;
  padding: 0 0 32px 32px;
}

@media (max-width: 640px) {
  #sideMenus,
  #mainContents{
    display: block;
  }

  #sideMenus{
    width: 100%;
  }
  
  #mainContents{
    width: 100%;
  }
  
  #mainContents > div{
    width: 100%;
    padding: 0 8px 0 8px;
  }

}


/* side menu */

#accordionMenu > li {
  display: block;
  margin-bottom: 8px;
}

#accordionMenu h3 {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 12px 8px 12px 8px;
  color: #fff;
  font-size: 0.7rem;
  background-color: #c92222;
}
#accordionMenu h3:hover {
  opacity: 0.7;
}

#accordionMenu h3 + ul {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}

#accordionMenu .accordionMenuOpen {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}

#accordionMenu h3 + ul > li{
  background-color: #e8e8e8;
  border-bottom: 1px solid #ddd;
}

#accordionMenu h3 + ul > li > a {
  display: block;
  font-size: 0.7rem;
  padding: 8px 2px 8px 2px;
  color: #444;
  text-decoration: none;
  line-height: 1.00rem;
}
#accordionMenu h3 + ul > li > a:hover {
  color: #000;
  text-decoration: underline;
}
#accordionMenu h3 + ul > li > a svg{
  color: #c92222;
  margin-right: 4px;
}
#accordionMenu .sideber1 {
  background-color: #e8e8e8;
  border-bottom: 1px solid #ddd;
  padding-left: 8px;
}
#accordionMenu .sideber2 {
  background-color: #f0f0f0;
  border-bottom: 1px solid #ddd;
  padding-left: 16px;
}
#accordionMenu .sideber3 {
  background-color: #f4f4f4;
  border-bottom: 1px solid #ddd;
  padding-left: 24px;
}
#accordionMenu .accordionMenuHighlight {
  background-color: #ffe0e0;
  font-weight: bold;
}

@media (max-width: 640px) {
  #accordionMenu{
    display: block;
    letter-spacing: -.4em;
    margin-bottom: 16px;
  }
  #accordionMenu > li {
    display: inline-block;
    letter-spacing: normal;
    width: 50%;
    padding: 0 2px 0 2px;
    vertical-align: top;
    margin-bottom: 4px;
  }
  #hh7ex{
    display:none !important;
  }
}
@media (max-width: 380px) {
  #accordionMenu h3,
  #accordionMenu li {
    font-size: 0.6rem;
  }
  #hh6ex,
  #hh7ex,
  #hh8ex,
  #hh9ex{
    display:none !important;
  }
}

/* page info */

#noticeContents {
  width: 100%;
  font-size: 0.8rem;
}

#noticeContents .notice_header {
}

#noticeContents .notice_header > h3 {
  position: relative;
  font-size: 1.2rem;
  padding: 0 0 8px 0;
  border-bottom: 3px solid #c92222;
  margin-bottom: 10px;
}

#noticeContents .notice_header > h3 .noticelink {
  position: absolute;
  right: 0;
}

#noticeContents .notice_header .noticelink > span {
  background-color: #fff;
  color: #444;
  font-size: 1rem;
  padding: 4px 12px 4px 12px;
  cursor: pointer;
}
  
#noticeContents .notice_header .noticelink .on {
  background-color: #c92222;
  color: #fff;
}

#noticeContents .notice_header .notice_archive {
  font-size: 1rem;
  color: #666;
  cursor: pointer;
  text-align: right;
  margin-bottom: 32px;
}

#noticeContents .notice_header .notice_archive > span{
  margin-right: 8px;
  margin-bottom: 32px;
}
#noticeContents .notice_header .notice_archive > span > a{
  text-decoration: none;
  color: #666;
}

#noticeContents .notice_header .notice_archive > span {
  border-bottom: 1px dotted #ccc;
}

#noticeContents .notice_header .notice_archive .on,
#noticeContents .notice_header .notice_archive .on a{
  color: #c92222;
  font-weight: bold;
  border-bottom: 1px dotted #c92222;
}



#contentDesc,
#noticeDesc{
}

#contentDesc H3,
#noticeDesc H3 {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 2px solid #c92222;
  padding-bottom: 12px;
}
#contentDesc H3{
  margin-bottom: 20px;
}

#contentDesc,
#noticeDesc #info4 {
  padding-top: 32px;
}

#contentDesc,
#noticeDesc .scrl {
  font-size: 0.9rem;
  line-height: 1.8rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

#contentDesc b,
#contentDesc strong,
#noticeDesc .scrl b,
#noticeDesc .scrl strong {
    font-weight: bold;
}

#contentDesc h4,
#noticeDesc .scrl h4 {
  background-color: #f2f2f2;
  padding: 8px 0 8px 8px;
  font-size: 1.2rem;
}

#contentDesc h4 > *,
#noticeDesc .scrl h4 > *{
  border-left: 6px solid #c92222;
  padding-left: 8px;
  font-size: 1.2rem;
}

#contentDesc h5,
#noticeDesc .scrl h5 {
  border-bottom: 1px solid #c92222;
  font-size: 1.1rem;
  margin-bottom: 6px;
}

#contentDesc ol,
#noticeDesc ol {
  list-style-type: decimal;
  padding-left: 32px;
}

#contentDesc ul,
#noticeDesc ul {
  list-style-type: disc;
  padding-left: 32px;
}

/* normal contents area */

#contentDesc ul{
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ccc;
  margin-top: 12px;
  margin-bottom: 12px;
}

#contentDesc .url {
  background-color: #f00;
  font-size: 0.8rem;
  padding: 2px;
  color: #fff;
}

#contentDesc a {
  color: #2196F3;
  text-decoration: none;
  padding-left: 8px;
}





/* top main area */

#mainArea > div{
  width: calc(1000px + 8px + 8px);
  letter-spacing: -.4em;
  overflow: hidden;
}
@media (max-width: 1032px) {
  #mainArea > div{
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #mainArea > div{
    width: 100%;
  }
}


#mainArea .topcont_box{
  width: 25%;
  padding: 8px;
  display: inline-block;
  overflow: hidden;
  letter-spacing: normal;
}

#mainArea .topcont_box > div{
  width: 100%;
  border: 1px solid #ddd;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.1);
  box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.1);
}

#mainArea .topcont_no1 > div {
  background-color: #F7F7DD;
}

#mainArea .topcont_no2 > div {
  background-color: #D7E8D8;
}

#mainArea .topcont_no3 > div {
  background-color: #E8E8DD;
}

#mainArea .topcont_no4 > div {
  background-color: #DDE4F7;
}

#mainArea .topcont_box .topcont_image img{
  width: 100%;
}

#mainArea .topcont_box .topcont_text{
  padding: 16px 0 20px 36px;
}

#mainArea .topcont_box a h2,
#mainArea .topcont_box a{
  text-decoration: none;
  color: #444;
  font-weight: bold;
  line-height: 1.4rem;
  font-size: 1.0rem !important;
}

#mainArea .topcont_box a p{
  color: #888;
  font-weight: normal;
  font-size: 0.7rem !important;
}

@media (max-width: 1000px) {
  #mainArea .topcont_box a h2,
  #mainArea .topcont_box a{
    font-size: 0.7rem !important;
  }
}

@media (max-width: 480px) {
  #mainArea .topcont_box{
    width: 50%;
  }
  #mainArea .topcont_box .topcont_text > p{
    display: none;
  }
  #mainArea .topcont_box .topcont_text{
    padding: 0 0 0 0;
    margin-top: -8px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #mainArea .topcont_box .topcont_text > p{
    display: none;
  }
  #mainArea .topcont_box .topcont_text{
    padding: 0 0 0 0;
    margin-top: -8px;
    text-align: center;
  }
}


/* info */

#infoArea{
  background-color: #f2f2f2;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  overflow-x: hidden;
}

@media (max-width: 1000px) {
  #infoArea > div{
    padding-left: 16px;
  }
}

#infoArea h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  padding-bottom: 16px;
}

#infoArea h2 > span {
  font-size: 0.8rem;
  color: #444;
  padding-left: 32px;
}

#infoPage dt,
#infoPage dt > div,
#infoPage dt > span,
#infoPage dd,
#infoArea dt,
#infoArea dt > div,
#infoArea dt > span,
#infoArea dd{
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

#infoPage dl,
#infoArea dl{
  margin-bottom: 8px;
  letter-spacing: -.4em;
}
#infoPage dl{
  margin-bottom: 16px;
}

#infoPage dt > div,
#infoArea dt > div{
  letter-spacing: normal;
  width: 120px;
  vertical-align: top;
}
#infoPage dt > span,
#infoArea dt > span{
  letter-spacing: normal;
  text-align: center;
  width: 120px;
  vertical-align: top;
}

#infoPage dd,
#infoArea dd{
  letter-spacing: normal;
  width: calc(100% - 250px);
  padding-left: 32px;
  vertical-align: top;
}

@media (max-width: 840px) {
  #infoPage h2{
    font-size: 0.8rem;
    font-weight: normal;
  }
  #infoPage h2 > span{
    padding-left: 8px;
  }
  #infoPage dd{
    display: block;
    padding-left: 0;
    padding-right: 8px;
    width: 100%;
  }
  #infoPage dt > div{
    color: #aaa;
  }
}

@media (max-width: 768px) {
  #noticeContents .noticelink{
    display: none;
  }
  #noticeContents .notice_archive{
    font-size: 0.8rem;
  }
}

@media (max-width: 640px) {
  #infoArea h2 {
    font-size: 0.8rem;
    font-weight: normal;
  }
  #infoArea h2 > span {
    padding-left: 8px;
  }
  #infoArea dd{
    display: block;
    padding-left: 0;
    padding-right: 8px;
    width: 100%;
  }
  #infoArea dt > div{
    color: #aaa;
  }
}

#infoPage .label-pink,
#infoArea .label-pink{
  background-color: #e7c9e0;
  color: #fff;
}

#infoPage .label-green,
#infoArea .label-green{
  background-color: #6ecc6e;
  color: #fff;
}

#infoPage .label-blue,
#infoArea .label-blue{
  background-color: #6ea6cc;
  color: #fff;
}


#infoPage a,
#infoArea a{
  color: #444;
  text-decoration: none;
}

#infoPage a:hover,
#infoArea a:hover{
  color: #000;
  text-decoration: underline;
}

/* footer */

#footerArea{
  background-color: #29335a;
  padding-top: 32px;
  padding-bottom: 32px;
  overflow-x: hidden;
}

#footerArea > div{
  letter-spacing: -.4em;
  color: #fff;
  font-size: 0.6rem;
  line-height:1.2rem;
}

#footerArea a{
  text-decoration: none;
  color: #fff;
  font-size: 0.6rem
}

#footerArea a:hover{
  text-decoration: underline;
}

#footerArea .footleft,
#footerArea .footcenter,
#footerArea .footcenter2,
#footerArea .footright{
  width: 25%;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  letter-spacing: normal;
}

#footerArea h3,
#footerArea h3 a{
  width: 90%;
  margin-top: 24px;
  color: #aaa;
  font-size: 0.8rem;
}

#footerArea li{
  width: 90%;
}

#footerArea h3{
  border-bottom: 1px dotted #aaa;
  margin-bottom: 4px;
}

#footerArea .footleft{
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5rem;
  padding-top: 32px;
}

@media (max-width: 1000px) {
  #footerArea .footleft{
    padding-left: 16px;
  }
}

.ult-footer{
  background-color: #000;
  color: #888;
  text-align: center;
  font-size: 0.8rem;
  padding: 8px 0 8px 0;
}

@media (max-width: 768px) {
  #footerArea .footleft,
  #footerArea .footcenter,
  #footerArea .footcenter2,
  #footerArea .footright{
    padding: 0 8px 0 8px;
    width: 33.3%;
  }
  #footerArea .footleft{
    display: none;
  }

  #footerArea li{
    width: 100%;
  }
  #footerArea h3,
  #footerArea h3 a{
    width: 100%;
  }

}

@media (max-width: 480px) {
  #footerArea .footleft,
  #footerArea .footcenter,
  #footerArea .footcenter2,
  #footerArea .footright{
    padding: 0 8px 0 8px;
    width: 100%;
  }
  #footerArea .footleft{
    display: none;
  }

  #footerArea li{
    width: 100%;
  }
  #footerArea h3,
  #footerArea h3 a{
    width: 100%;
  }

}



/* page top icon */

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 10px;
  margin: 0 auto;
  z-index: 200;
  visibility: visible ;
}

.pagetop a {
  display: table-cell;
  width: 4.5em;
  height: 4.5em;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 80%;
  line-height: 1.2em;
  border-radius: 50%;
  background: #f93728;
  behavior: url(PIE.htc);
  text-decoration: none;
}
@media (max-width: 480px) {
  .pagetop {
    bottom: -100px;
  }
}

/* eof */
