@charset "utf-8";

/*==============================================================================
  General Setting
================================================================================*/
* {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1.6;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	color: #333333;
	background: url(../images/bg_body.gif) left top repeat;
}
@media(max-width:667px) {
	body {
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}
}

/* Link
----------------------------------------*/
a, a:link, a:visited {
	color: #e47911;
	text-decoration: none;
}
a:hover, a:active {
	color: #e47911;
	text-decoration: underline;
}

/* List
----------------------------------------*/
ul, ol, li, dd, dt, dl {
	list-style-type: none;
}

/* Table
----------------------------------------*/
table {
	border-collapse: collapse;
}

/* Image
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
  border-style: none;
	vertical-align: bottom;
}
a img {
	border-style: none;
}

/*==============================================================================
  Layout
================================================================================*/
#header {
	margin-bottom: 15px;
	background: url(../images/topline.gif) left top repeat-x;
	border-bottom: #ff9933 solid 2px;
}
#header h1 {
	width: 900px;
	margin: 0 auto;
	padding: 15px 0 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	color: #555;
	text-shadow: -1px -1px 1px #000000, 1px 1px 1px #ffffff;
	letter-spacing: 0.05em;
}
#contents {
	width: 900px;
	margin: 0 auto;
}
p.omit {
	margin-bottom: 10px;
	text-align: right;
}
#contents div {
	width: 975px;
	margin-right: -75px;
	overflow: hidden;
	_zoom: 1;
}
#contents dl {
	width: 250px;
	float: left;
	margin-right: 75px;
	margin-bottom: 30px;
}
#contents dt {
	height: 210px;
	margin-bottom: 5px;
	text-align: center;
	background: #fff;
	border: #cccccc solid 1px;
	overflow: hidden;
}
#contents dt a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#contents dd a:before {
	content: url(../images/external-link-orange-dark05.png);
}
#contents a[target="_blank"] {
	font-size: 12px;
}
#footer {
	height: 70px;
	background: url(../images/bg_footer.gif) left bottom repeat-x;
}
#footer_inner {
	width: 900px;
	margin: 0 auto;
}
#footer_inner p {
	padding-top: 10px;
	text-align: right;
	color: #ffffff;
	font-size: 11px;
}
#page_top {
	float: right;
	background: #999;
	color: #fff;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	cursor: pointer;
	font-size: 11px;
}
#page_top:hover {
	text-decoration: underline;
	background: #bbb;
}
@media(max-width:667px) {
	#header h1 {
		width: 100%;
		font-size: 20px;
		text-align: center;
	}
	#contents {
		width: 90%;
		margin: 0 auto;
	}
	#contents div {
		width: 100%;
		margin-right: 0;
	}
	#contents dl {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	#contents dt a:hover img {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#footer {
		height: auto;
	}
	#footer_inner {
		width: 100%;
	}
	#footer_inner p {
		padding: 5px 10px 5px 0;
	}
	#page_top:hover {
		text-decoration: none;
		background: #999;
	}
}

/*==============================================================================
  Clearfix
================================================================================*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */