@charset "utf-8";
/* CSS Document */

/*
 * テンプレートのPC用 CSS
 */

#GNAVICONTENTS01 .gnaviContents {
    height: 30px;
    width: 1000px;
}

#GNAVI {
    font-size: 18px;
}

.top_text {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
}

.top_100kome1 {
	font-size: 20px;
	font-weight: bold;
}

.top_100kome2 {
	color: #008C99;
	font-size: 16px;
	line-height: 1.7;
}

.top_100kome3 {
	font-size: 13px;
	line-height: 1.7;
}

.box_100kome,
.box_100kome_left,
.box_100kome_right  {/*親div*/
	position: relative;/*相対配置*/
}

.box_100kome div {
	position: absolute;/*絶対配置*/
	top: 80px;
	left: 0;
}

.box_100kome_left div {
	position: absolute;/*絶対配置*/
	width: 600px;
	top: 60px;
	left: 0;
	padding: 20px;
	background: rgba(255,255,255,0.5)
}

.box_100kome_right div {
	position: absolute;/*絶対配置*/
	width: 600px;
	top: 60px;
	right: 0;
	padding: 20px;
	background: rgba(255,255,255,0.5)
}

.box_100kome img {
	width: 640px;
	margin-left: 360px;
}

.box_100kome_left img {
	width: 600px;
	margin-left: 400px;
}

.box_100kome_right img {
	width: 600px;
}

.top_text2 {
    font-size: 30px;
}


/* 下線あり見出し */
.midashi2 {
	width: 600px;
	font-size: 30px;
}


.reform_text {
	font-size: 24px;
	font-weight: bold;
}

