
@charset "UTF-8";

.none{
	display: none;
}

.row:before {
	display: table;
	line-height: 0;
	content: "";
}
.row:after {
	display: table;
	line-height: 0;
	content: "";
	clear: both;
}

.span2 {
	width: 640px;
	float: left;
}
.group_h2 {
	margin-top:100px;
}
.top_none {
	margin-top:0px !important;
}
.box-heading{
	margin: 0;
	padding: 5px 9px;
	background: #f2c5dc;
	border: 1px solid #F09DB8;
	font-size: 130%;
	font-weight: bold;
	color: #d63875;
	text-align: left;
}

.visible-phone {
	display: none;
}

html{
	-ms-overflow-x: hidden;
	    overflow-x: hidden;
}

body {
	margin: 0;
	font-size: 75%;
	line-height: 1.5;
	color: #595757;
	position: relative;
	-ms-overflow-x: hidden;
	    overflow-x: hidden;
}

.row:before {
	display: table;
	line-height: 0;
	content: "";
}
.row:after {
	display: table;
	line-height: 0;
	content: "";
	clear: both;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
	*zoom: 1;
}
.container:after {
	display: table;
	line-height: 0;
	content: "";
	clear: both;
}


/* foreign
*****************************************/


.menu-bottom li{
	margin: 0 40px 0 0;
}

#contents .row {
	padding-bottom: 40px;
	margin:auto;
	zoom: 1;
}

#contents .row:before {
	display: table;
	line-height: 0;
	content: "";
}
#contents .row:after {
	display: table;
	line-height: 0;
	content: "";
	clear: both;
}
#contents .span2 {
	width: 1000px;
}
#contents .container {
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
	*zoom: 1;
}
#contents .container:after {
	display: table;
	line-height: 0;
	content: "";
	clear: both;
}
#contents .span3 {
	width: 900px;
	margin:48px auto;
}

#contents .span3_2 {
	width: 900px;
	margin:0px auto;
}

#contents .span3_2 h2 {
	margin:10px auto;
}


/* heading
*****************************************/
h1 {
	float: left;
	padding: 19px 0 14px;
}

h2 {
	margin: 30px 0 25px;
	font-size: 160%;
	font-weight: bold;
}

h2 img{
	width: 100%;
}

h3 {
	margin: 10px 0;
	line-height: 1.2;
	font-size: 120%;
	font-weight: bold;
}

/* bootstrap
*****************************************/

.dropdown {
	position: relative;
	margin-right: 98px;
}

#contents .navbar .nav .dropdown-toggle {
	width: 105px;
	margin: 0;
}
.dropdown-toggle:active {
	outline: 0;
}
.open .dropdown-toggle {
	outline: 0;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
.open .caret {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.dropdown .caret {
	margin-top: 8px;
	margin-left: 2px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	width: 207px;
	padding: 2px 0;
	margin: 0;
	list-style: none;
	background-color: #efefef;
	border: 1px solid #f3f2f2;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.dropdown-menu li {
	width: 100%;
	padding-right: 2px;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu li a {
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	/*background: url(/mop/okazaki/common/images/common/icon_right.png) no-repeat 181px 14px;*/
	color: #333333;
	white-space: nowrap;
	font-weight: normal;
}
.open {
	*z-index: 1000;
}
.open .dropdown-menu {
	display: block;
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}
.pull-right .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000000;
	content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover .dropdown-menu {
	display: block;
}
.dropup .dropdown-submenu .dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	-webkit-border-radius: 5px 5px 5px 0;
	-moz-border-radius: 5px 5px 5px 0;
	border-radius: 5px 5px 5px 0;
}
.dropdown-submenu a:after {
	display: block;
	float: right;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: -10px;
	border-color: transparent;
	border-left-color: #cccccc;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: " ";
}
.dropdown-submenu:hover a:after {
	border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
	padding-right: 20px;
	padding-left: 20px;
}


.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
.collapse.in {
	height: auto;
}

.btn {
	display: inline-block;
	padding: 4px 12px;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, white, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, white, #e6e6e6);
	background-image: -o-linear-gradient(top, white, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-decoration: none;
}
.btn:active, .btn.active {
	color: #333333;
	background-color: #e6e6e6;
}
.btn:active, .btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
	*margin-left: 0;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled, .btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn .caret {
	margin-top: 8px;
	margin-left: 0;
}




.nav {
	margin-bottom: 20px;
	margin-left: 0;
	list-style: none;
}
.nav li a {
	display: block;
}
.nav li a img {
	max-width: none;
}

.nav .dropdown-toggle .caret {
	margin-top: 6px;
	border-top-color: #0088cc;
	border-bottom-color: #0088cc;
}
.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
	border-top-color: #005580;
	border-bottom-color: #005580;
}

.nav-tabs .dropdown-toggle .caret {
	margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
	border-top-color: #555555;
	border-bottom-color: #555555;
}

.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}

.tabs-stacked .open a:hover, .tabs-stacked .open a:focus {
	border-color: #999999;
}



.navbar {
	*position: relative;
	*z-index: 2;
	margin-bottom: 20px;
	overflow: visible;
}

.navbar-inner:before {
	display: table;
	line-height: 0;
	content: "";
}
.navbar-inner:after {
	display: table;
	line-height: 0;
	content: "";
	clear: both;
}

.navbar .container {
	width: auto;
}

.nav-collapse.collapse {
	height: auto;
	overflow: visible;
}

#contents .navbar .nav > .en-long > a{
	font-size: 90%;
	line-height: 1;
	padding-top: 4px;
	padding-bottom: 4px;
}

.navbar .brand {
	display: block;
	float: left;
	padding: 10px 20px 10px;
	margin-left: -20px;
	font-size: 20px;
	font-weight: 200;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}

.navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn, .navbar .input-prepend .btn-group, .navbar .input-append .btn-group {
	margin-top: 0;
}



.navbar-fixed-top, .navbar-fixed-bottom {
	right: 0;
	left: 0;
	position: relative;
	z-index: 1030;
	margin-bottom: 0;
	background: #fff;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
	border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
	padding-right: 0;
	padding-left: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.navbar-fixed-top {
	top: 0;
}


.navbar .nav {
	position: relative;
	left: 0;
	display: block;
	float: right;
	margin: 0;
}

.navbar .nav li {
	float: left;
}
.navbar .nav li a {
	float: none;
	padding: 7px;
	color: #777777;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.navbar .nav .dropdown-toggle .caret {
	margin-top: 7px;
	margin-left: 6px;
}
.navbar .btn-navbar {
	display: none;
	float: right;
	padding: 10px;
	margin: 18px 10px 0;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ededed;
	background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
	background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
	background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
	background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
	background-repeat: repeat-x;
	border-color: #e5e5e5 #e5e5e5 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
	background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #666;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
	margin-top: 3px;
}


.navbar .nav li.dropdown .dropdown-toggle .caret, .navbar .nav li.dropdown.open .dropdown-toggle .caret, .navbar .nav li.dropdown.active .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active .dropdown-toggle .caret {
	border-top-color: #eb6d94;
	border-bottom-color: #eb6d94;
}
.navbar .pull-right li .dropdown-menu, .navbar .nav li .dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.navbar .pull-right li .dropdown-menu:before, .navbar .nav li .dropdown-menu.pull-right:before {
	right: 12px;
	left: auto;
}
.navbar .pull-right li .dropdown-menu:after, .navbar .nav li .dropdown-menu.pull-right:after {
	right: 13px;
	left: auto;
}
.navbar .pull-right li .dropdown-menu .dropdown-menu, .navbar .nav li .dropdown-menu.pull-right .dropdown-menu {
	right: 100%;
	left: auto;
	margin-right: -1px;
	margin-left: 0;
}

.navbar-inverse .brand, .navbar-inverse .nav li a, .navbar-inverse .brand, .navbar-inverse .navbar-text, .navbar-inverse .navbar-link {
	color: #666;
}
.navbar-text {
	float: left;
	font-size: 11px;
	line-height: 1.5;
	padding: 19px 0 0 30px;
	width: 400px;
}
.navbar-inverse .divider-vertical {
	border-right-color: #222222;
	border-left-color: #111111;
}
.navbar-inverse .navbar-search .search-query {
	color: #ffffff;
	background-color: #515151;
	border-color: #111111;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder, .navbar-inverse .navbar-search .search-query:-ms-input-placeholder, .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
	color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
	padding: 5px 15px;
	color: #333333;
	text-shadow: 0 1px 0 #ffffff;
	background-color: #ffffff;
	border: 0;
	outline: 0;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.navbar-inverse .btn-navbar {
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, white, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, white, #e6e6e6);
	background-image: -o-linear-gradient(top, white, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .drawer .btn-navbar {
	color: #333333;
	background-color: #e6e6e6;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
	background-color: #000000 \9;
}

#contents .container,
#contents .navbar-fixed-bottom .container,
.wrap{
	width: 1000px;
	padding: 0 20px;
}
#contents .navbar-static-top .container,
#contents .navbar-fixed-top .container{
	width: 100%;
	padding: 0;
}

#contents .navbar-fixed-top .container #header {
	display: flex;
	justify-content: space-around;
}
#contents .navbar-fixed-top .container #header .logo-mf {
	padding: 19px 0 14px;
}
#contents .navbar-fixed-top .container #header .logo-mf img {
	width: 100%;
}
@media (max-width: 767px) {
	#contents .navbar-fixed-top .container #header .logo-mf img {
		width: 80%;
	}
}

#contents .navbar .nav>li>a {
	width: 64px;
	margin: 0 5px 0 0;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #efefef;
	color: #eb6d94;
	text-align: center;
}
#contents .navbar .nav>li>a:hover,
#contents .navbar .nav>li>a:focus {
	color: #fff;
	background-color: #F286A8;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05) inset;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05) inset;
}
#contents .navbar .nav .active a {
	color: #fff;
	background-color: #eb6d94;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;
}
#contents .navbar .nav .active a:hover, #contents .navbar .nav .active a:focus {
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;
}
#contents .navbar .nav .dropdown-menu li a{
	padding: 12px 0 12px 15px;
	color: #eb6d94;
	text-decoration: underline;
}
#contents .navbar .nav .dropdown-menu li a:hover,
#contents .navbar .nav .dropdown-menu li a:focus {
	color: #eb6d94;
	text-decoration: none;
	background-color: #e7e7e7;
}
#contents .navbar .nav .dropdown a:hover,
#contents .navbar .nav .dropdown a:focus {
	color: #eb6d94;
	background-color: #efefef;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#contents .nav {
	margin-top: 36px;
}

/* main-nav
*****************************************/
/*.main-nav{
	margin: 15px 0 0;
	background: #fbe6ef;
}

.main-nav ul{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

.main-nav li{
	float: left;
	display: block;
	width: 200px;
	height: 47px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.main-nav li a{
	display: block;
	width: 200px;
	height: 47px;
	background-repeat: no-repeat;
}

.main-nav li a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.main-nav .nav01 a{background-position: 0 0;}
.main-nav .nav02 a{background-position: -200px 0;}
.main-nav .nav03 a{background-position: -400px 0;}
.main-nav .nav04 a{background-position: -600px 0;}
.main-nav .nav05 a{background-position: -800px 0;}

.main-nav .nav01.show{background-position: 0 -47px;}
.main-nav .nav02.show{background-position: -200px -47px;}
.main-nav .nav03.show{background-position: -400px -47px;}
.main-nav .nav04.show{background-position: -600px -47px;}
.main-nav .nav05.show{background-position: -800px -47px;}*/



/* index
*****************************************/
.row {
	padding-bottom: 40px;
	zoom: 1;
}

.containerWrapperTop {
	position: relative;
}

.containerWrapperTop .carousel-center{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -196px;
	text-align: center;
}

.containerWrapperTop .carousel-center li{
	margin-bottom: 10px;
}

.containerWrapperTop .carousel-center a img{
	opacity: 1;
}

.containerWrapperTop .carousel-center a img:hover{
	opacity: .9;
}

.index-h2{
	margin: 0px 0 10px;
	padding: 0 0 8px 35px;
	border-bottom: 1px solid #ee83a2;
	color: #eb6d94;
	font-weight: bold;
	font-size: 160%;
	background: url(/mop/okazaki/common/images/tle_icon.png) no-repeat 3px 2px;
	clear: both;
}/*150525 modi	*/
.index-h2 a{
	text-decoration: none;
}
.index-h2 a:hover{
	text-decoration: underline;
}

.banner {
	margin-top: -40px;
	padding-bottom: 60px;
}
.banner.clearfix {
	margin-top: 20px;
}
.banner ul {
	list-style-type: none;
	text-align: center;
}
.banner ul > li {
	display: inline-block;
}
.banner ul > li img {
	width: 201px;
}

.pdf-get img{
	float: left;
	padding: 0 10px 0 0;
}
.pdf-get p{
	margin: 5px 0;
	font-size: 12px;
	line-height: 1;
}
.footer {
	min-width: 1000px;
	padding: 24px 75px 20px;
	background: #ea9b13;
}
.footer ul{
	float: left;
	margin: 0 60px;
	color: #fff;
}
.foreign-en .footer ul{
	max-width: 240px;
	margin: 0 30px 0 20px;
}
.footer ul a{
	display: block;
	padding: 2px 0px;
	color: #fff;
	font-weight: bold;
}

.footer ul a:hover{
	text-decoration: underline;
}

.totop{
	position: absolute;
	top: -53px;
	right: 52px;
}


.bnr li {
	margin-top: 10px;
	font-size: 0;
}
.bnr li a:hover {
	opacity: 0.8;
	filter: alp      ha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
.storeImg {
	margin:0 0 0 5px;
}

.storeImg ul,
/*.storeSearch,*/
/*.storePickup*/{
	margin: 15px 0 0;
}
.storeImg li {
	width: 160px;
	margin: 5px 10px 10px 10px;
	text-align: center;
	float: left;
}
.storeImg li:nth-child(6n){
	margin: 5px 10px 10px 0px;
}

.menu-bottom ul{
	margin: 12px 0 0;
	float: left;
	width: 540px;
	font-weight: bold;
}

.menu-bottom li{
	float: left;
	margin: 0 40px 0 0;
}

.menu-bottom li a:hover{
	text-decoration: underline;
}

.menu-bottom .bnr-social{
	float: right;
}

.copyright{
	clear: both;
	width: 1000px;
	margin: 5px auto 0;
	padding: 0 0 20px;
	text-align: right;
}

.storeImg li a img{border:1px solid #ccc;}
.storeImg li span img{border:1px solid #ccc;}

.storeImg li span img {
    transition: opacity 0.35s ease 0s;
}

/* global nav
*****************************************/
#contents #menu-wrap02 {
  width: 100%;
  height: 48px;
  margin: 0px auto 0px;
  background: #fbe6ef;
}
#contents #menu02 {
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
.foreign-en #contents #menu02 li {
  background-image: url(/mop/okazaki/english/images/nav.png);
}
.foreign-cn #contents #menu02 li {
  background-image: url(/mop/okazaki/cn/images/nav.png);
}
.foreign-tw #contents #menu02 li {
  background-image: url(/mop/okazaki/tw/images/nav.png);
}
#contents #menu02 li {
	float: left;
	display: block;
	width: 200px;
	height: 47px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#contents #menu02 li.boder_l {
	border-right:1px solid #f5b6cb;
}
#contents #menu02 li a {
	display: block;
	width: 200px;
	height: 47px;
	background-repeat: no-repeat;
}
.foreign-en #contents #menu02 li a:hover {
  background-image: url(/mop/okazaki/english/images/nav.png);
  color:#fff;
}
.foreign-cn #contents #menu02 li a:hover {
  background-image: url(/mop/okazaki/cn/images/nav.png);
  color:#fff;
}
.foreign-tw #contents #menu02 li a:hover {
  background-image: url(/mop/okazaki/tw/images/nav.png);
  color:#fff;
}
#contents .fixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
left: 0px;
}

/* deco h2
*****************************************/
#shopguide,
#info,
#access,
#faq {
	margin-top:-65px;
	padding-top:65px;
	display:block;
}

.ic_h2 {
	border:1px dashed #ec6d95 !important;
	background-color:#ffffff !important;
	text-align:center;
	padding:3px;
}
.ic_h2 span {
	border:1px dashed #ec6d95 !important;
	background-color:#ffffff !important;
	text-align:center;
	display:block;
}
.ic_h2 span span {
	padding-left: 70px;
	font-size: 36px;
	padding:15px 0 15px 70px;
	font-weight:bold;
	color:#ec6d95;
	display:inline-block;
	border: none !important;
	background-color: inherit !important;
}
.ic_h2 span span.inner_shop {
	background: url(/mop/okazaki/common/images/ic_shopguide.png) no-repeat left center ;

}
.ic_h2 span span.inner_info {
	background: url(/mop/okazaki/common/images/ic_info.png) no-repeat left center ;

}
.ic_h2 span span.inner_access {
	background: url(/mop/okazaki/common/images/ic_access.png) no-repeat left center ;
}
.ic_h2 span span.inner_faq {
	background: url(/mop/okazaki/common/images/ic_faq.png) no-repeat left center ;
}
.ic_h2 span span.inner_union_pay {
	background: url(/mop/okazaki/common/images/ic_union_pay.png) no-repeat left center ;
}
.ic_h2 span span.inner_tax_free {
	background: url(/mop/okazaki/common/images/ic_tax_free.png) no-repeat left center ;
}




#menu-wrap02 #menu02 .nav01 {background-position: 0 0;}
#menu-wrap02 #menu02 .nav02 {background-position: -200px 0;}
#menu-wrap02 #menu02 .nav03 {background-position: -400px 0;}
#menu-wrap02 #menu02 .nav04 {background-position: -600px 0;}
#menu-wrap02 #menu02 .nav05 {background-position: -800px 0;}

#menu-wrap02 #menu02 .nav01 a:hover {background-position: 0 -47px;}
#menu-wrap02 #menu02 .nav02 a:hover {background-position: -200px -47px;}
#menu-wrap02 #menu02 .nav03 a:hover {background-position: -400px -47px;}
#menu-wrap02 #menu02 .nav04 a:hover {background-position: -600px -47px;}
#menu-wrap02 #menu02 .nav05 a:hover {background-position: -800px -47px;}

.typical_shop {
	text-align:center;
	font-size:22px;
	font-weight:bold;
	color:#543e3e;
}



/* pagetop */
/*************************************************************/
#page-top{
	width:70px;
	height:70px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
}

#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

#page-top p:hover{
	background:#8b8b8b;
}

#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
/* shopguide_list
*****************************************/
.shopguide_list {
	margin:5% 0;
}

.shopguide_list li:nth-child(2n+1) {
    clear: both;
}
.shopguide_list li {
    float: left;
    font-weight: bold;
    margin: 0 0 20px 24px;
    text-align: center;
    width: 398px;
	height:135px;
}
.bg_floorduide {
	background:url(/mop/okazaki/english/images/bg_stripes.png);
	padding:15px;
}

.bg_floorduide div {
	background:#ffffff;
	padding:30px 20px 20px;
	text-align:center;
}

.bg_floorduide div h3 {
	text-align:center;
}
.bg_floorduide div div {
	padding:36px 0;
	background:url(/mop/okazaki/common/images/img_floorguide.png) no-repeat 110px 22px;
}

.bg_floorduide div div ul{
	margin:0 0 0 280px;
	font-size:24px;
	display:inline-block;
	width:180px;
	text-align:left;
	vertical-align:top;
}
.bg_floorduide div div ul.floorguide_list02 {
	margin:0 0 0 30px;
	display:inline-block;
	width:210px;
}
.bg_floorduide div div ul li{
	list-style: disc;
	text-align:left;
}
.bg_floorduide div div ul.floorguide_list02 li{
	list-style: disc;
}

.floorguide_pdf a {
	background:#ef4049;
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
	display:block;
	text-align:center;
	padding:10px;
}
.floorguide_pdf a .flooreguide_wrap {
	background: url(/mop/okazaki/common/images/arrow_floor_guide_pc.jpg) no-repeat right;
	color:#ffffff;
	font-weight:bold;
	padding-right:60px;
}
.floorguide_pdf a span .flooreguide_pdf_strong{
	background:none;
	color:#ffffff;
	font-size:36px;
	font-weight:bold;
}

.flooreguire_h3 {
	text-align:center;
	font-size:28px;
	display:inline-block;
}
.flooreguire_h3 .flooreguire_h3_left {
	background: url(/mop/okazaki/common/images/flooreguide_deco_left.jpg) no-repeat left 75%;
	padding-left:45px;
	display:inline-block;
}
.flooreguire_h3 .flooreguire_h3_right {
	background: url(/mop/okazaki/common/images/flooreguide_deco_right.jpg) no-repeat right;
	display:inline-block;
	padding-right:45px;
}

.flooreguide_font_wrap {
	display:inline-block !important;

}

/* info_list
*****************************************/
.info_list ul {
	list-style:none !important;
}

.info_list ul li {
	list-style:none !important;
    clear: both;
	margin:48px 0 0 0;
	border-bottom: 1px solid #333333;
}

.info_list ul li p{
	float:left;
	margin:0 64px 40px;
    text-align: center;
    width: 220px;
	height:140px;
}
.info_list ul li p img{
	text-align:center;
	vertical-align:middle;
	display:inline-block;
}
.info_list ul li .info_list_wrap{
	float:left;
	width:50%;
	margin:10px 0 10px 35px;
}

.info_list ul li .info_list_wrap p{
	float: none;
	width:100%;
	margin:0 0 10px 24px;
    text-align: left;
	height:inherit;
	font-size:16px;
}
.info_list ul li .info_list_wrap h3{
	margin:0 0 10px 24px;
	font-size:24px;
	font-weight:bold;
}
.info_btn {
	text-align:right !important;
	margin:20px 0 !important;
}
.info_btn a {
	background:#eb6d95;
	color:#ffffff;
	width:240px;
	height:24px;
	display:inline-block;
	padding:8px;
	vertical-align: middle;
	text-align: center;
	font-weight:bold;
	font-size:16px;
}
/* access
*****************************************/
.access_p {
	font-size:32px;
	font-weight:bold;
	text-align:center;
	margin:44px 0 24px;
	color:#ef4049;
	line-height:1.2;
}
.access_p span {
	font-size:24px;
	font-weight:bold;
}
.acces_map {
	margin:10px;
}
/* faq
*****************************************/

.faq-box{
	padding: 24px 63px;
	line-height: 1.7;
}
.faq-box p, .faq-box dl{
	font-size: 130%;
}
.atm{
	font-size: 130%;
}
.faq-box h4{
	font-size: 130%;
	font-weight: bold;
}
.feq_wrap {
	margin:0 10px;
}


.faq-box .business-hours{
	margin: 10px 0 20px;
	line-height: 1.8;
}

.faq-box .business-hours dt{
	float: left;
	width: 224px;
	margin: 5px 0 0;
	padding: 3px 0px 3px 20px;
	border: 1px solid #B7B8B8;
	background: none repeat scroll 0% 0% #F8F7F0;
	text-align: left;
	box-sizing: border-box;
}
.faq-box .business-hours dd{
	float: left;
	width: 484px;
	margin: 5px 0 0;
	padding: 3px 0px;
	border-top: 1px solid #B7B8B8;
	border-right: 1px solid #B7B8B8;
	border-bottom: 1px solid #B7B8B8;
	text-align: center;
	box-sizing: border-box;
}
.atm dd{
	padding: 0 0 0 13px;
	font-size: 100%;
}
.faq-box a{
	text-decoration: underline;
}
.faq-box a:hover{
	text-decoration: none;
}

/* pankuzu 150525 mobi
*****************************************/
.pankuzu{
	margin: 5px auto 0;
	padding: 0 0 0 55px;
	width: 1000px;
}

.pankuzu li{
	float: left;
	margin: 0 10px 0 0;
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding:10px;
}

.pankuzu li a:hover{
	text-decoration: underline;
}

.pankuzu li:before{
	content: "";
	margin: 0 16px 0 0;
}

.pankuzu li::after {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -15px;
}

.pankuzu a span{
  display: inline-block;
  position: relative;
  background:#efefef;
  padding:5px 15px 5px 20px;
}

.pankuzu a span::after {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-left-color: #efefef;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -15px;
}
.pankuzu_link {
	padding:5px !important;
}
.height01 {
	height: 35px;
}
.access_map_pdf {
	margin:0 10px 20px 0;
	text-align:right;
}
.access_map_pdf a {
	font-size:16px;

	background: #eb6e95;
	color:#ffffff;
	display:inline-block;
	font-weight:bold;
	    border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;   /* Firefox用 */
}
.access_map_pdf a span {
	/*background:url(/mop/okazaki/common/images/arrow01.png) no-repeat right;*/
	display:inline-block;
	padding:12px 95px;
	margin-right:10px;
	text-align:center;
}
.text-small {
	font-size:10px;
}
.hoursInner dl{
	display:table;
	width: 100%;
	margin-top:5px;
	border: 1px solid #c5bcb8;
	vertical-align:middle;
}

.hoursInner dt{
	display:table-cell;
	width: 25%;
	min-width:100px;
	padding: 3px 0 3px .5em;
	border-right:1px solid #b7b8b8;
	background: #F8F7F0;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
				vertical-align:middle;
}
.hoursInner dd{
	display:table-cell;
	width: 75%;
	padding: 3px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
				vertical-align:middle;
}






