@charset "utf-8";
/* clearfix */
.cf{zoom: 1;}
.cf:before, cf:after{content:""; display:table;}
.cf:after{clear:both;}

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

/*==========================================
 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;

}
a:hover {
  color:#03F;
  text-decoration:underline;
}
div#stage{
	width:100%;
}

	
/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
  text-align:center;
    position:relative;
  overflow:hidden;
  width:100%;
 
}
header h1 {
  margin:0 auto;
  padding:15px 5px 7px 5px;
  width:100%;
}
header h1 img {
  width:100%;
  max-width:265px;
}

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#nav{
	width:100%;
}
nav#nav ul {
  margin-bottom: 15px;
  width:100%;
}
nav#nav ul li {
  text-align: center;
  float: left;
  width: 49%;

  border-right: 1px dotted #000;
}
nav#nav ul li a{
  display: block;
  width: 100%;
  margin:1px auto;
  background-color:#03F;
  color:#FFF;
  text-decoration:none;
  padding:5px 0;
   border-bottom:solid 1px #FFFFFF;
} 
nav#nav ul li a:hover{

  background-color:#06F;

} 

/* カレント表示用クラス*/
.active{
	background-color:#000000;
}
/*==========================================
 コンテンツエリア全体のスタイル
===========================================*/
div#contents {
  background: url(../image/medakacut.jpg) no-repeat bottom;
  padding-bottom: 90px;
  margin-left:10px;
}

div#contents section h2 {
  margin:0 auto 35px auto;
  background-color:#C90;
  color:#FFF;
  font-size:1.3em;
  text-align:center;
  padding:10px;
  width:95%;  
}
/*==========================================
 コンテンツエリア -> WORKSのスタイル
===========================================*/
div#contents section#work h2 {
  margin: 0 0 15px 5px;
}
div#contents section#work article {
  text-align: center;
  width: 50%;
  min-width: 120px;
  float: left;
  margin-bottom: 30px;
}
div#contents section#work article img {
  width: 100%;
  height: auto;
  max-width: 184px;
} 
div#contents section#work article h3 {
  font-size: 0.9em;
  font-weight: bold;
}
div#contents section#work article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
}
/*==========================================
 コンテンツエリア -> NEWSのスタイル
===========================================*/
div#contents section#news {

}
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: 0px;
  padding-left: 7px;
  color:#00F;
}
div#contents section#news article p {
  line-height: 1.4em;
  font-size: 0.8em;
  margin: 0 0 10px 10px;
}
div#contents section#news article p a {
  text-decoration: underline;
}
div#contents section#news article p a:hover {
  text-decoration: none;
}
/*==========================================
 コンテンツエリア -> INFORMATIONのスタイル
===========================================*/
div#contents section#information {
  text-align:left;
  margin-left: 5px;
  line-height:1.5em;
} 
div#contents section#information h1{
    margin: 10px 0 10px 0;
    background-color:dodgerblue;
    color:aliceblue;
	font-size:1.5em ;
    padding:8px;
    text-align:center;
}
div#contents section#information aside#lead_copy{
	border:dotted 2px #000000;
	margin:10px;
	width:auto;
	padding:10px;
	line-height:1.8em;
}


/*==========================================
 コンテンツエリア -> MESSAGEのスタイル
===========================================*/
div#contents section#message {
  text-align:left;
  margin-bottom:10px;
} 

div#contents section#message article {
	border:solid 1px #FF9933;
	margin:0.6em;
	padding:0.6em;
	background-color:#fff7f0;
	line-height:1.8em;
		}
	
div#contents section#massage ul li {
  width: 100%;
  margin-bottom: 5px;
}
div#contents section#message article samp.special_name{
    font-weight: bold; 
}
div#contents section#message p.yomoyamahanasi{
    margin: 10px 0 10px 10px; 
    
}
/*==========================================
 コンテンツエリア -> PLEASEのスタイル
===========================================*/
div#contents section#please{
}
div#contents section#please h2{
	font-size:1.5em;
	margin-top:10px;
}

div#contents section#please ul{
	margin:5px 0 0 30px;
	list-style:disc;
	line-height:1.5em;
}
div#contents section#please div.address{
	margin:10px 0 0 20px;
	line-height:1.5em;
}
div#contents section#please div.address ul{
	list-style:none;
}
div#contents section#please aside.info{
	border:dotted 1px #FF9933;
	background-color:#fff7f0;
}

/*==========================================
 コンテンツエリア ->MEMORIALのスタイル
===========================================*/
div#contents section#memorial{
}
header p img {
  width:100%;
  height:auto;
  max-width:960px;
}
div#contents section#memorial h2 {
  margin:0 auto 35px auto;
  background-color:#C90;
  color:#fff;
  font-size:1.3em;
  text-align:center;
  padding:10px;
  width:95%;  
}

div#contents section#memorial figure img{
	 width:100%;
  height:auto;
  max-width:960px;
	
}
div#contents section#memorial article.memo{
	border:dotted 1px #FF9933;
	background-color:#fff7f0;
	padding:5px;
	line-height:1.5em;
}
div#contents section#memorial figure{
	width:98%;
	margin:10px auto;
}
div#contents section#memorial article ul.memorial {
	margin:20px;
	line-height:2em;
	list-style:disc;
}


div#contents section#memorial aside.info{
	padding:10px;
	line-height:1.5em;
}
div#contents section#memorial article#kinenshi h2{
	border:solid 1px #0066CC;
	  color:#03F;
	font-size:1.5em;
	text-align:center;
	margin-bottom:10px;
	background-color:#f0ffff;
	padding:5px;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
div#contents section#memorial article#kinenshi div{
	margin-left:auto; 
	margin-right:auto;
}
div#contents section#memorial article#kinenshi div ul{
	margin-left:10px;
}
div#contents section#memorial article#kinenshi div ul li{
	display:block;
	margin-bottom:5px;
}
div#contents section#memorial article#kinenshi div ul li a{
	text-decoration:underline;
	color:#03C;
}
/*==========================================
 コンテンツエリア ->ACCESSのスタイル
===========================================*/
div#contents section#access{
}
div#contents section#access h2 {
  margin:0 auto 35px auto;
  background-color:#C90;

  color:#FFF;
  font-size:1.3em;
  text-align:center;
  padding:10px;
  width:95%;  
}


div#contents section#access figure img{
	 width:100%;
  height:auto;
  max-width:960px;
}
div#contents section#access h3{
	margin:10px 0;
	border-left:15px solid #F60; 
	border-bottom:1px dotted #FF6600;
	padding:5px;
	color:#F60;
	font-size:1.1em;
	width:100%;
}
div#contents section#access ul{
	margin:10px 20px;
	list-style:disc;
	line-height:1.5em;	
}
div#contents section#access figure{margin:10px 0;
}
div#contents section#acces p{
	margin-bottom:10px;
}
/*==========================================
 コンテンツエリア -> CONTACTのスタイル
===========================================*/
div#contents section#contact h2 {
  margin:0 0 35px 5px;
}
div#contents section#contact h2 img {
	width:100%; height:auto;
   max-width:650px;
}
div#contents section#contact p {
  margin:0 0 15px 5px;
}
.tbl-layout {  
  width: 100%;
  margin: 0 auto;
  border-bottom: none;
  background-color: #fff;
}
.tbl-layout dt,
.tbl-layout dd {
  padding: 10px 20px;
}
.tbl-layout dt {
  font-weight: bold;
  font-size:14px;
  color:#fff;
  background-color: #2F4C5E;
  border-top:1px solid #fff;
  border-left: 1px solid #fff;
  line-height:1.5em;
}
.tbl-layout dd {
  font-size:10px;
  padding-top:10px;
  padding-bottom:20px;
  border-bottom: 1px solid #ccc;
}
.tbl-layout dd textarea {
  width:100%;
}
.tbl-layout .w300{
  font-size:12px;
  width:100%;	
  height:24px;
}
.tbl-layout .w70{
  font-size:12px;
  width:55px;	
  height:24px;
}
.tbl-layout .bdchange{
  border-bottom:none;	
}
p.btn {
  text-align: center;
  padding: 25px 0;
}
p.btn input {
  width:198px;
}
/*==========================================
 コンテンツエリア -> ALBAUMスタイル
===========================================*/
div#contents section#album h2 {
  margin:0 auto 35px auto;
  background-color:#C90;
  color:#FFF;
  font-size:1.3em;
  text-align:center;
  padding:10px;
  width:95%;  
}
div#contents section#album div{
	text-align:center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
div#contents section#album div ul li img{
	max-width:100%;
	margin-bottom:5px;
}
/*==========================================
 コンテンツエリア -> 100kai-photoのスタイル
===========================================*/
div#contents{
	width:100%;
}
div#contents section#100photo{
	width:100%;
	text-align:center;
}
div#contents section#100photo h2 {
  margin:0 auto 35px auto;
  background-color:#C90;
  color:#FFF;
  font-size:1.3em;
  text-align:center;
  padding:10px;
  width:95%;  
}
div#contents section#100photo div#waku{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
}


div#contents section#100photo div#waku ul#100file{
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
div#contents section#100photo div#waku  ul#100file li{
	display:block;
	margin-bottom:5px;

	
}
div#contents section#100photo div#waku ul#100file li a {
	width:100%;
 }

/*==========================================
 PAGE -> yomoyamaのスタイル
===========================================*/
div#contents section#yomoyama {
  text-align:left;
  margin-bottom:10px;
  margin-left: 5px;
  line-height:1.8em;
} 
div#contents section#yomoyama h2 {
  text-align: left;
  margin: 0 5px 15px 0;
  
  padding-bottom: 10px;
}
div#contents section#yomoyama article {
	border:solid 1px #FF9933;
	margin:0.6em;
	padding:0.6em;
	background-color:#fff7f0;
	line-height:1.8em;
		}
div#contents section#yomoyama h1{
	font-size:1.5em 
}
div#contents section#yomoyama aside#lead_copy{
	border:dotted 2px #000000;
	margin:10px;
	width:auto;
	padding:10px;
	line-height:1.5em;
}
	

section#yomoyama aside#lead_copy p{
}
/*==========================================
 ページトップへボタンのスタイル
===========================================*/
a#pagetopBtn img {
  position: fixed;
  bottom: 10px;
  right: 1px;
}

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


/* タブレット向けのレイアウトの指定：480px～768px */
@media only screen and (min-width: 480px) {
	div#stage{
		width:100%;
	}
  header {
    position:static;
    overflow:visible;
  }
  header h1 {
    text-align:left;
    padding:15px 5px 7px 5px;
    width:280px;
    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#nav ul {
  margin-bottom: 15px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
}
nav#nav ul li {
  text-align: center;
  float: left;
  width: 33%;

}


nav#nav ul li a{
  display: block;
  width: 100%;
  margin:1px auto;
  background-color:#03F;
  color:#FFF;
  text-decoration:none;
  border-bottom:solid 1px #FFFFFF;
   padding:5px 0;
} 
nav#nav ul li a:hover{
  background-color:#06F;
} 
  div#contents section#work article {
    width: 49.5%;
  }
  div#contents section#work article h3 {
    line-height: 2.0em;
  }
  div#contents section#work article p {
    font-size: 0.8em;
    line-height: 2.0em;
  }
div#contents section#100photo div#waku{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:600px;
	
}
div#contents section#100photo div#waku ul#100file{
	display:inline-flexbox;
	margin-left:auto;
	margin-right:auto;
	max-width:600px;
}
div#contents section#100photo div#waku ul#100file li{
	display:block;
	float:left;
	width:48%;
	margin-bottom:5px;
	margin-right:1%;
}
div#contents section#100photo div#waku  ul#100file li a{
	 display: block;
}

}


/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width: 769px) {
	div#stage{
		width:100%;
	}
  header {
    position:static;
    overflow:visible;
  }
  header h1 {
    text-align:left;
    padding:15px 5px 7px 5px;
    width:280px;
    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#nav ul {
  margin-bottom: 15px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
}
nav#nav ul li {
  text-align: center;
  float: left;
  width:24.7%;
}
nav#nav ul li a{
  display: block;
  width: 100%;
  margin:1px auto;
  background-color:#03F;
  color:#FFF;
  text-decoration:none;
   border-bottom:solid 1px #FFFFFF;
    padding:5px 0;
} 
nav#nav ul li a:hover{
  background-color:#06F;
} 
 
  div#contents section#work article {
    width: 33%;
  }
  div#contents section#work article h3 {
    line-height: 2.0em;
  }
  div#contents section#work article p {
    font-size: 0.8em;
    line-height: 2.0em;
  }
div#contents section#100photo div#waku{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	max-width:769px;
	
}
div#contents section#100photo div#waku ul#100file{
		display:-moz-box;
	display:-webkit-box;
	display:inline-flexbox;
	max-width:769px;

}
div#contents section#100photo div#waku ul#100file li{
	display:block;
	float:left;
	width:32%;
	margin-bottom:5px;
	margin-right:1%;
}
div#contents section#100photo div#waku  ul#100file li a{
	 display: block;

}

}

/* PC向けレイアウトの指定：961px以上では固定レイアウト */
@media only screen and (min-width: 961px) {
	div#stage{
		width:960px;
		margin-left:auto;
		margin-right:auto;
	}
  header {
    width:960px;
    margin-left:auto;
    margin-right:auto;
  }
 nav#nav ul {
  margin-bottom: 15px;
  width:100%;
    margin-left:auto;
  margin-right:auto;
}
nav#nav ul li {
  text-align: center;
  float: left;
  width: 24.8%;
}


nav#nav ul li a{
  display: block;
  width: 100%;
  margin:1px auto;
  background-color:#03F;
  color:#FFF;
  text-decoration:none;
   border-bottom:solid 1px #FFFFFF;
    padding:5px 0;
} 
nav#nav ul li a:hover{

  background-color:#06F;

}  
  div#contents {
    max-width:960px;
    margin:0 auto;
  }
  footer {
    text-align:center;
  }

  div#contents {
    max-width: 960px;
    margin: 0 auto;
  }
  div#contents section#work article {
    width: 20%;
  }
  div#contents section#work article h3 {
    line-height: 2.2em;
  }
 
  .tbl-layout {  
    width: 100%;
    margin: 0 auto;
    border-bottom: none;
	background: #fff url(../images/table_bg.gif) repeat-y -39px 0;
  }
  .tbl-layout dt,
  .tbl-layout dd {
    padding: 20px;
  }
  .tbl-layout dt {
    font-size:12px;
    clear: both;
    float: left;
    width: 150px;
    border-top: 1px solid #FFFFFF;
  }
  .tbl-layout dd {
    font-size:12px;
    padding-left: 210px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #FFFFFF;
  }
  .tbl-layout .w300{
    width:300px;	
    height:24px;
  }
  .tbl-layout .w70{
    width:70px;	
    height:24px;
  }
  .tbl-layout .bdchange{
    border-bottom:1px solid #ccc;
  }
  div#contents section#100photo div#waku{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	max-width:961px;
	
}
div#contents section#100photo div#waku ul#100file{
	display:-moz-box;
	display:-webkit-box;
	display:inline-flexbox;
	max-width:961px;
}
div#contents section#100photo div#waku  ul#100file li{
	display:block;
	
	float:left;
	width:32%;
	margin-bottom:5px;
	margin-right:1%;
}
div#contents section#100photo div#waku  ul#100file li a
{
	display:block;

}

}

