@charset "UTF-8";


#main {
	padding: 20px 0;
}

a.link-cursor{
	color: #0D5091;
}

#head-area {
	position: relative;
}
	#head-area .link-archive {
		position: absolute;
		bottom: 10px;
		right: 0;
		text-align: right;
		z-index: 20;
	}
		#head-area .link-archive a {
			color: #0D5091;
		}
#main .pager-box {
	margin-bottom: 10px;
}

#main .text-title-lv2 img {
	vertical-align: text-top;
	margin-right: 8px;
}
@media screen and (max-width: 620px) {
#main {
	padding: 20px 0 45px;
	position: relative;
}
#main .text-title-lv2 {
	padding: 0 10px 0;
}
#head-area {
	position: static !important;
	margin-bottom: 0 !important;
}
	#head-area .link-archive {
		position: absolute;
		bottom: 15px;
		left: 10px;
		text-align: left;
	}
#main .pager-box {
	margin: 0 10px;
}

}


/*page-navi style*/
#head-area .page-navi.newContents-navi li:nth-child(n + 3) a::after {
	display: inline-block;
	content:"";
	width: 12px;
	height: 12px;
	background: url(/rim_info/common/img/icon-blank.png) left top no-repeat;
	background-size: 12px 12px;
	margin-left: 7px;
}

/* news-list */
#news-list {
	padding: 0 10px;
}

	#news-list dl {
		padding: 10px 0 40px;
	}

		#news-list dl dt {
			width: 7em;
			float: left;
			margin-bottom: 12px;
		}

		#news-list dl dd {
			margin-left: 7.5em;
		}

			#news-list dl dd span.category {
				border: 1px solid #ccc;
				background: #f2f2f2;
				width: 5em;
				text-align: center;
				display: block;
				font-size: 10px;
				text-indent: 0;
			}

			#news-list.newContents-list dl dd span.category {
				width: 9em;
			}
			.ie7 #news-list dl dd span.category {
				display:inline;
				zoom:1;
			}

			#news-list dl dd p {
				margin: -1.3em 0 12px 6em;
			}

			#news-list.newContents-list dl dd p {
				margin: -1.3em 0 12px 10em;
			}

				#news-list dl dd p .new {
					color: #C90002;
					font-size: 10px;
					font-weight: bold;
				}




@media screen and (max-width: 620px) {
#news-list {
}

	#news-list dl {
		padding-bottom: 0;
	}

		#news-list dl dt {
			width: 8em;
			float: none;
			margin-bottom: 10px;
		}

		#news-list dl dd {
			margin-left: 0;
			margin-bottom: 20px;
			position: relative;
		}

			#news-list dl dd span.category {
				position: absolute;
				left: 8em;
				top: -2.6em;
			}
			#news-list dl dd p {
				margin: 0;
			}

			#news-list.newContents-list dl dd p {
				margin: 0;
			}

				#news-list dl dd p .new {
					position: absolute;
					left: 14em;
					top: -2.5em;
				}
				#news-list.newContents-list dl dd p .new {
					position: absolute;
					left: 18em;
					top: -2.5em;
				}


}


/* article */
#article {
}

	#article .date {
		text-align: right;
	}

	#article #main_title {
		text-align: center;
	}
		#article #main_title .title_sub {
			font-size: 14px;
			margin-bottom: 8px;
		}

		#article #main_title h1 {
			font-size: 20px;
			font-weight: bold;
			margin-bottom: 2px;
		}

		#article #main_title .title_sub2 {
			font-size: 14px;
			margin-bottom: 30px;
		}

	#article .photo {
		margin-bottom: 30px;
		text-align: center;
	}

	#article .main_txt {
		margin-bottom: 1.3em;
		text-indent: 1em;
	}

	#article-contents a {
		color: #00468C;
	}
	#article-contents a.link-external{
		padding:1px 14px 1px 0;
		background: url(/rim_info/common/img/icon-external.gif) no-repeat right center;
}
	#article p.caution {
		clear: both;
		font-size: 10px;
		margin: 10px 0;
	}

	#article ul.caution {
		font-size: 10px;
		margin: 10px 0 10px 2em;
	}

		#article ul.caution li {
			margin-bottom: 0.5em;
			list-style: disc;
		}


	#article .title-lv2 {
		margin-top: 30px;
	}

	#article .inner {
		padding: 20px 10px 10px;
	}

	#article .inquiry {
		border:1px solid #ccc;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		padding: 15px 15px 5px;
		margin: 20px 0 30px;
	}

	#article .inquiry .inquire_press {
		font-size: 14px;
		font-weight: bold;
		margin: 10px 0;
	}


@media screen and (max-width: 620px) {

	#article .date {
		margin-bottom: 10px;
		margin-right: 10px;
	}

	#article #main_title {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 15px 10px;
	}
		#article #main_title .title_sub2 {
			margin-bottom: 0;
		}

	#article .photo {
		margin-bottom: 0;
		width: 100%;
	}

	#article .photo img {
		width: 100%;
		max-width: 350px;
	}

	#article-contents {
		padding: 10px;
	}

	#article .inner {
		padding: 15px 0 10px;
	}

	#article .inquiry {
		margin: 10px 0 0;
	}


}
