@charset "UTF-8";
/*--------------------------------
  共通項目
---------------------------------*/
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}

.gcal {
  position: relative;
  padding-bottom: 100%; /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.gcal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


a {
	color: #1B6ABA;
	text-decoration: none;
}
.imgbox {
	text-align: center;
}
#catchArea {
	padding: 5px 5px 0 5px;
	margin: 0px;
	text-align: center;
}

#catchArea img {
	width: 100%;
	height: auto;
	max-width:350px;
	display:block;
	margin: 0 auto;
	padding: 0px;
}
#catchArea:after {
	clear: both;
	cotent: "";
	display: block;
}
.inbox {
	padding: 10px 5px;
}
#timeArea, #aboutArea, #featureArea, #greetArea, #galleryArea, #ryokinArea, #jihiArea, #hokenArea, #jikoArea, #jibaisekiArea, #tekiyouArea {
	background: #fff;
	text-align: left;
	padding: 10px 5px 0px 5px;
	margin-bottom: 15px;
	/* border-radius */
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;

/* box-shadow */
box-shadow:rgba(196, 196, 196, 0.65098) 0px 0px 5px 2px;
-webkit-box-shadow:rgba(196, 196, 196, 0.65098) 0px 0px 5px 2px;
-moz-box-shadow:rgba(196, 196, 196, 0.65098) 0px 0px 5px 2px;
}

/*--------------------------------
	フォント
--------------------------------*/
h2{
	line-height: 20px;
	color: #fff;
	position: relative;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 5px 0em;
	padding: 6px 10px;
	background: url(../image/h2.jpg) repeat left top;
	border-radius: 6px;
}

h3 {
	color:#37AA00;
	margin-bottom: 10px;
	background:#ECFCBC url(../image/h3.png) no-repeat 7px center;
	background-size:10px auto;
	-moz-background-size:10px auto;
	-webkit-background-size:10px auto;
	padding:6px 0 6px 25px;
	font-size:16px;
	
	/* border-radius */
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
}

.blue {
	color: #6699FF;
	font-weight: bold;
}
.red {
	font-weight: bold;
	color: #F00;
}
.pink {
	font-weight: bold;
	color: #E47E86;
}
.babypink {
	font-weight: bold;
	color: #FE6376;
}
.green {
	font-weight: bold;
	color: #319E2E;
}
.orange {
	font-weight: bold;
	color: #FF6C00;
	margin-bottom: 5px;
}
.navy {
	color: #039;
	font-weight: bold;
}
.bluebox {
	font-weight: bold;
	color: #2B85C8;
	border: 1px solid #2B85C8;
	background: #EAF2FF;
	padding: 0px 5px;
	margin: 0px 5px;
}
.vividred {
	color: #EA4459;
	font-size: 16px;
}
.roman {
	font-size: 12px;
	color: #999;
}
.small {
	font-size: 11px;
	padding-left: 3px;
}
.middle {
	font-size: 12px;
	padding-left: 3px;
}
.large {
	font-size: 18px;
	font-weight: bold;
}
.lighter {
	background-color: #FFC;
}

/*--------------------------------
	基本レイアウト
--------------------------------*/
html{
}

body{
	font-size: 15px;
	-webkit-text-size-adjust: none;
	text-align: justify;
	text-justfy: inter-ideograph;
	line-height: 150%;
	font-family: sans-serif;
	color: #333;
	position: relative;
	background: #FFF4F9;
}

#header{
	padding-bottom: 0px;
	width: 100%;
	background: #FFD0E6;
}
#header:after {
	content: "";
	clear: both;
	display: block;
}
#header h1 {
	line-height: 1.3;
	font-size: 10px;
	text-indent: 5px;
	text-align: center;
	margin: 0 0 0 0;
	/* [disabled]background: #FF602B; */
	color: #333;
	padding: 2px 0 2px 0;
}
#header #head {
	clear: both;
	margin: 2px auto 0px auto;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 0 auto 5px auto;
	border-bottom: #FFD0E6 2px dashed;
}
#header #head p{
	font-size: 15px;
	font-weight: bold;
	color: #F76287;
	margin: 0 0 10px 0;
	line-height: 1.2;
}

#header #head ul {
	margin:0 auto;
	padding:10px 0 5px 0;
	text-align:center;
	width:300px

}
#header #head ul li {
	margin: 0px 0;
	float:left;
	list-style-type:none;
}
#header #head ul li#tel {
	background: rgb(227,245,171);
	background: -moz-linear-gradient(top,  rgba(227,245,171,1) 0%, rgba(183,223,45,1) 72%, rgba(160,204,18,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,245,171,1)), color-stop(72%,rgba(183,223,45,1)), color-stop(99%,rgba(160,204,18,1)));
	background: -webkit-linear-gradient(top,  rgba(227,245,171,1) 0%,rgba(183,223,45,1) 72%,rgba(160,204,18,1) 99%);
	background: -o-linear-gradient(top,  rgba(227,245,171,1) 0%,rgba(183,223,45,1) 72%,rgba(160,204,18,1) 99%);
	background: -ms-linear-gradient(top,  rgba(227,245,171,1) 0%,rgba(183,223,45,1) 72%,rgba(160,204,18,1) 99%);
	background: linear-gradient(to bottom,  rgba(227,245,171,1) 0%,rgba(183,223,45,1) 72%,rgba(160,204,18,1) 99%);





	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f5ab', endColorstr='#a0cc12',GradientType=0 );
	width: 15%;
	text-align: center;
	/* [disabled]float: left; */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 4px 8px;
	margin: 10px 0 0 10px;
	
}
#header #head ul li#logo {
	margin: 0 0 0 0;
	text-align: center;
	width: 220px;
	/* [disabled]float: left; */
}
#header #head ul li#logo img {
	width: 200px;
	height: auto;
	margin: 0 0 0 0;
	padding: 5px 0 0 0
}
#header #head ul li#tel img{
	width: 35px;
	height: auto;
	margin: 0 0 -3px 0;
}

#content {
	text-align: center;
	padding: 10px 10px 5px 10px;
	/*background-color: #FDF2CC;*/
}
#footer{
	margin: 0px;
	padding: 6px 0 0px 0;
	text-align: center;
	background-color: #FFFFEE;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#footer .foot {
	width: 300px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 5px;
}
#foot .foot p {
	text-align: left;
	display: block;
}
#footer .foot p.name {
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	float: left;
	width: 120px;
	line-height: 40px;
	display: block;
	padding-right: 0px;
	margin: 7px 0px 0px;
	text-indent: 0px;
	color: #106DBA;
}
#footer .foot p.name img {
	width: 120px;
	height: auto;
}
#footer .foot p.address {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	float: right;
	line-height: 120%;
	width: 180px;
	display: block;
	padding-top: 5px;
	margin: 0px;
	/* [disabled]height: 35px; */
}


#footer section#copy {
	padding-top: 5px;
	/* [disabled]border-top-width: 1px; */
	/* [disabled]border-top-style: dashed; */
	/* [disabled]border-top-color: #9CCA84; */
	margin-top: 5px;
	background-color: #FDC4D2;
	color: #FFF;
}
#footer section#copy p{
	text-align: center;
	font-size: 10px;
	padding-bottom: 5px;
	line-height: 120%;
	margin: 0px;
	/* [disabled]font-weight: bold; */
	color: #333;
}


#footer small{
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#footer small a{
	color: #000000;
	text-decoration: none;
}

#footer small a:hover{
	color: #000000;
	text-decoration: none;
}

/*-------------------------
	バナー類
------------------------*/
#footContents {
	/* [disabled]text-align: center; */
	width: 300px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*------------------------*/
p#banner {
	text-align: center;
	margin-bottom: 15px;
}
p#banner img {
	width: 295px;
	height: auto;
	margin-bottom: 10px;
}



/*--------------------------------
	ナビ
--------------------------------*/
nav#grid{
	/* [disabled]-webkit-box-shadow:0 2px 4px #060; */
	/* [disabled]box-shadow: 0 2px 4px #060; */
	margin: 0px;
}

nav#grid ul{
	background: url(../image/bg-navi.jpg) repeat-x left top;}

nav#grid ul:after{
	content:"";
	clear:both;
	display:block;
}

nav#grid ul li{
	float: left;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px dotted #fff;
}
nav#grid ul li a{
	display: block;
	height: 20px;
	letter-spacing: 0px;
	padding: 42px 0 3px 0;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
nav#grid ul li#icon01 {
	background:url(../image/icon01.png) no-repeat 50% 28%;
	background-size:35px 35px;
	-webkit-background-size:35px 35px;
}
nav#grid ul li#icon02 {
	background:url(../image/icon02.png) no-repeat 50% 28%;
	background-size:32px 32px;
	-webkit-background-size:32px 32px;
}
nav#grid ul li#icon03 {
	background:url(../image/icon03.png) no-repeat 50% 28%;
	background-size:31px 31px;
	-webkit-background-size:31px 31px;
}
nav#grid ul li#icon04 {
	background:url(../image/icon04.png) no-repeat 50% 22%;
	background-size:35px 35px;
	-webkit-background-size:35px 35px;
}
nav#grid ul li#icon05 {
	background:url(../image/icon05.png) no-repeat 50% 22%;
	background-size:35px 35px;
	-webkit-background-size:35px 35px;
	border-right: 0px dotted #fff;
}
nav#grid ul li#icon05 a{
	line-height: 100%;
	height: 15px;
	padding: 42px 0 8px 0;
	font-size: 10px;
}

/*--------------------------------
	Pagetop
--------------------------------*/
.pagetop{
	margin: 10px 10px 5px 0px;
	text-align: right;
	color: #666666;
}
.pagetop:after {
	content:"";
	display:block;
	clear:both;
}
.pagetop a{
	font-size: 14px;
	background: url(../image/totop.png) no-repeat left center;
	-webkit-background-size: 12px;
	background-size: 12px;
	color: #333;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 14px;
}

/*--------------------------------
   TopicPath
-------------------------------*/
nav#topicpath {
	height: 20px;
	margin-left: 10px;
}
nav#topicpath ul {
	list-style: none;
	padding: 3px 0px 0px 5px;
}
nav#topicpath ul li {
	display: inline;
	font-size: 11px;
}
nav#topicpath ul li a {
}
nav#topicpath ul li span {
}


/*--------------------------------
	トップ
--------------------------------*/
#topimage {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
#topimage:after{
	content:"";
	clear:both;
	display:block;
}
#topimage img {
	width: 100%;
	height: auto;
	max-width:350px;
	display:block;
	margin:0 auto 5px auto;
	padding-bottom: 0px;
}

/*------------------------------*/
#prArea {
	background: #FFF;
	box-shadow: 0 0px 5px #FF9999;
	-webkit-box-shadow: 0 0px 5px #FF9999;
	border-radius: 5px;
	margin: 5px 0 15px;
	padding: 10px 8px;
}
#prArea dl {
	text-align: left;
	padding-top: 10px;
}
#prArea dl dt {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 0 2px 0 0px;
	margin: 5px 0;
	text-shadow: 0 0px 3px #555;
	width: 44px;
	height: 45px;
	line-height: 44px;
	border-radius: 22px;
	text-align: center;
	letter-spacing: -1px;
	float: left;
	background-color: #C5E655;
}
#prArea dl dt strong {
	color: #FFFF26;
	font-size: 17px;
}
#prArea dl dd {
	line-height: 1.3;
	padding: 5px 0 5px 10px;
	margin: 8px 0 0px;
	border-bottom: 2px dotted #D2C277;
	height: 50px;
	vertical-align: middle;
	display: table-cell;
}

#prArea dl dd strong {
	color: #FF7272;
	text-decoration: underline;
}
#prArea img {
	width: 280px;
	height: auto;
}


/*------------------------------
	切り替え部分（お知らせ・挨拶・問い合わせ）
------------------------------*/
#switchArea ul.tab{
	overflow: hidden;
	margin-bottom: 0px;
}
#switchArea ul.tab li{
	float: left;
	border: 1px solid #FBBBBB;
	background-color: #FBBBBB;
	margin: 5px 3px 0px 1px;
	padding: 1px 5px;
	font-size: 95%;
	list-style-type: none;
	width: 28%;
	border-radius: 4px 4px 0 0;
}
#switchArea ul.tab li:hover {
	cursor: pointer;
}
#switchArea ul.tab li.select{
	font-weight: bold;
	color: #007979;
	background-color: #ff82a2;
	border: 1px solid #ff82a2;
}
#switchArea ul.tab li img {
	width: 100%;
	height: auto;
	margin: 5px 0 0 0;
}
#switchArea .content {
	background: #fff;
	border-top: 4px solid #ff82a2;
	border-bottom: 4px solid #ff82a2;
	margin: 0 0 15px;
	padding: 15px 10px 5px;
}
#switchArea .content li{
	width: 100%;
	display: none;
}
#switchArea .content li h2 {
	text-align: left;
	margin-bottom: 5px;
}
#switchArea .content li iframe {
	width: 100%;
	height: auto;
}
#switchArea .content li.select {
	display:block;
}

#t_greet p {
	text-align: left;
	width: 100%;
}
#t_greet .inchou {
	width: 100%;
	margin: 0 10px 10px 0px;
	padding: 0px 5px;
	text-align: center;
}
#t_greet .inchou img {
	width: 230px;
	height: auto;
	margin: 5px 0 5px;
	border-radius: 5px;
}
#t_greet .inchou p {
	text-align: center;
	line-height: 1.3;
	color: #B49161;
}
#t_greet .inchou p span {
	font-size: 18px;
	color: #F7547F;
}

#t_shikaku dl {
	border: 1px dashed #C9BE5C;
	padding: 5px;
	margin: 0px 0 0 0px;
	border-radius: 5px;
	background-color: #F8F5E7;
}
#t_shikaku dl dt {
	float: left;
	width: 1em;
	font-size: 18px;
}
#t_shikaku dl dd {
	padding-left: 1em;
	text-align: left;
}

/*------------------------------*/
#timeArea .inbox {
	padding: 10px 5px;
}
#timeArea table {
	width: 100%;
	border: 1px solid #aaa;
	margin: 0px auto 5px;
}
#timeArea table td {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 180%;
	border: 1px dashed #CCC;
}
#timeArea table td.kome {
	font-size: 11px;
}
#timeArea table td.day {
	background-color: #FEE7EC;
	font-size: 14px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #bbb;
}
#timeArea table td.time {
	width: 35%;
	font-size: 14px;
	text-align: right;
	padding-right: 10px;
	background-color: #FEE7EC;
}

#timeArea p {
	margin: 3px 0 5px;
}

#timeArea dl#kyushin {
	font-size: 16px;
	font-weight: bold;
	color: #f00;
	line-height: 120%;
	padding-left: 0.5em;
	margin-bottom: 5px;
}
#timeArea dl#kyushin dt {
	float: left;
	width: 4em;
}
#timeArea dl#kyushin dd {
	padding:0 0 0 4em;
}
#timeArea a{
	width:280px;
	text-align:center;
	display:block;
	margin:0 auto;
}
#timeArea a img{
	width:280px;
	margin:10px auto;
}
/*------------------------------*/
#aboutArea dl {
	margin-bottom: 5px;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
#aboutArea dl dt {
	border-radius: 4px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	width: 4.5em;
	float: left;
	background-color: #EBE3C0;
	padding: 0px 0px;
	margin-right: 5px;
	color: #837126;
}
#aboutArea dl dt.nofloat {
	float: none;
	margin-bottom: 5px;
}
#aboutArea dl dd {
	padding-left: 4.5em;
	line-height: 25px;
}
#aboutArea dl dd a {
	font-size: 15px;
}
#aboutArea dl:after {
	content:"";
	clear: both;
	display: block;
}
#aboutArea dl dd img {
	width: 25px;
	height: 17px;
	border-radius: 2px;
	margin-right: 3px;
	margin-bottom:-3px;
}
#aboutArea iframe.map {
	margin-bottom: 10px;
	width: 100%;
	height: 180px;
}
#aboutArea .more {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}
#aboutArea dl dd.lines {
	line-height: 1.3;
}
#aboutArea dl dd.add {
	/* [disabled]letter-spacing: -1px; */
}

#aboutArea iframe {
	width: 100%;
	height: 250px;
}

/*--------------------------------	
	当院紹介
--------------------------------*/
#featureArea h3 {
	background: url(../image/feature-bg.jpg) repeat-x left top;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	line-height: 1.8;
	color: #8C4600;
}
#featureArea h3.min {
	font-size: 15px;
}
#featureArea h3 img {
	position: absolute;
	left: 4px;
	top: 10px;
}
#featureArea p {
	margin: 0 0 20px;
}

/*---------------------------------*/
#greetArea p {
	text-align: left;
	padding: 0px 5px;
}
#greetArea .inchou {
	width: 100%;
	margin: 0 10px 10px 0px;
	padding: 0px 5px;
	text-align: center;
}
#greetArea .inchou img {
	width: 230px;
	height: auto;
	margin: 5px 0 5px;
	border-radius: 5px;
}
#greetArea .inchou p {
	text-align: center;
	line-height: 1.3;
	color: #B49161;
}
#greetArea .inchou p span {
	font-size: 18px;
	color: #F7547F;
}
#greetArea .sikaku {
	border: 1px dashed #C9BE5C;
	padding: 10px 10px;
	margin: 15px 0 10px 0px;
	border-radius: 5px;
}
#greetArea .sikaku dl dt {
	font-weight: bold;
	padding: 1px 5px;
	background-color: #EBE8C5;
}
#greetArea .sikaku dl dd {
	padding: 10px 5px 0px;
}

/*---------------------------------*/
#galleryArea {
	padding-bottom: 10px;
}

/*--------------------------------	
	保険施術
--------------------------------*/
#ryokinArea table {
	border: 1px solid #FA9DBA;
	margin: 0 0 15px;
	width: 100%;
}
#ryokinArea table th {
	background: #FFFFEE;
	border-right: 1px dashed #FCAFAD;
	border-bottom: 1px dashed #FCAFAD;
	text-align: center;
	vertical-align: middle;
}
#ryokinArea table th, #ryokin table td {
	padding: 3px 0;
}
#ryokinArea table th.futan {
	border-right: 1px solid #FCAFAD;
}
#ryokinArea table tr:first-child th {
	border-bottom: 1px solid #FCAFAD;
}
#ryokinArea table td {
	width: 37%;
	text-align: center;
	padding: 5px 0em 5px 1em;
	border-right: 1px dashed #FCAFAD;
	border-bottom: 1px dashed #FCAFAD;
	background: url(../image/between.png) no-repeat 45% center;
	background-size: 20px auto;
	-webkit-background-size: 20px auto;
	font-size: 15px;
	line-height: 1.3;
}

/*-----------------------------------*/
#hokenArea h3 {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	color: #837126;
	background: #F3EED8;
	border-bottom: 2px dashed #FCB8B6;
	line-height: 30px;
	font-size: 16px;
	border-radius: 0px;
}
#hokenArea p {
	margin: 0 0 20px;
}
#hokenArea .imgbox {
	margin: 0 0 5px;
}
#hokenArea .imgbox img {
	width: 240px;
	height: auto;
	border-radius: 5px;
}

/*--------------------------------	
	保険施術
--------------------------------*/
#jihiArea h3 {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	color: #837126;
	background: #F3EED8;
	border-bottom: 2px dashed #FCB8B6;
	line-height: 30px;
	font-size: 16px;
	border-radius: 0px;
}
#jihiArea p {
	margin: 0 0 10px;
}
#jihiArea .imgbox {
	margin: 0 0 5px;
}
#jihiArea .imgbox img {
	width: 240px;
	height: auto;
	border-radius: 5px;
}

#jihiArea dl {
	border: 1px solid #DFD297;
	background: #FFD;
	padding: 5px 5px 5px 5px;
	margin: 0 0 30px;
}
#jihiArea dl dt {
	text-align: center;
	padding: 2px 0;
	margin: 0px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 4px #D28093;
	background-color: #FFB3CA;
}
#jihiArea dl dd {
	padding: 4px 0;
	margin: 0px;
	font-size: 16px;
	text-align: center;
}
#jihiArea dl dd dl.kome {
	border: 0px solid #DFD297;
	background: #FFD;
	padding: 5px 5px 0px 5px;
	margin: 0px;
}
#jihiArea dl dd dl.kome dt {
	text-align: left;
	padding: 0;
	margin: 0px;
	width: 1em;
	float: left;
	border-radius: 0px;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	text-shadow: 0 0 0 #D28093;
	background: none;
}
#jihiArea dl dd dl.kome dd {
	padding: 0 0 0 1em;
	margin: 0;
	font-size: 14px;
	text-align: left;
}

#jihiArea .int {
	background: url(../image/kado-right.png) no-repeat right bottom;
	background-size: 50px auto;
	-webkit-background-size: 50px auto;
	padding: 5px;
	margin: 0 0 15px;
}
#jihiArea .int .inner {
	background: url(../image/kado-left.png) no-repeat left top;
	background-size: 50px auto;
	-webkit-background-size: 50px auto;
	padding: 10px 5px 5px 10px;
}
#jihiArea .int .inner p {
	background-color: rgba(255,234,237,0.5);
	padding: 10px;
	border-radius: 8px;
	margin: 0px;
}

/*--------------------------------	
	交通事故治療
--------------------------------*/
#jikoArea .imgbox img {
	width: 280px;
	height: auto;
}

/*-----------------------------------*/
#jibaisekiArea p img {
	float: right;
	width: 120px;
	height: auto;
}

/*-----------------------------------*/
#tekiyouArea .nagare {
	background: url(../image/yajirusi.png) no-repeat center bottom;
	background-size: auto 35px;
	-webkit-background-size: auto 35px;
	padding-bottom: 35px;
	margin-bottom: 15px;
}
#tekiyouArea .nagare:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	background: none;
}
#tekiyouArea p.flow {
	border-bottom: 2px dashed #D5C0A6;
	margin-bottom: 10px;
	padding: 2px 0 5px;
	font-size: 16px;
	font-weight: bold;
	color: #726027;
}
#tekiyouArea p.flow .step {
	font-size: 15px;
	color: #FFFFFF;
	/* [disabled]text-shadow: 0 0 3px #666; */
	background-color: #A6CD1D;
	font-weight: bold;
	margin-right: 15px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#tekiyouArea img {
	background-color: #FFFBE8;
	width: 110px;
	height: auto;
	border-radius: 5px;
	float: right;
	margin-left: 20px;
}
