@charset "euc-jp";

/* ====================================
トップページ開始
==================================== */
#cont_top{
	padding:0 0 5px;	
}
#cont_top .inner{
	margin:10px;
}
#cont_top h2 img{
	vertical-align:middle;
}
#cont_top p{
	margin:0;
}

/* 緊急情報枠 */
#cont_top #emergency{
	margin:5px 0 20px;
	padding:15px;
	border:3px solid #FE0000;
	border-radius:5px;
}
#cont_top #emergency .icon{
	width:75px;
	float:left;
}
#cont_top #emergency .text{
	width:825px;
	float:right;
}

/* ご注意ください */
#cont_top h2.attention{
	margin:5px 0 0;
	padding:7px 10px 5px 15px;
	background-color:#FFE7CE;
	border-bottom:2px solid #FF0000;
	border-radius:5px 5px 0 0;
	font-size:140%;
	letter-spacing: 2px;
}
#cont_top .attention_left{
	width:453px;
	float:left;
}
#cont_top .attention_left ul.happyo{
	margin:0 0 10px;
	padding:0;	
	list-style-type: none;
}
#cont_top .attention_left ul.happyo li{
	width:100%;
	padding:4px 1px;
	border-bottom:1px dashed #C8C8C8;
	/* zoom:1; */
}
#cont_top .attention_left ul.happyo li:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
#cont_top .attention_left ul.happyo li img{
	float:left;
	margin:0 10px 0 0;
}
#cont_top .attention_left ul.happyo li a{
}

#cont_top .attention_right{
	width:453px;
	float:right;
}
#cont_top .attention_right ul.bana{
	margin:3px 0 2px -11px;
	padding:0;
	list-style-type: none;
}
#cont_top .attention_right ul.bana li{
	width:221px;
	float:left;
	margin:0 0 10px 11px;
}
#cont_top .attention_right .info{
	margin:0;
	padding:15px 15px 10px;
	border-top:2px solid #FF9326;
	border-radius:0;
	background-color:#FFF8EA;
}
#cont_top .attention_right .info h3{
	margin:0 0 10px;
	font-size:130%;
	font-weight: normal;
}
#cont_top .attention_right .info ul{
	margin:0;
	padding:0;
	list-style-type: none;
}
#cont_top .attention_right .info li{
	margin:0 0 5px;
	padding:0 0 0 16px;
	list-style-type: none;
	background:url(/images/list3.png) no-repeat 0 0.45em;
	background-size:6px 6px;
}
#cont_top .attention_right .info li img{
	width:auto;
	height:auto;
	vertical-align:middle;
}

/* 相談窓口・情報受付 */
#cont_top h2.sodan{
	margin:20px 0 0;
	padding:8px 10px 6px 15px;
	background-color:#EEEEEE;
	border-radius:5px;
	font-size:140%;
	letter-spacing:2px;
}
#cont_top .sodan1{
	width:466px;
	float:left;
	margin:0 0 0 -13px;
}
#cont_top .sodan1 p{
	width:220px;
	float:left;
	margin:0 0 13px 13px;
}
.sodan2{
	width:466px;
	float:right;
	margin:0 0  0 -13;
}
#cont_top .sodan2 p{
	width:220px;
	margin:0 0 13px 10px;
	float:left;
}
#cont_top .sodan2 p a {
	float:left;
	margin:0 13px 0 0;
}

/* テーマ別特集 */
#cont_top h2.theme{
	margin:7px 0 0;
	padding:8px 10px 6px 15px;
	background-color:#EEEEEE;
	border-radius:5px;
	font-size:140%;
	letter-spacing:2px;
}
#cont_top p.theme{
	margin:0 0 10px;
}
#cont_top p.theme a{
	display:inline-block;
	margin:0 0 0 6px;
}
#cont_top p.theme a:first-child{
	margin:0;
}

/* 募集・催し物 */
#cont_top h2.event{
	margin:10px 0 0;
	padding:8px 10px 6px 15px;
	background-color:#EEEEEE;
	border-radius:5px;
	font-size:140%;
	letter-spacing:2px;
}
#cont_top ul.event{
	margin:0;
	padding:0;
	list-style-type: none;
}
#cont_top ul.event li{
	margin:0;
	padding:10px 2px 10px 90px;
	border-top:1px dashed #C8C8C8;
	text-indent:-85px;
	/* zoom:1; */
}
#cont_top ul.event li:first-child{
	padding:3px 2px 10px 90px;
	border:none;
}
#cont_top ul.event li img:first-child{
	margin:0 15px 0 0;
	width:71px;
	height:auto;
}
#cont_top ul.event img{
	width:auto;
	height:auto;
	vertical-align:middle;
}

/* インフォメーション */
#cont_top .info{
	margin:0;
	padding:0 0 20px;
	background-color:#FFF8EA;
	border-radius:5px;
}
#cont_top .info h2{
	margin:0;
	padding:10px 10px 8px 15px;
	border-radius:5px 5px 0 0;
	font-size:140%;
	letter-spacing:2px;
}
#cont_top .info > div{
	width:268px;
	float:left;
	margin:0 0 0 25px;
	height:165px;
}

/* インフォメーション : SNS枠 */

#cont_top .info div.bana{
	margin-left:40px;
}
#cont_top .info div.bana div{
	margin:20px 0;
}

#cont_top .info div.bana div.sns p{
	float: left;
	height: 20%;
}
#cont_top .info div.bana div.sns p.sns_r{
	padding-left:7px;
}


/* インフォメーション : 専門月刊誌枠 */

#cont_top .info div.gekkan{
	border:2px solid #E6E6E6;
	border-radius:8px;
	background-color:#ffffff;
}
#cont_top .info div.gekkan h3{
	margin:0;
	padding:12px 0 0;
	background:url(../images/top/info_magazine.jpg) no-repeat 50% 12px;
	background-size:115px 15px;
	text-indent:-9999px;
}
#cont_top .info div.gekkan p{
	text-align:center;
	margin:0;
	padding:0;
}

/* インフォメーション : 出版物の紹介 */

#cont_top .info div.shuppan{
	border:2px solid #E6E6E6;
	border-radius:8px;
	background-color:#ffffff;
}
#cont_top .info div.shuppan h3{
	margin:0;
	padding:12px 0 0;
	background:url(../images/top/info_publication.jpg) no-repeat 50% 12px;
	background-size:129px 15px;
	text-indent:-9999px;
}
#cont_top .info div.shuppan p{
	text-align:center;
	margin:20px 0;
	padding:0;
}
#cont_top .info div.shuppan p.focus{
	text-align:right;
	margin:0 15px;
}

/* バナーエリア */
#cont_top .bana_area{
	margin:20px 10px 0;
}
#cont_top .bana_area p.bana{
	text-align:center;
}
#cont_top .bana_area .bana a{
	margin:0 14px;
}
#cont_top .bana_area p{
	margin:0 0 10px;
}
/* ====================================
トップページ終了
==================================== */