@charset "UTF-8";


/* デスクトップ */

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

{
/* CSSリセット */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}



/* html
----------------------------------------------------- */

html{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	scroll-padding-top: 70px; /* 固定ヘッダの高さ分 */
}

/* body
-----------------------------------------------------*/

body{
	width: 100%;
	height: 100%;
	background: #FFF;
	color: #403929;
	font-size: 14px;
	font-family:"メイリオ",sans-serif;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

div#wrap {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

div#container{
	width: 100%;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 0 50px 0;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding-bottom: 50px;
	background-color: #FFF;
}

/* link関連
----------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #1C61BA;
}
a:visited {
	text-decoration: none;
	color: #1C86EE;
}
a:hover {
	text-decoration: none;
	color: #385C7E;
}
a:active {
	text-decoration: none;
	color: #BCD2EE;
}

/*ページトップへ戻る
-----------------------------------------------------*/
#page_top{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 20px;
	bottom: 55px;
	background: #467DD2;
	opacity: 0.5;
	border-radius: 30px;
	z-index: 9999;
}
#page_top a{
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -25px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
#page_top a::after{
	content: 'TOP';
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 30px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/* ヘッダー
----------------------------------------------------*/

div.navToggle {
	display: none;
}

div#header {
	width: 100%;
	height: 70px;
	position: fixed;
}

header {
	width: 100%;
	height: 70px;
	background: -moz-linear-gradient(0deg, #656565 10%, #969696 60%, #C7C7C7 100%);
	background: -webkit-linear-gradient(0deg, #656565 10%, #969696 60%, #C7C7C7 100%);
	background: linear-gradient(0deg, #656565 10%, #969696 60%, #C7C7C7 100%);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0;
}
header p {
	flex: 1 1 300px;
	width: 300px;
	position: absolute;
	left: 20px;
	top: 10px;
	font-size: 26px;
	font-weight: bold;
	font-family: "ＭＳ 明朝", serif;
	color: #FFF;
	line-height: 1.2;
	text-shadow: 1px 1px 1px #656565,
				-1px -1px 1px #656565,
				-1px 1px 1px #656565,
				1px -1px 1px #656565,
				0 1px 1px #656565,
				0 -1px 1px #656565,
				-1px 0 1px #656565,
				1px 0 1px #656565;
}
nav.menu ul {
	list-style: none;
	width: 720px;
	height: 70px;
	position: absolute;
	top: 32px;
	right: 0;
	bottom: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	-ms-display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
}
nav.menu ul li{
	flex: 1 1 8%;
	height: 24px;
	padding: 0;
	position: relative;
	list-style: none;
	font-size: 14px;
	text-align: center;
}
nav.menu ul li:last-child {
	flex: 1 1 14%;
	height: 24px;
	padding: 0;
	list-style: none;
	font-size: 14px;
	text-align: center;
}
nav.menu ul li a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	height: 24px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding: 3px 5px;
}
nav.menu ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 3px;
	background: #FCFCFC;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}
nav.menu ul li a:hover:before {
	transform: scale(1);
}

/* ミドルdiv
----------------------------------------------------*/

div.middle {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 80px 0 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

div.main {
	width: 760px;
	height: 100%;
	margin: 0 auto 50px;
	padding: 20px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
p.imgmap {
	width: 760px;
	margin: auto;
}
.no_pc {
	display: none;
}
p.imgmap img {
	width: 704px;
	height: 564px;
	border: 1px solid #CCC;
	display: block;
	margin: 0 auto;
}
p.top_shokai {
	width: 704px;
	display: block;
	margin: 20px auto 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: flex;
}

h1.h1_red {
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding: 6px 10px 5px;
	background: -moz-linear-gradient(0deg, #810C0C 10%, #F97171 70%, #C8183E 100%);
	background: -webkit-linear-gradient(0deg, #810C0C 10%, #F97171 70%, #C8183E 100%);
	background: linear-gradient(0deg, #810C0C 10%, #F97171 70%, #C8183E 100%);
	border-top: 1px solid #C8183E;
	border-right: 1px solid #F97171;
	border-bottom: 1px solid #F97171;
	border-left: 1px solid #C8183E;
	border-radius: 5px;
}
h1.h1_blue {
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding: 6px 10px 5px;
	background: -moz-linear-gradient(0deg, #12297a 10%, #72a7f8 70%, #1158ce 100%);
	background: -webkit-linear-gradient(0deg, #12297a 10%, #72a7f8 70%, #1158ce 100%);
	background: linear-gradient(0deg, #12297a 10%, #72a7f8 70%, #1158ce 100%);
	border-top: 1px solid #1158ce;
	border-right: 1px solid #72a7f8;
	border-bottom: 1px solid #72a7f8;
	border-left: 1px solid #1158ce;
	border-radius: 5px;
}

/* 商品紹介外枠 */
div.handle_shohin_wak {
	width: 100%;
	margin: 20px auto;
	padding: 15px;
	border: solid 1px #CCC;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	-ms-display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
/* 商品紹介　商品名 */
div.handle_shohin_wak h2 {
	flex-basis: 98%;
	font-size: 18px;
	font-weight: bold;
}
/* 商品紹介　画像リスト */
div.handle_shohin_wak ul {
	flex-basis: 280px;
	padding: 0;
	margin: 10px 5px;
}
div.handle_shohin_wak ul li {
	margin: 10px 0;
}
/* 商品紹介　画像 */
div.handle_shohin_wak ul li img {
	max-width: 100%;
	margin: 5px 0 0 0;
	display: block;
}
/* ハンドル商品紹介　説明 */
div.handle_shohin_wak div {
	flex-basis: 400px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
div.handle_shohin_wak div p a {
	border-bottom: 1px dotted;
}
/* 商品紹介　材質 */
dl.zaisitu {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	-ms-display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border: 1px solid #B9B9B9;
	border-top: none;
	width: 100%;
	margin: 10px 0;
}
dl.zaisitu dt {
	background: #EEE;
	width: 30%;
	padding: 6px;
	border-top: 1px solid #B9B9B9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
}
dl.zaisitu dd {
	background: #FFF;
	width: 35%;
	padding: 6px;
	margin: 0;
	border-left: 1px solid #B9B9B9;
	border-top: 1px solid #B9B9B9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
}
dl.type_size {
	flex-basis: 740px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	-ms-display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border: 1px solid #B9B9B9;
	border-top: none;
	margin: 10px 0;
}
dl.type_size dt {
	background: #EEE;
	width: 51px;
	padding: 6px;
	border-top: 1px solid #B9B9B9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
}
dl.type_size dd {
	background: #FFF;
	width: 135px;
	padding: 6px;
	margin: 0;
	border-left: 1px solid #B9B9B9;
	border-top: 1px solid #B9B9B9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
}
/* パワーハンドル用（２種用） */
dl.ph_type_size {
	flex-basis: 70%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	-ms-display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border: 1px solid #B9B9B9;
	border-top: none;
	margin: 10px 0;
}
dl.ph_type_size dt {
	background: #EEE;
	width: 30%;
	padding: 6px;
	border-top: 1px solid #B9B9B9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
}
dl.ph_type_size dd {
	background: #FFF;
	width: 35%;
	padding: 6px;
	margin: 0;
	border-left: 1px solid #B9B9B9;
	border-top: 1px solid #B9B9B9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
}
/* タッチワン用(3種用) */
dl.touchone_type_size {
	flex-basis: 80%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	-ms-display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border: 1px solid #B9B9B9;
	border-top: none;
	margin: 10px 0;
}
dl.touchone_type_size dt {
	background: #EEE;
	width: 22%;
	padding: 6px;
	border-top: 1px solid #B9B9B9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
}
dl.touchone_type_size dd {
	background: #FFF;
	width: 26%;
	padding: 6px;
	margin: 0;
	border-left: 1px solid #B9B9B9;
	border-top: 1px solid #B9B9B9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
}

/* モバイル用表示　非表示用 */
dl.nopc_type_size03 {
	display: none;
}
/* モバイル用表示　非表示用 */
dl.nopc_type_size02 {
	display: none;
}

/* 商品紹介　外枠 */
div.shohin_wak {
	width: 100%;
	margin: 20px auto;
	padding: 15px;
	border: solid 1px #CCC;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	-ms-display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
/* 商品紹介　商品名 */
div.shohin_wak h2 {
	flex-basis: 98%;
	font-size: 18px;
	font-weight: bold;
}
div.shohin_wak img {
	display: block;
	flex: none;
	max-width: 100%;
	margin: 5px;
}
div.shohin_wak div {
	flex-basis: 350px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
div.shohin_wak div img {
	max-width: 100%;
	margin: 5px auto;
	display: block;
}
div.shohin_wak div p a {
	border-bottom: 1px dotted;
}
/* 使用例 */
span.larg_mida {
	display: block;
	font-weight: bold;
	padding: 4px 6px 3px;
	border-left: 7px solid #FFA500;
}
ul.example {
	padding: 0;
	margin: 10px 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	-ms-display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
ul.example li {
	flex-basis: 30%;
	max-width: 30%;
	margin-right: 5px;
}
ul.example li img {
	display: block;
	border: 1px solid #B9B9B9;
	border-radius: 5px;
}
/* 商品紹介　材質01(1項目用) */
dl.zaisitu01 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	-ms-display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border: 1px solid #B9B9B9;
	border-top: none;
	width: 100%;
	margin: 10px 0;
}
dl.zaisitu01 dt {
	background: #EEE;
	flex-basis: 20%;
	max-width: 20%;
	padding: 6px;
	border-top: 1px solid #B9B9B9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
}
dl.zaisitu01 dd {
	background: #FFF;
	flex-basis: 80%;
	max-width: 80%;
	padding: 6px;
	margin: 0;
	border-left: 1px solid #B9B9B9;
	border-top: 1px solid #B9B9B9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: left;
	line-height: 1.4;
}
/* 2項目用サイズ */
dl.type_size02 {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	-ms-display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border: 1px solid #B9B9B9;
	border-top: none;
	margin: 10px 0;
}
dl.type_size02 dt {
	background: #EEE;
	flex-basis: 20%;
	max-width: 20%;
	padding: 6px;
	margin: 0;
	border-top: 1px solid #B9B9B9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
}
dl.type_size02 dd {
	background: #FFF;
	flex-basis: 40%;
	max-width: 40%;
	padding: 6px;
	margin: 0;
	border-left: 1px solid #B9B9B9;
	border-top: 1px solid #B9B9B9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
}
/* 3項目用 */
dl.type_size03 {
	flex-basis: 100%;
	max-width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	-ms-display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border: 1px solid #B9B9B9;
	border-top: none;
	margin: 10px 0;
}
dl.type_size03 dt {
	background: #EEE;
	flex-basis: 22%;
	max-width: 22%;
	padding: 6px;
	border-top: 1px solid #B9B9B9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
}
dl.type_size03 dd {
	background: #FFF;
	flex-basis: 26%;
	max-width: 26%;
	padding: 6px;
	margin: 0;
	border-left: 1px solid #B9B9B9;
	border-top: 1px solid #B9B9B9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
}
/* 4項目用 */
dl.type_size04 {
	flex-basis: 100%;
	max-width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-o-display: flex;
	-ms-display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border: 1px solid #B9B9B9;
	border-top: none;
	margin: 10px 0;
}
dl.type_size04 dt {
	background: #EEE;
	flex-basis: 16%;
	max-width: 16%;
	padding: 6px;
	border-top: 1px solid #B9B9B9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
}
dl.type_size04 dd {
	background: #FFF;
	flex-basis: 21%;
	max-width: 21%;
	padding: 6px;
	margin: 0;
	border-left: 1px solid #B9B9B9;
	border-top: 1px solid #B9B9B9;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
}

/*カンカン・勉強部屋リンク
-----------------------------------------------------*/

div.link{
	width: 100%;
	height: auto !important;
	position: absolute;
	bottom: 50px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

div.link ul {
	width: 720px;
	margin: 0 auto;
	list-style: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	-moz-display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

div.link ul li {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 360px;
}

img.link_img{
	max-width: 100%;
}

/* フッター
----------------------------------------------------*/

footer {
	width: 100%;
	height: 50px;
	background-color: #FFF;
	position: absolute;
	bottom: 0;
}

footer p {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	font-size: 0.7em;
}

}