
/*----------------------------------------------------
	PC用のスタイル記述
----------------------------------------------------*/

@media screen and (min-width: 769px) {

.eventTitle {
	width: 960px;
	margin: 30px 0 0;
}

.eventTitle img {
	width: 188px;
	height: auto;
}

.eventSubtitle {
	/*width: 960px;*/
	width: 952px;
	margin: 30px 0 0;
	padding: 5px 0 5px 15px;
	border-left: solid 8px #ff9900;
	font-size: 142%;
	font-weight: 800;
}

.eventList {
}

.eventList .eventOne {
	float: left;
	/*width: 225px;*/
	width: 223px;
	margin-top: 20px;
	margin-right: 20px;
	display: block;
	text-decoration: none;
	border: solid 1px #cccccc;
}

.eventList .eventOne:nth-child(4n+1) {
}

.eventList .eventOne:nth-child(4n+2) {
}

.eventList .eventOne:nth-child(4n+3) {
}

.eventList .eventOne:nth-child(4n) {
	margin-right: 0;
}

.eventImage {
	height: 160px;
}

.eventImage img {
	width: 223px;
	height: auto;
}

.eventDetail {
	width: 210px;
	height: 100px;
	margin: 10px auto 0 7px;
	padding-bottom: 10px;
	color: #666666;
}

.eventDate {
}

.eventName {
	width: 210px;
	color: #ff9900;
	margin: 7px auto 0 0;
	line-height:1.4;
	font-weight: bold;
}

.eventText {
	width: 210px;
	margin: 12px auto 0 0;
}

.eventLink {
	width: 223px;
	margin: 0;
	padding: 10px 0;
	color: white;
	text-align: center;
	background-color: #ffb649;
	background-image: url("../images/common/arrow_white.png");
	background-position: 206px center;
	background-repeat: no-repeat;
}

.eventNav {
	width: 960px;
	margin: 30px auto 0;
	text-align: right;
}

.eventNav a {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #666666;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #8a8a8a;
}

.eventNav .prev {
	width: 20px;
	height: 30px;
	text-indent: -9999px;
	background-image: url("../images/event/arrow_left.png");
	background-position: center center;
	background-repeat: no-repeat;
	border: none;

	background-size: 11px 21px;
	-webkit-background-size: 11px 21px;
	-moz-background-size: 11px 21px;
	-o-background-size: 11px 21px;
	-ms-background-size: 11px 21px;
}

.eventNav .next {
	width: 20px;
	height: 30px;
	text-indent: -9999px;
	background-image: url("../images/event/arrow_right.png");
	background-position: center center;
	background-repeat: no-repeat;
	border: none;

	background-size: 11px 21px;
	-webkit-background-size: 11px 21px;
	-moz-background-size: 11px 21px;
	-o-background-size: 11px 21px;
	-ms-background-size: 11px 21px;
}

.current {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: white;
	text-align: center;
	line-height: 30px;
	background-color: #ffad33;
	border: solid 1px #ffad33;
}

.eventSingle {
	width: 960px;
	margin: 15px auto 0;
}

.eventSingleLeft {
	float: left;
	width: 310px;
}

.eventSingleLeftTitle {
	margin: 0 auto 0 0;
}

.eventSingleLeftAll {
	display: block;
	width: 250px;
	margin: 5px auto 0 0;
	color: #666666;
	text-align: right;
	font-size: 86%;
}

.eventSingleRight {
	float: left;
	width: 650px;
}

.eventSingleTitle {
	width: 650px;
	margin: 0 0 0;
}

.eventSingleTitle img {
	width: 188px;
	height: auto;
}

.eventSingleName {
	/*width: 650px;*/
	width: 630px;
	margin: 30px auto 0 0;
	padding: 4px 0 4px 12px;
	line-height: 1.3em;
	font-weight: 800;
	font-size: 157%;
	border-left: solid 8px #ff9900;
}

.eventSingleDate {
	width: 650px;
	margin: 15px auto 0 0;
	text-align: right;
	font-weight: 800;
}

.eventSingleCntent {
	padding-bottom: 30px;
}

.eventSingleCntentHtml01 {
	width: 650px;
	margin: 25px 0;
}

.eventSingleCntentHtml02 {
	width: 650px;
	margin: 25px 0;
}

.eventSingleCntentHtml01 p ,
.eventSingleCntentHtml02 p {
	margin-bottom: 1.5em;
}

.eventSingleCntent {
	width: 650px;
	margin: 20px 0 0;
}

.eventSingleCntent .image {
	text-align: center;
	margin-top:30px;
}

.eventSingleCntent img {
	max-width: 650px;
	height: auto;
}

.eventSingleCntent h2 {
	margin: 25px auto 0 0;
	padding-left: 25px;
	font-size: 114%;
	font-weight: 800;
	background-image: url("../images/common/circle02.png");
	background-position: 0 0;
	background-repeat: no-repeat;

	background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
}

.eventSingleCntent .text {
	width: 650px;
	margin: 15px auto 0 0;
}

.imageFloat {
	width: 650px;
	margin: 30px auto 0 0;
	clear: both;
}

.imageFloat:after {
	content: url("../images/common/pixel.gif");
	display: block;
	clear: both;
	height: 0;
	clear: both;
}

.imageFloat img {
	float: left;
	max-width: 350px;
	margin: 0 15px 15px 0;
}

.eventSingleCntent .imageFloat h2 {
	display: inline;
	width: auto;
	margin: auto;
}

.eventSingleCntent .imageFloat p {
	display: inline;
	width: auto;
	margin: 15px auto 0 auto;
}

.imageHalf {
	clear: both;
	width: 650px;
	margin: 20px auto 0 0;
}

.imageHalf:after {
	content: url("../images/common/pixel.gif");
	display: block;
	clear: both;
	height: 0;
	clear: both;
}

.imageHalf img {
	float: left;
	width: 315px;
	height: auto;
}

.imageHalf img:first-child {
	margin-right: 20px;
}

.eventSingleCntent .gray {
	/*width: 650px;*/
	width: 620px;
	margin: 20px auto 0 0;
	padding: 15px;
	background-color: #f2f2f2;
}

.eventSingleCntent .gray  h2 {
	margin: 0 0 0;
}

.eventSingleCntent .gray p {
	margin: 15px 0 0;
}

.eventAllLink {
	display: none;
}

}




/*----------------------------------------------------
	スマートフォン用のスタイル記述
----------------------------------------------------*/

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

.eventTitle {
	margin: 30px 20px 0;
	text-align: left;
}

.eventTitle img {
	width: 173px;
	height: 26px;
}

.eventSubtitle {
	margin: 30px 20px 0;
	padding: 5px 0 5px 12px;
	border-left: solid 8px #ff9900;
	font-size: 157%;
	text-align: left;
}

.eventList {
	margin-top: 30px;
}

.eventList .eventOne {
	clear: both;
	margin: 0 20px 0;
}

.eventList .eventOne:after {
	content: url("../images/common/pixel.gif");
	display: block;
	clear: both;
	height: 0;
}

.eventList .eventOne {
	display: block;
	padding: 20px 0 20px;
	text-align: left;
	text-decoration: none;
	border-top: solid 1px #cccccc;
	background-image: url("../images_sp/common/arrow.png");
	background-position: 98% center;
	background-repeat: no-repeat;

	background-size: 7px 12px;
	-webkit-background-size: 7px 12px;
	-moz-background-size: 7px 12px;
	-o-background-size: 7px 12px;
	-ms-background-size: 7px 12px;
}

.eventList .eventOne:last-child {
	border-bottom: solid 1px #cccccc;
}

.eventImage {
	float: left;
	width: 30%;
	text-align: center;
}

.eventImage img {
	width: 80%;
	margin: 0 auto;
}

.eventDetail {
	float: left;
	width: 60%;
	margin: 0;
	color: #666666;
}

.eventDate {
	font-size: 93%;
}

.eventName {
	color: #ff9900;
	margin: 7px auto 0 0;
	font-size: 114%;
	line-height:1.4;
}

.eventText {
	margin: 12px auto 0 0;
	font-size: 85%;
}

.eventLink {
	display: none;
}

.eventNav {
	width: 100%;
	margin: 30px auto 30px;
	text-align: center;
}

.eventNav a {
	display: inline-block;
	font-size: 114%;
	text-align: center;
	text-decoration: none;
}

.eventNav .prev {
	display: block;
	width: 20px;
	height: 30px;
	text-indent: -9999px;
	background-image: url("images/event/arrow_left.png");
	background-position: center center;
	background-repeat: no-repeat;

	background-size: 11px 21px;
	-webkit-background-size: 11px 21px;
	-moz-background-size: 11px 21px;
	-o-background-size: 11px 21px;
	-ms-background-size: 11px 21px;
}

.eventNavRight {
	width: 20px;
}

.eventNavRight img {
	width: 11px;
	height: 21px;
}

.eventNavNum {
	width: 30px;
	height: 30px;
	color: #666666;
	line-height: 30px;
	border: solid 1px #8a8a8a;
}

.eventNavNumNow {
	color: white;
	background-color: #ffad33;
	border: solid 1px #ffad33;
}

.bread {
	display: none;
}

.eventSingleLeft {
	display: none;
}

.eventSingleTitle {
	margin: -25px 20px 0;
	text-align: left;
}

.eventSingleTitle img {
	width: 173px;
	height: 26px;
}

.eventSingleName {
	margin: 30px 20px 0;
	padding: 4px 0 4px 12px;
	line-height: 1.3em;
	font-size: 157%;
	text-align: left;
	border-left: solid 8px #ff9900;
}

.eventSingleDate {
	margin: 15px 20px 0;
	font-size: 85%;
	text-align: right;
}

.eventSingleCntent {
	margin: 10px 20px 0;
	padding-bottom: 40px;
	text-align: left;
}

.eventSingleCntentHtml01 {
	margin: 25px 0;
}

.eventSingleCntentHtml02 {
	margin: 25px 0;
}

.eventSingleCntentHtml01 img,
.eventSingleCntentHtml02 img {
	max-width: 100%;
	height: auto;
}

.eventSingleCntent .image {
	text-align: center;
}

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

.eventSingleCntent h2 {
	margin: 25px 0 0;
	padding-left: 25px;
	font-size: 114%;
	font-weight: 800;
	background-image: url("../images/common/circle02.png");
	background-position: 0 2px;
	background-repeat: no-repeat;

	background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
}

.eventSingleCntent .text {
	margin: 20px 0 0;
}

.imageFloat {
	margin: 10px auto 0 0;
	clear: both;
}

.imageFloat:after {
	content: url("../images/common/pixel.gif");
	display: block;
	clear: both;
	height: 0;
	clear: both;
}

.imageFloat img {
	float: left;
	max-width: 150px;
	margin: 0 15px 15px 0;
}

.eventSingleCntent .imageFloat h2 {
	display: inline;
	width: auto;
	margin: auto;
	font-weight: 800;
}

.eventSingleCntent .imageFloat p {
	display: inline;
	width: auto;
	margin: 15px auto 0 auto;
}

.imageHalf {
	margin: 0;
}

.imageHalf img {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.eventSingleCntent .gray {
	margin: 20px 0 0;
	padding: 15px;
	background-color: #f2f2f2;
}

.eventSingleCntent .gray  h2 {
	margin: 0 0 0;
}

.eventSingleCntent .gray p {
	margin: 15px 0 0;
}

.eventAllLink {
	display: block;
	width: 100%;
	padding: 15px 0;
	color: #7f5c27;
	font-size: 107%;
	text-decoration: none;
	background-image: url("../images/common/arrow02.png");
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size: 8px 17px;
	-webkit-background-size: 8px 17px;
	-moz-background-size: 8px 17px;
	-o-background-size: 8px 17px;
	-ms-background-size: 8px 17px;
	background-color: #ffdca6;
}

}


