@charset "UTF-8";
/*
Theme Name: Fujita Sayuri 2011
Theme URI: wp
Author: I and O DC
Author URI: http://i-and-o-dc.com
Description: Child Theme for the Twenty Eleven Theme
Template: twentyeleven
Version: 0.1.0
License: GNU General Public License
License URI: license.txt
Tags: 
*/

@import url('twentyeleven-style.css');

/* =Reset default browser CSS. 
-------------------------------------------------------------- */

/* =Clearfix
-------------------------------------------------------------- */

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* =Structure
----------------------------------------------- */
body {
	padding: 0;
	min-width: 980px;
}

/* One column */
.one-column #page {
	max-width: 100%;
	margin: 2em auto 0;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}

.container {
	max-width: 740px;
	margin: 0 auto;
}

#access div {
	margin: 0;
}


/* dev */
.container,
#access {
	/* border: 1px dotted #fcf; */ 
}



/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #998B7B;
	font: 15px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	line-height: 1.8;
}
body {
	background: #fff url(images/bg.jpg) left top repeat;
}
#page {
	background: none;
	/* border: 1px dotted #ccc; */
}

/* Headings */


/* Text elements */

/* Forms */
input[type=text],
input[type="email"],
input[type=password],
textarea {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 50%, #F1E4E1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#F1E4E1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 50%,#F1E4E1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 50%,#F1E4E1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 50%,#F1E4E1 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 50%,#F1E4E1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F1E4E1',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 1px 1px rgba(211,199,189,0.5);
	-webkit-box-shadow: inset 0 1px 1px rgba(211,199,189,0.5);
	box-shadow: inset 0 0 12px rgba(211,199,189,0.5);
	border: 1px solid #B2B2B2;
	border-radius: 6px;
	color: #888;
}

input[type=submit] {
	width: 150px;
	background: #fed8e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #fed8e5 0%, #e7739b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed8e5), color-stop(100%,#e7739b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fed8e5 0%,#e7739b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fed8e5 0%,#e7739b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fed8e5 0%,#e7739b 100%); /* IE10+ */
	background: linear-gradient(top,  #fed8e5 0%,#e7739b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed8e5', endColorstr='#e7739b',GradientType=0 ); /* IE6-9 */
	border: 2px solid #dd6a91;
	border-radius: 16px;
	color: #FFFFFF;
	text-shadow: 0 0 10px #FF0D6A;
	font-size: 21px;
	letter-spacing: 0.3em;
}

/* Links */

a:hover {
	color: #FFADC9;
}

/* News category color */
.category-news .child-categories h2 span,
.parent-category-news .child-categories h2 span,
.parent-news .child-categories h2 span {
	background: #ffcadc;
}


	
/* Event-seminar category color */
.category-event-seminar .child-categories a:hover,
.parent-category-event-seminar .child-categories a:hover {
	color: #F3C7B4;
}

.parent-event-seminar #nav-single .nav-previous a:hover,
.parent-event-seminar #nav-single .nav-next a:hover,
.category-event-seminar .child-categories h2 span,
.parent-category-event-seminar .child-categories h2 span,
.parent-event-seminar .child-categories h2 span {
	background: #f3c7b4;
}

.parent-event-seminar #nav-single .nav-previous a,
.parent-event-seminar #nav-single .nav-next a {
	border: 1px solid #f3c7b4;
}



/* Blog category color */
.parent-blog #comments a:hover,s
.category-blog .child-categories a:hover,
.parent-category-blgo .child-categories a:hover {
	color: #e5d5ff;
}

.parent-blog #nav-single .nav-previous a:hover,
.parent-blog #nav-single .nav-next a:hover,
.category-blog .child-categories h2 span,
.parent-category-blog .child-categories h2 span,
.parent-blog .child-categories h2 span {
	background: #e5d5ff;
}

.parent-blog #nav-single .nav-previous a,
.parent-blog #nav-single .nav-next a {
	border: 1px solid #e5d5ff;
}




/* coloring */

.important {
	color: #B36781;
}
	
.page-id-12 .bullet {
	color: #FFADC9;
}








/* =Header
----------------------------------------------- */
#branding .introduction {
	font-size: 13px;
}

#header-wrapper {
	margin-top: 1em;
	padding-top: 3em;
	background: url(images/header-wave.png) center top no-repeat;
}
	
#branding {
	padding-bottom: 0;
	border-top: none;
}

#branding hgroup {
	float: left;
	width: 51.2%;
	margin: 0;
}


#site-title {
	padding: 0 0 0;
	margin-right: 0;
}

#site-title a {
	line-height: 16px;
	vertical-align:bottom;
}

#branding img {
	margin-bottom: 0;
	width: auto;
}

#branding #site-title img {
	/*width: 100%;*/
}

#home-header {
	margin-top: 1em;
}



/* =Menu
----------------------------------------------- */

#access {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	clear: none;
	display: block;
	float: right;
	margin: 42px auto 6px;
	width: 45%;
}
#access ul {
	display: flex;
	justify-content: center;
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 1.6em;
	padding-left: 0;
}
#access li {
	float: none;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 2.7em;
    margin: .7em 0;
	padding: 0 0;
	text-decoration: none;
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: none;
}
#access li:hover > a,
#access a:focus {
	background: none;
}


/* =Content
----------------------------------------------- */
#main {
	clear: both;
	padding: 0;
}


/* =Announcement
----------------------------------------------- */
#blog-announcement {
    margin-top: 1em;
}

#announcement ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#announcement ul > * {
	margin-block-end: 1em;
}

.bl_bnr {
	display: flex;
	gap: 0 1em;
	align-items: center;
	color: inherit;
	padding: 0.75em 2em;
	border: 1px solid #ffcadc;
	background-color: #fff;
	border-radius: 2rem / 1.5rem;
}
.bl_bnr_img {
	text-align: center;
}
.bl_bnr_img img {
	vertical-align: bottom;
}
.bl_bnr_txt > * {
	padding-inline-start: 1rem;
	line-height: 1.5;
}
.bl_bnr_txt h3 {
	position: relative;
}
.bl_bnr_txt h3::before {
	position: absolute;
	left: 0;
	content: "◆";
	color: #ffadc9;
}
.bl_bnr_txt :last-child {
	margin-block-end: 0;
}



.bl_gridDL {
	display: grid;
	gap: 0.25em 1em;
	grid-template-columns: auto 1fr;
	margin: 0;
}
.bl_gridDL dt {
	font-weight: normal;
}
.bl_gridDL dd {
	margin: 0;
}
#page8-1 .illustrated {
	margin-bottom: 3em;
}


/* =Content Header section
----------------------------------------------- */

.large-photo {
	clear: both;
	position: relative;
	margin-bottom: 1.625em;
}
.single-post .large-photo {
	margin-bottom: 0;
}

.large-photo .category-title,
.large-photo h1 {
	position: absolute;
	left: 20px;
	top: 20px;
}

.large-photo img {
	width: 100%;
}

.large-photo .category-title img {
	width: auto;
}



/* =Content section
----------------------------------------------- */

.page-section h1 {
	margin: 0 0 1.625em;
	padding: 0 0 30px 6px;
}

.page-section h2 {
	margin: 0 0 0.8125em;
}

.page-section .lead,
.page-section .body-text {
	margin: 0 0 1.625em;
}

.page-section img {
	border: none;
}

/* illustrated */

.illustrated {
	position: relative;
}
.illustrated img.illust {
	position: absolute;
	right: 0;
	top: 0;
}

/* letters */
.letters {
	font-size: 13px;
}
.letters h2 {
	font-weight: 700;
}


/* page header */

#page-6-header {
	margin-bottom: 4.875em;
}

/* page title */
.single-page-header .category-title,
.category .page-header h1 {
	left: 40px;
	top: 210px;
}
#page-4-header h1 {
	left: 530px;
	top: 180px;
}
#page-6-header h1 {
	left: 540px;
	top: 180px;
}
#page-8-header h1 {
	left: 80px;
	top: 100px;
}
#page-10-header h1 {
	left: 540px;
	top: 180px;
}
#page-12-header h1 {
	left: 15px;
	top: 105px;
}
#page-16-header h1 {
	left: 15px;
	top: 120px;
}
/* section header */
#page-4-content .page-section h1 {
	background: url(images/page4-wave.png) right bottom no-repeat;
}
#page-6-content .page-section h1 {
	background: url(images/page6-wave.png) right bottom no-repeat;
}
#page-10-content .page-section h1 {
	background: url(images/page10-wave.png) right bottom no-repeat;
}
#page-12-content .page-section h1,
#page-16-content .page-section h1 {
	background: url(images/page8-wave.png) right bottom no-repeat;
}

/* body-text */
#page8-1 .body-text {
	padding: 0 0 50px;
	margin: 0 0 3.25em;
	background: url(images/page8-wave.png) right bottom no-repeat;
}
#page10-1 .body-text {
	background: url(images/page10-wave.png) right 80% no-repeat;
    margin-bottom: 0;
}
#page12-1 .body-text {
	padding: 0 0 1.625em;
	background: url(images/page16-11.png) right bottom no-repeat;
}
#page16-1 .body-text {
	background: url(images/page16-11.png) right bottom no-repeat;
}


/* body-text img */
#page4-3 .body-text img {
	margin-left: 0;
	padding-left: 0;
}
#page6-1 .body-text img {
	margin-top: 50px;
}
#page6-2 .body-text img {
	margin-top: 0;
	padding-top: 0;
}
#page6-3 .body-text img {
	margin-left: 0;
}
#page8-1 .body-text img {
	margin-top: 150px;
}
#page10-1 .body-text img {
    margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}



/* Contact Form */
#page12-2 p {
	margin-bottom: 0.5em;
	line-height: 2.25;
}

/* Aura soma How to choose bottles */

ul.how-to-choose {
	list-style: none;
	margin: 0;
}

ul.how-to-choose li {
}

ul.how-to-choose li span {
	margin: 0 4px;
	padding: 2px 14px;
	color: #A5D7D9;
	font-size: 30px;
	border: 2px solid #A5D7D9;
	border-radius: 18px;
}

#page4-2 .illustrated {
	margin-top: 1.625em;
}



/* aura soma Let's start */

#page4-4 h2 {
	display: inline-block;
	margin: 2.5em 0 0.8125em;
}

#page4-4 h3 {
	font-size: 18px;
	font-weight: bold;
}

#page4-4 h3 span.bullet {
	color: #a5d7d9;
}

#page4-4 span.important {
	color: #e91c24;
	font-size: 17px;
	font-weight: bold;
}

#page4-4 .product {
	position: relative;
}

#page4-4 .product img {
	position: absolute;
}

#page4-4 .product-bottle img {
	right: -40px;
	top: 0;
}

#page4-4 .product-pomander img {
	right: 110px;
	top: 0;
}

#page4-4 .product-quint img {
	right: 0;
	top: 0;
}

#page4-4 ul.contact {
	list-style: none;
	margin: 0;
}

#page4-4 ul.contact li {
	float: left;
	margin-right: 20px;
}

#page-4-blog {
    margin: 5em 0 3em;
}




/* Post */
.ssba {
    clear: both;
}
.singular .hentry {
	border-bottom: none;
	padding: 4.875em 0;
	position: relative;
}

.single-post .hentry {
	padding: 1.625em 0 4.875em;
}

.single-news .hentry,
.parent-news .hentry {
	background: url(images/news-wave.png) left bottom no-repeat;
}
.parent-event-seminar .hentry {
	background: url(images/event-wave.png) left bottom no-repeat;
}
.parent-blog .hentry {
	background: url(images/blog-wave.png) left bottom no-repeat;
}

.singular.page .hentry {
	padding: 3.5em 0 0;
}
.singular .entry-title {
	color: #998B7B;
	font-size: 23px;
	font-weight: 300;
	line-height: 34px;
}

.single-post .entry-header {
	position: relative;
	margin: 0 0 1.625em;
	padding: 0 0 36px;
}

.single-news .entry-header,
.parent-news .entry-header {
	background: url(images/news-wave.png) left bottom no-repeat;
}

.single-event-seminar .entry-header,
.parent-event-seminar .entry-header {
	background: url(images/event-wave.png) left bottom no-repeat;
}

.parent-blog .entry-header {
	background: url(images/blog-wave.png) left bottom no-repeat;
}

.single-news .entry-header h1 span,
.parent-news .entry-header h1 span {
	color: #FFCADC;
}

.single-event-seminar .entry-header h1 span,
.parent-event-seminar .entry-header h1 span {
	color: #F3C7B4;
}

.parent-blog .entry-header h1 span {
	color: #e5d5ff;
}

.single-cosmic-diary .entry-header h1 {
	background: url(images/event-child-1.png) left 50% no-repeat;
	padding-left: 140px;
}
.single-kirei-ni-naru .entry-header h1 {
	background: url(images/event-child-2.png) left 50% no-repeat;
	padding-left: 140px;
}
.single-mayan .entry-header h1 {
	background: url(images/event-child-3.png) left 50% no-repeat;
	padding-left: 140px;
}
.single-honto-no-shigoto .entry-header h1 {
	background: url(images/event-child-4.png) left 50% no-repeat;
	padding-left: 140px;
}
.single-rhythm .entry-header h1 {
	background: url(images/event-child-5.png) left 50% no-repeat;
	padding-left: 140px;
}

.singular .entry-header .entry-meta {
	position: absolute;
	top: auto;
	left: auto;
	right: 20px;
	bottom: 0;
}
.one-column.singular .entry-meta .edit-link a {
	top: 10px;
	left: auto;
	right: 20px;
}



/* Image borders */
.single-news img[class*="align"],
.single-news img[class*="wp-image-"],
.single-news #content .gallery .gallery-icon img,
.parent-news img[class*="align"],
.parent-news img[class*="wp-image-"],
.parent-news #content .gallery .gallery-icon img {
	border: 1px solid #FFCADC;
}
.single-event-seminar img[class*="align"],
.single-event-seminar img[class*="wp-image-"],
.single-event-seminar #content .gallery .gallery-icon img,
.parent-event-seminar img[class*="align"],
.parent-event-seminar img[class*="wp-image-"],
.parent-event-seminar #content .gallery .gallery-icon img {
	border: 1px solid #F3C7B4;
}

.child-categories ul {
	margin: 0 0 1.625em;
	list-style: none;
}
.child-categories li {
	float: left;
	margin: 0 12px;
}

.child-categories li::before {
	content: "●";
	margin-right: 4px;
}

.single-news .child-categories li::before,
.parent-news .child-categories li::before {
	color: #FFCADC;
}
.single-event-seminar .child-categories li::before,
.parent-event-seminar .child-categories li::before {
	color: #F3C7B4;
}
.single-blog .child-categories li::before,
.parent-blog .child-categories li::before {
	color: #e5d5ff;
}

#content .child-categories a {
	font-size: 13px;
	font-weight: normal;
	line-height: 2.2em;
}


/* Comments */

#comments-title {
	color: #998B7B;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8em;
	padding: 0 0 1em;
	text-transform: uppercase;
}

.singular #comments {
	padding: 1.625em 0;
}

.commentlist > li.comment {
	background: #f7f2ff;
	border: 1px solid #9890DE;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}

.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -22px;
	position: absolute;
}

.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #9890DE;
	-moz-border-radius: 0 16px 16px 0;
	border-radius: 0 16px 16px 0;
}

a.comment-reply-link {
	background: #fff;
	color: #998B7B;
	border: 1px solid #DFCAFF;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #9890DE;
	color: #fff;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #DFCAFF;
	border-color: #9890DE;
}

.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Comment Form */
#respond {
	background: #fff;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#reply-title {
	color: #998B7B;
	font-size: 21px;
}

.parent-blog #respond {
	border: 1px solid #e5d5ff;
	border-radius: 16px;
	box-shadow: 0 0 24px rgba( 229, 213, 255, 0.9 ) inset;
}

.parent-blog #respond input[type="text"],
.parent-blog #respond textarea {
	border: 4px solid #e5d5ff;
}

.parent-blog #respond .comment-form-author label,
.parent-blog #respond .comment-form-email label,
.parent-blog #respond .comment-form-url label,
.parent-blog #respond .comment-form-comment label {
	background: #e5d5ff;
}

#respond input#submit {
	background: #e5d5ff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #555;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: none;
}

/* ie */

#ie6 .large-photo h1 {
	z-index: 999;
}

#ie7 .large-photo h1 img {
	width: auto;
}





/* =Content Home
----------------------------------------------- */

/* Large photo section */
.home .large-photo {
	clear: both;
	position: relative;
	margin-bottom: 1.625em;
}

.home .large-photo h1 {
	position: absolute;
	left: 70px;
	top: 80px;
}

.home .large-photo .body-text {
	position: absolute;
	left: 95px;
	top: 195px;
}

.home #home-profile h1 {
	position: absolute;
	left: 360px;
	top: 100px;
}

.home #home-profile .body-text {
	position: absolute;
	left: 370px;
	top: 180px;
}

.home .large-photo h2 {
	margin-bottom: 1.625em;
}

.home .large-photo .more-btn {
	margin-left: 60px;
}

.home .large-photo img {
	width: 100%;
}

.home .large-photo .more-btn img {
	width: auto;
}

/* ie */

#ie6 .home .large-photo h1 {
	z-index: 999;
}

#ie7 .home .large-photo h1 img {
	width: auto;
}


/* Left photo section */
.home .left-photo {
	margin: 0 0 20px 328px;
}

.home .left-photo .visual {
	float: left;
	margin-left: -328px;
}

.home .left-photo h1,
.home .left-photo .body-text {
	float: right;
	width: 100%;
	margin: 0;
}

.home .left-photo h1 {
	margin: 1.625em 0 1.625em 0;
}


/* ie */
#ie6 .home .left-photo {
	float: left;
	width: 100%;
	position: relative;
}

#ie6 .home .left-photo .visual {
	position: relative;
}

/* lead section */
.home #home-lead {
	margin-bottom: 1.625em;
}

.home .right-photo .visual {
	float: right;
}

.home .left-photo .visual {
	float: left;
}

.home #home-lead .body-text {
	margin: 24px 0 0 36px;
}

#home-lead1 .visual {
	padding-left: 30px;
}

/* Post list */

.home-postlist {
	position: relative;
	min-height: 120px;
	margin: 1.625em 0;
	padding: 0 0 0 124px;
}

.home-postlist h1 {
	position: absolute;
	left: 0;
	top: 0;
}

/* #home-news {
	background: url(images/news-hd-title.png) left top no-repeat;
}

#home-event {
	background: url(images/event-hd-title.png) left top no-repeat;
}

#home-blog {
	background: url(images/blog-hd-title.png) left top no-repeat;
} */

.cat-list ul,
.home-postlist ul {
	list-style: none;
}
.cat-list li {
	line-height: 2;
}
.home-postlist li {
	font-size: 14px;
	line-height: 2;
}

.cat-list li::before,
.home-postlist li::before {
	content: "●";
	margin-right: 4px;
}
.category-news li::before,
#home-news li::before {
	color: #FFCADC;
}
.category-event-seminar li::before,
.parent-category-event-seminar li::before,
#home-event li::before {
	color: #F3C7B4;
}
.category-blog li::before,
.parent-category-blog li::before,
#home-blog li::before,
#page-4-blog li::before {
	color: #e5d5ff;
}

#ie6 .category-news .cat-list li,
#ie7 .category-news .cat-list li,
#ie8 .category-news .cat-list li,
#ie6 #home-news li,
#ie7 #home-news li,
#ie8 #home-news li {
	padding-left: 1.5em;
	background: url(images/bullet-pink.png) left 45% no-repeat;
}

/* #ie6 .category-event-seminar li,
#ie7 .category-event-seminar li,
#ie8 .category-event-seminar li,
#ie6 .parent-category-event-seminar li,
#ie7 .parent-category-event-seminar li,
#ie8 .parent-category-event-seminar li, */
#ie6 #home-event li,
#ie7 #home-event li,
#ie8 #home-event li {
	padding-left: 1.5em;
	background: url(images/bullet-orange.png) left 45% no-repeat;
}



#ie6 .category-blog .cat-list li,
#ie7 .category-blog .cat-list li,
#ie8 .category-blog .cat-list li,
#ie6 .category-blog .child-categories li,
#ie7 .category-blog .child-categories li,
#ie8 .category-blog .child-categories li,
#ie6 .parent-category-blog .cat-list li,
#ie7 .parent-category-blog .cat-list li,
#ie8 .parent-category-blog .cat-list li,
#ie6 #home-blog li,
#ie7 #home-blog li,
#ie8 #home-blog li,
#ie6 #page-4-blog li,
#ie7 #page-4-blog li,
#ie8 #page-4-blog li {
	padding-left: 1.5em;
	background: url(images/bullet-purple.png) left 45% no-repeat;
}



/* home post list */
/* title list */

.home-postlist a,
.cat-list a {
	display: inline-block;
	width: 96%;
}
.home-postlist .list-date,
.home-postlist .list-title,
.cat-list .list-date,
.cat-list .list-title {
	display: inline-block;
	vertical-align: top;
}

.home-postlist .list-date,
.cat-list .list-date {
	width: 22%;
}

.home-postlist .list-title,
.cat-list .list-title {
	width: 78%;
}


/* .cat-list .list-date,
.home-postlist .list-date {
	display: inline-block;
	width: 10em;
}
 */
.cat-list a:hover,
.home-postlist a:hover {
	text-decoration: none;
}

.category-event-seminar a:hover,
.parent-category-event-seminar a:hover,
#home-event a:hover {
	color: #F3C7B4;
}

/* Category */

.category .cat-list {
	margin: 2em 0 3em;
	padding: 0;
}

.category .cat-list h2 {
	margin: 0 0 1.625em;
}

.category .cat-list h2 span {
	display: inline-block;
	padding: 6px 18px;
	border-radius: 16px;
	box-shadow: 0 0 12px rgba( 229, 213, 255, 0.9 ) inset;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
}

.parent-category-blog .cat-list h2 span {
	border: 1px solid #e5d5ff;
}

#content nav.child-categories {
	padding: 4em 0 1.625em;
}
.category-news .child-categories,
.parent-category-news .child-categories {
	background: url("images/news-wave.png") no-repeat scroll left top transparent;
}
.category-event-seminar .child-categories,
.parent-category-event-seminar .child-categories {
	background: url("images/event-wave.png") no-repeat scroll left top transparent;
}
.parent-blog .child-categories,
.category-blog .child-categories,
.parent-category-blog .child-categories {
	background: url("images/blog-wave.png") no-repeat scroll left top transparent;
}

.child-categories h2 span {
	display: inline-block;
	padding: 0 12px;
	margin: 0 0 0.5em;
	line-height: 1.5;
	border-radius: 4px;
}


/* wp-pagenavi */

.wp-pagenavi {
	margin: 0 0 1.625em;
	font-size: 14px;
	text-align: center;
}



/* Page10 セミナー */

#page-10-header {
    margin-bottom: 3em;
}

.page-id-10 .home-postlist {
    margin: 0 0 3.25em;
}

#page10-0,
#page10-1 {
    margin: 0 0 4em;
}

#page-10-content h2 {
    margin: 3.25em 0 0.8125em;
}

#page-10-content .bullet {
    color: #F3C7B4;
}


/* =error404
----------------------------------------------- */

/* =Navigation
-------------------------------------------------------------- */

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}

#nav-single .nav-previous a,
#nav-single .nav-next a {
	padding: 4px 8px;
	border-radius: 4px;
}

#nav-single .nav-previous a:hover,
#nav-single .nav-next a:hover {
	color: #fff;
	text-decoration: none;
}

/* =Widgets
----------------------------------------------- */

/* =Comments
----------------------------------------------- */

/* =Footer
----------------------------------------------- */
#colophon {
	padding-top: 35px;
	background: url(images/footer-wave.png) center top no-repeat;
	font-size: 13px;
}

#footer-wrapper {
	padding-top: 2em;
	background: url(images/footer-bg.png) left top repeat;
}

#footer-contact ul,
#footer-access ul {
	list-style: none;
	margin: 0;
}

#colophon address {
	width: 51.4%;
	float: left;
}

#colophon address .name {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 18px;
}
#colophon address .map img {
	margin-top:18px;
}

#footer-contact {
	width: 40.3%;
	float: right;
	margin-top: 2em;
}

#footer-contact ul {
	width: 53%;
	float: left;
}

#footer-contact .rp-link {
	float: right;
}

#footer-access li {
	float: left;
}

#footer-access li span {
	color: #ffadc9;
}

#footer-access li a {
	margin-right: 12px;
}

#copyright {
	clear: both;
	padding: 3em 0;
	text-align: right;
	font-size: 10px;
}

/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		margin: 0 2%;
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
	#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* Make sure embeds fit their containers */
	embed,
	object {
		max-width: 100%;
	}

}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}


/* =Print
----------------------------------------------- */

@media print {
}


/* =IE
----------------------------------------------- */
#ie6 .container {
	width: 740px;
}

#ie7 #colophon {
	padding-top: 16px;
}





