@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
  width: 100%;
  background-color:#FFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#000;
}
a {
  color:#000;
  text-decoration:none;
}
a:hover {
  color:#333;
  text-decoration:underline;
}
/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
  text-align:center;
}
header h1 {
  margin:0 auto;
  padding:15px 5px 7px 5px;

}

header h1#top img {
  width:100%;
  max-width:200px;
}
header {
  position:relative;
  overflow:hidden;
}
header ul#s_nav {
  margin-bottom:15px;
  position:relative;
  left:50%;
  float:left;
}
header ul#s_nav li {
  float:left;
  position:relative;
  left: -50%;
}
header ul#s_nav li a {
  display:block;
  font-size:0.8em;
  margin-right:20px;
  padding-left:20px;
}
header ul#s_nav li.contact a {
  background:url(../images/icn_contact.jpg) no-repeat left center;
}
header ul#s_nav li.news a {
  background:url(../images/icn_news.jpg) no-repeat left center;
}
header ul#s_nav li.sitemap a {
  background:url(../images/icn_sitemap.jpg) no-repeat left center;	
}
header p {
  width:100%;
}
header p img {
  width:100%;
  height:auto;
  max-width:960px;
}

/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/
nav ul {
  margin-bottom: 15px;
}
nav ul li {
  text-align: center;
  float: left;
  width: 50%;
  border-bottom: 2px solid #000;
}
nav ul li:nth-child(odd) {
  width: 49%;
  border-right: 1px dotted #000;
}
nav ul li a{
  display: block;
  width: 100%;
  padding-top:8px;
  padding-bottom:8px;

}

/*==========================================
 コンテンツエリア全体のスタイル
===========================================*/
div#contents {
  background: url(../images/web_mark.jpg) no-repeat bottom;
  padding-bottom: 110px;
}
/*==========================================
 コンテンツエリア -> WEBTVのスタイル
===========================================*/
div#contents section#webtv h2 {
  margin: 0 0 15px 5px;
  color:#900;
  font-size:130%;
  font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  
  

}
div#contents section#webtv article {
  text-align: center;
  width: 100%;
  min-width: 120px;
  float: left;
  margin-bottom: 30px;
}
div#contents section#webtv article img {
  width: 100%;
  height: auto;
  max-width: 315px;
} 
div#contents section#webtv article h3 {
  font-size: 0.9em;
  font-weight: bold;
}
div#contents section#webtv article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
}
section#webtv article ul{
	text-align:left;
}

section#webtv article ul li.date{
	font-size:0.8em;
	font-weight:bold;
}
section#webtv article ul li.subttl{
	font-size:1em;
	font-weight:bold;
}
section#webtv article ul li.url{
	font-size:0.8em;
	font-weight:normal;
}
section#webtv article ul li.program{
	font-size:0.8em;
	font-weight:normal;
}
/*==========================================
 コンテンツエリア -> archive_kaoriのスタイル
===========================================*/
div#contents section#archive_kaori h2 {
  margin: 0 0 15px 5px;
  color:#900;
  font-size:130%;
  font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  
  

}
div#contents section#archive_kaori article {
  text-align: center;
  width: 100%;
  min-width: 120px;
  float: left;
  margin-bottom: 30px;
}
div#contents section#archive_kaori article img {
  width: 100%;
  height: auto;
  max-width: 315px;
} 
div#contents section#archive_kaori article h3 {
  font-size: 0.9em;
  font-weight: bold;
}
div#contents section#archive_kaori article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
}
sectionarchive_kaori article ul{
	text-align:left;
}

section#archive_kaori article ul li.date{
	font-size:0.8em;
	font-weight:bold;
}
section#archive_kaori article ul li.subttl{
	font-size:1em;
	font-weight:bold;
}
section#archive_kaori article ul li.url{
	font-size:0.8em;
	font-weight:normal;
}
section#archive_kaori article ul li.program{
	font-size:0.8em;
	font-weight:normal;
}

div#contents section#archive_kaori h2{
	border:solid 1px #660000;
	padding:5px;
	margin-top:10px;
	background-color:#FFC;
}
/*==========================================
 コンテンツエリア -> PERFORMER のスタイル
===========================================*/
div#performer section#artist {
	border-bottom:#090 solid;

	margin-bottom:20px;
}
section#artist article.profi{
	padding-left:0.5em;}
	
section#artist article.profi h3{
	font-size:150%;
	border-bottom:solid 1px;
}
section#artist article.profi p{
	padding-top:5px;
	padding-bottom:10px;
	line-height:1.5em;
	
}


/*==========================================
 コンテンツエリア -> NEWSのスタイル
===========================================*/
div#contents section#news {
  margin-left: 5px;
}
div#contents section#news h2 {
  margin: 0 5px 15px 0;
  background: url(../images/bg_headerLine.jpg) repeat-x bottom;
  padding-bottom: 10px;
}
div#contents section#news article h3 {
  font-size: 0.7em;
  background: url(../images/icn_arrow.jpg) no-repeat center left;
  margin-bottom: 10px;
  padding-left: 7px;
}
div#contents section#news article p {
  line-height: 1.4em;
  font-size: 0.8em;
  margin: 0 0 20px 10px;
}
div#contents section#news article p a {
  text-decoration: underline;
}
div#contents section#news article p a:hover {
  text-decoration: none;
}
div#contents section#news ul {
	line-height:1.5em;
	list-style:disc;
	margin-left:5%;
}
/*==========================================
 コンテンツエリア -> INFORMATIONのスタイル
===========================================*/
div#contents section#information {
  text-align: center;
  margin-left: 5px;
} 
div#contents section#information h2 {
  text-align: left;
  margin: 0 5px 15px 0;
  background: url(../images/bg_headerLine.jpg) repeat-x bottom;
  padding-bottom: 10px;
}
div#contents section#information ul li {
  width: 100%;
  margin-bottom: 5px;
}
div#contents section#information ul li img {
  width: 98%;
  height: auto;
  max-width: 470px;
}
/*==========================================
 サブページ -> Festaのスタイル
===========================================*/
section#festa-event{
	margin-left:10px;
}
section#festa-event ul{
	list-style:disc;
	margin-left:20px;
	line-height:1.5em;
}

div#contents section p.flyer img {
  width:100%;
  height:auto;
  max-width:595px;
}
/*==========================================
 ページトップへボタンのスタイル
===========================================*/
a#pagetopBtn img {
  position: fixed;
  bottom: 10px;
  right: 1px;
}

/*==========================================
 フッターのスタイル
===========================================*/
footer {
  border-top: 10px solid #000;
}
footer div {
  margin: 20px 0 0 20px;
  text-align:center;
}
footer div p {
  font-size: 0.7em;
  line-height: 2.0em;
}
footer div small {
  font-size: 0.6em;
}

/*==========================================
Media Queriesによる切り替え

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
/* スマートフォン380～480px向けのレイアウトの指定：481px～780px */
@media only screen and (min-width: 381px) {
  header {
    position:static;
    overflow:visible;
  }
  header h1 {
    text-align:left;
    padding:15px 5px 7px 5px;
    width:200px;
    float:left;
  }
  header h1 img {
    width:100%;
  }
  header ul#s_nav {
    float:right;
    margin-top:20px;
    position:static;
  }
  header ul#s_nav li {
    float:left;
    position:static;
  }
  nav {
    text-align: center;
    border-bottom: 3px double #000;
    margin: 10px auto 15px auto;
  }
  nav ul li {
    text-align: center;
    float: left;
    width: 49%;
    border-bottom: none;
    border-right: 1px dotted #000;
  }
  nav ul li:nth-child(odd) {
    width: 49%;
    border-bottom: none;
  }
  nav ul li.home {
    border-left: none;
    margin-left: 1px;
  }
  nav ul li.contact {
    border-right: none;
  }
  nav ul li a{
    display: block;
  }
   div#contents section#webtv article {
    width: 49%;
  }
  div#contents section#webtv article h3 {
    line-height: 2.0em;
  }
  div#contents section#webtv article p {
    font-size: 0.8em;
    line-height: 2.0em;
  }
  section#artist article.artimg{
	  float:left;
  }
  section#artist article.profi{
	  float:left;
  }
   div#contents section#archive_kaori article {
    width: 49%;
  }
  div#contents section#archive_kaori article h3 {
    line-height: 2.0em;
  }
  div#contents sectionarchive_kaori article p {
    font-size: 0.8em;
    line-height: 2.0em;
  }
}
/* タブレット向けのレイアウトの指定：481px～780px */
@media only screen and (min-width: 581px) {
  header {
    position:static;
    overflow:visible;
  }
  header h1 {
    text-align:left;
    padding:15px 5px 7px 5px;
    width:200px;
    float:left;
  }
  header h1 img {
    width:100%;
  }
  header ul#s_nav {
    float:right;
    margin-top:20px;
    position:static;
  }
  header ul#s_nav li {
    float:left;
    position:static;
  }
  nav {
    text-align: center;
    border-bottom: 3px double #000;
    margin: 10px auto 15px auto;
  }
  nav ul li {
    text-align: center;
    float: left;
    width: 16%;
    border-bottom: none;
    border-right: 1px dotted #000;
  }
  nav ul li:nth-child(odd) {
    width: 17%;
    border-bottom: none;
  }
  nav ul li.home {
    border-left: none;
    margin-left: 1px;
  }
  nav ul li.contact {
    border-right: none;
  }
  nav ul li a{
    display: block;
  }
   div#contents section#webtv article {
    width:33%;
  }
  div#contents section#webtv article h3 {
    line-height: 2.0em;
  }
  div#contents section#webtv article p {
    font-size: 0.8em;
    line-height: 2.0em;
  }
  section#artist article.artimg{
	  float:left;
  }
  section#artist article.profi{
	  float:left;
  }
   div#contents section#archive_kaori article {
    width:33%;
  }
  div#contents section#archive_kaori article h3 {
    line-height: 2.0em;
  }
  div#contents section#archive_kaori article p {
    font-size: 0.8em;
    line-height: 2.0em;
  }
  
}
/* PC向けおよび大型タブレット向けのレイアウトの指定：781px～980px */
@media only screen and (min-width: 781px) {
  header {
    position:static;
    overflow:visible;
  }
  header h1 {
    text-align:left;
    padding:15px 5px 7px 5px;
    width:200px;
    float:left;
  }
  header h1 img {
    width:100%;
  }
  header ul#s_nav {
    float:right;
    margin-top:20px;
    position:static;
  }
  header ul#s_nav li {
    float:left;
    position:static;
  }
  nav {
    text-align: center;
    border-bottom: 3px double #000;
    margin: 10px auto 15px auto;
  }
  nav ul li {
    text-align: center;
    float: left;
    width: 16%;
    border-bottom: none;
    border-right: 1px dotted #000;
  }
  nav ul li:nth-child(odd) {
    width: 17%;
    border-bottom: none;
  }
  nav ul li.home {
    border-left: none;
    margin-left: 1px;
  }
  nav ul li.contact {
    border-right: none;
  }
  nav ul li a{
    display: block;
  }
  div#contents section#webtv article {
    width: 24%;
  }
  div#contents section#webtv article h3 {
    line-height: 2.0em;
  }
  div#contents section#webtv article p {
    font-size: 0.8em;
    line-height: 2.0em;
  }
  section#artist article.artimg{
	  float:left;
  }
  section#artist article.profi{
	  float:left;
  }
  div#contents section#archive_kaori article {
    width: 24%;
  }
  div#contents section#archive_kaori article h3 {
    line-height: 2.0em;
  }
  div#contents section#archive_kaori article p {
    font-size: 0.8em;
    line-height: 2.0em;
  }
}

/* PC向けレイアウトの指定：961px以上では固定レイアウト */
@media only screen and (min-width: 981px) {
  header {
    width:980px;
    margin-left:auto;
    margin-right:auto;
  }
  nav {
    max-width: 980px;
  }
  nav ul{
    margin-left: auto;
    margin-right: auto;
  }
  nav ul li:nth-child(odd) {
    border-bottom: none;
  }
  nav ul li.home {
    border-left: 1px dotted #000;
  }
  nav ul li.contact {
    border-right: 1px dotted #000;
  }
  div#contents {
    max-width: 980px;
    margin: 0 auto;
  }
  div#contents section#webtv article {
    width:24%;
  }
  div#contents section#webtv article h3 {
    line-height: 2.2em;
  }
  div#contents section#news {
    width: 49%;
    float: left;
  }
  div#contents section#information {
    width: 49%;
    float: right;
  }
  footer {
    text-align: center;
  }
 section#artist{
	 
 }
  section#artist article.artimg{
	  float:left;
  }
  section#artist article.profi{
	  float:left;
  }
   div#contents section#archive_kaori article {
    width:24%;
  }
  div#contents section#archive_kaori article h3 {
    line-height: 2.2em;
  }

}