/* CSS Document */

/*/////// style.css////////*/

body {
	font-size: 13px;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
h2 {
	/*	text-align:center;
	text-align: -webkit-center;*/
	padding: 84px 0 30px 170px;
}
.cHeader p {
	text-align: center;
	text-align: -webkit-center;
	font-size: 18px;
}
h3 {
	width: 960px;
	float: none;
}
.cntAbout {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 40px;
	overflow: hidden;
	_zoom: 1;
}

/*for chorome hack*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
.cntAbout {
	border-bottom: 4px #333333 double;
}
}
.listWrap {
	margin: 30px 0 0 0;
	overflow: hidden;
	_zoom: 1;
}
.listWrap li {
	width: 300px;
	margin: 0 30px 0 0;
	float: left;
	display: inline;/*for ie6,ie7*/
}
.listWrap dt {
	margin-bottom: 10px;
}
.listWrap dd p {
	font-size: 12px;
	text-indent: 0em !important;
}
img {
	border: 0;
}
/*.cMain {
	width: 960px;
	height: 476px;
	position: relative;
	margin: 80px 0 0 0;
	padding: 0 43px 0;
}*/

.cMain {
    width: 960px;
    position: relative;
    margin: 80px 0 0 0;
    padding: 80px 0 80px;
	text-align: center;
	overflow:hidden;
	padding: 0 43px 0;
}
	
	
.cMain dl {
	float: left;
	padding: 0 40px 0 0;
	font-size:14px;
	margin: 0 0 50px 0;
}
.cMain dl:last-child {
	padding: 0 0 0 0;
}
.cMain dl dt {
	color: #ffffff;
	background: #333333;
	width: 188px;
	height: 24px;
	text-align: center;
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
}
.cMain dl dt dd{
	width:186px;
}
.cMain dl .photo {
	border: 1px solid #929292;
	width: 186px;
	height: 186px;
	background: #FFFFFF;
	text-align:center;
}
.cMain dl .photo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.cMain dd{
	line-height:1.6;
}
.cMain dl .date {
	padding: 15px 0 0 0;
	text-align: left;
}
.cMain dl .lead {
	width: 186px;
	height:40px;
	padding: 0 0 15px 0;
	text-align: left;
}
.cTopics {
	display: block;
	margin: 40px 0 0 60px;
	margin-bottom: 20px;
}
.cTopicsArea {
	width: 802px;
	height: 120px;
	position: relative;
	padding: 0;
	margin: 0 0 0 100px;
}
.workshopBanner {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.workShopMsg {
	width: 622px;
	height: 120px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #5f5f5f;
	line-height: 14px;
	padding: 0 20px;
}
/*モーダル*/
.shop {
	padding: 60px;
	border: 4px solid #333333;
}
.shop ul {
	width: 734px;
	height: 30px;
	border-bottom: 1px solid #333333;
}
.shop ul li {
	float: left;
}
.shop ul .yakata {
	font-size: 18px;
}
.shop ul .date {
	float: right;
}
.shop .photo {
	margin: 40px 0 0 0;
	float: left;
}
.shop .photo{
	width:210px;
	height:210px;
}
.shop .photo img{
	width:100%;
}
.shop #border {
	border: 1px solid #929292;
}
.shop dl {
	/*width: 509px;*/
	margin: 40px 0 0 0;
	padding: 0 0 0 40px;
	overflow: hidden;
}
.shop dl dt {
	font-size: 24px;
	padding: 0 0 35px 0;
}
.shop dl dd {
	font-size: 14px;
	line-height: 1.6;
}
