@charset "UTF-8";
/* CSS Document */

html{
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 65%;
}
	
body {
	color:#4F4F4F
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
       } /* =14px */

/* リンク */
a,a:active,a:visited{
	text-decoration:none;}
	
a:hover{
	text-decoration:underline;}

.center{
	text-align:center;}

/* 画像リンクロールオーバー */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/* ボタン */
.button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #fff;
	border: 1px solid #777777;
	color:000;
	margin-left:auto;
	margin-right:auto;
}
.button:hover {
  background-color: #ccc;
  text-decoration:none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
	   

	
/* 大枠 */
#wrapper{
	width:100%;
	margin:0px auto 0px;
	position: relative;
	/*font-size: 65%;*/
}
	
#header{
	width: 960px;
	margin: 0px auto 0px;
	position: relative;
	padding-top: 15px;
}
#header_wrapper {
	background-color: #489100;
}
	
#contents{
	width:960px;
	margin:0px auto 0px;
	position: relative;}
	
	
#footer{
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
	background-color: #489100;
}

/* 写真回り込み */

.float_right {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

.float_left {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}


/* 文章回り込ませない */
p {
    /*overflow: hidden;*/
}

/* マージン */
.margin-top50{
	margin-top:50px;}
.margin-top30{
	margin-top:30px;}
.margin-bottom30{
	margin-bottom:30px;}
.r_margin0 {
	margin-right: 0px;
}
.r_margin20 {
	margin-right: 20px;
}

/* スマホ */

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

#wrapper{
	width:100%;}

#contents{
	width:100%;
	margin:0px auto 0px;
	padding:10px 10px 10px;
	position: relative;}
	

/* 背景に画像フィット */

.img100 {
	width: 100%;
	height: auto;
}

/* スマホフロート */
.float_right {
	float: none;
	padding-left: 0px;
	padding-bottom: 15px;
	width:100%;
	height:auto;
}

.float_left {
	float: none;
	padding-right: 0px;
	padding-bottom: 0px;
}


/* トグルメニュー */
.btn{
	display:table;
    width: 35px;
    height: 35px;
    position: absolute;
    right :15px;
    top: 17px;
	z-index: 0;
}
.btn:before,
.btn:after,
.btn span{
    display: block;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.btn span{
    height: 3px;
    background-color: #000;
    top: calc(50% - 1.5px);
}

.btn:before{
    content: "";
    top: calc(25% - 3px);
    border-top: 3px solid #000;
}
.btn:after{
    content: "";
    bottom: calc(25% - 3px);
    border-bottom: 3px solid #000;
}
.btn.on span{
    display: none;
}

.btn.on:before{
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.btn.on:after{
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
.openmenu{
	display:block;
	z-index:5;}

.dropmenu ul{
	padding:0;
	margin-bottom:0px;
	border-top: 1px solid #dfdfdf;
	}
.dropmenu li{
	background-color: #fff;
	color: #000;
	font-weight: bold;
	padding: 10px 10px 10px 40px;
	background-image: url(file:///Macintosh%20HD/Users/idea/Sites/img/arrow1.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #dfdfdf;
	background-position: 10px 10px;
	  }
}
