@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: 640px) {
#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;
}
	
}


/* 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;
			}
			.ie7 #news-list dl dd span.category {
				display:inline;
				zoom:1;
			}

			#news-list dl dd p {
				margin: -1.3em 0 12px 6em;
			}

				#news-list dl dd p .new {
					color: #C90002;
					font-size: 10px;
					font-weight: bold;
				}

		#news-list dl.notice-news-list dt {
			width: 7.5em;
			float: left;
		}
	
		#news-list dl.notice-news-list dd {
			margin-left: 8em;
		}

			#news-list dl.notice-news-list dd p {
				margin: 0 0 12px 0;
			}



@media screen and (max-width: 640px) {
#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 dl dd p .new {
					position: absolute;
					left: 14em;
					top: -2.5em;
				}

		#news-list dl.notice-news-list dt {
			width: 7.5em;
			float: none;
			margin-bottom: 10px;
		}
	
		#news-list dl.notice-news-list dd {
			margin-left: 0;
			margin-bottom: 20px;
			position: relative;
		}

			#news-list dl.notice-news-list dd p {
				margin: 0;
			}
				#news-list dl.notice-news-list dd p .new {
					position: absolute;
					left: 9em;
					top: -2.5em;
				}

}


/* article */
#article {
}

	#article .important_notice-title {
		font-weight: bold;
		color: #E60214;
		margin-top: -10px;
	}

		#article .important_notice-title img {
			vertical-align: text-bottom;
			margin-right: 5px;
		}

	#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(/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: 640px) {
	#article .important_notice-title {
		position: absolute;
		top: 22px;
		left: 10px;
	}

	#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;
	}


}
	
	