/*/////////////////////////////////////////////////////////////////////////////////
//
// 1,page layput
//
/////////////////////////////////////////////////////////////////////////////////*/
/*==============================================
1-1 link
==============================================*/
a
{
	text-decoration: underline;
	color: #177F4C;
}
a:hover
{
	color: #177F4C;
	text-decoration: none !important;
}
a:hover *
{
	text-decoration: none !important;
}
a:visited
{
	text-decoration: underline;
	color: #177F4C;
}
.open
{
    height:auto;
    display:block;
}
.close
{
    height:0;
    display:none;
}

/*==============================================
1-1 wrapper
==============================================*/
#cntnt
{
	min-width: 641px;
	max-width: 1024px;

}

.wrapper
{
    width:95%;
    margin: 0 auto;
    text-align: left;
}

#innerContent
{
    width: 100%;
    margin: auto;
    overflow: hidden;
}
#allWrap
{
    background-image: url(../image/common/cntnt_bg_02.png);
}
#bgMuntn
{
    display: none;
}
#content
{
    background: url(../image/common/cntnt_bg_05.png);
    background-repeat: repeat-x;
}

/* ---- animation image ---- */
#img10Wrap,
.imgSunWrap,
#imgBalNekoWrap
{
    display: none;
}
/* ---- animation image ---- */


/*==============================================
1-2 head
==============================================*/
#headerWrap
{
	width: 100%;
	overflow: hidden;
	background: url(../image/common/header_bg_01.png);
	padding-bottom: 7px;
}
#header
{
	width: 96%;
	margin:0 auto;
	padding-top: 7px;
	position:relative;
	z-index:1;
}
#header h1
{
	float: left;
}
#header h2
{
	float: right;
}
#header ul
{
	display: none;
}
#headerSub
{
	float: right;
	text-align: right;
	margin-top: 7px;
}
#headerSub h3
{
	padding-right: 4%;
}
#headerSub p
{
	width: 100px;
    font-size:11px;
    line-height:120%;
    color:#7D7D7D;
    padding-bottom: 5px;
    float: left;
    margin: 2px 10px 0 0;
}

/* 検索フォーム */
#header #searchBox
{
	width: 200px;
	position: absolute;
	top: 58px;
	right: 130px;
}
	#header #searchBox form
	{
		height: 28px;
		position: relative;
		border: solid 2px #CACACA;
		border-radius: 4px;
		padding: 0 45px 0 10px;
		background-color: #FFF;
		box-sizing: border-box;
	}
		#header #searchBox input.field
		{
			-webkit-appearance:none;
			width: 100%;
			color: #666;
			border: none;
			outline: none;
			padding-left: 0;
			vertical-align: top;
			height: 24px !important;
		}
		#header #searchBox input.button
		{
			-webkit-appearance:none;
			border-radius: 0;
			width: 40px;
			height: 28px !important;
			position: absolute;
			top: -2px;
			right: -2px;
			border: none;
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
			font-size: 0px;
			line-height: 0 !important;
			cursor: pointer;
			background:url("../image/common/header_icon_sc.png") left top no-repeat;
			outline: none;
		}

		/* 擬似プレースホルダー */
		#header #searchBox span.placeholder
		{
			position: absolute;
			top: 4px;
			left: 10px;
			font-size: 11px;
			color: #666;
		}
		/* スマホ用タイトルは非表示 */
		#header #searchBox .smtTitle
		{
			display: none;
		}

/*==============================================
1-3 GNavi
==============================================*/
#gNaviWrap
{
	width: 100%;
	background: #fff;
	position: relative;
}
#gNaviContent
{
	width: 100%;
	background: url(../image/common/gNavi_bg_02.png);
	background-size: 5px 3px;
	background-position: 0 bottom;
	background-repeat:repeat-x;
}
#gNavi
{
	background: url(../image/common/gNavi_bg_03.png);
	background-size: 5px 2px;
	background-position: 0 top;
	background-repeat:repeat-x;
	padding-top: 4px;
	padding-bottom: 4px;
	overflow: hidden;
}
#gNavi ul
{
	overflow: hidden;
	width: 94%;
	margin:0 auto;
    display: table;
    vertical-align: middle;
    background: url(../image/common/gNavi_bg_01.png);
    background-position: left center;
    background-repeat:no-repeat;
    background-size: 2px 67px;
}
#gNavi li
{
	display: table-cell;
    text-align: center;
    background: url(../image/common/bg_line_02_tblt.png);
    background-position: right center;
    background-repeat:no-repeat;
    background-size: 2px 40px;
}
#gNavi01{width: 19%;}
#gNavi02{width: 23%;}
#gNavi03{width: 20%;}
#gNavi04{width: 18%;}
#gNavi05{width: 20%;}
#gNavi li img
{
    max-width: 100%;
    height: auto;
}
#gNavi li a .forSmt
{
    display: none;
}
/* いいねボタン */
#gNaviContent #hederFcBk
{
	width: 100%;
	position: absolute;
	top: -32px;
}
	#gNaviContent #hederFcBk .gNaviTxt
	{
		display: none;
	}
	#gNaviContent #hederFcBk .fbBtn
	{
		width: 96%;
		margin: 0px auto;
		text-align: right;
	}
		#gNaviContent #hederFcBk .fbBtn .fb-like
		{
			width:112px;
			height:20px;
			border:none;
			overflow:hidden;
		}

/*==============================================
1-4 main content
==============================================*/
.topicPath
{
    display: block;
    width: 100%;
    padding:18px 0 15px 0;
    font-size:12px;
    line-height: 1;
    overflow: hidden;
    font-weight: bold;  
}

.markTopic
{
    display: block;
    float: left;
}

.topicPath img
{
    vertical-align: baseline;
}

.topic
{
    display: block;
    float: left;
    margin-left: 10px;
    color: #54463f;
    text-decoration: none;
}

.borderingArrowRight
{
    display: block;
    float: left;
    margin-left: 10px;
}

#rightColumn
{
    width:100%;
    margin: auto;
}

/*==================================
    タイトル共通部分
==================================*/

.title
{
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 59px 35px;
    background-color: #B6D766;
    border: solid 2px #7D9F38;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 0px 2px rgba(210,231,166,1) inset;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(210,231,166,1) inset;
    -o-box-shadow: 0px 0px 0px 2px rgba(210,231,166,1) inset;
    -ms-box-shadow: 0px 0px 0px 2px 
}

.bgTitle
{
    background-repeat: repeat;
    margin:2px;
    padding: 6px 0;
    border-radius: 6px;
    overflow: hidden;
   }

.iconRight
{
    width: 99%;
    padding: 1px 0;
    background-image: url(../image/common/title_icon_01.png);
    background-repeat: no-repeat;
    background-position: right;
}

.innerTitle
{
    display: inline-block;
    background-color:#d9d9d9;
    border-radius: 15px;
    margin-left:6px;
    padding-top: 0.4%;
    padding-right: 20px;
}

.titleWrap
{
    width:100%; 
    padding: 2px 20px 4px 0;
    background-color:#ffffff;
    border-radius: 15px;
    margin-left:0.3%;
}

.titleWrap ul
{
    display:inline-block;
    margin-left: 2%;
}

.titleWrap ul li
{
    display: inline;
}

.innerIcon
{
    vertical-align: 10%;
}

.innerTxt01
{
    margin-left: 10px;
    vertical-align: 10%;
}

.innerTxt02
{
    margin-left: 10px;
    margin-top: 3px;
}

.innerTxt03
{
    margin-left: 10px;
    vertical-align: 10%;
}

/*==================================*/

/*==============================================
1-5 side navi
==============================================*/

#leftColumn
{
    width: 100%;
    margin-top: 16px;
    overflow: hidden;
}

#menuSection
{
    width:100%;
}

.menuBlock
{
    width: 31%;
    border: 3px solid #ffffff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow:0px 5px 0px rgba(0,0,0,0.3);
    }

.meniInnerBlock
{
    border:3px solid #D2E7A4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ffffff;
    margin:auto;
}

.menu
{
    width: 100%;
    display: block;
}

.panel
{
    width: 100%;
    padding: 20px 0;
    display: block;
    cursor: pointer;
}

.menuTxt
{
    padding-left: 10px;
    display: inline-block;
}

.menuIcon
{
    float:right;
    margin-right: 10px;
}

.menu ul
 {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top:2px solid #dce5d7;
    box-shadow:0px 1px 0px 0.5px rgba(255,255,255,0.4);
    -webkit-box-shadow:0px 1px 0px 0.5px rgba(255,255,255,0.4);
    -moz-box-shadow:0px 1px 0px 0.5px rgba(255,255,255,0.4);
}

.menu a
{
    display: inline;
    vertical-align: middle;
} 

.menu dd   
{
    margin-left: 55px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
}

.menu dd span
{
    display: inline-block;
} 

.menu dd a
{
    margin-left: 5px;
}   

.animalNavi  
{
    width: 100%;
    margin:2px 10px 0 0;
}
.animalNavi dt img
{
    margin: 0 10px 0 10px;
}

.animalNavi dt span
{
    font-size: 13px;
    color: #51443d;
    vertical-align:-4px;
    font-weight: bold;
}

.animalNavi02
{
    width: 100%;
    background-image: url(../image/common/menu_bg_01.png);
    background-repeat: no-repeat;
    background-position:top;
}

.animalNavi02 dt img
{
    margin:5px 10px 0;
}

.animalNavi02 dt span
{
    font-size: 13px;
    color: #51443d;
    vertical-align:-6px;
    font-weight: bold;
}

.animalList
{
    width: 100%;
    background-image: url(../image/common/menu_bg_01.png);
    background-repeat: no-repeat;
    background-position:top;
    padding: 5% 0;
}

.animalList img
{
    margin: 0 10px;
}

.animalList a
{
    font-size: 13px;
    color: #51443d;
    font-weight: bold;
    position: relative;
    top: 3px;
    text-decoration: none;
}

.animalListLast
{
    width: 100%;
    background-image: url(../image/common/menu_bg_01.png);
    background-repeat: no-repeat;
    background-position:top;
    padding: 5% 0;
}

.animalListLast img
{
    margin: 0 10px;
}

.animalListLast a
{
    font-size: 13px;
    color: #51443d;
    font-weight: bold;
    position: relative;
    top: 3px;
    text-decoration: none;
}

.menu02
{
    width: 100%;
    display: block;
}

.panel02{
    width: 100%;
    padding: 20px 0;
    display: block;
    cursor: pointer;
}

.menu02 input[type="checkbox"].on-off{
    display: none;
}

.menu02 ul
 {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top:2px solid #dce5d7;
    box-shadow:0px 1px 0px 0.5px rgba(255,255,255,0.4);
    -webkit-box-shadow:0px 1px 0px 0.5px rgba(255,255,255,0.4);
    -moz-box-shadow:0px 1px 0px 0.5px rgba(255,255,255,0.4);
   
}

.menu02 a
{
    margin-left: 5px;
    display: inline;
    vertical-align: middle;
}

.menu02 dd
{
    margin-left: 55px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
}

.menu02 dd a
{
    margin-left: 5px;
}

.menuIcon02
{
    float: right;
    margin-right: 10px;
}

.animalList02
{
    width: 100%;
    background-image: url(../image/common/menu_bg_01.png);
    background-repeat: no-repeat;
    background-position:top;
    padding: 5% 0;
}

.animalList02 img
{
    margin:0 5px 0 10px; 
}

.animalList02 a
{
    font-size: 13px;
    color: #51443d;
    font-weight: bold;
    position: relative;
    top: 3px;
    text-decoration: none;
}

.animalListLast02
{
    width: 100%;
    background-image: url(../image/common/menu_bg_01.png);
    background-repeat: no-repeat;
    background-position:top;
    padding: 5% 0;
}

.animalListLast02 img
{
    margin:0 5px 0 10px; 
}

.animalListLast02 a
{
    font-size: 12px;
    color: #51443d;
    font-weight: bold;
    position: relative;
    top: 3px;
    text-decoration: none;
}

.menu03 a
{
    display: block;
    padding: 20px 10px;
}

.menu03 img
{
    border:none !important;
}

.menuIcon03
{
    float: right;
}

.menuPositionLeft
{
    float: left;
}

.menuPositionCenter
{
   float: left;
   position: relative;
   left: 2.5%;
}

.menuPositionRight
{
   float: right;
}

#bannerSection
{
    clear: both;
    width: 100%;
    padding-bottom: 10px;
    overflow: hidden;
}

.sideBanner01
{
    display: none;
}

.banner01
{
    float: left;
    width: 31%;
    margin-top: 16px;
    border: 3px solid #ffffff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow:0px 5px 0px rgba(0,0,0,0.3);
}

.inBanner
{
    border:3px solid #D2E7A4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ffffff;
    margin:auto;
}

.feature
{
    width: 95%;
    background-image: url(../image/common/banner_bg_02.png);
    background-repeat: repeat;
    margin:auto;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    text-align: center;
}

.feature img
{
    margin-top: 4px;
    margin-bottom: 4px;
}

.bannerPhoto
{
    text-align: center;
}

.bannerPhoto a
{
    display: inline;
}

.bannerPhoto img
{
    width: 200px;
    max-width: 100%;
    border: none !important;
}

.guide
{
    font-size: 12px;
    text-align: right;
    padding-right: 8px;
    margin-top: 19px;
    margin-bottom: 12px;
}

.guide img
{
    margin-right: 1%;
    width: 13px;
}

.guide a
{
    display: inline;
}

.guide span
{
    vertical-align: middle;
    line-height: 1.5;
    color: #177f4c;
    font-weight: bold;
}

.banner02
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 66%;
    margin-top: 16px;
    float: right;
    position: relative;
    border: 3px solid #ffffff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow:0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow:0px 5px 0px rgba(0,0,0,0.3);
}

.searchTitle
{
    margin-top:10px;
    margin-bottom: 10px;
    margin-left: 5px;
}

form p
{
    margin:auto;
}

.inputBox
{
    width: 95%;
    background-color: #ffffff;
    border: 2px solid #d5d5d5;
    border-radius: 5px;
    line-height: 2.5em;
}

.inputBox input
{
    border: none;
    background: rgba(0, 0, 0, 0);
    width: 95%;
    height: 100%;
    color: #535353;
    padding-left: 5%;
    line-height: 2.9em;
}

/*for Webkit*/
    input::-webkit-input-placeholder
{
    color:#000000;
}

/*for Firefox*/
    input:-moz-placeholder 
{
    color:#000000;
}

.cash
{
    margin-top: 14px;
    padding-left: 5px;
    font-size: 12px;
    color: #333333;
}

.cash label

{
    line-height: 17px;
    vertical-align: bottom;
}

.cash input
{
    margin-right: 5px;
}

.buttonImg
{
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 13px;
    text-align: center;
}

/* button
------------------------------------------------------------------------------------------ */

/* ---- selectButton ---- */
#leftColumn .js_selectBtn
{
    position: relative;
}
#leftColumn .js_selectBtn .inputButtonInner
{
    display: block;
    overflow: hidden;
    background: #D4D4D4;
    padding:2px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#leftColumn .js_selectBtn .inputInnerCell
{
    display: block;
    overflow: hidden;
    background: #EDEDED;
    padding: 8px 12px;
    font-weight: bold;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#leftColumn .js_selectBtn select
{
    z-index: 10;
    opacity: 0;
    margin-top: 0;
    width: 100%;
    height: 43px;
    background: #fefefe;
    position: absolute;
    top: 0;
    left: 0;
}
#leftColumn .js_selectBtn p
{
    position: absolute;
    top: 0%;
    line-height: 46px; /*高さと同じ値を入力*/
    padding-left: 4px;
}
#leftColumn .selectValue
{
    background-image: url(../image/index/icon_03@2x.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 11px 6px;
    padding-right: 20px;
    display: block;
}
/* ---- /selectButton ---- */


/* ---- input button ---- */

#leftColumn #myMdclRcrdFree input
{
    width:94%;
    margin-left: 1.5%;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    padding-left: 1em;
}

#leftColumn .inputText input
{
    background-color:rgb(255,255,255);
    height:36px;
    height :1.5em\9;
    padding:0;
    padding-top :10px\9;
    padding-bottom :7px\9;
    padding-left: 1em;
    border-color:rgb(212,212,212);
    border-width:2px;
    border-style:solid;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
html:not(:target) #leftColumn .inputText input
{
    height:36px;
    padding:0;
    padding-left: 0.5em;
}

/*==============================================
1-6 footer
==============================================*/
#animalNav
{
    clear: both;
    width: 100%;
    overflow: hidden;
    background-image: url(../image/common/cntnt_bg_04.png);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size:  100% auto;
}
#animalNav img
{
    border: none!important;
}

#socialBtn
{
    clear: both;
    float: left;
    margin-left: 15%;
    margin-top: 50px;
}
.socialTxt
{
    position: relative;
    left: 50%;
    margin-bottom: 10px;
}

#toTop
{
    float: right;
    margin-right: 10%;
    margin-top: 66px;
}
.iconToTop
{
    position: relative;
    left: 100%;
    bottom: 20px;
}
#footer
{
	padding-top: 45px;
}
#footer a,#footer a:hover,#footer a:visited
{
	color:#177F4D;
	text-decoration: underline;
}
#footerInner
{
	width: 97%;
	margin: 0 auto;
	padding-bottom: 44px;
	position:relative;
}
#footer h2
{
	position: absolute;
	top: 0;
	left:0;
}
#footer ul
{
	overflow: hidden;
}
#ftrSubImgSmt
{
	display: none;
}
#siteMap
{
	width:100%;
	padding-bottom: 20px;
	padding-top:10px;
	min-width: 730px;
}
	
	/*上*/
	#footer #ftrMain
	{
		width: 100%;
		text-align:center;
	}
		#footer #ftrMain li
		{
			-moz-box-shadow:0px 4px 0px rgba(0,0,0,0.3);
			-webkit-box-shadow:0px 4px 0px rgba(0,0,0,0.3);
			box-shadow:0px 4px 0px rgba(0,0,0,0.3);
			background:#fff;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			border-radius:3px;
			padding:2px;
			display:inline-block;
			font-size: 1.1em;
			margin-bottom:3px;
		}
			#footer #ftrMain li a
			{
				background-image: url(../image/common/bg_01.png);
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				border-radius:3px;
				padding:2px;
				display:block;
			}
				#footer #ftrMain li a img
				{
					padding-left:5px;
				}
				#footer #ftrMain li a span
				{
					background:#fff;
					-moz-border-radius:3px;
					-webkit-border-radius:3px;
					border-radius:3px;
					display:block;
					padding:10px;
                    padding-right: 25px;
					text-decoration:underline;
					font-weight:bold;
                    background: url(../image/common/arrow_01.png) no-repeat 97% center #fff;
				}
				
	
	/*下*/
	#footer #ftrSub
	{
		width: 100%;
		text-align:center;

	}
		#footer #ftrSub li
		{
			-moz-box-shadow:0px 4px 0px rgba(0,0,0,0.3);
			-webkit-box-shadow:0px 4px 0px rgba(0,0,0,0.3);
			box-shadow:0px 4px 0px rgba(0,0,0,0.3);
			background:#fff;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			border-radius:3px;
			padding:2px;
			display:inline-block;
			margin-bottom:3px;
		}
			#footer #ftrSub li a
			{
				background-image: url(../image/common/bg_02.png);
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				border-radius:3px;
				padding:2px;
				display:block;
			}
				#footer #ftrSub li a img
				{
					padding-left:5px;
				}
				#footer #ftrSub li a span
				{
					-moz-border-radius:3px;
					-webkit-border-radius:3px;
					border-radius:3px;
					display:block;
					padding:6px;
                    padding-right: 25px;
					text-decoration:underline;
					font-weight:bold;
                    background: url(../image/common/arrow_05.png) no-repeat 97% center #fff;
				}
#footer p
{
	clear: both;
	color: #666666;
	font-weight: bold;
	background-color: #F5F7ED;
	width: 100%;
	text-align: center;
}

/*------------------------------------秋デザイン用CSS-----------------------------------------------*/
.socialIcon img
{
	width:92px;
	height:96px;
}

.iconToTop
{
    position: relative;
    left: 60%;
    bottom: 36px;
}
	.iconToTop img
	{
		width: auto;
		height:130px;
	}