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

/*==============================
 * Cover Page Setting
 *------------------------*/
 
  /* Top Doctor
*----------------------------*/
#coverTopMidashiWrap {
	width:590px;
	width:622px;
	margin:40px auto 0px;
}

#coverTopMidashiWrap img {
	float:left;
}

#topMidashiBox {
	float:right;
	width:320px;
	padding:40px 25px;
	margin-top:40px;
	border:2px solid #ccc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color:#f1f9e4;
	
	box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
-webkit-box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
-moz-box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
}

#coverTopMidashi {
	font-size:32px;
	color:#333;
	text-shadow:1px 1px 0px rgba(163,137,15,0.7), 2px 2px 3px rgba(0,0,0,0.2);
	
}

  /* Kenko Station
*----------------------------*/
#kenkostationWrap {
	width:660px;
	margin:10px auto 0px;
}

#stationPlace {
	display:block;
	text-align:center;
	padding:8px 15px;
	background-color:#e5e5e5;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#008445;
	font-size:18px;
	text-shadow:1px 1px 0px rgba(163,137,15,0.7);
}

#station1,
#station2,
#station3 {
	float:left;
	width:200px;
	padding:10px;
	text-align:left;
	font-size:16px;
}

#station1 ul,
#station2 ul,
#station3 ul {
	font-size:14px;
	line-height:160%;
	padding-right:15px;
	margin-left:-25px;
}

#station1 ul li,
#station2 ul li,
#station3 ul li {
	font-weight:bold;
	color:#333;
	display:block;
	margin-top:10px;
	text-indent:-18px;
	padding-left:18px;
}

  /* Kantan Doc
*----------------------------*/
#kantanDocMidashi {
	display:block;
	margin:25px auto 0px 35px;
	text-align:left;
	font-size:25px;
	color:#e5c130;
	
	text-shadow:1px 1px 0px rgba(163,137,15,0.7), 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-transform: rotate( -3deg );
	-moz-transform: rotate( -3deg );
	-ms-transform: rotate( -3deg );
	transform: rotate( -3deg );

}

#kantanDocBox {
	width:520px;
	padding:55px 40px 20px;
	margin:-40px auto 50px;
	text-align:left;
	border:2px solid #ccc;
	background-color:#fcf9f2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	
	box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
-webkit-box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
-moz-box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
}

#docPointBox {
	margin:20px 0px 20px 40px;
}

.docPoint {
	font-size:16px;
	font-weight:bold;
	color:#666;
}

#pointOne:before,
#pointTwo:before,
#pointThree:before {
	color:#fff;
	padding:6px 8px;
	text-align:center;
	text-shadow:1px 1px 0px rgba(163,137,15,0.7);
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

#pointOne:before {
	content:"1.";
	background-color:#abe2e3;
}

#pointTwo:before {
	content:"2.";
	background-color:#fea35a;
}

#pointThree:before {
	content:"3.";
	background-color:#a3c275;
}

#pointBottom {
	font-size:14px;
	display:block;
	margin-top:30px;
}

/* video box */
#coverVideoBox {
	width:480px;
	height:360px;
	padding:10px;
	margin:40px auto 0px;
	background-color:#fcfef9;
	border:4px solid #bed2a1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
	-webkit-box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
	-moz-box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
	
}

#iframeBorder {
	border:1px solid #ccc;
}
/* video box end */

/* 体験希望申し込みセクション */
#taikenkibouKomidashi {
	display:block;
	margin:30px 0px 0px 0px;
}

#taikenkibouKomidashi:before {
	content:url(../images/common/leaf_icon.png);
}

#taikenkibouSelectBox {
	width:380px;
	margin:10px auto 30px;
}

#taikenkibouLeft,
#taikenkibouRight {
	text-align:center;
}

#taikenkibouLeft {
	float:left;
}

#taikenkibouRight {
	float:right;
}

#IDleft,
#IDright {
	position: relative;
	color: #fff;
	background: #777;
	font-size: 16px;
	line-height: 1;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border :1px solid #777;
	margin: 20px -10px 13px -10px;
	padding: 15px 5px 12px 10px;
	border-radius: 5px;
}

#IDleft:after,
#IDright:after {
	content:"";
	position:absolute;
	top:100%;
	left:30px;
	height:0px;
	width:0px;
	border:10px solid transparent;
	border-top:10px solid #777;
}

#IDright {
	border :1px solid #66c3cb;
	background:#66c3cb;
}

#IDright:after {
	border-top:10px solid #66c3cb;
}

.taikenkibouImage {
	border:4px solid #bed2a1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
	-webkit-box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
	-moz-box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
	transition: opacity 0.3s ease 0s;
  　-webkit-transition: opacity 0.3s ease 0s;
}

.taikenkibouImage:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	position:relative;
	top:1px;
	left:1px;
}


  /* What's New
*----------------------------*/
#whatsNewMidashi {
	display:block;
	width:180px;
	height:80px;
	padding-top:40px;
	margin:-20px auto -40px 0px;
	text-align:center;
	font-size:18px;
	color:#fcf9f2;
	font-weight:bold;
	text-shadow:1px 1px 0px rgba(163,137,15,0.9);
	background-image:url(../images/top/whats_new_baloon.png);
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	-webkit-transform: rotate( -3deg );
	-moz-transform: rotate( -3deg );
	transform: rotate( -3deg );
	z-index:500;
}

#whatsNewWrap {
	width:600px;
/*	height:215px;  */ /* 2015.06.16 Chg */
	height:365px;
	margin:10px auto 60px;
	
	
	border:2px solid #a3c275;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
	-webkit-box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
	-moz-box-shadow:rgba(204, 204, 204, 0.670588) 0px 1px 5px 2px;
}

#whatsNewContents {
	width:520px;
	padding:0px 10px;
/*	height:160px; */ /* 2015.06.16 Chg */
	height:310px; 

	margin:25px auto 30px;
	overflow:scroll;
	text-align:left;
}

.whatsNewInfo {
	text-indent:-30px;
	padding-left:30px;
	font-size:14px;
}

.dateColor {
	color:#008445;
	font-size:15px;
}









