/*
Theme Name: supplement_theme
Description: プロポリス徹底比較ナビ
*/

@charset "Shift_JIS";

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ height: auto; vertical-align: top;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ outline: none; }
input, textarea
{ border-radius: 0; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; }
input[type="button"],input[type="submit"]
{ -webkit-appearance: none; background: none; border: none; padding: 0; cursor: pointer;}
abbr, acronym
{ border: 0;}
*
{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}

/* !Clearfix
---------------------------------------------------------- */
.clearfix
{
	display: block;
	min-height: 1%;
}
.clearfix:after
{
	clear: both;
	content:".";
	display:block ;
	height: 0;
	visibility: hidden;
}
* html .clearfix
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

a{color:#556b2f; text-decoration:none;}
a:hover{ text-decoration:underline;}
a:visited{color:#556b2f;}

/* ========================================================== */
/*  body　　　　　　                                           */
/* ---------------------------------------------------------- */
html { font-size: 62.5%;}

body {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
}

.linenitengo{line-height: 2.5;}
.l{font-size:1.7rem;}

/* ========================================================== */
/*  header　　　　　　                                           */
/* ---------------------------------------------------------- */
.topmoji{
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.4;
	color: #CCC;
	text-align: right;
	padding-top: 10px;
}

@media screen and (max-width:667px){
	
	#head { padding-top: 10px;}

	.topmoji{ display: none;}

}

#logo {
	float: left;
	width: 212px;
	text-align: right;
}

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

	#logo {
		float: left;
		width: 160px;
		margin-left: 10px;
	}
	
	#logo img { max-width: 100%;}

}

#headlink { float: right; margin-top: 20px;}

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

	#headlink {
		float: right;
		margin: 0;
		width: 140px;
	}
	
	#headlink img { max-width: 100%;}

#logo2 img{max-width: 100%;}

#headlink2{display:none;}

}

@media screen and (min-width:668px){

#headlink2{float:right;}

#logo2{float:left;}

}

/* 見出し（ハチ）
---------------------------------------------------------- */
.headline {
	background: url(https://www.plaza56.com/wp-content/themes/propolis/images/h1.jpg) no-repeat;
	background-image: url(images/icon_hachi.jpg);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	background-color: #f9ff91;
	border-bottom: 7px solid #fed700;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	padding: 12px 0px 10px 54px;
	text-shadow: 0 0 5px #ccc;
	color: #556b2f;
	font-weight: bold;
}

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

	.headline {
		padding: 8px 10px 4px 54px;
		line-height: 1.3;
	}

}

@media screen and (min-width:668px){

	#topimg { margin: 20px 0px;}

	#topimg img:hover{
		filter: alpha(opacity=50);
		opacity: 0.5;
	}
	
	#topimg-sm { display: none;}

}

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

	#topimg { display: none;}
	
	#topimg-sm {
		margin: 10px 0 0 0;
		background-color: #FFFF99;
		padding: 5px;
	}
	
	#topimg-sm img { max-width: 100%;}

}

.breadcrumbs{ margin-bottom:15px; }

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

	.breadcrumbs {
		margin-bottom: 0;
		padding: 10px;
		font-size: 1.2rem;
	}

}

/* ========================================================== */
/* content　　　　　　                                           */
/* ---------------------------------------------------------- */
#content { width: 980px; margin: 0 auto;}

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

	#content { width: 100%;}

}

#gnavi li{ float:left; width:244px; height:35px; text-align:center; background:#FFFF99; color:#FF4D4D; padding-top:15px;
}

.gnavi2 {border-left:#FCE1AA solid 1px;}

/* ========================================================== */
/* サイドバー　　　　　　                                           */
/* ---------------------------------------------------------- */
@media screen and (min-width:668px){

	#left { width: 280px; float: left;}

}

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

	#left { width: 100%;}

}

@media screen and (min-width:668px){
	
	.sideno1 {
		background: #fffff0;
		padding: 10px;
		border-top: #CCC dashed 1px;
	}
	
	.sideimg { float: left;}
	
	.sideno1 :hover { text-decoration: underline;}
	
	.sideimg img:hover {
		filter: alpha(opacity=50);
		opacity: 0.5;
	}
	
	.sidelink{
		float: right;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
		width: 150px;
	}

}

@media screen and (max-width:667px){
	
	.sideno1 {
		position: relative;
	}
	
	.sideno1 a {
		display: block;
		background: #fffff0;
		padding: 10px 30px 10px 10px;
		border-top: #CCC dashed 1px;
		overflow: hidden;
	}
	
	.sideno1 a:after {
		position: absolute;
		content: " ";
		background-image: url(images/icon_arrow.png);
		top: 50%;
		right: 10px;
		background-size: contain;
		width: 18px;
		height: 18px;
		margin-top: -9px;
	}
	
	.sideimg {
		width: 100px;
		display: table-cell;
		vertical-align: middle;
	}

	.sidelink{
		font-size: 1.4rem;
		line-height: 1.5;
		display: table-cell;
		vertical-align: middle;
	}

}

/* 見出し（ドット枠）
---------------------------------------------------------- */
.sidetop,
.sidetop2 {
	background:#FFFF99;
	color:#D9A300;
	font-size:15px;
	font-size:1.5rem;
	border: 1px dashed #FFD700; 
	border-radius: 5px;
	box-shadow: 0 0 3px 3px #FFFF99;
	text-shadow: 0 0 3px;
	padding: 10px 0;
	text-align: center;
	margin-top:5px;
	font-weight: bold;
}

.sidetop2 { margin-top: 20px;}

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

	.sidetop,
	.sidetop2 {
		font-size: 1.6rem;
		margin: 0;
	}

}

.category2 {
	background: #fffff0;
	padding: 5px 0;
}

.category2 p { line-height: 2;}

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

	.category2 p {
		font-size: 1.4rem;
		line-height: 2;
	}

}


/* ========================================================== */
/* メイン　　　　　　                                           */
/* ---------------------------------------------------------- */
@media screen and (min-width:668px){

	#right { float: right; width: 680px;}

}

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

	#right { width: 100%; padding-bottom: 20px;}

}

.breadcrumbs{ font-size: 11px; font-size: 1.1rem;}

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

	.breadcrumbs{
		font-size: 1.2rem;
		line-height: 1.5;
	}

}

/* ========================================================== */
/* ポイント　　　　　　                                           */
/* ---------------------------------------------------------- */
@media screen and (min-width:668px){

	.point {
		padding: 20px 0px 15px 10px;
		width: 580px;
		margin-left: 20px;
	}
	
	.pointleft {
		float: left;
		width: 400px;
		line-height: 35px;
		margin: 10px 0px;
	}
	
	.pointright {
		float: right;
		margin: 5px;
		padding-top: 12px;
	}

}

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

	.point {
		padding: 10px;
		width: 100%;
	}
	
	.pointleft {
		line-height: 1.5;
		font-size: 1.4rem;
	}
	
	.pointright {
		float: right;
		margin: 0 0 10px 10px;
		padding-top: 5px;
	}

}

.pointright img { border:#ccc dashed 1px; padding:3px;}

.pointh3 { 
	color: #556b2f; 
	text-shadow: 0 0 3px #ccc;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
}

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

	.pointh3 {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}

}

/* ========================================================== */
/* 最新記事一覧　　　　　　                                           */
/* ---------------------------------------------------------- */
@media screen and (min-width:668px){
	
	.kijiwrap{
		background:#fffff0;
		margin-bottom:30px;
	}

	.kiji {
		width: 150px;
		float: left;
		margin: 0px 10px 20px 10px;
		padding-top: 10px;
	}
	
	.kiji p {
		line-height: 1.4;
	}
	
	.kiji img:hover{
		filter:alpha(opacity=50);
		opacity:0.5;
	}

}

@media screen and (max-width:667px){
	
	.kijiwrap{
		background:#fffff0;
		margin-bottom: 0;
	}

	.kiji {
		width: 100%;
		margin: 0;
		padding: 10px;
	}
	
	.kiji p {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	
	.kiji img {
		float: left;
		margin: 0 10px 10px 0;
		padding-top: 10px;
	}

}

.kijititle{
	font-size:18px;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom:10px;
}

.postinfo{color:#800000; font-size:14px; font-weight:bold; margin:10px 0px;}

#footer {
	background: #FFFF99; 
	text-align: center; 
	padding:10px 0px; 
	margin-top:25px; 
	line-height:20px;
	font-size: 16px;
	font-size: 1.6rem;
}

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

	#footer {
		padding: 10px; 
		margin: 0;
		font-size: 1.2rem;
		line-height: 1.4;
	}

}

/* カテゴリーここから */
.categoryimg{float:left; margin-right:20px;}
.categorywrap{margin:20px 0px;}

/* 記事ここから */
@media screen and (min-width:668px){

	.entry_main {
		line-height:35px;
		margin:15px 0px;
	}

}

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

	.entry_main {
		padding: 10px;
		line-height: 2.4;
		font-size: 1.4rem;
　　　　　　　　　
	}

}

img.alignright { display: block; margin: 0 0 0 auto; }
img.alignleft { display: block; margin: 0 auto 0 0; }
img.aligncenter { display: block; margin: 0 auto; }

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

	img.aligncenter { margin: 0 auto 10px auto;
width: 100%; }

}

img.float-left { float:left; }/* 回り込み 左 */
img.float-right { float:right; }/* 回り込み 右 */

.kijih2 {
	font-size:19px; 
	font-size: 1.9rem; 
	line-height: 1.2;
	margin: 25px 0px 15px 0px; 
	border-bottom:#fef263 solid 3px; 
	color:#556b2f;
	font-weight: bold;
	padding: 0 0 4px 0;
}

.kijih3{ margin:25px 0px 5px 0px; color:#556b2f;}

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

	.kijih2,
	.kijih3 {
		font-size: 1.6rem;
		margin: 20px 0px 10px 0px; 
	}

}

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

	.state {
		font-size: 1.2rem;
		line-height: 1.5;
		padding: 10px 0;
		border-top: 1px solid #e5e5e5;
		margin: 10px 10px 0 10px;
	}

}

.imp{ background-color:#FFFF99;
color:#F00;
font-weight:bold;
}

/* 固定ページここから */
.entry-content{padding:10px 0px 10px 5px; line-height:25px; background:#fffff0;}
.entry-content2{margin:10px 0px; line-height:30px;}

/* ========================================================== */
/* ランキング表　　　　　　                                           */
/* ---------------------------------------------------------- */
@media screen and (min-width:668px){

	#hyou-sm,
	#hyou-sm-hosoku { display: none;}
	
	#hyou {
		background: url(https://www.plaza56.com/wp-content/uploads/2019/10/hyou_ns.png) no-repeat; 
		width: 680px; 
		height: 740px; 
		position: relative; 
		font-size: 13px;
		margin-top: 10px;
	}
	
	#no1{
		position: absolute;
		left: 105px;
		top: 120px;
	}
	
	#no2{
		position: absolute;
		left: 226px;
		top: 120px;
	}
	
	#no3{
		position: absolute;
		left: 336px;
		top: 120px;
	}
	
	#no4{
		position: absolute;
		left: 482px;
		top: 120px;
	}
	
	#no5{
		position: absolute;
		left: 585px;
		top: 120px;
	}


	.link1{
		position: absolute;
		left: 110px;
		top: 660px;
	}

	.link2{
		position: absolute;
		left: 228px;
		top: 660px;
	}

	.link3{
		position: absolute;
		left: 352px;
		top: 660px;
	}

	.link4{
		position: absolute;
		left: 470px;
		top: 660px;
	}


	.link5{
		position: absolute;
		left: 578px;
		top: 660px;
	}



}

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

	#hyou { display: none;}
	
	#hyou-sm {
		display: block;
		width: 100%;
		padding: 0 10px 10px 10px;
	}
	
	#hyou-sm img { max-width: 100%;}
	
	#hyou-sm-hosoku {
		padding: 10px;
		font-size: 1.2rem;
	}

}

/* ========================================================== */
/* ランキング詳細　　　　　　                                           */
/* ---------------------------------------------------------- */
@media screen and (min-width:668px){

	#rankhead-sm { display: none;}
	
	#rankhead { margin-bottom: 25px;}

}

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

	#rankhead { display: none;}
	
	#rankhead-sm {
		display: block;
		background-color: #FFFF99;
		padding: 5px;
		margin-bottom: 10px;
	}
	
	#rankhead-sm img { max-width: 100%;}

}

#no1title { background: url(images/no1.png) no-repeat;}
#no2title { background: url(images/no2.png) no-repeat;}
#no3title { background: url(images/no3.png) no-repeat;}
#no4title { background: url(images/no4.png) no-repeat;}
#no5title { background: url(images/no5.png) no-repeat;}
#no6title { background: url(images/no6.png) no-repeat;}
#no7title { background: url(images/no7.png) no-repeat;}
#no8title { background: url(images/no8.png) no-repeat;}
#no9title { background: url(images/no9.png) no-repeat;}
#no10title { background: url(images/no10.png) no-repeat;}

#g_no1title { background: url(images/g_no1.png) no-repeat;}
.g_no2title { background: url(images/g_no2.png) no-repeat;}


@media screen and (min-width:668px){
	
	#no1title,
	#no2title,
	#no3title,
	#no4title,
	#no5title,
	#no6title,
	#no7title,
	#no8title,
	#no9title,
	#no10title,
	#g_no1title,
	.g_no2title{
		width: 680px;
		height: 80px;
	}
	
	.no1left {
		float: left;	
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.2;
		padding: 35px 0px 0px 70px;
	}
	
	.no1right {
		float: right;
		font-size: 10px;
		padding: 43px 45px 0px 0px;
	}

}

@media screen and (max-width:667px){
	
	#no1title,
	#no2title,
	#no3title,
	#no4title,
	#no5title,
	#no6title,
	#no7title,
	#no8title,
	#no9title,
	#no10title {
		background-size: 520px;
	}

	.no1left {
		font-size: 1.8rem;
		font-weight: bold;
		padding: 28px 0px 0px 55px;
	}
	
	.no1right {
		margin: 15px 10px 0 auto;
		width: 170px;
	}
	
	.no1right a {
		display: block;
		font-weight: bold;
		font-size: 1.3rem;
		border: 1px solid #ccc;
		padding: 6px 10px;
		background: url(images/icon_arrow_2.png),-webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
		background: url(images/icon_arrow_2.png), -webkit-linear-gradient(top, #fff, #f1f1f1) ;
		background: url(images/icon_arrow_2.png), linear-gradient(top, #fff, #f1f1f1);
		background-repeat: no-repeat;
		background-position: right center;
		border-radius: 4px;
	}

}

.rank { margin:15px 0px; -webkit-text-size-adjust: 100%; }

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

	.rank {
		margin: 0;
		padding: 0 10px;
	}

}

@media screen and (min-width:668px){

	.no1img { float: left; }
	.no1check { float: right;}

}

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

	.no1img { 
		width: 100%;
		text-align: center;
	}

}

.no1head{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	border-bottom: #F00 double 3px; 
	color: #F00;
	font-weight: bold;
}

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

	.no1head { 
		font-size: 1.6rem;
		line-height: 1.5;
	}

}

.check { margin:15px 0px;}

.check li {
	background: url(images/check.jpg) no-repeat;
	background-position: left 4px;
	padding-left: 25px;
	line-height: 30px;
}

@media screen and (max-width:667px){
	
	.check { margin: 10px 0;}

	.check li {
		background:url(images/check.jpg) no-repeat;
		background-position: left 4px;
		font-size: 1.4rem;
		line-height: 1.5;
		padding: 4px 0 4px 27px;
	}

}

@media screen and (min-width:668px){

	.rankhyouka {
		float: left;
		width:450px;
		margin:5px 0px;
	}

}

@media screen and (max-width:667px){
	
	.entry-box { padding: 0 10px;}
	
	.rankhyouka { width: 100%;}

}

.rankhyouka th {
	background: #FFD700;
	text-shadow: 0 0 5px #ccc;
	color: #556b2f;
	padding: 10px 5px;
	border: #CCC solid 1px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}

.rankhyouka td {
	border: #CCC solid 1px;
	padding: 0px 5px;
	line-height: 1.2;
	white-space: nowrap;
	vertical-align: middle;
}

.rankhyouka td img,
.rankhyouka2 td img { vertical-align: middle;}

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

	.rankhyouka th,
	.rankhyouka td {
		font-size: 1.4rem;
		line-height: 1.5;
		text-align: left;
	}
	
	.rankhyouka th {
		white-space: normal;
		width: 35%;
	}
	
	.rankhyouka td img,
	.rankhyouka2 td img {
		width: 140px;
		height: auto;
	}

}

@media screen and (min-width:668px){

	.graf{ float: right;}

}

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

	.graf{
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}

}

.aka {
	color: #F00;
	font-weight: bold;
	vertical-align: middle;
}

.spec{
	margin: 20px 0px;
	font-size: 14px; 
	font-size: 1.4rem;
	border:#CCC solid 1px; 
	width: 680px;
	line-height: 1.2;
}

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

	.spec {
		width: 100%;
		font-size: 1.4rem; 
		margin: 10px 0;
		text-align: center; 
	}

}

.spec th {
	background: #FFFF99;
	color: #556b2f; 
	padding: 10px 5px; 
	border: #CCC solid 1px;
	font-weight: bold;
	text-align: center;
	width: 25%;
}

.spec td {
	border:#CCC solid 1px;
	padding:10px;
	text-align: center;
	width: 25%;
}

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

	.spec th,
	.spec td {
		text-align: left;
		line-height: 1.8;
	}

}

@media screen and (min-width:668px){

	.koushiki {
		text-align: center;
		margin: 15px 0px 80px 0px;
	}
	
	.koushiki img:hover{
		filter:alpha(opacity=50);
		opacity:0.5;
	}

.koushikibt {
		text-align: center;
		margin-bottom: 5px;
	}

.koushikibt img:hover{
		filter:alpha(opacity=50);
		opacity:0.5;
	}

.sp_tel{display:none;}

}

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

	.koushiki {
		text-align: center;
		margin: 0 0 5px 0;
	}
	
	.koushiki img { max-width: 100%;}

}

@media screen and (min-width:668px){

	.rankhyouka2 {
		float: left;
		width: 450px;
		margin: 5px 0px;
	}

}

.rankhyouka2 th {
	background:#FFFF99;
	color:#556b2f;
	padding:10px 5px;
	border:#CCC solid 1px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}

.rankhyouka2 td {
	border:#CCC solid 1px;
	padding:0px 5px;
	line-height: 1.2;
	white-space: nowrap;
	vertical-align: middle;
}

@media screen and (max-width:667px){
	
	.rankhyouka2 th  {
		white-space: normal;
		width: 35%;
	}

	.rankhyouka2 th,
	.rankhyouka2 td {
		font-size: 1.4rem;
		line-height: 1.5;
		text-align: left;
	}

}

/*商品検索ここから*/
#feas-result {
	margin: 10px auto;
	background-color:#FFF;
	padding:10px;
}

#feas-result .center {
	text-align: center;
}

#feas-result table {
	width: 100%;
	margin-bottom: -1px;
	border-collapse: collapse;
	margin: 10px 0 10px 0;
}

@media screen and (max-width:667px){
	
	#feas-result {
		padding: 0 10px;
		margin: 0;
	}
	
	#feas-result table {
		margin: 0;
	}
	
	.tbl_area {
		width: 100%;
		overflow: scroll;
	}

}

#feas-result th {
	padding: 9px;
    background-color:#fffff0;
    text-align:center;
	border: 2px solid #FFD700;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}

#feas-result td {
	padding: 9px;
	border: #FFD700 2px solid;
	background:#FFF;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}

@media screen and (max-width:667px){
	
	#tbody_detail td img {
		width: 50px;
		height: auto;
	}
	
	#tbody_detail td img.btn-syousai {
		width: 80px;
		height: auto;
	}

}

/* ========================================================== */
/* 検索フォーム　　　　　　                                           */
/* ---------------------------------------------------------- */
@media screen and (min-width:668px){

	#feas-form-0 {
		width: 680px;
		margin: 20px auto;
	}
	
	#feas-result-0 { margin: 0; padding: 0;}
	
	#feas-result-0 p {
		font-size: 1.4rem;
		line-height: 1.5;
		text-align: center;
	}

}

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

	#feas-form-0 {
		width: 100%;
		margin: 0;
		padding: 10px;
	}
	
	#feas-result-0 p {
		 font-size: 1.4rem;
		 line-height: 1.5;
		 padding: 10px 10px 0 10px;
	}

}

#feas-form-0 table {
	width: 99%;
	line-height:1.6;
    font-size: 15px;
    font-size: 1.5rem;
	margin:0px 5px 0px 5px;
	border-left: #FFD700 2px solid;
	border-top: #FFD700 2px solid;
}

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

	#feas-form-0 table{
		width: 100%;
	    font-size: 1.4rem;
		
	}

}

#feas-form-0 th {
	padding: 9px 9px;
	width: 22%;
    background-color: #fffff0;
    text-align: center;
	border-right: #FFD700 2px solid;
	border-bottom: #FFD700 2px solid;
	color: #556b2f;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

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

	#feas-form-0 th {
		width: 35%;
	}

}

#feas-form-0 td {
	padding: 9px 9px 9px 9px;
	background:#FFF;
	border-right: #FFD700 2px solid;
	border-bottom: #FFD700 2px solid;
}

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

	#feas-form-0 td label {
		display: block;
	}
	
	#feas-form-0 td label input {
		margin-right: 4px;
	}

}


#feas-sort-menu{
		margin:10px auto;
	background-color:#FFF;
	padding:10px;}

#feas-submit-button-0 {
	margin-bottom:20px;
	font-size: 1.5em;
    font-weight: bold;
    padding: 15px 30px;
   color: #fff;
　 border-style: none;
    background: #36D900;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36D900), color-stop(100%,#36D900));/* webkit */
    background: -webkit-linear-gradient(top, #36D900, #36D900);/* webkit */
    background:    -moz-linear-gradient(top, #36D900, #36D900);/* fx */
    background:      -o-linear-gradient(top, #36D900, #36D900);/* opera */
    -pie-background:    linear-gradient(top, #36D900, #36D900); /*PIE*/
    background:         linear-gradient(top, #36D900, #36D900);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36D900', endColorstr='#36D900',GradientType=0 );*//*IE 9*/
 
    border:solid 3px #c0c0c0;
 
    /* 影 */
    -webkit-box-shadow: 0px 0px 4px 0px #c0c0c0, 0 2px 0 rgba(255, 255, 255, 0.2) inset;
       -moz-box-shadow: 0px 0px 4px 0px #c0c0c0, 0 2px 0 rgba(255, 255, 255, 0.2) inset;
         -o-box-shadow: 0px 0px 4px 0px #c0c0c0, 0 2px 0 rgba(255, 255, 255, 0.2) inset;
            box-shadow: 0px 0px 4px 0px #c0c0c0, 0 2px 0 rgba(255, 255, 255, 0.2) inset;
 
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.4);
}

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

	#feas-submit-button-0 {
		font-size: 2.0rem;
		padding: 10px 20px;
		margin-bottom: 10px;
	}

}

#feas-submit-button-0:hover {
    background: #00ff00;
}

#feas-submit-button-0:active {
    background: #00ff00;
   
  
}

.feas-butn{ text-align:center;}


#feas-searchform-0 p{text-align:center;}
.search_img{text-align:center; float:left; width:150px; height:150px; font-size:12px; line-height:16px;}
.search_margin5{margin:5px 0 0 0;}
.search_title{background-image:url(/img/kensakubar.gif); width:650px; height:32px; padding:10px 0 0 57px; color:#333; margin:0 0 20px 0;}

#simg{ width:150px;}
#ssai{ width:40px;}
#ssaiyasu{ width:50px;}
#steiki{ width:30px;}

#cyousat{
font-size: 13px;
text-align: center;
margin: 0 20px;
}

#cyousat th{border:#000 solid 1px; padding:0 3px;}
#cyousat td{background:#FFF; border:#000 solid 1px;}

/*Google用、スタイルここから*/
#ghead{margin-bottom:20px;}
.m25{line-height:30px;}
#bana{margin-bottom:30px;}
#bana a:hover{
filter:alpha(opacity=50);
opacity:0.5;
}
.gsidelink{float:right; font-size:12px; width:190px;}
.cyousa{font-size:12px; line-height:15px;}

#saido{text-align:center;}

@media screen and (min-width:668px){

#bana2{display:none;}

}

@media screen and (max-width:667px){
	
	#saido {
		font-size: 1.4rem;
		line-height: 1.6;
		text-align: left;
		padding: 10px 10px 0 10px;
	}

#bana2{margin:10px auto; text-align:center;}

}

.red{color:#ff0000; font-size:24px; font-weight:bold;}

/* 詳しく検索する
---------------------------------------------------- */


.btn-search-more {
  background-color: #FFD700;
  cursor: pointer;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	text-align: center;
}

.btn-search-more:after {
    content: "さらに条件を開く";
}

.btn-search-more.close:after {
    content: "閉じる";
}

.btn-search-more::before {
  font-family: 'FontAwesome';
  content: "\f01a";
  margin-right: 6px;
}

.btn-search-more.close::before {
  font-family: 'FontAwesome';
  content: "\f01b";
  margin-right: 6px;
}

@media screen and (min-width:768px){

  .btn-search-more {
    width: 200px;
    height: 50px;
	  margin-left: 5px;
    line-height: 50px;
  }

}

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

  .btn-search-more {
    width: 160px;
    margin: 0 auto;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 1.4rem;
  }

}

.btn-search {
  text-align: center;
  padding: 15px 0 0 0;
}

#fixed {
    position: fixed;
    margin: 0 auto;
    z-index: 9998;
    bottom: 0;
    width: auto;
}

.sp_only{
	display:none;
}

@media screen and (max-width:767px){
	.pc_only{
	display:none;
}
	
	.sp_only{
	display: block;
}

	
}

	