﻿@charset "utf-8";

/*===============================================
 書式設定・その他
=================================================*/
#content h1 {
  width:790px;
  margin-bottom: 20px;
  padding: 5px;
  background: #c7ed4a url('images/back_category_title_all.gif') no-repeat;
  font-size: 150%;
  font-weight: bold;
}

#content h2 {
	width:770px;
	background: url(images/back_h3.gif) repeat-y;
	padding: 5px 5px 5px 25px;
}

#content #calender_info {
	width:770px;
	font-weight: normal;
	font-size: 1em;
	border: 2px solid #C7ED4A ;
	padding: 10px 10px 10px 10px;	
	margin-bottom: 3em;
}

#content li {
	margin-left: 2em;
	padding-bottom: 0.5em;
}

#koukoku ul{
	padding:0.5em;
	text-align: left;
}
#koukoku li{
	display: inline;
	list-style-type: none;
	padding: 2px 2px 5px 2px;
}
#koukoku_right li{
	list-style-type: none;
}
#koukoku_right img{
	padding:0em 0em 0.25em 1.2em;
}

@media only screen and (max-width: 640px) {
  
  div#content h1 { width: 100%; margin-bottom: 1em; padding: 5px 5px 5px 10px; border-left: var(--green1) solid 8px; background: none; color: var(--text); }
  div#content h1 img { display: none; }
  div#content h2 { width: 100%; margin: 10px 0; padding: 5px 5px 4px; border: none; border-bottom: solid 1px #ccc; border-radius: 2px; background: #ddd; }
  div#content div#calender_info { width: 100%; margin-bottom: 1em; padding: 0; border: none; }
  
}