/*
Theme Name: 【PC】緑_template
Theme URI: http://seeds-create.co.jp/
Description: 緑
Version: 1.0
Author: Yugo Tsunoda
Author URI: http://seeds-create.co.jp/
*/

/* 基本設定
------------------------------------------------------------------*/

body {
	font-family:'メイリオ','Meiriyo';
	font-size:   100%;
	line-height: 150%;
	margin: 0;
    padding: 10px 0 0 0;
    background: #FFFFFF;
	border-top: 5px solid #2C6903;
}

div, p, pre, blockquote, th, td,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
iframe, object, embed, table {
		margin: 0;
		padding: 0;
		border: none;
		color: #333;  
}

blockquote{
	margin: 20px;
	padding: 10px;
	color: #555;  
	background: #FAFAFA;
	border: 1px solid #DDDDDD;
	border-left: 3px solid #DDDDDD;
	font-style:italic;
}

pre{
	margin: 0px;
	padding: 10px;
	background: #FAFAFA;
	border: 1px solid #DDDDDD;
}
ul ,li {
	list-style: none;
}

img {
	border: 0;
}

a { 
	color: #0066CC; 
	text-decoration: underline;
}

a:hover { 
	color: #00488E;
	text-decoration: none;
}

a img {
         border: 0; 
}


a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.aligncenter { text-align:center; margin:10px auto;}
.alignleft   { float:  left; text-align:  left; margin:10px 20px 10px 0;}
.alignright  { float: right; text-align: right; margin:10px 0 10px 20px;}

.clr {
	clear: both;
}
.line {
	border-bottom: 1px solid #CCC;
	margin:10px 0;
}


.pa10 {
	padding:10px;
}
.pa15 {
	padding:15px;
}
.pa20 {
	padding:20px;
}
/* レイアウト
------------------------------------------------------------------*/

.container {
	width: 1050px;
	margin:0 auto;
	background-color:#FFFFFF;
	padding:15px;
}

.left_area {
	width:  800px;
	float: left;
}

footer {
	margin: 0px auto;
	padding:10px;
	text-align:center;
	clear: both;
	border-top:1px solid #2C6903;
	background-color:#FFFFFF;
}

.widget-area {
	overflow: hidden;
}

/* ヘッダー
------------------------------------------------------------------*/

header {
	width: 800px;
	margin: 0;
	clear:both;
}
header h1{
	line-height:150%;
}
#header_cont {
	margin: 0;
}
.header_image {
	margin: 0;
	width :800px;
}


#header_cont a.title {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 0.5px;
}





/* ナビゲーション */

.breadcrumbs {
	font-size:80%;
	margin: 0;
	}

div.menu ul,
ul.menu {
	width: 800px;
	background-color: #2C6903;
	list-style:none;
	clear: both;
	display: block;
	height:32px;
	margin:10px 0 0 0;
}

div.menu ul li,
ul.menu li{
	float: left;
	display: block;
	font-size: 100%;
	border-right: 1px solid #CCC;
}

div.menu ul li a,
ul.menu li a {
	display: block;
	padding:4px 20px 4px 20px;
	background-color: #2C6903;
}

div.menu ul li a:hover,
ul.menu li a:hover {
	background-color:#388604;
	text-decoration: none;
}

nav a, nav a:visited{
	padding:0 6px;
	color: #fff;
	text-decoration: none;
}
nav a:hover {
	color: #fff;
	text-decoration: underline;
}

/* フッター
------------------------------------------------------------------*/

#footer_cont {
	margin: 0 auto;
	padding: 10px 0;
}

#catchPhrase {
	font-weight: bold;
}

#copy {
	font-size: 11px;
}

/* メイン
------------------------------------------------------------------*/

#contents {
	float: right;
	width:570px;
	margin:20px 0 0 0;
}

#main {
	margin:0 0 10px 0;
	padding:0;
}

.main {
	width:570px;
}

.page {
	width:610px;
}

#main h2.h2_single{
	margin: 5px 0 8px 0;
	padding-top: 5px 0;
	font-size: 200%;
	line-height:180%;
	color: #333333;
	border-bottom: 2px solid #2C6903;
}

#main h2.main_ttl{
	font-size: 150%;
	color: #333333;
	padding-left: 10px;
	line-height:180%;
	border-bottom: 2px solid #2C6903;
}

#main h3.post_ttl a{
	font-size: 120%;
	line-height:150%;
	color: #0066CC;
}

#main h4.h4_single{
	margin: 5px 0;
	padding-left: 10px;
	font-size: 14px;
	color: #00488E;
	border-bottom: 1px solid #999999;
}

ul.smb{
	margin: 0;
	padding: 0;
	clear: both;
}

ul.smb li{
	float: left;
}

ul.smb01 li{
	float: left;
}

ul.smb02 li{
	float: left;
}

ul.smb .tweetButton {
	width: 150px;
}

ul.smb .likeButton {
	width: 130px;
}

ul.smb .plusButton {
	width: 75px;
}

.textwidget {
	font-size: 12px;
}

.textwidget li a{

}



/* サイドバー（left）
------------------------------------------------------------------*/

#leftnavigation {
	padding-top: 10px;
	width: 200px;
	margin: 0px;
	float: left;
}

#leftnavigation .profile_box {
	border: 1px solid #CCC;
	padding:10px;
	font-size: 100%;
	margin: 0 0 20px 0;
}
#leftnavigation .profile_box .name {
	line-height: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}
#leftnavigation .profile_box p {
	font-size:80%;
	margin:3px 0;
}

#leftnavigation .profile_box .g-plusone,
#leftnavigation .profile_box .fb,
#leftnavigation .profile_box .tw { margin:5px;}


#leftnavigation .left_ttl {
	margin: 10px 0;
	line-height: 20px;
	height: 25px;
	clear: both;
	font-size: 90%;
	background-image:url(img/ttl_bar_left.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px 0 0 10px;
	margin:0;
}



#leftnavigation ul {
	margin:8px 5px 20px 5px;
	padding: 0;
	list-style: none;
}

#leftnavigation ul li{
	font-size: 70%;
	text-align:left;
	background-image: url(img/arrow01.jpg);
	background-repeat: no-repeat;
	background-position:0 8px;
	padding: 0 0 0 10px;
}

.profile_image {
	height: 120px;
	width: 120px;
	margin:5px 28px 5px 28px;
	border: 1px solid #bbbbbb;
}



#leftnavigation .pickup {
	text-align: left;
	width: 190px;
	display: block;
	margin: 5px 5px 5px 5px;
	padding: 0;
	overflow: hidden;
	border-bottom: 1px dashed #999999;
}

#leftnavigation .pickup img{
	margin: 0 10px 5px 0;
	padding: 0;
	float: left;
}

#leftnavigation .pickup span.date{
	font-size: 60%;
	color: #999999;
}

#leftnavigation .pickup span a{
	font-size: 65%;
	font-weight: bold;
}



/* サイドバー（right）
------------------------------------------------------------------*/

#rightnavigation {
	width: 234px;
	float: right;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#rightnavigation .right_ttl {
	margin: 10px 0;
	line-height: 20px;
	height: 25px;
	clear: both;
	font-size: 90%;
	background-image:url(img/ttl_bar_right.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px 0 0 10px;
	margin:0;
}

#rightnavigation ul {
	margin:8px 5px 20px 5px;
	padding: 0;
	list-style: none;
}

#rightnavigation ul li{
	font-size: 70%;
	text-align:left;
	background-image: url(img/arrow01.jpg);
	background-repeat: no-repeat;
	background-position:0 8px;
	padding: 0 0 0 10px;
}


/* 記事一覧
------------------------------------------------------------------*/

#post {
	position: relative;
	margin: 10px 0 10px 0;
	border-bottom: 1px dashed #999999;	
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 570px;
	overflow: hidden;
}

#post .post_thumb {
	float: left;
	margin: 0 10px 10px 0;
	width: 125px;
}

#post .post_thumb img{
	border: 1px solid #999999;
}

#post .post_sum {
	margin-bottom: 10px;
	width: 430px;
	float: right;
	overflow: hidden;
	font-size:110%;
}

#post .blog_info ul li,#post .blog_info ul li a{
	margin: 0 1px;
	float: left;
	font-size: 11px;
	color: #999999;
}

a.more-link {
	position: absolute;
	bottom: 13px;
	margin: 0 0 0 315px;
	width: 110px;
	font-size: 70%;
	text-align: center;
	font-weight:bold;
	padding: 2px 0px;
	display: block;
	background: #2C6903;
	color: #FFFFFF;
	clear: both;
	text-decoration:none;
}
a:hover.more-link {
	background: #388604;
	text-decoration:none;
}


/* 記事
------------------------------------------------------------------*/

#single {
	position: relative;
	margin: 10px 0;
	border-bottom: 1px solid #999999;	
	font-size: 12px;
	padding-bottom: 10px;
	overflow: hidden;
}

.single_cont {
	clear: both;
	padding: 20px 10px;
	border-top: 1px solid #999999;
}


#single .single_thumb {
	float: right;
	margin-left: 10px;
	padding-bottom: 10px;
}

#single .single_thumb img{
	border: 1px solid #999999;
}

#single .single_sum {
	width: 306px;
	float: right;
	position: relative;
}

#single .blog_info_single ul li,#single .blog_info_single ul li a{
	margin: 0 1px;
	font-size: 90%;
	color: #666666;
	float: left;
}

.single_cont {
	font-size: 125%;
}
.single_cont p {
	margin: 2px 0;
	margin-bottom: 1.625em;
}

#main .recommend {
	text-align: center;
	width: 85px;
	display: block;
	float: left;
	font-size: 11px;
	margin: 5px 0 15px 0;
	padding: 0 10px 0 0;
	overflow: hidden;
}

#main .recommend img{
	margin: 0 auto;
	padding: 0;
	border: 2px solid #999;
}

#main .recommend span{
	font-size: 10px;
	color: #999999;

}

a.top-link {
	bottom: 13px;
	margin: 0px 50px 0px 0px;
	width: 130px;
	font-size: 70%;
	text-align: center;
	font-weight:bold;
	padding: 2px 0px;
	display: block;
	background: #2C6903;
	color: #FFFFFF;
	float: right;
	clear: both;
	text-decoration:none;
}
a:hover.top-link {
	background: #388604;
	text-decoration:none;
}


/* ページナビゲーション
------------------------------------------------------------------*/

.tablenav {
	color: #2C6903;
	background:#FFFFFF;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
	font-size: 12px;
}

a.page-numbers, .tablenav .current {
	color: #2C6903;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
}

a.page-numbers:hover {
	color:#FFFFFF;
	background: #2C6903;
}

.tablenav .current {
	color: white;
	background: #2C6903;
	border-color: #2C6903;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-weight:bold;
}

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}

/* カレンダー
------------------------------------------------------------------*/

#calendar_wrap{
	width: 198px;
	border: 1px solid #cecece;
	margin: 0 auto;
}

#wp-calendar{
	width: 100%;
	margin: 0 auto;
}

#wp-calendar caption{
	font-size: 13px;
	color: #00488E;
	font-weight: bold;
	border-bottom: 1px solid #cecece;
}

#wp-calendar thead{
	border-bottom: 1px solid #cccccc;
	font-size: 13px;
}

#wp-calendar tbody tr td{
	font-size: 13px;
	text-align: center;
}

#wp-calendar tbody tr td a{
	color: #00488E;
	text-decoration: underline;	
}

#wp-calendar tbody tr td a:hover{
	color: #333333;
	text-decoration: underline;	
}

#wp-calendar tfoot{
	font-size: 13px;
}

#wp-calendar tfoot #prev{
	text-align: left;
}

#wp-calendar tfoot #next{
	text-align: right;
}