@charset "UTF-8";

/* CSS Infomation
 *Last Editor:			Baccass
 *Published on:			2008-11-01
 *Last Modified on:		2008-11-13
 */

/* 構造とブロックレベル要素 */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
tabele, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	color: #000000;
	line-height: 1.0;
	list-style-type: none;
	}

/* 共通設定 */
body {
	margin: 0 auto;
	color: #666666;
	}

img {
	border :none;
	}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	}

.clearfix {
	zoom: 100%;
	}

/* コンテナ */
#container {
	width: 700px;
	margin: 0 auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
	}

/* タイトル */
.ttl {
	width: 700px;
	margin-bottom: 15px;
	margin-top: 30px;
	}

.ttl h1 {
        font-size: 1.2em;
        font-weight: bold;
        letter-spacing: -0.1em;
        color: #66CC33;
	width: 600px;
	float: left;
	}

.ttl p {
	float: right;
	line-height:19px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

/* section */
div .section01 {
	width: 700px;
	margin-bottom: 0px;
	}

/* 特徴 */
.feature {
  width: 700px;
  height: 72px;
  background-color:#f6f6f6;
  border: 2px solid #c0bfc4;
  padding:0px;
  margin-bottom: 2px;
}

.feature h2 {
        color: #333;
        margin: 0.5em 1em 0.5em 0.5em;
        padding: 0.7em 1em 0 1em;
        background-image: none;
        font-size: 1.0em;
	float: left;
        border-bottom: none;
        border-right: 1px solid #c0bfc4;
        line-height: 1.2em;
        width: 138px;
  vertical-align: middle;
}

.feature p {
  font-size:12px;
  font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
  line-height: normal;
  color: #333333;
  line-height:140%;
  padding:15px 15px 10px 0px;
}

/* 流れ */
#flowArea {
	margin: 0 auto 0 auto;
	max-width: 700px;
	min-width: 700px;
	height: 357px;
	background: url(../images/msc_lp/flow.gif) no-repeat left top;
	overflow: hidden;
	text-align: center;
}
#flow {
	width: 700px;
	height: 357px;
	overflow: hidden;
	position: relative;
	text-align: left;
	left: 0px;
}
#flow .submit {
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 160px;
	height: 20px;
	position: absolute;
	left: 90px;
	top: 27px;
	overflow: hidden;
	line-height: 19px;
}

/* 申し込み */
div#app {
	padding: 0px;
	margin:15px 0 60px 0;
	text-align: center;
	}
div#app btn {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	padding: 2px 5px;
	color: #ff0000;
	line-height: 16px;
	}

/* 仕様 */
table.spec{
     border-top:1px solid #c0bfc4;
     border-left:1px solid #c0bfc4;
     border-collapse:collapse;
     border-spacing:0;
     background-color:#f6f6f6;
     empty-cells:show;
     margin:15px 0 30px 0;
}
.spec td{
	border-right:1px solid #c0bfc4;
	border-bottom:1px solid #c0bfc4;
	color:#666666;
	padding:4px;
	text-align:left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 16px;
	font-size: 12px;
}
