@charset "UTF-8";

header h1.seleb {
	font-size: 20px;
	line-height: 20px;
	margin-top: 10px;
	text-align: center;
	font-weight: normal;
	color: #009CB0;
}

#main {
	width: 98%;
	height:100%;
	margin: 20px 1% 0 1%;
}

/*mainコンテンツのh2タグの設定*/
#main h2.cate {
	font-size: 120%;
	font-weight: boild;
	color: #FF0000;		/*文字色*/
	text-align: center;
        text-shadow:none;
	border: none;
	background: none;
}

#main p{
	font-size: 95%;
}

#main .kensaku_bottun2 {
	margin: -7% 0 10% 0;
	text-align:center;
	color: #fff;
}
#main p.kensaku a {
	background: url(../img/kensaku.gif) no-repeat center center;	/*bottunの設定*/
	background-size:30%;
	padding: 8% 8%;
	color: #80FF00;
	font-size: 1.0em;
	text-decoration: none;
	display:block;
}
#main p.kensaku a:hover {
	background: url(../img/kensaku2.gif) no-repeat center center;	/*bottunの設定*/
	background-size:30%;
	padding: 8% 8%;
	color: #fff;
}



/*ここからスマートフォン用（600px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 600px){


#main {
	width: 97%;
	height:100%;
	margin: 10px 0% 0 -2%;
}

#main h2 {
	width: 90%;
	margin: 5% 5% 2% 5%;
	padding: 15px 15px;
}


#main p.mainimg img{
	width:60%;
}


header h1.seleb  {
	font-size: 20px;		/*文字サイズ*/
	padding-top: 90px;
	text-align: center;
}

header p.seleb_logo {
	margin-top: 0px;
	text-align: center;
}

#main p{
	font-size: 90%;
}



#main p.kensaku a {
	background: url(../img/kensaku.gif) no-repeat center center;	/*bottunの設定*/
	background-size:96%;
	padding: 8% 20%;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	display:block;
}
#main p.kensaku a:hover {
	background: url(../img/kensaku2.gif) no-repeat center center;	/*bottunの設定*/
	background-size:96%;
	padding: 8% 20%;
	color: #80FF00;
}


  }
