@charset "utf-8";


img {
	height: auto;
	max-width: 100%;
}

#contents {
	width: 100%;
	padding-top: 70px;
	background-color: #E0E0E0;
	overflow: hidden;
}

.left {
	float: left;
	width: 45%;
}

.logo {
	padding-left: 50px;
	padding-top: 50px;
}

.titleBox {
	width: 42%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	margin-top: 114px;
	padding-top: 14.3%;
	padding-bottom: 14.3%;
}

.titleBox h1 {
	font-size: 3vw;
	line-height: 120%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.05em;
	color: #486277;
}

.titleBox h2 {
	font-size: 1vw;
	line-height: 120%;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

/* 矢印（左） */
.titleBoxNarrow {
	position:relative;
	width: 42%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	margin-top: 6px;
	padding-top: 5%;
	padding-bottom: 5%;
	transition:all 0.3s ease;
	background-image: url(../n_images/arrow_left.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #486277;
	overflow: visible;
}

.titleBoxNarrow .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.titleBoxNarrow:hover {
	background-color: #F0F0F0;
}

.titleBoxNarrow p.title {
	font-size: 1.7vw;
	line-height: 120%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.05em;
}

.linkTxt {
	font-size: 0.95vw;
	line-height: 140%;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	padding-left: 30px;
}

.titleBoxNarrow h2 {
	font-size: 1vw;
	line-height: 120%;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

/* 矢印（右） */
.titleBoxNarwR {
	position:relative;
	width: 42%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	margin-top: 6px;
	padding-top: 5%;
	padding-bottom: 5%;
	transition:all 0.3s ease;
	background-image: url(../n_images/arrow_s.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #486277;
	overflow: visible;
}

.titleBoxNarwR .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.titleBoxNarwR:hover {
	background-color: #F0F0F0;
}

.titleBoxNarwR p.title {
	font-size: 1.7vw;
	line-height: 120%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.05em;
}

.titleBoxNarwR h2 {
	font-size: 1vw;
	line-height: 120%;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}


/* サイド */
.rightMain {
	float: left;
	width: 55%;
	margin-bottom: 140px;
}

/* 展示会リスト */
.exhibittList {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #FFF;
	width: 86%;
	margin-top: 120px;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	min-height: 600px;
}

.historyExhi {
	padding-bottom: 20px;
}

h3 {
	color: #FFF;
	background-color: #486277;
	font-size: 1.2vw;
	line-height: 120%;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: normal;
}

.exhibittUnit {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

h4 {
	font-size: 1.1vw;
	line-height: 140%;
	font-weight: normal;
	padding-bottom: 8px;
	color: #000;
	text-indent: -1em;
	padding-left: 1em;
}

h5 {
	font-size: 1.15vw;
	line-height: 140%;
	font-weight: normal;
	padding-bottom: 8px;
	color: #000;
	text-indent: -1.34em;
	padding-left: 1.34em;
}

h5 a,
h5 a:visited {
	color: #00F;
	text-decoration: none;
	background-image: url(../n_images/arrow_s_blue.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 22px;
}

h5 a:hover {
	color: #C00;
	text-decoration: underline;
	background-image: url(../n_images/arrow_s_red.png);
}

h6 {
	font-size: 1vw;
	line-height: 140%;
	font-weight: normal;
	color: #000;
}


@media screen and (max-width: 992px){ /*768*/


#contents {
	width: 100%;
	padding-top: 10px;
	background-color: #E0E0E0;
	overflow: visible;
}

.left {
	float: none;
	width: 100%;
}

.logo {
	padding-left: 10px;
	padding-top: 0px;
}

.titleBox {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	margin-top: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.titleBox h1 {
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.05em;
}

.titleBox h2 {
	font-size: 15px;
	line-height: 120%;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

/* 矢印（左） */
.titleBoxNarrow {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	margin-top: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.titleBoxNarrow .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.titleBoxNarrow:hover {
	background-color: #F0F0F0;
}

.titleBoxNarrow p.title {
	font-size: 18px;
	line-height: 120%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.05em;
}

.linkTxt {
	font-size: 0.95vw;
	line-height: 140%;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	padding-left: 30px;
}

.titleBoxNarrow h2 {
	font-size: 12px;
	line-height: 120%;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

/* 矢印（右） */
.titleBoxNarwR {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	margin-top: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.titleBoxNarwR .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.titleBoxNarwR:hover {
	background-color: #F0F0F0;
}

.titleBoxNarwR p.title {
	font-size: 18px;
	line-height: 120%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.05em;
}

.titleBoxNarwR h2 {
	font-size: 12px;
	line-height: 120%;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

/* サイド */
.rightMain {
	float: none;
	width: 94%;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

/* 展示会リスト */
.exhibittList {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E0E0E0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	min-height: 50px;
}

h3 {
	color: #FFF;
	background-color: #486277;
	font-size: 14px;
	line-height: 120%;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
}

.exhibittUnit {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

h4 {
	font-size: 13px;
	line-height: 140%;
	font-weight: normal;
	padding-bottom: 8px;
	color: #000;
	text-indent: -1em;
	padding-left: 1em;
}

h5 {
	font-size: 14px;
	line-height: 140%;
	font-weight: normal;
	padding-bottom: 8px;
	color: #000;
	text-indent: -1.34em;
	padding-left: 1.34em;
}

h5 a,
h5 a:visited {
	color: #00F;
	text-decoration: none;
	background-image: url(../n_images/arrow_s_blue.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 19px;
}

h5 a:hover {
	color: #C00;
	text-decoration: underline;
	background-image: url(../n_images/arrow_s_red.png);
}

h6 {
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	color: #000;
}




}
