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

/*#####################################################################################################*/

/******　全体定義（style2.css）　******/

/*#####################################################################################################*/

body {
	
	color:#666;
	font-size:small;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.3;
	-webkit-text-size-adjust: none;
	background-color: #fff;

}

.bn632-hover {
  width: 160px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 55px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.bn632-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bn632-hover:focus {
  outline: none;
}

.bn632-hover.bn24 {
  background-image: linear-gradient(
      to right,
      #6253e1,
      #852d91,
      #a3a1ff,
      #f24645
    );
  box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}

/*#####################################################################################################*/

/******　コンテンツ部分（style2.css）　******/

/*#####################################################################################################*/

#wrapper{
	width: 98%;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*padding-top: 7%;*/
	padding-bottom: 10%;
	background-image: url(../imgs/cmn/bg.jpg);
	background-repeat: repeat;
}

/*#####################################################################################################*/

/******　ヘッダー部SEOタイトル部（style2.css）　******/

/*#####################################################################################################*/

#head-title{
	
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	line-height: 12px;
	text-align: center;
	padding-bottom: 5px;
	background-color: #FFF;
	
}

/*#####################################################################################################*/

/******　フッター部SEOテキスト部（style2.css）　******/

/*#####################################################################################################*/

.foottext {
	font-size: 10px;
	color: #666;
	text-align: center;
}

/*#####################################################################################################*/

/******　トップページピックアップギャル（style2.css）　******/

/*#####################################################################################################*/

.pick_area {
	font-size: 14px;
	line-height: 21px;
	/*background-color: #FFF2F9;*/
	padding: 15px;
	height: auto;

	color: #333;
	margin: 0px;
	
	
}


