@charset "UTF-8";


/*  ######基本の色の設定######  */
/*	
	color: #5773b7; メニューの文字の色　青
	color: #5780ec; ちょっと明るい青
	color: #999; マウスをのせたときの色　灰色
	color: #2db772; コンテンツのみどり色 少し濃い
	       #58bca3;コンテンツのみどり色　明るい
	color: #ffcc00;  見出しの黄色
	color: #ddd; アンダーライン　薄い灰色
	color: #ff99cc; ピンク
*/


/* ######### コンテンツイメージ ######### */
.contents_img_box {
	width: 100%;
	position: relative;
	margin-top: -2px;
}

.contents_img {
	background-color: #fff;
	margin-top: 0;
	margin-bottom: 0;
}

.contents_img_title {
	position: absolute;
	width: 50%;
	top: 70px;
	left: 30px;
	font-size: 40px;
	font-weight: bold;
	color: #fd0;
	text-shadow:
	 -1px -1px 0px #5780ec,
	 1px -1px 0px #5780ec,
	  1px 1px 0px #5780ec,
	   -1px 1px 0px #5780ec,
	   1px 2px 3px rgba(0, 0, 0, 0.6);
}

.contents_img_message {
	position: absolute;
	width: 50%;
	top: 90px;
	right: 20px;
	font-size: 18px;
	text-align: right;
	color: #fff;
	text-shadow:
	 -1px -1px 0px #555,
	 1px -1px 0px #555,
	  1px 1px 0px #555,
	   -1px 1px 0px #555,
	   1px 2px 3px rgba(0, 0, 0, 0.6);
}

/* ######### コンテンツイメージここまで ######### */





/* ######### コンテンツ ######### */

.box_contents {
	background-color: #fff;
	width: 90%;
	height: 400px;
	margin: 50px 5%;
}

.contents_title {
		height: 24px;
		border-bottom: solid 1px #ddd;
		margin-bottom: 10px;
		border-left: solid 24px #5780ec;
}

.contents_title_name {
	color: #5780ec;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	padding-left: 15px;
}

.box_border {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 120px;
}


.contents_text_title {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	padding-left: 15px;
	font-weight: bold;
	background-color: #58bca3;
	margin-top: -10px;
}

.contents_titleimg {
	float: left;
	width: 30%;

}

.contents_text_box {
	float: left;
	width: 66%;
	margin-left: 4%;	
}

.contents_text {
	font-size: 14px;
	line-height: 22px;
	margin-top: -10px;
}



/* イメージ写真にシャドーを入れる
.box_contents img {
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}
*/

/* コンテンツ１ */
/* ######### コンテンツ ボックスＡ ######### */
.contents01_boxA {
	background-color: #ff0;
}


.contents01_boxA :after {
	content: "";
	display: block;
	clear: both;
}

.contents01_boxA_01 {
	float: left;
	width: 48%;
	margin-right: 4%;
}


.contents01_boxA_02 {
	float: left;
	width: 48%;
}



/* ######### コンテンツ ボックスＢ ######### */
.contents01_boxB {
	background-color: #ff0;
}


.contents01_boxB :after {
	content: "";
	display: block;
	clear: both;
}

.contents01_boxB_01 {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.contents01_boxB_02 {
	float: left;
	width: 48%;

}

.contents01_boxB_01 :after {
	content: "";
	display: block;
	clear: both;
}

/* ######### コンテンツ01 ボックス内の共通設定 ######### */
.contents01_titleimg {
	float: left;
	width: 30%;

}

.contents01_text {
	float: left;
	width: 66%;
	margin-left: 4%;
	
}

.contents01_text p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 0;
}

.contents a {
	text-decoration :none;
	color: #fff;
}

.contents a:hover {
	text-decoration: underline;
}

.contents_titleimg a:hover {
	opacity: 0.7;
}
