@charset "UTF-8";
/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, brockquote, pre, table, caption, th, td, address, form, fieldset, legend, object {
	margin: 0;
	padding: 0;
}
h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
	font-size: 100%;
}
a, ins {
	text-decoration: none;
}
address, em, cite, dfn, var {
	font-style: normal;
}
input, textarea {
	font-family: sans-serif;
	font-weight: normal;
}
img {
	vertical-align: bottom;
}
a img {
	border: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
a {
	color: #6e1b1b;
	color: #425bd2;
	text-decoration: underline;
}
/*
a:hover {
	color: #ac685c;
	text-decoration: none;
}
*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #000;
}
#wrapper {
	text-align: left;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
#header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#globalNavigation ul {
	width: 320px;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	list-style: none;
}
#globalNavigation ul li {
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafbfd), to(#eaeff5)); /* Safari,Google Chrome用 */
	background: -moz-linear-gradient(top, #fafbfd, #eaeff5); /* Firefox用 */
	text-shadow: 0px 1px 0px #fff;
	float: left;
	font-size: 10px;
	text-align: center;
	border: solid 1px #ced8e6;
}
#globalNavigation ul li a {
	text-decoration: none;
	color: #444444;
	width: 78px;
	height: 18px;
	padding-top: 4px;
	display: block;
}
#eventList ul {
	width: 320px;
	height: 138px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	list-style: none;
	padding-top: 5px;
}
#eventList ul li {
	float: left;
}
#eventList ul li a {
	width: 80px;
	height: 138px;
	display: block;
}
#topTopics {
}
#topTopics p.topicsTitle {
	background-color: #54c6ff;
	border-top: solid 1px #ced8e6;
	border-bottom: solid 1px #ced8e6;
	text-align: center;
	color: white;
	margin-top: 10px;
	font-size: 12px;
}
#topTopics ul {
	width: 305px;
	clear: both;
	list-style: url(https://www.tottori-ca.jp/sp/img/topicsarrow.jpg) inside;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
}
#topTopics ul li {
	padding-top: 5px;
}
hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #54c6ff;
	height: 1px;
	clear: both;
}
#utility {
	margin-top: 10px;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
#utility li {
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebf0f6)); /* Safari,Google Chrome用 */
	background: -moz-linear-gradient(top, #ffffff, #ebf0f6); /* Firefox用 */
	font-size: 11px;
	width: 100%;
	height: 30px;
	list-style: none;
	text-indent: 25px;
	line-height: 30px;
	border-top: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
}
#utility li a {
	background-image: url(https://www.tottori-ca.jp/sp/img/arrow.png);
	background-repeat: no-repeat;
	background-position: 300px 11px;
	text-indent: 25px;
	display: block;
	width: 320px;
	height: 30px;
	text-decoration: none;
	color: #444444;
}
#utility ul {
	border-bottom: solid 1px #dcdcdc;
}
#footerLink {
	width: 320px;
	list-style: none;
	display: inline;
	text-align: center;
	line-height: 40px;
	font-size: 11px;
	font-weight: bold;
	color: #425bd2;
}
#copyright {
	text-align: center;
}
#entry {
	-moz-border-radius: 1px; /* Firefox用 */
	-webkit-border-radius: 1px; /* Safari,Google Chrome用 */
	border-radius: 1px;
	background-color: #54c6ff;
	width: 280px;
	height: 30px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#entry p.entryTitle {
	color: white;
	font-size: 10px;
	line-height: 30px;
	padding-left: 10px;
	width: 180px;
	float: left;
}
#entry p.entryButton {
	-moz-border-radius: 10px; /* Firefox用 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	border-radius: 10px;
	background-color: #300;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfcfe), color-stop(0.49, #fbfcfe), color-stop(0.5, #e3e8ec), to(#e3e8ec)); /* Safari,Google Chrome用 */
	-webkit-box-shadow: 0px 1px 0px #91d0f1; /* Safari,Google Chrome用 */
	background: -moz-linear-gradient(top, #fbfcfe, #fbfcfe 49%, #e3e8ec 50%, #e3e8ec); /* Firefox用 */
	-moz-box-shadow: 0px 1px 0px #91d0f1; /* Firefox用 */
	text-shadow: 0px 1px 0px #fff;
	width: 80px;
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	float: right;
	margin-top: 5px;
	margin-right: 10px
}
#entry p.entryButton a {
	display: block;
	text-decoration: none;
	color: #444444;
}
#categoryList {
	padding-top: 5px;
	margin-bottom: 10px;
	width: 100%;
}
#categoryList p.catetoryListTitle {
	background-color: #54c6ff;
	border-top: solid 1px #ced8e6;
	border-bottom: solid 1px #ced8e6;
	text-align: center;
	color: white;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 12px;
}
#categoryList ul {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 1px #e6e6e6;
}
#categoryList li {
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#e9eef4), to(#fffffd)); /* Safari,Google Chrome用 */
	background: -moz-linear-gradient(top, #e9eef4, #fffffd); /* Firefox用 */
	font-size: 11px;
	width: 100%;
	height: 52px;
	list-style: none;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #e6e6e6;
	overflow: hidden;
}
#categoryList li a {
	display: block;
	width: 320px;
	height: 52px;
	margin-left: auto;
	margin-right: auto;
	color: #444444;
	text-decoration: none;
}
#categoryList li a p.spotImage {
	width: 51px;
	height: 52px;
	list-style: none;
	float: left;
}
#categoryList li a p.headline {
	background-image: url(https://www.tottori-ca.jp/sp/img/arrow.png);
	background-repeat: no-repeat;
	background-position: 250px 22px;
	width: 234px;
	height: 52px;
	list-style: none;
	text-align: left;
	padding-left: 15px;
	padding-right: 20px;
	display: table-cell;
	vertical-align: middle;
}
#subImage {
	width: 320px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#subImage p.eventListImage {
	background-image: url(https://www.tottori-ca.jp/sp/img/eventListimage.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 320px;
	height: 76px;
}
#subImage p.commerce {
	background-image: url(https://www.tottori-ca.jp/sp/img/commerce.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 320px;
	height: 76px;
}
#subImage p.contact {
	background-image: url(https://www.tottori-ca.jp/sp/img/contact.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 320px;
	height: 76px;
}
#subImage p.english {
	background-image: url(https://www.tottori-ca.jp/sp/img/english.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 320px;
	height: 76px;
}
#subImage p.entry {
	background-image: url(https://www.tottori-ca.jp/sp/img/entry.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 320px;
	height: 76px;
}
#subImage p.information {
	background-image: url(https://www.tottori-ca.jp/sp/img/information.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 320px;
	height: 76px;
}
#subImage p.link {
	background-image: url(https://www.tottori-ca.jp/sp/img/link.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 320px;
	height: 76px;
}
#subImage p.place {
	background-image: url(https://www.tottori-ca.jp/sp/img/place.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 320px;
	height: 76px;
}
#subImage p.privacy {
	background-image: url(https://www.tottori-ca.jp/sp/img/privacy.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 320px;
	height: 76px;
}
#subImage p.records {
	background-image: url(https://www.tottori-ca.jp/sp/img/records.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 320px;
	height: 76px;
}
#subImage p.support {
	background-image: url(https://www.tottori-ca.jp/sp/img/support.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 320px;
	height: 76px;
}
#subImage p.topics {
	background-image: url(https://www.tottori-ca.jp/sp/img/topics.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 320px;
	height: 76px;
}
#detail {
	margin-bottom: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#detail p {
	text-align: left;
	color: #000;
	margin: 5px 15px 0px 15px;
	font-size: 10px;
	line-height: 14px;
}
#detail p.detailTitle {
	background-color: #54c6ff;
	border-top: solid 1px #ced8e6;
	border-bottom: solid 1px #ced8e6;
	text-align: center;
	color: white;
	margin: 10px 0px 5px 0px;
	font-size: 12px;
}
#detail p.detailDescription {
	text-align: left;
	color: #000;
	margin-top: 5px;
	margin-left: 15px;
	font-size: 9px;
	font-weight: bold;
}
#detail ul {
	text-align: left;
	color: #000;
	margin: 5px 15px 10px 15px;
	font-size: 10px;
	line-height: 14px;
	list-style: disc outside;
	padding-left: 15px;
}
.caption {
	color: #54c6ff;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#detail hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #8c8c8c;
	height: 1px;
	clear: both;
}
#join {
	-moz-border-radius: 1px; /* Firefox用 */
	-webkit-border-radius: 1px; /* Safari,Google Chrome用 */
	border-radius: 1px;
	background-color: #f58a22;
	width: 280px;
	height: 30px;
	padding: 0px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#join p.joinTitle {
	color: white;
	font-size: 10px;
	line-height: 30px;
	padding-left: 10px;
	margin: 0px;
	width: 170px;
	float: left;
}
#join p.joinButton {
	-moz-border-radius: 10px; /* Firefox用 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	border-radius: 10px;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfcfe), color-stop(0.49, #fbfcfe), color-stop(0.5, #e3e8ec), to(#e3e8ec)); /* Safari,Google Chrome用 */
	-webkit-box-shadow: 0px 1px 0px #e8af78; /* Safari,Google Chrome用 */
	background: -moz-linear-gradient(top, #fbfcfe, #fbfcfe 49%, #e3e8ec 50%, #e3e8ec); /* Firefox用 */
	-moz-box-shadow: 0px 1px 0px #e8af78; /* Firefox用 */
	text-shadow: 0px 1px 0px #fff;
	width: 70px;
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0px;
}
#join p.joinButton a {
	display: block;
	text-decoration: none;
	color: #444444;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- メイン の リニューアル */

.main-link {
	clear: both;
	overflow: hidden;
}
.main-link div.event-article {
}
.main-link div.event-01 {
	width : 100%;
}
.main-link div.event-02 {
	width: 50%;
	float: left;
}
.main-link div.event-03 {
	width: 50%;
	float: left;
}
.main-link div.event-04 {
	width: 50%;
	float: left;
}
.main-link div.event-05 {
	width: 50%;
	float: left;
}
.main-link div.event-article > a {
	display: block;
}
.main-link div.event-article > a div.event-figure {
	display: block;
}
.main-link div.event-article > a div.event-figure img {
	display: block;
}
.main-link div.event-article > a div.event-title {
	display: block;
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @end メイン の リニューアル */