/* CSS Document */

/* ========= チロコレ =========== */
/* ふきだし */
div#balloon_left {display: none;}
div#balloon_right {display: none;}
div.balloon {display: inline-block; position: absolute; padding: 0;}
div.balloon p {
	clear: both;
	display: inline-block;
	white-space: nowrap;
	padding: 3px 6px;
	margin: 0;
	border-left: solid 2px #ffe100;
	border-right: solid 2px #ffe100;
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height: 135%;
	text-align: center;
	color: #691000;
	background: #fff;
	overflow: hidden;
}
div.balloon div.corner_top {height: 4px; background: url(img/corner_top.gif) no-repeat 0 0; overflow: hidden;}
div.balloon div.corner_top_inn {height: 4px; background: url(img/corner_tr.gif) no-repeat 100% 0;}
div.balloon div.corner_bottom_left {height: 15px; background: url(img/corner_bottom_l.gif) no-repeat 0 0;}
div.balloon div.corner_bottom_left_inn {height: 15px; background: url(img/corner_br.gif) no-repeat 100% 0;}
div.balloon div.corner_bottom_right {height: 15px; background: url(img/corner_bottom_r.gif) no-repeat 100% 0;}
div.balloon div.corner_bottom_right_inn {height: 15px; background: url(img/corner_bl.gif) no-repeat 0 0;}
ul.tiro_colle {
	width: 422px;
	margin: 0;
	padding: 20px 0 0 0;
	list-style: none;
}
ul.tiro_colle li {
	float: left;
	margin: 0 12px 10px 0;
}
ul.tiro_colle li.first {
	clear: both
}
ul.tiro_colle li.last {
	margin-right: 0;
}
p.copyright {
	margin: 0;
	padding: 0 0 5px;
	font-size: 10px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height: 135%;
}
p.copyright img {
	vertical-align: top;
}
img.mrk {
	float: right;
	margin-left: 2px;
	margin-top: -1px;
}
#info {
	text-align: center; padding: 0; margin: 0
}

/* ----------clearfix-------------- */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


