﻿@charset "utf-8";

@import "normalize.css";

html {
	overflow-y: scroll;
}

body {
	color: #222;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.5;
	text-align: center;
	background-color: #FFF;
}

#container {
	width: 960px;
	margin: auto;
	text-align: center;
	overflow: hidden;
}

a:link {
	color: #0D57B6;
}

a:visited {
	color: #0D57B6;
}

a:active {
	color: #3EA5F4;
}

a:hover {
	color: #3EA5F4;
}

a:focus {
	outline: none;
}

img.ic {
	vertical-align: bottom;
}

/* footer */

#footer_frame {
	width: auto;
	height: auto;
	margin: 0 auto 25px;
	clear: both;
	background: #E9E9E9;
	color: #606060;
}

footer {
	width: 960px;
	height: 77px;
	margin: 0 auto;
	clear: both;
	position: relative;
	font-size: 13px;
}

#ftitle {
	position: absolute;
	top: 20px;
	left: 0px;
	margin: 0;
}

#ftitle img {
	width: 165px;
}

#address {
	position: absolute;
	top: 22px;
	left: 200px;
	margin: 0;
	text-align: left;
}

#copy {
	position: absolute;
	top: 29px;
	right: 0;
	margin: 0;
}

/* ページトップへ戻る */

#page-top {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 20px;
	padding: 15px 10px 10px;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	clear: both;
	opacity: .7;
    filter: alpha(opacity=70);
}

#page-top:hover {
	opacity: .8;
    filter: alpha(opacity=80);
}

.arrow {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 2px solid #000;
	border-left-color: #FFF;
	border-top-color: #FFF;
	top: 20px;
	left: 25px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}

@media print {
#page-top {
	display: none;
}
}

/* main */

#main {
	width: 960px;
	min-height: 500px;
	text-align: right;
	margin: 0;
	padding: 0 0 25px;
	text-align: left;
}

#main.top {
	min-height: inherit;
	padding: 0 0 35px;
}

#main h1 {
	width: 940px;
	height: 23px;
	margin: 0 0 20px;
	padding: 25px 0 20px 20px;
	font-size: 23px;
	line-height: 23px;
	font-weight: normal;
	color: #3285B3;
	text-align: left;
	background-color: #e9f5fd;
	-webkit-box-shadow: 0 1px 3px rgba(14,5,10,.52);
	-moz-box-shadow: 0 1px 3px rgba(14,5,10,.52);
	box-shadow: 0 1px 3px rgba(14,5,10,.52);
	background-image: -webkit-linear-gradient(right, #4b8fcc, rgba(75,143,204,0));
	background-image: -moz-linear-gradient(right, #4b8fcc, rgba(75,143,204,0));
	background-image: -o-linear-gradient(right, #4b8fcc, rgba(75,143,204,0));
	background-image: -ms-linear-gradient(right, #4b8fcc, rgba(75,143,204,0));
	background-image: linear-gradient(to left, #4b8fcc, rgba(75,143,204,0));
}

#main h1.lb {
	width: 940px;
	height: 23px;
	margin: 0 0 20px;
	padding: 25px 0 20px 20px;
	font-size: 23px;
	line-height: 23px;
	font-weight: normal;
	color: #51113c;
	text-align: left;
	background-color: #f9e3ec;
	-webkit-box-shadow: 0 1px 3px rgba(14,5,10,.52);
	-moz-box-shadow: 0 1px 3px rgba(14,5,10,.52);
	box-shadow: 0 1px 3px rgba(14,5,10,.52);
	background-image: -webkit-linear-gradient(right, #f9e3ec, rgba(75,143,204,0));
	background-image: -moz-linear-gradient(right, #f9e3ec, rgba(75,143,204,0));
	background-image: -o-linear-gradient(right, #f9e3ec, rgba(75,143,204,0));
	background-image: -ms-linear-gradient(right, #f9e3ec, rgba(75,143,204,0));
	background-image: linear-gradient(to left, #f9e3ec, rgba(75,143,204,0));
}

h2 {
	margin: 30px 0 18px;
	padding: 11px 25px 8px;
	font-size: 19px;
	line-height: 19px;
	font-weight: normal;
	text-align: left;
	color: #FFF;
	background: #3EA5F4;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

h2.top {
	margin: 0;
}

h3 {
	margin: 25px 10px 15px;
	padding: 3px 15px 8px;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
	position: relative;
	border-bottom: 1px dotted #81B2DC;
}

h3::after {
	position: absolute;
	top: 22px;
	left: 0;
	z-index: 2;
	content: '';
	width: 9px;
	height: 9px;
	background-color: #3285B3;
}

h3.ic::after {
	top: 28px;
}

h4 {
	margin: 20px 20px 10px;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-align: left;
}

p {
	margin: 5px 20px 5px 25px;
	padding: 0;
	text-indent: 0.7em;
}

p.noindent {
	text-indent: 0;
}

.style1 {
	font-size: 18px;
}


/* list */

ul {
	margin: 5px 20px 5px 35px;
	padding: 0;
}

ul li {
	list-style: none;
	padding: 2px 0 2px 18px;
	background-position: 0 6px;
	background-image: url(../image/li.png);
	background-repeat: no-repeat;
	-moz-background-size: 11px 11px;
	background-size: 11px 11px;
}

li ul {
	margin: 5px 0 0 5px;
}

ol {
	margin: 5px 20px 5px 53px;
	padding: 0;
}

ol li {
	margin: 0;
	padding: 2px 0;
}

li ol {
	margin: 5px 0 0 20px;
}


/* table 

table {
	padding: 0;
	margin: 10px 10px 10px 35px;
}

table th {
	border: 1px solid #CCC;
	padding: 7px 5px 5px;
	font-weight: normal;
	text-align: center;
	background-color: #F2F2F2;
}

table td {
	border: 1px solid #CCC;
	padding: 7px 5px 5px;
}

table.noborder th {
	border: none;
}

table.noborder td {
	border: none;
}

table.center {
	margin: 10px auto;
}

table.center td {
	text-align: left;
}
*/

/* figure */

figure {
	margin: 10px 20px;
}

figure.center {
	margin: 10px auto;
}

figure.fr {
	float: right;
	margin: 0 20px 5px 10px;
}

figure.fl {
	float: left;
	margin: 0 10px 5px 25px;
}

figure img {
	margin: 3px 0;
}

figcaption {
	font-size: 0.85em;
	line-height: 1.1;
	padding: 0 5px;
	text-align: left;
}

figure.mt350 {
	margin-top: 350px;
}

figure.mb30 {
	margin-bottom: 30px;
}

.f380 {
	width: 380px;
}

.f380 img {
	width: 100%;
}


/* utility */

a.pdf {
	background: url(../image/ic_pdf.png) right no-repeat;
	padding-right: 24px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}

a.blank {
	background: url(../image/ic_blank.png) right no-repeat;
	padding-right: 22px;
	-moz-background-size: 18px 17px;
	background-size: 18px 17px;
}

a.word {
	background: url(../image/ic_doc.png) right no-repeat;
	padding-right: 24px;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb05 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt05 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.w10 {
	width: 10%;
}

.w15 {
	width: 15%;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w40 {
	width: 40%;
}

.w50 {
	width: 50%;
}

.w60 {
	width: 60%;
}

.w70 {
	width: 70%;
}

.w80 {
	width: 80%;
}

.w90 {
	width: 90%;
}

.w95 {
	width: 95%;
}

.w100 {
	width: 100%;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
	text-indent: 0;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.small {
	font-size: 0.85em;
}

hr {
	border: 1px dotted #666666;
	margin: 15px 15px;
	clear: both;
}

blockquote {
	margin: 5px 0 5px 9px;
}

blockquote p {
	text-indent: 0;
}

/*QandA*/

#QandA {
	width: 960px;
	min-height: 500px;
	text-align: left;
	margin: 0;
	padding: 0 5px 0 5px;
}

#QandA dl {
	border: 1px solid #ccc;
}
#QandA dt {
font-weight: bold;
	color: #111;
	background: #DDFEFF;
	padding: 10px 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#QandA dt:first-child {
	border-top: none;
}

#QandA dd {
	padding: 16px 30px 24px 30px;
	margin: 0;
	line-height: 140%;
}

