<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#main_contents_box{
	width:810px;
	margin:0 auto 0 auto;
}

main{
	margin-top:150px;
}

main p a{
	color:#0000FF;
}

main h3{
	margin: 0 0 20px;
	padding-bottom:10px;
	border-bottom: 2px solid #7b6130;
	font-size: 14px;
	font-weight: 600;
	letter-spacing:0.1em;
	width:100%;
}

#newsList{
	margin-top:30px;
}

#formWrap {
	width:100%;
	margin:10px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom: 20px;
	background-color:#fff;
}
table.formTable td,table.formTable th{
	border:1px solid #ece8e6 !important;
	padding:15px 15px;
	width:60%;
}
table.formTable th{
	width:22%;
	font-weight:normal;
	background:#fafafa;
	text-align:right;
	vertical-align: middle !important;
	font-size: 12px;
}

div#formWrap p {
    font-size: 12px;
}

div#formWrap .lh40 {
	line-height:40px;
}

div#formWrap p.mat {
	margin-top:10px;
}

div#newsList input {
	position:relative;
	top:1px;
}

div#newsList input[type="checkbox"]{
	position:relative;
	top:2px;
}

div#newsList input[type="radio"]{
	position:relative;
	top:2px;
}

div#newsList select{
	display: inline;
	width: auto;
	height: auto;
	line-height: 1;
	vertical-align: baseline;
}


input.w110{
	width:110px;
}

input.w75{
	width:75px;
}

input.w240{
	width:240px;
}

input[type="text"], input[type="password"], select{
	display:inline;
	height:30px;
	line-height:1em;
}

.mat{
	margin-top:10px;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.red{
	color:#FF0004;
}

.gray{
	color:#999999;
}

p.font_big{
	font-size:18px;
}
/*-------------------------------------------*/
.news-list {
	width: 100%;
	padding-top:10px;
}
.news-list h2 {
	float: left;
	font-size: 210%;
	font-weight:normal;
	color :#F94DA6;
	padding-bottom:5px;
}
.news-year-list {
	float: right;
	width: 600px;
	padding-bottom:3px;
}

.news-year-list li {
	float:right;
	margin-left:12px;
}

.news-year-list li .current {
	font-weight:bolder;
}

.news-year-list li a:hover{
	color:#f94da6;
}

.news-year-list li a span {
	padding-left:8px;
    background: url(/appconfig/almado/img/cart/inlink_icon_01.jpg) no-repeat;
	background-position:0 3px;
}

.news-unit{
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: #FFADCF solid 2px;
	border-bottom: #FFADCF solid 2px;
}

.news-unit table {
	width: 100%;
	font-size:12px;
}

.news-unit table tr:nth-of-type(odd){
	background-color:#fff2f7;
}

.news-unit table td {
	padding:2px 0;
	vertical-align: middle;
	border-top: #FFBADA dotted 1px;
}

.news-unit table tr:first-of-type td{
	border-top: #FFBADA dotted 0px;
}

.news-unit table td.td-01 {
	width: 60px;
	font-weight: bold;
	text-align: left;
}
.news-unit table td.td-02 {
	width:90px;
	font-weight:bold;
	text-align: center;
	color:#000;
}
.news-unit table td.td-03 {
	text-align:left;
}

.news-unit table td div {
	margin: 10px;
}

.news-list-footer{
	margin-top:10px;
}
/*-------------------------------------------*/
#newsList .news_title h3{
	float:left;
	width: 630px;
	margin: 0;
	padding-bottom:5px;
	text-align: left;
	font-size:16px;
	color :#F94DA6;
	border:0;
}

.news_article{

	border-top:2px solid #ffadcf !important;
	border-bottom:2px solid #ffadcf !important;

}

.news_article_in{
	padding:10px;
	margin-top:2px;
	margin-bottom:2px;
	background-color:#fff2f7;
}

.news-article-date {
	text-align: right;
}


.top_back_btn{
	width:162px;
	height:42px;
	background-image:url(/appconfig/almado/img/cart/top_back_btn.jpg)
}

.font_b{
	font-weight:bold;
}

.news_select{
	background-color:#f9f9f9;
	margin:10px auto 5px auto;
	width:220px;
	padding:10px 10px 10px 20px;
	font-size:12px;
}

.news_select2{
	float:left;
	width:220px;
	padding:10px;
	font-size:12px;
}

.cart_cmn_input_last_btn{
	margin-top:7px;
}

.news_article_in a{
  color:#f94da6;
  text-decoration:underline;
}</pre></body></html>