@charset "UTF-8";
/*
----------
user.css
2016.8.17
----------
*/






.price{ font-size:16px; font-weight:bold; display: inline-block; width:5em; text-align:right; margin:0 4px}

.nekonome .lead{ font-size:20px; font-weight:normal}


/*
*/
.baystars-color1{ color: #00428E}
.baystars-color2{ color: #DF4C7D}
.baystars-color-bg{ background-color:#00428E}

.hdg-fukidashi-baystars {
	position: relative;
	/*display: inline-block;*/
	padding:8px 16px;
	width: auto;
	/*min-width: 115px;
	height: 40px;*/
	color: #F6F6F6;
	line-height:140%;
	/*text-align: center;*/
	background: #00428E;
	z-index: 0;
	font-size:24px;
	/*font-weight:normalもう上書きしちゃう*/
}
.hdg-fukidashi-baystars:after {
	content: "";
	position: absolute;
	bottom: -10px; left:60px;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color:  #00428E transparent transparent transparent;
}

.kakko{font-family: 'Courier New', Courier, monospace; vertical-align: top; /*padding-bottom:60px; */display: inline}

