@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
padding: 0px;
font-size: 1em;
font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #555;
line-height: 1.7em;
background-image: -webkit-linear-gradient(270deg,rgba(215,237,251,1.00) 0%,rgba(241,249,253,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(215,237,251,1.00) 0%,rgba(241,249,253,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(215,237,251,1.00) 0%,rgba(241,249,253,1.00) 100%);
background-image: linear-gradient(180deg,rgba(215,237,251,1.00) 0%,rgba(241,249,253,1.00) 100%);
}
p {
margin: 0px;
padding: 0px;
}
a:link,
a:visited {
color: #069;
text-decoration: underline;
}
a:hover {
color: #36F;
text-decoration: none;
}

.container {
width: 900px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
}
.container p {
padding-top: 0.6em;
padding-bottom: 0.6em;
}
.infoTitle {
background-color: #2F8EBD;
border-top-width: 3px;
border-top-style: solid;
border-top-color: #88C5E1;
font-size: 1.4em;
text-align: center;
color: #FFFFFF;
letter-spacing: 0.1em;
margin-bottom: 20px;
font-weight: normal;
padding-top: 20px;
padding-right: 10px;
padding-bottom: 20px;
padding-left: 10px;
}
.cont {
padding-left: 50px;
padding-right: 50px;
padding-bottom: 50px;
}
.txt-S {
font-size: 0.8em;
}
.txt-L {
font-size: 1.2em;
}
.txt-LL {
font-size: 1.6em;
}
.txtRed {
color: #E31111;
}

.border td {
border-bottom: 1px dotted #999;
padding: 10px;
vertical-align: top;
}

footer {
text-align: center;
font-size: 14px;
padding-top: 20px;
padding-bottom: 20px;
}
footer p {
padding-top: 0.2em;
padding-bottom: 0.2em;
}



a.icon-p {
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}


.box-pb10 {
padding-bottom: 10px;
}
.box-pb5 {
padding-bottom: 5px;
}
.box-pt10 {
padding-top: 10px;
}
.box-pt5 {
padding-top: 5px;
}

.box-ptb10 {
padding-top: 10px;
padding-bottom: 10px;
}
.box-ptb15 {
padding-top: 15px;
padding-bottom: 15px;
}
.box-mb10 {
margin-bottom: 10px;
}
.box-mb15 {
margin-bottom: 15px;
}
.box-mb20 {
margin-bottom: 20px;
}
.box-mt10 {
margin-top: 10px;
}
.box-mtb10 {
margin-top: 10px;
margin-bottom: 10px;
}
.box-mtb15 {
margin-top: 15px;
margin-bottom: 15px;
}

.indent1 {
	padding-left:1em;
	text-indent:-1em;
}
.indent2 {
	padding-left:1.5em;
	text-indent:-1.5em;
}
