/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/
#main-contents .contents{padding-left:0.5em;}
a img:hover{opacity:0.5;}
/* 点滅 */
.tenmetu{
 -webkit-animation:tenmetu 1.5s ease-in-out infinite alternate;
    -moz-animation:tenmetu 1.5s ease-in-out infinite alternate;
    animation:tenmetu 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes tenmetu{
    0% {opacity:0.2;}
    100% {opacity:1;}
}
@-moz-keyframes tenmetu{
    0% {opacity: 0.2 ;}
    100% {opacity:1;}
}
@keyframes tenmetu{
    0% {opacity: 0.2 ;}
    100% {opacity:1;}
}
.c{color:#b30000;
font-weight:bold;}
.l{font-size:1.2em;}
.u {
    text-decoration: none;
    background: linear-gradient(rgba(255, 204, 255,0) 80%, rgb(177, 223, 255) 20%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 2.5s;
}
#main-contents ul {
    
    max-width: 585px;
}
#main-contents li{    border-bottom: 2px solid #000;}

/*
	Jetpack から移行された CSS
*/

/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
.meado {
	font-size: 1.3em;
	margin-top: 30px;
}

.onamae {
	font-size: 1.3em;
	margin-bottom: 30px;
}

.inputa {
	width: 36%;
}

.inputb {
	width: 30%;
}

.submmail {
	border-radius: 10px;
	width: 24%;
	height: 2em;
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 30px;
	color: #fffbfb;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+17,52b152+33,008a00+67,005700+83,002400+100;Green+3D+%231 */
	background: rgb(180,221,180);
/* Old browsers */
	background: -moz-linear-gradient(top,rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%);
/* FF3.6-15 */
	background: -webkit-linear-gradient(top,rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%);
/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4ddb4',endColorstr='#002400',GradientType=0);
/* IE6-9 */
}

.submmail:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1e767+0,feb645+100;Yellow+3D */
	background: rgb(241,231,103);
/* Old browsers */
	background: -moz-linear-gradient(top,rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%);
/* FF3.6-15 */
	background: -webkit-linear-gradient(top,rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%);
/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e767',endColorstr='#feb645',GradientType=0);
/* IE6-9 */
}