@charset "UTF-8";
/* ----------------------------
 import css
---------------------------- */ 
@import url("common.css");
/*=============================================================
#base
=============================================================*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #313131;
	text-align: left;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #66F;
	text-decoration: underline;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
#container {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	background-color: #F5F5F5;
	background-image: url(../image/page-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.hd {
	display: none;
}
#header span,
#footer span,
#navi span {
	display: none;
}

/*=============================================================
#header
=============================================================*/
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	text-align: left;
	overflow: hidden;
	position: relative;
	background-image: url(../image/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#header .body {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	height: 125px;
}
#header .left {
	width: 415px;
	float: left;
	padding-top: 0px;
}
#header p {
	font-size: 11px;
	line-height: 1.5em;
	padding-top: 10px;
}
#header .left .logo {
	padding-top: 10px;
	padding-bottom: 0px;
}
#header .left .anniversary {
	padding-top: 5px;
}
#header .center {
	display: block;
	float: left;
	width: 163px;
	text-align: center;
}
#header .right {
	width: 380px;
	text-align: right;
	float: right;
	padding-top: 0px;
	margin-top: -25px;
}
#header .right p {
	font-size: 11px;
	line-height: 1.5em;
}
#header .right p a {
	color: #000;
	text-decoration: none;
}
#header .right .bt {
	padding-top: 20px;
}
#header .right a {
}
#header .right a:hover {
	color: #666;
	text-decoration: underline;
	clear: both;
}
/*=============================================================
#NAVI
=============================================================*/
#navi {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../image/navi-bg.png);
	background-repeat: repeat-x;
	height: 62px;
}
#navi .body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#navi ul {
	list-style-type: none;
	padding: 0px;
	display: block;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
#navi li {
	float: left;
	line-height: 0px;
	display: block;
	overflow: hidden;
}
#navi a {
}
#navi a:hover {
}

#spSiteLink {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	width: 100%;
	max-width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#spSiteLink a {
	color: #09F;
	text-align: center;
	display: block;
	border: 5px solid #3CC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 45px;
	line-height: 1em;
	font-weight: bold;
	background-color: #FFFAED;
}


/*=============================================================
#contents
=============================================================*/
#mainbody {
	padding-bottom: 40px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	background-color: #FFF;
	overflow: hidden;
	position: relative;
}
.breadcrumb-list {
	font-size: 11px;
	line-height: 100%;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
.breadcrumb-list ul {
	overflow: hidden;
	position: relative;
}
.breadcrumb-list li {
	display: inline;
	float: left;
	padding-right: 5px;
	color: #666;
}
.breadcrumb-list a {
	color: #000000;
	text-decoration: none;
	margin-right: 5px;
}
.breadcrumb-list a:hover {
	color: #0516AF;
	text-decoration: underline;
}
.breadcrumb-list strong {
	font-weight: bold;
	color: #5CA63D;
}
.stock-bt {
	text-align: right;
	overflow: hidden;
	position: relative;
	width: 300px;
	float: right;
}
.stock-bt img {
	margin-left: 10px;
}
.stock-bt a img:hover {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}
#mainbody h1 {
	padding-left: 8px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #448CD5;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	color: #000;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
#mainbody h1 i {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #95AD63;
	font-size: 10px;
	margin-left: 15px;
}
#mainbody p {
	font-size: 13px;
	line-height: 1.6em;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#contents {
	width: 720px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 25px;
	position: relative;
	text-align: left;
	float: right;
}
#contact-area {
	background-image: url(../image/contact-bg.jpg);
	display: block;
	height: 180px;
	width: 720px;
	margin-top: 70px;
}
#contact-area .bt {
	padding-top: 85px;
	padding-left: 520px;
}
#contact-area a img:hover {
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}
/*=============================================================
#SIDE
=============================================================*/
#side {
	float: left;
	width: 220px;
}
#side p.title,
#primary p.title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #488DD2;
	line-height: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#side a img:hover,
#primary a img:hover {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}
#side li {
	line-height: 0px;
	display: block;
	overflow: hidden;
}
#side #idea,
#primary #idea {
	margin-bottom: 20px;
	background-image: url(/image/side/idea-bg.png);
	display: block;
	height: 230px;
	width: 220px;
	margin-top: 20px;
}
#side #idea ul,
#primary #idea ul {
	overflow: hidden;
	position: relative;
	padding-left: 20px;
	padding-top: 38px;
}
#side #idea li,
#primary #idea li {
	text-align: center;
	display: block;
	width: 60px;
	float: left;
}
#side #loginArea {
	border: 1px solid #CCC;
	margin-bottom: 20px;
	margin-top: 20px;
}
#side #loginArea #result {
}
#side #loginArea #result .body {
	background-image: url(../image/side/result-bg.jpg);
	background-position: center 0px;
}
#side #loginArea #result p.total {
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	color: #444;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 2px;
}
#side #loginArea #result p.total b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #0000B2;
	line-height: 1em;
	margin-left: 5px;
}
#side #loginArea #result p.separate {
	font-size: 10px;
	line-height: 1.5em;
	color: #444;
	text-align: center;
	padding-top: 7px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#side #loginArea #result p.separate b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	margin-left: 3px;
}
#side #loginArea #result p.separate b span {
	color: #F00;
}
#side #loginArea #result .list {
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#side #loginArea #result table {
}
#side #loginArea #result th {
	text-align: left;
	color: #666;
	font-size: 12px;
	line-height: 1em;
	padding-top: 7px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#side #loginArea #result td {
	text-align: right;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#side #loginArea #result td b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
}
#side #loginArea #login {
	padding-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#side #loginArea p.title {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	background-color: #4E8FCE;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: center;
	margin: 1px;
}
#side #loginArea #login .body {
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
}
#side #loginArea #login.input {
	padding-bottom: 5px;
}
#side #loginArea #login input::placeholder {
	color:#999;
}
#side #loginArea #login .bt {
	padding-top: 5px;
}
#side #loginArea #login .forget {
	padding-top: 5px;
	padding-bottom: 8px;
	text-align: center;
}
#side #loginArea #login .forget a {
	font-size: 11px;
	color: #000;
}
#side #loginAfter {
	background-color: #FFFFFF;
	text-align: center;
}
#side #loginAfter a {
	color: #008A83;
}
#side #loginAfter .box {
	background-color: #D9E9FF;
	width: 200px;
	border: 1px double #CCCCCC;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#side #loginAfter p.name {
	font-size: 13px;
	padding-top: 7px;
	font-weight: bold;
	color: #000;
	line-height: 1.5em;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#side #loginAfter p.mypage {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#side #loginAfter .logout {
	font-size: 11px;
	padding-top: 8px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#side #loginAfter ul {
	padding-top: 12px;
	padding-bottom: 6px;
}
#side #loginAfter li {
	margin-bottom: 10px;
	padding: 0px;
	display: block;
	overflow: hidden;
}
#side #loginAfter a img:hover {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}


#side #member-regist,
#primary #member-regist {
}
#side #kodawari {
	margin-top: 30px;
}
#side #kodawari ul {
}
#side #kodawari li {
	line-height: 0px;
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}
#side #quick {
	border: 1px solid #CCC;
	margin-top: 20px;
	padding-top: 10px;
}
#side #quick p {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	background-color: #999999;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 10px;
}
#side #quick ul {
	text-align: left;
	overflow: hidden;
	position: relative;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
}
#side #quick li {
	display: block;
	float: left;
	width: 50%;
	color: #000;
	font-size: 13px;
	margin-bottom: 5px;
	line-height: 1.5em;
	height: 20px;
}
#side #quick .list {
	padding-top: 0px;
	text-align: center;
}
#side #quick .bt {
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center;
}
#side #open {
	margin-top: 30px;
}
#side #open .box {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCC;
	background-color: #FFFCEF;
}
#side #open .box a {
	display: block;
	text-decoration: none;
	z-index: 100;
}
#side #open .box a:hover {
	background-color: #E9F3FF;
}
#side #open .box p.type {
	font-size: 10px;
	line-height: 1.5em;
	color: #000000;
	font-weight: bold;
	display: block;
	float: left;
	margin-left: 17px;
	width: 60px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#side #open .box p.type img {
}
#side #open .box p.price {
	font-size: 11px;
	line-height: 1em;
	color: #F00;
	display: block;
	float: right;
	margin-right: 17px;
	width: 100px;
	text-align: right;
	padding-bottom: 0px;
	padding-top: 15px;
}
#side #open .box p.price b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
#side #open .box .photo {
	text-align: center;
	display: block;
	clear: both;
	height: 140px;
	width: 190px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
}
#side #open .box .photo img {
	padding: 1px;
	border: 1px solid #CCC;
}
#side #open .box p.ad {
	font-size: 12px;
	line-height: 1.6em;
	font-weight: bold;
	color: #000;
	display: block;
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#side #open .box p.line {
	font-size: 11px;
	line-height: 1.5em;
	color: #666;
	width: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#side #shop,
#primary #shop {
	margin-top: 30px;
}
#side #shop .body,
#primary #shop .body {
	background-color: #FFF;
	border: 1px solid #CCC;
}
#side #shop .photo,
#primary #shop .photo {
	padding-top: 10px;
	text-align: center;
}
#side #shop p.name,
#primary #shop p.name {
	text-align: left;
	font-size: 11px;
	line-height: 1.5em;
	padding-top: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-right: 10px;
	margin-left: 10px;
	color: #000;
	padding-bottom: 7px;
}
#side #shop p.name b,
#primary #shop p.name b {
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
}
#side #shop ul.menu,
#primary #shop ul.menu {
	overflow: hidden;
	position: relative;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-right: 10px;
	margin-left: 10px;
}
#side #shop ul.menu li,
#primary #shop ul.menu li {
	display: block;
	float: left;
	line-height: 1.2em;
	margin-bottom: 10px;
	overflow: hidden;
	background-image: url(/image/side/arrow.png);
	background-position: left center;
	padding-left: 16px;
	height: 13px;
	font-size: 12px;
	font-weight: bold;
	width: 40%;
	background-repeat: no-repeat;
}
#side #shop ul.menu li a,
#primary #shop ul.menu li a {
	color: #000;
	text-decoration: none;
}
#side #shop ul.menu li a:hover,
#primary #shop ul.menu li a:hover {
	color: #125BD8;
	text-decoration: underline;
}
#side #shop .tel,
#primary #shop .tel {
	padding-top: 10px;
	text-align: center;
}
#side #shop .contact,
#primary #shop .contact {
	padding-top: 7px;
	padding-bottom: 15px;
	text-align: center;
}
#side #useful {
	margin-top: 30px;
}
#side #search,
#primary #search {
	margin-top: 30px;
}
#primary #search p.title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #488DD2;
	line-height: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#side .banner {
	text-align: center;
	margin-top: 20px;
}
#side #other-link {
	margin-top: 20px;
}
#side #other-link .body {
}
#side #other-link .body ul {
	overflow: hidden;
	position: relative;
}
#side #other-link .body li {
	line-height: 0px;
	display: block;
	float: left;
	overflow: hidden;
	width: 110px;
	text-align: center;
	margin-bottom: 5px;
}


/*=============================================================
#FOOTER
=============================================================*/
#pagetop {
	text-align: right;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative;
	background-image: url(../image/footer-bg.jpg);
	background-position: center top;
	width: 100%;
	background-repeat: repeat-x;
	background-color: #FFF;
}
#footer .body {
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	background-image: url(../image/header-tel.png);
	background-position: 490px 57px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
}
#footer .body .left {
	float: left;
	width: 600px;
	background-image: url(../image/footer-logo.png);
	height: 80px;
	background-repeat: no-repeat;
}
#footer .body .right {
	padding-top: 23px;
	float: right;
	width: 360px;
	text-align: right;
}
#footer .body .right img:hover {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}
#footer p.profile {
	padding-left: 180px;
	padding-top: 0px;
	font-size: 12px;
	line-height: 1.5em;
}
#footer p.link {
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#footer p.link2 {
	font-size: 11px;
	line-height: 1.5em;
	padding-top: 15px;
	padding-left: 10px;
	color: #666;
}
#footer p.copy {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 3px;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
/*=============================================================
#socialbutton
=============================================================*/
.socialbutton {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.socialbutton div {
    float:left;
    margin-right:5px;
}
.socialbutton #facebook {
	width: 100px;
}
.socialbutton #g-plusone {
	width: 60px;
}
/*=============================================================
#form
=============================================================*/
#contents input[type="text"]:hover,#contents textarea:hover {
border: 1px solid #666666;
}
#contents input[type="text"]:focus,#contents textarea:focus {
background-color: #ffffcc;
border: 1px solid #333333;
}
#contents input[type="text"],#contents textarea {
border: 1px solid #999999;
padding: 1px;
}
#contents input[type="submit"] {
	border: 1px solid #C69;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	background-color: #FFE7F5;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	line-height: 18px;
}
#contents input[type="submit"]:hover {
background-color: #FFCCCC;
}
.anq_required,
.required {
	background-image: url(/image/form/required.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 35px;
	padding-bottom: 5px;
}
/*
==========================================================
設備アイコン ツールチップ （トップページ・サイド一覧用）
==========================================================
*/


.equipIcon .topiconSet {
	padding: 0px;
	width: 100%;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

.equipIcon .topiconSet a {
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	width:30px;
	height:30px;
	position:relative;
	margin-right: 5px;
	margin-left: 5px;
}


/* Easy CSS Tooltip - by Koller Juergen [www.kollermedia.at] */
.equipIcon .topiconSet a:hover {background:#dc0000; } /*BG color is a must for IE6*/

.equipIcon .topiconSet a.tooltip span {
	display:none;
	padding:2px 3px;
	width:100px;	
	font-size: 11px;
}

.equipIcon .topiconSet a.tooltip:hover span{
	display:inline;
	position:absolute;
	background:#dc0000;
	color:#fff;
	bottom:35px;	/*位置指定追加。クエスチョンマークの下端から、吹き出しの下端を25px上げる*/
	left:-35px;			/*位置指定追加。吹き出しの幅の半分を左に移動させる*/
}

/*吹き出しの足*/
.equipIcon .topiconSet a.tooltip:hover span:after {
content: "";
display: block;
width:0;
height:0;
border-top:8px solid #dc0000;
border-left:8px solid transparent;
border-right:8px solid transparent;
position: absolute;
left: 40px;
bottom:-6px;
}
