﻿@charset "UTF-8";
/******************************************
メールフォームボタン
******************************************/
#mail-from {
	position: fixed;
	bottom: 60px;
	right: 20px;
	font-size: 77%;
}
#mail-from a {
	background: linear-gradient(60deg, rgba(255,71,184, 0.8), rgba(255,223,243,1));
	text-decoration: none;
	color: #000;
	width: 150px;
	padding: 30px 0;
	text-align: center;
	display: block;
/*	margin-right: 101px; */
	border-radius: 5px;
	line-height:1.6;
}
#mail-from a:hover {
    text-decoration: none;
    background: linear-gradient(60deg, rgba(255,213,236,1), rgba(255,232,255,1));
}

/******************************************
ここまでがメールフォームボタンボタン
******************************************/
