@charset "Shift_JIS";
/**
 * cp2014.css
 * update : 2014.01.27
 */

/*--------------------------------------------------------------------------------
	.mod-contentContainer
--------------------------------------------------------------------------------*/
.mod-contentContainer { margin-bottom: 80px; width: 950px !important;}
a { color: #5290bd; }
a:hover { text-decoration: underline; }
p { margin: 0; }


/*--------------------------------------------------------------------------------
	.mainvisual
--------------------------------------------------------------------------------*/
.mainvisual h1 {
	margin: 0;
	line-height: 0;
}

/*--------------------------------------------------------------------------------
	.menu
--------------------------------------------------------------------------------*/
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	zoom: 1;
}
.menu ul:after {
	clear: both;
	display: block;
	content: "";
}
.menu li {
	float: left;
	margin: 0;
	text-indent: -9999em;
}
.menu li a {
	display: block;
	height: 79px;
	background: url("../img/menu.gif") no-repeat;
	transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}
.menu li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.menu li.seminar a {
	width: 190px;
	background-position: 0 0;
}
.menu li.museum a {
	width: 189px;
	background-position: -190px 0;
}
.menu li.booth a {
	width: 190px;
	background-position: -379px 0;
}
.menu li.acafe a {
	width: 190px;
	background-position: -569px 0;
}
.menu li.cpplus a {
	width: 191px;
	background-position: -759px 0;
}

/*--------------------------------------------------------------------------------
	.section
--------------------------------------------------------------------------------*/
.section {
	margin-top: 70px;
	padding-bottom: 40px;
	line-height: 1.8;
	color: #fff;
	background: #000;
}
.section a.arrow {
	padding-left: 13px;
	line-height: 1.2;
	background: url("../img/link_arrow.png") no-repeat 0 0.3em;
}
.section .intro {
	text-align: center;
}
.section .intro h2 {
	margin: 0;
	line-height: 0;
}
.section .intro p {
	margin: 40px 0 0;
	font-size: 131.3%;
}
.section .inner {
	margin: 0 40px 0;
	font-size: 125%;
	zoom: 1;
}
.section .inner:after {
	clear: both;
	display: block;
	content: "";
}
.section .inner p {
	margin-top: 10px;
}
.section .inner strong {
	line-height: 1.5;
	font-size:115%;
}
.section .inner .note {
	margin-top: 10px;
	font-size: 87.5%;
}
.section .inner .float-image {
	float: right;
	margin: 10px 0 0 40px;
}
.section .mod-iconNewWin {
	margin: 6px 0 0 4px;
}

/*--------------------------------------------------------------------------------
	#Seminar.section
--------------------------------------------------------------------------------*/
#Seminar.section {
	margin-top: 45px;
	padding-bottom: 30px;
}
#Seminar.section .inner {
	margin-top: 35px;
}
#Seminar.section .inner .heading {
	position: relative;
	margin: 0 0 20px 0;
	padding: 7px 0 5px;
	font-size: 118.8%;
	text-align: center;
	background: #242424;
	overflow: hidden;
}
#Seminar.section .inner .heading span {
	font-size: 87.5%;
	font-weight: normal;
}
#Seminar.section .regist {
	margin-left: 20px;
}

/* .speaker
--------------------------------------------------------------------------------*/
#Seminar.section .inner.speaker {
	margin-top: 40px;
}
#Seminar.section .speaker-line {
	margin: 60px 0 0 -25px;
	padding-bottom: 10px;
	zoom: 1;
}
#Seminar.section .speaker-line:after {
	clear: both;
	display: block;
	content: "";
}
#Seminar.section .speaker-line .item {
	float: left;
	width: 273px;
	margin-left: 25px;
}
#Seminar.section .speaker-line .item img.photo {
	display: block;
}
#Seminar.section .speaker-line .item .tag {
	display: block;
	padding: 4px 0 1px;
	font-size: 75%;
	text-align: center;
	background: #242424;
}
#Seminar.section .speaker-line .item .txt-box {
	position: relative;
	margin-top: 10px;
}
#Seminar.section .speaker-line .item .txt-box span.name {
	display: block;
	font-size: 143.8%;
	line-height: 1.1;
}
#Seminar.section .speaker-line .item .txt-box span.romaji {
	display: block;
	margin-top: 3px;
	font-size: 87.5%;
	line-height: 1.1;
}
#Seminar.section .speaker-line .item .txt-box span.btn {
	position: absolute;
	right: 0;
	bottom: 3px;
	display: block;
	height: 34px;
	line-height: 0;
}
#Seminar.section .speaker-line .item .txt-box span.btn img {
	background: #000;
}
#Seminar.section .speaker-line .item .txt-box span.btn a {
	display: block;
	height: 34px;
	transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}
#Seminar.section .speaker-line .item .txt-box span.btn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* table.schedule
--------------------------------------------------------------------------------*/
#Seminar.section .inner.schedule {
	margin-top: 60px;
}
#Seminar.section table.schedule {
	margin: 30px 0;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	line-height: 1.4;
}
#Seminar.section table.schedule tbody .odd th,
#Seminar.section table.schedule tbody .odd td {
	background-color: #222222;
}
#Seminar.section table.schedule span.blue {
	color: #0068de;
}
#Seminar.section table.schedule span.red {
	color: #ff0000;
}
#Seminar.section table.schedule thead td {
	width: 178px;
}
#Seminar.section table.schedule thead th {
	padding: 12px 0 12px 15px;
	font-size: 118.8%;
	font-weight: normal;
	border-left: 1px solid #9a9a9a;
}
#Seminar.section table.schedule tbody th {
	width: 168px;
	font-weight: normal;
	border-top: 1px dotted #9a9a9a;
}
#Seminar.section table.schedule tbody td {
	padding: 20px 15px 17px 25px;
	border-top: 1px dotted #9a9a9a;
	border-left: 1px solid #9a9a9a;
}
#Seminar.section table.schedule tbody td span {
	display: block;
	margin-top: 5px;
	font-size: 75%;
}

/*--------------------------------------------------------------------------------
	#Booth.section
--------------------------------------------------------------------------------*/
#Booth.section .inner .heading {
	position: relative;
	margin-bottom: 25px;
	padding: 0 0 6px;
	border-bottom: 1px solid #d9d9d9;
	zoom: 1;
}
#Booth.section .inner .heading:after {
	clear: both;
	display: block;
	content: "";
}
#Booth.section .inner .heading h3 {
	margin: 0;
	font-size: 118.8%;
	line-height: 1.4;
}
#Booth.section .inner .heading img.logo {
	position: absolute;
	right: 0;
	bottom: 12px;
}

/* alpha
--------------------------------------------------------------------------------*/
#Booth.section .inner.alpha-02 {
	margin-top: 50px;
}
#Booth.section .inner.alpha-03 {
	margin-top: 35px;
}
#Booth.section .inner.alpha-04,
#Booth.section .inner.alpha-05 {
	margin-top: 40px;
}
#Booth.section .inner.alpha-06 {
	margin-top: 20px;
}

/* dsc
--------------------------------------------------------------------------------*/
#Booth.section .inner.dsc-01 {
	margin-top: 60px;
}
#Booth.section .inner.dsc-02 {
	margin-top: 15px;
}

/* handycam
--------------------------------------------------------------------------------*/
#Booth.section .inner.handycam-01 {
	margin-top: 60px;
}
#Booth.section .inner.handycam-02 {
	margin-top: 25px;
}

/* others
--------------------------------------------------------------------------------*/
#Booth.section .inner.others-01 {
	margin-top: 60px;
}
#Booth.section .inner.others-02 {
	margin-top: 30px;
}

/* map
--------------------------------------------------------------------------------*/
#Booth.section .inner.map {
	margin-top: 100px;
}
#Booth.section .inner.map img {
	display: block;
}

/*--------------------------------------------------------------------------------
	#aCafe.section
--------------------------------------------------------------------------------*/
#aCafe.section .inner .heading {
	position: relative;
	margin-bottom: 25px;
	padding: 0 0 6px;
	border-bottom: 1px solid #d9d9d9;
	zoom: 1;
}
#aCafe.section .inner .heading h3 {
	margin: 0;
	font-size: 118.8%;
	line-height: 1.4;
}
#aCafe.section .inner.acafe-02 {
	margin-top: 55px;
}