@charset "utf-8";
/* *******************************************************************************************
* 
*	jiyuu-kenkyu PC
*
******************************************************************************************* */


/* -------------------------------------------------------------------------------------------
*
* 記事ページ
*
* ----------------------------------------------------------------------------------------- */

/* ----------------------------- 共通パーツ ----------------------------- */

.page_container {
	width: 980px;
	margin: 0 auto;
	padding: 60px 0 170px;
	position: relative;
	z-index: 11;
}

.img_container {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
}

.home_sec_tit {
	border-top: 4px solid #2294e6;
	border-bottom: 4px dotted #2294e6;
	padding: 30px 0;
	text-align: center;
	color: #2294e6;
	font-size: 32px;
	margin: 65px 0 40px;
}

.page_container .links {
	text-decoration: underline!important;
}

.home_sponsor {
	font-size: 14px;
	line-height: 1.8em;
}

.btn_back .transition {
	display: block;
	width: 435px;
	height: auto;
	background-color: #2294e6;
	border: 2px solid #2294e6;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
	margin: 60px auto 0;
	cursor: pointer;
}

.btn_back .btn_back_inner {
	background: url('../image/btn_back.png') left center no-repeat;
	background-size: 25px auto;
	display: block;
	width: 360px;
	height: 25px;
	margin: 0 auto;
	text-indent: 2.5em;
}

.btn_back .transition:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
}






/* ----------------------------- カテゴリ ----------------------------- */

.kidsContents_cat {
	font-size: 18px;
	font-weight: bold;
	color: #2294e6;
	background: url('../image/title_bg_pc.png') right bottom no-repeat;
	padding-bottom: 16px;
	margin-bottom: 8px;
	text-align: right;
}



/* ----------------------------- ページタイトル ----------------------------- */

.home_contents_header {
	background-color: #d9ecfa;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 30px;
	margin-bottom: 30px;
}

.home_contents_tit {
	color: #2294e6;
	font-size: 44px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
}

.home_contents_cat {
	width: 145px;
	margin: 0 auto 15px;
}

.home_contents_tit_sub {
	width: 148px;
	margin: 0 auto;
}



/* ----------------------------- アドビアクロバットバナー ----------------------------- */

.home_adobe_container {
	padding: 50px 0 70px;
}

.home_adobe_L {
	width: 175px;
	float: left;
}

.home_adobe_L .transition:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
}

.home_adobe_R {
	font-size: 14px;
}



/* ----------------------------- メインコンテンツ ----------------------------- */

.detail_clm {
	padding-bottom: 30px;
}

.detail_clm-L {
	width: 475px;
	float: left;
	font-size: 18px;
	line-height: 1.8em;
}

.detail_clm-R {
	width: 475px;
	float: right;
	font-size: 18px;
	line-height: 1.8em;
}

.detail_clm-full {
	font-size: 18px;
	line-height: 1.8em;
	text-align: center;
}

.detail_list_itm {
	padding: 15px 15px 15px 42px;
	border-bottom: 2px dotted #2294e6;
}

.detail_list_itm:last-child {
	border-bottom: none;
}

.detail_list_itm:first-child {
	background: url('../image/no01.png') left 20px no-repeat;
	background-size: 24px auto;
}

.detail_list_itm:nth-child(2) {
	background: url('../image/no02.png') left 20px no-repeat;
	background-size: 24px auto;
}

.detail_list_itm:nth-child(3) {
	background: url('../image/no03.png') left 20px no-repeat;
	background-size: 24px auto;
}

.detail_list_itm:nth-child(4) {
	background: url('../image/no04.png') left 20px no-repeat;
	background-size: 24px auto;
}

.detail_list_itm:nth-child(5) {
	background: url('../image/no05.png') left 20px no-repeat;
	background-size: 24px auto;
}

.detail_list_itm:nth-child(6) {
	background: url('../image/no06.png') left 20px no-repeat;
	background-size: 24px auto;
}
