@charset "UTF-8";

/*
Theme Name: 株5
Author: Homepage Builder
Author URI: http://www.justsystems.com/jp/links/hpb/creator.html?p=hpb18_wp_hpbdash
Description: このテーマは「JustSystems Homepage Builder Version 18.0.9.0 for Windows」によって作成されました。サイト名は「株5」、サイトの公開日時は「2015年05月02日21:07」です。
License: 
License URI: license.txt
*/

/* CSS Set Up
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* スタイルリセット用 */
html,
body,
div,
span,
object,wp- 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 : 0px;
	border : 0px none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body{
	line-height: 1;
}
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;
	background: transparent;
}
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: 900px;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 0.625em;
	line-height: 1.5;
	color: #898265;
	background-color: #fefefc;

}
body.custom-background{
	background-color: #fefefc !important;
}
#ie6 body.admin-bar,
#ie7 body.admin-bar{
	background-position: left 28px;
}
/* ベースリンク設定 */
a:link{
	color: #8ea324;
	text-decoration: underline;
}
a:visited{
	color: #8ea324;
	text-decoration: underline;
}
a:hover{
	color: #8ea324;
	text-decoration: none;
}
a:active{
	color: #8ea324;
	text-decoration: none;
}
/* レイアウト設定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#hpb-container{
	width: 100%;
}
#masthead{
	width: 100%;

}

#page{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/bg_header.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#main{
	width: 960px;
	font-size : 1.5em;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:68px;
}
.home #main{
	padding-top:476px;
}
#main:after{
  content: "";
  display: block;
  clear: both;
}

#primary{
	width: 700px;
	float: left;
	clear: both;

}

#primary #content{
	padding-bottom: 20px;
	padding-top:20px;
}

.home #sidebar-1{
		margin-top:-265px;
}
#sidebar-1{
	width: 238px;
	font-size: 1.2em;
	float: right;
	margin-top:40px;
	z-index: 9999;
	position: relative;
}
#sidebar-1 #secondary{
	padding-top: 20px;
	background-color:#FFFFFF;
	font-size: 0.8em;

}
#colophon{
	width: 100%;
	margin-right:auto;
	margin-left:auto;
	background-color: #e1dcbf;
	font-size: 1.2em;
	color: #FFFFFF;
	padding-top: 24px;
	padding-bottom: 50px;
	position: relative;
	clear: both;
}
/* ヘッダー領域
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* サイトタイトル キャッチフレーズ 要素 */
#masthead{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 960px;

}
/* サイトタイトル */
#masthead .site-branding h1{
	position: absolute;
	top: 29px;
	left:0px;
	width: 100%;

}
#masthead .site-branding #hpb-site-title{
	width: 338px;
	height: 50px;
	display: block;
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	text-indent: -9999px;
}
/* キャッチフレーズ */
#masthead #hpb-site-desc{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 12px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top:10px;
	left: 0px;
}
/* ヘッダー内拡張要素 */
#hpb-header-extra1{
	color: #000000;
	width: 238px;
	position: absolute;
	right: 0;
	top:121px;
	background-color:#F8F9F1;
	padding-top:5px;
    padding-bottom:20px;
}

#hpb-header-extra1 .tel{
	font-size: 18px;
	margin-bottom: 10px;
	padding: 0 10px;
	padding-right: 40px;
}
#hpb-header-extra1 .address{
	font-size: 12px;
	padding: 0 10px;

}

/* メインメニュー */
#site-navigation{
	width: auto;
	font-size: 1em;
	clear: both;
	position: absolute;
	top: 30px;
	left:350px;
}
#site-navigation:after{
  content: "";
  display: block;
  clear: both;
}
.screen-reader-text{
	display: none;
	position: absolute !important;
}
#site-navigation ul{
	width: 590px;
	height: 60px;
    padding-left:10px;
}

#site-navigation li{
	font-size: 12px;
	white-space: nowrap;
	float: left;
}

#site-navigation li a{
	color: #FFFFFF;
	padding-top: 6px;
	display: block;
	text-decoration: none;
	background-image: url("img/nav_line.gif");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    padding: 5px 20px;
}

#site-navigation li.current_page_item a,
#site-navigation li.current_page_ancestor a,
#site-navigation li.current_page_item:hover a:hover,
#site-navigation li.current_page_ancestor:hover a:hover{
	color: #FFFFFF;

}

#site-navigation li a:hover{
	text-decoration: underline;
}
#site-navigation li:hover{
	position: relative;
}

/*-- Nav child --*/
#site-navigation li ul{
	display: none;
}
#site-navigation li:hover > ul{
	width: 200px;
	margin: 0;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	background-color: #FFFFFF;
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	background-image: none;
	height: auto;
	padding: 0;
}
#site-navigation li:hover ul li{
	width: 200px;
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	background-image: none;
	background-color: #FFFFFF;
}
#site-navigation li:hover ul li a{
	color: #333333;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	background-color: #FFFFFF;
	background-image: none;
}
#site-navigation li:hover ul li a:hover{
	color: #333333;
	background-color: #EDEDED;
}

/* Nav tertiary */
#site-navigation ul li:hover > ul ul{
	left: 100%;
	top: 0;
}

/* サイドコンテンツ要素
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#sidebar-1 li{
	margin-bottom: 20px;
}
#sidebar-1 h1,
#sidebar-1 h2,
#sidebar-1 .widgettitle{
	font-size: 1.167em;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 10px;
	padding-right: 10px;
	background-color:#c4d85d;
	position: relative;
}

#secondary ul{
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#secondary ul li{
	color: #737373;
	word-break: break-all;
	margin-bottom: 10px;
	padding-left: 12px;
	background: url("img/ico_li.gif") no-repeat scroll left 6px;
}
#secondary ul li a{

	text-decoration: none;
}
#secondary ul li a:hover{
	text-decoration: underline;
}
#secondary aside{
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 10px;
	background-color: #f8f9f1;
	margin-bottom: 10px;
}
#secondary .widget_search form{
	padding: 0;
}
#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: 199px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/*サイドバーのカレンダー*/
#secondary .widget_calendar #calendar_wrap{
	padding-right: 10px;
	padding-left: 10px;
}

#secondary .widget_calendar #wp-calendar{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}

#secondary .widget_calendar #wp-calendar caption,
#secondary .widget_calendar #wp-calendar td,
#secondary .widget_calendar #wp-calendar th{
	text-align: center;
}

#secondary .widget_calendar #wp-calendar caption{
	font-size: 0.917em;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 5px;
	text-transform: uppercase;
	margin-top: 10px;
}
#secondary .widget_calendar #wp-calendar td#today{
	background: #fdad00;
	color: #FFFFFF;
}

/*フッターのカレンダー*/
#colophon .widget_calendar #wp-calendar{
	width: 199px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}
#colophon .widget_calendar #wp-calendar caption,
#colophon .widget_calendar #wp-calendar td,
#colophon .widget_calendar #wp-calendar th{
	text-align: center;
}
#colophon .widget_calendar #wp-calendar caption{
	font-size: 0.917em;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 5px;
	text-transform: uppercase;
	margin-top: 10px;
}
#colophon .widget_calendar #wp-calendar th{
	padding: 1em 0;
	font-weight: bold;
}
#colophon .widget_calendar #wp-calendar tfoot td{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#colophon .widget_calendar #wp-calendar a{
	color: #FFFFFF;
	text-decoration: underline;
}

.widget_search form{
	padding-left: 10px;
	padding-right: 10px;
}
.widget_search label{
	display: none;
}
.widget_search #s{
	width: 168px;
	border: 1px solid #e1dcbe;
	margin-bottom:10px;
	margin-left: 10px;
	padding: 5px;
	background-color: #FFFFFF;
}
.widget_search #searchsubmit{
	width: 39px;
	color: #6a6547;
	background: #e1dcbe;
	border: 1px solid #e1dcbe;
	margin-bottom:10px;
	margin-left: -8px;
	padding: 4px;
	-webkit-appearance:none;
}

/*フッター検索*/
#colophon .widget_search #s{
	width: 120px;
}
#colophon .widget_search #searchsubmit{
	margin-left:0;
	background-color: #FDAD00;
	color: #FFFFFF;

}
.widget_tag_cloud .tagcloud{
	padding-left: 10px;
}
.widget_tag_cloud .tagcloud a{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	color: #737373;
	background-color: #FFFFFF;
	border:1px solid #737373;
}

#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;
}

/* 共通要素
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.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{
	margin-bottom: 20px;
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 20px;
}
#page-content #toppage-topics h3,
.hpb-viewtype-full h3,
.search .entry-header h1,
.hpb-viewtype-simple h3,
.hpb-viewtype-thumbnail h3,
.hpb-viewtype-date h3,
.hpb-viewtype-content h3,
.hpb-viewtype-title h3{
	font-size: 1.167em;
    color: #000000;
    font-size: 1.5em;
    margin-bottom: 1em;
}
.entry-header,
.entry-content,
.entry-meta{
	margin-bottom: 1.5em;

}

.entry-header h1{
	font-size: 1.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #e1dcbf;
	color: #625d3f;
}
.entry-header h1 a{
	color: #625d3f;
}
/* ページコンテンツ */
#page-content{
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.home #page-content{
	padding-left: 0;
	padding-right: 0;
}
#page-content p,
.entry-summary p,
#page-content ul{
	margin-bottom: 2em;
	padding-left: 1em;
	padding-right: 1em;
}
#page-content ul li{
	margin-bottom: 1em;
}
/* すべて */
.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-image: url(img/icon-arrow-02.png);
	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-image: url(img/icon-arrow-02.png);
	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{
	font-weight: bold;
	margin-bottom: 1em;
	margin-left: 2em;
	background: url("img/ico_li.gif") no-repeat scroll left 14px rgba(0, 0, 0, 0);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0.5em;
	float: left;
	clear: left;
}
.hpb-viewtype-date dl dd{
	border-bottom: 1px dashed #E2E2E2;
	margin-bottom: 1em;
	padding-bottom: 5px;
	padding-left: 160px;
	padding-right: 10px;
	padding-top: 5px;
}

.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-image: url(img/icon-arrow-02.png);
	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-image: url(img/icon-arrow-01.png);
	background-position: 1em 1em;
	background-repeat: no-repeat;
}
/* more リンク */
.hpb-more-entry{
	text-align: right;
	padding-right: 10px;
	clear: both;
}
/* パンくず */
#breadcrumb-list{
	width: 960px;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 120px;
	color: #000000;
	clear: both;
}
#breadcrumb-list a{
	color: #000000;
	text-decoration: underline;
}
#breadcrumb-list a:hover{
	text-decoration: none;
}
#breadcrumb-list div{
	padding-left: 0.5em;
	display: inline;
}
/* ページナビゲーション */
.navigation-post{
	margin-bottom: 2em;
	margin-left: 1em;
	margin-right: 1em;
	overflow: hidden;
}
.navigation-post a,
.nav-previous a,
.nav-next a{
	background-color: #C4D85D;
    color:#FFFFFF;
	display: inline-block;
	padding: 0.5em 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
.nav-previous{
	width: 48%;
	float: left;
}
.nav-next{
	width: 48%;
	text-align: right;
	float: right;
}
.navigation-paging{
	overflow: hidden;
	padding-bottom: 10px;
}
/* ---- コンテンツ要素 ---- */
#page-content h1,
.entry-content h1{
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 0.667em;
	border-bottom: 2px solid #403e31;
	padding-bottom: 0.222em;
	clear: both;
	border-top: 2px solid #403e31;
	padding-top: 10px;
}
#page-content h2,
.entry-content h2{
	font-size: 1.417em;
	font-weight: normal;
	margin-bottom: 0.706em;
	border-bottom: 1px solid #403e31;
	padding-bottom: 0.294em;
	clear: both;
	font-weight: bold;
}
#page-content h3,
.entry-content h3{
	border-top: none;
	padding-left: 0;
	padding-top: 0;
	background-image: none;
}
#page-content h3,
.entry-content h3{
	clear: both;
	font-size: 1.333em;
	margin-bottom: 0.750em;
	border-left: 5px solid #C4D85D;
	padding-left: 8px;
	color: #898265;
	background-color: transparent;
	text-align: left;
}
#page-content h4,
.entry-content h4{
	font-size: 1.250em;
	font-weight: normal;
	margin-bottom: 0.800em;
	border-bottom: 1px solid  #898265;
	padding-bottom: 0.400em;
	clear: both;
}
#page-content h5,
.entry-content h5{
	font-size: 1.167em;
	font-weight: normal;
	padding-bottom: 0.500em;
	clear: both;
}
#page-content h6,
.entry-content h6{
	font-size: 1.167em;
	font-weight: normal;
	padding-bottom: 0.500em;
	clear: both;
}
#page-content p,
.entry-content p,
.entry-summary p{
	margin-bottom: 2em;
}
#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: 15px;
    background: url("img/ico_li.gif") no-repeat scroll left 14px;

}
#page-content ol,
.entry-content ol{

	margin-bottom: 1.5em;
	margin-left: 38px;
	margin-right: 38px;
}
#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;
	margin-bottom: 1em;
}
#page-content dl,
.entry-content dl{
	margin-bottom: 1.5em;
}
#page-content dl dt,
.entry-content dl dt{
	color: #c4d85d;
	font-size: 1.083em;
	font-weight: bold;
	margin-left: 38px;
	margin-right: 38px;
	margin-bottom: 0.923em;
	padding-bottom: 0.538em;

}
#page-content dl dd,
.entry-content dl dd{
	margin-bottom: 1em;
	margin-left: 38px;
	margin-right: 38px;
	background: url("img/ico_li.gif") no-repeat scroll left 14px rgba(0, 0, 0, 0);
    padding-left: 15px;
    padding-top: 0.5em;
}
#page-content dl dd a,
.entry-content dl dd a{
	color: #000000;
}
#page-content hr,
.entry-content hr{
	margin-bottom: 2em;
	border-top: 1px dashed #CCCCCC;
}
#page-content table,
.entry-content table{
	width: 90%;
	margin-bottom: 1.5em;
	margin-left: 38px;
	margin-right: 38px;
	border-bottom: 1px solid #dae69e;
	border-left: 1px solid #dae69e;
	border-right: 1px solid #dae69e;
	border-top: 1px solid #dae69e;
}
#page-content table th,
.entry-content table th{
	color: #6b674a;
	width: auto;
	vertical-align: top;
	font-weight: normal;
	border-bottom: 1px solid #dae69e;
	border-left: 1px solid #dae69e;
	border-right: 1px solid #dae69e;
	border-top: 1px solid #dae69e;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #e4efab;
}
#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 #dae69e;
	border-left: 1px solid #dae69e;
	border-right: 1px solid #dae69e;
	border-top: 1px solid #dae69e;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: #f9f9f1;

}
#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;
}
/* Images */

.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;
}
#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;
}
/* ---- コメント ---- */
#comments{
	padding-left: 1em;
	padding-right: 1em;
	clear: both;
}

/* ---- コメントリスト ---- */
#comments ul{
	margin-bottom: 1em;

}
#comments li{
	width: 100%;
	position: relative;
}
#comments ul.children{
	margin-left: 20px;
}

#comments ol li{
	margin-bottom:20px;
}
#comments footer{
	padding-bottom:20px;
}
#comments .comment-body{
	border-bottom: 1px dashed #CECECE;
	padding: 12px 4px 12px 65px;
}


#comments cite{
	font-style: normal;
}

#comments .reply{
	text-align: right;
	border-bottom: 1px dashed #CECECE;
	margin-bottom: 10px;
}
#comments ol ul .comment-body{
	padding-left: 105px;
}
#comments ol ul .comment-body .avatar{
	left: 44px;
}

/* お問い合わせ */
table textarea.l{
	width: 99%;
}
table input.m{
	width: 99%;
}
table input.l{
	width: 99%;
}


/* ---- コメントフォーム ---- */
#respond{
	margin-bottom: 1em;
}
#respond h3{
	font-size: 1.5em;
	color: #C4D85D;
    font-size: 1.167em;
    margin-bottom: 1em;
    padding: 1em;
	border-left:5px solid #C4D85D;
}
#respond h3 a{
	color: #FFF;
}
#commentform{
	padding: 10px;
}
#commentform p{
		padding-bottom:1em;

}
.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;
	padding-bottom:1em;
	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;
}
#comments #respond .form-submit{
	margin-top:10px;

}
#comments #respond .form-submit #submit,
#page-content .button{
	color:  #FFFFFF;
    background-color: #C4D85D;
	border: 1px solid #C4D85D;
	margin-bottom:10px;
	padding: 5px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance:none;

}
/* トップページ要素
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#hpb-header-image{
	width: 700px;
	border-top: none;
	clear: both;
	text-align: center;
	position: absolute;
	top: 110px;
	left: 0;
}
#hpb-header-image img{
	vertical-align: bottom;
	padding-right: 0;
}

/* アーカイブ要素
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.page-header .page-title{
	padding-bottom: 10px;

}
.archive .entry-header{
	padding-bottom: 10px;

}
.archive .entry-header h1{
	margin-bottom: 0;
}

.archive .entry-header h1 a{
	color:#000000;
}
/* Blog */

.blog .entry-header h1{
	font-size: 1.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #e1dcbf;
	color: #625d3f;

}
/* ---- サーチ用コンテンツ ---- */
.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;
	display: block;
}
.search .entry-header h1{
	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-image: url(img/icon-arrow-02.png);
	background-position: 1em center;
	background-repeat: no-repeat;
	background-color: #F9F9F9;
}
.search-no-results #hpb-main{
	padding-left: 20px;
	padding-right: 20px;
}
/* シングル要素
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.single .entry-content{
	margin-left: 1em;
	margin-right: 1em;
}
.single .entry-meta{
	margin-bottom: 2em;
	margin-left: 1em;
	margin-right: 1em;
	clear: both;
}
/* ページ要素
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.page .entry-header{
	padding-bottom: 10px;
}
.page .entry-header h1{
	margin-bottom: 0;
}
/* フッター領域
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#site-sub-navigation{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #cbc6a9;
}
#site-sub-navigation ul{
	width: 960px;
	margin: 0 auto;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	padding-left:15px;
}
#site-sub-navigation li{
	margin-right: 1em;
	display: inline;
	position: relative;
    padding-left: 8px;
    padding-top: 0.5em;
}
#site-sub-navigation li.current_page_item a{
	text-decoration: underline;
}
#site-sub-navigation li a{
	padding-left:23px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1em;
}
.footer-widgets{
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 45px;
    width: 960px;
}
.footer-widgets aside{
    display: inline-block;
    margin: 0 auto 20px;
    padding-right: 15px;
    vertical-align: top;
    width: 300px;
}
.footer-widgets aside h1{
	margin-bottom : 20px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;

}
.footer-widgets aside ul li{
	background: url("img/ico_li.gif") no-repeat scroll left 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    word-break: break-all;
}
.footer-widgets aside ul li a{
	color: #FFFFFF;
}
.footer-widgets aside ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	border-width:0px;
    border-bottom-width:1px;
	border-style:dotted;
}
/* secondary */
#site-sub-navigation li ul{
	display: none;
}

#hpb-footer-main{
	margin-bottom: 1em;
	width: 960px;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	padding-top: 12px;
	color: #FFFFFF;
	text-align: center;
}
.wp-login{
	text-align: right;
	margin-right: 1em;
	width: 960px;
	margin: 0 auto;
}
.wp-login a{
	color: #FFFFFF;
}

/* ---- コメント ---- */
#comments{
	padding-left: 1em;
	padding-right: 1em;
}
#comments h2{
	font-size: 1.5em;
	color: #C4D85D;
    font-size: 1.167em;
    margin-bottom: 1em;
    padding: 1em;
	border-left:5px solid #C4D85D;


}
/* ---- コメントリスト ---- */
#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;
	position: relative;
	clear: both;
}
#comments .avatar{
	float: left;
	padding-right: 20px;

}
#comments cite{
	font-style: normal;

}
#comments .reply{
	text-align: right;
}
#comments .reply a{
	display: inline-block;
	text-decoration: none;
	width: 64px;
	color:  #FFFFFF;
	padding: 0.5em;
	text-align: center;
    background-color: #C4D85D;
	border: 1px solid #C4D85D;
	margin-bottom:10px;
	padding: 5px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#comments ol ul .comment-body{
	padding-left: 105px;
}
#comments ol ul .comment-body .avatar{
	left: 44px;
}

/* Small menu */
.menu-toggle{
	display: none;
	cursor: pointer;
}

.main-small-navigation ul{
	display: none;
}

/* メディアクエリ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (max-width:480px) {
	/* レイアウト設定
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	body{
		min-width: 100%;
		padding-left: 0;
		padding-right: 0;
		background-image: none;
	}
	#page{
		background-image: none;
	}
	#main,
	#primary,
	#hpb-container,
	#masthead,
	#hpb-inner,
	#hpb-main,
	#hpb-content,
	#colophon,
	#site-sub-navigation,
	#hpb-footer-main,
	.hpb-wp-login{
		width: 100%;
		border-left: none;
		border-right: none;
		float: none;
	}
	.home #main{
		padding: 0;
	}
	.home #sidebar-1{
		margin-top:0;
	}

	#site-sub-navigation,
	#hpb-footer-main,
	.hpb-wp-login{
		width: auto;
	}
	#masthead{
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#hpb-inner{
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	#colophon{
		height: auto;
		padding-top: 0;
	}
	.screen-reader-text{
		display: block;
		position: static !important;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 2em;
		padding-right: 2em;
		background-color: #fff;
	}
	h3{
		width:90%;
		margin:0 auto;
	}
	article h3{
		width:100%;
	}
	/* ヘッダー領域
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/* サイトタイトル */
	#masthead{
		background-image: none;
		background: #FFF;
		overflow: hidden;

	}
	#masthead .site-branding h1{
		background-color: #BAD24A;
		position: static;
		text-align: center;
		padding: 10px 0;

	}
	#masthead .site-branding #hpb-site-title{
		position: static;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 5%;
		width: 90%;
		max-width: 338px;
		min-height: 50px;
		-o-background-size: 100% auto, auto;
		-moz-background-size: 100% auto, auto;
		-webkit-background-size: 100% auto, auto;
		background-size: 100% auto, auto;

	}
	#masthead .site-branding{
		width: auto;
		height: auto;
		background: none;
	}
	#site-title .site-logo{
		margin-bottom: 2em;
		margin-left: auto;
		margin-right: auto;
		padding-top: 61px;
		display: block;
	}
	/* キャッチフレーズ */
	#masthead #hpb-site-desc{
		color: #fff;
		background-color: #BAD24A;
		width: auto;
		text-align: center;
		margin-bottom: 1em;
		padding-left: 1em;
		padding-right: 1em;
		position: static;
	}
	/* ヘッダー内拡張要素 */
	.home #hpb-header-extra1{
		position: static;
	}
	#hpb-header-extra1{
		width: auto;
		text-align: center;
		margin-bottom: 1em;
		margin-left: 2em;
		margin-right: 2em;
		margin-top:0;
		position: static;
		background-image: none;
		padding-top: 15px;
		padding-bottom : 0px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#hpb-header-extra1 .tel{
		font-size: 12px;
		padding: 0;
		text-align: left;

	}
	#hpb-header-extra1 .address{
		font-size: 12px;
		padding: 0;
		text-align: left;

	}
	/* メインメニュー */
	#site-navigation{
		display: block;
		position: static;
		background-image:none;
		background-color: transparent;
		width: 100%;

	}
	#site-navigation h1{
    background-color:#F9C246;
    color: #FFFFFF;
    font-size: 14px;
    height: 31px;
    line-height: 31px;
    margin-bottom: 10px;
    margin-left: 18px;
    text-align: center;
    width: 71px;
	}

	#site-navigation ul{
		width: 100%;
		border: none;
		padding-left: 0;
		padding-top: 0.5em;
		position: static;
		background-image:none;
		height: auto;
		box-shadow: none;
		margin: 0 auto;

	}
	#site-navigation li{
		text-align: left;
		margin-bottom: 1px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		background-image: none;
		float: none;
		display: block;
		background: #E4EFAB;

	}


	#site-navigation li a{
		padding-bottom: 0;
		padding-left: 1em;
		padding-right: 0;
		padding-top: 0;
		background-image: url(img/ico_li.gif);
		background-position: left center;
		background-repeat: no-repeat;
		display: inline;
		color: #000000;

	}

	#site-navigation li a:hover,
	#site-navigation li.current_page_item a{
		border: none;
		color: #000000;
	}



	#site-navigation li:hover{
		background-color: transparent;
		position: static;
		background: #E4EFAB;


	}
	#site-navigation li:hover ul li a,
	#site-navigation li.current_page_item a,
	#site-navigation li.current_page_ancestor a,
	#site-navigation li.current_page_item:hover a:hover,
	#site-navigation li.current_page_ancestor:hover a:hover,
	#site-navigation li:hover a{
		text-decoration: underline;
		background-color: transparent;
		background-image: url(img/ico_li.gif);
		background-position: left center;
		background-repeat: no-repeat;
	}

	/*-- Nav child --*/
	#site-navigation li ul.sub-menu{
		width: 80%;
		margin-left: 20px;
		border-left: none;
		border-right: none;
		background-color: transparent;
		display: block;
		position: static;
		padding-top: 0.5em;

	}
	#site-navigation li ul.sub-menu li{
		background: #F9F9F1;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		width: 100%;

	}

	#site-navigation li:hover ul li{
		margin-left: 0;
		border-bottom: none;
		margin-bottom: 0.5em;
		background: #FFFFFF;
		width: 100%;


	}
	#site-navigation li:hover ul li a{

		padding-bottom: 0;
		padding-left: 1em;
		padding-right: 0;
		padding-top: 0;
		background-color: transparent;

	}
	#site-navigation li:hover ul li a:hover{
		background-color: transparent;
		color: #000000;
	}

	/* サイドコンテンツ要素
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	#sidebar-1:after{
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
	}

	#sidebar-1{
	    float: none;
	    width: 90%;
	    margin-top: 10px;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 10%
	;
}

	#sidebar-1 h1:after, #sidebar-1 h2:after, #sidebar-1 .widgettitle:after{
		border:none;
	}
	.widget_search #searchsubmit{
		margin-left: 0;
	}

	/* 共通要素
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	.entry-meta{
	display:none;
}

	
	/* アイキャッチ */
	.hpb-viewtype-thumbnail article{
		width: 300px;
		min-height: 65px;
		margin-bottom: 10px;
		margin-left: 14px;
		margin-right: 14px;
		position: relative;
	}
	.hpb-viewtype-thumbnail header{
		margin-bottom: 10px;
		padding-left: 75px;
	}
	.hpb-viewtype-thumbnail .attachment-thumbnail{
		width: 65px;
		height: 65px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.hpb-viewtype-thumbnail .entry-content{
		display: none;
	}
	/* 日付 */
	.hpb-viewtype-date dl{
		margin-left: 0.7em;
	}
	.hpb-viewtype-date dl dt{
		border-bottom: none;
		float: none;
		margin-left: 0;
	}
	.hpb-viewtype-date dl dd{
		padding-left: 1em;
	}
	/* パンくず */

	#breadcrumb-list{
		width: 90%;
		margin-top: 15px;
		margin-left:18px;
		border-left: none;
		border-right: none;
		padding-top:0;
	}
	#breadcrumb-list div{
		padding-left: 0;
	}
	.navigation-post .screen-reader-text{
		display: none;
	}
	/* トップページ要素
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	#hpb-header-image,
	#hpb-header-image img{
		max-width: 100%;
		height: auto;
	}
	#hpb-header-image{
		padding-top:0;
		position: static;
	}
	/* ---- コンテンツ要素 ---- */
	#main{
		padding-bottom: 0;
	}
	.page-header .page-title,.entry-header, .entry-content, .entry-meta{
		width: 90%;
		margin: 0 auto;
	}	
	.page .entry-header h1{
	    margin-bottom: 0;
	    padding-left: 13px;
	    padding-right: 13px;
	}
	#page-content p, .entry-content p, .entry-summary p{
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 0;
		padding-right: 0;
	}
	#page-content dl dt, .entry-content dl dt{
		margin-left: 13px;
		margin-right: 13px;
		margin-bottom: 0;
		margin-bottom: 0;
	}
	#page-content dl dd, .entry-content dl dd{
		margin-left: 13px;
		margin-right: 13px;
	}
	#page-content pre,
	#page-content code,
	.entry-content pre,
	.entry-content code{
		max-width: 480px;
		word-break: break-all;
		overflow: auto;
	}
	#page-content table, .entry-content table{
		margin-left: 0;
		margin-right: 0;
		width:100%;
	}
	/* ---- コメントフォーム ---- */
	.comment-form-comment textarea{
		width: 100%;
	}
	/* フッター領域
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	#hpb-footer-main{
		margin-top: 1em;
		padding-top: 0;
	}
	#hpb-footer-main p{
		padding-top: 1em;
		margin-left: 1em;
		margin-right: 1em;
	}
	#site-sub-navigation ul{
		width:90%;
		margin: 0 auto;
	}
	#site-sub-navigation li{
		display: block;
		padding-left: 0;
	}
	#site-sub-navigation li a{
		padding-left: 0;
	}
	.wp-login{
		text-align: right;
		margin-top: 1em;
		width: 100%;
		margin-right:auto;
		margin-left: auto;
	}
	.wp-login a{
		padding-right: 20px;
	}

	/* フッターウィジェット */
	.footer-widgets{
		position: static;
		width: 80%;
	}
	.footer-widgets aside{
		width: 94%;
		padding: 0 2%;
		margin: 0px auto 30px;

	}
	.footer-widgets aside.widget_calendar{
    width: 240px;
}
	.footer-widgets aside h1{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 0;
		font-size: 14px;
	}

	/* Small menu */
	#site-sub-navigation h1{
    font-size: 14px;
    padding: 20px 10px 10px 20px;
	}
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on{
		display: block;
	}
	.navigation-main ul{
		display: none;
	}

	.hpb-nav-open .menu-toggle{
		display: none;
		cursor: pointer;
	}
	.hpb-nav-open.navigation-main ul,
	.hpb-nav-open.main-small-navigation ul{
		display: block;
	}

	/* Images */
	#page-content img,
	.entry-content img{
		width: auto !important;
		width: 100%;
		max-width: 100%;
		height: auto;
	}

}
@media (max-width:320px) {
	#hpb-header-image{
	}
}
}

/* その他
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 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 }

.hpb_social{ /zoom: 1 }