/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

h1, h2, h3, h4, h5, h6, body{
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

p{
    line-height: 1.9;
}


.Margin30 {
    font-size: 30px;
    line-height: 30px;
    height: 30px;
}

HEADER {
	background:#222222;
	border-top: 3px solid #cf0000;
}



FOOTER {
	background:#444;
	color: #E6E6E6;
}

.catchcopy {
	font-size:18px;
	text-align:center;
	font-weight: bold;
	color: #3E3E3E;
}


.message-area {
	background: #E1F8D7;
	padding: 15px;
	margin: 0 0 10px 0;
	font-size:14px;
	color:#066;
}

.message-area P {
	padding:0;
	margin: 0 0 5px 0;
	border-radius: 7px;
}


/* Time Tables ---------------------- */

.time-table .title {
	background-color: #d1e9e4;
}

.time-table .price {
	background-color: #eaf2f0;
	color: #333333;
}

.time-table .description {
	background-color: white;
	color: #777777;
	border-bottom: dotted 1px #dddddd;
}

.time-table .bullet-item {
	background-color: white;
	color: #333333;
	border-bottom: dotted 1px #dddddd;
}

.time-table .cta-button {
	background-color: whitesmoke;
}

/* Price Tables ---------------------- */

.price-table .title {
	background-color: #e5d5dd;
}

.price-table .price {
	background-color: #f2eaee;
	color: #333333;
}

.price-table .description {
	background-color: white;
	color: #777777;
	border-bottom: dotted 1px #dddddd;
}

.price-table .bullet-item {
	background-color: white;
	color: #333333;
	border-bottom: dotted 1px #dddddd;
}

.price-table .cta-button {
	background-color: whitesmoke;
}

/* Data ---------------------- */
dl.list dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 7.5em;
  border-left: solid 8px #CCC;
  padding-left: 5px;
  color: #000;
}

dl.list dd {
  margin-bottom: 0.8em;
  margin-left: 7.5em;
}


a.anchor{
padding-top:60px;
margin-top:-60px;
}

img.thumb {
	border:1px solid #ddd;
	border-radius: 5px;
}
