@charset "utf-8";
/* CSS Document */


/* general 
-----------------------------------------------------------*/

.pc {
	display: none;
}
.sp {
	display: block;
}
.outerContainer {
	width: 100%;
}
.container {
	width: 96%;
	margin: 0 auto;
}
.leftWrapper {
	width: 100%;
}
.rightWrapper {
	width: 100%;
}
.newline {
	display: block;
}


/* header 
-----------------------------------------------------------*/

header {
	background: #eeeeee;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
header .upper {
	height: 50px;
	padding: 10px 0 5px 0;
	overflow: hidden;
}
/* logo */
header .upper h1 p.logo {
	width: 150px;
}

header .upper h1 {
	line-height: 0;
}

header .upper h1 p.logo img {
	width: 100%;
	max-width: 130px;
	vertical-align: top;
}
/* humbergerMenu 
---------------------------------------------------------*/

header #btn {
	width: 36px;
	height: 36px;
	border: 2px solid #91be1e;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}
header p#btn>span#hum {
	display: block;
	width: 30px;
	height: 0px;
	border: solid #91be1e;
	border-width: 2px 0;
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: 0.2s;
}
header p#btn>span#hum:before {
	display: block;
	content: "";
	width: 30px;
	height: 0px;
	border: solid #91be1e;
	border-width: 2px 0;
	border-radius: 2px;
	position: absolute;
	top: -20px;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: 0.2s;
}
header p#btn>#hum:after {
	display: block;
	content: "";
	width: 30px;
	height: 0px;
	border: solid #91be1e;
	border-width: 2px 0;
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -20px;
	left: 0;
	margin: auto;
	transition: 0.2s;
}
header p#btn>#hum.click {
	border-color: transparent;
}
header p#btn>#hum.click:before {
	top: 0;
	transform: rotate(45deg);
}
header p#btn>#hum.click:after {
	bottom: 0px;
	transform: rotate(135deg);
}
ul#globalNav {
	display: none;
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
	background-color: #eeeeee;
	position: fixed;
	top: 64px;
	left: 0;
	right: 0;
	z-index: 100;
}
ul#globalNav>li {
	width: 80%;
	margin: 0 auto;
	border-bottom: 1px dotted #ccc;
}
ul#globalNav li a {
	display: block;
	padding: 2% 3%;
}
#ul#globalNav li a:hover {
	color: #ddd;
}
.pageContent {
	padding-top: 64px;
}
.spHeaderButton p.headerButton {
	width: 49%;
	float: left;
	margin-left: 2%;
}
.spHeaderButton p:first-child {
	margin-left: 0;
}
.spHeaderButton p.headerButton img {
	width: 100%;
	max-width: 360.7968px;
}
/* categoryPage SP common part  
---------------------------------------------------------*/
/* topImage */
.topBox {
	margin-bottom: 10px;
}
.topImg img {
	width: 100%;
}
.topTitle {
	padding-left: 5px;
	margin-bottom: 10px;
}
.topTitle h2.category {
	border-left: solid #91BE1E 5px;
	padding-left: 5px;
}
.topImg_box p {
	margin-top: 5px;
	font-size: 12px;
	font-weight: 100;
}
/* menuList */
.menu_list ul.category {
	width: 100%;
	overflow: hidden;
}
.menu_list ul.category>li {
	float: left;
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 10px;
	height: 45px;
	padding-left: 5px;
	background: linear-gradient(#FFF, #FFF, #EEEFEF);
	border: solid #C9C9CA 1px;
	border-radius: 4px;
	box-sizing: border-box;
}
.menu_list ul.category>li:nth-child(2n) {
	margin-right: 0px;
}
.menu_list ul.category>li>a {
	text-indent: 12px;
	font-size: 12px;
	line-height: 45px;
	font-weight: 700;
	color: #333333;
	padding-left: 5px;
	position: relative;
}
.menu_list ul.category>li>a.line_filling {
	line-height: 18px;
	padding-top: 5px;
}
.menu_list ul.category>li>a:before {
	display: block;
	content: "";
	width: 5px;
	height: 15px;
	background: #91BE1E;
	position: absolute;
	top: 15px;
}
/* dropShadow */
.drop-shadow {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.raised:before {
	width: auto;
	right: 10px;
	left: 10px;
	bottom: 0;
	-webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
}
/* categoryPage sideBar 
-----------------------------------------------------------*/
.pageSidebar ul.outer {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
}
.pageSidebar ul.outer>li {
	width: 100%;
	line-height: 45px;
	/*	padding-left: 15px;*/
	border: dotted #c8c8c8;
	border-width: 1px 0 1px 0;
	position: relative;
}
.pageSidebar ul.outer>li>a {
	padding-left: 15px;
}
.pageSidebar ul.outer>li:before {
	display: block;
	content: "";
	width: 5px;
	height: 20px;
	background: #91Be1e;
	position: absolute;
	top: 13px;
}
.pageSidebar ul.outer>li:after {
	display: block;
	content: url(../../images/index/arrow_green.png);
	position: absolute;
	top: 3px;
	right: 5px;
}
.pageSidebar ul.inner {
	padding-left: 30px;
}
.pageSidebar ul.inner>li {
	width: 100%;
	line-height: 30px;
	position: relative;
}
.pageSidebar ul.inner>li>a {
	padding-left: 15px;
}
.pageSidebar ul.inner>li:before {
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	background: #91Be1e;
	position: absolute;
	top: 12px;
}
/* footer 
-----------------------------------------------------------*/


/* footerbannar
-----------------------------------------------------------*/

.footerBannar>ul {
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
}
.footerBannar>ul>li {
	float: left;
	width: 49.5%;
	margin: 1% 1% 0 0;
}
.footerBannar>ul>li:nth-child(2n) {
	margin-right: 0;
}
.footerBannar>ul>li>a>img {
	width: 100%;
	max-width: 360.7968px;
}
footer>p {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #91be1e;
	color: #ffffff;
}