﻿@charset "utf-8";


#content .bgWrap{
  background: url(../img/about/bg_01.jpg) no-repeat 0 0;
  -webkit-background-size: 320px 500px;
  background-size: 100% 500px;
}

.btnList {
	width: 300px;
	margin: 0 auto;
	padding-bottom: 37px;
}
.btnList li{
	margin-bottom: 15px;
	text-align: center;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.btnList li:last-child{
	margin-bottom: 0;
}


/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.xxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}
