@charset "UTF-8";
/*
見出しデザイン
*/

.entry-content h2 {
border-bottom: solid 5px #eabd9a;
position: relative;
}

.entry-content h2:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 5px #6c567b;
width: 20%;
}

.entry-content h3 {
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #fffaf4;/*背景色*/
border-left: solid 5px #EABD9A;/*左線（実線 太さ 色）*/
font-size: 1.1em;
}

#inner-content .hh {
    margin: 1em 0 1em;
}

.studioname {
position: relative;
padding-left: 25px;
}

.studioname:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px #6C567B;
}
.studioname:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 97%;
border-bottom: solid 3px #6C567B;
}

.none {
	border-bottom: 0;
}