@charset "utf-8";

/* -------------------------------------------------- */
/* file   : top_information.css                                   */
/* -------------------------------------------------- */
#top #news h3 {
	color: #000000;
	font-size:200%;
	font-weight: bold;
	border-top:3px solid #FEA400;
	border-bottom:3px solid #FEA400;
	text-align: center;
}
#top #news h4 {
	color: #000000;
	font-size:124%;
	font-weight: bold;
	margin-bottom: 10px;
}
#top #news hr.hr01 {
	height: 1px;
	border: none;
	background-color: #38A040;
}
#top #news .front {
	padding: 20px;
	font-size:100%;
}
#top #news .frontmenu{
	font-size:94%;
	background-color:#efefef;
	padding: 5px 5px 5px 20px;
	border:1px solid #999999;
}
#top #news .frontmenu a{
	text-decoration: none;
	color: #000000;
}
#top #news .frontmenu a:hover{
	text-decoration: underline;
	color:#FF0000;
}
#top #news .info_box{
	margin-top:15px;
	padding:20px 20px 0 20px;
	color: #000000;
	background: #ffffff;
	border:2px solid #dfdfdf;
	margin-bottom: 20px;
}
#top #news .info_box dt{
	font-weight: bold;
	font-size: 100%;
}
#top #news .info_box dd{
	padding-left: 10px;
	margin-bottom: 20px;
}
#top #news .info_box .info_txt{
	font-size:100%;
	font-weight:bold;
}
#top #news .info_box .explanation,
#top #news .info_box .about{
	margin-bottom:20px;
	font-size: 100%;
	line-height: 1.6em;
}
#top #news .info_box .about.about_last{
	margin-bottom:0;
}
#top #news .info_box .explanation dd{
	margin-bottom:0;
	line-height:1.5;
}
#top #news .info_box .about{
	padding:0 10px 0;
	color:#333;
}
#top #news .info_box .about p{
	line-height:1.5;
}
#top #news .info_box .about .about_inner{
	border:2px solid #38a040;
	background-color:#FBFFF4;
	padding:5px 10px;
	margin: 10px 0 10px;
}
#top #news .info_box .about .about_inner dt{
	color:#333;
    width: 22em; 
}
#top #news .info_box .about .about_inner dt.dt02{
 width: 25em;
}
#top #news .info_box .about .about_inner dd{
	border-bottom: 1px dotted #38a040;
	padding-left:22.5em;
	margin-bottom:0;
}
#top #news .info_box .about .about_inner dd.last{
	border-bottom:none;
}
#top #news .info_box .about .about_inner dt,
#top #news .info_box .about .about_inner dd{
	padding:5px 0;
	font-size:100%;
}
#top #news .info_box .about a:link {
	text-decoration: underline;
	color: #000000;
}
#top #news .info_box .about a:hover {
	text-decoration: underline;
	color:#FF0000;
}

/*お知らせ内テーブル*/
#top #news .info_box table{
	margin: 0;
	width: 100%;
	color: #4F4F4F;
	border-collapse:collapse;
	border: 2px solid #FEA400;
	font-size: 120%;
}
#top #news .info_box table th,
#top #news .info_box table td{
	padding:6px 10px;
	border-collapse:collapse;
	border: 1px solid #FEA400;
}
#top #news .info_box table th{
	width:31%;
	vertical-align:middle;
}
#top #news .info_box table td{
	width: 23%;
	background-color: #FFFFFF;
	vertical-align:middle;
}
#top #news .info_box table td.td02{
	width: 30%;
}
#top #news .info_box table th.th01,
#top #news .info_box table td.td01{
	background-color: #fdf5e6;
	padding: 6px 0;
	color: #FF8000;
	text-align: center;
	font-weight: bold;
}
#top #news .info_box table th.th02{
	background-color: #FFF2E6;
	text-align: center;
}
.info,.info a{
	color:#d10000 !important;
}
.orange { color: #FF7B00;}
.small {font-size: 80%;}

@media print,screen and (min-width: 681px){

.pc{ display:block; }
.sp{ display:none; }

#top #wrap{
	width:100%;
}
#top #main{
	width:960px;
	margin:0 auto;
	padding-top:70px;
}
/*年末年始対応*/
#top #news .info_box .about,
#top #news .info_box2 .about{
	padding-left:10px;
}
#top #news .info_box .about .about_inner dl{
	width: 100%;
}
#top #news .info_box .about .about_inner dt,
#top #news .info_box .about .about_inner dt.dt02{
	display: block;
	float: left;
    clear: left;
}
#top #news .info_box .about .about_inner dd{
	display: block;
	float: left;
}
#top #news .info_box .about,
#top #news .info_box2 .about{
	padding-left:10px;
}
#top #news .info_box .about .about_inner dt,
#top #news .info_box .about .about_inner dd{
	padding:5px 0;
}
}

@media screen and (max-width: 680px){

.pc{ display: none; }
.sp{ display: block; }

/*年末年始対応*/
#top #news .info_box .about{
	padding-left:0;
}
#top #news .info_box .about .about_inner dt{
	float:none;
}
#top #news .info_box .about{
	padding:0 10px;
}
#top #news .info_box .about .about_inner dt,
#top #news .info_box .about .about_inner dd{
	padding:3px 0;
}
/*お知らせ*/
#top #news .info_box{
	padding:10px 5px;
}
#top #news .info_box .info_txt{
	font-weight:bold;
	font-size:110%;
}
}