/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/*サイトサイズ固定化*/
div#page {
	width: 960px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

div#main {
	padding-left: 20px;
	padding-right: 20px;
}

div#primary {
	width: 655
}

div#secondary {
	width: 250px;
}

/*メニュー均等化*/
#wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0;
	list-style: none;
}

.menu-item {
	width: 94px;
	text-align: center;
}

/*サイト名部分*/
#masthead {
	background: url(http://udonya-18.com/database/wp-content/uploads/2016/08/siteTOP.jpg) no-repeat !important;
}

.site-header h1 a {
	color: rgba(0,0,0,0);
	height: 100px;
}

.site-header h1 a:hover {
	color: rgba(0,0,0,0);
}

#site-navigation {
	margin-top: 0;
	padding-top: 0;
/*padding-top: 27px;*/
}

/*ページタイトル部分*/
.entry-header .entry-title {
	background-color: #ffffff;
	font-size: 18px;
	color: #000000;
}

.entry-title {
	border-bottom: 1px solid #000000;
}

.entry-header .entry-title a {
	color: #000000;
	font-weight: 600;
}

.entry-title {
	padding-left: 23px;
	font-size: 2px;
	line-height: 30px;
	margin-bottom: 40px;
	text-align: left;
	background: url(http://udonya-18.com/database/wp-content/uploads/2016/04/icon01.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

/*ページタイトル部分
.entry-header .entry-title {
	background-color: #000000;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.entry-title {
	border-bottom: 3px solid #cc0033;
}

.entry-header .entry-title a {
	color: #ffffff;
}

.entry-title {
	padding-left: 5px;
}*/
/*ブログ文字サイズ*/
.singular .entry-content {
	font-size: 12px;
}

/*blogフッター投稿日時*/
footer.entry-meta {
	text-align: right;
}

/*blogフッター余白*/
.site-content article {
	margin-bottom: 4px;
	border-bottom: 0;
}

/*コンタクトフォーム入力欄*/
.wpcf7-text,.wpcf7-textarea {
	width: 98%;
}

/*widget*/
.widget-title {
	font-size: 18px;
	border-bottom: 1px solid #000000;
	background: url(http://udonya-18.com/database/wp-content/uploads/2016/04/icon01.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-color: #ffffff;
	color: #000000;
	padding-left: 23px;
}

/*widget
.widget-title {
	font-size: 18px;
	border-bottom: 3px solid #cc0033;
	background-color: #000000;
	color: #ffffff;
	padding-left: 5px;
}
*/
/*widget-categoryタイトル*/
.cat-item {
	padding-left: 10px;
}

/*widget-info-link余白*/
.w-info-link {
	padding-left: 10px;
}

.dmm{
margin-bottom: 1.5em;
padding: 0.5em;
border:1px solid #000;
border-bottom: 1px solid #000;
}