@charset "UTF-8";

body {
	color: #333;
	font-size: 13px;
    *font-size:small;
    *font:x-small;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }
table {
    font-size:inherit;
    font:100%;
}
.bg {
	background-image: url(../images/main_bg.png);
	background-repeat: no-repeat;
	background-position: 213px 148px;
	clear: both;
	float: left;
}

a:link {
  color: #1D1F85;
  text-decoration: underline;
}

a:visited {
	color: #669;
	text-decoration: underline;
}

a:hover {
	color: #F39;
	text-decoration: none;
}

#wrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#top {
}

a:hover img  {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.clearfix:after {
	content: url(../images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}


#contents .caution {
	clear: both;
	background-color: #FFE6E6;
	border: 5px solid #C00;
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
	width: 700px;
	display: inline;
}
#contents .caution h2 {
	font-size: large;
	font-weight: bold;
	color: #C00;
	margin: 20px 20px 15px 20px;
}
#contents .caution p {
	font-size: small;
	line-height: 1.5em;
	padding-right: 20px;
	padding-left: 20px;
}

.caution_02 {
	clear: both;
	background-color: #FFE6E6;
	border: 1px solid #C00;
	margin-top: 0px;
	margin-bottom: 15px;
	float: left;
	width: 710px;
	display: inline;
	box-sizing: border-box;
}
.caution_02 p {
	font-size: small;
	line-height: 1.5em;
	padding: 10px 15px !important;
}

.caution_03 {
	clear: both;
	background-color: #D9F0F9;
	border: 1px solid #008BA8;
	margin-top: 0px;
	margin-bottom: 15px;
	float: left;
	width: 710px;
	display: inline;
	box-sizing: border-box;
}
.caution_03 p {
	font-size: small;
	line-height: 1.5em;
	padding: 10px 15px !important;
}


.con_abj {
	width:950px;
	background-color:#8D9999;
	margin: 18px auto 5px auto;
}
.con_abj ul {
	display: flex;
	align-items:center;
}
.con_abj ul li:nth-child(1){
	width:101px;
}
.con_abj ul li:nth-child(2){
	flex:1;
}
.con_abj p {
	flex-basis: auto;
	color:#FFF;
	font-size:11px;
	line-height:1.2;
	padding:1em;
}