@charset "utf-8";
/*
	Theme Name: Main Themes
	Theme URI:
	Description:
	Author: Hironori Takenaka
	Author URI: http://www.
	Version: 1.00
	コメント／利用許諾の記述（あれば）
----------------------------------------------------------------------
	Changelog:
		ver 1.00 - 2014.xx.xx 新規リリース
緑系
#95E22D
#0A9600

ゴールド
#C8C0AE
*/
/* レイアウト
--------------------------------------------- */
#wrapper {
	background-color: #F3F3F3;
	margin: 0 auto;
	width: 100%;
}

.container {
	/*border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;*/
	margin: 0 auto;
	width: 1200px;
}

#contents {
    float: left;
    margin-right: 1%;
    width: 79%;
}

#sidebar {
	float: left;
	width: 20%;
}

/* ヘッダー
--------------------------------------------- */
#header {
	/*background: url("images/logo.png") no-repeat scroll 0 0 transparent;*/
}

#header h1{
	background-color: #FFFFFF;
	font-size: 100%;
}

#logo {
	padding: 5px 5px 5px 20px;
}

#logo a {
	/*border-bottom: 0 none;
	display: block;
	height: 100%;
	text-indent: -9999px;
	width: 100%;*/
}

#logo a:hover {
}

#logo img {
	margin-right: 10px;
}

/* グローバルメニュー
--------------------------------------------- */
#menu {
	/*border-left: 1px solid #DCDCDC;*/
	border-right: 1px solid #DCDCDC;
	border-collapse: collapse;
	/*padding: 0 20px;*/
}

#menu ul {
	border-left: 1px solid #DCDCDC;
}

#menu a {
	color: #95E22D;
}

#menu a:hover {
	color: #99CC33;
}

#menu ul li {
    border-right: 1px solid #DCDCDC;
    float: left;
    padding: 10px 20px;
}

#menu ul li:hover {
    background-color: #FFFFFF;
    color: #434343;
}

.current-menu-item {
	background-color: #5A5A5A;
}

/* サイドメニュー
--------------------------------------------- */
#sidebar img {
	margin-right: 5px;
}

/* 投稿記事メタ情報 */
.post_meta_info {
	margin-bottom: 30px;
	font-size: 90%;
}

.sidebar_menu_title {
	/*background-color: #000000;
	color: #000000;
	text-align: center;
	padding-left: 5px;*/
	border-bottom: 3px solid #434343;
	color: #434343;
	font-weight: bold;
	margin: 10px 0px;
	padding: 5px 0px;
}

#sidebar_menu ul {
	padding-left: 5px;
}

#category_container {
	margin-bottom: 20px;
}

.accordion_title {
	cursor: pointer;
	position: relative;
}

.accordion ul {
	display:none;
}

.accordion_down {
    bottom: 3%;
    float: right;
    position: absolute;
    right: 1%;
}

#category_container a {
	font-size: 75%;
}

/*#category_container img {
	margin-right: 5px;
}*/

#tag_container {
	/*border-top: 1px solid #CCCCCC; */
	margin-bottom: 20px;
}

#tag_container a {
	font-size: 75%;
}

/*#tag_container img {
	margin-right: 5px;
}

#tagcloud_container {
	border-top: 1px solid #CCCCCC;
}*/

/* フッター
--------------------------------------------- */
#footer {
	text-align: center;
	animation: bg-color 10s infinite;
	-webkit-animation: bg-color 10s infinite;
}

/* 共通
--------------------------------------------- */
#section_header {
	background-color: #FFFFFF;
}

#section_menu {
	background-color: #434343;
	border-top: 5px solid #0A9600;
	color: #FFFFFF;
}

#section_main {}

#section_sub {}

#section_footer {}

/* TOPページ
--------------------------------------------- */
#main {
	margin-bottom: 5px;
}

.box_entry {
	/*border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC; */
	background-color: #FFFFFF;
	margin: 15px 10px 15px 0px;
	padding: 10px;
}

.box_entry:hover {
	/*background: #363232;*/
	background-color: #F3F3F3;
	border-left: 3px solid #0A9600;
	color: #434343;
}

.box_entry:hover > .box_entry_left img{
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha( opacity=30 )";
	background: #FFFFFF;
}

.box_entry_left.cat_img {
        width: 100%;
        height: 100%;
}

.box_entry h2 {
	background-color: #0A9600;
	font-size: 120%;
	margin-bottom: 5px;
	padding: 5px;
}

.box_entry a {
	color: #FFFFFF
}

.box_entry a:hover {
	color: #DCDCDC;
}

.box_entry_left {
	border-right:1px solid #00000;
	float: left;
	width: 23%;
}

.box_entry_right {
	float: left;
	width: 77%;
}

/* 続きを読む */
.more-link {
	background-color: #0A9600;
	float: right;
	display: block;
	width: 15%;
	margin-top: 15px;
	margin-right: 5px;
	padding: 10px;
	text-align: center;
}

.more-link a {
	font-size: 80%;
}

/* 新着記事アイコン */
.new_article {
	animation: bg-color 10s infinite;
	-webkit-animation: bg-color 10s infinite;
	border-radius: 6px;
	color: #FFFFFF;
	padding: 0px 5px;
}

/* パンくず
--------------------------------------------- */
ul.breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:12px;
}
ul.breadcrumbs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

/* 投稿
--------------------------------------------- */
/* 古い記事 */
.status_old {

}

/* カテゴリー */
.post-categories {
	width: 100%;
	margin-bottom: 10px;
}

.post-categories li {
	float: left;
	margin-right: 10px;
}

.post-categories li a {
	background: none repeat scroll 0 0 #0A9600;
	border-radius: 3px 3px 3px 3px;
	display: block;
	color: #FFFFFF;
	font-size: 80%;
	margin-bottom: 5px;
	padding: 3px;
}

/* コンテンツ */
#contents h1 {
  position: relative;
  color: #FFFFFF;
  background: #555;
  border-radius: 0px;
  font-size: 20px;
  line-height: 1;
  /*margin: 30px -40px 10px -40px;*/
  margin: 5px 0px 0px -10px;
  padding: 15px 5px 10px 40px;
  box-shadow: 0 1px 3px #777;
}

#contents h1:after, #contents h1:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #333;
}

#contents h1:after {
  left: 0;
  border-right: 5px solid #333;
}

#contents h1:before {
  right: 0;
  border-left: 5px solid #333;
}


/*#contents h1 {
	margin-bottom: 10px;
}*/

#contents_post {
    background-color: #FFFFFF;
    margin-right: 10px;
    padding: 10px;
}

#contents_entry {
	margin-top: 10px;
}

#contents_entry h2 {
    position: relative;
    color: #FFFFFF;
    background: #0A9600;
    font-size: 20px;
    line-height: 1;
    margin: 30px 0 10px 0;
    padding: 14px 5px 10px 40px;
    box-shadow: 0 1px 3px #95E22D;
    border-radius: 0 10px 10px 0;
}

#contents_entry h2:before {
    background: none repeat scroll 0 0 #00cc00;
    border-radius: 50%;
    box-shadow: 1px 1px 1px #95e22d;
    position: absolute;
    height: 47px;
    width: 44px;
    top: 50%;
    left: -19px;
    content: "";
    margin-top: -22px;
}

#contents_entry h2:after {
    background: none repeat scroll 0 0 #99FF99;
    border-radius: 50%;
    position: absolute;
    height: 25px;
    width: 24px;
    top: 50%;
    left: -10px;
    content: "";
    margin-top: -15px;
}

/* カテゴリー欄 */
#category_area {
	padding: 3px;
}

#category_area img{
	margin-right: 10px;
}

/* タグ欄 */
#tag_area {
	margin-top: 15px;
}

#tag_area img{
	margin-right: 10px;
}

/* コメント欄 */
#contents_comment {
	margin-bottom: 10px;
}

/* 関連記事 */
#contents_relationship {
	margin-right: 10px;
	padding: 10px;
}

#contents_relationship a {
	color: #434343;
}

#contents_relationship a:hover {
	color: #DCDCDC;
}

#contents_relationship .post_title {
	font-size: 120%;
	margin-bottom: 5px;
	padding: 5px;
}

.box_relationship {
	/*border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC; */
	background-color: #FFFFFF;
	margin: 15px 10px 15px 0px;
	padding: 10px;
}

.box_relationship:hover {
	/*background: #363232;*/
	background-color: #F3F3F3;
	border-left: 3px solid #0A9600;
	color: #434343;
}

.box_relationship:hover > .box_relationship_left img{
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha( opacity=30 )";
	background: #FFFFFF;
}

.box_relationship_left {
	border-right:1px solid #00000;
	float: left;
	width: 15%;
}

.box_relationship_right {
    float: left;
    width: 84%;
    padding-left: 1%;
}

/* TOPページのページング
--------------------------------------------- */
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 11px;
	line-height: 13px;
}

.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #FFFFFF;
	background: #434343;
}

.pagination a:hover{
	color: #FFFFFF;
	background: #0A9600;
}

.pagination .current{
	padding: 6px 9px 5px 9px;
	background: #0A9600;
	color: #FFFFFF;
}

/* 記事ページのページング
--------------------------------------------- */
.navigation {
	margin-right: 10px;
	padding: 10px;
}

.navigation a {
	color: #434343;
}

.navigation a:hover {
	color: #0A9600;
}

.navigation a span {

}

.navigation_prev {
	/*background-color: #0A9600;*/
	border-radius: 3px;
	float: left;
	margin-left: 5px;
	padding: 5px;
}

.navigation_prev img {
	margin-right: 10px;
}

.navigation_next {
	/*background-color: #0A9600;*/
	border-radius: 3px;
	float: right;
	margin-left: 5px;
	padding: 5px;
}

.navigation_next img {
	margin-left: 10px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

/* TOPへ戻る
--------------------------------------------- */
.page_top {
	/*width: 50px;
	height: 50px;*/
	display: none;
	position:fixed;
	/*right: 16px;
	bottom: 16px;*/
	right: 3%;
	bottom: 5%;
	margin:0;
	padding:0;
	text-align:center;
	/*-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;*/
}

.scroll_page_top {
	color: #0A9600;
	line-height: 50px;
	display: block;
	cursor: pointer;
}

.scroll_page_top span {
	display: none;
}

/* 検索ページ
--------------------------------------------- */
#search_contents h1 {
	margin-right: 10px;
	padding: 5px;
}

.search_result {
	background-color: #FFFFFF;
	margin: 20px 10px 30px 0px;
	padding: 10px;
}

/* 検索ワード ハイライト */
.search-excerpt {
    background: yellow;
}

/* 404ページ
--------------------------------------------- */
#not_found_contents {
    background-color: #ffffff;
    min-height: 500px;
    margin-right: 10px;
    padding: 10px;
}

#not_found_contents h1 {
	margin-right: 10px;
	padding: 5px;
}

#not_found_contents p {
	margin-top: 10px;
}