﻿@charset "utf-8";


/*************　event メイン　部分　*************/


.karabako {
    padding: 10px 0;
    text-align: center; 
}

.karabako p {
    font-size: 100%;
}

.karabako img {
    width: 39%;
}

.naiyou {
    margin: 10px auto;
    width: 72%;
    padding: 5px;
    font-size: 110%;
}

.naiyou dl {
    padding: 10px 5px 0 20px;
}
.naiyou dd {
     font-weight: bold;
	color: #5390CB;
	text-decoration: underline;
    color: #3399ff;
}

.main-box1 {
    display: flex;		/*シンプルな並列*/
    justify-content: center;	/*中寄せ*/
    flex-wrap: wrap; 		/*main-box内に収める*/
}	

.event {
    width: 35%;
}

.event dl {
    margin: 0 0 0 15px;
    padding: 10px 3px;
    border-bottom: 2px solid #eeeeff;
}

.event h2 a {
    text-decoration: underline;
    color: #3399ff;
}


.event dl a {
    text-decoration: underline;
    color: #666666;
}

.poster img {
    margin: 10px;
    width: auto;
    height: 250px;
    float: left;
}

.park-wrapper {
    width: 70%;
}

.park-wrapper img {
    margin: 5px;
    width: 45%;
    height: auto;
    float: right;
}

.p-mail {
    text-decoration: underline;
    font-weight: bold;
}

h3 {
    padding: 10px 0 0 0;
    color: #ff00ff;
    font-weight: bold;
}

.sample2 {
	font-weight: bold; 
	 color: #151515;
}

.sample3 {
	font-weight: bold; 
	 color: #FE2E2E;
}
.photo {


