/* CSS Document */

h1,h2,h3,p,dl,dt,dd,ul,li {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2 {
	font-size:24px;
}
h3,p,dl,dt,dd,ul,li {
	font-size:14px;
}
dl {
	width:705px;
}
dt {
	float:left;
	clear:left;
    width:100px;
}
ul,li {
	list-style:none;
}
.under {
  background: linear-gradient(transparent 70%, #F9F06F 70%);
  font-weight: bold; 
}
.list_01-wrap {
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
}

.list_01:before {
    content:  "";     /* 空の要素作成 */
    width: 13px;                /* 幅指定 */
    height: 13px;               /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #EA5E00;  /* 背景色指定 */
    position:  relative;        /* 位置調整 */
    top: 0px;                   /* 位置指定 */
    border-radius:  50%;        /* 要素を丸くする */
    margin-right: 3px;          /* 余白指定 */
}
.list_01 {
    padding:  0px;             /* 余白指定 */
    color: #333;                /* 文字色指定 */
    font-size:  17px;           /* 文字サイズ指定 */
}

.center{
    text-align: center;
}
html ,body {
    margin: 0;
padding-bottom: 50px;
    height: 100%;
}
table{
  width: 100%;
  text-align: left;
}

th{
}

td{
  width: 80%;
}
#wrapper{  width:960px;
     margin:0px auto;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
#wrapper2{  width:558px;
     margin:0px auto;
}
#contents {
    padding-bottom: 200px;
}
#contents2 {width: 100%;
    padding-top: 50px;
}
.container{
	 width:960px;
	 margin:0px auto;
}
    footer {
        background-color: #4E7192;
        color: #fff;
        text-align: center;
        width: 100%!important;
        height: 40px;
        position: fixed;
        bottom: 0;
    }
.box5 {
    padding: 0.5em 1em;
    margin: 1em 0;
    border: double 5px #fdd35c;
}
.box5 p {
	font-size: 120%;
    margin: 0; 
    padding: 0;
}
 .box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}
.box26 {
    position: relative;
    margin: 3em 0;
    padding: 0.5em 1em;
    border: solid 3px #4E7192;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #4E7192;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}
.box7{
    padding: 0.5em 2em;
    margin: 2em 0;
    color: #474747;
    background: whitesmoke;/*背景色*/
    border-left: double 7px #4E7192;/*左線*/
    border-right: double 7px #4E7192;/*右線*/
}
.box7 p {
    margin: 0; 
    padding: 0;
}
.button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #00a1e9;
	color: #00a1e9;
	line-height: 50px;
	overflow: hidden;
	margin:10px 20px 0px 20px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	color: #fff;
}
.button::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.button:hover::after {
	top: 0;
	background-color: #00a1e9;
}.left div table tr td table tbody tr td {
	border: thin solid #999;
}
.left div table tr td p {
	margin-left: 10px;
}
div table tr .alignCenter img {
	padding: 0px;
	height: 100%;
	width: 100%;
}


.left div #box {
	height: 200px;
	width: 500px;
	line-height: 1.5em;
	margin-bottom: 40px;
}
#noneborder tbody tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 1em;
}
