/* ページ全体設定 */
body{
    font-family: 游ゴシック;
}

/* 大枠 */
.wrapper{
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}

/* 枠 */
.toplink a{
  font-size: 32px;
    margin: 0 80px;
}

h1 {
    color: #215F9A;
    font-weight: bold;
    font-family: "Klee","游ゴシック";
}

h2{
    color: #4E95D9;
    border-bottom: 2px solid #4E95D9;
    font-family: "Klee","游ゴシック";
    
}


li{
    margin-top: 10px;
}



/* other */
.Size_10 {
	width: 10%;
}
.Size_15 {
	width: 15%;
}

.Size_20 {
	width: 20%;
}

.Size_30 {
	width: 30%;
}

.Size_60 {
	width: 60%;
}

.Size_80 {
	width: 80%;
}

.Size_90 {
	width: 90%;
}

.Size_100 {
	width: 100%;
}

.split_box{
    *zoom: 1;
}

.split_box::after {
    content:"";
    display:block;
    height:0;
    clear:both;
    overflow: hidden;
}

.leftside{
  float: left;
}

.rightside{
  float: right;
}

.mrgn_top_0px {
	margin-top: 0px !important;
}

.mrgn_top_5px {
	margin-top: 5px !important;
}

.mrgn_top_10px {
	margin-top: 10px !important;
}

.mrgn_top_15px {
	margin-top: 15px !important;
}

.mrgn_top_20px {
	margin-top: 20px !important;
}

.mrgn_top_30px {
	margin-top: 30px !important;
}

.mrgn_top_05em {
	margin-top: 0.5em !important;
}

.mrgn_top_1em {
	margin-top: 1em !important;
}

.mrgn_top_2em {
	margin-top: 2em !important;
}

.mrgn_left_0px {
	margin-left: 0px !important;
}

.mrgn_left_5px {
	margin-left: 5px !important;
}

.mrgn_left_10px {
	margin-left: 10px !important;
}

.mrgn_left_15px {
	margin-left: 15px !important;
}

.mrgn_left_20px {
	margin-left: 20px !important;
}

.mrgn_left_30px {
	margin-left: 30px !important;
}