/*
Theme Name: mikuni-za
Theme URI: http://pluto-inc.com
Description: 三国湊座オリジナルテーマ
Version: 1.0
Author: Pluto Inc.
*/

.circle {
  background: url(/common/ttl_circle.gif) no-repeat left center;
  padding-left: 20px;
}

.line {
  background: url(/common/ttl_line.gif) repeat-x left bottom;
  padding-bottom: 2px;
}

.green {
  color: #690;
}

.red {
  color: #C30;
}


.note {
  font-size: 85%;
}

.caption {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 85%;
}

.floatRight {
  float: right;
  padding: 0 0 1em 1em;
}

.floatLeft {
  float: left;
  padding: 0 1em 1em 0;
}

.block {
  padding: 1em 1em 0;
  font-size: 85%;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border: 2px solid #E5E5E5;
  margin-bottom: 1.5em;
  zoom: 1;
  clear: both;
}
.block:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

.block-color {
  padding: 1em 1em 0;
  font-size: 85%;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #F9F7F3;
  border: 2px solid #F9F7F3;
  margin-bottom: 1.5em;
  zoom: 1;
  clear: both;
}
.block-color:after {
	content:".";
	height:0;
	clear:both;
	display:block-color;
	visibility:hidden;
}


/* table */

table.infoTable {
  border-collapse: separate;
  width: 100%;
  border-spacing: 5px;
}

table.infoTable th {
  vertical-align: top;
  white-space: nowrap;
  background: #f4efe7;
  padding: 10px;
}

table.infoTable td {
  background: url(../common/dot_line.gif) repeat-x left bottom;
  padding: 10px;
}

