/*
Theme Name: あんびるえつこ official website
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.7.0 for Windows」によって作成されました。サイト名は「あんびるえつこ official website」、サイトの公開日時は「2014年12月04日09:56」です。
License: 
License URI: license.txt
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html{
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section{
	display: block;
}
ol, ul{
	list-style: none;
}
table{
	 /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td{
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: "";
}
blockquote, q{
	quotes: "" "";
}
a:focus{
	outline: thin dotted;
}
a:hover,
a:active{
	 /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img{
	border: 0;
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea{
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6{
	clear: both;
}
hr{
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p{
	margin-bottom: 1.5em;
}
ul, ol{
	margin: 0 0 1.5em 3em;
}
ul{
	list-style: disc;
}
ol{
	list-style: decimal;
}
li > ul,
li > ol{
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt{
	font-weight: bold;
}
dd{
	margin: 0 1.5em 1.5em;
}
b, strong{
	font-weight: bold;
}
dfn, cite, em, i{
	font-style: italic;
}
blockquote{
	margin: 0 1.5em;
}
address{
	margin: 0 0 1.5em;
}
pre{
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var{
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym{
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins{
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub{
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup{
	bottom: 1ex;
}
sub{
	top: .5ex;
}
small{
	font-size: 75%;
}
big{
	font-size: 125%;
}
figure{
	margin: 0;
}
table{
	margin: 0 0 1.5em;
	width: 100%;
}
th{
	font-weight: bold;
}
img{
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea{
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input{
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
	background-color: #999999;
	border: 1px solid #999999;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .5em 1em .4em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
	background-color: #f24980;
	border-color: #f24980;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active{
	border-color: #38858c;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"]{
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"]{
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea{
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus{
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"]{
	padding: 5px;
}
textarea{
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Alignment */
.alignleft{
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright{
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter{
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text{
	display: none;
}

/* Clearing */
.navigation-main ul:before,
.navigation-main ul:after,
.footer-widgets:before,
.footer-widgets:after,
.hpb-viewtype-date dl:before,
.hpb-viewtype-date dl:after,
.clear:before,
.clear:after,
[class*="navigation"]:before,
[class*="navigation"]:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after{
	content: '';
	display: table;
}

.navigation-main ul:after,
.footer-widgets:after,
.hpb-viewtype-date dl:after,
.clear:after,
[class*="navigation"]:after,
[class*="content"]:after,
[class*="site"]:after{
	clear: both;
}

.navigation-main ul,
.footer-widgets,
.hpb-viewtype-date dl,
.clear,
[class*="navigation"],
[class*="content"],
[class*="site"] {
	/zoom: 1
}


/* 全体の設定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
BODY{
	background-color: #ffffff;
	background-image: url(img/body_bg.png);
	color: #4d4d4d;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/* Links */
a{
	color: #4d4d4d;
	text-decoration: none;
}
a:visited{
	color: #4d4d4d;
}
a:hover,
a:focus,
a:active{
	text-decoration: underline;
}

/* レイアウト設定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#hpb-container{
}

#page{
	width: 100%;
}

#masthead{
	border-top: solid 10px #f24980;
	padding-top: 15px;
}
#main{
	clear: both;
	max-width: 960px;
	margin: 0 auto;
}
#primary{
	width: 100%;
	margin-left: -290px;
	float: right;
}
#content{
	margin-left: 320px;
}

#sidebar-1{
	width: 290px;
	float: left;
}
#content{
	background-color: #FFFFFF;
	padding: 20px 0;
	margin-bottom: 15px;
	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	        box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}

#colophon{
	clear: both;
	padding: 20px 0;
	background-color: #e6e6e6;
}

/* ヘッダー領域
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* サイトタイトル キャッチフレーズ 要素 */
#masthead {
}
/* サイトタイトル */
#masthead .site-branding{
	max-width: 960px;
	margin: 0 auto;
}
#masthead .site-branding .site-title{
	font-size: 2em;
	font-weight: bold;
	color: #f24980;
	float: left;
	width: 50%;
	line-height: 1.2;
}

#masthead .site-branding .site-title A{
	color: #f24980;
	/* bacground-image */
	display: block;
	background-image : url(img/body_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 52px;
	text-indent: -9999px;
	background-size:contain;
}

/* キャッチフレーズ */
#masthead #hpb-site-desc{
	clear: none;
	float: right;
	width: 40%;
	font-weight: normal;
	font-size: 0.9em;
	color: #FFFFFF;
	margin-top: -25px;
	margin-bottom: 5px;
	background-color: #666666;
	padding: 20px;
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	        box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

/* ヘッダー内拡張要素 */
#hpb-header-extra1{
	max-width: 960px;
	margin: 0 auto;
	text-align: right;
	font-size: 0.9em;
}
#hpb-header-extra1 > *{
	display: inline;
}

/* メインメニュー */
#site-navigation{
	max-width: 960px;
	margin: 20px auto;
	clear: both;
}
#site-navigation a{
	color: #f24980;
	display: block;
	padding: 5px 20px;
	font-weight: bold;
}

#site-navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: solid 1px #f24980;
}

.navigation-main li{
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	border-right: solid 1px #f24980;
}

#site-navigation li a {
}
#site-navigation li li a {
}
#site-navigation li.current_page_item a,
#site-navigation li.current-menu-item a{
	color: #4D4D4D;
}

.navigation-main ul ul{
	border: solid 1px #f24980;
	background-color: #ffffff;
	display: none;
	float: left;
	position: absolute;
		top: 2em;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul{
	left: 100%;
	top: -1px;
}
.navigation-main ul ul a{
	width: 200px;
}
.navigation-main ul ul li{
	padding: 0;
	border: none;
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul{
	display: block;
}

/* Small menu */
.menu-toggle{
	display: none;
	cursor: pointer;
	text-align: center;
}

/* トップページ要素
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#hpb-header-image{
	clear: both;
	max-width: 960px;
	margin: 0 auto 20px auto;
	line-height: 1;
	text-align: center;
}


/* 共通要素
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* レイアウト */
.entry-header,
.page-header,
.entry-content,
.entry-summary,
.entry-meta,
.entry-thumbnail,
.navigation-post,
.navigation-paging,
.comments-area{
	margin-right: 20px;
	margin-left: 20px;
}
.entry-header .entry-meta{
	margin-right: 0;
	margin-left: 0;
}


/* ページのヘッダー */
.page-header,
.entry-header{
	margin-bottom: 20px;
}
.page-header,
body.page .entry-header,
body.single .entry-header,
body.blog .entry-header{
	border-top: solid 3px #f24980;
	padding-top: 0.5em;
}
.page-title,
.entry-title{
	color : #f24980;
	font-weight: bold;
	font-size: 1.4em;
}
.entry-header a{
	color : #f24980;
}

/* 投稿単位 */
.sticky {
}

.hentry{
	margin-bottom: 20px;
}

/* 投稿メタ */
.entry-meta{
	margin-top: 20px;
	font-size: 0.8em;
	color: #666666;
}

/*エントリー内 */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	color: #666666;
	font-weight: bold;
	margin-bottom: 1em;
	padding-bottom: 2px;
	border-bottom: solid 2px #666666;
}

.entry-content h1{
	font-size: 1.4em;
}
.entry-content h2{
	font-size: 1.3em;
}
.entry-content h3{
	font-size: 1.2em;
}
.entry-content h4{
	font-size: 1.1em;
}
.entry-content h5{
	font-size: 1.1em;
}
.entry-content h6{
	font-size: 1em;
}
.entry-content blockquote{
	border-left: solid 2px #cccccc;
	margin-bottom: 1em;
	padding-left: 1em;
}
.entry-content blockquote cite{
	display: block;
	font-size: 0.8em;
	text-align: right;
}
.entry-content table{
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	background-color: #fff;
}
.entry-content th,
.entry-content td{
	border: solid 1px #999999;
	padding: 0.5em;
	vertical-align: middle;
}
.entry-content th{
	background-color: #e6e6e6;
	text-align: center;
}

.entry-content table table th,
.entry-content table table td{
	border: none;
	padding: 0;
	background-color: transparent;
}
.entry-content dt{
	color: #f24980;
}
.entry-content a{
	text-decoration: underline;
}

/* more リンク */
.more-link {}
.hpb-more-entry{
	text-align: right;
	padding-right: 10px;
	clear: both;
}

/* パンくず */
#breadcrumb-list{
	clear: both;
	max-width: 960px;
	margin: 15px auto;
	font-size: 0.8em;
	color: #666666;
}
#breadcrumb-list div{
	display: inline;
	margin-right: 0.5em;
}


/* ページナビゲーション */
.navigation-post,
.navigation-paging,
.navigation-image{
	margin-top: 20px;
	font-size: 0.8em;
}
.nav-previous{
	width: 48%;
	float: left;
}
.nav-next{
	width: 48%;
	text-align: right;
	float: right;
}
.nav-previous a,
.nav-next a{
	font-weight: bold;
	color: #f24980;
}


/* =Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley{
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption{
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"]{
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text{
	text-align: center;
	font-size: 0.8em;
	color: #666666;
}
.wp-caption .wp-caption-text{
	margin: 0.5em 0;
}
.site-content .gallery{
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img{
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dt{
	border-left: none;
	padding-left: 0;
}
.site-content .gallery dd{
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object{
	max-width: 100%;
}


/* お問い合わせ */
table textarea.l{
	width: 99%;
}
table input.m{
	width: 99%;
}
table input.l{
	width: 99%;
}


/* ---- コメント ---- */
#comments{
	clear: both;
	margin-top: 20px;
	font-size: 0.8em;
}
.comments-title,
#reply-title{
	border-top: solid 2px #f24980;
	padding-top: 0.5em;
	margin-bottom: 10px;
	color : #f24980;
	font-weight: bold;
	font-size: 1.4em;
}


/* ---- コメントリスト ---- */
.comment-list,
.comment-list .children{
	list-style-type: none;
	margin-left: 0;
}
.comment-list .children{
	margin-left: 20px;
}
.comment-list .depth-1,
.comment-list .pingback{
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.comment-list .pingback p{
	margin: 0;
}
.comment-list .comment-author img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.comment-list .comment-content{
	clear: both;
}

.bypostauthor{
	font-weight: bold;
	color: #f24980;
}

.comment-list cite{
	font-style: normal;
}
.comment-list .reply{
	text-align: right;
}
.comment-list .reply a{
	display: inline-block;
	padding: 0.25em 0.5em;
	background-color: #999999;
	color: white;
	border-radius: 3px;
}

/* ---- コメントフォーム ---- */
#respond{
	clear: both;
	margin-top: 20px;
}
#respond .required{
	color: #cc0000;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea{
	display: block;
}
.form-allowed-tags code{
	font-size: 12px;
}


/* hpb独自
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通 */

[class*="hpb-viewtype"] h3{
	margin: 0 20px 20px 20px;
	border-top: solid 3px #f24980;
	padding-top: 10px;
	color : #f24980;
	font-weight: bold;
	font-size: 1.4em;
}
[class*="hpb-viewtype"] h3 a{
	color : #f24980;
}
[class*="hpb-viewtype"] .entry-content h3{
	margin-left: 0;
	padding-left: 0;
	background-image: none;
	font-size: 1.2em;
}

body.page [class*="hpb-viewtype"] .entry-header{
	margin-left: 20px;
	padding-left: 0;
	background-image: none;
}
[class*="hpb-viewtype"] .entry-header h4{
	color : #f24980;
	font-weight: bold;
	font-size: 1.4em;
}
[class*="hpb-viewtype"] .entry-thumbnail{
	float: left;
	padding: 5px;
	border: solid 1px #ccc;
	border-radius: 3px;
	line-height: 1;
}
[class*="hpb-viewtype"] .entry-thumbnail img{
	max-width: 100%;
	height: auto;
}
[class*="hpb-viewtype"] .entry-meta{
	margin-top: 0;
}

/* 全て */

/* 簡易 */

/* アイキャッチ */

/* 日付 */
.hpb-viewtype-date dl{
	margin-right: 20px;
	margin-left: 20px;
}
.hpb-viewtype-date dl dt{
	float: left;
	clear: left;
	font-weight: normal;
	margin-right: 1em;
}
.hpb-viewtype-date dl dd {
}

/* コンテンツ */
.hpb-viewtype-content dl{
	margin-right: 20px;
	margin-left: 20px;
}
.hpb-viewtype-content dt{
	color: #f24980;
	border-left: solid 2px #f24980;
	padding-left: 10px;
	margin-bottom: 10px;
}
.hpb-viewtype-content dd{
	margin-left: 12px;
	margin-bottom: 0;
}
.hpb-viewtype-content dd .entry-content{
	margin: 0;
}

/* タイトル */
.hpb-viewtype-title ul{
	margin-right: 20px;
	margin-left: 20px;
	list-style-type: none;
}
.hpb-viewtype-title ul li{
	margin-bottom: 0.5em;
	padding-left: 15px;
	background-image: url(img/list_arrow_r.png);
	background-position: left center;
	background-repeat: no-repeat;
}


/* サイドコンテンツ要素
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sidebar-1{
	font-size: 0.8em;
}
#sidebar-1 .widget{
	background-color: #FFFFFF;
	padding: 20px;
	margin-bottom: 15px;
	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	        box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}

#sidebar-1 .widget-title{
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	background-color: #666666;
	border-radius: 3px 3px 0 0;
	margin: -20px -20px 20px -20px;
	padding: 10px 20px;
	position: relative;
}
#sidebar-1 .widget-title:after{
	content: ' ';
	width: 100%;
	height: 7px;
	position: absolute;
		bottom: -7px;
		left: 0;
	background-image: url(img/widget-title_after.png);
}
#sidebar-1 .widget-title a{
	color: white;
}
.widget ul{
	list-style-type: none;
	margin-left: 0;
}
.widget ul li{
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 12px;
	background-image: url(img/list_arrow_r.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}
.widget ul li ul{
	margin-top: 5px;
}

.widget select{
	width: 100%;
}

/* widget_calendar */
.widget #wp-calendar{
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
.widget #wp-calendar caption,
.widget #wp-calendar td,
.widget #wp-calendar th{
	text-align: center;
}
.widget #wp-calendar caption{
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: dashed 1px #999999;
}
.widget #wp-calendar th,
.widget #wp-calendar tfoot td{
	padding: 5px;
}
.widget #wp-calendar a{
	text-decoration: underline;
}

.widget #wp-calendar tfoot #prev{
	text-align: left;
}
.widget #wp-calendar tfoot #next{
	text-align: right;
}

/* widget_search */
.widget_search form #s{
	width: 70%;
}
.widget_search input[type="submit"]{
	width: 20%;
}


/* フッター領域
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#colophon{
	font-size: 0.8em;
}

/* #site-sub-navigation */
#site-sub-navigation{
	max-width: 960px;
	margin: 0 auto;
}
#site-sub-navigation ul{
	list-style-type: none;
	margin: 0;
}
#site-sub-navigation li{
	display: inline;
	margin-right: 0.5em;
	padding-right: 0.5em;
	border-right: solid 1px #666666;
}
/* secondary */
#site-sub-navigation li ul{
	display: none;
}

/* footer-widgets */
.footer-widgets{
	clear: both;
	max-width: 960px;
	margin: 20px auto 0 auto;
}
.footer-widgets .widget{
	width: 20%;
	float: left;
	padding: 0 2.5%;
}
.footer-widgets .widget-title{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}


/* #hpb-footer-main */
#hpb-footer-main,
.site-info,
.wp-login{
	clear: both;
	max-width: 960px;
	margin: 15px auto 0 auto;
}
#hpb-footer-main{
	text-align: center;
}
.wp-login{
	text-align: right;
}
.hpb-copyright{
	font-size: 12px;
	font-size: 1.2rem;
}

/* メディアクエリ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (max-width:480px) { 
	/* レイアウト設定
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	#hpb-container{
	}
	#page {
	}

	#primary{
		width: 100%;
		margin-left: 0;
		float: none;
		overflow: auto;
	}
	#content{
		margin: 0 15px 15px 15px;
	}
	#sidebar-1{
		width: auto;
		float: none;
		margin: 0 15px 15px 15px;
	}

/*
	#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;
	}
	#site-sub-navigation,
	#hpb-footer-main,
	.hpb-wp-login{
		width: auto;
	}


	/* ヘッダー領域
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	/* サイトタイトル */
	#masthead .site-branding .site-title{
		float: none;
		width: auto;
		margin: 0 15px;
	}
	/* キャッチフレーズ */
	#masthead #hpb-site-desc{
		float: none;
		width: auto;
		margin: 5px 15px;
		padding: 15px;
		border-radius: 5px;
	}
	/* ヘッダー内拡張要素 */
	#hpb-header-extra1{
		margin: 0 15px 15px 15px;
		text-align: left;
	}
	#hpb-header-extra1 > *{
		display: block;
		margin-bottom: 0.25em;
	}

	/* メインメニュー */
	#site-navigation{
		margin: 0 15px 15px 15px;
	}
	#site-navigation ul{
		border: none;
	}
	.navigation-main li{
		float: none;
	}
	#site-navigation li a{
		border-right: none;
	}
	.navigation-main ul ul{
		background: transparent;
		display: block;
		float: none;
		position: relative;
			top: 0;
			left: 0;
	}
	.navigation-main ul ul a{
		width: auto;
		border-bottom: none;
	}
	.navigation-main ul ul ul{
		left: 0;
		top: 0;
	}
	.main-small-navigation ul li,
	.hpb-nav-open ul li{
		border-right: none;
		border-bottom: solid 1px #f24980;
	}
	.main-small-navigation ul li li,
	.hpb-nav-open ul li li{
		border-bottom: none;
		margin-left: 15px;
	}

	/* Small menu */
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on{
		display: block;
	}
	.menu-toggle{
		margin-bottom: 10px;
		background-color: #f24980;
		color: #ffffff;
		padding: 5px;
		-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
		        box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
		-webkit-border-radius: 3px;
		        border-radius: 3px;
	}
/*
	.menu-toggle.toggled-on{
		border-bottom: solid 1px #f24980;
	}
*/
	.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;
	}


	/* トップページ要素
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	#hpb-header-image{
		margin-right: 15px;
		margin-left: 15px;
	}


	/* 共通要素
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	/* パンくず */
	#breadcrumb-list{
		margin-right: 15px;
		margin-left: 15px;
	}

	/* hpb独自
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	/* 全て */
	[class*="hpb-viewtype"] .entry-thumbnail{
		float: left;
		width: 65px;
		height: 65px;
	}

	/* アイキャッチ */
	.hpb-viewtype-thumbnail .hentry{
		clear: both;
		width: 100%;
	}
	.hpb-viewtype-thumbnail .entry-header{
		width: 100%;
		margin-left: -140px !important;
		float: right;
		border-top: none !important;
		padding-top: 0 !important;
	}
	.hpb-viewtype-thumbnail .entry-header h4{
		margin-left: 140px;
		border-top: solid 3px #f24980;
		padding-top: 0.5em;
	}
	.hpb-viewtype-thumbnail .entry-thumbnail {
	}
	.hpb-viewtype-thumbnail .entry-content{
		display: none;
	}

	/* 日付 */
	.hpb-viewtype-date dl dt{
		float: none;
	}


	/* サイドコンテンツ要素
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


	/* フッター領域
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	/* #site-sub-navigation */
	#site-sub-navigation{
		margin: 0 15px;
	}

	#site-sub-navigation .menu-toggle{
		background-color: #666666;
	}

	#site-sub-navigation li{
		border-bottom: 1px solid #666666;
		border-right: none;
		display: block;
		margin: 0 0 0.25em 0;
		padding: 0 0 0.25em 0;
	}

	/* .footer-widgets */
	.footer-widgets{
		margin-left: 15px;
		margin-right: 15px;
	}
	.footer-widgets .widget{
		width: auto;
		float: none;
		padding: 0;
	}

	.site-info,
	.wp-login{
		text-align: center;
	}

}

/* その他
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* clearfix */
#hpb-inner:before,
#hpb-inner:after,
.hpb-viewtype-thumbnail:before,
.hpb-viewtype-thumbnail:after{
	content: '';
	display: table;
}

#hpb-inner:after,
.hpb-viewtype-thumbnail:after{
	clear: both;
}

#hpb-inner,
.hpb-viewtype-thumbnail { /zoom: 1 }
.