@charset "UTF-8";

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

	- tit01
	- main
	- breadcrumb
	+ index
		- box01

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

/*----------------------------------------
	tit01
-----------------------------------------*/

#tit01 {
	position: relative;
	min-width: 960px;
	padding: 39px 0 37px;
	background: url(../../img/c_bg04.gif) repeat left top;
	text-align: center;
}

/*----------------------------------------
	main
-----------------------------------------*/

#main {
	width: 100%;
}

/*----------------------------------------
	breadcrumb
-----------------------------------------*/

#content .breadcrumb {
	width: 960px;
	margin: 0 auto;
}

/*----------------------------------------
	index
-----------------------------------------*/

#index {
	margin-top: 70px;
}

#box01 {
	width: 960px;
	margin: 0 auto;
}

#box01 > h1 {
	padding-bottom: 10px;
	text-align: center;
}

#box01 > select {
	width: 120px;
	padding: 5px 10px;
	border: 2px solid #cccccc;
	border-radius: 1px;
	background: url(../img/i_select_bg01.png) no-repeat right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	vertical-align: middle;
}

#box01 > select::-ms-expand {
	display: none;
}

#box01 #box01_01 {
	margin-top: 20px;
}

#box01 #box01_01 .news_txt01 dl dt {
	display: table-cell;
	width: 130px;
	padding-right: 30px;
	background: url(../../img/c_ic_arrow01.png) no-repeat right 0.5em;
}

#box01 #box01_01 .news_txt01 dl dd {
	display: table-cell;
	padding-left: 10px;
}

#box01 #box01_01 + p  {
	text-align: right;
	padding-right: 30px;
}

#box01 #box01_01 + p a img {
	opacity: 1;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box01 #box01_01 + p a:hover img {
	opacity: 0.5;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

.atpress_title_list_frame {
	margin-top: 35px;
}

.atpress_date_frame {
	font-weight: bold;
	color: #a48630;
}

.atpress_title_frame {
	margin-bottom: 10px;
}

.atpress_title {
	margin-top: 3px;
	padding-left: 25px;
	background: url(../../img/c_ic_arrow01.png) no-repeat left 0.5em;
}
