@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


a {
  color:#000;
  text-decoration:none;
}
a:hover {
  color:#333;
  text-decoration:underline;
}

.text_0 {
	padding: 15px;
}
.center{
	text-align: center;
}
.text_1 {
	margin: 10px;
	line-height: 23px;
}
.text_1_left {
	margin: 10px;
	line-height: 23px;
	float: left;
	height: auto;
	width:45%;
}
.text_1_right {
	margin: 10px;
	line-height: 23px;
	float: right;
	height: auto;
	width: 45%;
}
.text_2 {
	line-height: 1.8em;

}
.text_3{
	line-height: 23px;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	margin-top: 10px;
	clear: both;
	padding-top: 20px;
}
.text_4 {
	font-size: 1.5em;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 7px;
	color: #a72734;
	font-weight: 200;
}
.text_5 {
	font-size: 1.5em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: 200;
	background-color: #7A5234;
	margin-right: 10px;
	margin-left: 10px;
}
.text_6 {
	font-size: 1em;
	padding-bottom: 30px;
	margin-left: 30px;
	margin-top: 0px;
	padding-top: 0px;
}
.caption {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	line-height: 1.2em;
	font-size: 0.86em;
	color: #666666;
	word-spacing: 0.5em;
}
.dl_btn {
	max-height: 41px;
	width:100%;
	max-width: 587px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;

}
.dl_btn img {

	
}
/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
	text-align:center;
	background-color: #0085e2;
	display: block;
	clear: both;
	position:relative;
	overflow:hidden;
	max-width: 960px;
}
#header_bg {
	background-color: #0085e2;
	width: 100%;
}
header h1 {
	width:100%;
	margin-top: 5px;

	margin-bottom: 5;

}
header h1 img {
  width:100%;
  max-width:960px;
}

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%;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
}
header p img {
  width:100%;
  height:auto;
  max-width:960px;
}
/*==========================================
 copyrightのスタイル
===========================================*/
#copyright_0 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 0.7em;
	display: block;
	clear: both;
	color: #ffffff;
	padding-top: 30px;


}
#copyright_1 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 0.7em;
	display: block;
	clear: both;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #0067a1;
}
/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/
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%;
}

/*==========================================
 audioのスタイル
===========================================*/audio { max-width: 300px; }
/* .viewer
------------------------- */
.viewer {
	margin: 0 auto;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.viewer ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.viewer ul li img {
	width: 100%;
}

/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 101;
}
.viewer .btnPrev {
	left: 10px;
	background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
	right: 10px;
	background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}


/* =======================================
	ClearFixElements
======================================= */
.viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.viewer ul {
	display: inline-block;
	overflow: hidden;
}

/*==========================================
 コンテンツエリア全体のスタイル
===========================================*/
div#contents {
	padding-top: 10px;
	background-color: rgba(255,255,255,1);
}

/*==========================================
 コンテンツエリア -> box_100_1のスタイル
===========================================*/
.box_100_1 {
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	line-height: 1.8em;		
}
/*.box_100_1 img {
	height: auto;
	width: 100%;
	max-width: 960px;
}*/
.box_100_2 {
	display: block;
	clear: both;
	height: auto;
	width: 100%;
	line-height: 1.8em;	
}
/*==========================================
 コンテンツエリア -> WORKSのスタイル
===========================================*/
#stage #contents #work #top img {
	height: auto;
	width: 100%;
	max-width: 960px;
}


div#contents section#work h2 {
	background-color: #00F;
	max-width:940px;
	height: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 15px;
	color: #FFF;
	padding-top: 8px;
	margin-right: auto;
	margin-left: auto;
}
#stage #contents #work div #title {
	width: 50%;

}
div#contents section#work article {
	text-align: center;
	width: 50%;
	min-width: 120px;
	float: left;
	margin-bottom: 20px;
}
div#contents section#work article img {
  width: 100%;
  height: auto;
  max-width: 480px;
} 
div#contents section#work article h3 {
	line-height: 2em;
	color: #F00;
	text-align: left;
	padding-right: 10px;
	padding-left: 15px;
}
div#contents section#work article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
}
/*==========================================
 コンテンツエリア -> WORKS2のスタイル
===========================================*/
#work2  {
	max-width:940px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border: 1px solid #b9dff6;
	margin-top: 50px;
	margin-bottom: 50px;
}

#work2 #box_1 {
	display: block;
	clear: both;
	height: auto;
	max-width: 940px;
	min-height:240px;
}
#stage #contents #line {
	max-width:940px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-top-color: #0FF;
	border-right-color: #0FF;
	border-bottom-color: #0FF;
	border-left-color: #0FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}


div#contents section#work2 h2 {
	background-color: #038ae3;
	max-width:940px;
	height: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 15px;
	color: #FFF;
	padding-top: 8px;
}
#work2 article {
	text-align: center;
	width: 50%;
	min-width: 300px;
	float: left;
	margin-bottom: 20px;
}
div#contents section#work2 article img {
	width: 100%;
	height: auto;
	max-width: 460px;

} 
div#contents section#work2 article h3 {
  font-size: 0.9em;
  font-weight: bold;
}
div#contents section#work2 article p {
	text-align: left;
	padding: 0 15px;
	line-height: 1.8em;
}
/*==========================================
 コンテンツエリア -> もくじのスタイル
===========================================*/
section#mokuji h2 {
	background-color: #a72734;
	max-width:940px;
	height: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 15px;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;

}
#stage #contents #mokuji  {
	max-width:940px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border: 1px solid #a72734;
	display: block;	
	
}
#outline  {
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	display: block;
	margin-bottom: 10px;
}

div#contents section#mokuji article {
  text-align: center;
  width: 50%;
  min-width: 120px;
  float: left;
  margin-bottom: 30px;
}
div#contents section#mokuji article img {
  width: 100%;
  height: auto;
  max-width: 450px;
} 
div#contents section#mokuji article h3 {
  font-size: 0.9em;
  font-weight: bold;
}
div#contents section#mokuji article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
}
/*==========================================
 コンテンツエリア -> WORKS3のスタイル
===========================================*/
section#work3 h2 {
	background-color: #00F;
	max-width:940px;
	height: 20px;
	margin-top: 0;

	margin-bottom: 10px;

	font-size: 15px;
	color: #FFF;
	padding-top: 8px;

}
#stage #contents #outline #work3  {
	max-width:940px;
	height:auto;
	margin-right: auto;
	margin-left: 20px;
	clear: both;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	
	
}
#outline  {
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	display: block;
	margin-bottom: 10px;
}

#work3 article {
  text-align: center;
  width: 50%;
  min-width: 120px;
  float: left;
  margin-bottom: 30px;
  	margin-right: 15px;

}
#work3 article img {
	height: auto;
	width:100%;
	max-width: 450px;
	  margin-bottom: 10px;


} 
div#contents section#work3 article h3 {
  font-size: 0.9em;
  font-weight: bold;
}
div#contents section#work3 article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
}
/*==========================================
 コンテンツエリア -> WORKS4のスタイル
===========================================*/
section#work4 h2 {
	background-color: #008ce4;
	max-width:940px;
	height: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 15px;
	color: #FFF;
	padding-top: 8px;

}
#stage #contents #work4  {
	max-width:940px;
	height:auto;
	border: 1px solid #b9dff6;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:60px;
	clear: both;
	padding-bottom:0px;
	
	
}
#outline  {
	max-width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	display: block;
	margin-bottom: 60px;
}

#outline #work4 #buy article {
	text-align: center;
	width: 24%;
	min-width: 120px;
	float: left;


}
#outline #work4 #buy article img {
  width: 100%;
  height: auto;
  max-width: 450px;
} 
#outline #work4 #buy article h3 {
  font-size: 0.9em;
  font-weight: bold;
}
#outline #work4 #buy article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 10px;
}


#outline #work4 #buy {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom:10px;
	max-width: 940px;

	height:auto;

	display: block;
	clear: both;
}



#outline #work4 #shipping article {
	text-align: center;
	width: 33%;
	min-width: 120px;
	float: left;

}
#outline #work4 #shipping article img {
  width: 100%;
  height: auto;
  max-width: 450px;
} 
#outline #work4 #shipping article h3 {
  font-size: 0.9em;
  font-weight: bold;
}
#outline #work4 #shipping article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
}

#outline #work4 #shipping {
	margin-right: 10px;
	margin-left: 10px;

	max-width: 900px;
	min-height: 100px;
	height:auto;
	display: block;
	clear: both;
}


/*==========================================
 コンテンツエリア -> hrのスタイル
===========================================*/


hr {
	max-width:940px;
	height: 2px;
	background-color: #008ce4;
	color: #008ce4;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;

}

/*==========================================
 daisan
===========================================*/

#daisan {
	max-width:940px;
	height: auto;
	text-align:center;
	margin-right: 30px;
	margin-left: 30px;
	clear: both;
	margin-bottom: 10px;
}
#daisan article a {
  width: 172px;
  height: auto;
  max-width: 450px;
  color: rgba(0,140,228,1);  
} 
/*==========================================
 コンテンツエリア -> 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;
}

/*==========================================
 コンテンツエリア -> 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;
}




/* 携帯向けのレイアウトの指定：50px～769px */
@media only screen and (min-width: 50px) {
/*==========================================
 body
===========================================*/
body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;

}
#stage {

	background-color: rgba(0,0,0,0.0);


}
div#contents {
	padding-top: 10px;
	background-color: rgba(255,255,255,1);
} 
  header {
    position:static;
    overflow:visible;
  }
  #header_bg {
	background-color: #0085e2;
	width: 100%;
}
  
 h1 {
    text-align:left;

    width:100%;
    float:left;
  }
  h1 img {
    width:100%;
	height:auto;
  }
 div#contents section#work article h3 {
	line-height: 2em;
	color: #F00;
	text-align: left;
	padding-right: 10px;
	padding-left: 15px;
} 
  
  header ul#s_nav {
    float:right;
    margin-top:20px;
    position:static;
  }
  header ul#s_nav li {
    float:left;
    position:static;
  }

#slide {
	width: 100%;
	height: auto;
	position: relative;
}  
#slide_title {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 9990;
	text-align: center;
	top: 14%;
	font-size: 1.2em;
	color: #F00;
}
#slide_title img {
	max-width: 65%;
	height: auto;




} 
#stage #contents #mokuji  {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	/* [disabled]border: 1px solid #b9dff6; */
	display: block;
	
}
.text_1_left {
	line-height: 23px;
	float: left;
	height: auto;
	width:100%;
	max-width:299px;
	word-wrap: break-word;
	white-space: normal;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: block;
}
.text_1_right {
	margin: 10px;
	line-height: 23px;
	float: left;
	height: auto;
	width: 100%;
}
.dl_btn {
	max-height: 100px;

	width: 88%;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;

}
.text_6 {
	font-size: 1em;
	padding-bottom: 30px;
	margin-left: 30px;
	margin-top: 10px;
	padding-top: 10px;
}
.dl_btn img {
	width:88%;
	height: auto;
	max-width: 600px;	
}
/*トップページのスライドショー
---------------------------------------------------------------------------*/
	.viewer {
	}

  
#stage #contents #work div #title #cover {
	width: 100%;
}  
#stage #contents #work #top {
	padding: 0px;
	width: 100%;
	height: auto;
}
#stage #contents #work #top_2 {
	padding: 0px;
	max-width: 240px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#stage #contents #work #top_2 img {
	max-width: 240px;
	height: auto;

}
  
  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;
  }
  

#stage #contents #work div #title {
	width: 100%;


}

  div#contents section#work article {
    width: 100%;
  }
  div#contents section#work article h3 {
	font-size: 16px;
	line-height: 2em;
	color: #ff0033;
	text-align: left;
	padding-right: 10px;
	padding-left: 15px;
  }
  div#contents section#work article p {
	font-size: 16px;
	line-height: 2em;
  }
  
  
  
      div#contents section#work2 article {
    width: 100%;
  }
  div#contents section#work2 article h3 {
    line-height: 2.2em;
  }
  div#contents section#work2 article img {
	width: 100%;
	height: auto;
	max-width: 460px;

}
  div#contents section#news {
    width: 100%;
    float: left;
  }
  div#contents section#information {
    width: 49%;
    float: right;
  }
  


#stage #contents #outline #work3  {
	max-width:940px;
	height:auto;
	margin-right: auto;
	margin-left: 20px;
	clear: both;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	
	
}

      div#contents section#work3 article {
    width: 95%;
	min-width: 120px;
	margin-bottom: 5px;
  }
  
  #work3 article img {
	height: auto;
	width:100%;
	max-width: 480px;
	  margin-bottom: 10px;


} 
  div#contents section#work3 article h3 {
    line-height: 2.2em;
  }



#outline #work4 #buy {
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
	padding-bottom:0px;
	max-width: 940px;
	height:auto;
	display: block;
	clear: both;
}


#outline #work4 #buy article {
	text-align: center;
	width: 100%;
	min-width: 120px;
	float: left;
	margin-bottom:10px;

}

#outline #work4 #shipping article {
	text-align: center;
	width: 100%;
	min-width: 120px;
	float: left;

}
#outline #work4 #shipping article img {
  width: 100%;
  height: auto;
  max-width: 460px;
} 
#outline #work4 #shipping article h3 {
  font-size: 0.9em;
  font-weight: bold;
}
#outline #work4 #shipping article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
}

#outline #work4 #shipping {
	margin-right: 10px;
	margin-left: 10px;
	max-width: 940px;
	min-height: 270px;
	height:auto;
	border: 1px solid #FFFFFF;
	display: block;
	clear: both;
	line-height: 0px;
	margin-bottom:15px;
}
 

 /*==========================================
 daisan
===========================================*/

#daisan {
	max-width:940px;
	height: auto;
	text-align:center;
	margin-right: 30px;
	margin-left: 30px;
	clear: both;
	margin-bottom: 10px;	
}
#daisan article img {
  width: 100%;
  height: auto;
  max-width: 450px;
  color: rgba(0,140,228,1);  
}

.text_5 {
	font-size: 1.05em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: 200;
	background-color: #7A5234;
	margin-right: 10px;
	margin-left: 10px;
}

 
}






/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width: 769px) {
body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #edfbfe;
}
#stage {

	background-color: rgba(0,0,0,0);

}
div#contents {
	padding-top: 10px;
	background-color: rgba(255,255,255,1);
}

  header {
	position:static;
	overflow:visible;

  }
  header h1 {
	text-align: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;
  }

#slide {
	width: 100%;
	height: auto;
	position: relative;
}  
#slide_title {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 9990;
	text-align: center;
	top: 14.5%;
	font-size: 1.8em;
	color: #F00;
} 
#slide_title img {
	max-width: 70%;
	height: auto;




} 
.text_1_left {
	margin: 10px;
	line-height: 23px;
	float: left;
	height: auto;
	width:100%;
}
.text_1_right {
	margin: 10px;
	line-height: 23px;
	float: left;
	height: auto;
	width: 100%;
}
.text_6 {
	font-size: 1em;
	padding-bottom: 30px;
	margin-left: 30px;
	margin-top: 0px;
	padding-top: 30px;
}

.dl_btn {
	min-height: 40px;

	width: 70%;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;

}
.dl_btn img {
		margin-top: 30px;
	
	width: 200px;	
}
/*トップページのスライドショー
---------------------------------------------------------------------------*/
	.viewer {
	}
#stage #contents #work div #title {
	width: 50%;


}  
#stage #contents #work div #title #cover {

	width: 460px;
	padding-right: 0px;
	padding-left: 0px;
}  
#stage #contents #work #top {
	padding: 0px;
	width: 800px;
	height: auto;
}
#stage #contents #work #top_2 {

	max-width: 960px;
	width: 960px;
	height: auto;
}
#stage #contents #work #top_2 img {
	max-width: 960px;
	width: 480px;

}   
  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#work article {
    width: 50%;
  }
  div#contents section#work article img {
	 width: 100%;
 	 height: auto;
 	 max-width: 480px;
} 
  div#contents section#work article h3 {
	line-height: 2em;
	color: #F00;
	text-align: left;
	padding-right: 10px;
	padding-left: 15px;
  }
  div#contents section#work article p {
	line-height: 31px;
  }
  
  
  
      div#contents section#work2 article {
	width: 50%;
  }
  div#contents section#work2 article h3 {
    line-height: 2.2em;
  }
  div#contents section#news {
    width: 100%;
    float: left;
  }
  div#contents section#information {
    width: 49%;
    float: right;
  }
  





#stage #contents #outline #work3  {
	max-width:940px;
	height:auto;
	margin-right: auto;
	margin-left: 20px;
	clear: both;
	display: block;
	padding-right: 10px;
	padding-left: 10px;	
	
}


      div#contents section#work3 article {
    width: 23%;
  }
  div#contents section#work2 article h3 {
    line-height: 2.2em;
  }




#outline #work4 #buy {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
	max-width: 940px;
	min-height: 50px;
	padding-bottom: 0px;
	height:auto;

	display: block;
	clear: both;
}

#outline #work4 #buy article {
	text-align: center;
	width: 20%;
	min-width: 120px;
	float: left;


}



#outline #work4 #shipping article {
	text-align: center;
	width: 33%;
	min-width: 120px;
	float: left;

}
#outline #work4 #shipping article img {
  width: 100%;
  height: auto;
  max-width: 460px;
} 
#outline #work4 #shipping article h3 {
  font-size: 0.9em;
  font-weight: bold;
}
#outline #work4 #shipping article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
}

#outline #work4 #shipping {
	margin-right: 10px;
	margin-left: 20px;
	line-height: 0px;
	max-width: 940px;
	min-height: 100px;
	height:auto;
	border: 1px solid #ffffff;
	display: block;
	clear: both;
	margin-bottom:15px;
}

/*==========================================
 daisan
===========================================*/

#daisan {
	max-width:940px;
	height: auto;
	text-align:center;
	margin-right: 30px;
	margin-left: 30px;
	clear: both;
	margin-bottom: 10px;	
}
#daisan article a:hover {
	width: 172px;
	height: auto;
	max-width: 450px;
	color: rgba(0,140,228,1);
}

.text_5 {
	font-size: 1.5em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: 200;
	background-color: #7A5234;
	margin-right: 10px;
	margin-left: 10px;
}  

.text_6 {
	font-size: 1em;
	padding-bottom: 30px;
	margin-left: 30px;
	margin-top: 0px;
	padding-top: 30px;
}

  
}

/* PC向けレイアウトの指定：961px以上では固定レイアウト */
@media only screen and (min-width: 961px) {
body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #ffffff;
	background-image: url(../images/main_bg.jpg);
}

  header {
    width:960px;
    margin-left:auto;
    margin-right:auto;
  }
  nav {
    max-width: 960px;
  }
  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: 960px;
    margin: 0 auto;
  }
  
  
#slide {
	width: 100%;
	height: auto;
	position: relative;
}  
#slide_title {
	width: 100%;
	height: autopx;
	position: absolute;
	z-index: 9990;
	text-align: center;
	top: 72px;
	font-size: 1.8em;
	color: #F00;
}
#slide_title img {
	max-width: 100%;
	height: auto;




} 

.text_1_left {
	margin: 10px;
	line-height: 23px;
	float: left;
	height: auto;
	width:45%;
	max-width:400px;
}
.text_1_right {
	margin: 10px;
	line-height: 23px;
	float: right;
	height: auto;
	width: 45%;
}
.dl_btn {
	max-height: 41px;
	width:100%;
	max-width: 587px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;

}
.dl_btn img {
max-width: 40%;
	height: auto;
}
/*トップページのスライドショー
---------------------------------------------------------------------------*/
	.viewer {
	background-image: url(../images/slide/0002.jpg)no-repeat center center;
	background-size:100% auto;
	} 
  
  
  div#contents section#work article {
    width: 50%;
  }
  div#contents section#work article h3 {
	line-height: 2em;
	color: #F00;
	text-align: left;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 10px;
}
  div#contents section#news {
    width: 49%;
    float: left;
  }
  div#contents section#information {
    width: 49%;
    float: right;
  }
  
  
    div#contents section#work2 article {
    width: 50%;
  }
  div#contents section#work2 article h3 {
    line-height: 2.2em;
  }
  div#contents section#news {
    width: 100%;
    float: left;
  }
  div#contents section#information {
    width: 49%;
    float: right;
  }
  

#stage #contents #work2 .text_1 {
	margin-top: 12px;
	margin-bottom: 18px;
	margin-left: 7px;
}

#stage #contents #work #top {
	padding: 0px;
	width: 960px;
	height: auto;
}
#stage #contents #work #top_2 {
	padding: 0px;
	width: 960px;
	height: auto;
}

#stage #contents #store {
	height: auto;
	width: 100%;
}
#stage #contents #store #store_button {
	height: 45px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}


#outline #work4 #buy article {
	text-align: center;
	width: 19%;
	min-width: 120px;
	float: left;
	margin-bottom: 15px;
	margin-right: 7px;

}



#outline #work4 #shipping article {
	text-align: center;
	width: 33%;
	min-width: 120px;
	float: left;

}
#outline #work4 #shipping article img {
  width: 100%;
  height: auto;
  max-width: 450px;
} 
#outline #work4 #shipping article h3 {
  font-size: 0.9em;
  font-weight: bold;
}
#outline #work4 #shipping article p {
  text-align: left;
  font-size: 0.7em;
  line-height: 2.0em;
  padding: 0 15px;
}

#outline #work4 #shipping {
	margin-right: 10px;
	margin-left: 20px;

	max-width: 940px;
	min-height: 90px;
	height:auto;
	display: block;
	clear: both;
}
/*==========================================
 コンテンツエリア -> hrのスタイル
===========================================*/

hr {
	max-width:940px;
	height: 2px;
	background-color: #008ce4;
	color: #008ce4;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;

}
/*==========================================
 daisan
===========================================*/

#daisan {
	max-width:940px;
	height: auto;
	text-align:center;
	margin-right: 30px;
	margin-left: 30px;
	clear: both;
	margin-bottom: 10px;	
}
#daisan article a {
  width: 172px;
  height: auto;
  max-width: 450px;
  color: rgba(0,140,228,1);  
}


.text_5 {
	font-size: 1.5em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: 200;
	background-color: #7A5234;
	margin-right: 10px;
	margin-left: 10px;
}

.text_6 {
	font-size: 1em;
	padding-bottom: 30px;
	margin-left: 30px;
	margin-top: 0px;
	padding-top: 30px;
}
 
}
.text_4 a {
	color: #a72734;
}
