@charset "UTF-8";


@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.site-info p {
    margin-bottom: 0px;
}


#secondary {
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
}

h1.header_image_ontitle{
	position: absolute;
	top: 5%%;
	left: 5%%;
	margin: 0px;
	line-height: 0.8;
}

.fineallies_logo{
fill: #e3297d;
padding-left:5px;
transition: all 1.0s;
}

.fineallies_logo:hover{
fill: #00f;
}

.entry-content a:hover{
font-weight:normal;
background-color:rgba(0,0,255,0.05);
}

a.header_image_ontitle_name{
color: #fff;
font-size: 105%%;
}

span.header_image_ontitle_description{
font-size: 65%%;
}

a.header_image_ontitle_name:hover,
span.header_image_ontitle_description:hover{
color: #e3297d;
}


caption, th, td {
    text-align: center;
}


html, body, div, span, applet, object, iframe, 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 {
    font-size: 100%%;
}

h1 { font-size: 130%%; }
h2 { font-size: 125%%; }
h3 { font-size: 120%%; }
h4 { font-size: 115%%; }
h5 { font-size: 110%%; }
h6 { font-size: 105%%; }

body, button, input, select, textarea {
	color: #2b2b2b;
}

a {
	color: #e3297d;
}

a:active,
a:hover {
	color: #00f;
}

::selection {
	background: #e3297d;
}

::-moz-selection {
	background: #e3297d;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #e3297d;
	color: #fff;
}

button:focus,
.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus{
	background-color: #e3297d;
	color: #fff;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
	background-color: rgba(0,0,255,1.0);
	color: #fff;
}





/* 横メニューのバックグラウンド */
.site-header {
	background-color: #ffe8f6;;
	position: relative;
}


.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #ffe8f6;;
	border: 1px solid #e3297d;;

}


.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:before {
    color: #fff;;
}

.menu-toggle {
	background-color: #e3297d;;
}

.menu-toggle:active:before,
.menu-toggle:focus:before,
.menu-toggle:hover:before {
    color: #e3297d;;
}


.search-toggle{
	display: none;
}

.search-box {
	background-color: #e3297d;
}

.site-navigation li {
	border-top: 0px solid rgba(227, 41, 125, 0.2);;
	border-bottom: 1px solid rgba(227, 41, 125, 0.2);;
}


/* --- menu --- */
.site-title a {
	color: #2b2b2b;;
}

.site-title a:hover {
	color: #e3297d;;
}

/* menu normal */
.site-navigation a {
	color: #e3297d;;
}

/* menu hover */
.site-navigation li a:hover,
.site-navigation ul ul a:hover,
.site-navigation ul ul li.focus > a {
	background-color: #e3297d;;
	color: #fff;;
}

/* menu current */
.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: #e3297d;;
	background-color: rgba(227, 41, 125, 0.1);;
}



.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 {
	font-size: 150%;
}

.entry-title a {
	color: #fff;
}

h1.entry-title a:hover {
	color: #ffe8f6;
}

.entry-meta a:hover {
	color: #00f;
}

.cat-links a:hover {
	color: #00f;
}

.entry-meta .tag-links a:hover {
	background-color: #e3297d;
	color: #fff;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #e3297d;
}

.entry-content .edit-link a:hover {
	color: #00f;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #e3297d;
}

.hentry .mejs-overlay:hover .mejs-overlay-button {
	background-color: #e3297d;
	color: #fff;
}

.hentry .mejs-controls .mejs-button button:hover {
	color: #00f;
}

.page-links a:hover {
	background: #e3297d;
	border: 1px solid #e3297d;
	color: #fff;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #00f;
}

.post-navigation a, .image-navigation a {
	color: #e3297d;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #e3297d;
}

.paging-navigation a:hover {
	border-top: 5px solid #e3297d;
	color: #2b2b2b;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #00f;
}

.comment-reply-title small a:hover {
	color: #00f;
}



.widget a {
	color: #fff;
}

.widget a:hover {
	color: #00f;
}

.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: #e3297d;
}

.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: #e3297d;
}

.widget-title,
.widget-title a {
	color: #fff;
}

.widget-title a:hover {
	color: #e3297d;
}

.widget_calendar caption {
	color: #fff;
}

.widget_calendar tbody a {
background-color: #e3297d;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #e3297d;
	filter:alpha(opacity=80); opacity:0.8;;
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #00f;
}

.content-sidebar .widget .widget-title {
	border: 2px solid #e3297d;
	color: #2b2b2b;
	text-align: center;
	padding:.3em .3em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.content-sidebar .widget a {
	color: #e3297d;
}

.content-sidebar .widget a:hover {
	color: #00f;
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #e3297d;
	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: #e3297d;
}

.content-sidebar .widget .widget-title a:hover {
	color: #00f;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #00f;
}

.site-footer,
.site-info {
	color: #2b2b2b;
}

.site-footer {
	background-color: #ffe8f6;
}

.site-info a {
	color: #e3297d;
}

.site-info a:hover {
	color: #00f;
}

#footer-sidebar #recentcomments {
	color: rgba(122,176,27, 0.7);	/* 201502 add */
}

.featured-content .entry-header {
	background-color: #000;
}

.featured-content a:hover {
	color: #00f;
}

.slider-control-paging a:hover:before {
	background-color: #e3297d;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #e3297d;
}

.slider-direction-nav a:hover {
	background-color: #e3297d;
}


/* SPメニューのbackground色抜き */
	.site-navigation a {
		background-color: inherit;
	}


@media screen and (min-width: 783px) {

a.header_image_ontitle_name{
font-size: 180%%;
}


.menu-item-has-children{
	border-bottom: 1px solid #e3297d;;
}


/* 横メニューのbackground色抜き */
	.site-navigation a {
		background-color: inherit;
	}
/* 横メニューのメインメニューborderをdisable */
	.site-navigation li {
		border: none;
	}

	.primary-navigation ul ul a:hover, .primary-navigation ul ul li.focus > a {
	color: #fff;;
	background-color: #e3297d;;
	}

	.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: #ffe8f6;;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #e3297d;;
		color: #fff;;
	}



/* 横メニューサブ枠線設定ここから */
	.primary-navigation li li {
		border-bottom: 1px solid rgba(227, 41, 125, 0.2);;
	}

	.primary-navigation ul li:hover > ul, .primary-navigation ul li.focus > ul {
		border-top: 1px solid rgba(227, 41, 125, 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: #e3297d;;
	}
}

@media screen and (min-width: 1008px) {


a.header_image_ontitle_name{
font-size: 200%%;
}


/* menu normal */
	.site-navigation a {
	color: #e3297d;;
	background-color: #ffe8f6;;
	}

	.secondary-navigation li:hover > a, .secondary-navigation li.focus > a {
	color: #fff;;
	background-color: #e3297d;;
	}

	.site:before {
		background-color: #ffe8f6;;
	}

	#secondary {
		background-color: transparent;
	}

	.secondary-navigation li {
		border-bottom: 1px solid rgba(227, 41, 125, 0.2);;
	}

	.secondary-navigation li li {
		border-bottom: 1px solid rgba(227, 41, 125, 0.2);;
	}

	.secondary-navigation ul ul {
		background-color: #ffe8f6;;
	}

}

.site {
		background-color: #fff;
}
.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;
}

body {
	background: #ffe8f6;
}

/* --- h tag --- */
.entry-title {
	background:#e3297d;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	padding:.3em .3em;
}

h1:not(.widget-title):not(.entry-title):not(.site-title):not(.header_image_ontitle){
	color: #2b2b2b;;
	border-top:2px solid #e3297d;
	border-right:10px solid #e3297d;
	border-left:10px solid #e3297d;
	border-bottom:2px solid #e3297d;
	padding:.3em .3em;
    }

h2 {
	color: #2b2b2b;;
	border-left:7px solid #e3297d;
	border-bottom:2px solid #e3297d;
	padding:.3em .3em;
}

h3 {
	color: #2b2b2b;;
	border-left:5px solid #e3297d;
	border-bottom:1px dotted #e3297d;
	padding:.3em .3em;
}

h4 {
	color: #2b2b2b;;
	border-left:2px solid #e3297d;
	border-bottom:1px dotted #e3297d;
	padding:.3em .3em;
}

h5 {
	color: #2b2b2b;;
	border-bottom:1px dotted #e3297d;
	padding:.3em .3em;
	}

h6 {
	color: #2b2b2b;;
	border-left:2px solid #e3297d; 
	padding:.2em .2em;
}

/* --------------------------- End ----------------------------- */
