@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/


/********************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}


ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}


/*  Common Elements
---------------------------------------------------------- */

body {
  line-height:1.2;
  color: #333;
  font: 14px/1.3 sans-serif;
  -webkit-text-size-adjust: 100%;
}

#page {
  background: #ffffff;
  width: 100%;
  padding-left: 10px;
}



/************************************************************************/
/*  スマホ用　横960pix未満のとき。320pixがギリでフルードレイアウト　　　*/
/************************************************************************/


/*  Header　(SmartPhone)
---------------------------------------------------------- */

#globalHeader {
  /*
  background: #66cc66;
  */
  background: #fff;
  width: 100%;
  border:solid 1px #666;
  margin-bottom: 5px;
  /* margin: 1px; */
}

#globalHeader #title1 {
  text-align:center;
  background: #66cc66;
　
}

#globalHeader #title1 img {
	width: 320px;
}

#globalHeader #title2 {
  text-align:center;
  background: #006600;
　
}

#globalHeader #title2 img {
	width: 320px;
}

#globalHeader #title3 {
  text-align:center;
  background: #FFFFFF;
　
}

#globalHeader #title3 img {
	width: 320px;
}

#globalHeader #titlePC {
	display: none;
}

button {
	font-size: 12px;
	line-height: 1.5;
	width: 32.5%;
  }

button a {
	text-decoration: none;
	color: #333;
	display: block;
} 


header a {
	text-decoration: none;
	color: #333;
	display: block;
}

/*  メッセージ行
---------------------------------------------------------- */
#message_red {
  border-bottom:1px solid #ccc;
  font-size: 16px;font-weight: bold;
  color: red;
  padding-left: 10px;
}

#message_black {
  border-bottom:1px solid #ccc;
  font-size: 16px;font-weight: bold;
  color: black;
  padding-left: 10px;
}


/* 概要　*/
#intoro {
  width: 95%;
  margin: 0px 0px 0px 2px;
  border-bottom:1px solid #ccc;
  padding: 5px 15px 5px 15px; 
}



/* 開催日　*/
#date {
   /* width: 300px; */
  /*border-bottom: 1px solid #ccc;*/
 /* padding: 5px 15px 5px 15px; */ 
  padding: 5px auto; 
}

#schedule {
  color: #333;
  font-family: helvetica, arial;
  font-size:24px;
  font-weight:800;
  text-align:center;  
  width: 100%;
  margin: 0px auto;
  
}

#date ul {
/*	position:relative; */
padding-bottom: 20px;
}

.MMDD {
  color: #333;
  font-family: helvetica, arial;
  font-size:24px;
  font-weight:800;
/*
  float:left;
  width: 50%;
*/
  height: 25px;
  text-align:center;  
  display:block;
}

/*
.MMDD_cancel {
  color: #333;
  font-family: helvetica, arial;
  font-size:20px;
  font-weight:800;
  float:left;
  width: 50%;
  height: 25px;
  text-align:center;  
  display:block;

  }

*/


#date ul:after
{
  content: "";
  clear: both;
  display: block;

}

/* 場所・時間　*/
#place {
  width: 95%;
  color: #333;
  font-family: sans-serif;
  font-size:14px;
  font-weight:700;
  border-top: 1px solid #ccc;
  padding: 5px 15px 5px 15px; 
  margin-left:2px;
}

#place ul li {
	float: left;
}

#place ul:after

{
  content: "";
  clear: both;
  display: block;

}

#top:after

{
  content: "";
  clear: both;
  display: block;

}


section.access ul,
section.link ul
{
	margin: 8px 5px 20px 5px;
	list-style-type:none;
}


/*********************
行のクリアフィックス
*********************/ 

.row
{
  content: "";
  clear: both;
  display: block;

}


/**************************************************/
/* アコーディオン・リンクの設定
/**************************************************/

/* 背景グラデーション　*/
#subcontents ul li,
section.link div ul li,
section.access h2, 
section.volunteer h2,
section.link h2


{
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
  background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
  background-image: linear-gradient(to bottom, #ffffff, #efefef);
  border-top: 1px solid #ccc;
}


/* ボタン画像(アコーディオン)　*/
section.access div h2 span,
section.link div h2 span
{
  background-image: url(icon/icon_minus_white.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-hegiht: 1;
  padding: 12px 10px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}

/* ボタン画像(リンク)　*/
#subcontents ul li a,
section.link div ul li a
{
  background-image: url(icon/icon_arrow_black.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-hegiht: 1;
  padding: 12px 10px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}


/* 行間等設定(アコーディオン)　*/
section.access div ul li,
section.link div h2 ul li

{
	margin: 0px 0px 5px 0px;
}


/**************************************************/
/* アコーディオン　トグル設定　　　　　　　　　　 */
/**************************************************/

.toggle div h2 span {
 background-image: url(icon/icon_minus_white.png);
 }

.toggle.close div h2 span {
  background-image: url(icon/icon_plus_white.png);
}


.toggle.close ul {
  display: none;
}


/**************************************************/
/* フッター　　　　　　　　　　　　　　　　　　　 */
/**************************************************/

p#footertext {
  background: #66cc66;
  color: #fff;
  font-family: helvetica, arial;
  padding: 5px 0;
  text-align: center;
  /*
  text-shadow:#ffffff 0px 1px 2px;
  */
}

/*******************************************************/
/*
/* 【スマホ高解像度モニター用 devicePixelRatio: 2.0】  */
/*
/*******************************************************/
@media screen and (-webkit-min-device-pixel-ratio:2){

　/* ボタン画像(リンク)　*/
  section.link div ul li a 
  {
    background-image: url(icon/icon_arrow_black_2x.png);
    background-size: 18px 13px;
  }

  
  /* アコーディオントグル設定　*/
  .toggle div h2 span {
    /*
	background-image: url(icon/icon_minus_white_2x.png) !important;
	*/
    background-image: url(icon/icon_minus_white_2x.png);
    background-size: 34px 24px !important;
  }

  .toggle.close div h2 span {
   /* background-image: url(icon/icon_plus_white_2x.png) !important;
   */
    background-image: url(icon/icon_plus_white_2x.png);
    background-size: 34px 24px !important;
  }

}


/************************************************************************/
/*  PC用　横768pix以上 768pixでレイアウト　　　　　　　　　　　　　　　*/
/************************************************************************/
@media screen and (min-width:768px){

#page{
	margin: 0px auto;
	width: 768px;
  border: 1px solid #ccc;

}

/*  Header　(pc)
---------------------------------------------------------- */

#globalHeader {
   background: #fff;
  width: 100%;
   border: none;
  /* margin: 1px; */
}

#globalHeader #title1 {
	display: none; 
　
}

#globalHeader #title1 img {
	width: 320px;
}

#globalHeader #title2 {
	display: none;
　
}

#globalHeader #title2 img {
	width: 320px;
}

#globalHeader #title3 {
	display: none;

}

#globalHeader #title3 img {
	width: 320px;
}

#globalHeader #titlePC {
  text-align:center;
  background: #FFFFFF;
  display:block;
}

#globalHeader #titlePC img {
	width: 766px;
}


/*  Top 　(pc)　先頭固定行
---------------------------------------------------------- */

/*  メッセージ行
---------------------------------------------------------- */
#message {
  border-bottom: 0px solid #ccc; 
  border-top:1px solid #ccc;
	  
  font-size: 16px;font-weight: bold;
  color: red;
  padding-left: 10px;
}



/* 概要　*/
#intoro {
  width: 280px;
  height: 210px;
  margin: 0px 0px 0px 2px;
  border: 1px solid #ccc;
  padding: 5px 15px 5px 15px; 
  float:left;
}



/* 開催日　*/
#date {
  width: 262px;
  height: 210px; 
  border: 1px solid #ccc;
  float:left;
  padding: 5px 15px 5px 15px; 
  margin-left:2px;
}

#schedule {
  color: #333;
  font-family: helvetica, arial;
  font-size:24px;
  font-weight:800;
  text-align:center;  
  width: 100%;
  margin-bottom:10px;
  
}

#date ul {
	position:relative;
}

.MMDD {
  color: #333;
  font-family: helvetica, arial;
  font-size:20px;
  font-weight:800;
/*
  float:left;
  width: 50%;
*/
height: 26px;
  text-align:center;  
  display:block;
}

/*
.MMDD_cancel {
  color: #333;
  font-family: helvetica, arial;
  font-size:20px;
  font-weight:800;
  float:left;
  width: 50%;
  height: 26px;
  text-align:center;  
  display:block;
*/

}



#date ul:after
{
  content: "";
  clear: both;
  display: block;

}

/* 場所・時間　*/
#place {
  width: 122px;
  height: 210px; 
  color: #333;
  font-family: sans-serif;
  font-size:18px;
  font-weight:800;
  border: 1px solid #ccc;
  float:left;
  padding: 5px 15px 5px 15px; 
  margin-left:2px;
}

#top:after

{
  content: "";
  clear: both;
  display: block;

}


  /**************************************************/
  /* アコーディオン・リンクの設定
  /**************************************************/
  
  /* 背景　*/
  /*　アコーディオンエリア　背景色・枠　*/
  section.access h2,
  section.link div h2

  {
	border-left:#393 20px solid;
	border-top:#393 1px solid;
	border-right:#393 1px solid;
	border-bottom:#393 1px solid;
	background-color:#fff;
  }

  /* ボタン画像 クリア　*/
  
  section.access div h2 span,
  section.link div h2 span
  {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-hegiht: 1;
  padding: 3px 5px;
  text-shadow: none;
  }
  

  /* トグル　*/
  .toggle.close ul {
    display: block;
  }
  

  .toggle.close div h2 span {

	background-color:#CFC; 
	background-image: none;
}


  section.link div ul:after {
    content: "";
    clear: both;
    display: block;
  }

  section.link div ul li
  {
    background-image:none;
    border-top:none;


    display:block;
    float:left;

    margin: 3px;
  }

  section.link div ul li a
  {
　  background-color:transparent;
    background-image: non;
    background:#ffffff;
 
    display:block;
    width: 280px;
    height: 20px;
    text-align:center;
    padding: 10px 5px;
 
    border: 1px solid  #66cc66;
    border-radius: 10px;
  
    font-size: 14px;
    font-weight: bold;
    line-hegiht: 1;
    }

  section.link div ul li a:hover
  {
    opacity: 0.6;
    }

  #subcontents
  {
  	margin-top:5px;
	margin-left:2px;
	margin-right:2px;
	padding: 5px;
    border: 1px solid #ccc;


  }
  
  #subcontents:after {
    content: "";
    clear: both;
    display: block;
  }

  #subcontents a
  {
　  background-color: transparent;
    background-image: non;
    background: #ffffff;
 
    width: 340px;
    height: 20px;
    text-align:center;
    padding: 10px 5px;
 	margin-left: 10px;
	
    border: 1px solid  #66cc66;
    border-radius: 10px;
  
    font-size: 14px;
    font-weight: bold;
    line-hegiht: 1;
	float:left;
    }



/**************************************************/
/* セクションごと個別設定(列設定)　　　　　　　　 */
/**************************************************/
 
  section.access
  {
	float:left;
	width: 410px;
 	display:block;
  }
  

  .map
  {
  float:right;
  display: block;
  }

  .datetext
  {

  display: block;
  width: 250px;
  font-size:16px;
  height: 60px;
  
  }

  .accesstext
  {

  display: block;
  width: 100px;
  font-size:11px;
  
  }


  section.link
  {
	float:left;
	width: 320px;
 	display:block;
  }
 
  /* 五行目　*/ 
  
  .sectionarea
  {
	  margin: 5px;
  }



  /* 960用終了