@charset "UTF-8";

/*****************************************************
FileName : /common/new/css/base.css
*****************************************************/

/*	reset
-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {
	margin:0;
	padding:0;
}

fieldset,img,abbr {
	border:0;
}


/*	body
-------------------------------------------------------------------*/
body {
	color:#4d4d44;
	font-size:12px;
	/* font-family:"メイリオ", "meiryo", verdana, "ヒラギノ角ゴ Pro W3", hirakakupro-w3, "ＭＳ Ｐゴシック", "ms pgothic", sans-serif; */
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	text-align:center;
	line-height:1.6em;
	letter-spacing:0.03em;
	background-color: #efeeeb;
	-webkit-text-size-adjust: 100%;
}


/*	heading
-------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	/*font-size:100%;*/
}


/*	table
-------------------------------------------------------------------*/
table {
	border-spacing:0;
}

*html table {/* IE6.x */
	border-collapse:collapse;
}

*:first-child + html table {/* IE7.x */
	border-collapse:collapse;
}

caption,th {
	text-align:left;
}


/*	link
-------------------------------------------------------------------*/
#serchB a{
    border-color: #00734a;
 background-image: url(common/new/img/growing/index/serch.png);
    position: fixed;
    top:30%;
    right: -6px;
    width: 61px;
    height: 222px;
    text-indent: -9999px;
    z-index: 200;
}
#serchB:hover a{
    opacity: 0.7;
}
a {
	color:#0171be;
	outline:none;
}

a:link {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


/*	images
-------------------------------------------------------------------*/
img {
	vertical-align:bottom;
}


/*	list
-------------------------------------------------------------------*/
li {
	list-style:none;
}


/*	em
-------------------------------------------------------------------*/
em {
	font-style:normal;
	font-weight:bold;
}


/*	sup
-------------------------------------------------------------------*/
sup {
	vertical-align:text-top;
}


/*	horizontal
-------------------------------------------------------------------*/
hr {
	display:none;
}


/*	form elements
-------------------------------------------------------------------*/
/*----------form----------*/
form legend {
	display:block;
	position:relative;
	width:1px;
	height:0px;
	font-size:1px;
	line-height:0%;
	text-indent:-9999px;
}

form input,
form select,
form textarea {
	color:#4d4d44;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size:12px;
}



@media screen and (max-width: 750px) {
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 999999px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	overflow-x: hidden;
	width: 750px;
	/*font-size: 28px;*/
}

form input,
form select,
form textarea {
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 28px;
}
}

