/*   
Theme Name: RAN Japan 2017
Description: RAN日本代表部のサイトテンプレート HTML5バージョン
Author: RAINFOREST ACTION NETWORK
Author URI: http://japan.ran.org
Version: 1.0.0
Tags: 
*/

* {margin:0; padding:0;}
ul,li {list-style:none;}
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

/*========================================
1 : Reset
========================================*/

*{
margin:0;
padding:0;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-decoration:none;
}

body{
padding:0;
}

img{
vertical-align:text-bottom;
vertical-align:bottom;
border:none;
margin:0;
padding:0;
}

ul, li{
list-style:none !important;
margin:0;
padding:0;
}

h1, h2, h3, h4, h5, h6{
font-size:100%;
font-weight:normal;
display:block;
}

hr{
display:none;
}

div{
display:block;
margin:0;
padding:0;
}

p{
margin:0;
padding:0;
}

strong{
font-weight:bold;
margin:0;
padding:0;
}

a:link,
a:visited{
font-weight:normal;
text-decoration:underline;
margin:0;
}

a:active,
a:hover{
text-decoration:underline;
margin:0;
}

address {
font-style: normal;
display: inline;
}

hr {
border: 0;
height: 1px;
background-color: #000;
color: #000;
}

fieldset,img,abbr,acronym {
border: 0;
} 

.naviskip {
	position: absolute;
	top:0;
	left: -200px;
	width: 1px;
	clear: both;
	margin: 0;
	padding: 0;
	border-width: 0;
}

form,input{
margin:0;
padding:0;
/*
border-width:0;
border:none;
*/
}

input{
margin:0;
padding:0;
/*
border-width:0;
border:none;
*/
text-indent:0.5em;
_text-indent:0;
_width:auto;
}

/*
table{
border-collapse:collapse;
}
*/

td,
th{
line-height:1.6;
}

iframe{
border:0;
}




/*========================================
2 : Clear
========================================*/

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

.clearFix{
min-height: 1px;
}

* html .clearFix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

.clearBoth{
clear:both;
margin:0;
padding:0;
}

.clearBoth0{
clear:both;
margin:0;
padding:0;
font-size:0;
line-height:0;
height:0;
}



/********************************************/

body {
	/* background: url(images/bg_green.gif) repeat left top; */
	background: #dbe4cb;
	width:100%; margin:0 auto; text-align:center; color:#000; font:13px/1.2 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',Osaka,Helvetica,Arial,sans-serif;}
.clear {clear:both; margin:0; padding:0;}


/*-------------------------------------
 Links
--------------------------------------*/

a:link {color:#dd590f; text-decoration:none;}
a:hover {color:#dd590f; text-decoration:underline;}
a:active {color:#dd590f; text-decoration:none;}
a:visited {color:#dd590f; text-decoration:none;}

a.hdr:link {font-size:36px; color:#fff; text-decoration:none;}
a.hdr:hover {font-size:36px; color:#fff; text-decoration:none;}
a.hdr:active {font-size:36px; color:#fff; text-decoration:none;}
a.hdr:visited {font-size:36px; color:#fff; text-decoration:none;}


/*-------------------------------------
 Container
--------------------------------------*/
#page{
	width: 956px;
	margin: 0 auto;
	padding: 10px 0 0;
	background: #ffffff;
}


#container {
	position:relative; 
	width:956px; 
	margin:7px auto; 
	text-align:center;
}

#mobile, .mobile {
	display: none;
}

nav img.mobile {
	float: right;
	width: 30px;
	padding: 20px 30px 20px 20px;
}
/*-------------------------------------
 Header
--------------------------------------*/
header {
	position:relative; 
}

#hdrwrap {
	background: #ffffff;	
	width: 100%;
}

#hdrContainer {
	width: 956px;
	height: 83px; 
	margin:0 auto 3px;
}

#hdrLeft {
	float:left;
	display: inline; 
	text-align:left;
}

#hdrRight {float:right; width:400px;}
#hdrRight a {color:#fff; text-decoration:none;}

.description {
	float:right;
	display:	inline; 
	width:350px; 
	margin:36px 15px 0; 
	text-align: right; 
	font-size:13px; 
	color: #53493f;
}

.description a {
	color: #477802 !important;
}
.description a:hover {
	color: #6b9234 !important;
	text-decoration: underline !important;
}

h1 {
	float:left;
	display: inline; 
	font-size:36px; 
	color:#fff; 
	text-align:left; 
	font-weight:normal; 
	margin:12px 0 0 15px; 
}

nav {
	background: #a6c271;
}
ul#global {
	background:#a6c271;
	font-size: 18px;
	height: 58px;
	margin: 7px auto;
	clear: both;
	width: 956px;
	height: 39px;
	margin: 7px auto;
	list-style: none;
    font-weight: bold;
    margin: 0 auto;
    
}
ul#global li {
	float: left;
    float: left;
    margin-right: 3px;
    position: relative;
}

ul#global li a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 20px;
	color: #ffffff !important;
}
#global ul {
    background-color: #a6c271;
    list-style: none;
    position: absolute;
    left: -9999px;
    z-index: 100;
}
#global ul li {
    padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float: none;
}
#global ul a {
    white-space: nowrap;
}
#global li:hover ul {
    left: 0; 
}
#global li.search-menu:hover ul {
	left: -120px;
}
#global li:hover a { 
    background-color: #a6c271;
    text-decoration: underline;
}
#global li:hover ul a { 
    text-decoration: none;
    text-align: left;
}
#global li:hover ul li a:hover {
	background-color: #ffffff;
}

*html #global li a {
	display: block;
	padding: 10px 18px 10px 18px;
	line-height: 1.4;
}

*:first-child + html #global li a{
	line-height: 1.4;
}

#global ul.children a:hover {
	display: block;
	text-decoration: underline;
	color:  #a6c271 !important;
}

#mobile {
	clear: both;
}

#mobile li a:link, #mobile li a {
	color: #ffffff;
	padding: 5px 10px;
	font-size: 20px;
}

#mobile li  {
	border-top: 1px solid #ffffff;
    padding: 10px 10px;
}

#mobile ul.children li {
	border: 0;
}

#mobile input {
	font-size: 18px;
}

#mobile ul.children li:before { 
	content: "-";
	color: #ffffff;
}
#mobile li.search-menu ul li {
	border: 0;
}
#mobile li.search-menu ul li form {
	margin-top: 0;
}
/*-------------------------------------
 Footer
--------------------------------------*/
#footer {
	background: #a6c271;
	position:relative; 
	width:100%; 
	margin-top:0px; 
	padding: 40px 0 30px 0; 
	color:#fff;
}

#footer-inner {
	width:956px; 
	margin: 0 auto;
	text-align: left;
	color:#fff;
}

#footer #footer-nav {
	float: left;
	display: inline;
}
#footer #footer-nav li {
	font-size: 12px;
	float: left;
	display: inline;
	margin: 0 15px 0 0;
}

#footer #copyright {
	font-size: 12px;
	float: left;
	display: inline;
	padding: 10px 0;
}

#footer a {
	color:#fff; 
	text-decoration:none;
}

#footer a:hover {
	color:#fff; 
	text-decoration:underline;
}

#footer-logo {
	height: 50px;
    max-height: none;
    width: 253px;
    float: left; 
    margin: 0 30px 20px 0;
}
.footer-address {
	float: left;
}


.footer-links {
	float: left;
}
.footer-links li {
	padding: 5px;
}

.footer-left {
	width: 49%;
	float: left;
}
.footer-right {
	width: 49%;
	padding-top: 30px;
	float: right;
}
/*-------------------------------------
 Content
--------------------------------------*/
#main-visual{
	margin: 0 0 12px;
	background: #ffffff;
	min-height: 400px;
}

#home-about {
	background: #ededed;
	margin: 0 0 12px;
}
#about-copy {
	float: left;
	width: 65%;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
}
#about-copy p {
	padding: 30px;
}
#home-action {
	margin: 0;
}
#join {
	float: left;
	width: 34%;
	margin-bottom: 10px;
}
#understory, #ran-action {
	float: left;
	width: 50%;
	min-height: 200px;
}
#understory {
	margin: 0;
}
#content {
	float:left; 
	display: inline;
	width:722px; 
	margin-right:0px; 
	text-align:left;
}

#content.homecontent {
	margin: 0;
	width: 100%;
	padding-bottom: 25px;
}

#content h2,#content h2 a,
#content h3,#content h3 a,
#content h4,#content h4 a{
	font-weight: bold !important;
}

h2,
.archives-ttl {
	color:#477802; 
	font-size:18px; 
	background: url(images/ttl_bar00.gif) no-repeat 20px 45px; 
	padding: 20px 20px 20px 23px;
}

h2 a,
.archives-ttl a {
	color:#477802 !important; 
	font-size:18px; 
	text-decoration:none; 
}
.archives-ttl a:hover {
	color:#6b9234 !important; 
}

h2.pagetitle { 
	color: #333;
	font-size: 13px;
	background: #FFF;
	padding:12px 20px;
	margin-bottom: 7px;
}

h3 {
	color:#477802; 
 	font-size:18px; 
	padding:20px 20px 20px 20px;
	margin-top: 20px;
}

.homecontent h3 {
	padding:10px 40px 0px 30px;
	margin: 0;
}
.post { 
	width:719px; 
	margin:0 0 10px 1px; 
	clear:both; 
}

.post-inner { 
	background: #FFF;
	width:719px; 
}

.home #content .post-inner h3, .home #content .post-inner h3 a, .home #content .post-inner h3 a:hover, .home #content .post-inner h3 a:link {
	font-weight: normal !important;
	color: #3a5a4c;
}

.homecontent .post, .homecontent .post-inner {
	width: 99%;
}

.postdate {
	font-size:12px; 
	text-align: left; 
	padding:5px 2px 10px 0;
}

.postentry, .postdate {
	margin: 0 0px ;
	padding: 0 23px 0 23px;
}
.postentry img {
	padding:10px;
	}
.postentry p {
	padding:0 0 10px 0; 
	line-height: 2;
}
.postentry ul {
	padding:0 0 0 10px; 
	list-style-type:none; 
	margin:0 0 0 20px;
	line-height: 2;
}
.postentry ul li {
	padding:0 0 5px 15px; 
	background: url(/wp-includes/images/bullet.gif) top left no-repeat;
}


.entry {padding: 0 23px 23px;}
.entry p {
	margin: 0 10px 15px;
	padding:0; 
	line-height: 2;
}
.entry h3 {
	background: #fafafa;
	color:#477802; 
	font-size:16px; 
	margin: 15px 0 15px;
	padding:6px 20px 6px 3px;
	border-left: 3px solid #6b9234;
}
.entry img { 
	padding:10px;
	max-width: 100% !important;
	height: auto !important;
}
.entry .akst_link {display:block; padding:10px 0 10px 20px;}
.entry ul {padding:0 20px 30px 0px; list-style-type:none; margin:0 0 0 20px;}
.entry ul li {
	padding:0 0 5px 10px; 
	list-style: outside none disc !important;
	line-height: 2;
}

.akst_link {
	display:block; 
	padding:20px 0 0 0;
}

h3#comments,
h3#respond {
	color:#477802; 
	font-size:16px; 
	margin: 30px 0 0;
	padding:3px 20px 3px 3px;
	border-left: 3px solid #477802;
}

.postmetadata { 
	color: #333 !important;
	background: #fafafa;
	display:block; 
	border: 1px solid #ddd;
	margin: 30px 0 0 !important;
	padding:5px 10px !important; 
	font-size:10px;
	font-weight:bold;
	clear:both;
}
.postmetadata a { 
	color: #477802 !important;
}
.comments {margin:5px 0 20px 10px;}
.alt {
	display:block; 
	padding:10px 0 10px 0;
}
a.comments:link {
	color:#87b83d; 
	text-decoration:underline;
}

.navigation {
	color: #FFF;
	float:left; 
	display:block; 
	width: 719px;
	padding:0 20px 10px 0;
}

*html .navigation {
	width: 699px;
}

.navigation a {
	color: #FFF !important;
}

.login-comment {
	color: #333 !important;
	background: #fafafa;
	display:block; 
	border: 1px solid #ccc;
	margin: 30px 0 0 !important;
	padding:10px !important; 
	font-size:10px;
	font-weight:bold;
	clear: both;
}

.login-comment a {
	color: #477802 !important;
}

small {
	display:block; 
	padding:0; 
	font-size:10px;
	font-weight:bold;
}

small.commentmetadata {display:block; padding:0 0 10px 0; font-size:10px; font-weight:bold;}
blockquote {padding:10px 20px; color:#999; font-size:12px; font-style:italic;}
#search {float:left; width:178px; padding:20px; border:1px solid #87b83d;}
input#s {width:160px; padding:3px; margin:0 0 5px 0;}

.aligncenter {display:block; margin-left:auto; margin-right:auto;}
.alignleft {
	float:left;
	display: inline;
}
.alignright {
	float:right;
	display: inline;
}

.wp-caption {
	border: 1px solid #ddd; 
	text-align: center; 
	background-color: #f3f3f3; 
	padding: 4px; 
	margin: 10px 0; 
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;	
	border-radius: 3px;
	max-width: 100% !important;
	height: auto !important;
}
.wp-caption img {margin: 0;	padding: 0;	border: 0 none;}
.wp-caption-dd {font-size: 11px; line-height: 17px; padding: 0 4px 5px;	margin: 0;}



/*-------------------------------------
 Sidebar
--------------------------------------*/
#sidebar-1 {
	float:right; 
	display: inline;
	width:220px; 
	margin-right:6px; 
	text-align:left;
}
#sidebar-1 h2 { 
	background: url(images/ttl_bar01.gif) no-repeat 0 25px; color:#333; 
	font-size:15px; 
	font-weight:bold; 
	padding:3px 0 10px 3px;
}
#sidebar-1 ul {border:0px;}
#sidebar-1 li { 
background: #FFF; 
margin-bottom: 7px;
padding: 10px;
}
#sidebar-1 .bnr { 
background: #678E30;
padding: 0 !important;
}
#sidebar-1 p{
	margin: 5px 3px;
	line-height: 1.8;
}
#sidebar-1 ul li ul {margin-bottom:7px;}
#sidebar-1 ul li ul li {
	padding:0;
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
}
#sidebar-1 ul li ul li a{
	color: #333;
	padding:10px 0 10px 20px;
}
#sidebar-1 ul li ul li a:hover{
	background: #fafafa;
	padding:10px 0 10px 20px;
}

#sidebar-1 a {display:block;}
#sidebar-2 {float:left; width:140px; text-align:left;}
#sidebar-2 img {padding-bottom:20px;}


/*-------------------------------------
 Form
--------------------------------------*/

textarea {width:450px; height:100px; margin:10px 0 10px 0; font-family:Arial, Sans-Serif; font-size:12px; padding:10px;}

form{
	background: #fafafa;
	margin: 20px 0 0;
	padding: 20px;
	border: 1px solid #ddd;
}



/*-------------------------------------
 CSS3
--------------------------------------*/
/*.post-inner,
#sidebar-1>ul>li { 
	box-shadow: 1px 1px 1px #666;　
	-moz-box-shadow: 2px 2px 1px #999;　/* Firefox用 *
  -webkit-box-shadow: 2px 2px 1px #999;　/* Safari,Google Chrome用 *
}*/

#global { 
	text-shadow: 1px 1px 1px #FFF;　/* Firefox用 */  
	-moz-text-shadow: 1px 1px 1px #FFF;　/* Firefox用 */  
  -webkit-text-shadow: 1px 1px 1px #FFF;　/* Safari,Google Chrome用 */  
}

#pagedlinks {
	padding: 10px 30px 30px 30px;
}

#pagedlinks a {
	color: #477802 !important;
}

#global form {
	background: none;
	border: 0;
	margin: 0;
}

h3.accordion-title {
	background: none;
    border-left: 0;
    color: #477802;
    font-size: 12px;
    margin: 15px 0;
    padding: 6px 20px 6px 3px;
}

/* Accordion Styles */
.accordion-title {
    border-top: 1px solid #dbdbdb;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {padding-bottom: 20px;}

.home #container {
	margin: 0 auto;
	
}

.home #page {
	padding: 0;
}

#post-47 td, #post-47 th {
	padding: 5px;
	border-bottom: 1px #efefef solid;
}
.more-press {
	padding: 10px 30px;
	text-align: right;
}

.page-template-page-pressreleases .entry {
    padding: 0 23px 10px;
}

#simplenewsletter-widget form {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 10px;
}
#simplenewsletter-widget input {
	font-size: 16px;
	padding: 3px;
	margin: 5px;
} 

#simplenewsletter-widget input[type=submit] {
	text-indent: 0;
}

#simplenewsletter-widget h2 {
	background: none;	
}

.soliloquy-container .soliloquy-image {
	padding: 0;
}

@media screen and (max-width: 1056px) {
	#global {
		display: none;	
	}
	.mobile {
		display: block;
	}
}

@media screen and (max-width: 956px) {
	#page, #container, #content, #hdrContainer, #about-copy, #join, #understory, #ran-action, #footer-inner,  #sidebar-1, .post, .post-inner {
		width: 100%;
	}
	.footer-right, #footer-inner, .footer-address, .footer-left {
		width: 80%;
	}
	.footer-right {
		float: left;
	}
	.footer-links {
		float: left;
	}
	.description {
		float: none;
		text-align: left;
		padding: 0 20px;
		display: block;
		width: 80%;
		font-size: 12px;
	}
	.navigation, iframe {
		width: 100%;
	}
	
	#hdrContainer {
		height: auto;
	}
	#sidebar-1 {
		
		float: none;	
	}	
	#sidebar-1 ul {
		padding: 10px 15px;
	}
	#hdrRight {
		width: 100%;
		padding: 0 10px 15px 0;
	}
	#home-action {
		width: 100%;
	}
	#home-action a img {
		max-width: 100%;
	}
	#footer-inner {
		padding: 20px
	}
	#about-copy {
		font-size: 14px;
		line-height: 1.6em;
	}
	#understory, #ran-action {
	 padding: 3px 0;
	}

}