@charset "utf-8";
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input address,pre,strong,em,iframe,img{
	margin:0;
	padding:0;
	font-size:100%;
       font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border:0;
  color : #363954;
}

body{
	font-size : 15px;
	*font-size:small;
	line-height : 1.5em;
	background-repeat : repeat-x;
	text-align : left;
	-webkit-text-size-adjust: 100%;
  width : 100%;background-color : #fef4d6;
}

article,aside,canvas,details,figcaption,figure,header,footer,menu,nav,section,summary{
	display:block;
}

ul,ol{
	list-style-type:none;
}

table{
	border-collapse: collapse; 
	border-spacing: 0;
}

img, input, select, textarea{
	 
	vertical-align: middle;
}

a{
	text-decoration : underline;
}

a:hover{
  text-decoration : none;
}

a img{
	opacity:1;
	filter: alpha(opacity=100);
}a:hover img{
	opacity:0.7;
	filter: alpha(opacity=75);
}

/*	clearfix
------------------------------*/
.clearfix::after{
	/*for modern browser*/
   content: "";
   display: block;
   clear: both;
}

* html .clearfix{
	zoom:1; 
} /*for IE6*/
*:first-child +html .clearfix{
	zoom:1;
} /*for IE7*/

.pagetop{
	clear:both;
}

.clearfix::after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility: hidden;
}

.clearfix{
     display: inline-block;
}

/* Hides from IE Mac */

* html .clearfix{
	height: 1%;
}* +html .clearfix{
	height: 1%;
}

.clearfix{
	display:block;
}

/* End Hack */ 

#page-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a{
    background : #6666ff none repeat scroll 0% 0%;
    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 : blue none repeat scroll 0% 0%;
}

.bspace-30-x{
  background-color : white;border-width : 0px;
  width : 1px;
  height : 1px;
  margin-bottom : -30px;
}

.bspace-20-x{
  background-color : white;border-width : 0px;
  width : 1px;
  height : 1px;
  margin-bottom : -20px;
}

.bspace-10-x{
  background-color : white;border-width : 0px;
  width : 200px;
  height : 1px;
  margin-bottom : -10px;
}

.bspace-05x{
  background-color : white;border-width : 0px;
  width : 0px;
  height : 1px;
  margin-bottom : 0px;
}

.bspace-10x{
  background-color : white;border-width : 0px;
  width : 1px;
  height : 1px;
  margin-bottom : 9px;
}

.bspace-20x{
  background-color : white;border-width : 0px;
  width : 1px;
  height : 1px;
  margin-bottom : 19px;
}

.bspace-30x{
  background-color : white;border-width : 0px;
  width : 1px;
  height : 1px;
  margin-bottom : 29px;
}

.bspace-40x{
  background-color : white;border-width : 0px;
  width : 200px;
  height : 1px;
  margin-bottom : 39px;
}

.bspace-50x{
  background-color : white;border-width : 0px;
  width : 200px;
  height : 1px;
  margin-bottom : 49px;
}

.bspace-60x{
  background-color : white;border-width : 0px;
  width : 200px;
  height : 1px;
  margin-bottom : 59px;
}

html{
	overflow: auto;
}

footer{
	background-color: black;
	width: 100%;
  font-weight : normal;
}
/* ################################################################################ */
/*===============================================
●PC.css  画面の横幅が770px以上①
===============================================*/
@media (min-width: 1000px) {
body{
	overflow: hidden; /*はみ出た部分をどうするか*/
}

#head{
	margin: 0 -200%; /* マージンを追記 */
padding: 0 200%; /* マージンで横にはみ出した部分を戻す */
}

#gnavi-43{
	margin: 0 -200%; /* マージンを追記 */
padding: 0 200%; /* マージンで横にはみ出した部分を戻す */
}

#gnaviA-43{
	margin: 0 -200%; /* マージンを追記 */
padding: 0 200%; /* マージンで横にはみ出した部分を戻す */
}

#info{
	margin: 0 -200%; /* マージンを追記 */
padding: 0 200%; /* マージンで横にはみ出した部分を戻す */
}

footer{
	background-color: black;
	width: 100%;
	margin: 0 -200%; /* マージンを追記 */
padding: 0 200%; /* マージンで横にはみ出した部分を戻す */

  font-weight : normal;
}

#top{
	margin: 0 -200%; /* マージンを追記 */
padding: 0 200%; /* マージンで横にはみ出した部分を戻す */
}}


#page-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a{
    background : #ff8080 none repeat scroll 0% 0%;
    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 : #8080ff none repeat scroll 0% 0%;
}

.slide-menu{
  float : right;
}

#sidr-menu{
  display : none;
}