
body	{
	/*background: url("image/backImg01.jpg") top left fixed no-repeat;*/
	/*background-size: contain;*/
	z-index: 0;
	}
#contents	{
	width: 100%;
	max-width: 1500px;
	position: relative;
	margin: 0 auto;
}
.container	{
	background-color: #fff;
}
.row-center{
/*text-align:center;*/
letter-spacing:-0.4em;
}
.row-center > [class*='col-'] {
display:inline-block;
letter-spacing:0;
vertical-align:top;
float:none !important;
}
.row-center.va-middle > [class*='col-'] {
vertical-align:middle;
}
.row-center.va-bottom > [class*='col-'] {
vertical-align:bottom;
}

#titleMenu	{
	width: 100%;
	height: 56px;
	margin: 0; padding: 0;
	position: fixed;
	top: 0; left: 0;
	z-index: 12;
	background-color: rgba(255, 255,255, 0.9);
	display: table;
	border-bottom: 1px solid #f5f5f5;
}
.title {
	display: table-cell;
	width: 27%;
	height: 56px;
	vertical-align: middle;
}
#titleMenu .title h1	{
	width: 100%;
	height: 56px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#titleMenu .title h1 a img {
	display: none;
}

.title2 {
	display: table-cell;
	width: 27%;
	height: 56px;
	vertical-align: middle;
}
#titleMenu .title2 h1	{
	width: 100%;
	height: 56px;
	margin: 0;
	padding: 0;
	text-align: center;
}


.menu {
	display: table-cell;
	height: 56px;
	width: 70%;
	vertical-align: middle;
}
.menu ul {
	width: 100%;
	height: 56px;
}
.menu ul li {
	display: inline-block;
	width: 24%;
	padding: 0;
	margin-top: 3px;
	background-color: #fff;
	transition: background-color 0.3s;
}
.menu ul li:hover	{
	background-color: #f5f5f5;
}
.menu ul li a img {
	width: 100%;
	max-width: 150px;
}
.mob {
	display: table-cell;
	vertical-align: top;
	padding-top: 8px;
	height: 30px;
}
.mobMenuIcon	{
	display: none;
	height: 30px;
}
.mobMenu {
	display: none;
	overflow: visible;
}


div.toTop	{
	position: fixed;
	right: 5px; bottom: 5px;
	opacity: 0.7;
}

div.titleBack	{
	width: 100%;
	position: relative;
}
div.topTitle	{
	width: 254px; height: 254px;
	position: absolute;
	top: 50px; left: 30px;
	z-index: 13;
}

.imgTitle	{
	margin: 20px 0 30px 0;
}

.murasakiBack1	{
	background: url('../image/murasakiBack1.png') repeat-y;
}

.clearLeft	{
	clear: left;
}


.sekouTable	{
	display: table;
	width: 100%;
}
.sekouCell	{
	display: table-cell;
	width: 30%;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	color: #666;
	font-size: 0.8em;
}
.sekouCellRight	{
	display: table-cell;
	width: 30%;
	padding: 5px;
	border-top: 1px solid #ccc;
	text-align: center;
	color: #666;
	font-size: 0.8em;
}
.sekouCell a img, .sekouCellRight a img	{
	width: 100%;
	max-width: 220px;
}

/*
この辺からトップページ右部分
*/
.rightTable	{
	background-color: #f5f5f5;
	position: relative;
}
.ueki	{
	background-color: #000;
	color: #fff;
	width: 100%;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border-radius: 1em;
	font-size: 1.15vw;
}

.asagiFix	{
	position: fixed;
	top: 56px;
}

/*
この辺からフッタ
*/

.footerMenu	{
	margin: 1em 0;
	width: 100%;
	border-top: 1px solid #00a3af;
	padding: 1em 0;
}
.footerMenu ul li {
	display: inline-block;
}
.footerMenu ul li a {
	color: #00a3af;
	transition: color 0.3s;
}
.footerMenu ul li a:hover	{
	color: #5c9291
}