@charset "UTF-8";


/*  ######基本の色の設定######  */
/*	
	color: #5773b7; メニューの文字の色　青
	color: #5780ec; ちょっと明るい青
	color: #999; マウスをのせたときの色　灰色
	color: #2db772; コンテンツのみどり色 少し濃い
	       #58bca3;コンテンツのみどり色　明るい
	color: #ffcc00;  見出しの黄色
	color: #ddd; アンダーライン　薄い灰色
	color: #ff99cc; ピンク
*/
/* ######### 書籍紹介部分の設定 ######### */


/* ######### experiences のタイトルと文字の設定 ######### */

.experiences_title {
	font-size: 22px;
	color: #58bca3;
	font-weight: bold;
	border-bottom: solid 1px #ddd;
	padding: 0 0 1px 10px;
	text-shadow:
	 -1px -1px 0px #fff,
	 1px -1px 0px #fff,
	  1px 1px 0px #fff,
	   -1px 1px 0px #fff,
	   1px 2px 3px rgba(0, 0, 0, 0.6);
	cursor: pointer;
	cursor: hand;
}

.experiences_comment {
	font-size: 15px;
	line-height: 22px;
	margin-top: 10px;
	cursor: pointer;
	cursor: hand;
}

.experiences_comment img {
	vertical-align: -3px;
	margin-left: 5px;
	cursor: pointer;
	cursor: hand;
}


/* ######### experiences の設定 ######### */
.experiences {
	width: 92%;
	height: 145px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-left: 40px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	/* background: url(../experiences/experiences_backimg.jpg); */
}

.experiences :after{
	content: "";
	display: block;
	clear: both;
}

.experiences_a {
	width: 26%;
	float: left;
}

.experiences_a_title {
	width: 100%;
	position: absolute;
	top: 40px;
	left: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #fd0;
	text-shadow:
	 -1px -1px 0px #5773b7,
	 1px -1px 0px #5773b7,
	  1px 1px 0px #5773b7,
	   -1px 1px 0px #5773b7,
	   1px 2px 3px rgba(0, 0, 0, 0.6);
	cursor: pointer;
	cursor: hand;
}


.experiences_b {
	width: 74%;
	float: left;
}

.experiences_a img {
	padding: 20px;
}

.experiences_b_box {
	margin: 20px 15px 0 0;
}


