@charset "utf-8";
/* init */
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fefef7;
    color: #666;
    font-size: 93%;
    line-height: 1.5em;
    font-family: sans-serif;
	min-width: 960px;
}
a img {
    border: none;
}
a:link {
    color: #699383;
    text-decoration: underline;
}
a:visited {
    color: #3C87ED;
    text-decoration: underline;
}
a:hover {
    color:#94D19D;
}
/* レイアウト */

h1 {
    color: #DF8057
}
#mainImg {
    width: 900px;
    margin: 0 auto;
    position: relative;
    line-height: 0;
}
#touhyo {
    position: absolute;
    top: 309px;
    left: 87px;
}
#contents_bg {
    text-align: center;
    background-image: url("../images/bg_body.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fefef7;
}
#contents_bgIn {
    background-image: url("../images/bg_sakura.png"), url("../images/bg_sakura.png");
    background-position: center top, center bottom -50px;
    background-repeat: repeat-x, repeat-x;
    overflow: hidden;/*margin: 0 auto;*/
}
#contents_wrapper {
    width: 900px;
    margin: 0 auto;
    text-align: left;
}
#content_in {
    width: 900px;
    margin: 0 auto;
}
#contents_left, #contents_right {
    width: 440px;
}
#contents_left {
    float: left;
}
#contents_right {
    float: right;
    margin-bottom: 30px;
}
#contents_center {
    width: 900px;
    margin: 60px auto 40px auto;
    position: relative;
    text-align: center;
}
#contents_center2 {
    width: 900px;
    margin: 0px auto 40px auto;
    position: relative;
    text-align: center;
}
.contents_1col {
    width: 900px;
    margin-bottom: 40px;
}
.contents_2col {
    /*background : url(../images/content_bg.png) bottom center no-repeat #fef6fa;*/
    background-color: hsla(66,56%,96%,0.70);
    width: 410px;
    padding-top: 20px;
    padding-right: 13px;
    padding-left: 13px;
    padding-bottom: 27px;
    border-radius: 3px;
    border: 2px solid #e29c67;
    margin-bottom: 20px;
    position: relative;
}
.contents_3col {
    background : #fef6fa;
    border: 1px solid #f8cbdf;
    padding: 25px 0 15px 17px;
    margin-bottom: 20px;
    position: relative;
}
/* h2 */

h2 {
    margin: 0 0 15px 10px;
    padding: 0;
    font-size: 1.4em;
    font-weight: 500;
    color: #009139;
}
h2 span {
    display: block;
    height: 0px;
    overflow: hidden;
    background-repeat: no-repeat;
}
#contents_left #gaiyou h2 {
    background-image: url(../images/ttl_gaiyo.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0 0 0;
}
#contents_left #tenjiannai h2 {
    background-image: url("../images/ttl_tenji.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0 0 0;
}
#contents_left #symposium h2 {
    background-image: url("../images/ttl_sympo.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0 0 0;
}
#contents_right #access h2 {
    background-image: url(../images/ttl_access.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 74px 0 0 0;
}
#contents_right #ninki h2 {
    background-image: url("../images/ttl_touhyou.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 29px 0 0 0;
}
#contents_right #hanbai h2 {
    background-image: url(../images/ttl_hanbai.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 29px 0 0 0;
}
#contents_right #download h2 {
    background-image: url(../images/ttl_download.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 74px 0 0 0;
}

h3 {
    color: #2066D3;
    line-height: 1.3em;
    font-size: 1.3em;
    
}
h4 {
    color: #2066D3;
    line-height: 1.0em;
    font-size: 1.1em;
    
}
/*  */

#muryo {
    position: absolute;
    right: 20px;
    top: 565px;
    width: 158px;
    height: 158px;
}
#img_tenji{
    position: absolute;
    right: 13px;
    top: 7px;
}

/* table */

.table01 {
    color: #333333;
    font-size: 0.9rem;
    border-collapse: collapse;
    width: 386px;
}
.table01 td, .table01 th {
    border: 1px solid #aeaeae;
    vertical-align: middle;
    padding: 5px;
}
.table01 th {
    font-weight: normal;
    background-color: #E2E7F1;
    text-align: center;
}
.table01 td {
    background-color: #ffffff;
    padding-left: 1em;
}

.table02 {
    color: #333333;
    font-size: 0.9rem;
    border-collapse: collapse;
    width: 100%;
}
.table02 td, .table02 th {
    border: 1px solid #aeaeae;
    vertical-align: middle;
    padding: 5px;
}
.table02 th {
    font-weight: normal;
    background-color: #FFFDEB;
    text-align: center;
}
.table02 td {
    background-color: #ffffff;
    padding-left: 1em;
}
/*.table02 td.fee {
    text-align: left;
    padding: 15px 0 15px 25px;
}*/

.table03 {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 5px;
    border: none !important;
}
.table03 th, .table03 td {
    border-top: none;
    border-bottom: 1px dotted #ddd;
    border-left: none !important;
    border-right: none !important;
    background-color: #FFF;
    padding: 5px 0 !important;
    text-align: left;
    vertical-align: middle;
}
.table03 th {
    font-weight: normal;
    width: 35%;
    padding-left: 10px;
}
.table03 td {
    padding-right: 15px;
}

.table04 {
    border-collapse: collapse;
    width: 100%;
}
.table04 th, .table04 td {
    border-top: 1px dotted #927445;
    border-bottom: 1px dotted #927445;
    background-color: #fff;
    padding: 5px 0px;
    text-align: left;
    vertical-align: middle;
}
.table04 th {
    color: #699383;
    font-weight: normal;
    width: 5.5em;
    padding-left: 15px;
    padding-right: 15px;
}
.table04 td {
    padding-right: 15px;
}

#symposium ul {
  background-color: #E2E7F1;
  color: #6C747A;
  border: dotted #1e366a 1px;/*ドット 色 太さ*/
  padding: 0.5em 0.5em 0.5em 1.5em;

}
#symposium dt {
  font-weight: 600;
  font-size: 0.95em;
}

#symposium dd {
  font-size: 0.85em;
}

#symposium ul li{
  line-height: 1.5;
  padding: 0.5em 0;
  
}

.box01 {
    width: 386px;
    border: 1px solid #d2d2d2;
    background-color: #FFF;
    padding: 20px 10px 20px 10px;
    margin-bottom: 15px;
    color: #333333;
    line-height: 1.2em;
    position: relative;
}
p.event-img {
    position: absolute;
    top: 8px;
    left: 322px;
}
.txt01 {
    padding: 0 15px 10px 15px;
    font-size: 95%;
    line-height: 1.8em;
    text-align: left
}
.txt02 {
    padding: 5px 0 10px 5px;
    margin-bottom: 13px;
    font-size: 95%;
    line-height: 1.7em;
}
.txt04 {
    padding: 0 15px 10px 15px;
    font-size: 95%;
    line-height: 1.8em;
    text-align: left;
}

.sub_title {
    font-size: 1.2em;
}
.sub_title span {
    color: #ec7aad;
    font-size: 1.5em;
}
.name {
    color: #513F24;
}
.gmap {
    margin: 15px 0 5px;
}
.gmap p {
    text-align: right;
    font-size: 85%;
}
.gmap_in {
    border: solid 1px #cebbbb;
}
.box_dl1{
  margin-left: 15px; 
}
.box_dl1 a, .box_dl2 a {
    display: block;
    width: 238px;
    height: 57px;
    padding: 50px 20px 0 150px;
    background-repeat: no-repeat;
    color: #333333;
    font-size: 0.9rem;
    line-height: 1.2em;
    text-decoration: none;
}
.box_dl1 a:link, .box_dl2 a:link, .box_dl1 a:visited, .box_dl2 a:visited, .box_dl1 a:hover, .box_dl2 a:hover {
    color: #333333;
    text-decoration: none;
}
.box_dl1 a {
    background-image: url(../images/btn_dl_off.png);
    background-repeat: no-repeat;
}
.box_dl1 a:hover {
    background-image: url(../images/btn_dl_on.png);
    background-repeat: no-repeat;
}

/*.totop {
    width: 92px;
    height: 28px;
    position: absolute;
    left: 808px;
    top: -29px;
}*/

/* footer */

#footer {
    width: 100%;
    clear: both;
    background: #e29c67;
    margin-top: 0px;
    border-top: 1px solid #e29c67;
}
#footer_in {
    width: 900px;
    height: 180px;
    margin: 0 auto;
    position: relative;
}

.totop {
    width: 92px;
    height: 30px;
    position: absolute;
    left: 807px;
    top: -27px;
}
a .totop_02 {
    width: 92px;
    height: 30px;
    position: absolute;
    left: 807px;
    top: -27px;
    background-color: #e29c67;
    border-left: 1px solid #e29c67;
    border-right: 1px solid #e29c67;
    border-bottom: 0px solid #e29c67;
    border-top: 1px solid #e29c67;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: url(../images/btn_totop_in.png);
    background-repeat: no-repeat;
    background-position: center 8px;
}
a:hover .totop_02 {
    background-color: #e29c67;
}

.logo1 {
    width: 147px;
    height: 41px;
    position: absolute;
    top: 34px;
    left: 1px;
}
.logo2 {
    width: 163px;
    height: 41px;
    position: absolute;
    left: 176px;
    top: 36px;
}
.logo3 {
    width: 117px;
    height: 47px;
    position: absolute;
    top: 95px;
}
.support {
    width: 524px;
    color: #FFF;
    font-size: 0.83em;
    text-align: left;
    position: absolute;
    left: 375px;
    top: 40px;
}
.cr {
    width: 550px;
    color: #FFF;
    font-size: 0.8rem;
    text-align: right;
    position: absolute;
    right: 1px;
    top: 146px;
}

/* padding margin */
.maT5B10 {
    margin-top: 5px;
    margin-bottom: 10px;
}
.maT20 {
    margin-top: 20px;
}
.maT15 {
    margin-top: 15px;
}
.maT10 {
    margin-top: 10px;
}
.maT5 {
    margin-top: 5px;
}
.ma_top5 {
    margin-top: 5px;
}
.maB30 {
    margin-bottom: 30px;
}
.maB20 {
    margin-bottom: 20px;
}
.maB15 {
    margin-bottom: 15px;
    padding-left: 15px;
}
.maB10 {
    margin-bottom: 10px;
}
.maB0 {
    margin-bottom: 0px;
}
.maL05{
    margin-left: 0.5em;
}
.maL01{
    margin-left: 1em;
}
.pa_btm10 {
    padding-bottom: 10px;
}
.pa_t5 {
    padding-top: 5px;
}
/* テキスト装飾 */
strong {
    line-height: 1.7em;
}
.small {
    font-size: 90%;
}
.note {
    color: #e14a68;
}
.align_right {
    text-align: right;
}
.align_center {
    text-align: center;
}
.day {
    color: #919324;
    font-size: 90%;
}
.fri {
    color: #b7ad17;
    font-size: 90%;
}
.sat {
    color: #5d86b4;
    font-size: 90%;
}
.sun {
    color: #e481a2;
    font-size: 90%;
}
/*その他 */
.clear {
    clear: both;
}
.hide-text {
    /* text-indent: 100%; */
    white-space: nowrap;
    overflow: hidden;
}
/*socialPlugIn*/
.social {
    position: absolute;
    width: 220px;
    height: 35px;
    z-index: 5;
    left: 2px;
    top: 256px;/*	float: right;
	width: 410px;
	height: 35px;
	margin-right: 50px;
	margin-top: -170px;
	z-index: 5;*/
}
.social div {
	float: right;
}
/*.twitter {
	color: #000;
	margin: 0 -30px 0 15px;
}
.line {
	margin: -5px 0 0 15px;
}*/

.tw-button {
    width: 80px;
     display: inline-block;
}

.fb-button{
    display: inline-block;
}
.nowrap {
    white-space: nowrap;
}
