/*
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300");
@import url("https://fonts.googleapis.com/css?family=Ultra:400");
*/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material-design-icons/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/material-design-icons/iconfont/MaterialIcons-Regular.woff2.html) format('woff2'),
    url(../fonts/material-design-icons/iconfont/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/material-design-icons/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-icons.main-menu {
  vertical-align: middle;
  font-size:inherit;
  padding-right: 5px;
}

* {
	-webkit-touch-callout: none;
}

body {
	font-family: HelveticaNeue-Light,".HiraKakuInterface-W2","游ゴシック Medium",Helvetica,Meiryo,メイリオ,Arial,sans-serif !important;
	font-weight: 300;
	font-size:12pt;
	letter-spacing: 0.06em;
        overflow-wrap: break-word;
        word-wrap: break-word;
}

a {
        color: #303;
}

a:active,
a:hover {
        color: #303;
}

hr {
	width: 100%;
	height: 1px;
	background-color:#a8a;
}

label {
	font-family: HelveticaNeue-Light,".HiraKakuInterface-W2","游ゴシック Medium",Helvetica,Meiryo,メイリオ,Arial,sans-serif;
	font-weight: 300;
}

.navbar .nav>li>a {
	text-transform: none;
}

.navbar-default{
	background-color: #505;
	border-color: #505;
}

.navbar-default .navbar-nav>li>a {
	color: #eee;
	font-size: 14pt;
	font-family: HelveticaNeue-Thin,".HiraKakuInterface-W1","游ゴシック Light",Helvetica,Meiryo,メイリオ,Arial,sans-serif;
	font-weight: 100;
	letter-spacing: 0.06em;
}

.navbar-default .navbar-toggle {
	background-color: #505;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #303;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #eee;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #eee;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	background-color: rgba(255,255,255,.05);
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #303;
}

.dropdown-menu .divider {
	background-color: #505;
}

.dropdown-menu {
	background-color: #505;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #303;
}

nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #303;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #303;
}

.dropdown-menu>li>a {
	font-family: HelveticaNeue-Thin,".HiraKakuInterface-W1","游ゴシック Light",Helvetica,Meiryo,メイリオ,Arial,sans-serif;
	font-weight: 100;
	font-size: 12pt;
	text-transform: none;
}

ul>.dropdown-menu {
	font-size: 6pt;
}

.navbar-brand {
        padding: 15px 0 0 10px;
	font-size: 18pt;
        cursor: pointer;
}

#navbar-page-backword {
       top: 5px;
}

#poweredBy>a {
	color: #aaa;
}

#mube-logo {
        height: 28px;
}

#top-frame {
	max-width: 900px;
}

#top-logo {
	padding-right: 20%;
	margin-left: 10%;
	margin-bottom: 10px;
	max-height: 170px;
}

#top-image {
	width: 680px;
	margin-bottom: 10px;
}

#top-button {
        font-size: 2.4em;
	line-height: 1.0em;
	margin-top: 26px;
}

.store-badge {
	margin-top: 30px;
	margin-left: 25px;
	margin-right: 25px;
	width: 200px;
}

.top-title {
	font-size: 2.2em;
	font-family: HelveticaNeue-UltraLight,".HiraKakuInterface-W1","游ゴシック Light",Helvetica,Meiryo,メイリオ,Arial,sans-serif !important;
	font-weight: 100;
	line-height: 1.1em;
	color: #777;
}

.top-subtitle {
	font-size: 2.0em;
	font-family: HelveticaNeue-UltraLight,".HiraKakuInterface-W1","游ゴシック Light",Helvetica,Meiryo,メイリオ,Arial,sans-serif !important;
	font-weight: 100;
	line-height: 1.1em;
	color: #777;
}

.neighbor {
	border-left: 2px solid #a8a;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	background-color: #fcf9fc;
	min-height: 74px;
	height: 100%;
	font-size: 20pt;
	font-family: HelveticaNeue-Thin,".HiraKakuInterface-W1","游ゴシック Light",Helvetica,Meiryo,メイリオ,Arial,sans-serif;
	font-weight: 100;
	line-height: 1.1em;
	color: #333;
}

.neighbor-icon-box {
	position: relative;
	width: 64px;
	height: 64px;
	float: right;
	margin-top: 5px;
	margin-right: 8px;
	background-color: #FFF;
	overflow: hidden;
}

.neighbor-icon {
	max-width: 64px;
	max-height: 64px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.neighbor-org-image {
	text-align: center;
	max-width: 40px;
	margin-bottom: 20px;
}

.btn {
	margin: 15px;
	font-size: 16pt;
	font-family: HelveticaNeue-Thin,".HiraKakuInterface-W1","游ゴシック Light",Helvetica,Meiryo,メイリオ,Arial,sans-serif;
	font-weight: 300;
	letter-spacing: 0.06em;
	text-transform: none;
}

.btn-default {
	background-color: #6B2C6B;
}

.btn-default:hover {
	background-color: #505;
}


.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 13px;
	margin-bottom: 13px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.inst-logo {
	height: 64px;
	margin-top: 12px;
}

.exhibition-element a {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.exhibition-title-container {
	margin-bottom: 24px;
	margin-top: 24px;
	background-color: #fcf9fc;
	border-left: 2px solid #a8a;
}
.exhibition-title {
	font-family: HelveticaNeue-Thin,".HiraKakuInterface-W1","游ゴシック Light",Helvetica,Meiryo,メイリオ,Arial,sans-serif;
	font-weight: 100;
	font-size: 24pt;
	margin-top: 16px;
	margin-bottom: 16px;
}

.exhibition-image {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	min-width: 230px;
	background-color: #f8f8f8;
}

.sns-icon-div {
/*
	float: left;
*/
	text-align: center;
}

.sns-icon {
	width: 40px;
	height: 40px;
/*
	float: left;
	margin-left: -10px;
*/
}

.page-backword-button {
	font-size: 22pt;
	color: #505;
	margin-top:20px;
	margin-bottom:40px;
        cursor: pointer;
}

.page-headline {
	margin-left: 12px;
	margin-bottom: 16px;
}
.page-title {
	float: left;
}

.page-maintitle {
	margin-top: 12px;
	margin-bottom: 0;
}

.page-subtitle {
	margin-left: 0;
	text-indent: 0;
	font-size: 14pt;
	font-family: HelveticaNeue-Thin,".HiraKakuInterface-W1","游ゴシック Light",Helvetica,Meiryo,メイリオ,Arial,sans-serif;
	font-weight: 100;
}

.copyright {
	font-size: 10pt;
}

#poweredBy {
	font-size: 10pt;
}

input:invalid {
	border: 1px solid red; 
}

input:valid {
	border: 1px solid #244363; 
}

i.glyphicon {
	color: #510051;
/*
	color: #eee;
*/
}

a.top-link:link { color: #707; }
a.top-link:visited { color: #707; }
a.top-link:hover { color: #505; }
a.top-link:active { color: #505; }

.speech_btn {
	margin-top: -5px;
	padding-top: 10px;
	padding-left: 11px;
	font-size: 22px;
	border-radius: 50%;
	height: 42px;
	width: 42px;
}

.small_speech_btn {
	margin: 0px;
        margin-left: 3px;
        margin-right: 3px;
	padding-top: 0px;
	padding-left: 6px;
	font-size: 13px;
	border-radius: 50%;
	height: 21px;
	width: 21px;
}

.note{
	font-size: x-small;
}

.h-center {
	text-align: center;
}

div.mobile-term-frame{
	margin-bottom: 30px;
}

div.fixed-bottom {
	position: fixed !important;
	position: absolute;
	width: 100%;
	height: 75px;
	line-height: 75px;
	bottom: 0;
	left: 0;
	text-align: center;
	background-color: #fefefe;
	border-top: 1px solid #eee;
}

.fixed-bottom-btn {
	color: #eee;
/*
	width:70%;
	margin-left: auto;
	margin-right: auto;
*/
	background-color:#505;
/*
	font-weight: bold;
*/
	font-size: x-large;
	display: block;
	text-decoration: none;
}

div.notif-title {
	padding: 15px 5px;
	margin-bottom: 10px;
/*
	width: 100%;
*/
	border-bottom: 1px solid #a8a;
	font-size: 24px;
	min-height: 30px;
        min-width: 90%;
}

div.notif-title i{
	font-size: 32px;
	margin-right: 15px;
	vertical-align: text-top;
}

div.notif-title i.notif-alert{
	color: #d33;
}

div.notif-image {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 5px;
	background-size: contain;
	width: 400px;
	/*height: 300px;*/
}

div.notif-images div.notif-image{
	height: 300px;
}

@media screen and (min-width: 480px) and (max-width: 639px){
        div.smartphone-view {
            width: 400px;
            margin-right: auto;
            margin-left: auto;
        }
	div.notif-images, div.notif-images-def {
		width: 400px;
	        margin-right: auto;
	        margin-left: auto;
	}
	div.notif-image {
		width: 400px;
		/*height: 300px;*/
        }
}
@media screen and (min-width: 640px) and (max-width: 1023px){
        div.smartphone-view {
            width: 600px;
            margin-right: auto;
            margin-left: auto;
        }
	div.notif-images, div.notif-images-def {
		width: 600px;
	        margin-right: auto;
	        margin-left: auto;
	}
	div.notif-image {
		width: 600px;
		/*height: 450px;*/
        }
}
@media screen and (min-width: 1024px){
        div.smartphone-view {
            width: 800px;
            margin-right: auto;
            margin-left: auto;
        }
	div.notif-images, div.notif-images-def {
		width: 800px;
	        margin-right: auto;
	        margin-left: auto;
	}
	div.notif-image {
		width: 800px;
		/*height: 600px;*/
        }
}

div.notif-image img{
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height:100%;
}

div.org-list-item, div.notif-list-item, div.link-list {
	padding: 15px 5px;
	margin-bottom: 10px;
	width: 100%;
	background-color: #fcf9fc;
	box-shadow: 0px 0px 2px #f3e9f3 inset;
	border-bottom: 1px solid #a8a;
}

div.org-list-item > a, div.notif-list-item > a, div.link-list > a {
/*
	display: table-row;
*/
	display: table;
	border-collapse: separate;
	border-spacing: 10px 0;
	height: 50px;
	width: 100%;
	text-decoration: none;
        color: #3e3f3a;
	font-size: large;
}

div.link-list > a {
	font-size: 24px;
	height: 30px;
}

div.org-list-item-with-switch {
	display: table;
	border-collapse: separate;
	border-spacing: 10px 0;
	height: 50px;
	width: 100%;
	text-decoration: none;
;
}

div.org-list-image, div.notif-list-image {
	width: 70px;
	height: 70px;
        line-height: 0;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
        box-shadow:0px 3px 6px -3px rgba(0,0,0,0.3);
        border-radius:6px;
	background-color: #fff;
}

div.org-list-image > img, div.notif-list-image > img {
	max-width: 100%;
	max-height: 100%;
}

div.org-list-name {
	display: table-cell;
	word-break: break-all;
}

div.org-list-item-with-switch div.bootstrap-switch-container{
        overflow-wrap: normal;
        word-wrap: normal;
}

@media screen and (max-width: 320px){
    div.org-list-item-with-switch {
    	display: inline-block;
	text-align: center;
    }

    div.org-list-image {
    	display: block;
        margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
    }
    div.org-list-name {
    	display: block;
	text-align: center;
	word-break: break-word;
    }
}

div.org-ol-image {
	text-align: center;
	max-width: 100%;
	margin-bottom: 20px;
}

div.org-ol-name {
	font-weight: bold;
	font-size: x-large;
	margin-bottom: 10px;
}

div.org-ol-outline {
	margin-bottom: 20px;
}

div.org-ol-btn {
        font-size: x-large;
	padding: 10px;
	color: #fff;
	text-align: center;
}

div.notif-list-item {
	display: table;
}

div.notif-list-item > a {
	display: table-row;
}

div.notif-list-name, div.notif-list-date {
	display: table-row;
}

div.notif-list-date {
	font-size: small;
}

.loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(255,255,255,0.7) url(../images/load/loading.gif) no-repeat center;
  z-index: 10001;
}

.loader-bg.loader-show{
  display: block;
}

.loader-bg.loader-top{
  background-position: top center;
}

select.form-control.input-sm {
    height: inherit;
}

div.clear {
    clear: both;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-mube,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-mube {
  color: #fff;
  background: #505;
}

.navbar-nav>li {
    margin-bottom: 0px;
}

h3, h4{
  border-bottom: 1px solid #505;
  padding-bottom: 5px;
}

h3 {
  border-left: 5px solid #505;
  padding-left: 5px;
}

h3.top-subtitle, h4.top-subtitle, h3.no-deco, h4.no-deco {
  border:inherit;
  padding: inherit;
}

div.alert.alert-warning{
  background-color: #ff5722;
  color: rgba(255,255,255,.84);
  max-width: 100%;
  width: 100%;
  top: 0;
  right: 0;
  opacity: 1 !important;
}

