@charset "utf-8";
/* CSS Document */


/*img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

*/




/* page title
------------------------------------- */
#Page_tile {
	padding: 0;
	margin: 0 0 30px;
	border-bottom: 10px solid #eeeeee;
}
#Page_tile .pan {
	padding: 6px 0;
	margin: 0 0 30px;
	color: #666;
	font-size: 10px;
	border-bottom: 1px dotted #ccc;
}
#Page_tile h1 {
	display: inline-block;
	padding: 0 20px 30px;
	margin: 0 0 -10px !important;
	color: #7dc088;
	font-size: 28px;
	border-bottom: 10px solid #7dc088;
}





/* side menu
------------------------------------- */
#sideMenu {
	list-style: none;
}
@media (min-width: 960px) {
	#sideMenu {
		float: right;
		width: 220px;
		margin-bottom: 60px;
	}
}
#sideMenu ul {
	padding: 0;
	margin: -10px 0 20px;
	border-bottom: 5px solid #f2f2f2;
	list-style: none;
	vertical-align: middlel;
	line-height: 1.1em;
}
#sideMenu ul li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
	clear: both;
}
#sideMenu ul li a {
	display: block;
	padding: 15px 0 15px 30px;
	background: url(../img/common/arw.png) -230px -68px no-repeat;
	border-top: 5px solid #f2f2f2;
	color: #333;
}
#sideMenu ul li:first-child a {
	border-top: none;
}
#sideMenu ul li ul {
	padding: 0 5px 5px;
	margin: 0;
	border: none;
}
#sideMenu ul li ul li {
	border-bottom: 2px solid #FFF;
}

#sideMenu ul li ul li a {
	padding: 10px 0 10px 25px;
	background: #eeeeee url(../img/common/arw.png) -30px -416px no-repeat;
	border: none;
}
/*@media  (max-width: 959px) and (min-width: 768px)  {
	#sideMenu ul li ul li {
		float: left;
	}	
	
	#sideMenu ul li ul li a {
		float: left;
		width: 48%;
	}

}*/





/* ==========================================================
	flow
============================================================= */
#flow {
	overflow: hidden;
	padding: 0;
	margin: 0 0 40px;

}
@media (min-width: 960px) {
	#flow {
		float: left;
		width: 680px;
	}
}

#flow h3 {
	width: auto;
	height: 43px;
	padding: 0;
	margin: 0;
	background: url(../img/contents/flow_entrybar1.gif) 0 0 no-repeat;
	font-size: 14px;
	font-weight: bold;
}
@media (min-width: 768px) {
	#flow h3 {
		font-size: 16px;
	}
}
#flow h3 span {
	display: inline-block;
	padding: 10px 0 0 80px;
	height: 43px !important;
	vertical-align: middle;
}
#flow h3 span#chart01 {
	background: url(../img/contents/flow_entrybar2.gif) 0 0 no-repeat;
}
#flow h3 span#chart02 {
	background: url(../img/contents/flow_entrybar2.gif) 0 -43px no-repeat;
}
#flow h3 span#chart03 {
	background: url(../img/contents/flow_entrybar2.gif) 0 -86px no-repeat;
}
#flow h3 span#chart04 {
	background: url(../img/contents/flow_entrybar2.gif) 0  -129px no-repeat;
}
#flow h3 span#chart05 {
	background: url(../img/contents/flow_entrybar2.gif) 0 -172px no-repeat;
}
#flow h3 span#chart06 {
	background: url(../img/contents/flow_entrybar2.gif) 0 -215px no-repeat;
}


#flow p,
#flow dl {
	padding: 10px 40px 10px 70px;
	margin: 0 0 5px 20px !important;
}
#flow .arw_flow {
	background:url(../img/contents/flow_arw.gif) left bottom no-repeat;
}
#flow dt {
	width: 280px;
	padding: 5px 0;
	margin: 0 0 0.5em;
	text-align: center;
	border-radius: 16px;
	color: #FFF;
}
#flow dt.first {
	background-color: #7dc088;
}
#flow dt.second {
	background-color: #779c7d;
}
#flow dd {
	padding: 0;
	margin: 0 1em 2em;
}
#flow dd img {
	margin: 10px 0;
	width: 100%;
	max-width: 100%;
	height: auto;
}
@media (min-width: 768px) {
	#flow dd img {
		max-width: 450px;
	}	
}

#flow p {
	margin: 0 1em 2em;
}







/* ==========================================================
	
============================================================= */
#Improve {
	overflow: hidden;
	padding: 0;
	margin: 0 0 40px;

}
@media (min-width: 960px) {
	#Improve {
		float: left;
		width: 680px;
	}
}
#Improve p {
	margin: 0 1em 1.4em;
}

#Improve .page-header2 h3 {
	font-size: 14px;
}

#Improve .page-header2 h3 em {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #158378;
}


#Improve .box_symptom {
	padding: 15px 20px 15px 30px;
	margin: 0 0 15px;
	background-color: #ebe9e2;
	overflow: hidden;
}
#Improve .box_symptom h4 {
	color: #158378;
	font-size: 22px;
	font-weight: bold;
}
#Improve .box_symptom h4 img {
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
}
#Improve .box_symptom h4 span {
	color: #57534a;
	font-size: 14px;
}
#Improve .box_symptom ul {
	width: auto;
	margin: 0;
	padding: 0;	
}
@media (min-width: 960px) {
	#Improve .box_symptom h4 {
		width: 130px;
		float: left;
		text-align: center !important;
		line-height: 1.4em;
	}
	#Improve .box_symptom h4 span {
		display: block;
	}
	#Improve .box_symptom ul {
		float: left;
		width: 470px;
		padding-left: 30px;
	}
}


#Improve .box_symptom li {
	display: block;
	padding: 0 0 5px 25px;
	background: url(../img/common/arw.png) 0 -480px no-repeat;
	list-style: none;
}



#Improve .box_treatment {
	padding: 5px;
	margin: 0 0 40px;
	background: url(../img/common/grid_grn.png) repeat;
}
#Improve .box_treatment dl {
	padding: 5px;
	margin: 0;
	background-color: #FFF;
}
#Improve .box_treatment dt {
	padding: 5px 30px;
	margin: 0 0 0.5em;
	background-color: #158378;
	background-image: url(../img/index/circle_wh.png), url(../img/index/circle_wh.png);
	background-position: left center, right center;
	background-repeat: no-repeat;
	border-radius: 16px;
	color: #FF0;
}
#Improve .box_treatment dd {
	padding: 0 1em 0.5em;
}






/* ==========================================================
	Option	
============================================================= */

#Option {
	overflow: hidden;
	padding: 0;
	margin: 0 0 40px;

}
@media (min-width: 960px) {
	#Option {
		float: left;
		width: 680px;
	}
}
#Option p {
	margin: 0 1em 1.4em;
}


#Option h2 img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


#Option h3.lead_ttl {
	margin: 1.4em 1em 1em;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.7em;
	color: #158378;
}


#Option .page-header2 h3 {
	font-size: 14px;
}

#Option .page-header2 h3 em {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #158378;
}


/*
------------------------------------- */
#Option .box_symptom {
	padding: 15px 20px 15px 30px;
	margin: 0 0 40px;
	background-color: #ebe9e2;
	overflow: hidden;
}
#Option .box_symptom h4 {
	color: #158378;
	font-size: 22px;
	font-weight: bold;
}
#Option .box_symptom h4 img {
	margin-right: 5px;
}
#Option .box_symptom h4 span {
	color: #57534a;
	font-size: 14px;
}
#Option .box_symptom ul {
	width: auto;
	margin: 0;
	padding: 0;	
}
@media (min-width: 960px) {
	#Option .box_symptom h4 {
		width: 130px;
		float: left;
		text-align: center !important;
		line-height: 1.4em;
	}
	#Option .box_symptom h4 span {
		display: block;
	}
	#Option .box_symptom ul {
		float: left;
		width: 450px;
		padding-left: 30px;
	}
}
#Option .box_symptom li {
	display: block;
	padding: 0 0 5px 25px;
	background: url(../img/common/arw.png) 0 -480px no-repeat;
	list-style: none;
}




/*
-------------------------------- */
#Option .cap_fee {
	padding: 10px 10px;
	text-align: center;
	background-color: #5aaf75;
	color: #FF0;
	font-weight: bold;
	font-size: 18px;
}
#Option .cap_fee span {
	display: block;
	font-size: 14px;
	color: #FFF;
}




#Option .tbl_fee {
	width: 100%;
	margin: 0 0 40px;
	border: 2px solid #666;
}


#Option .tbl_fee th {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	background-color: #eeeeee;
}
#Option .tbl_fee th span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #2b5d00;
}


#Option .tbl_fee th#basic {
	background-color: #91d953;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#Option .tbl_fee th#senior {
	background-color: #eeb744;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}






#Option .tbl_fee td {
	font-size: 18px;
	line-height: 1.6em;
}

#Option .tbl_fee td span {
	display: inline-block;
	padding: 0 5px;
	margin-right: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#Option .tbl_fee td span.plan1-1 {
	background-color: #76d028;
}
#Option .tbl_fee td span.plan1-2 {
	background-color: #599c1e;
}
#Option .tbl_fee td span.plan2-1 {
	background-color: #eaa516;
}
#Option .tbl_fee td span.plan2-2 {
	background-color: #af7c10;
}


@media (min-width: 480px) {
/*	#Option .tbl_fee {
		width: 100%;
		margin: 0 0 40px;
	}*/
	#Option .tbl_fee #planname {
		width: 30%;
	}
	#Option .tbl_fee #basic_plan {
		width: 35%;
	}
	#Option .tbl_fee #senior_plan {
		width: 35%;
	}
	#Option .tbl_fee th {
		padding: 10px;
		text-align: center;
		border: 1px solid #666;
	}
	#Option .tbl_fee td {
		padding: 10px 20px;
		text-align: center;
		border: 1px solid #666;
	}
}

@media (max-width: 479px) {
	#Option .tbl_fee {
		width: 100% !important;
		border: none;
	}
	#Option .tbl_fee th {
		display: list-item;
		padding: 5px 0;
		text-align: center;
		list-style: none;
		line-height: 1.2em;
	}
	#Option .tbl_fee th span {
		margin-bottom: 5px;
	}
	
	#Option .tbl_fee tr#ttl_plan th#thblank	{
		display: none;
	}	
	#Option .tbl_fee tr#ttl_plan th {
		width: 49%;
		height: 3.4em;
		float: left;
		font-size: 14px;
		line-height: 1.4em;
	}	
	#Option .tbl_fee td {
		display: list-item;
		width: 49%;
		padding: 5px 0 20px;
		float: left;
		list-style: none;
		text-align: center;
	}

}







/* ==========================================================
	About
============================================================= */
#Aboutus {
	overflow: hidden;
	padding: 0;
	margin: 0 0 40px;
}
@media (min-width: 960px) {
	#Aboutus {
		float: left;
		width: 680px;
	}
}
#Aboutus p {
	margin: 0 1em 1.4em;
}



#Aboutus .lead_about {
	margin: 0 15px 20px;
	overflow: hidden;
}
#Aboutus .lead_about img {
	float: right;
	margin: 0 0 0 20px;
}
#Aboutus .lead_about table {
	margin-bottom: 20px;
	border-collapse: separate;
}
#Aboutus .lead_about table caption {
	padding: 0;
	color: #7dc088;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 3px solid #e6e6e6;
}
#Aboutus .lead_about table caption em {
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
	font-style: normal;
	font-weight: bold;
}


#Aboutus .lead_about table th {
	width: 1%;
	padding: 5px;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;

	border-bottom: 1px solid #cccccc;
}
#Aboutus .lead_about table td {
	padding: 5px 10px;

	border-bottom: 1px solid #cccccc;
}


#Aboutus .lead_about2 {
	margin: 0 15px 30px;
	overflow: hidden;
}
#Aboutus .lead_about2 img {
	float: left;
	margin: 0 20px 0 0;
}
#Aboutus .lead_about2 dt {
	color: #7dc088;
	font-weight: bold;
}



#Aboutus .photoAlbum {
	width: 100%;
	padding: 0;
	margin: 0 0 40px;
	overflow: hidden;
}

#Aboutus .photoAlbum li {
	display: block;
	float: left;
	width: 330px;
	margin: 0 5px 10px 0;
	padding: 0;
}
#Aboutus .photoAlbum li img {
	width: 100%;
	max-width: 100%;
	height: auto;
}



#Aboutus .frm_gmap {
	width: 100%x;
	height: 90%;
	margin: 0 0 40px;
}
#Aboutus .frm_gmap iframe {
	width: 100%;
	height: 100%;
}

@media (min-width: 960px) {
	#Aboutus .frm_gmap {
		width: 680px;
		height: 680px;
		margin: 0 0 40px;
	}
}











/* ==========================================================
	Sitemap
============================================================= */

#sitemap {
	overflow: hidden;
	padding: 0;
	margin: 0 0 40px;

}
@media (min-width: 960px) {
	#sitemap {
		float: left;
		width: 680px;
	}
}

#sitemap ul {
	margin-left: 150px;
}
#sitemap ul li {
	line-height: 1.7em;
}

#sitemap ul li ul {
	margin-left: 30px;
}








