@charset "UTF-8";
/* CSS Document */
/* GLOBAL */
/* last updated 2014-10-28 */
/* for free_experience.php */

/* サブページメインコピー
------------------------------------------------------- */
div#subMain {
	width: 100%;
}

div#subMain h1, div#subMain p {
	display: none;
}

div#subMain img {
	border-bottom: 2px solid #e95800;
}

div#freeExperienceTitle {
	margin: 0 5px;
}

div#freeExperienceTitle ul {

}

div#freeExperienceTitle li {
	border: 1px solid #e95800;
	padding: 5px;
	padding-left: 10px;
		/* 背景カラー */
	background: #ffd4ba; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd4ba 0%, #ffffff 100%); /*FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom,color-stop(0%,#ffd4ba), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd4ba 0%,#ffffff 100%); /*Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd4ba 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top,  #ffd4ba 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd4ba 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd4ba', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		/* 配置調整 */
	margin-bottom: 10px;
}

div#freeExperience {
	margin: 0 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #ffffff;
		/* border */
	border: 1px solid #dedede;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div#freeExperience h2 {
	color: #e95800;
	margin-left: 5px;
	margin-right: 5px;
}

div#freeExperience p {
	margin: 10px 10px;
}

div#freeExperienceTelephone {
	margin: 0 5px;
}
	/* ウイルへ電話 */
div#freeExperienceTelephone li.callNumber {
	border: 5px solid #7a5648;
	text-align: center;
	padding: 5px;
	background-color: #ffffff;
	color: #8a7474;
	font-weight: bold;
}
