@charset "Shift_JIS";
/**
 * SONY Cyber-shot : expo201206.css
 */

/* .inner
--------------------------------------------------------------------------------*/
.categoryContainer .inner {
	margin-left: 95px;
	width: 760px;
}

.categoryContainer .inner h3 {
	margin-top: 30px;
}


/* .intro
--------------------------------------------------------------------------------*/
.categoryContainer .inner .intro {
	padding-bottom: 16px;
	text-align: center;
}

.categoryContainer .inner .left {
	float: left;
	display: block;
	margin-top: 45px;
}

.categoryContainer .inner .right {
	float: right;
	display: block;
	margin-top: 22px;
}


/* .section
--------------------------------------------------------------------------------*/
.categoryContainer .inner .section {
	padding-bottom: 45px;
}

.categoryContainer .inner .section .info {
	text-align: center;
}

.categoryContainer .inner .section .sch {
	float: left;
	display: block;
	margin-top: 3px;
}

.categoryContainer .inner .section .map {
	float: right;
	display: block;
	margin-top: 6px;
}

.categoryContainer .inner .section .photographer {
	margin-top: 15px;
	padding-bottom: 24px;
	background: url(../images/expo201206_photographer_bg.gif) no-repeat left bottom;
}

.categoryContainer .inner .section .photographer img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.categoryContainer .inner .section .photographer strong {
	display: block;
	padding-top: 10px;
	font-size: 120%;
}

.categoryContainer .inner .section .photographer p {
	margin-top: 5px;
	line-height: 160%;
}


/* mq
--------------------------------------------------------------------------------*/
@media (max-width:640px) {
	.categoryContainer .inner {
		margin-left: 0;
		width: 100%;
	}
	
	.categoryContainer .inner h3 img {
		width: 100%;
		height: auto;
	}
	
	.categoryContainer .inner .left {
		float: none;
		margin-top: 20px;
		width: 100%;
		max-width: 536px;
	}
	
	.categoryContainer .inner .right {
		float: none;
		display: inline;
	}
	
	.categoryContainer .inner .section h4 img {
		width: 100%;
	}
	
	.categoryContainer .inner .section .sch {
		float: none;
		display: inline;
		margin-top: 10px;
		width: 100%;
		max-width: 470px;
	}
	
	.categoryContainer .inner .section .map {
		float: none;
		display: inline;
		margin-top: 15px;
		width: 100%;
		max-width: 270px;
	}
	
	.categoryContainer .inner .section .photographer strong {
		padding-top: 0;
		font-size: 110%;
	}
	
	.categoryContainer .inner .section .photographer p {
		margin-top: 10px;
		font-size: 90%;
	}
}

