@charset "utf-8";

/**
 * elements.css
 */

/* Structure modules */

html {
	background: #333;
	overflow-y: scroll;
}

body {
	background: #fff;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

/* pseudo class */

:focus {
	/* outline: 0; */
}

/* Hypertext modules */

a {
	outline: none;
	overflow: hidden;
	text-decoration: underline;
}

a:link { color: #0000CC; }
a:visited { color: #551A8B; }

	a img {
		border: none;
	}

/**
 * Multimedia modules
 */

img {
	vertical-align: top;
	max-width: 100%;
}

/**
 * HTML5
 */
 
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section { display:block; }

/**
 * global
 */
header {
	border-bottom: 3px solid #333;
	position: relative;
}
	header h1 {
		background: #333;
		color: #fff;
		font-size: 12px;
		padding: 2px 15px;
	}

	header h2 {
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top, #ffffff 28%, #e4e4e4 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(28%,#ffffff), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ffffff 28%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ffffff 28%,#e4e4e4 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ffffff 28%,#e4e4e4 100%); /* IE10+ */
		background: linear-gradient(top, #ffffff 28%,#e4e4e4 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */		height: 61px;
		position: relative;
	}
		header h2 img {
			left: 3px;
			position: absolute;
			top: 8px;
		}
		header ul {}
			header ul li {
	bottom: 0px;
	list-style: none;
	position: absolute;
	right: 1px;
			}
				header ul li a {
					display: block;
				}

footer {
	background: #333;
	color: #fff;
	font-size: 12px;
}

	footer a:link { color: #fff; }
	footer a:visited { color: #fff; }
	footer a:hover { color: #ccc; }

	footer address {
		border-bottom: 1px solid #000;
		font-style: normal;
		padding: 15px;
	}
		footer address dl {}
		footer address dl:after {
			display:block; clear:both;
		}
			footer address dl dt {
				clear: both;
				float: left;
				width: 2em;
			}
			footer address dl dd {
				background: url(../img/mark-colon.png) 0.5em 50% no-repeat scroll;
				margin: 0 0 0 2em;
				padding: 0 0 0 1em;
			}
			footer address dl dt.site {
				display: none;
				float: none;
				width: auto;
			}
			footer address dl dd.site {
				background: transparent;
				font-weight: bold;
				margin: 0;
				padding: 0;
			}

	footer p.copyright {
		border-top: 1px solid #555;
		padding: 15px;
		text-align: center;
	}

#body > article {
	position: relative;
}
	#body > article h2 {
		background: #5ea2ee; /* Old browsers */
		background: -moz-linear-gradient(top, #5ea2ee 0%, #296bc2 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ea2ee), color-stop(100%,#296bc2)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #5ea2ee 0%,#296bc2 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #5ea2ee 0%,#296bc2 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #5ea2ee 0%,#296bc2 100%); /* IE10+ */
		background: linear-gradient(top, #5ea2ee 0%,#296bc2 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ea2ee', endColorstr='#296bc2',GradientType=0 ); /* IE6-9 */
		border-top: 1px solid #3E6A9C;
		border-bottom: 1px solid #1D4880;
		color: #fff;
		font-size: 16px;
		padding: 8px 57px;
		text-align: center;
		text-shadow: 0px -1px 2px #333;
	}

	#body > article ul.back {}
		#body > article ul.back li {
			left: 15px;
			list-style: none;
			position: absolute;
			top: 8px;
		}
			#body > article ul.back li a {
				display: block;
			}

		#body > article > ul.tel {
			background: url(../img/bg-tel02.gif) 0 0 scroll;
			padding: 10px 15px;
			border-top: 2px solid #c9c9c9;
			border-bottom: 2px solid #c9c9c9;
		}
			#body > article > ul.tel li {
				list-style: none;
				text-align: center;
			}

p.note {
	font-size: 12px;
	margin-left: 1em;
	text-indent: -1em;
}

.space_main {
	margin-bottom:10px;
	}
	
.space {
	margin-top:10px;
	margin-bottom:10px;
	}


#main_menu,
#mobile_contents {
}

#main_menu h2,
#mobile_contents h2 {
	background: #5ea2ee; /* Old browsers */
	background: -moz-linear-gradient(top, #5ea2ee 0%, #296bc2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ea2ee), color-stop(100%,#296bc2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5ea2ee 0%,#296bc2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5ea2ee 0%,#296bc2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5ea2ee 0%,#296bc2 100%); /* IE10+ */
	background: linear-gradient(top, #5ea2ee 0%,#296bc2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ea2ee', endColorstr='#296bc2',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #3E6A9C;
	border-bottom: 1px solid #1D4880;
	color: #fff;
	font-size: 16px;
	padding: 8px 15px;
	text-shadow: 0px -1px 2px #333;
}

#main_menu ul,
#mobile_contents ul {
 list-style: none;
 padding: 0px 0px 0px 0px;
 margin-top: 0px;
}
		#main_menu ul li,
		#mobile_contents ul li {
			background: #eeeef3; /* Old browsers */
			background: -moz-linear-gradient(top, #eeeef3 0%, #ffffff 69%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5D99FF), color-stop(69%,#5D99FF)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #5D99FF 0%,#5D99FF 69%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #eeeef3 0%,#ffffff 69%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #eeeef3 0%,#ffffff 69%); /* IE10+ */
			background: linear-gradient(top, #eeeef3 0%,#ffffff 69%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeef3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
			border-top: 1px solid #fff;
			<!--
			border-bottom: 1px solid #ccc;
			-->
			font-weight: bold;
		}
			#main_menu ul li a,
			#mobile_contents ul li a {
				display: block;
				padding: 20px 15px;
				text-decoration: none;
			}
			#main_menu ul li a:link,
			#mobile_contents ul li a:link {
				color: #fff;
			}
			#main_menu ul li a:visited,
			#mobile_contents ul li a:visited {
				color: #fff;
			}
				#main_menu ul li a span,
				#mobile_contents ul li a span {
					background: url(../../img/arrow.png) 100% 50% no-repeat scroll;
					-webkit-background-size: 16px 16px;
					-moz-background-size: 16px 16px;
					-o-background-size: 16px 16px;
					display: block;
				}



.pb10{padding-bottom:10px;}