@charset "Shift-JIS";
/* CSS Document */

@media print {
body {
_zoom: 66%;
}
}



* {
	margin:0px;
	padding:0px;
	font-size:98%;
 	list-style:none;
	}

	
body{
	font-size:100%;
	line-height:130%;
	text-align:center;
}
	
img{
	border:none;
}

div{
	margin:0px;
	padding:0px;
}



h3{
	color:#C00;
	text-align:left;
	font-size:15px;
	font-weight:bold;
	padding:5px;
	margin:15px auto 5px auto;
	border-bottom:#C00 dotted 2px;
}
h4{
	text-align:left;
	font-size:15px;
	font-weight:bold;
	padding:5px;
	margin:0px;
	border-bottom:#AE0000 dotted 1px;
	color:#AE0000;
	margin:5px auto;
}

a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#C00;
	text-decoration:none;
}

th{
	text-align:center;
	font-size:100%;
	background-color:#FAFAFA;
	margin:1px;
	border:1px #EFEFEF solid;
	padding:5px;
}
td{
	text-align:left;
	font-size:100%;
	line-height:180%;
	margin:1px;
	border:1px #EFEFEF solid;
	padding:5px;
}
	

h1,h2,h3,h4,h5,h6,h7,ul, li, p, div{
	text-align:left;
}

.text{
	padding:6px;
}

.arrow{
	background-image: url(../img/arrow.gif);
	background-repeat:no-repeat;
	background-position:1px 2px;
	padding-left:20px;
	margin-left:0.2em;
}

.arrowBig{
	background-image: url(../img/arrow.gif);
	background-repeat:no-repeat;
	padding:5px 5px 0px 15px;
	font-size:20px;
}

.photoLeft{
	float:left;
	margin-right:10px;
}
.photoRight{
	float:right;
	margin-left:10px;
}
	
.pdf {
	background-image:url(../img/pdf.gif);
	background-repeat:no-repeat;
	background-position:5px 13px;
	padding-left:2em;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color:#F5F5F5;
	}
.underline{
	border-bottom:#CCC dotted 1px;
	margin:5px auto 15px auto;
}
.underline2{
	border-bottom:#666 dotted 1px;
	margin:5px auto 10px auto;
	padding-bottom:10px;
}
.bottom1 p{
	margin-bottom:1em;
}

@media print {
body {
_zoom: 66%;
}
h3{
	color:#030;
	text-align:left;
	font-size:20px;
	font-weight:bold;
	padding:5px;
	margin:15px auto 5px auto;
	border-bottom:3px #030 solid;
	background-image:none;
}
}


.fleft{
	float:left;
}

.fright{
	float:right;
}

.clearfix{
	clear:both;
}

a:hover.ov{
	opacity:0.8;
}

.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}
.ie{
	display:none;
}

.nicEdit-main p{
	margin-bottom:1em;
}


.web2019 *{
	font-family: vdl-v7mincho, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 200%;
	font-size: 110%;
}
.web2019 a{
	color: #232272;
	text-decoration: underline;
}
.web2019 p{
	margin-bottom: 1em;
}
.web2019 .textCenter{
	text-align: center;
}

#wrapper.web2019{
	max-width: 98%;
}
.web2019 #header{
	width: 900px;
	max-width: 98%;
	height: auto;
}
.web2019 #box{
	width: 700px;
	max-width: 98%;
	margin: auto;
}
.web2019 #contentsBody, .web2019 #footer{
	max-width: 98%;
}


.web2019 img{
	max-width: 100%;
	height: auto;
}
.web2019 h1{
	text-align: center;
	padding: 1em 0.3em;
	font-size: 170%;
	font-weight: 700;
}
.web2019 h2{
	font-size: 110%;
	font-weight: 700;
	padding: 4px;
	background: #000;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	margin-top: 2em;
	margin-bottom: 1em;
}


.web2019 .btn{
	font-size: 110%;
	font-weight: 700;
	padding: 4px 4em;
	background: #000;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	margin: 2em auto;
	display:inline-block;
	text-decoration: none;
}
.web2019 .btn2{
	font-size: 110%;
	font-weight: 700;
	padding: 4px 4em;
	background-color: #075666;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	margin: 2em auto;
	display: inline-block;
	text-decoration: none;
}
.web2019 a:hover, .web2019 .btn, .web2019 .btn2:hover{
	opacity:0.8;
}

.web2019 th, .web2019 td{
	border: none;
	background: none;
	font-size: 70%;
	padding: 0px 5px;
}

.spOnly{
	display: none;
}
@media screen and (max-width:640px) {
.web2019 h1{
	font-size: 6vw;
}
.web2019 p{
	font-size: 4.4vw;
}
	.web2019 .btn, .web2019 .btn2{
	padding: 10px 2em;
	margin: 1em auto;
		line-height: 120%;
		width: 70%;
	}

.web2019 th, .web2019 td{
	display: block;
}
.web2019 th p, .web2019 td p{
	display: block;
	font-size: 4vw;
}
.spOnly{
	display: block;
}
.pcOnly{
	display: none;
}
}