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

#main{
	width: 100%;
	max-width: 100%;
}

#container {
    max-width: 1000px;
    }
}

#header {
    hight: 50px;
    background-color: darkgreen;
    text-decoration-color: white;
}

.header-style {
    hight: 50px;
    margin: 0,auto;
    background-color: darkgreen;
    text-decoration-color: white;
}

/* メインイメージ*/
.container_main-img {
    margin-bottom: 120px;
}

.container_main-text{
	float: left;
    position: absolute;
    left: 75px;
    top: 500px;
	width: 400px;
	font-family: HiraginoKaku;
	font-size: 14px;
	line-height: 22x;
    
}

.container_sub-img{
	float: left;
    position: absolute;
    left: 500px;
    top: 500px;
	width: 500px;
}

.container_btn{
	text-align: center;
    margin-bottom: 20px;
}

#container_company-plof{
	float: left;
	width: 35%;
}

#container_cm{
	float: left;
	width: 65%;
}

.clear {
	clear: both;
}

.item {
	float: left;
	width: auto;
}

.item-img {
	float: left;
}

/*.item-description {
	float: left;
}*/

.item-title {
	float: left;
}

.main_rapper {
    text-align:  center;
}

.text_position-right {
    text-align: right;
    margin: 0;
    color: white;
    font-size: 0.7em;
    margin-right: 1em;
}