@charset "utf-8";

/* ==========================================================

title : 口コミ／写真／動画から施設検索
scope : 口コミ／写真／動画から施設検索

last modify : 2016/03/14 247_morita 新規

memo : 

========================================================== */
body{
	font-size:15px;
}

h1 {
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

.comments:before {
	content: "※";
}


p + .comments {
	margin: 0;
}

.cf:after{
	content: "";
	display: table;
	clear: both;
}


/*-- main_lead --*/
.main_lead {
	background: url("/post_search/image/bg_lead.png") no-repeat 595px 0,url("/post_search/image/img_lead.png") no-repeat 45px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	overflow: hidden;
	text-align: center;
	width: 940px;
}

.main_lead h2 {
	height: 31px;
	margin-top: 25px;
}

.main_lead p {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: 10px;
	text-align: center;
}

.main_lead nav ul {
	margin-left: auto;
	margin-right: auto;
	width: 572px;
}

.main_lead nav li {
	background:url(/post_search/image/bg_btn_nav_shadow.png) no-repeat center bottom;
	float: left;
	height: 187px;
	margin-right: 57px;
	position: relative;
	width:152px;
}

.main_lead nav li:last-child {
	margin-right: 0;
}

.main_lead nav a.anime {
  animation: nav_btn 1s ease-in infinite alternate;
  display:block;
  position: absolute;
}

@keyframes nav_btn {
  from {
    margin-top: 0;
  }
  to {
    margin-top: -15px;
  }
}

.main_lead nav a.anime:hover{
	animation-play-state: paused;
}

.main_lead .comments {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 15px;
}

/*-- use_guide --*/
.use_guide {
	margin: 60px auto 50px;
	width: 940px;
}

.use_guide h2 {
	background: url("/post_search/image/bg_use_guide_ttl.png") no-repeat 0 0;
	height: 50px;
	line-height: 58px;
	text-align: center;
}

.use_guide p {
	margin: 25px auto;
	text-align: left;
	width: 600px;
}

/*-- キャプチャ --*/
.use_guide section {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-bottom: 90px;
	position: relative;
	width: 760px;
}

.use_guide section:after {
	background: url("/post_search/image/img_arrow.png") no-repeat 0 0;
	bottom: 20px;
	content: "";
	height: 38px;
	left: 343px;
	position: absolute;
	width: 74px;
}

.use_guide section h3 {
	background: url("/post_search/image/bg_cap_ttl.png") no-repeat 0 0;
	height: 45px;
	line-height: 58px;
	padding-left: 70px;
	position: relative;
	text-align: left;
}

.use_guide section h3:before {
	content: "";
	height: 37px;
	left: 12px;
	position: absolute;
	top: 4px;
	width: 37px;
}

.use_guide section:nth-child(3) h3:before {
	background: url("/post_search/image/icon_cap_01.png") no-repeat 0 0;
}

.use_guide section:nth-child(4) h3:before {
	background: url("/post_search/image/icon_cap_02.png") no-repeat 0 0;
}

.use_guide section:nth-child(5) h3:before {
	background: url("/post_search/image/icon_cap_03.png") no-repeat 0 0;
}

.use_guide section:nth-child(6) h3:before {
	background: url("/post_search/image/icon_cap_04.png") no-repeat 0 0;
}

.use_guide section:nth-child(7) h3:before {
	background: url("/post_search/image/icon_cap_05.png") no-repeat 0 0;
}

.use_guide section:nth-child(8) h3:before {
	background: url("/post_search/image/icon_cap_06.png") no-repeat 0 0;
}

.use_guide section:nth-child(9) h3:before {
	background: url("/post_search/image/icon_cap_07.png") no-repeat 0 0;
}


/*-- バナー --*/
.bnr_box {
	margin-left: auto;
	margin-right:auto;
	width: 492px;
}

.bnr_box02 {
	margin: 0 auto;
	text-align: center;
}

.bnr_box02 a img{
	margin-bottom: .4em;
}


/* ---------------------------------------
　フッターSEOテキスト
---------------------------------------- */
.mo_box{
	width:920px;
}
.mo_box p{
	font-size: 14px;
	line-height: 20px;
}

/* ---------------------------------------
 ページトップへ戻るスクロール
---------------------------------------- */
.gopagetop{
	clear:both;
	margin-top: 20px;
}
.gopagetop a{
	text-align:right;
	height: 25px;
	display: inline-block;
	float: right;
	margin: 0 15px 0 0;
	padding: 0 0 0 25px;
	line-height: 18px;
	background: url(/campaign/image/mrk_gopagetop.gif) no-repeat 0 0;
}




