﻿body	{/*font-family: 'メイリオ','Hiragino Kaku Gothic Pro',sans-serif;*/
	/*↑フォントファミリーnormalize.cssで指定のためここでは削除*/
	font-size: 17px /*75% */;
	color:dimgray;
	background-color: #ffffff; /*mintcream*/
	margin: 0;
	}
/*ページ全体　コンテンツの幅と余白*/
#page	{width: 980px;
	margin: 0 auto;/*上下　左右*/
	}
/*IE（v8）とFirefoxがheader要素footer要素をインライン要素として認識→レイアウト崩れに対応*/
header,footer,nav,section,article,figure,aside{display:block;}

/* ***************< ページヘッダ  >******************* */
#siteTitle{
	font-family:Georgia;
	font-size: 1.7em;
	font-weight:;
	line-height: 1.2;/*文字高さ*/
	color:white;

	color: #fff;
	text-shadow:
	0px 0px 1px #fdc2cf,
	0px 0px 5px #fdc2cf,
	0px 0px 6px #fdc2cf;

	background-color: turquoise;
	border-bottom: solid 1px turquoise;
	margin-bottom: 0;
	-webkit-box-shadow: 0 1px 7px lightcyan;
	-ms-box-shadow: 0 1px 7px lightcyan;

	padding: 5px 15px;
	border-radius: 2px;
	}
#siteTitle a
	{text-decoration: none;  /*リンク文字下線(デフォルト)無効*/
	color: inherit;          /*リンク文字色変化(デフォルト)無効*/
	display: block;          /*クリック範囲延長；ナビリストの上下罫線まで*/
	}
#catchcopy{
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	}

/* ===== <<グローバル・ナビゲーション>>  ===== 各ページ共通スタイル */
nav	{width: 980px;
	margin-left: auto;    /*コンテンツと左端を揃える*/
	margin-right: auto;
	margin-top: 15px;     /*ナビリストの外側に適度な余白　上部*/
	margin-bottom: 10px;  /*ナビリストの外側に適度な余白　下部*/

	border: solid  #cccccc; /*ナビリストの上下罫線*/
	border-width: 1px 0;    /*ナビリストの上下罫線　線太さ*/
	padding: 0;             /*罫線と文字間の余白　今回0*/
	}
nav a	{text-decoration: none;  /*リンク文字下線(デフォルト)無効*/
	color: inherit;          /*リンク文字色変化(デフォルト)無効*/
	display: block;          /*クリック範囲延長；ナビリストの上下罫線まで*/
	padding: 15px 0;         /*クリック範囲広くする←上下余白追加による*/
	}
nav a:hover{background-color:#fdc2cf;} /* #fda9bc<#ff96ad　リンク背景色を変える　薄赤*/
nav ul li#current a{background-color: lightcyan;}/*現在ページのナビ項目の背景色　薄緑*/
nav ul	{list-style-type: none;/*リスト黒丸(デフォルト)を消す*/
	margin: 0;             /*ulデフォルトの上下余白を消す*/
	padding: 0;            /*ulデフォルトの左余白を消す*/
	}
nav ul:after{  /*ナビリストをフロートしたのでボックス高さ0になる不都合回避(回り込み解除)*/
	content: "";
	clear: both;
	display: block;
	}
nav li /*ol を外すならul書マスト。ここでは必要ない*/
	{display: inline;  /*ナビ項目を横並びに表示*/
	border-right: solid 1px #cccccc; /*ナビ項目をタテ罫線で区切る(右罫線4本)*/
	padding-left: 0;  /**/  /*ナビ項目の左右に余白を作る*/
	padding-right: 0; /**/  /*ナビ項目の左右に余白を作る*/
	width: 245px; /*border5本文を引いて4かけ。 ナビ項目の合計幅をコンテンツ幅に合わせる*/
	float: left;
	-moz-box-sizing: border-box; /*横幅調整CSS3クローム対応*/
	box-sizing: border-box; /*横幅調整　firefox対応*/
	text-align: center;
	font-size: 0.9em;
	/* line-height: 0.9; */ /*1.429 1.294*/
	}
nav li:first-child {border-left: solid 1px #cccccc;}/*ナビ項目を罫線で区切る(左端罫線1本)*/
	}  

/*********************** ページ目次 **********************************/
p#mkj{
	font-size:0.9em;
	text-align:center;
	}
/*.mokuji ul{list-style-type: ;} noneリスト黒丸(デフォルト)を消す*/
div.wholemokuji{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	}
div.mokuji ul li /*olを外すならul書マスト*/
	{
	font-size: 0.9em;
	width: 260px; /*項目の合計幅をコンテンツ幅に合わせる*/
	}
div.mokuji{
	padding-top: 15px ;
	padding-bottom: 25px ;
	padding-left:10px;
	float:left;
	}
div.mokuji a{
	text-decoration: none;  /*デフォルトのリンク文字下線を消す*/
	color: darkcyan;
	}
div.mokuji a:hover{        /*カーソルホバリング時の変化*/
	color:aquamarine;  /*文字色　明るいアクアグリン系*/
	}
a.a-mkj{padding-left:25px;
	font-weight:bold;}

.returnblock{display:block;
	padding-bottom:20px;}
.mkjpadl{
	margin-left:50px;}
/* ***************< ページフッタ >******************* */
#pagefoot{
	width: 980px;
	margin-left: auto;    /*コンテンツと左端を揃える*/
	margin-right:auto;
	margin-top: 25px;
	/*clear: both; #pageBodyをclearfixするので削除*/
	}
#copyright{
	border-top: solid 1px silver;  /*記事とフッタを区切る一本線の罫線*/
	line-height: 1.5;
	text-align: center;
	}
/* = = = == == == = = = = == == == = = = = == == == = = = = =*/
  /* ***** アーティクルフッタ ***** 最下部のサイト内リンクリスト 共通仕様 */
ul.linkfoot li{
	width: 220px;
	line-height: 1.3;
	}
ul.linkfoot a{
	text-decoration: none;  /*デフォルトのリンク文字下線を消す*/
	color: inherit;         /*デフォルトのリンク文字変化色を消す*/
	display: block;         /*クリック範囲を延長；ナビリストの上下罫線まで*/
	}
.linkfoot a:hover{color:turquoise;/*リンク文字色　*/
	font-weight:bold;
 	}

 /* 「ホームに戻る」ジャンプ */
.linkhometop{
	text-decoration: none; /*デフォルトのリンク文字下線を消す*/
	color: inherit;         /*デフォルトのリンク文字変化色を消す*/
	display: block;         /*クリック範囲を延長；ナビリストの上下罫線まで*/
	}
.linkhometop:hover
	{background-color:; /* リンク背景色変化 */
	color:#bc4962;         /*リンク文字色　灰赤*/
	font-weight: bold;
	}
 /* 「各ページの頭に戻る」ジャンプ */
.linkpagetop{
	text-decoration: none; /*デフォルトのリンク文字下線を消す*/
	color: inherit;         /*デフォルトのリンク文字変化色を消す*/
	display: block;         /*クリック範囲を延長；ナビリストの上下罫線まで*/
	}
.linkpagetop:hover
	{background-color:;  /* リンク背景色変化 */
	color:mediumspringgreen; /*リンク文字色　*/
	font-weight: bold;
	}

/* ***************< ページボディ >******************* */

/* ::: ページボディ 親div ::: */
#pageBody{  /* ページボディまるごとdivタグで括るが今回は段組キャンセル */
	margin-top; 30px;
	/* background-color:#ffffff; */

	}
#pageBody:after{ /*clearfix =float不具合を解決*/
	content: "";
	display: block;
	clear: both;
	}

/* ::: 見出し ::: */
#headTitle{
	font-size: 1.68em;
	color: #099f8c ;/* >#07baa2 */
	font-weight: bold;
        text-shadow: 1px 2px 1px rgba(0,0,0,0.3);
	line-height: 1.277;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: center;
	/*clear: both;}*/

	border: solid 1px #ff406a ; /* 薄赤　gainsboro 枠線 */
	padding: 10px;

	box-sizing: border-box;
	-moz-box-sizing: border-box; /*firefoxのベンダープレフィックス*/
	/* -webkit-box-sizing: border-box; box-sizingのベンダープレフィックスはfirefoxだけでOK*/

	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 1px lightcyan; /* #ff587d lightcyan #fd3a65 #ffdfe6*/
	-ms-box-shadow:  0px 1px 1px lightcyan;/*IE8*/

	overflow: hidden;
	}

h1.headmax{
	font-size: 1.62em;
        color: #d44162; /* #db385c #ffdfe6 seagreen */
	background-color: #c9ffed;

	text-shadow:
	0px 0px 10px azure,
	0px 0px 10px azure,
	0px 0px 10px mintcream,
	0px 0px 10px mintcream;

	line-height: 1.277;
	text-align:center;/*罫線ボックス中で文字を中央寄せ*/

	width:920px;
	margin-right:auto;/*罫線で囲むボックスを中央寄せ*/
	margin-left:auto; /*罫線で囲むボックスを中央寄せ*/
	margin-top: 40px;
	margin-bottom: 25px;
	padding: 15px 13px;
	/*clear: both;*/
	border-radius: 20px;
	}

.heading-m2{
	font-size:;
	border-bottom: solid 1px lightgrey;
	padding: 10px;
	line-height: 1.333;
	clear:both;
	}
h2	{font-size: 1.5em;
	color: teal;          /*color:darkcyan;*/
	margin-top: 40px;
	margin-bottom: 25px;
	
	background-color: ;
	border-top: solid 1px gainsboro;
	border-bottom: solid 1px gainsboro;
	-webkit-box-shadow: 0 1px 7px lightcyan;
	-ms-box-shadow: 0 1px 7px lightcyan;/*IE8 needs?*/
	padding: 15px;
	border-radius: 2px;
	}
.h2short{font-size: 1.2em;
	color: teal;
	text-align:center;
	background-color: #fde7f5;/*ラベンダー系*/
	width: 55%;
	border: solid 1px lightgrey;
	border-radius: 10px;
	padding:10px;
	margin: 15px 30px;
	}
.h2cv	{font-size: 1.2em;
	color: teal;
	text-align:center;
	background-color: #fde7f5;/*ラベンダー系*/
	width: 70%;
	border: solid 1px lightgrey;
	border-radius: 10px;
	padding:10px;
	margin: 15px 30px;
	}

.heading-m3{
	font-size:;
	border-left: solid 5px lightgrey;
	padding-left: 12px;
	}
h3	{font-size: 1.3em;
	color:darkcyan;
	line-height: 1.384;
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: whitesmoke;
	border-bottom: solid 1px gainsboro;
	/*margin-bottom: 0;*/
	-webkit-box-shadow: 0 1px 7px lightcyan;
	-ms-box-shadow: 0 1px 7px lightcyan;/*IE8 needs?*/
	padding: 5px 20px;
	border-radius: 5px;
	clear: both;
	}

.heading-m4
	{font-size: 1.1em; 
	line-height: 1.454;
	clear: both;
	}
h4	{font-size: 1.1em;
	color: ff6083;
	margin-top: 25px;
	margin-bottom: 10;
	/*clear: both;*/ /* emp-greenでクリアボースしないため */
	padding: 0 45px;
	}
.emp-green
	{font-size: 1.05em;
	font-weight: bold;
	text-align: left;
	color:teal;
	padding-left:35px;
 	margin-left:0px;
	padding-bottom:1px;
	margin-bottom:20px;
	padding-top:0px;
	margin-top:25px;
	}
.emp-green2
	{font-size: 1.08em;
	font-weight: bold;
	text-align: center;
	color:teal;
	padding-left:35px;
 	margin-left:0px;
	padding-bottom:1px;
	margin-bottom:1px;
	padding-top:0px;
	margin-top:5px;
	}

.subbox
	{
	display:inline;
	/*width:51%;*/
	font-size:;
	font-weight:bold;
	text-align: left;
	color:teal;
	padding:4px 17px;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:25px;
 	text-align:left;
	border: solid 1px gainsboro;
	border-radius: 12px;
	background-color:whitesmoke;
	clear:both;
	}
.margintb{ /*subboxの上下マージン。インライン化したから、上下マージンがきかなくなるので*/
	margin-top:25px;
	margin-bottom:25px;
	clear:both;	}

.subbox2
	{
	display:inline;
	/*width:51%;*/
	font-size:;
	font-weight:bold;
	text-align: center;
	color:teal;
	padding:4px 17px;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:25px;
 	text-align:left;
	border: solid 1px gainsboro;
	border-radius: 12px;
	background-color:whitesmoke;
	clear:both;
	}

h5	{font-size: 1.05em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	clear: both;
	text-align: left;}


/* 回り込み解除 */
.boxfloatclear{overflow: hidden;}
.clear-both{clear: both;}

/*******:::  文字  :::*******/
p	{font-size: 1em;
	line-height: 1.5;
	margin-top: 5px;
	padding: 0 35px ;} /*余白　上下0　左右35px*/

.text-left{text-align: left;}
.text-right{text-align: right;}
.text-center{text-align: center;}
.p-borderbtm{border-bottom: dashed 1px silver;}/*破線　点線はdotted*/

.liner	{text-decoration:underline;}
.bolder {font-weight: bold;}

#bigbold01 /* トップページ冒頭の小キャッチ01 */
	{font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin-top: 35px;
	margin-left: 100px}
#bigbold02 /* トップページ冒頭の小キャッチ02 */
	{font-size: 1.1em;
	font-weight: bold;
	text-align: left;}
#bigbold03 /* トップページ冒頭の小キャッチ03 */
	{font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin-top: 75px;
	margin-bottom: 0;
	margin-left: 20px;
	padding: 0 35px 0;
	}

.txt-red{font-size:1.08em;
	color: red; /*赤系調整*/
	font-weight: bold;
	/* text-decoration:underline; */
	margin-bottom: 0px;
	}

.emp-red{font-size:1.08em;
	color: #cb3455; /*赤系調整*/
	font-weight: bold;
	/* text-decoration:underline; */
	margin-bottom: 0px;
	}

.emp-red2{font-size:1.08em;
	color: #cb3455; /*赤系調整*/
	font-weight: bold;
	text-align: center;
	}
.emp-red3{font-size:1.08em;
	color: #cb3455; /*赤系調整*/
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-bottom:5px;
	}

.emp-red4{font-size:1.08em;
	color: #cb3455; /*赤系調整*/
	font-weight: bold;
	text-decoration:underline;
	margin-bottom: 0px;
	}


.fcl01	{color: #cb3455;}
.bkc01	{background-color:pink;}


.linkmore /* 詳細ページに飛ばすリンクテキストと枠 */
	{width:450px;
	margin-right: auto;/*ボックスを中央寄せ*/
	margin-left:  auto; /*ボックスを中央寄せ*/
	margin-top:   15px;
	margin-bottom:10px;
	padding: 5px;
	border-bottom: solid 1px turquoise;
	background-color:mintcream;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 7px lightcyan;
	-ms-box-shadow: 0 1px 7px lightcyan;/*IE8 needs?*/
	text-decoration: none;  /*デフォルトのリンク文字下線を消す*/
	color: inherit;         /*デフォルトのリンク文字変化色を消す*/
	display: block;         /*クリック範囲を延長；ナビリストの上下罫線まで*/

	text-align:center;/*ボックス中で文字中央寄せ*/
	font-size: 1em;
	color:darkcyan;
	font-weight: ;
	clear:both;
	}
.linkmore:hover{ /*カーソルホバリング時の変化*/
	background-color: aquamarine; /* 背景色*/
	color:darkcyan;       /*文字色　濃グリーン系*/
	} 

.linkmail
	{width:250px;        /*ボックス幅の指定*/
	margin-right: auto;  /*ボックス中央寄せ*/
	margin-left:  auto;  /*ボックス中央寄せ*/
	margin-top:   15px;  /*ボックス上外余白*/
	margin-bottom:10px;  /*ボックス下外余白*/
	padding: 10px;       /*ボックス内文字外余白*/
	border-bottom: solid 1px turquoise;
	background-color:#fde1e7; /*ボックス背景色　薄灰赤*/
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 7px lightcyan;
	-ms-box-shadow: 0 1px 7px lightcyan;/*IE8 needs?*/
	text-decoration: none;  /*デフォルトのリンク文字下線を消す*/
	color: inherit;         /*デフォルトのリンク文字変化色を消す*/
	display: block;         /*クリック範囲を延長；ナビリストの上下罫線まで*/
	text-align:center;   /*ボックス中で文字中央寄せ*/
	font-size: 1.15em;   /*文字 サイズ*/
	color:#bc4962;       /*文字 色　灰赤*/
	font-weight: bold;
	clear:both;
	}
.linkmail:hover{background-color:#fdc2cf; /* リンク文字変化に代わり背景色変化を */
		color:#bc4962;       /*文字 色　灰赤*/
	} 

.linkblog
	{width:250px;        /*ボックス幅の指定*/
	margin-right: auto;  /*ボックス中央寄せ*/
	margin-left:  auto;  /*ボックス中央寄せ*/
	margin-top:   15px;  /*ボックス上外余白*/
	margin-bottom:10px;  /*ボックス下外余白*/
	padding: 10px;       /*ボックス内文字外余白*/
	border-bottom: solid 1px turquoise;/**/
	background-color:hotpink; /*ボックス背景色　lightsteelblue薄緑白*/
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 7px darkcyan;
	-ms-box-shadow: 0 1px 7px darkcyan;/*IE8 needs?*/
	text-decoration: none;  /*デフォルトのリンク文字下線を消す*/
	color: inherit ;         /*デフォルトのリンク文字変化色を消す*/
	color: white;           /*文字 色*/
	display: block;         /*クリック範囲を延長；ナビリストの上下罫線まで*/
	text-align:center;   /*ボックス中で文字中央寄せ*/
	font-size: 1.15em;   /*文字 サイズ*/
	font-weight: bold;
	clear:both;
	}
.linkblog:hover{background-color:cornflowerblue; /* リンク文字変化に代わり背景色変化を #fdc2cf*/
		color:lightyellow;       /*文字 色　*/
	} 

.linkblog2
	{width:250px;        /*ボックス幅の指定*/
	margin-right: auto;  /*ボックス中央寄せ*/
	margin-left:  200;  /*ボックス中央寄せ*/
	margin-top:   15px;  /*ボックス上外余白*/
	margin-bottom:10px;  /*ボックス下外余白*/
	padding: 10px;       /*ボックス内文字外余白*/
	border-bottom: solid 1px turquoise;/**/
	background-color:hotpink; /*ボックス背景色　lightsteelblue薄緑白*/
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 7px darkcyan;
	-ms-box-shadow: 0 1px 7px darkcyan;/*IE8 needs?*/
	text-decoration: none;  /*デフォルトのリンク文字下線を消す*/
	color: inherit ;         /*デフォルトのリンク文字変化色を消す*/
	color: white;           /*文字 色*/
	display: block;         /*クリック範囲を延長；ナビリストの上下罫線まで*/
	text-align:center;   /*ボックス中で文字中央寄せ*/
	font-size: 1.15em;   /*文字 サイズ*/
	font-weight: bold;
	}
.linkblog:hover{background-color:cornflowerblue; /* リンク文字変化に代わり背景色変化を #fdc2cf*/
		color:lightyellow;       /*文字 色　*/
	} 


div.tpbox{
	}
p.topicbox{
	width:62%;
	font-size:0.8em;
	background-color: lightcyan;

	padding-top:5px; /*見出しとトピックボックス間の余白*/
	padding-left:25px;

	margin-top:10px;
	margin-bottom:15px;
	margin-left: 40px;

	}
.linksmall{
	text-decoration: none;  /*デフォルトのリンク文字下線を消す*/
	color: inherit;         /*デフォルトのリンク文字変化色を消す*/
	color:darkcyan;         /*文字 色　緑系*/
	}
.linksmall:hover{color:aquamarine;   /*ホバリング文字色*/
	} 


/**************** アーティクル & セクション ****************/
/*アーティクルヘッダ*/
.articleDetailHead{   /*記事の先頭部分*/
	border-bottom: solid 1px lightgrey;
	margin-bottom: 25px; /*下（罫線の外側）に余白*/
	padding-bottom:15px; /*下（罫線の内側）に余白*/
	}
/*アーティクル中核記事*/
.articleDetail section{
	margin: 20px; /*記事の前後に余白*/
	}

/* ::: セクション枠 ::: */
section.sectwaku   /*角丸の枠線をつけたセクション表示*/
	{
	border: solid 1px gainsboro;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	overflow: hidden;
	clear:both;
	}

section.sectwaku2   /*角丸の枠線をつけたセクション表示*/
	{
	border: solid 1px gainsboro;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	/*overflow: hidden;*/
	clear:both;
	}

.articleDetailFoot{   /*下部リンク*/
	border-top: solid 1px lightgrey;
	margin-top:  30px; /*上（罫線の外側）に余白*/
	padding-top: 15px; /*上（罫線の内側）に余白*/
	}


/* ***************** 画像配置 ****************** */
.photo-center{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;}
.photo-left{
	margin: 0;
	margin-right: 20px;
	float: left;}
.photo-right{
	float: right;
	margin: 0;
	margin-left: 15px;
	padding-right:40px;}
.photo-right2{
	float: right;
	padding-right:110px;
	}
photo-kanban{
	margin-top: 5px;
	margin-bottom: 15px;
	margin: 0;
	margin-right: 20px;
	float: left;}

figure#boto01{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 130px;
	padding: 0;
	float: left;
	}
figure#boto02{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 0px;
	padding: 0;
	float: left;
	}
figure#boto03{
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	float: left;
	}
img.photo-mini
	{
	text-align:center;
	height: 60%
	}
img	{
   /* width:200px; */
   border-radius:6px;    
	}
img.round
	{
	width:200px;
	border-radius:100px;    
	}
img.daen
	{
	width:120px;
	border-radius:60px;    
	}

.iflowimg01{
	text-align: left;
	margin-top: 5px;
	margin-bottom:15px;
	margin-right:20px;
	margin-left:15px;
	float: left;
	}
.iflowimg02omote{
	text-align: left;
	margin-top: 5px;
	margin-bottom:35px;
	margin-right:5px;
	margin-left:15px;
	float: left;
	}
.iflowimg02ura{
	text-align: left;
	margin-top: 5px;
	margin-bottom:35px;
	margin-right:20px;
	margin-left:5px;
	float: left;
	}
.iflowimg03omote{
	text-align: left;
	margin-top: 5px;
	margin-bottom:5px;
	margin-right:5px;
	margin-left:15px;
	float: left;
	clear:both;
	}
.iflowimg03omote2{
	text-align: left;
	margin-top: 5px;
	margin-bottom:5px;
	margin-right:5px;
	margin-left:15px;
	float: left;
	}
.iflowimg03ura{
	text-align: left;
	margin-top: 5px;
	margin-bottom:5px;
	margin-right:15px;
	margin-left:5px;
	float: left;
	}
.iflowimg03right{
	text-align: right;
	margin-top: 5px;
	margin-bottom:5px;
	margin-right:15px;
	margin-left:5px;
	float: right;
	}
.iflowimg04ura{
	text-align: left;
	margin-top: 5px;
	margin-bottom:5px;
	margin-right:20px;
	margin-left:5px;
	float: left;
	clear:both;
	}
.iflowimg03mdl{
	text-align: left;
	margin-top: 5px;
	margin-bottom:5px;
	margin-right:5px;
	margin-left:5px;
	float: left;
	}

/********** 画像のボックス内配置 ***********/
/* ビフォーアフターの⇒配置 */
.frame01{    /* 親要素のボックスdiv */
    position: relative;
    width: 30px;
    height:140px;
	}
.ya01	{    /* 子要素のimgについて指定 */
    position: absolute;
    bottom: 0;
    left: ;
	}



/* *************** div *************** */
#pdmen	{
	border: 0;
	background-color: ghostwhite;
	width:95%;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	/* margin: 15px; */
	border-radius: 10px;
	}


/* *************** リスト *************** */
/*-- 説明、効果・項目 --*/
ul.normal
	{border-left: solid 5px silver;
	margin-left: 3em;
	padding-left: 2em;
	}
ol.normal
	{border-left: solid 5px silver;
	margin-left: 3em;
	padding-left: 2em;
	color: #cb3455;
	font-weight: bold;
	}
.normal li /*olもulも対象*/
	{font-size: 1.02em;
	line-height: 1.3;
	margin-top: 0.7em;
	margin-bottom: 0.7em;/*リスト行間隔ゆとり*/
	}
.normal2
	{font-size: 1.02em;
	line-height: 1.3;
	margin-top: 0.7em;
	margin-bottom: 0.7em;/*リスト行間隔ゆとり*/
	list-style-type: none;
	padding-left:100;
	margin-left:150;
	}

ul.extra
	{border-left: solid 5px silver;
	margin-left: 3em;
	padding-left: 2em;
	}
.extra li
	{color: #cb3455;
	font-size: 1.02em;
	line-height: 1.3;
	margin-top: 0.7em;
	margin-bottom: 0.7em;/*リストの行間隔にゆとり*/
	}

.simple{list-style-type: none;
	line-height: 1.3;
	margin: 0.5em 0;}
.simple2{
	line-height: 1.3;
	margin: 0.5em 0;}
.simple3{list-style-type: none;
	line-height: 1.3;
	margin-bottom:25px;}
.intable{list-style-type: none;
	padding:0;
	margin:0;
	}
/* *************** テーブル **************** */
/*キャプション*/
caption	{padding: 5px 0px 0px 0px;
	font-weight: bold;
	background-color: white;
	border: solid 1px silver;
	border-radius: 10px;}
.noborder{border: 0;}

/*アバウトアス表、ベースカラー表*/
div#aboutus-div{
	clear:both;
	margin-left:auto;
	margin-left:auto;
	margin-top:35px;
	}

table.aboutus, table.basecolor
	{
	background-color: #ffffff;
	font-size: 1em;
	border: solid 1px;
	border-color: silver;
	border-collapse: collapse;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	}
table.aboutus tr, table.basecolor tr
	{border: solid 1px;
	border-color: silver;
	border-collapse: collapse;
	}
table.aboutus th, td
	{border: 0;
	padding: 5px 10px 5px 10px;
	}
teble.basecolor th, td
	{border: solid 1px;
	border-color: silver;
	border-collapse: collapse;
	}
.centercell{background-color: lightyellow;
	border: solid 1px silver;
	}
.rightcell{background-color: aliceblue;
	border: solid 1px silver;
	}

/*パーソナルカラー表 パーソナルデザイン表*/
/*#table-pc{border-top: solid 1px silver;
	margin-top: 5px;
	padding-top:4px}*/
#table-pc td, #table-pd td
	{
	border-collapse: collapse;
	border: 0;
	}

.table-pcdat
	{width: 80%;
	font-size: 1em;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	}
.table-pcdat tr{border: solid 1px silver;}
.table-pcdat th{border: solid 1px silver;
		width: 150px;}
.table-pcdat td{border: solid 1px silver;}

#table-pd
	{width:95%;
	margin-left: auto;
	margin-right: auto;
	border: 1px floralwhite
	border-radius: 15px;
	}
#table-pd th{
	width:65%;
	text-align:left;
	padding:20px;
	background-color:floralwhite;
	}
/* #table-pd td{border: solid 1px silver;} */


/*料金表*/
#iccource
	{width: 100%;
	font-size: 1em;
	background-color: #ffffff;
	border: solid 1px silver;
	border-collapse: collapse;}
#iccource th
	{white-space: nowrap;
	border: solid 1px silver;
	border-collapse: collapse;
	padding: 15px;
	}
#iccource td
	{white-space: nowrap;
	border: solid 1px silver;
	border-collapse: collapse;
	padding: 15px;
	padding-left:15px;}
#iccource caption{
	border:none;
	font-size: 1.1em;
	font-weight:bold;
	color:teal;
	}
.div-iccource{
	margin-top:35px;
	margin-bottom:35px;
	margin-left: auto;
	margin-right: auto;
	}

  /*  付加サービスの実施条件 * サイト内リンク仕様 */
.link-joken{
	width: 220px;
	line-height: 1.3;
	}
.link-joken a{
	text-decoration: none;  /*デフォルトのリンク文字下線を消す*/
	color:palevioletred ;         /*デフォルトのリンク文字変化色を消すinherit*/
	display: block;         /*クリック範囲を延長；ナビリストの上下罫線まで*/
	}
.link-joken a:hover{color:turquoise;/*リンク文字色　*/
	font-weight:bold;
 	}

  /*  限定モニターの実施条件 * サイト内リンク仕様 */
.link-joken-m{
	width: 220px;
	line-height: 1.3;
	color:;
	}
.link-joken-m a{
	text-decoration: none;  /*デフォルトのリンク文字下線を消す*/
	color: slateblue;         /*デフォルトのリンク文字変化色を消すinherit*/
	display: block;         /*クリック範囲を延長；ナビリストの上下罫線まで*/
	}
.link-joken-m a:hover{color:turquoise;/*リンク文字色　*/
	font-weight:bold;
 	}




	