@charset "utf-8";

/* ==================================================================
	index.css
	
=================================================================== */

.contents .accent {
    background:url("../../images/about/accent.jpg") 50% 50% no-repeat;
    margin-bottom: 0;
}

.shadowBox {
	overflow: hidden;
}



/* --------------------------------
   □ nav
-------------------------------- */ 

	#philosophy .contents .sub ul.list li.philosophy a{
		background: url("../../images/common/icon/arrow/arrow.png") 95% 50% no-repeat #F5F5F5;
	}


/* --------------------------------
   □ 
-------------------------------- */ 

ul.wish li{
	width:229px;
    float: left;
    border-radius: 100%;
    background: #EAFAFA;
    display: table;
    height: 229px;
	position: relative;
	margin-right: 13px;
    text-align: center;
}

ul.wish li:last-child{
	margin-right: 0;
}

ul.wish li dl{
	display: table-cell;
    vertical-align: middle;
}

ul.wish li dl dt{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
	color: #64B6AC;
	font-size: 200%;
}

ul.wish li dl dd{
}

@media only screen and
(max-width : 767px) {
	
/* --------------------------------
   □ 
-------------------------------- */ 

ul.wish li{
	width: 100%;
    float: none;
    border-radius: 0;
    height: 229px;
	margin-right: 0;
	margin-bottom: 20px;
}

ul.wish li dl{
	display: table-cell;
    vertical-align: middle;
}

ul.wish li dl dt{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
	color: #64B6AC;
	font-size: 200%;
}

}

	
