@charset "utf-8";

#gmogroupfooter {
	background: #fff;
	background: -webkit-radial-gradient( 50% 0, circle closest-corner, #fff, #fefefe );
	background:    -moz-radial-gradient( 50% 0, circle closest-corner, #fff, #fefefe );
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#fefefe');
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#fefefe');
	background: #fff\9;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		-ms-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
	color: #777;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS P Gothic', 'ＭＳ Ｐゴシック', 'Arial', sans-serif;
	font-size: x-small;
	font-size: xx-small\9;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1;
	text-align: left;
	text-shadow: #fff 1px 1px 1px;
	overflow: hidden;
	padding: 15px 20px;
	white-space: nowrap;
}
#gmogroupfooter a {
	color: #005bac;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: .1s ease-in-out!important;
	   -moz-transition: .1s ease-in-out!important;
		-ms-transition: .1s ease-in-out!important;
		 -o-transition: .1s ease-in-out!important;
			transition: .1s ease-in-out!important;
}
#gmogroupfooter a:hover {
	color: #f90;
	text-decoration: underline;
	-webkit-transition: .1s ease-in-out!important;
	   -moz-transition: .1s ease-in-out!important;
		-ms-transition: .1s ease-in-out!important;
		 -o-transition: .1s ease-in-out!important;
			transition: .1s ease-in-out!important;
}
#gmogroupfooter a:active,
#gmogroupfooter a:focus {
	color: #ff0;
}
#gmogroupfooter :active,
#gmogroupfooter :focus {
	-webkit-outline-style: none;
	   -moz-outline-style: none;
		-ms-outline-style: none;
		 -o-outline-style: none;
			outline-style: none;
				  outline: none;
}
#gmogroupfooter img {
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
#gmogroupfooter a:hover img {
	-webkit-opacity: 0.6;
	   -moz-opacity: 0.6;
		 -o-opacity: 0.6;
			opacity: 0.6;
}
#gmogroupfooter::-webkit-selection { background: #bfd6ea; color: #000; text-shadow: #fff 1px 1px 1px; }
#gmogroupfooter   ::-moz-selection { background: #bfd6ea; color: #000; text-shadow: #fff 1px 1px 1px; }
#gmogroupfooter	   ::-ms-selection { background: #bfd6ea; color: #000; text-shadow: #fff 1px 1px 1px; }
#gmogroupfooter		::-o-selection { background: #bfd6ea; color: #000; text-shadow: #fff 1px 1px 1px; }
#gmogroupfooter		   ::selection { background: #bfd6ea; color: #000; text-shadow: #fff 1px 1px 1px; }

#gmogroupfooter ul {
	list-style-type: none;
}
#gmogroupfooter ul,
#gmogroupfooter dl,
#gmogroupfooter dt,
#gmogroupfooter dd {
	margin: 0;
	padding: 0;
}

#gmogroupfooter .alfa {
/*
	float: left;
	width: 135px;
*/
	margin-bottom: 20px;
}
#gmogroupfooter .beta {
/*
	margin-left: 135px;
*/
}
#gmogroupfooter h6 {
	color: #555;
	font-size: small;
	font-size: x-small\9;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2;
	margin: 5px 0 10px 0;
	padding: 0;
}

#gmogroupfooter #relatedservice ul {
	margin-bottom: 20px;
	overflow: hidden;
	width: auto;
}
#gmogroupfooter #relatedservice li {
	float: left;
	margin: 0 10px 10px 0;
	width: 32%;
}
#gmogroupfooter #relatedservice li dl {
	line-height: 1.5;
}
#gmogroupfooter #relatedservice li dt {
	clear: both;
	display: inline;
	float: left;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}
#gmogroupfooter #relatedservice li dt a {
	letter-spacing: .1em\9;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}
#gmogroupfooter #relatedservice li dd:before {
	content: '-';
	margin-right: .3em;
}
#gmogroupfooter #relatedservice li dd {
	display: inline;
	float: left;
	letter-spacing: .1em\9;
	margin-left: .3em;
	margin-bottom: .5em;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}

#gmogroupfooter #gmoservice {
	clear: both;
	overflow: hidden;
	width: 100%;
}
#gmogroupfooter #gmoservice ul {
	overflow: hidden;
}
#gmogroupfooter #gmoservice li {
	float: left;
	margin-right: 10px;
}
#gmogroupfooter #gmoservice li dt {
	background: #005bac url('img/expand.png') 4px 4px no-repeat;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		-ms-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	   -moz-box-shadow: 1px 1px 1px #fff;
		-ms-box-shadow: 1px 1px 1px #fff;
		 -o-box-shadow: 1px 1px 1px #fff;
			box-shadow: 1px 1px 1px #fff;
	color: #fff;
	cursor: default;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: .1em;
	margin: 1px 2px 5px 1px;
	padding: 1px 5px 1px 20px;
	text-shadow: #000 -1px -1px 1px;
}
#gmogroupfooter #gmoservice li:hover dt {
	background: #005bac url('img/contract.png') 4px 4px no-repeat;
}
#gmogroupfooter #gmoservice li dd {
	visibility: hidden;
}
#gmogroupfooter #gmoservice li:hover dd {
	visibility: visible;
}
#gmogroupfooter #gmoservice li ul {
	list-style-type: circle;
	list-style-position: inside;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#gmogroupfooter #gmoservice li li {
	display: block;
	float: none;
	letter-spacing: .1em\9;
	line-height: 1.5;
	margin-right: 0;
	margin-left: 5px;
}




