@charset "UTF-8";

/* *******************************************************************************************
* 
*	ママのためのデジカメ講座 PC
*
******************************************************************************************* */
.kidsContents {
	padding-bottom: 85px;
}


/* -------------------------------------------------------------------------------------------
*
* 共通パーツ 
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- cat_ttl  ----------------------------- */
.cat_ttl {
	width: 980px;
	text-align: right;
	padding: 60px 0 0;
	margin: 0 auto 8px;
	line-height: 1;
}

.cat_ttl_inner {
	font-size: 18px;
	display: inline-block;
	color: #0b86de;
	background: url(../image/title_bg_pc.png) no-repeat center bottom;
	padding: 0 0 20px;
}

/* ----------------------------- attention ----------------------------- */
.attention {
	width: 980px;
	font-size: 14px;
	line-height: 1.7;
	margin: 0 auto 70px;
	position: relative;
	z-index: 100;
}

.attention-detailPage {
	margin-bottom: 70px;
}

.attention-detailMain {
	margin-top: 10px;
}

.attention-base {
	margin-bottom: 0;
	width: 100%;
}

.attention-detailMain,
.detailContents .attention {
	width: 100%;
	margin-bottom: 0px;
	clear: both;
	text-align: left;
}

@media print, screen and (min-width: 769px) {
/* ----------------------------- margin ----------------------------- */
.nomt { margin-top: 0!important;}
.nomb { margin-bottom: 0!important;}
.noml { margin-left: 0!important;}
.nomr { margin-right: 0!important;}
}


/* ----------------------------- arw ----------------------------- */
.after_arr,
.before_arr {
	position: relative;
}

.after_arr:after,
.before_arr:before {
	content: "";
	width: 18px;
	height: 30px;
	display: block;
	position: absolute;
	top: 50%;
	right: -25px;
	margin-top: -15px;
	background: url(../image/ic_arr_blue_right.png) no-repeat;
	background-size: 100% 100%;
}

.before_arr:before {
	left: -24px;
	right: auto;
}

.arr {
	width: 30px;
	height: 18px;
	clear: both;
	padding: 10px 0;
	margin: 0 auto;
}

/* ----------------------------- arw ----------------------------- */
.zoom {
	position: relative;
}

.zoom a:after {
    content: "";
    background: url(../image/ic_zoom.png) no-repeat;
    background-size: 100% 100%;
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    bottom: 8px;
    right: 8px;
}

/* ----------------------------- indent ----------------------------- */
.indent {
	display: block;
	text-indent: -1.3em;
	padding-left: 1.3em;
}

/* ----------------------------- border ----------------------------- */
img.bdr {
	border: 1px solid #ddd!important;
	box-sizing: border-box;
}


/* -------------------------------------------------------------------------------------------
*
* 各記事詳細
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- detail_header ----------------------------- */
.detailNavi {
	width: 980px;
	margin: 0 auto 32px;
	position: relative;
	z-index: 100;
}

.detailNavi-bottom {
	margin-bottom: 24px;
}

.detailNavi_ttl {
	width: 240px;
	height: 124px;
	float: left;
	border: 2px solid #2294e6;
	border-radius: 12px;
	background: url(../image/pin_corner.png) no-repeat left 8px top 6px,
						url(../image/pin_corner.png) no-repeat right 8px top 6px,
						url(../image/pin_corner.png) no-repeat left 8px bottom 6px,
						#fff url(../image/pin_corner.png) no-repeat right 8px bottom 6px;
	background-size: 10px 10px;
	padding: 18px 26px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	line-height: 1.4;
}

.vol006 .detailNavi_ttl,
.vol003 .detailNavi_ttl {
	height: 150px;
}

.detailNavi_ttl_vol {
	background: url(../image/balloon.png) no-repeat center top;
	background-size: 100% auto;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 62px;
	height: 27px;
	padding-top: 4px;
	margin: 0 auto 4px;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	display: block;
}

.detailNavi_list {
	width: 729px;
	float: right;
	background: #fff;
	display: table;
	overflow: hidden;
	padding-top: 20px;
	background: url(../image/pin.png) no-repeat center top;
	background-size: auto 20px;
}

.detailNavi_list_item {
	width: 243px;
	display: table-cell;
	border: 2px solid #2294e6;
	border-width: 2px 0 2px 2px;
	overflow: hidden;
	background: #fff;
	vertical-align: top;
	position: relative;
}

.detailNavi_list_item:first-child {
	border-radius: 12px 0 0 12px;
}

.detailNavi_list_item:last-child {
	border-width: 2px;
	border-radius: 0 12px 12px 0;
}

.detailNavi_list_item a {
	display: table-cell;
	width: 100%;
	height: 120px;
	box-sizing: border-box;
	padding: 14px 14px 14px 78px;
	vertical-align: middle;
	color: inherit;
	line-height: 1.4;
}

.vol006 .detailNavi_list_item a,
.vol003 .detailNavi_list_item a {
	height: 146px;
}

.detailNavi_list_item-active,
.detailNavi_list_item a:hover {
	background: #d9ecfa;
	color: #0b86de;
}

.detailNavi_list_item_no {
	width: 56px;
	height: 56px;
	background: url(../image/ic_chapter_bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-top: 30px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 14px;
	margin-top: -28px;
}

.detailNavi_list_item_no-pt {
	font-size: 10px;
	letter-spacing: -0.05em;
}

.detailNavi_list_item_ttl {
	font-size: 16px;
}


/* ----------------------------- detailMain ----------------------------- */
.detailMain {
	width: 980px;
	background: #d9ecfa;
	border-radius: 20px;
	padding: 32px;
	margin: 0 auto 64px;
	box-sizing: border-box;
}

.detailMain_clm-L {
	width: 442px;
	float: left;
}

.detailMain_vol {
	background: url(../image/balloon.png) no-repeat center top;
	background-size: 100% auto;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 96px;
	height: 43px;
	padding-top: 9px;
	margin: 0 0 10px;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
}

.detailMain_ttl {
	font-size: 44px;
	color: #0b86de;
	margin-bottom: 15px;
	line-height: 1.4;
}

.detailMain_lead {
	font-size: 18px;
	line-height: 1.8;
}

.detailMain_img {
	width: 442px;
	float: right;
	border-radius: 12px;
	overflow: hidden;
}


/* ----------------------------- detailContents ----------------------------- */
.detailContents {
	width: 980px;
	margin: 0 auto 30px;
	position: relative;
	z-index: 100;
}

.detailContents a{
	color: #0b86de;
	text-decoration: underline !important;
}

/* ----------------------------- return_btn ----------------------------- */
.return_btn {
	margin: 0 auto 70px;
	position: relative;
	z-index: 100;
	text-align: center;
}

.return_btn a {
	height: 64px;
	border-radius: 64px;
	display: inline-block;
	background: #2294e6;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 19px 74px 19px 54px;
	box-sizing: border-box;
	font-size: 18px;
}

.return_btn span {
	display: inline-block;
	background: url(/kids/common/image/ic_arr_wt_return.png) no-repeat left center;
	background-size: 24px 22px;
	padding-left: 40px;
}


/* ----------------------------- point ----------------------------- */
.point_item {
	width: 100%;
	margin-bottom: 56px;
}

.point_item:last-of-type {
	margin-bottom: 0;
}

.point_item-hasMargin {
	margin-bottom: 30px!important;
}

.point_item_ttl {
	border-top: 4px solid #2294e6;
	padding: 29px 0 32px;
	background: url(../image/line_dot_blue_x.png) repeat-x left bottom;
	background-size: auto 4px;
	line-height: 1;
	margin-bottom: 40px;
	font-size: 32px;
	text-align: center;
	color: #0b86de;
}

.point_item_ttl-small {
	font-size: 14px;
	font-weight: normal;
}

.point_item_noTtl {
	background: url(../image/ic_point1.png) no-repeat;
	background-size: auto 60px;
	height: 60px;
	font-size: 28px;
	color: #2294e6;
	line-height: 1.2;
	padding: 14px 0 0 80px;
	margin-bottom: 17px;
	box-sizing: border-box;
}

.point01 .point_item_noTtl {
	background-image: url(../image/ic_point1.png);
}

.point02 .point_item_noTtl {
	background-image: url(../image/ic_point2.png);
}

.point03 .point_item_noTtl {
	background-image: url(../image/ic_point3.png);
}

.point04 .point_item_noTtl {
	background-image: url(../image/ic_point4.png);
}

.point05 .point_item_noTtl {
	background-image: url(../image/ic_point5.png);
}

.point06 .point_item_noTtl {
	background-image: url(../image/ic_point6.png);
}

.point07 .point_item_noTtl {
	background-image: url(../image/ic_point7.png);
}

.point08 .point_item_noTtl {
	background-image: url(../image/ic_point8.png);
}

.point09 .point_item_noTtl {
	background-image: url(../image/ic_point9.png);
}

.point_clm-L {
	width: 475px;
	float: left;
}

.point_clm-R {
	width: 475px;
	float: right;
}

.point_clm1 {
	width: 306px;
	float: left;
	margin-right: 31px;
}

.clm-half {
	width: 50%;
	display: block;
	padding: 0 5px;
	float: left;
	box-sizing: border-box;
}

.point_clm2 {
	width: 643px;
	float: left;
	margin-right: 31px;
}

.point_clm3 {
	width: 980px;
	clear: both;
}

.point_clm-mb {
	margin-bottom: 10px;
}

.point_item_img {
	margin-bottom: 10px;
}

.point_item_img img {
	border-radius: 12px;
	overflow: hidden;
}

.point_item_subTtl  {
	font-size: 20px;
	color: #0b86de;
	font-weight: bold;
	clear: both;
}

.point_item_text {
	font-size: 18px;
	line-height: 1.8;
}

.point_item_text-small {
	font-size: 16px;
	line-height: 1.6;
}

/* check */
.check {
	background: #fff1d1;
	padding: 32px;
	margin-top: 58px;
	box-sizing: border-box;
	border-radius: 12px;
	position: relative;
}

.check:before {
	content: "";
	width: 84px;
	height: 46px;
	display: block;
	background: url(../image/ic_check.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -26px;
	left: 50%;
	margin-left: -42px;
}

.check_ttl {
	font-size: 24px;
	font-weight: bold;
	clear: both;
	color: #ff9500;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 24px;
}

.check_subTtl {
	font-size: 20px;
	font-weight: bold;
	clear: both;
	color: #ff9500;
}

.check_img {
	margin-bottom: 10px;
}

.check_img img {
	border-radius: 12px;
	overflow: hidden;
}

.check_text {
	font-size: 18px;
	line-height: 1.8;
}

.check_text-small {
	font-size: 16px;
	line-height: 1.6;
}

.check_clm1 {
	width: 284px;
	float: left;
	margin-right: 31px;
}

.check_clm2 {
	width: 599px;
	float: left;
	margin-right: 31px;
}

.check-hasBorder {
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #ffd275;
}

.check .attention {
	letter-spacing: -0.1em;
	line-height: 1.4;
}

.check .zoom:after {
    content: "";
    background-image: url(../image/ic_zoom_orange.png);
}

/**/
.point_btn {
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.point_btn.text_btn {
	margin-top: 20px;
	margin-bottom: 20px;
}

.point_btn.text_btn a {
	width:235px;
}

.point_btn.dl_btn {
	margin-top: 22px;
}

.point_btn.dl_btn a {
	width: 100%;
}

.point_btn.line_btn {
	margin-top: 20px;
}

.point_btn.line_btn a {
	width:270px;
}

.point_btn.base_btn {
	margin-top: 55px;
	margin-bottom: 60px;
}

.point_btn.base_btn a {
	width:190px;
}

.point_btn.base_btn span {
	background-image: url(/kids/common/image/ic_arr_wt_top.png);
	background-size: 12px 14px;
}

.point_btn a {
    height: 47px;
    border-radius: 64px;
    display: inline-block;
    background: #2294e6;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 11px 50px 12px 40px;
    box-sizing: border-box;
    font-size: 18px;
}

.point_btn span {
    display: inline-block;
    background: url(/kids/common/image/ic_arr_wt_right.png) no-repeat left center;
    background-size: 13px 13px;
    padding-left: 30px;
}

/* point-grid */
.point-grid {
	width: 100%;
	height: 896px;
	position: relative;
}

.point-grid_clm1 {
	width: 306px;
	position: absolute;
	top: 0;
	left: 0;
}

.point-grid_clm2 {
	width: 306px;
	position: absolute;
	top: 0;
	left: 338px;
}

.point-grid_clm3 {
	width: 306px;
	position: absolute;
	top: 0;
	left: 674px;
}

.point-grid_clm4 {
	width: 306px;
	position: absolute;
	top: 262px;
	left: 338px;
}

.point-grid_clm4 .after_arr:after,
.point-grid_clm4 .before_arr:before {
	margin-top: -140px;
}

.point-grid_clm5 {
	width: 306px;
	position: absolute;
	top: 262px;
	left: 674px;
}

/* qa */
.qa_item {
	width: 100%;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 2px dotted #55adec;
}

.qa_item:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.qa_item_q {
    background: url(../image/ic_q.png) no-repeat;
    background-size: auto 60px;
    height: 60px;
    font-size: 28px;
    color: #0b86de;
    line-height: 1.2;
    padding: 14px 0 0 70px;
    margin-bottom: 16px;
	box-sizing: border-box;
	font-weight: bold;
}

.qa_item_a {
    background: url(../image/ic_a.png) no-repeat;
    background-size: auto 60px;
    height: 60px;
    font-size: 24px;
    line-height: 1.2;
    padding: 14px 0 0 70px;
    margin-bottom: 20px;
	box-sizing: border-box;
	font-weight: bold;
}

/* text */
#text1 {
	border-radius: 12px;
	overflow: hidden;
	background: url(../vol004/01/image/point_img1_2.jpg) no-repeat;
	background-size: 100% 100%;
}
#text2 {
	border-radius: 12px;
	overflow: hidden;
	background: url(../vol004/01/image/point_img2_2.jpg) no-repeat;
	background-size: 100% 100%;
}
#text3 {
	border-radius: 12px;
	overflow: hidden;
	background: url(../vol004/01/image/point_img3_2.jpg) no-repeat;
	background-size: 100% 100%;
}
#text4 {
	border-radius: 12px;
	overflow: hidden;
	background: url(../vol004/01/image/point_img4_2.jpg) no-repeat;
	background-size: 100% 100%;
}
#text5 {
	border-radius: 12px;
	overflow: hidden;
	background: url(../vol004/01/image/point_img5_2.jpg) no-repeat;
	background-size: 100% 100%;
}

/* fin */
.fin {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ffaa00;
    border-radius: 20px;
    overflow: hidden;
	margin: 24px auto 40px;
}

.fin_ttl {
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background: #ffaa00;
    text-align: center;
}

.fin_ttl_inner {
    line-height: 48px;
    display: inline-block;
    padding: 0 10px 0 42px;
    background: url(../image/ic_fin.png) no-repeat left center;
    background-size: 35px 35px;
    margin: 0 auto;
	letter-spacing: 0.5em;
}

.fin_inner {
	padding: 32px;
}

.fin_clm-L {
	width: 442px;
	float: left;
}

.fin_clm-R {
	width: 442px;
	float: right;
}

/* text */
#line1 {
	border-radius: 12px;
	overflow: hidden;
	background: url(../vol003/02/image/point_img1_2.jpg) no-repeat;
	background-size: 100% 100%;
}
#line2 {
	border-radius: 12px;
	overflow: hidden;
	background: url(../vol003/02/image/point_img2_2.jpg) no-repeat;
	background-size: 100% 100%;
}

/* -------------------------------------------------------------------------------------------
*
* 各記事TOP
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- pageMain ----------------------------- */
.entryTopMain {
	width: 980px;
	background: #d9ecfa;
	border-radius: 20px;
	padding: 32px;
	margin: 0 auto 40px;
	text-align: center;
	box-sizing: border-box;
}

.entryTopMain_vol {
	background: url(../image/balloon.png) no-repeat center top;
	background-size: 100% auto;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	width: 96px;
	height: 43px;
	box-sizing: border-box;
	padding-top: 9px;
	margin: 0 auto 10px;
	line-height: 1;
}

.entryTopMain_ttl {
	font-size: 44px;
	color: #0b86de;
	margin-bottom: 15px;
	line-height: 1.4;
}

.entryTopMain_lead {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 23px;
}

.entryTopMain_img {
	border-radius: 12px;
	overflow: hidden;
}

/* ----------------------------- chapter ----------------------------- */
.chapter {
	width: 980px;
	margin: 0 auto 80px;
}

.chapter_item {
	width: 306px;
	float: left;
	margin-right: 31px;
	padding-top: 24px;
	background: url(../image/pin.png) no-repeat center top;
	background-size: 32px 24px;
	list-style-type: none;
}

.chapter_item:last-child {
	margin-right: 0;
}

.chapter_item_inner {
	min-height: 472px;
	box-sizing: border-box;
	border: 2px solid #2294e6;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

.chapter_item_no {
	width: 70px;
	height: 68px;
	background: url(../image/ic_chapter_bg.png) no-repeat;
	background-size: 100% 100%;
	-ms-interpolation-mode: nearest-neighbor;
	margin: -35px auto 5px;
	z-index: 10;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-top: 38px;
	box-sizing: border-box;
}

.chapter_item_no-pt {
	font-size: 12px;
	letter-spacing: -0.05em;
}

.chapter_item_ttl {
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 auto 10px;
	padding: 0 30px;
}

.chapter_item_lead {
	line-height: 1.6;
	padding: 0 30px;
}

.chapter_item_btn {
	width: 242px;
	height: 40px;
	position: absolute;
	bottom: 28px;
	left: 30px;
}

.chapter_item_btn a {
	width: 100%;
	height: 100%;
	border-radius: 40px;
	display: block;
	background: #2294e6;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 12px 0 0;
	box-sizing: border-box;
	line-height: 1;
}

.chapter_item_btn a:before {
	content: "";
	background: url(/kids/common/image/ic_arr_wt_right.png) no-repeat;
	background-size: 14px 12px;
	width: 14px;
	height: 12px;
	display: inline-block;
	padding: 0 15px 0 0;
}

/* ----------------------------- profile ----------------------------- */
.profile {
	width: 980px;
	border: 4px dotted #2294e6;
	border-radius: 12px;
	padding: 28px;
	box-sizing: border-box;
	margin: 0 auto 25px;
	position: relative;
	z-index: 100;
	background: #fff;
}

.profile-hasMargin {
	margin-bottom: 70px;
}

.profile_ttl {
	width: 70px;
	margin-left: -35px;
	position: absolute;
	top: -49px;
	left: 50%;
}

.profile_photo {
	width: 284px;
	float: left;
	border-radius: 12px;
	overflow: hidden;
}

.profile_name {
	margin: 10px 0 10px 318px;
	color: #0b86de;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.profile_job {
	margin: 0 0 15px 318px;
	color: #0b86de;
}

.profile_about {
	margin: 0 0 0 318px;
	font-size: 18px;
	line-height: 1.8;
}

/* ----------------------------- base ----------------------------- */
.base {
	width: 980px;
	margin: 0 auto 80px;
}

.base_ttl {
	border-top: 4px solid #2294e6;
	padding: 29px 0 32px;
	background: url(../image/line_dot_blue_x.png) repeat-x left bottom;
	background-size: auto 4px;
	line-height: 1;
	font-size: 32px;
	text-align: center;
	color: #0b86de;
}

.base_item {
	border-bottom: 2px dotted #56adec;
	overflow: hidden;
}

.base_item_inner {
	width: 100%;
	overflow: hidden;
	max-height: 0px;
	transition: max-height .7s ease-in-out;
	-webkit-transition: max-height .7s ease-in-out;
	-moz-transition: max-height .7s ease-in-out;
}

.open .base_item_inner {
	max-height: 1500px;
}

.base_item_ttl {
	color: #0b86de;
	padding: 34px 0 34px 40px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	background: url(../vol001/image/ic_arr_blue_btm.png) no-repeat 0 40px;
	background-size: 28px 28px;
	cursor: pointer;
}

.base_item_ttl:hover {
	opacity: 0.7;
}

.open .base_item_ttl {
	background-image: url(../vol001/image/ic_arr_blue_top.png);
	opacity: 0.7
}

.base_list_item {
    position: relative;
	font-size: 18px;
	line-height: 1.6;
	margin-top: 15px;
}

.base_list_item_ttl:before {
    content: "";
    width: 8px;
    height: 8px;
    background: url(../image/line_dot_blue_x.png) no-repeat;
    background-size: auto 8px;
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
}

.base_list_item_ttl {
    padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	display: block;
}



/* -------------------------------------------------------------------------------------------
*
* トップ
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- toplMain ----------------------------- */
.topMain {
	width: 980px;
	margin: 0 auto 53px;
	padding-top: 78px;
	text-align: center;
}

.topMain_subTtl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 3px;
	color: #2294e6;
}

.topMain_ttl {
	color: #2294e6;
	font-weight: bold;
	font-size: 44px;
	padding: 0 4px 22px;
	margin-bottom: 12px;
	line-height: 1.4;
	display: inline-block;
	vertical-align: top;
	background: url(../image/top_title_bg_pc.png) no-repeat center bottom;
}

.topMain_lead {
	font-size: 18px;
	line-height: 1.8;
}


/* ----------------------------- sapa_list ----------------------------- */
.top_list {
	width: 1011px;
	margin: -31px 0 0 -31px;
	overflow: hidden;
	padding-bottom: 40px;
}

.top_list_item {
	width: 306px;
	float: left;
	margin: 31px 0 0 31px;
	border: 1px solid #ccc;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
	border-radius: 12px;
}

.top_list_item a {
	display: block;
	width: 100%;
	height: 100%;
}

.top_list_item_img {
	width: 100%;
	border-radius: 11px 11px 0 0;
	overflow: hidden;
}

.top_list_item_inner {
	height: 222px;
}

.top_list_item_label {
	width: 100%;
	height: 43px;
	line-height: 1;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 7px;
	box-sizing: border-box;
	background: url(../image/label_bg_pc.png) no-repeat;
}

.top_list_item_ttl {
	padding: 13px 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}

.top_list_item_text {
	font-size: 16px;
	padding: 0 30px;
}



/* -------------------------------------------------------------------------------------------
*
* *** 
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- *** ----------------------------- */
/* ----------------------------- *** ----------------------------- */
/* ----------------------------- *** ----------------------------- */