* { margin: 0; padding: 0; }

html { 
	overflow-y: scroll; 
	height: 100%;
}

.clear {
	clear: both;
}

img { 
	border: 0;
}


a {
	text-decoration: underline;
}

a:link {
	color:#AA9A00;
	text-decoration:none;
}

a:visited {
	color:#AA9A00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#C93;
}

a:active {
	color:#C93
	text-decoration: underline;
}

a .hover_img1{
	transition:all 0.5s ease; /*0.5秒かけて要素を変化させる*/
}
a:hover .hover_img1{
	opacity: 0.7;/*要素の透明度を指定*/
	filter: alpha(opacity=70); /*ie6、7の透明度指定*/
}

.news_entry a:link {
	color:#000;
}

.news_entry a:visited {
	color:#000;
}

.news_entry a:hover {
	text-decoration: underline;
	color:#C93;
}

body {
	margin:0;
	padding:0;
	/* font-family: 'EB Garamond', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
	font-family: 'Montserrat', sans-serif, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #000;
	line-height: 1.8;
	height: 100%;
/*
	background-image:url(../img/background01.jpg);
*/
	background-position: top center; 
	background-repeat: no-repeat;
	background-attachment: fixed; 
}

body#top {
	background-image: none;
}

#header {
	margin:0 auto 30px;
	
}

#header img{
	width: 250px;
	
}


#footer{
/*	font-family: 'EB Garamond', serif; */
	width:100%;
	font-size:12px;
	text-align:center;
}

#wrapper {
	height: 100%;
}

#container {
	width:85%;
	max-width:1000px;
	padding:30px;
/*	background-color:rgba(255,255,255,0.9); */
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

#menu {
	margin-top:30px;
	margin-right:60px;
	width:690px;
	float:left;
}

.menu_title {
/*	font-family: 'EB Garamond', serif; */
	padding:2px 0;
	border-top: #666 2px solid;

}

.menu_box {
	width:200px;
	margin-right: 30px;
	margin-bottom:30px;
	float:left;
}

.menu_text {
	margin-top:10px;
	font-size:12px;
	line-height:1.3em;
	padding-left:5px;
}

#news_box {
	width:250px;
	float:left;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
}

#news_list {
	border-top:#666 2px solid;
	background-color:#fff;
	padding:10px;
}

.news_entry {
	margin:10px 0;
	padding:0 0 10px;
	border-bottom: #CCC 1px solid;
	color:#000;
	font-size:12px;
}

#page_header {
	padding-bottom:1.4em;
/*	font-family: 'EB Garamond', serif; */
	font-size:1.5em;
	border-bottom: 1px solid #827D7D;
}

#main {
	width:620px;
	float:left;
	margin-right:30px;
}

#topimg img{
	width:100%;
}

.entry {
	margin:30px 0;
	padding-bottom:30px;
	border-bottom:solid 1px #827D7D;
}

.entry_date {
	font-size:1.0em;
}

.entry_title {
	font-size:1.2em;
	margin-bottom:10px
}

.entry_body {
	font-size:0.9em;
}

.entry img{
	max-width: 600px;
	margin-bottom:30px;
	height: auto;
	width /***/:auto;　/*IE8のみ適用*/
}

#side {
	margin-top:30px;
	width:290px;
	float:left;
}

.side_title {
	padding: 5px 0;
/*	font-family: 'EB Garamond', serif; */
    border-top: 1px solid #827D7D;
    border-bottom: 1px solid #827D7D;
	margin-bottom:10px;
}

.list_box ul  {
	margin-left: 20px;
}

.list_box ul li {
	list-style-type:square;
	font-size:0.8em;
}

.list_box {
	margin-bottom:100px;
}

#bio_photo {
	margin-top:30px;
	width:100%;
}

#bio_text {
	font-size:0.8em;
	margin:30px 0;
}

.disco_box{
	margin:30px 0;
	font-size:0.8em;
}

.disco_jk {
	width: 300px;
	float:left;
}

.disco_txt1 {
	margin-left:30px;
	width:17%;
	float:left;
}

.disco_txt2 {
	margin-left:30px;
	width:20%;
	float:left;
}

.disco_no {
}

.disco_title {
	font-size:1.5em;
	margin-bottom:30px;
}

.disco_detail {
}

.bn {
	padding-bottom:30px;
}

#news_box .bn {
}

dl {
  width:360px;
  margin-left:30px;
}
dt {
  float:left;
  clear:left;
  width:60px;
}
dd {
  float:left;
  width:300px;
}



.pagenate {
text-align:center;
margin-bottom:50px;
}
.pagenate ul {
/*blog.css で ul に margin-left 30px が設定されているため*/
margin-left:0;
}
.pagenate ul li {
list-style-type : none;
display:inline;
background-color:#fff;
}
.pagenate  ul li a {
text-decoration:none;
border:1px solid #ccc;
padding:1px 7px;
color:#336699;
}
.pagenate  ul li a:hover {
background-color:#C93;
color:#fff;
border:1px solid #C93;
}
.pagenate  ul li a:visited {
/*必要なら*/
}
.pagenate  ul span.current_page {
padding:1px 5px;
color:#000;
}

/* navi -------------------------------------- */

#navi {
  margin-bottom : 1.5em;
  background-color: #FFF;
  border-top: 1px solid #827D7D;
  border-bottom: 1px solid #827D7D;
  width: 100%;   /* 幅を100％に */
  z-index: 100;  /* 必要に応じて */
  margin-top: 0;
  /* font-family: 'EB Garamond', serif; */
}
 
#navi ul {
  overflow : hidden;     /* 必要に応じて */
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#navi ul li a {
  display : block;
  color : #000;
  padding : 0.8em 0;
}
 
#navi ul li a:hover {
  color:#000;
  background-color : #EEE;
  text-decoration:none;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #999;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #666;
}

#bio_photo img{
	width:100%;
}
#navi ul li {
	display: inline-block;
	padding-right: 40px;
/*
	width : 12%;
	float : left;
*/
}  
.slicknav_menu {
	display:none;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width : 640px){

a:link {
	color:#AA9A00;
}

#menu {
/*		display:none; */
	width:100%;
}

#container {
	width:90%;
	padding:10px 5%;
}

#main {
	width:100%;
	margin-right:0px;
}

.bn img{
	width:100%;
}

#side {
	width:100%;
}

#side img{
	width:100%;
}

.entry_body img {
	width:100%;
}

#news_box {
	width:100%;
}

  #navi {
    width: 100%;   /* メニュー（ナビ）の幅を固定 */
  }  

#navi ul li {
  width : 100%;    /* 幅を100％に */
}

  #navi ul li a {
    padding : 0.6em 0;
  }

	img { 
		float : none ; 
		max-width : 100% ;
		height : auto ;
	}

	#header img{
		width:50%;
	}

	.disco_jk img{
		width:90%;
	}

	.disco_txt1 {
		margin-left:0px;
		width:100%;
		margin-top:20px;
	}

	.disco_txt2 {
		margin:20px 0;
		width:100%;
	}

	#navi {
		display:none;
	}

	.slicknav_menu {
		display:block;
	}

	#page-top {
	    position: fixed;
	    bottom: 10px;
	    right: 10px;
	    font-size: 77%;
	}
	#page-top a {
	    background: #999;
	    text-decoration: none;
	    color: #fff;
	    width: 80px;
	    padding: 10px 0;
	    text-align: center;
	    display: block;
	    border-radius: 5px;
	}
	#page-top a:hover {
	    text-decoration: none;
	    background: #666;
	}

	/*背景色などのカスタマイズ*/
	.slicknav_nav li {
	  border-top: 1px solid #CCC;
	}
	.slicknav_menu {
	  background-color: #fff !important;
	}
	.slicknav_menu a:hover {
	  color: #666 !important;
	}
	.slicknav_btn {
	  background-color: #000 !important;
	}
}

/* navi -------------------------------------- */


