@charset "UTF-8";


body, button, input, select, textarea {
	color: #3f3f3f;
}

a {
	color: #ed4e7d;
}

a:active,
a:hover {
	color: #ed4e7d;
}

h1:not(.site-title),
h2,
h3,
h4,
h5,
h6 {
	;
}

::selection {
	background: #8b008b;
}

::-moz-selection {
	background: #8b008b;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #28C5CE;
	color: #fff;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: rgba(40,197,206,0.7);
	color: #fff;
}

.site-header {
	background-color: #ffd6de;
}

.menu-toggle {
	background-color: #6d6d6d;
}

.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover {
    background-color: rgba(255, 255, 255, .15);
}

.search-toggle {
	background-color: #8b008b;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: rgba(255, 255, 255, .15);
}

.search-box {
	background-color: #8b008b;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation a {
	color: #ed4e7d;
}

.site-navigation a:hover {
	color: #8b008b;
}

.site-navigation li a:hover {
	background-color: rgba(255, 255, 255, .15);
	color: #8b008b;	/* #ed4e7d; 201604 */
}

.site-navigation ul ul a:hover,
.site-navigation ul ul li.focus > a {
	background-color: rgba(255, 255, 255, .15);
	color: #ed4e7d;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #8b008b;
}

/*
.site-navigation li {
	border-top: 1px solid rgba(139, 69, 19, 0.2);	/* 201502 (255,255,255, 0.2)*/

}
*/

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #8b008b;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.entry-title {
	color: #552D12;	/* 201409 #803B05 */
}

.entry-title a {
	color: #ed4e7d;
}

.entry-title a:hover {
	color: #ed4e7d;
}

.entry-meta a:hover {
	color: #ed4e7d;
}

.cat-links a:hover {
	color: #ed4e7d;
}

.entry-meta .tag-links a:hover {
	background-color: #8b008b;
	color: #fff;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #8b008b;
}

.entry-content .edit-link a:hover {
	color: #ed4e7d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #8b008b;
}

.hentry .mejs-overlay:hover .mejs-overlay-button {
	background-color: #8b008b;
	color: #fff;
}

.hentry .mejs-controls .mejs-button button:hover {
	color: #ed4e7d;
}

.page-links a:hover {
	background: #8b008b;
	border: 1px solid #8b008b;
	color: #fff;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #ed4e7d;
}

.post-navigation a, .image-navigation a {
     color: #ed4e7d;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #8b008b;
}

.paging-navigation a:hover {
	border-top: 5px solid #8b008b;
	color: #2b2b2b;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #ed4e7d;
}

.comment-reply-title small a:hover {
	color: #ed4e7d;
}

#secondary {
	background-color: #ffd6de;
	border-top: 0;
/*	border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
	color: rgba(255, 255, 255, 0.7);
}

.widget a {
	color: #fff;
}

.widget a:hover {
	color: #ed4e7d;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget-area .widget input,
.widget-area .widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #8b008b;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #8b008b;
}

.widget-title,
.widget-title a {
	color: #fff;
}

.widget-title a:hover {
	color: #8b008b;
}

.widget_calendar caption {
	color: #fff;
}

/*
.widget_calendar tbody td,
.widget_calendar thead th {
	color: rgba(255, 22, 102, 0.7);	/* 201502 add*/
}
*/

.widget_calendar tbody a {
	background-color: #8b008b;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #8b008b;
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #ed4e7d;
}

.content-sidebar .widget .widget-title {
	border-top: 5px solid #2b2b2b;
	color: #2b2b2b;
}

.content-sidebar .widget a {
	color: #ed4e7d;
}

.content-sidebar .widget a:hover {
	color: #ed4e7d;
}

.widget_calendar tbody a {
    background-color: #8b008b;
    color: #fff;
}

.widget_calendar tbody a:hover {
	filter:alpha(opacity=80); opacity:0.8;;
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #8b008b;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #8b008b;
}

.content-sidebar .widget .widget-title a:hover {
	color: #ed4e7d;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #ed4e7d;
}

.site-footer,
.site-info,
.site-info a {
	color: #ed4e7d;
}

.site-footer {
	background-color: #ffe8f6;
}

.site-info a:hover {
	color: #8b008b;
}

#footer-sidebar #recentcomments {
	color: rgba(122,176,27, 0.7);	/* 201502 add */
}

.featured-content .entry-header {
	background-color: #000;
}

.featured-content a:hover {
	color: #ed4e7d;
}

.slider-control-paging a:hover:before {
	background-color: #8b008b;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #8b008b;
}

.slider-direction-nav a:hover {
	background-color: #8b008b;
}


@media screen and (min-width: 783px) {

	.admin-bar.masthead-fixed .site-header {
    		top: 0;
	}
	.masthead-fixed .site-header {
    		position: relative;
	}

	.primary-navigation {
    		margin: 0 10px 0 10px;
	}

	.primary-navigation ul ul {
		background-color: #ffd6de;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: rgba(255, 255, 255, .15);
		color: #8b008b; /* #ed4e7d; 201604 */
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: rgba(255, 255, 255, .15);
	}

	.primary-navigation li li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	.site-navigation li .current_page_item > a, .site-navigation li .current_page_ancestor > a, .site-navigation li 	.current-menu-item > a, .site-navigation li .current-menu-ancestor > a {
    		color: #8b008b;
	}
}

@media screen and (min-width: 1008px) {
	.site:before {
		background-color: #ffd6de;
	}

	#secondary {
		background-color: transparent;
	}

	.secondary-navigation li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.secondary-navigation li li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.secondary-navigation ul ul {
		background-color: #ffd6de;
	}

	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: rgba(255, 255, 255, .15);
		color: #ed4e7d;
	}

	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: rgba(255, 255, 255, .15);
	}
}

.site {
		background-color: #ffd6de;
}
.site-content .entry-header {
		background-color: transparent;
}
.site-content .entry-content, .site-content .entry-summary, .page-content {
		background-color: transparent;
}

a, button, input {
	-webkit-transition: all .5s;
	transition: all .5s;
}

/* --- bunsekiroom custom css Start ---------------------------- */

body {
    background: #ffffea;
}

.site-title a, .site-title a:hover {
    color: #ed4e7d;
}

/* --- h tag --- */
.entry-title {
	color: #88B265;	/* #e9967a */
}

h2 {
	position:relative;
	padding:0 0 3px 25px;
	border-bottom:2px solid #B4D84C;
	color: #EFC342;
}
h2:after {
    content:"";
    position:absolute;
    top:6px;
    left:7px;
    width:12px;
    height:12px;
    background:#B4D84C;
    -webkit-transform:rotate(-18deg);
    transform:rotate(-18deg);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
h2:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:8px;
    height:8px;
    background:#D8CE4C;
    -webkit-transform:rotate(-20deg);
    transform:rotate(-20deg);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}



/* --------------------------- End ----------------------------- */
