/*
Theme Name: Kiriart
Author URI: http://www.kiri-art.com
Description:  Kiriart theme 2013.
Author:  Kiriart
Version: 1.0
License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
Copyright: (c) 2013 Kiriart
*/

/*** 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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	text-align: left;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#container a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}


/*** Main ***/
body,
html {
	height: 100%;
}

body {
	font: 62.5% Georgia, Geneva, "Times New Roman", times;
	background: #FFF;
	padding: 0;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.wrapper {
	width: 100%;
	position: relative;
	height: auto !important;
	/*IE6対策*/
	height: 100%;
	/*IE6対策*/
	min-height: 100%;
}

#content-wrapper {
	width: 100%;
	margin: 0 auto;
	background: url("images/content_bg.jpg") top repeat-x #FFF;
}

#container {
	padding: 20px 20px 80px;
	width: 960px;
	margin: 0 auto;
	/*background: #e1fc59;*/
}

/*** Header ***/

.header {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	background: #000;
}

.header-blog {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	background: url("images/img_blog.gif") left bottom no-repeat #ebebeb;
}

.header-menu {
	width: 956px;
	height: 100px;
	background: url("images/header_bg.png") 0 0 no-repeat;
	padding: 0 22px;
	margin: 0 auto;
}

.header-visual-top {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	color: #fff;
	background: #999;
	position: relative;
}

.header-visual-top .mask-right {
	float: right;
	width: 50px;
	height: 100%;
	background: url("images/maskR_bg.png") 0 0 repeat-y;
	z-index: 99;
	top: 0;
	right: 0;
	position: absolute;
}

.header-visual-top .mask-left {
	float: left;
	width: 50px;
	height: 100%;
	background: url("images/maskL_bg.png") 0 0 repeat-y;
	z-index: 98;
	top: 0;
	position: absolute;
}

.header-visual-top #meteor-slideshow {
	z-index: 1;
	position: absolute;
	top: 0;
}

.header-visual-blog {
	width: 1000px;
	height: 152px;
	margin: 0 auto;
	color: #222;
	position: relative;
}

.header-visual-blog .page_title {
	float: left;
	width: auto;
	height: 50px;
	z-index: 6;
	top: 65px;
	left: 25px;
	position: absolute;
	color: #000;
}

.header-visual-blog .page_title h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.header-visual {
	width: 1000px;
	height: 152px;
	margin: 0 auto;
	color: #fff;
	background: #000;
	position: relative;
}

.header-visual .page_title {
	float: left;
	width: auto;
	height: 50px;
	z-index: 6;
	top: 65px;
	left: 25px;
	position: absolute;
	color: #fff;
}

.header-visual .page_title h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.header-visual .page_visual {
	z-index: 1;
	position: absolute;
	top: 0;
}

.main_menu {
	float: right;
	width: 570px;
}

.main_menu ul {
	margin: 0;
	padding: 0;
}

.main_menu ul li {
	float: left;
	list-style-type: none;
	padding: 0 50px 0 0;
	margin: 0;
}


.main_menu ul li.end {
	padding: 0;
}




.logo {
	width: 255px;
	height: 70px;
	padding: 18px 0 12px 0;
	overflow: hidden;
	float: left;
}

.logo img {
	max-height: 128px;
	max-width: 290px;
}

.site-description {
	width: 290px;
	height: 111px;
	padding: 35px 30px 0;
	float: left;
	overflow: hidden;
}

.site-description .textwidget {
	font-size: 11px;
	color: #656363;
	line-height: 1.3;
}

.menu {
	width: 100px;
	padding-right: 30px;
	float: right;
}

.menu ul {
	margin-top: 35px;
}

.menu li {
	font-size: 11px;
	text-transform: uppercase;
	margin: 6px 0;
}

.menu a {
	color: #000;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

.search {
	width: 185px;
	margin-top: 20px;
	float: right;
	height: 45px
}

.search fieldset {
	width: 185px;
	height: 25px;
	background: #dadada;
}

.search input {
	width: 155px;
	border: none;
	background: none;
	padding: 5px;
	color: #fff;
	font: 11px Georgia, Geneva, "Times New Roman", times;
	text-transform: uppercase;
	vertical-align: middle;
}

.search button {
	width: 16px;
	height: 16px;
	background: url("images/search.png") 50% 50% no-repeat;
	cursor: pointer;
	border: none;
	vertical-align: middle;
}

/*** Navigation ***/

.nav {
	border-top: 1px solid #d9d9d9;
}

.dd {
	height: 48px;
}

.dd li {
	float: left;
	display: block;
	border-left: 1px solid #d9d9d9;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
}

.dd li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-top: 18px;
	margin: 0 14px;
	white-space: nowrap;
}

.dd li a:hover {
	text-decoration: underline;
}

.dd li ul {
	position: absolute;
	padding: 8px 0 10px;
	visibility: hidden;
	background: #000;
	z-index: 100;
}

.dd li ul li {
	float: none;
	border: none;
	font-size: 11px;
	text-align: left;
	margin: 5px 0;
	padding: 0 8px;
}

.dd li ul li a {
	color: #fff;
	display: inline;
	margin: 0 !important;
	white-space: normal;
	padding-top: 0;
}

.dd li.dd_hover {
	background: #000;
}

a.dd_hover:hover {
	text-decoration: none !important;
}

.submenu a:hover {
	text-decoration: underline;
}

.dd li.parent a {
	margin: 0 8px;
	padding-right: 12px;
	background: url("images/dd.png") 100% 24px no-repeat;
}

.dd li.parent a.dd_hover {
	color: #fff;
	background: url("images/dd_hover.png") 100% 24px no-repeat;
	margin: 0 8px;
	padding-right: 12px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

/*** Slideshow ***/

#slideshow,
.slideshow {
	height: 290px;
	width: 975px;
	overflow: hidden;
	position: relative;
}

.slide {
	height: 290px;
	width: 975px;
	background: #ffea97;
}

.slide img {
	display: block;
	float: left;
	width: 640px;
	height: 290px;
	position: relative;
	top: -20px;
	left: -30px;
}

.slide .post {
	padding: 20px 30px 0;
}

.slide .post-category {
	font-size: 11px;
	color: #d9d9d9;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.slide .post a {
	color: #000;
}

.slide .post .post-category a {
	text-decoration: none;
}

.slide .post .post-category a:hover {
	text-decoration: underline;
}

.slide .post h2 {
	margin-bottom: 5px;
}

.slide .post h2,
.slide .post h2 a {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
}

.slide .post h2 a:hover {
	text-decoration: underline;
}

.slide .post .post-meta {
	font-size: 11px;
	font-style: italic;
	color: #656363;
	margin-bottom: 20px;
}

.slide .post .post-meta span,
.slide .post .post-meta a {
	color: #000;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
}

.slide .post .post-meta a:hover {
	text-decoration: underline;
}

.slide .post .post-author {
	text-transform: uppercase;
}

.slide .post-content p {
	margin-bottom: 15px;
}

#larr,
#rarr {
	display: block;
	width: 32px;
	height: 53px;
	position: absolute;
	top: 106px !important;
	opacity: 0.2;
	z-index: 99 !important;
}

#larr {
	background: #000 url("images/larr.png") 8px 50% no-repeat;
	left: 0 !important;
}

#rarr {
	background: #000 url("images/rarr.png") 11px 50% no-repeat;
	right: 0 !important;
}

#larr:hover,
#rarr:hover {
	opacity: 1;
}

/*** Content ***/

#content {
	width: 640px;
	float: right;
	/*background: #a1e81c;*/
}

#content-top {
	width: 485px;
	float: left;
	/*background: #a1e81c;*/
}

#content-gallery {
	width: 980px;
	float: left;
	/*background: #a1e81c;*/
}

.post-content dl {
	width: 570px;
}

.post-content dt {
	float: left;
	width: 60px;
	padding: 3px 0 3px 0;
	clear: both;
	font-weight: bold;
}

.post-content dd {
	width: 500px;
	margin-left: 60px;
	padding: 3px 5px 3px 0;

}

.content-title {
	color: #000;
	font-size: 16px;
	padding: 0;
	border-bottom: 1px solid #d9d9d9;
	text-transform: none;
	position: relative;
	height: 25px;
}

.content-title a {
	color: #000;
	text-decoration: none;
}

.content-title a:hover {
	text-decoration: underline;
}

.content-title span {
	color: #d9d9d9;
}

.content-title span a {
	color: #d9d9d9;
	text-decoration: none;
}

.content-title span a:hover {
	color: #000;
	text-decoration: none;
}

#mode {
	display: block;
	width: 37px;
	height: 14px;
	background: url("images/mode.png") 0 0 no-repeat;
	position: absolute;
	bottom: 14px;
	right: 0;
}

.flip {
	background-position: 0 100% !important;
}

.list .post {
	padding: 15px 0 0 0;
	border-bottom: 1px solid #d9d9d9;
}

.list .post .thumb img {
	float: left;
	margin: 0 30px 15px 0;
	width: 189px;
	height: 95px;
}

.list .post a {
	color: #000;
}

.list .post .post-category {
	font-size: 11px;
	color: #d9d9d9;
	text-transform: uppercase;
	margin-bottom: 11px;
}

.list .post .post-category a {
	text-decoration: none;
}

.list .post .post-category a:hover {
	text-decoration: underline;
}

.list .post h2 {
	margin-bottom: 5px 0;
}

.list .post h2,
.list .post h2 a {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}

.list .post h2 a:hover {
	text-decoration: underline;
}

.list .post .post-meta {
	font-size: 11px;
	font-style: italic;
	color: #aaa9a9;
	margin-bottom: 20px;
}

.list .post .post-meta span,
.list .post .post-meta a {
	color: #000;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
}

.list .post .post-meta a:hover {
	text-decoration: underline;
}

.post-author {
	text-transform: uppercase;
}


.top_list .post {
	padding: 15px 0 0 0;
	border-bottom: 1px solid #d9d9d9;
}

.top_list .post .thumb img {
	float: left;
	margin: 0 30px 15px 0;
	width: 189px;
	height: 95px;
}

.top_list .post a {
	color: #000;
}

.top_list .post .post-category {
	font-size: 11px;
	color: #333;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.top_list .post .post-category a {
	text-decoration: none;
}

.top_list .post .post-category a:hover {
	text-decoration: underline;
}

.top_list .post h2 {
	margin: 5px 0;
}

.top_list .post h2,
.top_list .post h2 a {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

.top_list .post h2 a:hover {
	text-decoration: underline;
}

.top_list .post .post-meta {
	font-size: 11px;
	font-style: italic;
	color: #aaa9a9;
	margin-bottom: 10px;
}

.top_list .post .post-meta span,
.list .post .post-meta a {
	color: #000;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
}

.top_list .post .post-meta a:hover {
	text-decoration: underline;
}

.top_list .post .post-content {
	margin-bottom: 15px;
	line-height: 1.6em;
}

.rollover {
	opacity: 0;
	background: #ffea97;
	width: 154px;
	height: 154px;
	padding: 18px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.rollover-title {
	margin-bottom: 5px;
}

.rollover-title,
.rollover-title a {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

.rollover-title a:hover {
	text-decoration: underline;
}

.rollover-content {
	color: #262626;
	font: 12px/1.5 Helvetica, Arial, sans-serif;
}

.rollover-meta {
	font-size: 10px;
	font-style: italic;
	color: #656363;
}

.rollover-meta span,
.rollover-meta a {
	color: #000;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
}

.rollover-author {
	text-transform: uppercase;
}

.rollover-meta a:hover {
	text-decoration: underline;
}

.pagination {
	padding: 20px 0 0 0;
	color: #aaa9a9;
	font-size: 12px;
	clear: both;
	position: relative;
	height: 50px;
}

.pagination a {
	color: #000;
	text-decoration: none;
}

.pagination a:hover {
	text-decoration: underline;
}

.pagination .nextpostslink {
	position: absolute;
	right: 0;
	top: 17px;
	line-height: 21px;
	text-transform: uppercase;
	background: url("images/nextpostslink.png") 100% 0 no-repeat;
	padding-right: 36px;
}

.pagination .previouspostslink {
	position: absolute;
	left: 0px;
	top: 17px;
	line-height: 21px;
	text-transform: uppercase;
	background: url("images/previouspostslink.png") 0 0 no-repeat;
	padding-left: 36px;
}

#pagination {
	padding: 20px 0 0 0;
}

#pagination .nextpostslink {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 9px 0;
	text-align: center;
	font-size: 14px;
}

#pagination .nextpostslink:hover {
	background-color: #FFEA97;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#pagination .loading {
	background: url("images/loading.gif") 240px 9px no-repeat;
	color: #555;
}

#pagination .loading:hover {
	background-color: transparent !important;
	cursor: default;
}

.entry {
	margin-bottom: 50px;
}

.entry .post {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 15px;
}

.entry .post-meta {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #d9d9d9;
	font-size: 11px;
	font-style: italic;
	color: #aaa9a9;
	position: relative;
}

.entry .post-meta h2 {
	color: #333;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
}

.entry .post-meta span,
.entry .post-meta a {
	color: #000;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
}

.entry .post-meta a:hover {
	text-decoration: underline;
}

.entry .post-comms {
	position: absolute;
	right: 0;
}

.entry .post-content {
	padding: 15px 0 0 0;
}

.entry .post-content a {
	color: #000;
}

.entry .post-content a:hover {
	text-decoration: none;
}

.entry .post-footer {
	padding-left: 30px;
	font-size: 12px;
	margin-bottom: 15px;
}

.entry .post-footer a {
	color: #000;
	text-decoration: none;
}

.entry .post-footer a:hover {
	text-decoration: underline;
}

.page .post-category {
	display: none;
}


.entry-gallery {
	margin-bottom: 50px;
}

.entry-gallery .post {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 15px;
}

.entry-gallery .post-meta {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #d9d9d9;
	font-size: 11px;
	font-style: italic;
	color: #aaa9a9;
	position: relative;
}

.entry-gallery .post-meta h1 {
	color: #333;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
}

.entry-gallery .post-meta span,
.entry .post-meta a {
	color: #000;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
}

.entry-gallery .post-meta a:hover {
	text-decoration: underline;
}

.entry-gallery .post-comms {
	position: absolute;
	right: 0;
}

.entry-gallery .post-content {
	padding: 0;
}

.entry-gallery .post-content a {
	color: #000;
}

.entry-gallery .post-content a:hover {
	text-decoration: none;
}

.entry-gallery .post-footer {
	padding-left: 30px;
	font-size: 12px;
	margin-bottom: 15px;
}

.entry-gallery .post-footer a {
	color: #000;
	text-decoration: none;
}

.entry-gallery .post-footer a:hover {
	text-decoration: underline;
}

.f,
.t,
.di,
.su {
	width: 16px;
	height: 15px;
	position: absolute;
	bottom: 15px;
}

.f {
	right: 63px;
	background: url("images/social.png") 0 0 no-repeat;
}

.t {
	right: 42px;
	background: url("images/social.png") -16px 0 no-repeat;
}

.di {
	right: 21px;
	background: url("images/social.png") -32px 0 no-repeat;
}

.su {
	right: 0;
	background: url("images/social.png") -48px 0 no-repeat;
}

.f:hover {
	background-position: 0 -15px;
}

.t:hover {
	background-position: -16px -15px;
}

.di:hover {
	background-position: -32px -15px;
}

.su:hover {
	background-position: -48px -15px;
}

.post-content {
	margin-bottom: 30px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
	color: #000;
	font-weight: normal;
	font-family: Georgia, Geneva, "Times New Roman", times;
	margin: 15px 0;
}

.post-content h1 {
	font-size: 30px;
	line-height: 35px;
}

.post-content h2 {
	font-size: 26px;
}

.post-content h3 {
	font-size: 22px;
}

.post-content h4 {
	font-size: 20px;
}

.post-content h5 {
	font-size: 18px;
}

.post-content {
	color: #262626;
	font: 12px/1.5 Helvetica, Arial, sans-serif;
}

.post-content p {
	margin: 10px 0;
}

.post-content ol {
	list-style: decimal;
	padding-left: 35px;
	margin: 15px 0;
}

.post-content ul {
	list-style: disc;
	padding-left: 35px;
	margin: 15px 0;
}

.post-content li {
	color: #262626;
	font: 12px/1.5 Helvetica, Arial, sans-serif;
	margin: 3px 0;
}

.post-content blockquote {
	padding: 15px 0 10px 65px;
	background: url("images/bq.png") 20px 0 no-repeat;
}

.post-content blockquote p {
	color: #8c8888;
	font: italic 16px Georgia, Geneva, "Times New Roman", times;
}

.post-content .search {
	float: none;
	margin-top: 15px;
	width: auto;
}

.post-content .search fieldset {
	width: 610px;
	height: 35px;
}

.post-content .search input {
	width: 570px;
	font-size: 16px;
}

.post-navigation {
	width: 640px;
	padding: 15px 0 0 0;
	position: relative;
}

.post-navigation a {
	display: block;
	color: #000;
	font: 11px Helvetica, Arial, sans-serif;
	text-decoration: none;
	line-height: 1.5;
}

.post-navigation a:hover {
	text-decoration: none;
}

.post-navigation a em {
	display: block;
	color: #aaa9a9;
	font: italic 11px Georgia, Geneva, "Times New Roman", times;
	padding-bottom: 5px;
}

.post-navigation a:hover span {
	text-decoration: underline;
}

.post-prev {
	width: 250px;
	min-height: 40px;
	padding-left: 30px;
	float: left;
	text-align: left;
	background: url("images/post_prev.png") 0 50% no-repeat;
}

.post-next {
	width: 250px;
	min-height: 40px;
	padding-right: 30px;
	float: right;
	text-align: right;
	background: url("images/post_next.png") 100% 50% no-repeat;
}

.line {
	width: 1px;
	height: 100%;
	background: #d9d9d9;
	position: absolute;
	top: 0;
	right: 319px;
}

/*** Images ***/

.post-content img {
	margin: 0 0 15px;
	height: auto;
	max-width: 640px;
}

.post-content h6 {
	position: relative;
	left: -30px;
}

.post-content .attachment img {
	max-width: 610px;
}

.post-content .alignnone,
.post-content img.alignnone {
	clear: both;
	display: block;
	margin-bottom: 15px;
}

.post-content .alignleft,
.post-content img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}

.post-content .alignright,
.post-content img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
}

.post-content .aligncenter,
.post-content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post-content img.alignleft,
.post-content img.alignright,
.post-content img.aligncenter {
	margin-bottom: 15px;
}

.post-content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}

.post-content .wp-caption img {
	margin: 5px 5px 0;
}

.post-content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.post-content .wp-smiley {
	margin: 0;
}

/*.post-content .gallery {margin: 0 auto 18px;}*/
/*.post-content .gallery .gallery-item {float: left; margin-top: 0; text-align: center; width: ;}*/
/*.post-content .gallery .gallery-item img {max-width: 190px; border: none !important; margin-bottom: 0;}*/
/*.post-content .gallery .gallery-caption {color: #888; font-size: 12px; margin: 0 0 12px;}*/
/*.post-content .gallery dl {margin: 0;}*/
/*.post-content .gallery br+br {display: none;}*/
/*.post-content .attachment img {display: block; margin: 0 auto;}*/

/*** Comments ***/

.comments h3 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	padding: 15px 0 10px 30px;
	border-bottom: 1px solid #d9d9d9;
}

.comments a {
	color: #000;
}

#comments {
	margin-bottom: 30px;
}

.comment {
	padding: 15px 0 15px 30px;
	border-bottom: 1px dotted #d9d9d9;
}

.comment td {
	vertical-align: top;
}

.comment-meta {
	position: relative;
	min-height: 70px;
	font-size: 11px;
	margin-right: 30px;
}

.avatar {
	display: block;
	margin-right: 10px;
}

.comment-author {
	color: #aaa9a9;
}

.comment-author span {
	color: #000;
}

.comment-author a,
.comment-author span {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
}

.comment-author a:hover {
	text-decoration: underline;
}

.comment-author,
.comment-date {
	white-space: nowrap;
}

.comment-reply-link {
	position: absolute;
	bottom: 1px;
	text-decoration: none;
}

.comment-reply-link:hover {
	text-decoration: underline;
}

.comment-text p {
	color: #4b4b4b;
	;
	font: 12px Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
}

.children {
	margin-left: 80px;
}

.children .children {
	margin-left: 50px;
}

.children .comment {
	padding-left: 0;
}

#respond p,
.nopassword {
	margin: 10px 0;
	font: 11px Helvetica, Arial, sans-serif;
}

.nopassword {
	padding-left: 30px;
}

#respond p a {
	text-decoration: none;
}

#respond p a:hover {
	text-decoration: underline;
}

#commentform {
	padding: 30px 0 0 30px;
}

#commentform table {
	width: 100%;
	margin-bottom: 15px;
}

#commentform td {
	vertical-align: top;
	width: 33.33%;
}

#commentform td p {
	font: bold 11px Helvetica, Arial, sans-serif;
	color: #333;
	margin-bottom: 5px;
}

#commentform td p span {
	color: #aaa9a9;
	font: italic 11px Georgia, Geneva, "Times New Roman", times;
}

.commform-textarea {
	border: 1px solid #d9d9d9;
	padding: 10px;
	margin-bottom: 10px;
}

#comment {
	width: 100%;
	height: 120px;
	padding: 0;
	margin: 0;
	border: none;
	border-color: #fff;
	overflow: auto;
}

.commform-author div {
	margin-right: 15px;
	border: 1px solid #d9d9d9;
	padding: 5px;
}

.commform-email div {
	border: 1px solid #d9d9d9;
	padding: 5px;
}

.commform-url p {
	margin-left: 15px !important;
}

.commform-url div {
	margin-left: 15px;
	border: 1px solid #d9d9d9;
	padding: 5px;
}

#author,
#email,
#url {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	font: 12px Helvetica, Arial, sans-serif;
	color: #333;
}

#submit {
	float: left;
	border: none;
	background: #ccc;
	color: #fff;
	font: bold 12px Helvetica, Arial, sans-serif;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#submit:hover {
	background: #000;
}

p#cancel-comment-reply {
	float: right;
	line-height: 28px;
	margin: 0;
}

/*** Sidebar ***/

.sidebar {
	width: 290px;
	padding: 4px 0 0 0;
	float: left;
	/*background: #dc8fe2;*/
}

.sidebar-top {
	width: 430px;
	padding: 0;
	float: right;
	/*background: #dc8fe2;*/
}

.about-top {}

.about-top h3#about_title {
	color: #000;
	font-size: 16px;
	padding: 0;
	border-bottom: 1px solid #d9d9d9;
	text-transform: none;
	position: relative;
	height: 25px;
}

.about-top p {
	margin: 15px 0;
	line-height: 1.6em;
	padding-bottom: 0;
	font-size: 12px;
}

.about-top p a {
	text-decoration: none;
	color: #262626;
}

.about-top p a:hover {
	text-decoration: underline;
}


.widget {
	margin-bottom: 35px;
}

.widget-small {
	width: 130px;
}

.widget h3,
.widget-small h3 {
	color: #1f2122;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
}

.widget a,
.widget-small a {
	color: #000;
	text-decoration: none;
}

.widget a:hover,
.widget-small a:hover {
	text-decoration: underline;
}

.widget p,
.textwidget {
	color: #262626;
	font: 12px/1.3 Helvetica, Arial, sans-serif;
}

.widget p a,
.textwidget a {
	text-decoration: underline;
}

.widget p a:hover,
.textwidget a:hover {
	text-decoration: none;
}

.widget li,
.widget-small li {
	font-size: 12px;
	color: #262626;
	margin-bottom: 3px;
}

.widget h3#prfile_name {
	border: none;
	color: #1f2122;
	font-size: 14px;
	font-weight: normal;
	margin: 20px 0 0 0;
	padding: 0;
}

.widget_getconnected {
	margin-bottom: 20px;
}

.widget_getconnected .widget-body div {
	width: 50%;
	float: left;
	min-height: 40px;
	padding-bottom: 16px;
}

.widget_getconnected .widget-body div a {
	display: block;
	color: #24211f;
	font-size: 16px;
	padding-left: 25px;
}

.widget_getconnected .widget-body div span {
	color: #838383;
	font: 11px Helvetica, Arial, sans-serif;
	padding-left: 25px;
}

.getconnected_rss a {
	background: url("images/getconnected_rss.png") 0 2px no-repeat;
}

.getconnected_twitter a {
	background: url("images/getconnected_twitter.png") 0 2px no-repeat;
}

.getconnected_fb a {
	background: url("images/getconnected_fb.png") 0 2px no-repeat;
}

.getconnected_flickr a {
	background: url("images/getconnected_flickr.png") 0 2px no-repeat;
}

.getconnected_behance a {
	background: url("images/getconnected_behance.png") 0 2px no-repeat;
}

.getconnected_delicious a {
	background: url("images/getconnected_delicious.png") 0 2px no-repeat;
}

.getconnected_stumbleupon a {
	background: url("images/getconnected_stumbleupon.png") 0 2px no-repeat;
}

.getconnected_tumblr a {
	background: url("images/getconnected_tumblr.png") 0 2px no-repeat;
}

.getconnected_vimeo a {
	background: url("images/getconnected_vimeo.png") 0 2px no-repeat;
}

.getconnected_youtube a {
	background: url("images/getconnected_youtube.png") 0 2px no-repeat;
}

.rpthumb {
	display: block;
	padding-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px dotted #d9d9d9;
}

.rpthumb img {
	width: 50px;
	width: 50px;
	margin-right: 15px;
	float: left;
}

.rpthumb-title {
	display: block;
	font: 12px Georgia, Geneva, "Times New Roman", times;
	margin-bottom: 6px;
}

.rpthumb-date {
	display: block;
	font-size: 11px;
	color: #aaa9a9;
}

.rpthumb:hover {
	text-decoration: none !important;
}

.rpthumb:hover .rpthumb-title {
	text-decoration: underline;
}

.widget_tag_cloud a {
	margin: 0 2px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar caption {
	font-size: 13px;
	padding-bottom: 10px;
	text-align: left;
}

.widget_calendar th,
.widget_calendar td {
	padding: 5px 0;
	font-size: 13px;
}

.widget_calendar tbody a {
	text-decoration: underline;
}

.widget_calendar tbody a:hover {
	text-decoration: none
}

.sponsors .widget-body {
	text-align: center;
}

.sponsors .widget-body img {
	margin-bottom: 20px;
}

/*** Footer ***/

#footer-wrapp {
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
}

.footer {
	border-top: 1px solid #ddd;
	padding: 20px 0 0 0;
	width: 1000px;
	margin: 0 auto;

}

.footer p {
	font-size: 12px;
	color: #737373;
}

.footer a {
	color: #000;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

p.copyright {
	float: left;
	color: #333;
}

p.copyright span {
	color: #737373;
}

.credits {
	float: right;
}



/*** 追加CSS ***/

.txt11 {
	font-size: 85%;
}

.txt12 {
	font-size: 93%;
}

.txt13 {
	font-size: 100%;
}

.txt14 {
	font-size: 108%;
}

.txt15 {
	font-size: 116%;
}

.pdR3 {
	padding-right: 3px;
}

.pdR5 {
	padding-right: 5px;
}

.pdR10 {
	padding-right: 10px;
}

.pdL3 {
	padding-left: 3px;
}

.pdL5 {
	padding-left: 5px;
}

.pdL10 {
	padding-left: 10px;
}

.pdL20 {
	padding-left: 20px;
}

.pdT5 {
	padding-top: 5px;
}

.pdT20 {
	padding-top: 20px;
}

.pdB5 {
	padding-bottom: 5px;
}

.pdB10 {
	padding-bottom: 10px;
}

.pdB20 {
	padding-bottom: 20px;
}

.pdB40 {
	padding-bottom: 40px;
}

.pdT3 {
	padding-top: 3px;
}

.pdT5 {
	padding-top: 5px;
}

.pdT10 {
	padding-top: 10px;
}

.pdT50 {
	padding-top: 50px;
}

.mgB10 {
	margin-bottom: 10px;
}

.mgB15 {
	margin-bottom: 15px;
}

.mgB20 {
	margin-bottom: 20px;
}

.mgB30 {
	margin-bottom: 30px;
}

.mgB40 {
	margin-bottom: 40px;
}

.mgR5 {
	margin-right: 5px;
}

.mgR10 {
	margin-right: 10px;
}

.mgT50 {
	margin-top: 50px;
}

.mgT30 {
	margin-top: 30px;
}

.mgT20 {
	margin-top: 20px;
}

.mgT10 {
	margin-top: 10px;
}

.algnL {
	text-align: left;
}

.algnR {
	text-align: right;
}

.picAlgnL {
	float: left;
}

.picAlgnR {
	float: right;
}


#gallery-1 {
	margin: 0;
	padding: 0;
	float: left;
}

#gallery-1 ul {
	margin: 0;
	padding: 0 0 0 0;
}

#gallery-1 ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
}

#gallery-1 .gallery-item {
	margin: 0 4px 0 0;
	padding: 0;
	float: left;
}

#gallery-1 .gallery-icon {}

#gallery-1 img {
	margin: 0;
	padding: 0;
}

/* 追加 -------------------------------------------------------------- */

/* トップページスライドショー */
.slider-container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.slider-container,
div[id^="n2-ss-"] {
	max-width: 1000px !important;
	margin: 0 auto !important;
}

@media (max-width: 768px) {
	.n2-ss-slider .n2-ss-slide-background {
		height: 500px !important;
	}

	.n2-ss-slider {
		height: 500px !important;
	}

	.header-visual-top .mask-left,
	.header-visual-top .mask-right {
		display: none;
	}

}


/* NEXTGEN Gallery ------------------------------- */
.sl-caption {
	background: rgba(0, 0, 0, 0.5) !important;
}

.ngg-galleryoverview.default-view {
	text-align: left !important;
}

/* ギャラリーの並び順、1つダミーが入る */
.placeholder {
	width: 182px;
	/* ギャラリーの画像1枚分の幅に調整 */
	height: 95px;
	/* 同上：高さも調整 */
	margin: 0px 5px;
	/* 画像と同じマージンを設定 */
	float: left;
	/* ギャラリーと同じ並び方にする */
	background: none;
	/* 背景を消す */
	border: none;
	/* デバッグ中なら border: 1px solid red; も可 */
}

/* レスポンシブ、スマホ ------------------------------- */
@media (max-width: 768px) {
	.header-menu {
		width: 100%;
		height: 100%;
		padding: 0px 0px 0px 5px;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		background-size: cover;
	}

	.logo {
		height: 50px;
	}

	.logo img {
		width: 200px;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}

	.search {
		width: 100%;
		display: none;
	}

	.main_menu {
		width: 100%;
	}

	.main_menu ul li {
		padding: 0 0px 0 0;
	}

	#container {
		width: 90%;
		height: 100%;
		padding: 30px 5px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column-reverse;
		overflow: hidden;
	}

	#container::after {
		content: "";
		display: block;
		clear: both;
	}

	#content {
		width: 100%;
		height: auto;
		float: initial;
	}

	.sidebar {
		width: 100%;
		height: 100%;
	}

	/* トップページのサイドバー */
	.sidebar-top {
		width: 100%;
	}

	/* トップページの記事一覧 */
	.top_list .post {
		width: 360px;
	}

	.entry .post-content {
		width: 100%;
	}

	.post-content dl {
		width: 70px;
	}

	.post-content dt {
		width: 100%;
	}

	.post-content dd {
		width: 330px;
		margin-left: 30px;
		padding: 0px 0px;
		white-space: normal;
		word-wrap: break-word;
		overflow-wrap: break-word;
		/* modern standard */
		word-break: break-all;
		/* optional: break anywhere in long words */
	}

	#content-gallery {
		width: 100%;
	}

	.ngg-galleryoverview {
		margin-top: 0 !important;
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: space-between !important;
	}

	.ngg-gallery-thumbnail-box {
		width: 48% !important;
		margin: 1% !important;
		box-sizing: border-box;
		float: none !important;
	}

	.ngg-gallery-thumbnail {
		width: 100% !important;
	}

	.ngg-gallery-thumbnail img {
		width: 100% !important;
		height: auto !important;
		display: block !important;
	}

	.placeholder {
		display: none;
	}


	/* ブログページ（archive）でのみ順番を変更 */
	body.archive #container {
		display: flex;
		flex-wrap: wrap;
	}

	body.archive .sidebar {
		order: 1;
		float: none !important;
		width: 100% !important;
		height: auto !important;
	}

	body.archive #content {
		order: 2;
	}

	/* ブログページ（投稿ページ）でのみ順番を変更 */
	body.single #container {
		display: flex;
		flex-wrap: wrap;
	}

	body.single .sidebar {
		order: 1;
	}

	body.single #content {
		order: 2;
	}

	/* 投稿ページの画像 */
	.post-content img {
		width: 100%;
	}

	/* フッター */
	.footer {
		width: 100%;
	}

	#footer-wrapp {
		width: 100%;
		height: 80px;
		position: relative;
		bottom: 0;
	}

	.credits {
		float: none;
		text-align: center;
	}

}


/* 改行処理 ------------------------------- */
.bpts_br_pc_no {
	display: none;
}

@media (max-width: 768px) {
	.bpts_br_pc_no {
		display: block;
	}
}