@charset "utf-8";
/* CSS Document */

body{
	color: #000;
	-webkit-text-size-adjust: 100%;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 1.3;
	font-size: 1rem;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
	max-width:100%!important;
}

/*----------------------------------------------------
	#page（ページ全体）
----------------------------------------------------*/

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
	display:block;
}
ol,ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
dl,dd,dt {
	margin: 0;
	padding: 0;
}
small {
	font-size: 10px;
}
p,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* リンク
----------------------------------------------------*/
a {
	-webkit-tap-highlight-color: rgba(57, 127, 218, .2);
	text-decoration: none;
	color: #FF5D00;
}
a:hover {
	color: #AC3E00;
	text-decoration: underline;
}

/* ヘッダー */
#header {
	padding: 1px 0 0 0;
}
.header-inner {
	width: 1140px;
	margin: 0 auto;
}
#blogtitle {
	font-size: 24px;
	margin: 20px 0 5px;
}
#blogtitle a {
	color: #FF5D00;
}
#description {
	margin: 0 0 20px 0;
	color: #666;
    font-size: 14px;
    line-height: 1.5;
}
#nav {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #FF5D00;
	border: none;
}
#nav-inner {
	width: 1140px;
	margin: 0 auto;
}
 #nav li {
	width: 190px;
	float: left;
	box-sizing: border-box;
	background-color: #FF5D00;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
#nav li a {
	display:block;
	color:#fff;
	padding: 13px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
#nav li a:hover {
	text-decoration: none;
	color: #DBDBDB;
}
#nav li:before {
    content: "";
	 float: left;
    width: 1px;
    height: 22px;
	 margin: 12px -1px 0 0;
    background-color: #fff;
	box-sizing: border-box;
}
#nav li:last-child:after {
    content: "";
    float: right;
    width: 1px;
    height: 24px;
    margin-top: -51px;
    margin: -33px -1px 0 0px;
    background-color: #fff;
}
#header-image {
	clear: both;
	background-color: #dfdfdf;
    display: block;
    width: 100%;
    height: 350px;
    max-width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* ヘッダー */

/* コンテンツ */
#contents {
	clear: both;
	padding: 40px 0;
	background-color: #f9f9f9;
}
#contents-inner {
	margin: 0 auto;
	width: 1140px;
}
.contents-left {
	float: left;
	padding: 20px;
	box-sizing: border-box;
	width: 800px;
	background-color: #fff;
}
.contents-right {
	float: right;
	width: 300px;
}
.contents-right aside {
	margin-top: -30px;
}
.contents-headline {
	font-size: 24px;
	text-align: center;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	letter-spacing: 2px;
}
.contents-headline:after {
	content: "";
	width: 20px;
	height: 2px;
	display: block;
	margin: 15px auto 0;
	background-color: #333;
}
.contents-headline span {
	font-size: 10px;
	font-weight: normal;
	display: block;
	letter-spacing: 1px;
	margin: 0 0 2px 0;
	color: #FF5D00;
}
.article-list {
}
.article-list a {
	color: #666;
}
.article-list li {
	padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}
.article-list li a {
	display: block;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
.article-list li a:hover {
	text-decoration: none;
}
.article-list li a:hover .article-title{
	color: #FF5D00;
}
.article-list li a:hover .article-image {
	opacity:0.85;
}
.article-list-inner {
	box-sizing: border-box;
    padding: 10px;
    position: relative;
}
.article-list-inner-left {
    width: 200px;
	height: 150px;
    float: left;
	margin: 0 20px 5px 0;
}
.article-image {
	width: 200px;
	height: 150px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
.article-list-inner-right {
	display: flex;
}
.article-text {
}
.article-time {
	font-size: 12px;
	margin: 3px 0 10px 0;
	letter-spacing: 0.03rem;
	color: #999;
}
.article-title {
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 10px 0;
	color: #000;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
.article-text {
	font-size: 12px;
	color: #666;
	line-height: 1.5;
}
/* コンテンツ */

/* 前後のページ遷移 */
.loadMore {
	width: 440px;
	height: 50px;
    text-align: center;
    overflow: hidden;
    position: relative;
	margin: 40px auto 0;
	background-color: #fff;
}
.loadMore a {
    color: #FF5D00;
	font-size: 15px;
	font-weight: bold;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	border-radius: 3px;
}
.loadMore a:hover {
	background-color: #FF5D00;
	color: #fff;
	text-decoration: none;
}
.loadMore .fa-chevron-left {
	position: absolute;
	top: 18px;
	left: 10px;
}
.loadMore .fa-chevron-right {
	position: absolute;
	top: 18px;
	right: 10px;
}
.loadMore-before, .loadMore-next  {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #FF5D00;
    font-weight: bold;
	background-color: #fff;
    border: 2px solid #FF5D00;
	margin: 0 10px;
	box-sizing: border-box;
}
.loadMore-before {
	position: absolute;
	top: 0;
	left: 0;
}
.loadMore-next {
	position: absolute;
	top: 0;
	right: 0;
}
.loadMore-album-author {
	height: 70px;
	margin-top: 10px;
}
.loadMore-album {
    float: left;
	display: block;
	margin: 0 10px;
    width: 420px;
    height: 70px;
    line-height: 70px;
    border: 2px solid #FF5D00;
    position: relative;	
	box-sizing: border-box;
	background-color: #fff;	
}
.pad_btn {
}
.loadMore .fa-picture-o {
	font-size: 18px;
	margin: 0 3px 0 0;
}
/* 前後のページ遷移 */

/* サイドバー */
.sidetitle {
	font-size: 16px;
	text-align: center;
	background-color:#FF5D00;
	color: #fff;
	padding: 8px 0;
	margin:30px 0 15px 0;
	font-weight: bold;
    border-radius: 3px;
}
.profile .photo {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.profile .photo img {
    width: 150px;
}
.nickname {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 10px 0;
    text-align: center;
    letter-spacing: 1px;
	color: #333;
}
.message {
	color:#666;
	padding:15px;
	font-size:14px;
	border:1px solid #efefef;
	background-color: #fff;
	line-height: 1.5;
}
.sidebody {
	font-size: 14px;
	margin: 0 10px 10px 0;
	padding:0 10px 10px 0;
	color:#666;
	border-bottom:1px dotted #ccc;
}
.image-aside {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
    overflow: hidden;
}
.image-aside img {
    width: 100%;
    margin: 0 0 5px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border-radius: 3px;
}
.image-aside img:hover {
	opacity: 0.8;
}
.text-aside {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    word-wrap: break-word;
}
#album-link {
    background-color: #FF5D00!important;
    text-align: center!important;
    border: 1px solid #FF5D00!important;
    font-size: 14px!important;
    font-weight: bold!important;
	padding: 10px!important;
	margin: 0 auto!important;
    width: 260px!important;
	box-sizing: border-box!important;
    color: #fff!important;
}
#clogBtnAlbum {
    text-decoration: none;
    background-color: #FF5D00;
    font-weight: bold;
    opacity: .5;
    filter: alpha(opacity=50);
}
a:visited #album-link {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
a:link #album-link {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.counter .side .sidebody {
    font-size: 14px;
	border: none;
    font-weight: normal;
    padding: 0px;
	margin: 5px 0 0;
}
.tag_cloud a {
}
ul.rss {
    text-align: center;
}
ul.rss li {
    border-right: 1px solid #999;
    display: inline;
    font-size: 88%;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin-right: 0.3em;
    padding-right: 0.5em;
    padding-left: 0.2em;
}
.shop_info {
	width: 300px!important;
    font-size: 12px!important;
	color:#333!important;
}
.shop_info th {
    padding: 0!important;
	border-bottom:1px solid #333!important;
	width: 20%!important;
	box-sizing: border-box!important;
}
.shop_info-th {
    background-color:#f9f9f9!important;
    color:#333!important;
    text-align:center!important;
    margin:0!important;
    padding:10px 0!important;
    border-radius: 0!important;
}
.shop_info-td {
	margin: 0!important;
	padding: 0!important;
}
.shop_info td {
    width: 80%!important;
    padding: 10px 5px!important;
    margin: 0px 10px 0 5px!important;
	box-sizing: border-box!important;
    word-wrap: break-word!important;
    border-bottom: 1px dotted #333!important;
}
/*
.info {
	width: 300px;
    font-size: 12px;
	color:#333;
}
.info th {
    padding: 10px 0;
	border-bottom:2px solid #666;
	width: 20%;
	box-sizing: border-box;
}
.info td {
    width: 80%;
    padding: 10px 5px;
    margin: 0px 10px 0 5px;
	box-sizing: border-box;
    word-wrap: break-word;
    border-bottom: 1px dotted #333;
}
*/
.calender{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
}
.calendarhead{
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 14px;
}
.calendartable{
	border: 0px solid #006699;
	font-size: 13px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.calendarwd{
	padding: 5px;
}
.calendarweek{}
.calendard{
	text-align: center;
	color: #999999;
	background-color: #FFFFFF;
}
.sun{
	color: #FF3366;
}
.sat{
	color: #0099CC;
}
.today{
	font-weight: bold;
	color: #666666;
	background-color: #dddddd;
}
.calendar a {
	padding: 2px;
	text-decoration: underline;
}
/* サイドバー */

/* フッター */
#footer {
	clear: both;
}
#copyright {
	display: block;
	background-color: #FF5D00;
	color: #fff;
	text-align: center;
	font-size: 10px;
	/*	margin: 30px 0 0;*/
	padding: 15px;
}/* PAGETOP */

.pagetop {
    width: 55px;
    height: 55px;
	line-height:45px;
    color: #fff;
    background: #FF5D00;
    border-radius: 40px;
    display: block;
    font-size: 1.5rem;
    text-align: center;
	border: 1px solid #fff;
	box-sizing:border-box;
    position: fixed;
    bottom: 20px;
    right: 50%;
    margin: 0 -650px 0 0;
    -webkit-transition: background-color 0.35s, color 0.35s;
    transition: background-color 0.35s, color 0.35s;
}
.pagetop:hover {
	color:#FF5D00;
	border:1px solid #FF5D00;
	background-color:#fff;
}
.pagetop:hover .fa {
	color:#FF5D00;
}
.pagetop span {
	display:none;
}
.fa-chevron-up {
	font-size: 20px;
	padding: 17px 0 0 0;
}
/* フッター */


/* 個別記事 */
.entry-header {
	margin: 10px 0;
}
.entry-title {
	font-size: 30px;
	line-height: 1.5;
}
.entry-date {
	margin: 10px 0 0 0;
	font-size: 12px;
	color: #888;
	font-weight: bold;
}
.entry-date-innner {}
.entry-category {
	float: none;
	padding: 15px 0 25px;
}
.entry-category a {
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
.entry-category a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.entry-category-inner {
}
.entry-category-inner a {
	font-size: 12px;
	font-weight: bold;
	color: #9c9c9c;
	background-color: #FFF7F2;
	padding: 5px 7px;
	display: inline-block;
	margin: 5px 5px 0 0;
}
.entry-body {
    font-size: 17px;
    letter-spacing: .05em;
    margin: 0 0 10px 0;
    line-height: 1.85;
    color:#333;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.entry-body img {
	margin: 0 0 20px 0;
}
.entry-body ul li {
    list-style:circle;
    font-size: 15px;
    margin: 0 0 0 20px;
}
.entry-body ol li {
    list-style:decimal;
    font-size: 15px;
    margin: 0 0 0 20px;
}
.entry-body p {
}
.entry-meta	{
	margin: 25px 0 0 0;
}
.entry-meta	p {
	text-align: right;
	font-size: 10px;
}
.comments-head {
    padding-top: 10px;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #dbd7da;
    padding-bottom: 10px;
    font-weight: bold;
}
.comments-body {
	width: 720px!important;
    font-size: 14px;
    line-height: 145%;
    margin-top: 20px;
    margin-bottom: 5px;
}
.comments-post {
    color: #666;
    font-size: 14px;
    text-align: right;
    margin-top: 0;
    margin-bottom: 25px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
}
.category-bar {
	background-color: #FF5D00!important;
	border-radius: 3px!important;
	margin-top: -50px;
}
#text {
    font-size: 1.2rem;
    height: 200px;
    background-color: rgb(255, 255, 255);
    -webkit-appearance: none;
    font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    resize: vertical;
    width: 600px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    padding: 15px 20px;
    border-radius: 5px;
    outline: none;
    transition: all 0.35s ease 0s;
    overflow: hidden;
}
#text:focus,
#author:focus,
#email:focus,
#url:focus
{
-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.3);
outline:none;
} 
#author, #email, #url {
    padding: 10px;
    border: 1px solid #ccc!important;
    border-radius: 5px!important;
    margin: 5px 7px 0 0!important;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    -webkit-appearance: none;
    border-radius: 5px;
    outline: none;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;

}
table.form {
    width: 720px;
    margin: 25px 0 0 0;
}
table.form td {
	 width:100px;
	 display:inline-block;
}
table.form label {
	width: 100px!important;
}
table.form insert {
	padding:10px;
}
label {
    font-size: 88%;
    font-weight: normal;
    color: #666;
}
input[type="author"] {
	width:300px;
}
input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    line-height: 1.5px;
    cursor: pointer;
}
@media (min-width: 1px) {
    input[type=radio],
    input[type=checkbox] {
        display: none;
        margin: 0;
    }
    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    input[type=radio] + label::before,
    input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background-color: white;
    }
    input[type=radio] + label::before {
        border: 2px solid #c2ced2;
        border-radius: 30px;
    }
    input[type=checkbox] + label::before {
        border: 2px solid #c2ced2;
    }
    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input[type=radio]:checked + label::after {
        left: 5px;
        width: 8px;
        height: 8px;
        margin-top: -4px; 
        background: #19c5ff;
        border-radius: 8px;
    }
    input[type=checkbox]:checked + label::after {
        left: 3px;
        width: 16px;
        height: 8px;
        margin-top: -8px;
        border-left: 3px solid #12b4eb;
        border-bottom: 3px solid #12b4eb;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
.contents-left input[type=submit] {
	margin: 0 5px 5px 0!important;
	padding: 10px 30px;
	font-size: 14px;
	border-radius: 5px;
	-webkit-appearance: normal;
	-moz-appearance: normal;
	appearance: normal;
	-webkit-appearance: none;
	border: 1px solid #FF5D00;
	box-sizing: border-box;
	background-color: #FF5D00;
	color: #fff;
	letter-spacing: 3px;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	outline: none;
}
.contents-left input[type=submit]:hover {
	color: #FF5D00;
	background-color: #fff;
	border: 1px solid #FF5D00;
}

#mailForm table { width: 100%; font-family: 'Lucida Grande', "Hiragino Kaku Gothic Pro", Meiryo, 'メイリオ', 'MS Pゴシック', sans-serif; font-weight:normal;}
#mailForm th, #mailForm td  { padding: 10px; border: 1px solid #ddd; }
#mailForm th  { background: #f4f4f4; }
.bt {
	 text-align:center;
 }
.next {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #333;
    padding: 0 30px;
    color: #333;
    line-height: 50px;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    font-family: 'Lucida Grande', "Hiragino Kaku Gothic Pro", Meiryo, 'メイリオ', 'MS Pゴシック', sans-serif;
    margin: 0 5px;
    font-size: 18px;
}
.next:hover {
	background-color: #333;
	border-color: #333;
	color: #fff;
}
.next::before,
.next::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #333;
}
.next::before {
	top: 0;
}
.next::after {
	bottom: 0;
}
.next:hover::before,
.next:hover::after {
	height: 0;
	background-color: #333;
} 
.err {
    color: red;
    font-size: 12px;	
}
#mailForm input[type="text"] {
	width: 100%;
	height: 40px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0 10px;
	margin: 0 0 5px 0;
	-webkit-appearance: normal;
	-moz-appearance: normal;
	appearance: normal;
	-webkit-appearance: none;
	border-radius: 3px;
	box-sizing: border-box;
	outline: none;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
#mailForm input[type="text"]:focus {
-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.3);
} 

/*----------------------------------------------------
    .contact
----------------------------------------------------*/
.contact th  { width: 30%; text-align: left; }
.contact td  { width: 70%; text-align: left; }
.contact span {color:red;}

@media only screen and (max-width:480px){
    .contact { margin: 0; }
    .contact th,
    .contact td{
    width: 100%;
    display: block;
    padding: 5%;
    border-top: none;
    box-sizing: border-box;
 }
   .contact tr:first-child th   { border-top: 1px solid #ddd; }
.bt {
	text-align:center;
}
.next {
	width:50%;
	padding:0;
}
.contact textarea, .contact input {
	padding:2%;
}
}

.input_general_box {
	width: 160px!important;
	height: 40px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0 10px;
	-webkit-appearance: normal;
	-moz-appearance: normal;
	appearance: normal;
	-webkit-appearance: none;
	border-radius: 3px;
	outline: none;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
.input_general_box:focus {
-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.3);
} 
input.button {
	margin: 0!important;
	padding: 9px 18px 9px 18px;
	font-size: 14px;
	border-radius: 3px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif!important;
	-webkit-appearance: normal;
	-moz-appearance: normal;
	appearance: normal;
	-webkit-appearance: none;
	border: 1px solid #333;
	box-sizing: border-box;
	background-color: #333;
	color: #fff;
	letter-spacing: 3px;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	outline: none;
}
input.button:hover {
	background-color:#fff;
	color:#333;
}

.entry-body h4 {
    border-top: 3px solid #f60;
    border-bottom: 3px solid #f60;
    margin: 60px 0 5px 0!important;
    padding: 20px 20px 20px 10px;
    font-size: 22px;
    color: #f60;
    font-weight: bold;
    line-height: 1.3;

}
.entry-body h5 {
    border-bottom: 3px dotted #f60;
    border-top: 3px dotted #f60;
    margin: 30px 0 5px 0!important;
    padding: 20px;
    font-size: 18px;
    color: #f60;
    font-weight: bold;
    background-color: #fff8f3;
    line-height: 1.3;

}
.writer_info {
	margin:80px 0 0 0!important;
	background-color:#ff6600;
	color:#fff;
	width: 100%;
    box-sizing: border-box;
	padding: 15px 15px 10px;
	font-weight:bold;
	letter-spacing:1px;
}
.writer_author_box {
	width:100%;
    border: 1px solid #ff6600;
    margin: 0 0 0 0;
	box-sizing:border-box;
	color:#333;
}
.writer_author_box_inner {
	padding:20px;
}
.writer_author_box_meta {
	overflow: hidden;
}
.writer_author_box_meta_left {
    width: 150px;
    float: left;
    text-align: center;
    margin-left: -20px;
}
.writer_author_image_wrap {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-style: solid;
    border-width: 3px;
    border-color: #eee;
    border-radius: 50%;
}
.writer_author_box_meta_right {
    float: left;
    width: 580px;
}
.writer_author_box_profile {
}
.writer_author_box_name {
	display: inline-block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    color: #FF6600;
    text-decoration: none!important;
    position: relative;
    margin-right: 10px;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	text-decoration:underline;
}
.writer_author_box_name:hover {
	text-decoration:none;
}
.writer_author_box_sub_info {
	display: inline-block;
    font-size: 16px;
    margin-right: 15px;
}
.writer_author_box_profile_detail {
	margin:15px 0 0 0;
	font-size:14px;
	line-height:1.5;
}

blockquote {
  background: #eee url(https://hamazo.tv/template/_img/set_business_6/quote.gif) no-repeat 10px 10px;
    padding: 25px;
margin: 0 20px;
}
.subscription .sidebody,
.search .sidebody,
.ad .sidebody,
.tag_cloud .sidebody,
.profile .sidebody,
.inquiry .sidebody {
    border: none;
    padding: 0;
}