@charset "UTF-8";
@import url("../simplicity/style.css");

/*
	Theme Name: Simplicity child
	Template: simplicity
*/

/* Simplicity子テーマ用のスタイルを書く */

a {

}

a:hover {
    color: #f5c421;
}

#header .alignleft {
	margin-left: 0;
}

#h-top {
   min-height: initial;
background:url('/blog/wp-content/themes/simplicity-child/images/bg_header.jpg') no-repeat right top;
}

#site-title {
	margin: 30px 0 25px 0;
}

#site-title a {
	color: #2e92d0;
}

#site-title a:hover {
	color: #f5c421;
}

#navi-in {

    height: 65px;
    padding: 0 0 0;
}

#navi ul {
	background: none;
	border: none;
}

#navi ul > li {
    color: #333;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 30px 0 0;
    position: relative;
    text-transform: uppercase;
}

#navi ul > li a {
	color: #333;
    display: block;
    line-height: 3.1em;
    text-decoration: none;
	font-size: 13px;
	padding: 0;
}

#navi ul > li a:hover {
	background: none;
	color: #fff;
}

#sidebar .widgettitle {
	background: url("images/dot-border.jpg") repeat-x center bottom;
	font-size: 16px;
	font-weight: bold;
    letter-spacing: 1px;
    margin: 20px 0 8px;
    padding: 7.5px 0;
	color: #333;
}

#sidebar .widget ul {
	padding-left: 0;
	line-height: 1.6em;
	font-size: 15px;
	margin: 5px auto;
}

#sidebar .widget ul li {
	border-bottom: 1px solid #eee;
	padding: 7.5px 0 7.5px 5px;
	margin-bottom: 0;
}

#sidebar .widget ul li a {
	color: #666666;
	text-decoration: none;
}

#sidebar .widget ul li a:hover {
	color: #8fc72e;
}

#sidebar #arealist ul li {
	border-bottom: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	color: #666666;
}

.article h1 {
	font-size: 36px;
}

.article h2 {
	font-size: 30px;
	border-left: 2px solid #8fc73e;
	margin-left: -30px;
}

.article h3 {
	font-size: 22px;
}

.article p {
	font-size: 16px;
}

.article .more-link {
	float: none;
	display: block;
	clear: both;
}

hr.sep {
	margin-bottom: 0;
}

h2.entry-title {
	margin-top: 0;
	border-left: 5px solid #8fc73e;
}

h2.entry-title a:hover {
	color: #8fc73e !important;
}

.post-meta {
	background: none;
	text-align: left;
}

.post-meta .post-date {
	background: #2e92d0;
	display: inline-block;
	color: #ffffff;
	padding: 2px 10px;
	margin-left: -30px;
}

h4.related-entry-title a:hover {
	color: #8fc73e !important;
}

#new-entries a:hover, #popular-entries a:hover, .wpp-list a:hover, .entry-read a:hover, .related-entry-read a:hover, .article-list .entry-title a:hover {
	color: #8fc73e !important;
}

.navigation a:hover {
	color: #f5c421;
	background: none;
}

.yarpp-related {
	border: 1px dashed #999999;
	padding: 15px;
}

#main .yarpp-related h3 {
	border-bottom: 5px solid #e7e7e7;
	font-size: 18px !important;
	text-align: center;
	background:#ffe798;
	padding: 3px 0 !important;
}

#footer {
	background: #aaa;
}

#copyright {
	font-size: 13px;
}


@media screen and (max-width:1150px){
	#navi-in {
		background: none;
    	height: auto;
    	padding: 0;
	}
	
	#navi ul > li a {
		font-size: 16px;
	}
	
	#h-top {
    	min-height: initial;
	}
	
	#sidebar {
		margin-bottom: 0;
	}
	
	#navi-in {
		background: none;
		height: auto;
	}
	#navi ul {
		border-top: 1px solid #cccccc;
		background-color: #f7f7f7;
	}
	#navi ul > li {
		margin: 0;
		float: none;
	}
	#navi ul li a {
		background: none;
		color: #666;
		border-bottom: 1px solid #cccccc;
		display: block;
		padding: 0 10px;
	}

	#navi ul li a:hover {
		color: #f5c421;
	}
}

/* sitelink
----------------------------------------------- */
.sitelink {
margin-top:15px;
}
.sitelink h3 {
font-size: 13px;
margin: 5px 0 0;
}
.sitelink ul {
margin: 0 0 10px 0!important;
line-height:1.2em!important;
}
.sitelink li {
font-size: 12px;

display: inline;
border-bottom: 0!important;
margin: 0!important;
}
.sitelink ul li:after {
	content: '/';
	margin: 0;
}

#fixBanner {
	display: none;
}