/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
.article h2 {
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-left: 6px solid #ccc;
}

/*
	Jetpack から移行された CSS
*/

/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
.article h2 {
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-left: 6px solid #ccc;
}

/*
以下追加CSS
*/

/*
ボタンリンク
*/

.buttonlink {
    max-width: 600px;
    margin:20px auto 20px auto;
    font-weight: bold;
    color: #ffffff !important;
    height: auto;    
}
.buttonlink > img{
    display:inline !important;
}

.buttonlink :before {
	content:"【\f00c公式】";
        font-family: FontAwesome;
}
.buttonlink :after {
	content:" \f08e";
        font-family: FontAwesome;
}

.buttonlink a {
 text-decoration: none !important;
 color: #ffffff !important;
 display:block;
 padding: 10px;
 background-color: #FF773E;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.buttonlink a:hover {
 text-decoration: none !important;
 color:#666666 !important;
 background-color: #fff;
 border:2px solid #F00;
}

.buttonlink {
    max-width: 600px;
    text-align: center;
    margin:20px auto 20px auto;
    font-weight: bold;
    color: #ffffff !important;
    height: auto;    
}
.buttonlink > img{
    display:inline !important;
}
 
.buttonlink :before {
 content:"【\f00c公式】";
        font-family: FontAwesome;
}
.buttonlink :after {
 content:" \f08e";
        font-family: FontAwesome;
}
 
.buttonlink a {
 text-decoration: none !important;
 color: #ffffff !important;
 display:block;
 padding: 10px;
 background-color: #FF773E;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
 
.buttonlink a:hover {
 text-decoration: none !important;
 color:#666666 !important;
 background-color: #fff;
 border:2px solid #F00;
}

/*
小さい文字に
*/

.small-font{
font-size:10px;
}


