/*
Theme Name: 有限会社角間工業所
Author: Homepage Builder
Author URI: https://www.justsystems.com/jp/links/hpb/creator.html?p=hpb23_wp_hpbdash
Description: このテーマは「JustSystems Homepage Builder Version 23.0.1.0 for Windows」によって作成されました。サイト名は「有限会社角間工業所」、サイトの公開日時は「2025年06月27日15:43」です。
License: 
License URI: license.txt
*/

/* CSS Set Up
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* スタイルリセット用 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
details,
figcaption,
figure,
menu,
summary,
time,
mark{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body{
	line-height: 1;
	background-repeat:repeat;
	background-image : url(img/recent_icon.gif);
}
ol,
ul{
	list-style: none;
}
blockquote,
q{
	quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after{
	content: '';
	content: none;
}
a{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ins{
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark{
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del{
	text-decoration: line-through;
}
abbr[title],
dfn[title]{
	border-bottom: 1px dotted;
	cursor: help;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
hr{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input,
select{
	vertical-align: middle;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section{
	display: block;
}
body{
	min-width: 1000px;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	color: #333333;
}
#ie6 body.admin-bar,
#ie7 body.admin-bar{
	background-position: left 28px;
}
p{
	margin-bottom: 7px;
}
/* ベースリンク設定 */
a:link{
	color: #333333;
	text-decoration: none;
}
a:visited{
	color: #333333;
	text-decoration: none;
}
a:hover{
	color: #DB2414;
	text-decoration: underline;
}
a:active{
	color: #333333;
	text-decoration: none;
}
/* レイアウト設定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#hpb-container{
	width: 100%;
}
#masthead .site-branding{
	background-image: url("img/head_bg.gif");
	background-repeat: repeat;
	background-position:1340px 0;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
}
#masthead .site-branding h1{
    text-indent: -9999px;

}
#masthead .site-branding h1 a{
    display: block;
    background-image: url("img/logo.png");
    background-repeat: no-repeat;
    min-height: 40px;
}

#page{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.home #main{
	width: 1000px;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 105px;
	margin-bottom: 60px;
}
#main{
	width: 1000px;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	margin-bottom: 60px;
}
#main::after{
	content:"";
	clear:both;
	overflow:hidden;
	display: block;
}
#primary{
	width: 690px;
	float: left;
	clear: both;
	background-color: #ffffff;
}
.site-content{
	width: 650px;
	margin: 10px auto 0;
}
#sidebar-1{
	width: 290px;
	float: right;
}
#colophon{
	width: 100%;
	font-size: 1.2em;
	background-color: #1460B4;
	position: relative;
	clear: both;

}

/* フッターウィジェット */
#colophon *{
	color: #FFF;
}
.footer-widgets{
	background-color: #1460B4;
	padding-top: 50px;
	width: 1000px;
	margin: 0 auto;
}
.footer-widgets aside{
	width: 280px;
	padding: 0 25px;
	margin: 0px auto 20px;
	display: inline-block;
	background-color: #1460B4;
	vertical-align: top;
}
.footer-widgets .widget_calendar #wp-calendar td,
.footer-widgets .widget_calendar #wp-calendar caption{
	color: #FFF;
}
.footer-widgets aside h1{
	margin-bottom: 15px;
	background-color: #1460B4;
	background-position:left center;
	font-size: 16px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:30px;
	padding-right:0;
	border-bottom: 1px dotted #fff;
}
.footer-widgets aside h1 img{
	display: none;
}
.footer-widgets #searchform,
.footer-widgets .current_page_item{
	background-color:#1460B4;
}
.footer-widgets .textwidget{
	padding: 0;
}
#searchsubmit{
	color: #252525;
}
/* ヘッダー領域
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* サイトタイトル キャッチフレーズ 要素 */
#masthead{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	background-repeat:repeat-x ;
	background-image : url(img/pattern.png);
	background-color: #FFF;
}
/* サイトタイトル */
#masthead .site-branding h1{
	position: relative;top: 21px;
	width: 1000px;
	margin: 0 auto;
	color: #FFF;
}
#masthead .site-branding h1 a{
	color: #FFF;
	font-size: 18px;
}
/* キャッチフレーズ */
#masthead #hpb-site-desc{
	width: 1000px;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	position: relative;
	top: -35px;
	margin: 0 auto;
}
/* ヘッダー内拡張要素 */
#hpb-header-extra1{
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: right;
	top: -40px;
	width: 1000px;
}
#hpb-header-extra1{
	display: block;
}
#hpb-header-extra1 span{
	display: inline;
	background-repeat:no-repeat;
	background-position: left center;
	background-image:url(img/phone.gif);
	height: 20px;
	padding: 10px 0 10px 15px;
}
p.tel{
	height: 30px;
	font-size: 18px;
	color: #1460B4 ;
}
#hpb-header-extra1 .tel::after{
	clear: both;
	display: block;
	overflow: hidden;
	content:".";
	height: 0;
	text-indent: -9999px;
}
/* メインメニュー */
.home #site-navigation{
	position: absolute;
	top: 533px;
	left: 0;
}
#site-navigation{
	width: 100%;
	font-size: 1.2em;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	background-color: #1460B4;
	left: 0;
	position: relative;
	top: 0;
}


#site-navigation ul{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#site-navigation ul li a{
	color: #FFF;
}

#site-navigation ul::after{
	content:".";
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#site-navigation li{
	background-position: left center;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}
#site-navigation li a{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	font-size: 14px;
	display: block;
}


/*-- Nav child --*/
#site-navigation li ul{
	display: none;
}
#site-navigation li:hover .sub-menu{
    display: block;
}
#site-navigation li:hover > ul{
	width: 200px;
	margin: 0;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	/*display: block;*/
	position: absolute;
	top: 100%;
	z-index: 9999;
	color: #fff;
}
#site-navigation li:hover ul li{
	width: 200px;
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 0;
	padding-left: 0;
	color: #fff;
	padding-right: 0;
	padding-top: 0;
	background-image:url(img/child_bg.png);
	background-position:left center;
	background-repeat:repeat;
    position: relative;
}
#site-navigation li a:hover li a{
	background-color: #FFF;
}
#site-navigation li:hover ul li a{
	/*padding-bottom: 10px;*/
	padding-left: 5px;
	color: #fff;
	padding-right: 5px;
	/*padding-top: 10px;*/
}
#site-navigation li:hover ul li a:hover{
	color: #fff;
	background-image:url(img/child_bg.png);
	background-position:left center;
	background-repeat:repeat;
	background-color: none;
}
#site-navigation li:hover{
	background-color: #FFF;
}
#site-navigation li:hover a{
	color: #252525;
}
.current_page_item{
	background-color: #FFF;
}
#site-navigation ul .current_page_item a{
	color: #252525;
}
/* Nav tertiary */
#site-navigation ul li:hover > ul ul{
	left: 100%;
	top: 0;
}
#site-navigation li:hover .children{
	display: block;
}
#site-navigation ul li a:hover{
	color: #252525;
}
#site-navigation li a:hover{
	color: #fff;
/*	background-color: #fff !important;
*/
}
#site-navigation li:hover .children li:hover .children{
	display: block;
	position: absolute;
}
/* サイドコンテンツ要素
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sidebar-1::after{
	clear: both;
	display: block;
	overflow: hidden;
	content:"";
	height: 0;
}
#sidebar-1 #secondary aside{
	margin-bottom: 12px;
	background-color: transparent;
}
* html #sidebar-1 #secondary aside{
	position: static;
}
#sidebar-1 #secondary aside h1{
	background-color: #1460B4;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding: 10px 0;
	font-size: 16px;
	padding-left: 50px;
	color: #FFF;
	line-height: 1;
}
#sidebar-1 #secondary aside h1 img{
	display: none;
}
#sidebar-1 #secondary aside h1 a{
	color: #FFF;
}

.widget_rss h1{
	background: url(img/rss_icon.gif) no-repeat 20px 8px;
}
.widget_recent_entries h1{
	background: url(img/recent_icon.gif) no-repeat 20px 7px;
}
.widget_calendar h1{
	background: url(img/calendar_icon.gif) no-repeat 20px 7px;
}
.widget_recent_comments h1{
	background: url(img/comment_icon.png) no-repeat 20px 7px;
}
.widget_archive h1{
	background: url(img/archive_icon.gif) no-repeat 20px 7px;
}
.widget_categories h1{
	background: url(img/category_icon.gif) no-repeat 20px 7px;
}
.widget_tag_cloud h1{
	background: url(img/tag_icon.gif) no-repeat 20px 15px;
}
.widget_text h1{
	background: url(img/text_widget_icon.gif) no-repeat 20px 11px;
}
.widget_meta h1{
	background: url(img/meta_icon.gif) no-repeat 20px 7px;
}
.widget_search h1{
	background: url(img/search_icon.png) no-repeat 20px 11px;
}
.widget_pages h1{
	background: url(img/page_icon.gif) no-repeat 20px 11px;
}
.textwidget{
	padding: 10px 20px;
}
#sidebar-1 h2,
#sidebar-1 .widgettitle{
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 10px;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: 12px 10px;
}
#secondary ul{
	padding-left: 20px;
	padding-right: 10px;
}
#secondary ul li{
	word-break: break-all;
	border-bottom: 1px dotted #c0c0c0;
}
#secondary ul li:first-child{
/*	margin-top: 10px;
*/}
#secondary ul li:last-child{
	border-bottom: none;
}
#main ul li{
	background: url(img/list_mark_right.gif) no-repeat left 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #c0c0c0;
}
#secondary .textwidget{
	word-break: break-all;
	padding-left: 10px;
	padding-right: 10px;
}
#secondary .textwidget img{
	width: auto !important;
	width: 100%;
	max-width: 100%;
	height: auto;
}
#secondary ul select{
	width: 286px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.widget_calendar #wp-calendar{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.widget_calendar #wp-calendar td{
	color: #252525;
}
#calendar_wrap{
	padding-bottom: 15px;
}
.widget_calendar #wp-calendar caption{
	font-size: 0.917em;
	font-weight: bold;
	padding-bottom: 3px;
	color: #252525;
	padding-top: 5px;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	background-color: #104987;
	color: #fff;
	padding: 5px 0;
}
.widget_calendar #wp-calendar tfoot td{
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
}
.widget_search{
	background: transparent;
}
.widget_search label{
	display: none;
}
.widget_search #s{
	width: 210px;
	color: #555;
}
.widget_tag_cloud .tagcloud{
	padding-left: 10px;
	padding-right: 10px;
}
#secondary .widget_nav_menu ul{
	margin-bottom: 0;
}
#secondary .widget_nav_menu ul ul{
	padding-left: 0;
	padding-right: 0;
}
#secondary .widget_nav_menu ul li{
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	background-image: none;
}
#secondary .widget_nav_menu ul li a{
	margin-bottom: 10px;
	border-bottom: 1px dashed #E2E2E2;
	padding-bottom: 10px;
	display: block;
}
#secondary .widget_nav_menu ul li li a{
	padding-left: 20px;
}
/* 共通要素
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sticky {
}
.hpb_social{
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	margin-bottom: 20px;
}
.entry-content,
.entry-meta{
	margin-bottom: 1.5em;
}
#page-content{
}
.home #page-content{
	padding-left: 0;
	padding-right: 0;
}
.entry-header h1{
	background: url(img/h1_title_bg.jpg) no-repeat bottom;
	font-size: 26px;
	font-weight: normal;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
/* ページコンテンツ */
#page-content{
	padding-top: 0;
}
#page-content p,
#page-content ul{
	margin-bottom: 2em;
	padding-left: 1em;
	padding-right: 1em;
}
#page-content ul li{
	margin-bottom: 0.5em;
}
/* すべて */
.home .hpb-viewtype-full .entry-header h4,
.page .hpb-viewtype-full .entry-header h4,
.archive .hpb-viewtype-full .entry-header h4,
.search .hpb-viewtype-full article h4{
	margin-bottom: 1em;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	padding-bottom: 0.7em;
	padding-left: 2em;
	padding-top: 0.7em;
	background-position: 1em 1em;
	background-repeat: no-repeat;
	background-color: #F9F9F9;
}
/* 簡易 */
.hpb-viewtype-simple .entry-header h4{
	margin-bottom: 1em;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	padding-bottom: 0.7em;
	padding-left: 2em;
	padding-top: 0.7em;
	background-position: 1em 1em;
	background-repeat: no-repeat;
	background-color: #F9F9F9;
}
/* アイキャッチ */
/* 日付 */
.hpb-viewtype-date dl{
	margin-bottom: 1.5em;
	padding-left: 1em;
	padding-right: 1em;
}
.hpb-viewtype-date dl dt{
	border-bottom: 1px dashed #E2E2E2;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	float: left;
	clear: left;
}
.hpb-viewtype-date dl dd{
	border-bottom: 1px dashed #E2E2E2;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
.hpb-viewtype-date dl dd a{
	color: #000000;
}
.entry-thumbnail{
	margin-bottom: 15px;
	margin-left: 1em;
	margin-right: 1em;
}
.entry-thumbnail img{
	width: auto !important;
	width: 100%;
	max-width: 100%;
	height: auto;
}
/* コンテンツ */
.hpb-viewtype-content dt{
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	padding-bottom: 0.7em;
	padding-left: 2em;
	padding-top: 0.7em;
	background-position: 1em 1em;
	background-repeat: no-repeat;
	background-color: #F9F9F9;
}
/* タイトル */
.hpb-viewtype-title ul{
	margin-bottom: 1.5em;
	padding-left: 1em;
	padding-right: 1em;
}
.hpb-viewtype-title ul li{
	border-bottom: 1px dashed #E2E2E2;
	padding-bottom: 0.7em;
	padding-left: 2em;
	padding-top: 0.7em;
	background-position: 1em 1em;
	background-repeat: no-repeat;
}
/* more リンク */
.hpb-more-entry{
	text-align: right;
	padding-right: 10px;
	clear: both;
}
/* パンくず */
#breadcrumb-list{
	width: 1000px;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	position: relative;
	clear: both;
	margin-bottom: -20px;
	position: relative;
	top: 60px;
}
#breadcrumb-list div{
	padding-left: 0.5em;
	display: inline;
}
/* ページナビゲーション */
.navigation-post{
	margin-bottom: 2em;
	margin-left: 1em;
	margin-right: 1em;
}
.nav-previous{
	width: 48%;
	float: left;
}
.nav-next{
	width: 48%;
	text-align: right;
	float: right;
}
/* ---- コンテンツ要素 ---- */
.entry-content{
	height: auto;
	zoom: 1;
}
#page-content h1,
.entry-content h1{
	font-size: 1.500em;
	font-weight: normal;
	margin-bottom: 0.667em;
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 0.222em;
	clear: both;
}
#page-content h2,
.entry-content h2{
	font-size: 1.417em;
	font-weight: normal;
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 0.294em;
	clear: both;
}
#page-content h3,
.entry-content h3{
	border-top: none;
	padding-left: 0;
	padding-top: 0;
	background-image: none;
}
#page-content ul,
.entry-content ul{
	margin-left: 1em;
	margin-bottom: 1.5em;
}
#page-content ul ul,
.entry-content ul ul{
	margin-left: 0.30em;
	margin-bottom: 0;
}
#page-content ul li,
.entry-content ul li{
	padding-top: 0.5em;
	padding-left: 9px;
	padding-top: 0.5em;
	background-image: url(img/arrow_right_blue.gif);
	background-position: left 1em;
	background-repeat: no-repeat;
}
#page-content ol,
.entry-content ol{
	margin-left: 1em;
	margin-bottom: 1.5em;
}
#page-content ol ol,
.entry-content ol ol{
	margin-left: 0.30em;
	margin-bottom: 0;
}
#page-content ol li,
.entry-content ol li{
	margin-left: 1.5em;
	list-style: decimal;
}
#page-content dl,
.entry-content dl{
	margin-bottom: 1.5em;
}
#page-content dl dt,
.entry-content dl dt{
	margin-bottom: 1em;
	margin-left: 0;
	border-bottom: 1px dotted #d5d5d5;
	border-right: none;
	border-left: 5px solid #1460B4;
	border-top:none;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	background-repeat: repeat-y;
	background-color: transparent;
	background-position: left;
}
#page-content dl dd,
.entry-content dl dd{
	margin-bottom: 1em;
	margin-left: 2em;
}
#page-content dl dd a,
.entry-content dl dd a{
	color: #000000;
}
.screen-reader-text{
	display: none;
}
#page-content hr,
.entry-content hr{
	margin-bottom: 2em;
	border-top: 1px dashed #CCCCCC;
}
#page-content table,
.entry-content table{
	width: 100%;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
}
#page-content table th,
.entry-content table th{
	width: auto;
	vertical-align: top;
	font-weight: normal;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	background-color: #F9F9F9;
}
#page-content table thead th,
.entry-content table thead th{
	font-weight: bold;
}
#page-content table td,
.entry-content table td{
	width: auto;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	padding-bottom: 5px;
	vertical-align:middle;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
#page-content blockquote,
.entry-content blockquote{
	margin-bottom: 2em;
	padding: 10px;
	background: #F3F3F3;
}
#page-content blockquote p,
.entry-content blockquote p{
	margin-bottom: 0;
	padding: 10px;
}
/* Alignment */
.alignleft{
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright{
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-content img.wp-smiley{
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter{
	margin-bottom: 1.625em;
}
.wp-caption{
	margin-top: 0.4em;
}
.wp-caption{
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img{
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption{
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text{
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text::before{
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
article::after{
	height: 0;
	overflow: hidden;
	clear: both;
	display: block;
}
#page-content .gallery,
.entry-content .gallery{
	margin: 0 auto 1.625em;
	clear: both;
}
#page-content dl.gallery-item dt,
.entry-content dl.gallery-item dt{
	border-left: none;
	border-top: none;
	background-image: none;
}
#page-content .gallery,
.entry-content .gallery{
	margin: 0 auto 1.625em;
	clear: both;
}
#page-content .gallery a img.attachment-thumbnail,
.entry-content .gallery a img.attachment-thumbnail{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#page-content .gallery-columns-4 .gallery-item,
.entry-content .gallery-columns-4 .gallery-item{
	width: 23%;
	padding-right: 2%;
}
#page-content .gallery-columns-4 .gallery-item img,
.entry-content .gallery-columns-4 .gallery-item img{
	width: 100%;
	height: auto;
}
/* social */

/* ---- コメント ---- */
#comments{
	clear: both;
}
#comments h3{
	font-size: 1.167em;
	margin-bottom: 1em;
	border-left: 5px solid #DC2314;
	padding: 0.5em 1em;
	background-color: #1460b4;
}
/* ---- コメントリスト ---- */
#comments ul{
	margin-bottom: 1em;
}
#comments li{
	width: 100%;
	position: relative;
}
#comments .comment-body{
	border-bottom: 1px dashed #CECECE;
	padding: 12px 4px 12px 65px;
}
#comments .comment-author{
	font-style: normal;
	display: inline;
}
#comments .avatar{
	position: absolute;
	top: 17px;
	left: 4px;
}
#comments cite{
	font-style: normal;
}
#comments .comment-meta{
	display: inline;
}
#comments .reply{
	text-align: right;
}
#comments ol ul .comment-body{
	padding-left: 105px;
}
#comments ol ul .comment-body .avatar{
	left: 44px;
}
.bypostauthor {
}
/* お問い合わせ */
table textarea.l{
	width: 99%;
}
table input.m{
	width: 99%;
}
table input.l{
	width: 99%;
}
/* ---- コメントフォーム ---- */
#respond{
	margin-bottom: 1em;
}
#respond h3{
	font-size: 1.167em;
	margin-bottom: 1em;
	border-left: 5px solid #DC2314;
	padding: 0.5em 1em;
	background-color: #1460b4;
}
#respond h3 a{
	color: #FFF;
}
#commentform{
	padding: 10px;
}
.comment-notes{
	margin-bottom: 20px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea{
	margin-bottom: 1em;
	display: block;
}
.comment-notes .required,
.comment-form-author .required,
.comment-form-email .required{
	color: #940303;
}
.comment-form-comment{
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}
.comment-form-comment textarea{
	border: 1px solid #cecece;
}
.form-submit input{
	outline: none;
	border: 1px solid #cecece;
	padding: 10px 15px;
	background: #f3f3f3;
	cursor: pointer;
}
#comments #respond{
	margin-top: 1em;
}
/* トップページ要素
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#hpb-header-image{
	border-top: medium none;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 0;
	position: relative;
	top: -25px;
	width: 1000px;
	height: 404px;
}
/* アーカイブ要素
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.archive .entry-header{
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.archive .entry-header h1{
	margin-bottom: 0;
	line-height: 1;
}
/* Blog */
/* ---- サーチ用コンテンツ ---- */
.search #hpb-content h2{
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.search #hpb-content h2{
	font-size: 1.400em;
	font-weight: normal;
	color: #000000;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 23px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 12px 10px;
	display: block;
}
.serarch-results .entry-header{
	padding-bottom: 0;
	background-color: #FFFFFF;
}
.search #content h1{
	background-image: url("img/h1_title_bg.jpg");
	background-repeat:no-repeat;
	background-position:center bottom;
	font-size: 26px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.search #content h1.entry-title{
    background-image:url("img/h3_bg.gif");
    background-position:left 0;
    background-repeat:no-repeat;
    border: medium none;
    color: #252525;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-left: 20px;
    text-align: left;
}
.search-no-results #content h1.entry-title{
	background-image: url("img/h1_title_bg.jpg");
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-left: 0;
}
.search #content article{
	border-bottom: 1px dotted #d5d5d5;
}
/* 404 */
.error404 #primary,
.error404 #primary #content{
	width: 98%;
	padding: 2%;
}
.error404 .entry-header h1{
	background-position:left bottom;
}
.error404 h1,
.error404 h2,
.error404 h3,
.error404 h4,
.error404 h5,
.error404 h6{
	border:none;
}
.error404 #searchform .field{
	width: 200px;
}
.error404 #content ul li{
	width: 620px;
}
/* シングル要素
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.single .entry-content{
}
.single .entry-meta{
	margin-bottom: 2em;
	clear: both;
}
/* ページ要素
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.page .entry-header{
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

.page .entry-header h1{
	margin-bottom: 0;
	line-height: 1.2;
}

/* フッター領域
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#site-sub-navigation{
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
}
#site-sub-navigation ul{
	width:720px;
	padding-top: 35px;
}
#site-sub-navigation li{
	margin-right: 1em;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-top: 7px;
	position: relative;
}
#site-sub-navigation .current_page_item{
	background-color: transparent;
}
#site-sub-navigation li a{
	padding-left: 10px;
	border-left: 1px solid #fff;
}
/* secondary */
#site-sub-navigation li ul{
	display: none;
}
#hpb-footer-main{
	position: relative;
	text-align: right;
	width: 1000px;
	margin: 0 auto;
	height: 50px;
}
.wp-login{
	text-align: right;
	margin-right: 1em;
	right: 0;
	bottom: 0;
}
#site-sub-navigation h1{
	font-size: 14px;
}
/* ---- コメント ---- */
#comments article{
		border-bottom: 1px dotted #d5d5d5;
margin-bottom: 20px;
}
#comments h2{
	font-size: 1.167em;
	margin-bottom: 1em;
	padding: 0.5em 1em;
	background-color: #1460b4;
}
#comments footer{
	padding-bottom: 10px;
}
/* ---- コメントリスト ---- */
#comments ol{
	margin-bottom: 1em;
}
#comments li{
	width: 100%;
	position: relative;
}
#comments .comment-body{
	border-bottom: 1px dashed #CECECE;
	padding: 12px 4px 12px 65px;
}
#comments .comment-author{
	font-style: normal;
	display: inline;
}
#comments .avatar{
	position: static;
}
#comments cite{
	font-style: normal;
}
#comments .comment-meta{
	display: inline;
}
#comments .reply{
	text-align: right;
}
#comments ol ul .comment-body{
	padding-left: 105px;
}
#comments ol ul .comment-body .avatar{
	left: 44px;
}
/* その他
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* clearfix */
#masthead::after,
#site-navigation ul::after,
#hpb-inner::after,
.hpb-viewtype-thumbnail::after,
.hpb-viewtype-date dl::after,
#page-content dl::after,
.entry-content dl::after,
.navigation-post::after{
	content: "";
	display: table;
	clear: both;
}
#masthead,
#hpb-main-nav ul,
#hpb-inner,
.hpb-viewtype-thumbnail,
.hpb-viewtype-date dl,
#page-content dl,
.entry-content dl,
.hpb-pagenation { /zoom: 1 }
/* Small menu */
.menu-toggle{
	display: none;
	cursor: pointer;
}
.main-small-navigation ul{
	display: none;
}
#content h2{
	background: url(img/h1_title_bg.jpg) no-repeat left bottom;
	margin-bottom: 20px;
	margin-top: 40px;
	font-size: 26px;
	padding: 0 0 10px 0;
	line-heght: 1;i
	font-weight: normal;
	color: #252525;
}
#content h3{
	background: url(img/h3_bg.gif) no-repeat left 7px;
	padding-left: 20px;
	font-size: 21px;
	margin-bottom: 20px;
	font-weight: normal;
	margin-top: 15px;
	border: none;
	color: #252525;
	text-align: left;
}

#respond h3{
	background: url(img/h3_bg.gif) no-repeat left 17px;
	border-top: 1px dotted #ccc;
}
* html #respond h3{
	background: url(img/h3_bg.gif) no-repeat left 17px;
}
.archive .page-title{
	background: url(img/
		_title_bg.jpg) no-repeat left bottom;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 16px;
}
.archive .entry-title{
	background: none;
	padding-left: 15px;
	padding-bottom: 0;
	border-left: 5px solid #1460B4;
	font-size: 21px;
}
.archive article{
	border-bottom: 1px dotted #d5d5d5;
	margin-top: 20px;
}
#content h4{
	font-size: 18px;
	border-bottom: 1px dotted #555555;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 15px;
	color: #252525;
}
#content h5{
	font-weight: normal;
	padding-left: 5px;
	border-left: 3px solid #555555;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #252525;
}
input.field{
	width: 80%;
}
.search-no-results input.field{
	width: 200px;
}
#content h6{
	font-weight: bold;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
}
/* =========================================================
			 			メディアクエリーによる切替 0 ~ 480px
========================================================= */
@media screen and (max-width: 480px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on{
		display: block;
	}
	#hpb-header-image,
	#breadcrumb-list,
	.footer-widgets aside,
	.footer-widgets,
	#main,.home #main,#primary,#sidebar-1,
	#site-sub-navigation,#hpb-footer-main,
	footer .nav-menu ul,#site-navigation ul,
	footer #site-sub-navigation ul,
	#hpb-header-image img{
		width: 100%;
	}
	#page-content, .home .hpb-viewtype-full, .archive .hpb-viewtype-full, .search .hpb-viewtype-full, .hpb-viewtype-simple, .hpb-viewtype-thumbnail, .hpb-viewtype-date, .hpb-viewtype-content, .hpb-viewtype-title{
		border-bottom: none;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	#hpb-header-image{
		height: auto;
	}
/* フッターウィジェット */
	.footer-widgets{
		position: relative;
		top: 45px;
		padding-top: 45px;
	}
	.entry-header h1{
		font-size: 20px;
	}
	#content h2{
		font-size: 18px;
	}
	#content h3{
		font-size: 16px;
		background-position:left center;
		padding-top:10px;
		padding-bottom:10px;
	}

	.footer-widgets aside{
		width: 94%;
		padding: 0 2%;
		margin: 0px auto 30px;
		background-color: #1460B4;
	}
.footer-widgets aside h1{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 30px;
		padding-right: 0;
		font-size: 14px;
	}
	#masthead .site-branding{
		background: url("img/head_bg_sp.gif") repeat scroll 95% top transparent;
		height: 93px;
		margin-left: auto;
		margin-right: auto;
	}
	.navigation-main ul{
		display: none;
	}
	textarea{
		width: 100%;
	}
	.widget_search #s{
		width: 98%;
		height: 35px;
		margin-bottom: 10px;
	}
	input#searchsubmit{
		width: 100%;
		height: 40px;
	}
	.widget_calendar #wp-calendar{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 80%;
	}
	.page-header{
		padding: 10px;
	}
	#hpb-header-extra1{
		margin: -40px 1em 1em;
		position: static;
		text-align: right;
		width: auto;
	}
	#comments{
		clear: both;
		padding: 10px;
	}
	#masthead .site-branding h1{
		margin-left: 2%;
		top: 23px;
		width: 98%;
	}
	#masthead #hpb-site-desc{
		margin-bottom: 1em;
		margin-left: 1em;
		margin-right: 2%;
		position: absolute;
		text-align: left;
		line-height: 1;
		top: 5px;
		left: 0;
		width: auto;
	}
	body{
		background: url(img/pattern.png);
	}
	#primary{
		background: none;
		float: none;

	}
	.site-content{
		width: 96%;
		margin: 0 auto;
		background-color: #FFF;
	}
	.home #site-navigation{
		position: static;
		top: 0;
		border: none;
		background-color: #FFF;
	}
	#site-navigation{
		position: static;
		padding-bottom: 5px;
		background-color: #FFF;
		border: none;
	}
	#breadcrumb-list{
		position: relative;
		top: 0;
		margin-bottom: 20px;
	}
	#site-navigation h1{
		background-image: url(img/menu_sp_bg.gif);
		height: 31px;
		width: 71px;
		font-size: 14px;
		color: #FFF;
		text-align: center;
		line-height: 31px;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	#comments .avatar{
		position: static;
	}
	#site-navigation .nav-menu{
		background-color: #1460B4;
		position: relative;
		z-index: 50;
	}
	.entry-content{
		padding: 10px;
	}
	.entry-meta{
		padding: 10px;
	}
	#site-navigation ul{
		padding-top: 0;
	}
	#site-navigation li{
		border-bottom: 1px solid #0e4682;
		width: 100%;
		display: block;
		margin-bottom: 0;
		background-image: url(img/arrow_right_white.gif);
		background-position: 5px 15px;
		float: none;
	}
    #site-navigation li:hover ul{
        border: none;
    }
	#site-navigation >li:hover a{
		color: #FFF;
		background-image: url(img/arrow_right_blue.gif);
		background-color: #FFF;
		background-repeat: no-repeat;
		background-position: 5px 15px;

	}
	#site-navigation li .children{
		display: block;
		padding-left: 20px;
	}
	#site-navigation li a{
		display: block;
		padding-top: 10px;
		padding-right: 0;
		padding-bottom: 10px;
		padding-left: 20px;
		height: 100%;
		background: none;
	}

	#hpb-header-image{
		top: 0;
		position: static;
	}
	#main{
		margin-top: 35px;
		margin-right: 0;
		margin-bottom: 40px;
		margin-left: 0;
	}
	.home #main{
		margin-top: 15px;
		margin-right: 0;
		margin-bottom: 40px;
		margin-bottom: 0;
	}
	#hpb-header-image{
		padding-bottom: 0;
	}
	.entry-header{
		padding: 10px;
	}
	header + article{
		padding: 10px;
	}
	article + div{
		border-bottom: none;
	}
	#colophon{
		background: url(img/footer_bg_sp.gif) repeat-x 100% top;
	}
	footer .menu{
		background: #1460B4;
	}
	#hpb-footer-main{
		background-color: #1460B4;
	}
	#site-sub-navigation ul{
		width: 100%;
	}
	.wp-login{
		background-color: #1460B4;
		width: 100%;
		margin-right: 0;
	}
	#site-sub-navigation li{
		display: block;
		margin-left: 2%;
	}
	#comments h2.comments-title{
		font-size: 14px;
		font-weight: bold;
	}
	#respond h3{
		background: url(img/h3_bg.gif) no-repeat left 17px;
		margin-top: 0;
	}
	body{
		min-width: 100%;
	}
	#site-sub-navigation{
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 45px;
	}
	.current_page_item{
		background: #fff;
	}
	#site-navigation li.current_page_item a{
		background-color: #FFF;
		color: #252525;
	}
	#site-navigation li.current_page_item a:hover{
		background-color: #fff;
	}
	#comments{
		clear: both;
		padding: 10px;
		border-top: 1px dotted #d5d5d5;
	}
	#comments h2.comments-title{
		font-size: 14px;
		font-weight: bold;
	}
	#site-navigation{
		position: static;
		padding-bottom: 5px;
		background-color: #FFF;
		border: none;
		padding-bottom: 5px;
	}
	#site-navigation li{
		background-color: #1460B4;
		background-image: url(img/arrow_right_white.gif);
		background-repeat: no-repeat;
		background-position: 5px 15px;
		float: none;
		white-space: normal;
	}
	.home #site-navigation{
		position: static;
	}

	#sidebar-1{
		width: 98%;
		float: none;
		margin: 10% auto;
	}
	#hpb-footer-main{
		margin-top: 45px;
	}
	/* nav-child */
#site-navigation li ul *{
	display: block;
	width: 98%;
}
#site-navigation li a:hover .chidren{
	display: block;
	width: 98%;
}
	#site-navigation li ul,
	#site-navigation li:hover > ul,
	#site-navigation li:hover > ul:hover li,
	#site-navigation li:hover > ul:hover a{
		width: 94%;
		margin-top:0;
		margin-right:0;
		background-color: transparent;
		display: block;
		position: static;
	}
	#site-navigation li:hover > ul:hover a,
	#site-navigation li:hover > ul:hover a:hover{
		background-image: none;
}
	#site-navigation li:hover ul li a{
		color: #333333;
		padding-left: 19px!important;
		padding-right: 0;
		background-color: transparent;
	}
		#site-navigation li:hover ul li,
	#site-navigation li ul li{
		width: 94%;
		background-color: transparent;
	}
	#colophon .nav-menu{
		background-color: #1460B4;
	}
	/* Images */
	#page-content img,
	.entry-content img{
		width: auto !important;
		max-width: 100%;
		height: auto;
	}
	.screen-reader-text{
    	text-indent: 0;
	}
	.screen-reader-text{
		display: block;
	}

    #masthead .hpb-nav-open#site-navigation ul{
        display: block;
    }
}/* max-width:480px end */
