/*
 Template:     iconic-one
 Theme Name:   Iconic One Child
 Description:  Iconic One Child Theme
 Author:      cmall81
 Version:      1.9
*/
	/* リンク付いたメニューバーの設定 */
	.themonic-nav  li a{
		background:#ff0000;
		color:#000000;
		padding: 0 20px;
	}
	/* リンク付いたメニューバーのホバーの設定 */
	.themonic-nav  li a:hover{
		background:#ff0000;
		color:#000000;
		padding: 0 20px;
	}
	/* メニューバー全体の設定 */
	.themonic-nav ul.nav-menu,
	.themonic-nav div.nav-menu > ul {
		background:none repeat scroll 0 0 #fff8dc;
		border-bottom: 3px solid #ff0000;
		border-top: 1px solid #ff0000;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	/* メニューのリンク先のページを開いているときのメニューバーの設定 */
	.themonic-nav .current-menu-item > a,
	.themonic-nav .current-menu-ancestor > a,
	.themonic-nav .current_page_item > a,
	.themonic-nav .current_page_ancestor > a {
			background: none repeat scroll 0 0 #ff0000;
			color: #000000;
	}
/* 見出しの設定 */
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	border-left: 20px solid #b33e5c;
	background-color: #e95464;
	border-bottom: 3px solid #d70035;
	color: #000000;
	font-size: 18px;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	border-left: 15px solid #b33e5c;
	border-bottom: 3px solid #d70035;
	color: #0d0015;
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	border-left: 10px solid #b33e5c;
	border-bottom:2px dashed #d70035;
	color: #0d0015;
	font-size: 14px;
	line-height: 1.846153846;
}
/*　フォントを変更　*/
* {
  font-family: 'ヒラギノ丸ゴ Pro W3','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif !important;
}
/*--「検索」背景色--*/ 

#searchsubmit { 
background: #ff0000; 
}
/*--------サイドバー見出し背景色-----------*/
.widget-area .widget-title {
background:#ff0000;
color:#ffffff;
}
/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 20px;
	word-wrap: break-word;
}
.widget-area .widget-title {
	background: #D30011;
	font-size: 16px;
}

.widget.widget_search {
    margin-bottom: 14px;
}

.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 15px;
	line-height: 1.646153846;
	border-bottom: 1px solid #FFE9D1;
	padding: 5px 0;
}
.widget-area .widget p {
	margin-bottom: 12px;
	padding: 10px;
}
	
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #000000;
	text-decoration:none;
	font-size: 98%;
}
.widget-area .widget a:hover {
	color: #D30011;
}
.widget-area #s {
	margin-right: -4px;
	width: 67.9999%; /* define a width to avoid dropping a wider submit button */
}

/*--------フッター背景色-----------*/
footer[role="contentinfo"] {
background:#F6CECE;
color:#848484;
}