@charset "utf-8";

/* ####################################### */
/* 村田製作所 */
/* #f5002f - ムラタレッド */
/* #525b5c - サポートカラー（濃いグレー） */
/* #ffc20f - サブカラー（金色） */
/* #6b3077 - サブカラー（紫色） */
/* #0affe3 - サブカラー（青色） */
/* #ff701a - サブカラー（オレンジ色） */
/* #91ff66 - サブカラー（緑色） */
/* AMBIENT */
/* ####################################### */

@-ms-viewport {
width: device-width;
initial-scale: 1.0;
}

body {
overflow: scroll;
margin: 0;
padding: 0;
color: #333;
background-color: #fff;
font-size: 14px;
font-family: 'メイリオ',Meiryo,'ＭＳ Pゴシック',sans-serif;
text-align: center;
line-height: 1.9;
-webkit-text-size-adjust: none;
-webkit-touch-callout: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

a, a:link, a:visited {color: #333; text-decoration: none; outline: none;}
a:active, a:hover {color: #ff701a; text-decoration: underline; outline: none;}
/* hr {display: none;} CSS無効時の区切り線 */

img {border: 0px;}

/* ####################################### */
/* 管理画面ヘッダー */
/* ####################################### */
/* ホーム */
.ambt-header {
margin: 0 auto;
width: 100%;
height: auto;
max-width: 1024px;
}
.ambt-header img {
width: 100%;
height: auto;
}

.block-header {
max-height: 60px;
border-bottom: 1px solid #525b5c;
color: #fff;
background-color: #f5002f;
/*box-shadow: 0 2px 1px rgba(0, 0, 0, .15);*/
}

.is-logo {
margin: 0;
padding: 0 0 0 120px;
background: url("img/murata_logo_mono.svg") left 20px center no-repeat;
background-size: 80px auto;
font-weight: bold;
text-align: left;
line-height: 60px;
}
.ambt-breadcrumbs {
padding: .5em 1em;
font-size: 85%;
font-weight: bold;
text-align: left;
color: #f5002f;
}
.ambt-breadcrumbs a {
font-weight: normal;
}

/* ####################################### */
/* 管理画面コンテンツ */
/* ####################################### */

.navi {}
.navi h1 {
	padding-bottom: 0.5em;
	font-size: 200%;
	font-weight: bold;
	color: #00a4d9;
	border-bottom: 1px dashed #dddddd;
}
.navi #menu {}
.navi #menu .menubar {
	margin-bottom: 0;
	font-size: 125%;
}

.navi #menu .menubar li.h1 {

	display: inline-block;
	line-height: 1.7em;
	padding-top: 23px;
	padding-bottom: 16px;
	margin-right: 1.2em;
	margin-bottom: 40px;
	min-width: 12em;
	color: #ffffff;
	background-color: #636363;
	text-align: center;
	border: 2px solid #636363;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

.navi #menu .menubar li.h2 {
	display: inline-block;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 1.2em;
	margin-bottom: 40px;
	min-width: 12em;
	color: #ffffff;
	background-color: #636363;
	text-align: center;
	border: 2px solid #636363;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;


}

.navi #menu .menubar li a {
	padding: 0.2em 0.5em;
	color: #ffffff;
	background-color: #636363;
	text-decoration: none;
}
.navi #menu .menubar li a:hover {
	color: #636363;
	background-color: #ffffff;
}

.navi #menu .menubar li.editmark-bg {
	background-color: #0078d7;
	border: 2px solid #0078d7;
}

.navi #menu .menubar li.editmark-bg a {
	background-color: #0078d7;
}

.navi #menu .menubar li.editmark-bg a:hover {
	color: #0078d7;
	background-color: #ffffff;
}

.container {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}

.ambt-container {
position: relative;
min-width: 960px;
margin: 0 auto;
width: 100%;
background-image: -webkit-linear-gradient( left,#68127f,#68127f 240px,#f3f2f1 240px );
background-image: -moz-linear-gradient( left,#68127f,#68127f 240px,#f3f2f1 240px );
background-image: -o-linear-gradient( left,#68127f,#68127f 240px,#f3f2f1 240px );
background-image: -ms-linear-gradient( left,#68127f,#68127f 240px,#f3f2f1 240px );
background-image: linear-gradient( left,#68127f,#68127f 240px,#f3f2f1 240px );
}
.ambt-container *, .ambt-container *:after, .ambt-container *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
/*floatのクリア*/
.ambt-container:after {content: ""; display: block; height: 0; clear: both; visibility: hidden;}

/* ####################################### */
/* 管理画面 編集コンテンツ */
/* ####################################### */
.ambt-r-side {
float: right;
width: 100%;
margin: 0 0 0 -240px;
padding: 1em 0;
}
.ambt-r-cnts {
margin: 0 0 0 260px;
background: transparent;
}

.icn_push::after {
content: "";
display: inline-block;
vertical-align: middle;
margin: 0 0 0 5px;
width: 40px;
height: 40px;
background: #ffc20f url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MCAzNiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM1MjViNWM7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7jgqLjgrvjg4Pjg4ggMTM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMzMiIHdpZHRoPSIyNyIgaGVpZ2h0PSIzNiIgcng9IjEuNSIvPjxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMzYiIHk9IjQuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjI3Ii8+PGNpcmNsZSBjbGFzcz0iY2xzLTIiIGN4PSI0Ni41IiBjeT0iMzMuNzUiIHI9IjAuNzUiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTQgMTggOCAxNSA4IDIxIDE0IDE4Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjQgMTggMCAxNiAwIDIwIDQgMTgiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMjggMTggMTggMTMgMTggMjMgMjggMTgiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat center center;
background-size: 80% auto;
border-radius: 4px;
}

.clearfloat{
display: block;
clear: both;
margin: 0;
padding: 0;
height: 1px;
}

/* テーブル */
.main table {
margin: 0 1em;
padding: 0;
border: 1px solid #525b5c;
border-collapse: collapse;
width: 95%;
}

.main th {
white-space: nowrap;
}
.main th, .main td {
padding: .25em;
border: 1px solid #bbb;
/*line-height: 2.6em;*/
}

.ambt-block-name, .main {
width: 98%;
text-align: left;
background: #fff;
margin: 0 0 2em 0;
padding: 0 0 1.5em 0;
border: 1px solid #ccc;
}

.ambt-block-name h3, .main h3 {
margin: 0 0 1em 0;
padding: 1em;
/*border-bottom: 1px dotted #ccc;*/
color: #f5002f;
font-size: 120%;
}

.ambt-block-name .label {
display: inline-block;
vertical-align: middle;
margin: 1em 0;
padding: 0 .25em 0 1em;
width: 20%;
max-width: 14em;
text-align: right;
font-weight: bold;
line-height: 1.4;
}

.ambt-block-name .box {
display: inline-block;
vertical-align: middle;
margin: .5em 0;
padding: 0 .5em;
outline: 0;
min-height: 2.5em;
width: 75%;
height: auto;
border: 1px solid #bbb;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.ambt-block-name .box:hover {
border: 2px solid #ff701a;
}
/* 横幅固定 */
.ambt-block-name .c50{
width: 50px !important;
font-size: 100%;
text-align: center;
}
.ambt-block-name .c80 {
width: 80px !important;
font-size: 100%;
line-height: 2.5;
text-align: center;
}
.ambt-block-name .c100 {
width: 100px !important;
font-size: 100%;
line-height: 2.5;
text-align: center;
}
.ambt-block-name .c160 {
width: 160px !important;
font-size: 100%;
line-height: 2.5;
text-align: center;
}
.ambt-block-name .c320 {
width: 320px !important;
font-size: 100%;
line-height: 2.5;
text-align: center;
}
.ambt-block-name .c480 {
width: 480px !important;
font-size: 100%;
line-height: 2.5;
text-align: center;
}
.ambt-block-name .c620 {
width: 620px !important;
font-size: 100%;
line-height: 2.5;
text-align: center;
}
.ambt-block-name .c900 {
width: 900px !important;
font-size: 100%;
line-height: 2.5;
text-align: center;
}
.ambt-block-name .photo {
width: 320px !important;
line-height: 2.5;
}

.ambt-block-name hr, .main hr {
display: block;
margin: 1em 0;
width: 100%;
height: 1px;
border: none;
border-top: 1px solid #ddd;
}

.ambt-block-name img {
	padding: .1em;
}

.ambt-block-name .list {
	display: inline-block;
	vertical-align: top;
	margin: 0 0;
	padding: 0 2px 0 2px;
	width: 140px;
	text-align: center;
/*	font-weight: bold;*/
/*	line-height: 1.4;*/
}


.numbers{
	float: left;
	padding: 0 4px 0 0;
}
.ccm-pagination-ellipses{
	float: left;
	padding: 0 4px 0 0;
}
.arrow{
	padding: 0 4px 0 0;
}


/* ####################################### */
/* 管理画面 サイドメニュー */
/* ####################################### */
.ambt-l-side {
float: left;
width: 240px;
padding: 0 0 2em 0;
color: #fff;
background-color: #68127f;
text-align: left;
}

.nav-top {
margin: 0;
padding: .5em 1em;
border-bottom: 3px double rgba(0, 0, 0, .25);
}

.ambt-l-side .nav {
border-bottom: 3px double rgba(0, 0, 0, .25);
}

.ambt-l-side .nav,
.ambt-l-side .nav li ul {
background-color: #525b5c;
border-bottom: 1px solid rgba( 255, 255, 255, .25 );
margin: 0;
padding: 0;
line-height: 300%;
list-style: none inside;
/*text-indent: 1em;*/



}

.ambt-l-side .nav > li {
text-indent: 1em;
font-weight: bold;
border-bottom: 1px solid rgba( 255, 255, 255, .5 );
}

.ambt-l-side .nav > li > ul > li {
background-color: #636363;
border-bottom: 1px solid rgba(255, 255, 255, .25);
font-weight: normal;
}
.ambt-l-side .nav > li > ul > li:last-child {
border-bottom: none;
}
.ambt-l-side .nav > li > ul > li > ul > li {
background-color: #ff701a;
border-bottom: 1px dashed rgba(255, 255, 255, .25);
}
.ambt-l-side .nav > li > ul > li > ul > li:last-child {
border-bottom: none;
}
.ambt-l-side .nav > li > ul > li > ul > li > ul > li {
background-color: #22b573;
font-size: 100%;
}
.ambt-l-side .nav > li > ul > li > ul > li > ul > li > ul > li {
border-bottom: 1px dashed rgba( 255, 255, 255, .25 );
}
.ambt-l-side .nav > li > ul > li > ul > li > ul > li > ul > li > ul > li {
border-top: 1px dashed rgba( 255, 255, 255, .25 );
}

/* アコーディオン矢印 */
.ambt-l-side .nav > li:hover {
background: transparent url( "img/side_lst_arrow.svg" ) top right no-repeat;
}

/* 編集中 */
.ambt-ctgry-current {
position: relative;
}
.ambt-ctgry-current:before {
position: absolute;
left: 0;
top: 0;
content: "";
display: block;
height: 3em;
border-left: 5px solid #ff701a;
}
.ambt-edit-current {
position: relative;
display: block;
width: 100%;
height: 100%;
color: #fff;
background-color: #f5002f !important;
font-weight: bold;
line-height: 160%;
padding: 4px 4px;
}
.ambt-edit-current:before {
content: "";
display: inline-block;
vertical-align: middle;
width: 24px;
height: 24px;
background: url( "img/icon_current_edit.svg" ) left center no-repeat;
}
.ambt-edit-current:after {
content: "";
height: 0;
position: absolute;
width: 0;
border: .5em solid transparent;
border-right-color: #f3f2f1;
right: 0;
top: 1em;
}

/* リンク有り */
.ambt-l-side .nav li ul a {
display: block;
width: 100%;
height: 100%;
color: #fff;
font-weight: normal;
line-height: 160%;
padding: 4px 4px;
}

.ambt-l-side .nav li ul a:link, .ambt-l-side .nav li ul a:visited {
}
.ambt-l-side .nav li ul a:active, .ambt-l-side .nav li ul a:hover {
background-color: #9fce82;
}

/* ####################################### */
/* 管理画面 フッター 管理者領域 */
/* ####################################### */
.ambt-footer-line {
display: block;
width: 100%;
height: 0;
margin: 0;
padding: 0;
border: none;
border-top: 2px solid #525b5c;
}

/* Footer area */
.ambt-footer {
background-color: #ddd;
}
.ambt-footer *, .ambt-footer *:after, .ambt-footer *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
/*floatのクリア*/
.ambt-footer:after {content: ""; display: block; height: 0; clear: both; visibility: hidden;}

/* mars copyright */
.ambt-cpr-mars, .ambt-login-user {
width: 50%;
margin: 0;
padding: .25em 2em;
line-height: 1.2;
}
.ambt-cpr-arr {
font-size: 80%;
}
.ambt-cpr-mars {
float: left;
text-align: left;
}
.ambt-login-user {
float: right;
text-align: right;
}

/* client copyright */
.ambt-cpr-clnt {
clear: both;
margin: 0;
padding: .25em 2em;
color: #fff;
background-color: #f5002f;
text-align: left;
line-height: 1.2;
}

/* Login User */
.ambt-login-current:before {
content: "";
display: inline-block;
vertical-align: middle;
width: 30px;
height: 20px;
background: url("img/icon_login_user.svg") center center no-repeat;
}
.ambt-login-current a {
padding-left: 1em;
}
.ambt-login-current a:before {
content: "";
display: inline-block;
vertical-align: middle;
width: 30px;
height: 20px;
background: url("img/icon_logout_user.svg") center center no-repeat;
}

/* ####################################### */
/* MIM マップ */
/* ####################################### */
#mimMap {
position: relative;
max-width: 1000px;
width: 100%;
height: auto;
margin: 0 auto;
padding: 0;
}
#mimMap img {
vertical-align: bottom;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
#mimMap .corner_on_map {
position: absolute;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-size: .75em;
list-style: none;
}
#mimMap .corner_on_map li {
position: absolute;
top: 0;
left: 0;
background-color: rgba(81, 91 ,92, 0.2);
}
#mimMap .corner_on_map li a,
#mimMap .corner_on_map li a:hover {
display: block;
color: #fff;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
text-align: center;
}
#mimMap .corner_on_map li a {
background-color: rgba(245, 0 ,47, 0.4);
}
#mimMap .corner_on_map li a:hover {
background-color: rgba(245, 0 ,47, 0.8);
}

/* コーナー座標 */
#mimMap .corner_on_map li.corner_mainscreen {
z-index: 1;
top: 38.0%;
left: 25.5%;
width: 35.0%;
height: 27.2%;
}
#mimMap .corner_on_map li.corner_philosophy {
z-index: 2;
top: 69.3%;
left: 38.0%;
width: 15.0%;
height: 16.8%;
}
#mimMap .corner_on_map li.corner_history {
z-index: 3;
top: 69.3%;
left: 12.5%;
width: 20.0%;
height: 16.8%;
}
#mimMap .corner_on_map li.corner_projection {
z-index: 4;
top: 43.1%;
left: 9.0%;
width: 5.0%;
height: 14.6%;
}
#mimMap .corner_on_map li.corner_archives {
z-index: 5;
top: 35.7%;
left: 17.5%;
width: 6.0%;
height: 32.1%;
}
#mimMap .corner_on_map li.corner_global {
z-index: 6;
top: 14.6%;
left: 17.0%;
width: 15.0%;
height: 16.8%;
}
#mimMap .corner_on_map li.corner_social {
z-index: 7;
top: 14.6%;
left: 38.0%;
width: 15.0%;
height: 16.8%;
}
#mimMap .corner_on_map li.corner_liblary {
z-index: 7;
top: 31.3%;
left: 85.5%;
width: 12.5%;
height: 25.5%;
}

.corner_flex {
display: -ms-flexbox;
display: flex;
justify-content: space-between;
}

.corner_lst {
text-align: left;
}
.corner_lst h4 {
font-size: 120%;
font-weight: bold;
}
.corner_lst ul {
list-style-type: square;
list-style-position: inside;
margin: 0;
padding: 0;
}
.corner_lst ul li a {
text-decoration: none;
border-bottom: 1px dashed #525b5c;
}
.corner_lst ul li a:hover {
text-decoration: none;
color: #f5002f;
border-bottom: 2px solid #f5002f;
}
.corner_lst ul > li ul {
list-style-type: circle;
list-style-position: inside;
margin: 0;
padding: 0 0 1em 1em;
}

.corner_lst .corner_emergency {
margin: 2em 0 0;
padding: .25em 1em;
border: 1px solid #f5002f;
background-color: #fff;
}

/* ####################################### */
/* Ratina Display */
/* ####################################### */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

} /* End Retina */

#loading{
	border: 1px dashed #999;
	padding: 15px;
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: #FFF;
	filter: alpha( opacity=85 );
	-moz-opacity: 0.85;
	opacity: 0.85;
}

#loading .loadingMsg{
	text-align: center;
	padding-top: 100px;
	width: 100px;
	background-image: url( "img/loading0.gif" );
	background-position: center top;
	background-repeat: no-repeat;
	font-family: "メイリオ"!important;
}

