@charset "Shift_JIS";
/* ===================================================================
 下位ページ用スタイル
=================================================================== */
body {
}

/* wrapper
--------------------------------------------------------- */
#wrapper {
	height: auto;
	width: 100%;
	min-height: 100%;
	position: relative;
}



/* contents
--------------------------------------------------------- */



#contents {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
	/zoom: 1;
	height: auto !important;
	max-width: 750px;
}


#contents .px12 {
	font-size: 12px !important;
}

/* ----- link ----- */
body #contents #visual {
	margin-bottom: 15px;
}

body #contents #visual2 {
	text-align: right;
	margin-left: 20px;
}

body#link #contents ul li {
	padding: 10px 20px 10px 10px;
	border-bottom: 1px #999 dotted;
	font-size: 18px;
	line-height: 25px;
}

body#link #contents ul li a {
	font-size: 15px;
}



.about-system {
	background-color: #F4F8FA;
	border: 1px dotted #C4C7DB;
	background-image: url(../img/about.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 65px 20px 20px;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;


}


.point-box {
	background-color: #F4F8FA;
	border: 1px dotted #C4C7DB;
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 25px;
}


#contents h3 {
  padding: 0.3em 0.5em;/*文字の上下 左右の余白*/
  color: #069;/*文字色*/
  /*background: #f4f4f4;背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  font-weight:bold;
  margin-bottom: 10px;
}

