@charset "utf-8";
html,body{
	min-height: 100%;
}
html{
	background: #000;
}
body{
	background: url(../img/bg.png) 0 0 #150017;
}
body.flg{
	-webkit-filter:brightness(100%);
	-moz-filter:brightness(100%);
	-o-filter:brightness(100%);
	filter:brightness(100%);
}
#wrapper_w {
	width:1042px;
	margin:0 auto;
	padding-bottom:20px;
}
#wrapper{
	width: 930px;
	overflow: hidden;
	padding: 40px 0 0 0;
	margin: 0 auto;
}
#logo{
	padding: 25px 0 11px 0;
}

.photo_none {
	padding: 0;
	margin: 0 0 40px 0;
}

.clear {
	clear: both;
	overflow: hidden;
}

/* ---------------------------------------------------------
	枠の横幅
	==========================================================
	基本設定
--------------------------------------------------------- */
#gallery{
	margin: 0 -40px 0 0;
	font-size: 0;
}

.photo {
	float: left;
	padding: 0 40px 40px 0;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

/* ---------------------------------------------------------
	枠の横幅
	==========================================================
	.w○○
--------------------------------------------------------- */
.w930 {
	width: 930px;
	overflow: hidden;
}

.w620{
	width: 620px;
	overflow: hidden;
}

.w445{
	width: 445px;
	overflow: hidden;
}

.w283 {
	width: 283px;
}

.w270{
	width: 270px;
	overflow: hidden;
}

/* ---------------------------------------------------------
	文字や模様の画像
	==========================================================
	.mark○○
--------------------------------------------------------- */
.mark01 {
	background: url(../img/thumb/mark01.png) 540px top no-repeat;
}

.mark03 {
	background: url(../img/thumb/mark03.png) 0 0 no-repeat;
}

.mark04 {
	background: url(../img/thumb/mark04.png) 620px bottom no-repeat;
}

.mark05 {
	background: url(../img/thumb/mark05.png) left bottom no-repeat;
}

.mark06 {
	background: url(../img/thumb/mark06.png) 620px top no-repeat;
}

.mark07 {
	background: url(../img/thumb/mark07.png) 620px bottom no-repeat;
}

.mark08 {
	background: url(../img/thumb/mark08.png) 0px top no-repeat;
	padding-top: 221px;
}

.mark10 {
	background: url(../img/thumb/mark10.png) 620px top no-repeat;
}

.mark11 {
	background: url(../img/thumb/mark11.png) 620px top no-repeat;
}
.mark15 {
	background: url(../img/thumb/mark15.png) 620px bottom no-repeat;
}
.mark16 {
	background: url(../img/thumb/mark16.png) 0px top no-repeat;
	padding-top: 221px;
}

.logo_rhododendron{
	margin-top: 16px !important;
	margin-bottom: 30px !important;
	text-align:center;
	width: 982px;
	height:20px;
}	

/* control */
#footer{
	margin: 0 auto;
	position: relative;
	margin-top: 5px;
	margin-bottom: 20px;
}
#footer .copy{
	margin-top: 7px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}

/* control */
.mt115 { margin-top: 115px;}
.mt145 { margin-top: 145px;}
.mt130 { margin-top: 130px;}
.pb0 { padding-bottom: 0;}


#footer {
    margin-top: 20px;
}

.company_list {
	float: left;
	overflow: hidden;
}

.company_list li {
	float: left;
}

.company_list li:nth-of-type(1) {
	margin-right: 25px;
}

.company_list li:nth-last-of-type(1) {
	clear: both;
	margin-top: 10px;
	color: #fff;
}


/* ---------------------------------------------------------
	トップへ戻る
	==========================================================
	.flr
--------------------------------------------------------- */
.flr a {
	display: block;
}

.flr img {
	vertical-align: bottom;
}

/* ---------------------------------------------------------
	トップへ戻る：マウスオーバー
	==========================================================
	.flr
--------------------------------------------------------- */
.flr a:hover {
	border-radius: 7px;
	background: #fff;
}

.flr img:hover {
	opacity: 0.7;
}

