.proflink a{
	display:block;
	text-align:center;
	padding:7px 10px;
	background:#aaa;/*カラーは変更*/
	width:50%;
	margin:0 auto;
	margin-top:20px;
	border-radius:20px;
	border:3px double #fff;
	font-size:0.65rem;
	color:#fff;
}
.proflink a:hover{
		opacity:0.75;
}

/*
	Jetpack から移行された CSS
*/

/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/* ------------------------------------------------------------
オレンジメールを使う時のフォームスタイルここから
------------------------------------------------------------*/
.OM_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}

.OM_table tr td {
	text-align: center;
}

.OM_top {
	border: 0;
	font-size: 22px;
	font-weight: 600;
	padding: 15px 0;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.OM_left {
	border: 0;
	font-size: 18px;
	color: #333333;
	padding: 10px 15px;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

.OM_center {
	border: 0;
	font-size: 18px;
	background: #a9a9a9;
	color: #333333;
	padding: 10px 15px;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

.OM_right {
	border: 0;
	font-size: 18px;
	color: #333333;
	padding: 10px 15px;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

.OM_bottom {
	border: 0;
	font-size: 18px;
	color: #a9a9a9;
	padding: 15px;
	text-align: center;
	line-height: 16px;
}

.OM_seimei {
	width: 80%;
	padding: 0 10px;
}

.OM_mail {
	width: 80%;
	padding: 0 10px;
}

.OM_left2 {
	border: 0;
	font-size: 16px;
	color: #333333;
	padding: 20px 15px;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

.OM_mail2 {
	width: 80%;
	padding: 10px 30px;
	margin: 20px;
}

.OM_submit {
	background-color: #a9a9a9;
	color: #333333;
	width: 95%;
	border: 1px solid #a9a9a9;
	font-size: 18px;
	padding: 10px 5px;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

.OM_link:hover {
	border-bottom: 1px dotted #1393ff;
}

.OM_submit input[type="submit"] {
	width: 20%;
	font-size: 100%;
	padding: 4px;
	background: #e6e6fa;
	color: #333333;
	text-decoration: none;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	-ms-transition: .8s;
	transition: .8s;
}

.OM_submit input[type="submit"]:hover {
	background: #66cdaa;
}

/* ------------------------------------------------------------
オレンジメールを使う時のフォームスタイルここまで　
------------------------------------------------------------*/