@charset "utf-8";

/* body
----------------------------------------------------------------------------- */
body {
	min-width: 1080px;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",arial,sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 1.7;
	font-size: 14px;
	color: #333333;
}

/* anchor
----------------------------------------------------------------------------- */
a {
	color: #464646;
	text-decoration: underline;
}
a:hover {
	color: #aaaaaa;
	text-decoration: none;
}
.btn_black {
	display: block;
	width: 400px;
	height: 64px;
	margin: 70px auto;
}
.btn_black a {
	display: block;
	width: 400px;
	height: 64px;
	background: url(../img/cmn/bg_button_off.png) left top no-repeat;
	line-height: 64px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.btn_black a:hover {
	background: url(../img/cmn/bg_button_on.png) left top no-repeat;
}
.btn_black_s {
	display: block;
	width: 230px;
	height: 39px;
	margin-top: 50px;
	text-align: center;
}
.btn_black_s a {
	display: block;
	width: 230px;
	height: 39px;
	background: url(../img/cmn/bg_button_s_off.png) left top no-repeat;
	line-height: 39px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.btn_black_s a:hover {
	background: url(../img/cmn/bg_button_s_on.png) left top no-repeat;
}

/* layout
----------------------------------------------------------------------------- */
.container {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: center;
}
.inner1080 {
	width: 1080px;
	margin: 0 auto;
	text-align: left;
}

/* header
----------------------------------------------------------------------------- */
header {
	width: 100%;
	margin: 21px auto;
}
header nav {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}
header nav h1 {
}
header nav h1 img {
	float: left;
}
header nav ul {
	float: right;
}
header nav ul li {
	float: left;
	padding-top: 3px;
}
header nav ul li:last-child {
	padding-top: 0;
}

/* footer
----------------------------------------------------------------------------- */
footer {
	width: 100%;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 45px;
	border-top: 1px solid #dcdcdc;
}
footer #footer {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}
footer #footer .pp {
	margin-bottom: 30px;
}
footer #footer .pp a {
	display: block;
	float: left;
	margin-right: 20px;
}
footer #footer .pp a {
	padding-left: 8px;
	background: url(../img/cmn/ico_arrow_right_gray.gif) left 0.6em no-repeat;
}
footer #footer #page_top a {
	position: fixed;
	right: 0;
	bottom: 200px;
}
footer #footer #copyright {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* pagetitle
----------------------------------------------------------------------------- */
.pagetitle {
	width: 1080px;
	margin: 0 auto 90px;
}

/* table layout default
----------------------------------------------------------------------------- */
table {
	margin-bottom: 40px;
	width: 100%;
}
tr {
	border-bottom: 1px solid #CCCCCC;
	}
tr:first-child {
	border-top: 1px solid #CCCCCC;
	}
th {
	padding: 15px 25px;
	background-color: #edecf0;
	vertical-align: top;
	font-weight: normal;
}
td {
	padding: 15px 20px;
	vertical-align: top;
}

/* pc size
----------------------------------------------------------------------------- */
@media only screen and (min-width : 768px) {
}

/* tablet size
----------------------------------------------------------------------------- */
@media only screen and (max-width :1080px) {
}

/* smartphone size
----------------------------------------------------------------------------- */
@media only screen and (max-width :767px) {
}
