@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	font-family:"メイリオ", Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	border-top:3px solid #FFA500;
	background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#0089a1;
   text-decoration:underline;
}

a:hover {
   color:#0089a1;
   text-decoration:none;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

.left{
   text-align: left;
}

.bold{
   font-weight: bold;
}

.text03r {
   font-size: 85%;
   text-align: right;
   padding-top: 10px;
   padding-bottom: 0;
   margin-top: 5px;
   margin-bottom: 0;
}

/* ========TEMPLATE LAYOUT======== */
#header {
   width:780px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
}

#menu {
   width:100%;
   float:left;
   border-bottom:5px solid #FFA500;
   background:url("../images/bg_menu.gif") 0 0 repeat-x;
}

.breadcrumb {
   font-size: 95%;
   margin-bottom: 12px;
}

#icatchIndexWrap {
	clear: both;
	position: relative;





   z-index:-1;
   overflow:hidden;
   height: 400px;
/**	height: 300px;  基本サイズ **/
	background: #ddd;
}

#icatchWrap {
   clear:both;
   position:relative;
   z-index:-1
   overflow:hidden;
   height:200px;
   background:#ddd;
}

#icatch {
   width:780px;
   margin:0 auto;
}

#contents {
   clear:both;
   position:relative;
   z-index:100;
   overflow:hidden;
   width:800px;
   margin:-60px auto 0 auto;
   background:#fff;
}

#main {
   float:right;
   width:540px;
   padding:10px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}

#main0903 {
   width:780px;
   padding:10px;
   margin: 20px 0 0 0; 
}

#main0903 table.entry20140903 tr td a:hover{
	opacity: 0.8;
}


#sub {
   float:left;
   width:220px;
   padding:10px;
   background:url("../images/bg_contents.gif") 0 0 no-repeat;
}

#pageTop {
   clear:both;
   width:800px;
}

#footer {
   clear:both;
   background:#ddd;
}

#footMenu {
   clear:both;
   overflow:hidden;
   width:750px;
   margin:0 auto;
   padding:30px 10px 30px 40px;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px 0;
   font-size:24px;
   color:#fff;
   line-height:70px;
}

#header h1 a {
   color:#333;
}

#header h1 a:hover {
   color:#666;
}

#header #pr p {
   margin:0;
   padding:10px 0;
   font-size:11px;
}

#header #gNavi {
   position:absolute;
   top:0;
   right:0;
   margin:0;
   font-size:11px;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   overflow:hidden;
   width:780px;
   margin:0 auto;
   padding:0;
   border-right:1px solid #e5e5e5;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
	font-size: 12px;
}

#menu li a {
	display: block;
	width: 155px;
	color: #333;
	line-height: 50px;
	text-decoration: none;
	border-left: 1px solid #e5e5e5;
	font-size: 12px;
}

#menu li a.active {
   color:#fff;
   text-decoration:none;
   background:url("../images/bg_menu_on.gif") 0 0 repeat-x;
	font-size: 12px;
}

#menu li a:hover {
	color:#fff;
	text-decoration:none;
	background:url("../images/bg_menu_on.gif") 0 0 repeat-x;
	font-size: 12px;
}


/* ========ICATCH CONTENTS CUSTOMIZE======== */
#icatch h2 {
   padding-top:30px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#5A5132;
   font-size:15px;
   font-weight:bold;
   border-bottom:3px double #5A5132;
}

#main h3 {
   margin-bottom:5px;
   padding:16px 10px 10px 10px;
   font-size:18px;
   border-bottom:1px dotted #ddd;
   background:#fff url("../images/bg_main_h3.gif") 0 0 repeat-x;
}

#main h4 {
	margin-bottom:5px;
	padding:5px;
	font-size:16px;
	border-left:5px solid #FFA500;
	border-bottom:1px dotted #ddd;
}

#main h5 {
   margin-bottom:5px;
   padding:5px;
   font-size:13px;
   color:#fff;
   background:#0089a1;
}

#main h6 {
   margin-bottom:5px;
   font-size:13px;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#eee;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

#main table {
	width:98%;
	border-collapse:collapse;
}

#main table th {
	padding:5px;
	font-size:14px;
	text-align:left;
	border:1px solid #ddd;
	background:#f0f7fc;
}

#main table td {
	padding:5px;
	font-size:14px;
	border:1px solid #ddd;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
   border:1px solid #E8E8E8;
}

#sub h3 {
   padding:10px 5px;
   font-size:18px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   border:1px solid #fff;
   border-bottom:none;
   background:#0089a1 url("../images/bg_sub_h3.gif") 0 0 repeat-x;
}

#sub ul {
   margin:0;
   padding:5px 5px 1px 5px;
   border:1px solid #fff;
   background:#E8E8E8;
}

#sub li {
   margin-bottom:5px;
   padding:5px;
   line-height:1.4;
   border:1px solid #b5b5b5;
   list-style:none;
   background:#fff url("../images/bg_sub_list.gif") 0 0 repeat-x;
}

#sub li a {
   display:block;
   padding-left:5px;
   line-height:3.0;
   border-left:5px solid #FFA500;
}

#sub2 ul {
   margin:0;
   padding:0;
}

#sub2 li {
   line-height:1.4;
   border-bottom:1px solid #ddd;
   list-style:none;
}

#sub2 li a {
   display:block;
   padding-left:20px;
   color:#333;
   line-height:3.0;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:20px 0 4px 0;
   text-align:right;
}

#pageTop a {
   padding:5px 5px 5px 17px;
   background:#ddd url("../images/bg_pagetop.gif") 7px 50% no-repeat;
   font-size:11px;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu .section {
   float:left;
   width:220px;
   margin-right:30px;
   padding:0;
}

#footMenu h3 {
   font-size:12px;
   border-bottom:1px dotted #999;
}

#footMenu ul {
   margin:0;
   padding:0;
}

#footMenu li {
   margin:0;
   padding:0;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   font-size:11px;
   background:url(../images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
}

/* ========detail======== */
.h7 {
	margin-bottom:1px !important;
	padding:1px !important;
	font-size:15px;
	letter-spacing:.5em;
	text-indent:2em;
	font-weight:bold;
	color:#333;
	background:#eee;
}

/* 背景淡色グレー */
.bgcg01 {
	background:#EEE;
}
/* kfkニュース、sunバックナンバー */
.kfkbn_link,.sunbn_link {
   display: flex;
   flex-wrap: wrap;
}

.kfkbn_link ul,.sunbn_link ul {
   width:20%;
}

/* kfkニュースバックナンバーリスト */
.bnlist {
	display: flex;
   flex-wrap: wrap;
   padding:0;
   justify-content: start;
}

.bnlist li{
   list-style: none;
   margin-right:8px;
   margin-bottom:20px;
   width:31%;
}

.bnlist li img{
width:100%;
border:1px solid #666;
}

.bnlist li p{
   text-align: center;
}

.bnlist li p:first-of-type{
margin:5px 0 0 0 !important;
font-weight: bold;
}

.bnlist li p:nth-of-type(2){
   margin:0 !important;
   font-size:12px;
}

.bnlist li p:nth-of-type(3){
   margin:5px 0 0 0 !important;
   font-weight: bold;
}

.bnlist li p:last-of-type{
   font-size:12px;
   }

/* 「介護福祉経営士」情報誌 Sun */

#main .sun_wrap h4{
   margin-top:80px;
}

#main .sun_wrap h5{
   background-color: #fff;
   color:#000;
   font-size:16px;
}
#main .sun_wrap .subtitle{
   display: block;
   font-size:16px;
   margin-top:10px;
}
.sun_img{
   margin-top:30px;
   text-align: center;
}

.sun_img img{
   border:1px solid #cccccc;
   width:200px;
}

#main .sun_wrap dl{
   margin-top:30px;
}
#main .sun_wrap dt{
   background: #0089a1;
   font-size:16px;
   margin-top:20px;
   color:#fff;
   font-weight: bold;
   padding:5px 10px;
}
#main .sun_wrap dd{
   background-color: #fff !important;
   margin-top:10px !important;
}

#main .sun_wrap dl.rensai dd{
   border-bottom:1px dotted #ccc;		
   padding:10px 0;
}

#main .sun_wrap dl.rensai dd:last-child{
border-bottom:none;
}

#main .sun_wrap .title_l,
#main .sun_wrap .title_s,
#main .sun_wrap .subtitle{
   font-weight: bold;
}
#main .sun_wrap .title_l{
   font-size: 18px;
}
#main .sun_wrap .title_s{
   font-size: 15px;
}

.sun_move ul{
   margin-top:50px;
   display: flex;
   justify-content: center;
   list-style:none;
   padding-inline-start: 0;
}

.sun_move ul li{
   margin:0 30px;
}

.sun_new{
   text-align: center;
   margin-top:30px;
}