@charset "utf-8";

        #container {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
        }
        #header {
		width: 100%;
		margin: 0 auto;
        }
        #header_logo {
		position: absolute;
		top: 40px;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		text-align: center;
		background-image: url("../img/bg_section_head.png");
		background-repeat: no-repeat;
		background-position: center center;
        }
	#contents {
		width: 100%;
        }
        #main {
		width: 99%;
		margin: auto;
		text-align: left;
        }
	h1 {
		position: relative;
		padding: 0 .5em 0.1em 2em;
	}
	h1::before,
	h1::after {
		position: absolute;
		content: '';
		border-radius: 100%
	}
	h1::before {
		top: .2em;
		left: .2em;
		z-index: 2;
		width: 18px;
		height: 18px;
		background: rgba(255, 115, 162, .5);
	}
	h1::after {
		top: .7em;
		left: .7em;
		width: 13px;
		height: 13px;
		background: rgba(255, 185, 208, .5);
	}
        #if {
		position: absolute;
		top: 200px;
		left: 0;
		right: 200px;
		margin: auto;
		width: 100%;
		height: 80px;
		font-size: 27px;
		padding-top: 50px;
        }
        #tab {
		width: 100%;
		display: table;
		border-collapse: collapse;
        }
        .rowlist {
		color      : #555 !important;
		background : #FFF;
		font-size: 15px;
        }
        .rowlist > div {
		display: table-cell;
		margin: 15px;
		padding: 15px;
		border: 3px solid #fff;
        }
        .rowlist > div:hover {
		display: table-cell;
		margin: 15px;
		padding: 15px;
		border: 3px solid #fff;
	}
	.rowlist:hover {
		color      : #555 !important;
		background : #fff;
	}
	.rowlist:active {
		color      : #555 !important;
		background : #fff;
	}
        .contents_box1 {
		position: absolute;
		top: 120px;
		left: 0;
		right: 0;
		margin: auto;
		width: 300px;
		height: 50px;
        }
        .contents_box2 {
		position: absolute;
		top: 200px;
		left: 0;
		right: 0;
		margin: auto;
		width: 85%;
		border-bottom: 1px dotted #ccc;
        }
	.contents_box3 {
		position: absolute;
		top: 220px;
		left: 0;
		right: 0;
		margin: auto;
		width: 580px;
		height: 50px;
        }
	.contents_box4 {
		position: absolute;
		top: 1100px;
		left: 0;
		right: 0;
		margin: auto;
		width: 600px;
		height: 50px;
		padding-left: 250px;
	}
        .contents_box5 {
		position: absolute;
		top: 1200px;
		left: 0;
		right: 0;
		margin: auto;
		width: 485px;
		height: 90px;
        }
	#box1 {
		width: 250px;
		height: 50px;
		float: left;
	}
	#box2 {
		width: 150px;
		height: 50px;
		float: left;
		margin-left: 20px;
	}
	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	p.sp1 {
		font-size: 18px;
		line-height: 5px;
	}
	p.sp2 {
		font-size: 27px;
		line-height: 20px;
	}
	p.subject1 {
		font-size: 18px;
		color      : #555 !important;
		font-weight: bold;
		border-left: 6px solid #ccc;
		border-bottom: 1px solid #ccc;
		text-indent: 0.1in;
	}
	p.subject2 {
		font-size: 15px;
		color      : #555 !important;
		font-weight: bold;
		display: inline;
	}
	p.subject3 {
		font-size: 18px;
		color      : #555 !important;
		font-weight: bold;
		display: inline;
	}
	p.subject4 {
		font-size: 18px;
		color      : #555 !important;
		font-weight: bold;
		display: inline;
	}
	.tab_t {
		display:table; 
		border-collapse:collapse;
	}
	.rowlist_t {
		display: table-row;
	}
	.rowlist_bk {
		font-weight: bold;
		background-color: #e5e5e5 !important;
		border: solid 1px #999 !important;
	}
	.rowlist_textstyle1 {
		text-align: center;
	}
	.rowlist_textstyle2 {
		text-align: center;
	}
	.rowlist_textstyle3 {
		text-align: right;
	}
	.rowlist_textstyle4 {
		text-align: center;
	}
	.rowlist_textstyle5 {
		display: table-cell;
		vertical-align: middle;
	}
	.rowlist_t > div {
		width: 500px;
		height: 20px;
		display: table-cell;
		margin: 15px;
		padding: 5px;
		border: 1px solid;
		background-color: #fff;
	}
	#footer {
	}