
@charset "utf-8";
/* CSS Document */

/*---- header setting ----*/



#header .left p {display: none;}


#header input.txtFld {width: auto;}

/*---- carousel setting ----*/

#carousel {
	padding: 10px 0;
}


#carousel .outline {padding: 0 0px; margin: 0 40px;}


.jcarousel-skin-tango .jcarousel-next-horizontal {
    right: -40px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    left: -40px;
}

#mycarousel li {margin-right: 30px;width: auto;}


/*---- pictogram setting ----*/

#pictogram{margin: 0 5px;}

#maincontent #pictogram h2 {
	margin: 20px 0px;
	background: #3c5fba url(../img/index/icon_search.png) no-repeat 10px 50%;
	background-size: 30px 30px;
}


#maincontent .contents_list .left,
#maincontent .contents_list .float_r {float: none;width: 100%;}


.contents_list {
	top: -5px;
	padding-top: 10px;
	padding-bottom: 50px;
}

.contents_list #menu2 .float_r ul,
.contents_list #menu3 .float_r ul,
.contents_list #menu4 .float_r ul {
	margin-bottom: 0px;
}



.contents_list .float_r ul li {
	background: none;
	position: relative;
}


.contents_list .float_r ul li:before {
	display: block;
	content: "";
	position: absolute;
	top: 0.8em;
	left: 0px;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	border-radius: 100%;
	background: #f0a800;
}
.contents_list .float_r ul li:after {
	display: block;
	content: "";
	position: absolute;
	top: 0.9em;
	left: 6px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
}


.contents_list .float_r ul.list3 {margin: 1em 0.5em;}

.contents_list a.lnk1 {
	position: absolute;
	bottom :5px;
	right: 10px;
}


#news h2,
#topics h2 {
	background: #3c5fba url(../img/index/icon_note.png) no-repeat 10px 50%;
	background-size: 30px 30px;
}

#news h2 img {
	top: 9px;
	right: 10px;
}

#pickup h2 {
	background: #3c5fba url(../img/index/icon_pickup.png) no-repeat 10px 50%;
	background-size: 30px 30px;
}

#link h2 {
	background: #3c5fba url(../img/index/icon_lnk.png) no-repeat 10px 50%;
	background-size: 30px 30px;
}

#pickup li,
#link li {
	margin: 0px 10px 10px;
}

#news li {background: url(../img/index/pict0_s.png) no-repeat 0 0.5em;background-size: 32px 32px;}
#news li.keiei {background: url(../img/index/pict1_s.png) no-repeat 0 0.5em;background-size: 32px 32px;}
#news li.kinyu {background: url(../img/index/pict2_s.png) no-repeat 0 0.5em;background-size: 32px 32px;}
#news li.zaimu {background: url(../img/index/pict3_s.png) no-repeat 0 0.5em;background-size: 32px 32px;}
#news li.shogyo {background: url(../img/index/pict4_s.png) no-repeat 0 0.5em;background-size: 32px 32px;}
#news li.soudan {background: url(../img/index/pict5_s.png) no-repeat 0 0.5em;background-size: 32px 32px;}

/*-- H3 --*/

#link h3 {
	margin: 15px 5px;
}


/*---- contents setting ----*/


/*-- h2 --*/


#maincontent h2 {
	margin: 20px 5px;
	padding: 13px 10px 12px 45px;
}

/*-- list --*/

#news ul,
#topics ul {margin: 20px 10px;}


#topics li {
	background: none;
	position: relative;
}


#topics li:before {
	display: block;
	content: "";
	position: absolute;
	top: 0.8em;
	left: 0px;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	border-radius: 100%;
	background: #f0a800;
}
#topics li:after {
	display: block;
	content: "";
	position: absolute;
	top: 0.9em;
	left: 6px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
}