@charset "UTF-8";
/*
 * Theme Name: moeginomura 
 * Theme URI: http://www.moeginomura.co.jp
 * Description: 萌木の村専用のオリジナルテーマです。
 * Author: Uma disegno
 * Version:1.0
 * */



/*基本設定のCSS*/
@import url(css/layout.css);

/*スライド・カルーセルスライダ用のCSS*/
@import url(css/jquery.bxslider.css);

iframe{ width:100%; }



/* h2記事大見出し */
.yama-h2 {
    margin: 15px 5px 15px 0 !important;
    font-size: 2.5em !important;
	color:#333;
    padding:15px 15px 8px;
    background: #FFF;
    line-height: 1.2em;
    border-left:7px solid #831a1f;
    margin:15px 0 10px 0;
}
/* h3記事中見出し */
.yama-h3 {
margin: 10px 5px 0 0;
border: none;
font-size: 1.75em !important;
line-height: 1.55em;
position: relative;
padding: 10px 0;
font-family: 'MyWebFont';
}
.yama-h3:after {
content: "";
display: block;
height: 4px;
background: -moz-linear-gradient(to right, #831a1f, transparent);
background: -webkit-linear-gradient(to right, #831a1f, transparent);
background: linear-gradient(to right, #831a1f, transparent);
}