.kanren dt { 
    float: left;
    width: 330px;
}
.kanren dt img {
    width: 100%;
}
.kanren dd {
    padding-left: 1px;
}



#st-menuwide{
	display:flex;
}
#st-menubox {
background: #FBA00D;/* 背景色 */
}

header .smanone ul.menu li a{
color: #fff;/* 文字色 */
}





#comments{
	border:3px solid #FBA00D;
	border-radius:20px;
}


#comments textarea,
#comments input{
	border:1px solid #FBA00D;
}

#comments input[type="submit"]{
	background-color:#FBA00D;
}
#comments input[value="コメントを送る"]{
	color:#fff;
}



#footer{
   background:#FBA00D;
}

#footer .footermenust a{
	color: #fff  !important;
}
 
p.copy{
       color:#fff !important;
}



.wpp-list li { /* 記事ごとの枠 */
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    line-height: 1.4em !important;
}
.wpp-post-title { /* 記事のタイトル部分 */
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
.wpp-thumbnail { /* サムネイル部分 */
    padding-right: 10px;
}


.kanren dl {
	border-bottom: 2px dotted #FBA00D;
}



.itiran-ad { /* 広告用のボックス */
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #FBA00D;
}



#content{
    max-width:1150px;
}




dd h3 a {
font-size:34px;
line-height: 39px;
font-weight: normal;
}





.tagcloud a {
	font-size: 14px !important;
	font-weight: bold;
	line-height: 1em;
	background: #FBA00D;
	
	color: #fff !important;
	border:none;
	opacity:1;
}
.tagcloud a:hover {
	 opacity:0.5;
}


.ad-label { /* スポンサーリンクのラベル部分 */
	font-size: 80%;
	color: #333;
	diaplay: block;
	text-align: center;
}
.ad-box { /* 広告下の余白 */
	margin-bottom: 40px;
}
#ad-pc-left {
	float: left;
}
#ad-pc-right {
	float: right;
}



.itiran-time { /* 投稿日の装飾 */
	color: #999 !important;
	margin-bottom: 6px !important;;
}
.itiran-cat a { /* カテゴリー・タグの装飾 */
	background: #FBA00D;
	margin-right: 6px;
	margin-bottom: 6px;
	color: #fff !important;
	padding: 4px 6px;
	border-radius: 4px;
	font-size: 12px;
	display: inline-block;
}
@media only screen and (max-width: 413px) {
.itiran-cat a {　/* カテゴリー・タグの装飾（スマホ） */
	font-size: 10px;
}
}

