@charset "UTF-8";

@media screen and (max-width: 480px) {

div.section img{
	width:100%;
	height:100%;
}
}

/** autoslider ****************************************/

*{list-style:none; margin:0; padding:0;}

#slide {
	width:950px;
	height:170px;
	overflow:hidden;
	position:relative;
	margin:0 0 10px 0;
}
#slideIn {
	position:absolute;
	left:0;
	top:0;
	padding:10px 0;
}
#slide li {
	float:left;
	width:150px;
	height:150px;
	margin-right:5px;
}

#slide li img{
	width:150px;
	height:150px;
}

@media screen and (max-width: 480px) {
#slide {
	width:100%;
	height:100px;
}

#slide li {
	width:80px;
	height:80px;
	margin-right:5px;
}

#slide li img{
	width:80px;
	height:80px;
}
}

/** tab ****************************************/

#tab-area{
	background:#84b1c0;
}

#tabnavi ul{
	margin-left:100px;
	padding:30px 10px;
	
}
#tabnavi li{
	display:inline;
	margin:0 10px;
}
#tabnavi li a{
	display:inline-block;
	background:#286579;
	color:#fff;
	padding:5px;
	width:150px;
	height:30px;
	text-decoration:none;
	text-align:center;
	font-size:1.6em;
	font-family: 'Josefin Sans', sans-serif;
}
#tabnavi li a:hover,
#tabnavi li a.active{
	background:#ddd;
	color:#333;
	text-decoration:none;
}
#tabcontent{
	padding:10px 20px 10px 20px;
}


@media screen and (max-width: 480px) {

#tabnavi ul{
	margin-left:2%;
	padding:2%;
	
}
#tabnavi li{
	display:inline;
	margin:0 1px;
	width:45%;
	height:25px;
}

#tabnavi li a{
	display:inline-block;
	background:#286579;
	color:#fff;
	width:45%;
	height:20px;
	text-decoration:none;
	text-align:center;
	font-size:1em;
	font-family: 'Josefin Sans', sans-serif;
	margin:2px 0;
}
#tabnavi li a:hover,
#tabnavi li a.active{
	background:#ddd;
	color:#333;
	text-decoration:none;
}
#tabcontent{
	padding:10px;
}

h3{
	font-size:1.4em!important;
	text-align:center;
}
}


/** contents ****************************************/

.description{
	margin-top:15px;
	padding:5px;
	color:#f3f9fb;
}

.gallery{
	margin-top:15px;
}

.gallery ul{
	margin-top:20px;
}

.gallery ul li{
	float:left;
	margin-right:10px;
}

.gallery ul li:last-child{
	margin-right:0;
}

.clearLeft { 
	clear: left; 
	color:#f3f9fb;
}

.color_pattern{
	margin-bottom:50px;
}


#contents .section .left {
	width            : 300px;
}

#contents .section .right {
	width            : 620px;
}

@media screen and (max-width: 480px) {
.gallery{
	width:100%;
}

.gallery ul{
	margin-top:0px;
	width:100%;
}

.gallery ul li{
	float:left;
	margin-right:4px;
	width:32%;
}

.gallery ul li img{
	width:100%;
}

#tab03 h3{
	padding-bottom: 5px!important;
}

.color_pattern {
    margin-bottom: 15px;
}
}

/* vacancy info */

#vacancy {
	border           : 1px solid #cccccc;
	background       : url("../img/index_vacancy_bg.gif") repeat-x;
	padding          : 14px;
	height           : 113px;
}

#vacancy a.btn {
	display          : block;
	margin-bottom    : 10px;
}

#vacancy a.btn:hover img {
	opacity          : 0.75;
	-moz-opacity     : 0.75;
	-ms-filter       : "alpha(opacity=75)";
	filter           : alpha(opacity=75);
}

#vacancy p {
	margin           : 0;
	text-align       : center;
}


/* colors */

.colors {
	clear			 :both;
 	border-bottom    : 1px solid #cccccc;
	padding          : 14px 0 30px;
/*	height           : 113px;*/
	overflow         : hidden;
	margin-bottom	 :30px;
}

.colors_last {
	clear			 :both;
	padding          : 14px 0 30px;
/*	height           : 113px;*/
	overflow         : hidden;
	margin-bottom	 :30px;
}

.colors_photo p,.colors_last p{
	float:left;
	padding-right:17px;
}

.photo_txt{
	clear:both;
	font-size:10px;
}

#colors h2 {
	margin           : 0 0 10px;
	padding          : 0;
}

/*#colors p {
	margin           : 0 !important;
	padding          : 0 !important;
	height           : 33px;
}*/

#colors h3 {
	margin           : 0 0 8px;
}

#colors ul {
	width            : 610px;
}

#colors ul li {
	width            : 200px;
	float            : left;
}

#colors ul li a:hover img {
	opacity : 0.75;
	-moz-opacity : 0.75;
	-ms-filter : "alpha(opacity=75)";
	filter : alpha(opacity=75);
}



/** color valiation window ****************************************/

.cv_contents {
	margin           : 10px;
	position         : relative;
	width            : 760px;
	height           : 810px;
	z-index          : 1102;
	
}

.cv_contents img {
	position         : absolute;
	display          : block;
	z-index          : 1102;
}

.cv_contents .ldk {
	left             : 0px;
	top              : 0px;
}

.cv_contents .entrance {
	left             : 0px;
	top              : 470px;
}

.cv_contents .powder {
	left             : 260px;
	top              : 470px;
}

.cv_contents .bath {
	position         : absolute;
	left             : 520px;
	top              : 470px;
}

.cv_contents .note {
	position         : absolute;
	left             : 0px;
	top              : 805px;
	width            : 760px;
	height           : 15px;
	text-align       : right;
	font-size        : 10px;
	line-height      : 15px;
	z-index          : 1102;
}

/*/*/



/* clear ****************************************/

#colors ul:after
{content:" "; height:0px; clear:both; visibility:hidden; display:block;}

#colors ul
{display :inline-block;}

/*\*/
* html #colors ul
{height:1%;}

#colors ul
{display:block;}
/*/*/