@charset "utf-8";


/* ++++++++ 全ページ共通CSS +++++++++ */

/* 全称タグでリセット */
*{
	margin:0;
	padding:0;
}

html,body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	height: 100%;  /*　フッターを下部に固定するときに必要 */
}

h1, h2, h3 {
	font-size: 1em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

/* リンク画像のボーダーを消去 */
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*　メニュー関連　*/
.menu {
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 61px;
	padding-top: 7px;
	overflow: hidden; /*　floatの解除　*/
	position: relative; /*　DWのプレビュー崩れ防止　*/
	zoom:1; /*　IE6対策　*/
}

.menu ul {
	padding: 0px;
	list-style-type: none;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.menu li {
	float: left;
}


.menuTop {
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 61px;
	padding-top: 7px;
	overflow: hidden; /*　floatの解除　*/
	position: relative; /*　DWのプレビュー崩れ防止　*/
	zoom:1; /*　IE6対策　*/
}

.menuTop ul {
	padding: 0px;
	list-style-type: none;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.menuTop li {
	float: left;
}


/* メニュー　ロールオーバー　*/
a.b1 {
	background-image: url(../images/b1_on.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	width: 142px;
	position: relative;
	overflow: hidden;
	display: block;
}

a.b2 {
	background-image: url(../images/b2_on.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	width: 142px;
	position: relative;
	overflow: hidden;
	display: block;
}

a.b3 {
	background-image: url(../images/b3_on.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	width: 142px;
	position: relative;
	overflow: hidden;
	display: block;
}

a.b4 {
	background-image: url(../images/b4_on.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	width: 142px;
	position: relative;
	overflow: hidden;
	display: block;
}

a.b5 {
	background-image: url(../images/b5_on.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	width: 142px;
	position: relative;
	overflow: hidden;
	display: block;
}

a.b6 {
	background-image: url(../images/b6_on.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	width: 142px;
	position: relative;
	overflow: hidden;
	display: block;
}

a.b7 {
	background-image: url(../images/b7_on.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	width: 142px;
	position: relative;
	overflow: hidden;
	display: block;
}

a.b8 {
	background-image: url(../images/b8_on.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	width: 178px;
	position: relative;
	overflow: hidden;
	display: block;
}

/* メニュー　<img> がずれて背景が見える */
.menu a:hover img {
	position: relative;
	top: -45px;
}

.menuTop a:hover img {
	position: relative;
	top: -45px;
}


/* コンテンツ表示エリア　*/
.area {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden; /*　floatの解除　*/
	position: relative; /*　DWのプレビュー崩れ防止　*/
	zoom:1; /*　IE6対策　*/
}
.contents {
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* コンテンツ表示エリア 中央揃え */
.areaCenter {
	text-align: center;
	overflow: hidden; /*　floatの解除　*/
	position: relative; /*　DWのプレビュー崩れ防止　*/
	zoom:1; /*　IE6対策　*/
}

.header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 67px;
	
	/*　ヘッター固定に必要なCSS　*/
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	margin-bottom: 0;
}

.header img {
	float: left;
}

/* ヘッダーボタンの位置調整 */
a.headerForm {
	display: block;
	height: 40px;
	float: left;
	width: 170px;
	margin-left: 330px;
	margin-right: 43px;
}

.copyright {
	font-size: 12px;
	color: #FFF;
	margin-top: 5px;
}

.footer {
	background-color: #1D96C1;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* 画像の位置調整 */
.img_vspace5px {
	margin-top: 5px;
	margin-bottom: 5px;
}

.img_vspace20-5px {
	margin-top: 20px;
	margin-bottom: 5px;
}

/* フッターのライン */
.topReturn {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: right;
	padding: 5px;
}

/* フッター固定 */
.wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -110px;　/* フッターの高さ指定 */
}

/* フッターの高さ指定（フッター固定） */
.push,
.footer {
  height: 110px;
}

@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.title {
	background-image: url(../images/subTitle2.png);
	height: 67px;
	width: 970px;
	margin-top: 1em;
	color: #FFC;
	padding-top: 3px;
	font-size: 30px;
	font-weight: bold;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.title1 {
	background-image: url(../images/titleBack1.png);
	background-repeat: no-repeat;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	font-size: 25px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 1em;
	color: #FFF;
}
.title2 {
	font-size: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 5px;
	color: #093;
}
.title3 {
	color: #FFF;
	font-size: 35px;
	padding-right: 10px;
	padding-left: 30px;
	margin-top: 1em;
	margin-bottom: 5px;
	font-weight: bold;
	background-image: url(../images/titleBack11.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 7px;
}

.title3 img {
	margin-right: 0.5em;
}

.title4 {
	background-image: url(../images/titleBack4.png);
	background-repeat: no-repeat;
	height: 51px;
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 60px; /* 画像の横位置調整　*/
	padding-top: 20px; /* 画像の縦位置調整　*/
	font-size: 30px;
	margin-top: 1em;
	color: #FFF;
}
.title5 {
	background-image: url(../images/titleBack5.png);
	background-repeat: no-repeat;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	font-size: 25px;
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.title6 {
	background-image: url(../images/titleBack6.png);
	background-repeat: no-repeat;
	height: 183px;
	text-align: center;
	margin-top: 1em;
	width: 980px;
}
.title6 img {
	margin-top: 70px;
}
.title7 {
	background-image: url(../images/titleBack7.png);
	background-repeat: no-repeat;
	height: 183px;
	text-align: center;
	margin-top: 1em;
	width: 980px;
}
.title7 img {
	margin-top: 70px;
}
.title8 {
	background-image: url(../images/titleBack8.png);
	background-repeat: no-repeat;
	height: 51px;
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 60px; /* 画像の横位置調整　*/
	padding-top: 20px; /* 画像の縦位置調整　*/
	font-size: 30px;
	margin-top: 1em;
	color: #FFF;
}
.title9 {
	background-image: url(../images/titleBack9.png);
	background-repeat: no-repeat;
	height: 51px;
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 60px; /* 画像の横位置調整　*/
	padding-top: 20px; /* 画像の縦位置調整　*/
	font-size: 30px;
	margin-top: 1em;
	color: #FFF;
}
.title10 {
	color: #069;
	font-size: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 5px;
}
.title11 {
	font-size: 22px;
	color: #FFF;
	padding-bottom: 20px;
}
.title12 {
	color: #FFF;
	font-size: 35px;
	padding-right: 10px;
	padding-left: 30px;
	margin-top: 1em;
	margin-bottom: 5px;
	background-image: url(../images/titleBack12.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 12px;
	padding-bottom: 10px;
}
.title13 {
	color: #06C;
	font-size: 35px;
	padding-right: 10px;
	padding-left: 30px;
	margin-top: 1em;
	margin-bottom: 5px;
	background-image: url(../images/titleBack14.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 14px;
	padding-bottom: 10px;
}
.title14 {
	color: #FFF;
	font-size: 35px;
	padding-right: 10px;
	padding-left: 30px;
	margin-top: 1em;
	margin-bottom: 5px;
	background-image: url(../images/titleBack13.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 12px;
	padding-bottom: 10px;
}
.title15 {
	color: #393;
	font-size: 35px;
	padding-right: 10px;
	padding-left: 30px;
	margin-top: 1em;
	margin-bottom: 5px;
	background-image: url(../images/titleBack14.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 7px;
	font-weight: bold;
}
.title16 {
	color: #FFF;
	font-size: 35px;
	padding-right: 10px;
	padding-left: 30px;
	margin-top: 1em;
	margin-bottom: 5px;
	background-image: url(../images/titleBack15.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
.title17 {
	background-image: url(../images/titleBack16.png);
	background-repeat: no-repeat;
	width: 830px;
	background-position: center center;
	font-size: 35px;
	font-weight: bold;
	color: #FFF;
	padding-left: 80px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.title18 {
	color: #333;
	font-size: 35px;
	padding-right: 10px;
	padding-left: 30px;
	margin-top: 1em;
	margin-bottom: 5px;
	background-image: url(../images/titleBack14.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 14px;
	padding-bottom: 10px;
}
.textPadding {
	padding-right: 10px;
	padding-left: 30px;
}
.green {
	color: #063;
	font-size: 1.2em;
}
.red {
	color: #C03;
	font-size: 1.2em;
}
.orange {
	font-size: 24px;
	font-weight: bold;
	color: #F60;
}
.brown {
	color: #633;
	font-size: 24px;
	font-weight: bold;
}

.lineText {
	font-size: 16px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	line-height: 30px;
	background-image: url(../images/line.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 15px;
	padding-left: 15px;
	letter-spacing: 0.1em;
}

.kado_maru {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #999;
	border-radius: 10px; /* CSS3草案 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
	overflow: hidden; /*　floatの解除　*/
	position: relative; /*　DWのプレビュー崩れ防止　*/
	zoom:1; /*　IE6対策　*/
	box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2); /*　影の処理　*/
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 900px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.kado_maru1 {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #999;
	border-radius: 5px; /* CSS3草案 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	overflow: hidden; /*　floatの解除　*/
	position: relative; /*　DWのプレビュー崩れ防止　*/
	zoom:1; /*　IE6対策　*/
	box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.1); /*　影の処理　*/
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	width: 900px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.kado_maru2 {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 2px solid #9C3;
	border-radius: 7px; /* CSS3草案 */
	-webkit-border-radius: 7px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	overflow: hidden; /*　floatの解除　*/
	position: relative; /*　DWのプレビュー崩れ防止　*/
	zoom:1; /*　IE6対策　*/
	box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.1);
	width: 960px;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 0px;
}
.kado_maru3 {
	margin-right: 10px;
	margin-left: 15px;
	background-color: #FFF;
	border: 1px solid #999;
	border-radius: 5px; /* CSS3草案 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	overflow: hidden; /*　floatの解除　*/
	position: relative; /*　DWのプレビュー崩れ防止　*/
	zoom:1; /*　IE6対策　*/
	box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.1);
	width: 440px;
	margin-top: 1em;
	margin-bottom: 1em;
	float: left;
	padding: 5px;
}
.kado_maru4 {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 2px solid #9C3;
	border-radius: 7px; /* CSS3草案 */
	-webkit-border-radius: 7px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.1);
	width: 920px;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 0px;
	overflow: hidden; /*　floatの解除　*/
	position: relative; /*　DWのプレビュー崩れ防止　*/
	zoom:1; /*　IE6対策　*/
}
.kado_maru4 .space {
	padding: 10px;
	overflow: hidden; /*　floatの解除　*/
	position: relative; /*　DWのプレビュー崩れ防止　*/
	zoom:1; /*　IE6対策　*/
}
ul.list {
	text-align:center;
	margin-bottom: 1em;
}
.list li {
	display:inline-block;

	/display:inline;
	/zoom:1;
	list-style-type: none;
	padding: 10px;
}
 
.center {
	text-align: center;
	margin-top: 2em;
}

.bannarArea {
	margin-top: 2em;
	margin-left: auto;
	width: 960px;
	margin-right: auto;
	margin-bottom: 2em;
}
.bannarFooter p {
	text-align: center;
	width: 418px;
	margin-right: 10px;
	margin-left: 10px;
}
.bannarFooter {
	width: 418px;
	padding-right: 10px;
	padding-left: 10px;
}



table.type1 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-collapse: collapse;
	box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.7); /*　影の処理　*/
	margin-top: 1em;
	margin-bottom: 1em;
}

.type1 th {
	width: 25%;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.type1 td {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	color: #000;
}
.type1 input {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
}
.type1 textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
}
.form {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-bottom:2em;
}
.formList {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	padding-left: 0.5em;
}


/* ++++++++カウンセリング　++++++++　*/
ol.listStyle1 {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 95%;
}

.listStyle1 li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin: 0px;
}
ul.styleType2 {
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
}



/* ++++++++トップページ　++++++++　*/

/* 各コンテンツの上下間隔調整 */
.topArea1, .topArea2, .topArea3, .topArea4, .topArea5, .topArea6 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.ribbon {
	background-image: url(../images/ribbon.png);
	background-repeat: no-repeat;
	height: 128px;
	width: 658px;
	margin-top: 2em;
	text-align: center;
	font-size: 24px;
	padding-top: 15px;
	color: #060;
	margin-right: auto;
	margin-left: auto;
}

.topImage {
	background-image: url(../images/back1.jpg);
	background-size: cover;
}

.topImage .area {

	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}

/* タイトルの背景処理　タイプ1　*/
.storyArea h3 {
	background-image: url(../images/titleType1.png);
	background-repeat: no-repeat;
	height: 51px;
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px; /* 画像の横位置調整　*/
	padding-top: 15px; /* 画像の縦位置調整　*/
}

/* テキスト下罫線　*/
.storyArea p {
	font-size: 16px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	line-height: 30px;
	background-image: url(../images/line.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 15px;
	padding-left: 15px;
}

.topArea2 .areaCenter {
	background-image: url(../images/topTitle9_back.png);
	background-repeat: repeat-x;
	height: 274px;
	padding-top: 90px;
}


.topArea3 table, .topArea5 table {
	border-spacing: 0px; /* テーブルの間隔指定　*/
	width: 990px;
}

.topArea3 th, .topArea5 th {
	margin: 0px;
	width: 150px;
	font-weight: normal;
	text-align: left;
	padding: 5px; /* セルの余白指定　*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.topArea3 td, .topArea5 td {
	margin: 0px;
	padding: 5px; /* セルの余白指定　*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

/* タイトルの背景処理　タイプ2　*/
.topArea4 h3, .topArea5 h3, .topArea7 h3 {
	background-image: url(../images/titleType2.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 951px;
	padding-top: 10px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.topArea4 .area {
	background-image: url(../images/topImage1.png);
	background-repeat: no-repeat;
	padding-left: 280px;
	width: 710px;
	background-position: left top;
}

.topArea4 table {
	border-spacing: 0px; /* テーブルの間隔指定　*/
	width: 700px;
}

.topArea4 th {
	margin: 0px;
	width: 150px;
	font-weight: normal;
	text-align: left;
	padding: 5px; /* セルの余白指定　*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 14px;
}

.topArea4 td {
	margin: 0px;
	padding: 5px; /* セルの余白指定　*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 14px;
}

.topArea6 p {
	text-align: center;
	float: left;
	margin-right: 40px;
	margin-left: 40px;
}

.topArea6 .area {
	text-align: center;
	margin-top: 30px;
}

/* ボタン FB　ロールオーバー */
a.fb {
	background-image: url(../images/bFacebook_on.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 93px;
	width: 418px;
	position: relative;
	overflow: hidden;
	display: block;
}

/* メニュー　<img> がずれて背景が見える */
.topArea6 a.fb:hover img {
	position: relative;
	top: -93px;
}

/* ボタン お問合せ　ロールオーバー */
a.toiawaseBannar {
	background-image: url(../images/bToiawase1_on.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 93px;
	width: 412px;
	position: relative;
	overflow: hidden;
	display: block;
}

/* メニュー　<img> がずれて背景が見える */
.topArea6 a.toiawaseBannar:hover img {
	position: relative;
	top: -93px;
}
.counselor a {
	color: #5FA204;
	text-decoration: none;
	font-size: 18px;
}
.counselor p {
	padding-right: 1em;
	padding-left: 1em;
}
.kaiketsu {
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.cheack.point {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FC6;
	overflow: hidden; /*　floatの解除　*/
	position: relative; /*　DWのプレビュー崩れ防止　*/
	zoom:1; /*　IE6対策　*/
}
.cheack.point ol {
	padding: 0px;
	list-style-type: none;
	margin: 1em;
}
.cheack.point  h4 {
	color: #36C;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 5px;
}
.faqQ {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFDE9B;
	border: 1px solid #FFF;
	border-radius: 5px; /* CSS3草案 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	overflow: hidden; /*　floatの解除　*/
	position: relative; /*　DWのプレビュー崩れ防止　*/
	zoom:1; /*　IE6対策　*/
	box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2); /*　影の処理　*/
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 80px;
	margin-top: 1em;
	margin-bottom: 1em;
	background-image: url(../images/faqQ.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #C30;
	font-size: 22px;
	width: 850px;
	font-weight: bold;
}
.faqA {
	background-image: url(../images/faqA.png);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 80px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
.seminarImg {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.waku {
	background-image: url(../images/back3.png);
	padding: 30px;
	width: 930px;
}
.waku .wakuArea {
	background-color: #FFF;
	padding-bottom: 20px;
}
.photo1 {
	margin-bottom: 30px;
	margin-right: 15px;
}
.photo2 {
	margin-bottom: 30px;
	margin-left: 10px;
}


.waku .lineText {
	font-size: 16px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	line-height: 30px;
	background-image: url(../images/line.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 15px;
	padding-left: 15px;
	letter-spacing: 0.1em;
}.bannar {
	margin-top: 30px;
	margin-bottom: 30px;
}
.iconQ {
	background-image: url(../images/question.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	padding-left: 95px !important;
	color: #06C;
	font-weight: bold;
}
.iconA_no1 {
	background-image: url(../images/no01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	padding-top: 7px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.iconA_no2 {
	background-image: url(../images/no02.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	padding-top: 7px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.iconA_no3 {
	background-image: url(../images/no03.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	padding-top: 7px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.counselorAnser {
	margin-top: 20px;
	float: right;
	width: 462px;
}
.styleType2 {
	list-style-position: inside;
	list-style-image: url(../images/mark1.png);
	color: #930;
}
.styleType2 li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC9;
}
.width920 {
	padding: 10px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.ryoukin1 {
	float: left;
	width: 220px;
}
.ryoukin2 {
	float: left;
	width: 37px;
	height: 37px;
	margin-top: 45px;
	margin-bottom: 45px;
	margin-right: 20px;
	margin-left: 20px;
}
.ryoukin3 {
	float: left;
	width: 400px;
	margin-top: 35px;
}
.youtube {
	width: 853px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 5px;
	border: 1px solid #CCC;
}
.book1 {
	background-image: url(../images/book1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 220px;
}
.bookTitle {
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #36C;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
.bookTitle2 {
	color: #FFF;
	background-color: #F90;
	margin-right: 20px;
	font-weight: bold;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 13px;
}

.bookText  {
	line-height: 140%;
	margin: 10px;
	padding: 5px;
}

.bookIndex {
	margin-top: 20px;
}

.mediaText {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin: 10px;
	overflow: hidden; /*　floatの解除　*/
	position: relative; /*　DWのプレビュー崩れ防止　*/
	zoom:1; /*　IE6対策　*/
}
.mediaText1 {
	padding: 10px;
	overflow: hidden; /*　floatの解除　*/
	position: relative; /*　DWのプレビュー崩れ防止　*/
	zoom:1; /*　IE6対策　*/
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.imgCenter {
	vertical-align: middle;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.iconIMg {
	vertical-align: middle;
	margin-right: 10px;
	padding-bottom: 5px;
}
.imgWaku {
	padding: 2px;
	border: 1px solid #999;
	margin: 5px;
}

/* アコーディオンメニュー*/

#acMenu dt{
	display:block;
	cursor:pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 10px;
}

#acMenu dd{
	line-height:50px;
	text-align:center;
	display:none;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
