/*  
Theme Name: Koikikukan
Theme URI: http://www.koikikukan.com/
Description: koikikukan template 3 column
Author: Yujiro Araki
Author URI: http://www.koikikukan.com/

*/

/*
 * File      : style.css
 * Version   : 3.00
 * Update    : 3.00 2010.12.07 for WordPress 3.
 * Copyright (C) 2005-2010 www.koikikukan.com All rights reserved.
 */

/* all */
* {
    margin: 0;
    padding: 0;
    font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", arial, sans-serif;
    word-break: normal;
    line-break: strict;
}
body {
    font-size: 100%;
    background: #ffffff; /* for custom background */
}
html>body {
    /* font-size: 13pt; */
    /* font-size: 12pt;    2014-09-28 変更 */
    /* font-size: 11pt;    2015-07-14 変更 */
    font-size: 10.5pt;    /* 2016-07-03 変更 */

}

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* anchor */
a,
a:link,
a:visited {
    color: #069;
    text-decoration: none;
}
a:hover {
    color: #069;
    text-decoration: underline;
}
a:active {}

/* image with anchor */
a img {
    border: none;
}

/* form */
form {
    margin: 0px;
}
#searchform fieldset {
    border: none;
}
#search-options,
input {
    padding: 1px;
}
#searchtext {
    width: 150px;
}

/* banner title */
#header {
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("images/shonan-slope-01.jpg");
	width: 920px;
	height: 466px;
}

.header-title {
    position: relative;
    top: 5000px;
    right: 30px;
    text-align: left;
    color: #ffffff;
    font: 30px "ＭＳ 明朝", "Osaka", arial, sans-serif;
    font-weight: bold;
}

/* description of blog */
.blog-description {
    color: #ffffff;
    background: transparent;
    font-size: 12px;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	background: #9c9d95;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #669;
	float: left;
	width: 920px;
	font: 14px Osaka, Verdana, sans-serif;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li.page_item a {
	padding: 5px 8px 5px 8px;
	background: #9C9D95;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	float: left;
	border-right: 1px solid #FFFFFF;
}


#navcontainer ul li.page_item a:hover {
	color: #FFFFFF;
	background: #C9C0B0;
}

#navcontainer ul li.current_page_item a {
	padding: 5px 8px 5px 8px;
	background: #C9C0B0;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #DFDFDF;
}

#navcontainer ul li.current_page_item a:hover {
	background: #6F6F6F;
}

/* article */
.blog {
    position: relative;
    padding: 0px 15px;
}

.oshirase-header {
    width: 100%;
    margin: 15px 8px 5px 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    font-family: "ＭＳ 明朝", "Osaka", "ヒラギノ角ゴ Pro W3", arial, sans-serif;
    font-size: 110%;
    font-weight: bold;
    color: #fff;
    background: #9c9d95;
}

.oshirase {
    width: 100%;
    margin: 10px 0px 5px 3px;
    text-align: left;
    padding-left: 5px;
    font-family: "メイリオ", "ＭＳ 明朝", "Osaka", "ヒラギノ角ゴ Pro W3", arial, sans-serif;
    font-size: 90%;
}

.oshirase a {
    margin-top: 5px;
    font-weight: bold;
    color: #000080;
}

/* article date */
.date {
    margin: 8px 0;
    font-size: 100%;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    line-height: 2.0;
    text-align: right;
    padding: 5px, 10px, 3px;
    color: #fff;
    background: #8fabbe;
}

/* an article or comment */
.entry {
    position: relative;
    width: auto;
    margin: 0 5px 15px;
    color: #36414d;
    background: #fff;
    font-size: 100%;
    line-height: 1.35;   /* 2014-09-28 追加 */
    font-family: "ＭＳ 明朝", "Osaka", "ヒラギノ角ゴ Pro W3", arial, sans-serif;
    word-break: break-all;
}

.entry p {
    margin: 10px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
   margin: 10px 0 10px 30px; 
}
.entry textarea {
    width: 97%;
}

.entry-body p img {
    padding: 0;
    max-width: 100%;
}
.entry-body img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-body img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
.entry-body img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.entry-body .alignright {
    float: right;
}
.entry-body .alignleft {
    float: left;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 10px 5px 0;
    padding: 5px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 90%;
    line-height: 1.5;
}
.quotetitle {
    font-size: 90%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 95%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 95%;
}

/* title of entry */
.entry-header {
    margin: 15px 0 0;
    padding-left: 10px;
    border-left: 3px solid #999;
    color: #444;
    font-size: 125%;
    font-weight: bold;
    font-family: "メイリオ", "ＭＳ 明朝", "Osaka", "ヒラギノ角ゴ Pro W3", arial, sans-serif;
}

/* contributor */
.entry-footer {
    margin: 1px 0 0;
    padding-top: 1px;
/*    border-top: 1px dotted #36414d; */
    text-align: right;
    font-size: 83.3%;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.content-nav {
    margin: 10px;
    text-align: center;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 90%;
}

/* breadcrumbs list */
.crumbs {
    margin: 6px 0 10px;
    padding-left: 5px;
    font-size: 90%;
}

/* menu list of sidebar */
#links-left ul,
#links-right ul {
    color: #444;
}

#links-left ul li,
#links-right ul li {
    list-style: none;
    margin: 0 0 15px 0;
}

#links-left li li,
#links-right li li {
    background: url(images/lmark.gif) no-repeat 0 0.5em;
    padding-left: 12px;
    margin: 0;
}

#links-left ul ul,
#links-right ul ul {
    margin: 0;
}

/* title of menu list */
#links-left ul li h2,
#links-right ul li h2 {
    margin-top: 3px;
    padding-bottom: 2px;
    border: 1px solid  #666;
 /* color: #444; */
    color: #a22041;
 /* background: #f6f6f6; */
    background: #fafad2;
    text-align: center;
    font-size: 80%;
    line-height: 2.0;
    height: 100%; /* for IE6 */
}
html > body #links-left ul li h2,
#links-right ul li h2 {
    padding-bottom: 0;
}
#links-left ul ul,
#links-right ul ul {
    margin: 3px 0 20px;
}
#links-left ul ul ul,
#links-right ul ul ul{
    margin-bottom: 0;
}
#links-left ul li li ,
#links-right ul li li {
    font-size: 80%;
    line-height: 1.5;
}
#links-left ul li li li ,
#links-right ul li li li {
    font-size: 100%;
}
#links-left ul ul.children,
#links-right ul ul.children {
    margin-top: 0;
}

/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

form input,
form textarea {
    border: 1px solid #999;
}
#searchtext {
    margin: 3px 0;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-three-column-right {
    text-align: center;
}
.layout-three-column #container,
.layout-three-column-right #container {
    margin-bottom: 0px;
}

/* 固定レイアウト共通 */
.layout-three-column #box,
.layout-three-column-right #box {
    width: 920px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    text-align: left;
    background-color: #fff;
}

/* 3カラム固定レイアウト */
.layout-three-column #content {
    float: left;
    width: 505px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    margin-left: 210px;
}
.layout-three-column #links-left-box {
    float: left;
    width: 210px;
    margin-left: -715px;
}
.layout-three-column #links-right-box {
    float: left;
    width: 200px;
}

.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 10px 0 10px;
}

/* 3カラム固定レイアウト（右サイドバー） */
.layout-three-column-right #content {
    float: left;
    width: 505px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
}
.layout-three-column-right #links-left-box {
    float: left;
    width: 210px;
}
.layout-three-column-right #links-right-box {
    float: left;
    width: 200px;
}
.layout-three-column-right #links-left {
    padding: 15px 5px 0 10px;
}
.layout-three-column-right #links-right {
    padding: 15px 5px 0 10px;
}

/* 3カラム固定レイアウト(ブログ記事全体) */
.layout-three-column-right .blog,
.layout-three-column .blog {
    padding: 10px 10px;
}

/* フッタ */
.layout-three-column #footer,
.layout-three-column-right #footer {
    width: 920px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    border-bottom: 1px solid #669;
    height: 40px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 90%;
    text-align: center;
    line-height: 2;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

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

.clearfix {display: inline-table;}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
