@charset "utf-8";

/* =========================================================
	1.UNIVERSAL-RESET
	2.BASE-SET
	3.WIRE-FRAME
	4.FORM
	5.TABLE
	6.COMMON
	7.PAGE
========================================================= */

/* 1.UNIVERSAL-RESET
--------------------------------------------------------- */
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { 
	display: block;
}
 
ul,
ol {
	list-style: none;
}
 
blockquote,
q {
	quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
a {
	outline: none;
	cursor: pointer;
}
 
img {
	vertical-align: bottom;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	cursor: pointer;
}
 
/* 2.BASE-SET
--------------------------------------------------------- */

body {
	background: #21baff;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	font-size: 13px;
	font-family: Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: none;
}
 
@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none; /* for iPhone */
	}
}

.cx:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

*:first-child+html .cx {
	display: inline-block;
	min-height: 1%;
}

* html .cx {
	height: 1%;
}

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

a:hover {
	text-decoration: underline;
}

/* 3.WIRE-FRAME
--------------------------------------------------------- */

html {
	overflow-y: scroll;
}

#page {
	margin: 0 auto;
	width: 960px;
	background: #fff;
}

#header {
	margin: 0;
	width: 960px;
	height: 300px;
	background-image: url(../img/header_keyvisual.jpg);
}

#list_box {
	margin: 0;
}

#left_box {
	margin: 0 20px 20px 20px;
	width: 620px;
	float: left;
}

#right_box {
	margin: 0 20px 20px 0;
	width: 280px;
	float: left;
}

#footer {
	margin: 0 auto;
	width: 960px;
	height: 75px;
	background: #2c58bd;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}


/* 4.FORM
--------------------------------------------------------- */

/* 5.TABLE
--------------------------------------------------------- */

/* 6.COMMON
--------------------------------------------------------- */

img {
	border-width: 0;
	vertical-align: bottom;
}

strong {
	font-weight: bold;
	padding: 0 3px;
}

/* 7.PAGE
--------------------------------------------------------- */

.h_logo {
	padding: 15px 0 0 20px;
	z-index: 1;
	position: relative;
}

h1 {
	margin: -32px 0 0 25px;
	z-index: 0;
	position: relative;
}

h2 {
	margin: 0 0 10px 0;
}

.left_listbox {
	background: #f7f6ef;
	padding: 10px;
}

.left_listbox ul {
	margin: 0;
}

.left_listbox ul li {
	width: 130px;
	float: left;
	margin: 0;
	padding: 10px 10px 10px 10px;
}

.left_listbox p {
	margin: 0 0 5px 0;
	line-height: 140%;
}

.left_listbox a {
	color: #386ce4;
	font-weight: bold;
}
.left_listbox a:hover {
	color: #7099f5;
}

hr {
	border-width: 1px 0 0 0;
	border-color: #21baff;
	border-style: solid;
}

.right_listbox {
	margin: 0 0 10px 0;
	background: #f7f6ef;
	padding: 10px;
}

.right_listbox ul {
	margin: 0;
}

.right_listbox ul li {
	float: left;
	margin: 0;
	padding: 5px;
}

.right_listbox p {
	margin: 10px 0 5px 0;
	line-height: 140%;
}

.right_listbox p span {
	font-weight: bold;
}

.btn_ctr {
	text-align: center;
}

.pt15 {
	padding-top: 15px;
}

.small_font {
	font-size: 11px;
}

.nonborder {
	border: none;
	outline: none;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#page-top a:hover {
    text-decoration: none;
    opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}


#footer ul {
	margin: 0;
	/margin: 30px 0 0 0;
	float: left;
	position: relative;
	left: 50%;
}

#footer ul li {
	margin: 0;
	float: left;
	position: relative;
	left: -50%;
	font-size: 10px;
}

#footer img {
	margin: -5px 10px 0 0;
	position: relative;
}

.map_box {
	margin: 0 0 20px 0;
	text-align: center;
}

.photo_credit {
	text-align: right;
	font-size: 10px;
	color: #888;
}