/*
Theme Name: kikin
*/

@charset "utf-8";



/*全体の設定
---------------------------------------------------------------------------*/
html,body{
	min-width: 1024px;
}
#top {
	color: #444444;	/*全体の文字色*/
	background: #F8FBF1;
	margin: 0px;
	padding: 0px;
	font-size:14px;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:2em;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
img {
	border: none;
	vertical-align: bottom;
}
.left{
	float:left;
	margin-right:5px;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.mt10{
	margin-top: 10px;
}
.mb10{
	margin-bottom: 10px;
}
#header #navi ul li.spOnly{
	display: none;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #444444;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a[target="_blank"] {
	padding-right: 23px;
	background: url('/kikin/wp-content/themes/kikin/images/icon_link.png') no-repeat center right;
}
a.iconhide{
	background-image: none;
}
a.bggreen{
	background-color: #9EC600;
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 1000px;	/*コンテナー幅*/
	margin:0 auto;
}



/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
#header {
	width: 1000px;	/*ブロックの幅*/
	height: 135px;	/*ブロックの高さ*/
	position: relative;
	margin:0 auto;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
@media screen and (min-width:620px){
	#header.smaller {
		height: 65px;
	}
	#header.smaller #logo h1{
		top: 25px;
	}
	#header.smaller #logo img{
		width: 90%;
	}
	#header.smaller .button{
		height: 24px;
		line-height: 24px;
		font-size: 90%;
	}
	#header.smaller #navi p{
		margin-bottom: 5px;
	}
	#header.smaller #navi ul li{
		font-size: 90%;
	}
}
#header_wrap {
	width:100%;
	background:#ffffff;
	-webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  box-shadow: 0 8px 8px 0 rgba(50, 50, 50, 0.1);
	z-index: 1;
	position: fixed;
	top: 0;
}
#header #logo {
	float:left;
	width: 320px;
}
#header #logo h1 {
	position: relative;
	left: 0;
	top: 42px;
}
#header #language {
	float:left;
	width: 30px;
	position: relative;
	top: 67px;
	left: 40px;
}
#header #navi {
	float: right;
	width: 600px;
	text-align: right;
	position: relative;
	top: 25px;
}
#header #navi p{
	margin-bottom: 14px;
}
#header #navi ul{
	text-align:right;
	line-height: 1.5em;
}
#header #navi ul li{
	display:inline; 
	margin-left: 15px;
	font-weight: bold;
}
#header #navi ul li:nth-child(6):after { 
	content: "\A";
	white-space: pre; 
}
#header #navi ul li:nth-child(n+7){
	font-size: 80%;
	line-height: 1em;
	margin-left: 10px;
}
#header #navi .break{
	clear: both;
}


/*ヘッダー右*/
.side{
	margin-top: 45px;
	float: right;
	text-align:center;
	display:block;
}
.side ul{
	float: left;
}
.side li{
	float: left;
}



/*トップページ
---------------------------------------------------------------------------*/
#icatch{
	background: #9EC600;
	height: 642px;
	width: 100%;
	text-align: center;
	position: relative;
	top: 105px;
}
#icatch img{
	margin-top: 140px;
	margin-bottom: 20px;
}
#icatch #message{
	font-size: 130%;
	border: 2px solid white;
	border-radius: 4px;
	width: 500px;
	padding: 5px;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
}
#icatch #message a{
	color: white;
}
#news{
	float: left;
	width: 560px;
}
#news li{
	background-color: white;
	border-radius: 4px;
	margin: 10px 0;
	padding: 4px 0 4px 20px;
}
#news li span.date{
	width:100px;
	display:inline-block;
	line-height:1em;
	font-size: 90%;
}
#news li:first-child{
	margin-top: 0;
}

#number{
	float: right;
	width: 410px;
	background: #9EC600;
	border-radius: 4px;
	color: white;
	font-size: 130%;
	height: 128px;
}
#number p{
	margin-top: 50px;
	text-align: center;
}
#number p span{
	font-size: 180%;
}
#report{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#report li{
	width: 300px;
	float: left;
	background: white;
	margin-right: 35px;
	margin-bottom: 30px;
}
#report li:nth-child(3n) {
	margin-right: 0;
}
#report div{
	padding: 10px;
}
#report p{
	line-height:1.3em;
}
#report p.date{
	font-size: 80%;
}
h2 {
	display:table-cell;
	vertical-align: middle;
	font-size: 1.5em;
	font-weight:normal;
	padding: 20px 0;
}


h3 {
	padding: 10px 0;
	color: #9EC600;
}




/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: 1000px;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;
	padding-bottom: 30px;
	margin-top:30px;
	position: relative;
	top: 135px;
	width: 100%;
}



/*コンテンツ（section）
---------------------------------------------------------------------------*/
section{
	margin-bottom: 20px;
	display:inline-block;
	width:100%;
}
section p+section{
	margin-top: 20px;
}



/*フッター設定
---------------------------------------------------------------------------*/
#footer {
	width:100%;
	clear: both;
	text-align: left;
	padding: 35px 0;
	background: #9EC600;
	border-top:1px solid #cdcdcd;
	line-height:1.5em;
	font-size:0.85em;
	color: white;
	position: relative;
	top: 135px;
}
.logo_foot{
	width:40%;
	margin-bottom:5px;
	float:right;
	display:block;
	text-align:right;
}
.inner {
	width:1000px;
	margin:0 auto;
	padding-left: 05px;
}
#footer .about{
	padding-top: 20px;
}
#footer .about dl{
	width: 100%;
}
#footer .about dt{
	display: block;
	width: 8%;
	clear: left;
	float: left;
}
#footer .about dd{
	display: block;
	float: left;
}
#footer .copy {
	clear:both;
	width:100%;
	text-align: left;
	display:block;
	color: white;
	padding-top:20px;
}
#footer p{
	margin: 10px 0;
}
#footer a{
	color: white;
}


/* ========ページトップボタン======== */
#page-top {
	position: fixed;
	bottom: 0px;
	right: 50px;
	margin:0;
	z-index:100;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	margin:0;
}
#page-top a:hover {
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}



/* ========PCメインナビ======== */
@media only screen and (min-width: 620px){
	#navi ul{
		display:block !important;
	}
	a#menu{display:none;}
}



/* ========各ページ調整用======== */
section dl.faq{
	margin: 30px 0;
}
section dl.faq dt{
	margin: 5px 0;
	min-height: 37px;
	padding-left: 50px;
	background: url('/kikin/wp-content/themes/kikin/images/icon_faq_q.jpg') no-repeat top left;
}
section dl.faq dd{
	margin: 5px 0;
	min-height: 37px;
	padding-left: 50px;
	background: url('/kikin/wp-content/themes/kikin/images/icon_faq_a.jpg') no-repeat top left;
	margin-bottom: 30px;
}
section dl.faq .detail{
	margin: 1em 0;
}
section dl.about dt{
	margin: 5px 0;
	color: #9EC600;
	font-weight: bold;
}
section dl.about dd{
	margin: 5px 0;
}
.bold{
	font-weight: bold;
}
.donate-address{
	margin: 30px 0;
}
.supplement{
	font-size: 80%;
}
section.rank ul{
	width: 100%;
}
section.rank ul li{
	background-color: #8FC31F;
	border-radius: 5px;
	margin: 10px 10px 10px 0;
	padding: 10px;
	color: white;
}
section.rank ul li span{
	font-size: 90%;
	padding-left: 10px;
}
section.rank ul.rank-1 li{
	background-color: #989627;
	width: 60%;
}
section.rank ul.rank-2 li{
	width: 60%;
}
section.rank ul.rank-3 li{
	width: 45%;
	float: left;
}
section.rank ul.rank-4 li{
	width: 30%;
	float: left;
}
section .sample{
	margin: 20px 0;
}

section .message{
	width: 100%;
	float: left;
}
section .message p{
	margin-bottom: 1em;
}
section .message .text{
	width: 70%;
	float: left;
}
section .message .photo{
	width: 20%;
	float: right;
}
div#news-detail{
	width: 70%;
	float: left;
}
div#news-detail .date{
	font-size: 90%;
}
div#news-detail img{
	max-width: 100%;
}
div#news-detail h3{
	margin-bottom: 20px;
}
div#news-detail section{
	border-radius: 4px;
	padding: 20px;
	margin-right: 50px;
	background-color: #fff;
	width: auto;
	display: block;
}
div#news-detail #news-list{
	margin-top: 30px;
	margin-right: 50px;
}
div#news-detail #news-list li span.date{
	font-size: 90%;
	padding-right: 10px;
}
div#news-detail #news-list li{
	background-color: #fff;
	border-radius: 4px;
	margin: 10px 0;
	padding: 4px 0 4px 20px;
}
div#active-reports{
	width: 30%;
	float: right;
}
div#active-reports li{
	background: white;
	margin-bottom: 30px;
}
div#active-reports li img{
	width: 100%;
}
div#active-reports li div{
	padding: 10px;
}
div#active-reports  p{
	line-height:1.3em;
}
div#active-reports  p.date{
	font-size: 80%;
}
.bequest{
	width: 100%;
	float: left;
}
.bequest .data{
	width: 60%;
	float: left;
}
.bequest .photo{
	width: 40%;
	float: right;
	text-align: right;
}
ul.bequest-example{
	margin: 20px 0;
}
ul.bequest-example li{
	float: left;
	padding-right: 20px;
	text-align: center;
}
.pagenavi{
	margin-top: 30px;
}



/*TABLE設定
---------------------------------------------------------------------------*/
table{
	border-collapse: collapse;
	width: 70%;
	margin: 10px 0;
}
th,td{ 
	margin: 0; 
	padding: 10px;
	border: 1px solid black;
	text-align: left;
}
th{
	background: #E8F1D1;
	font-weight: normal;
}

#contact-form{
	background: black;
	border-collapse: initial;
}
#contact-form th, #contact-form td{
	border: 0;
}
#contact-form td{
	background: #F8FBF1;
}

/*寄付ボタン
---------------------------------------------------------------------------*/
.button {
	display: inline-block;
	padding: 0 20px;
	height: 34px;
	text-align: center;
	text-decoration: none;
	line-height: 34px;
	outline: none;
	color: white;
	font-size: 120%;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: #9EC600;
	border: 2px solid #9EC600;
	color: #fff;
}
.button:hover {
	text-decoration: none;
	background-color: #fff;
	border-color: #9EC600;
	color: #9EC600;
}
.button.small{
	font-size: 100%;
}
.button.small span{
	font-size: 120%;
}



/*===============================================
 スマホ：画面の横幅が620pxまで
===============================================*/
@media screen and (max-width:620px){
	html,body{ 
		width:100%; 
		min-width: 300px;
	}
	img{
		width:100%;
		height:auto;
	}
	body{ 
		width:100%; 
		overflow-x:hidden;
	}
	table{
		width: 100%;
	}
	#header #navi ul li.spOnly{
		display: block;
	}
	#topbar_wrap, #header #language, #navi p{
		display:none;
	}
	#header #logo h1{
		top: 22px;
	}
	#header #navi{
		width: 100%;
	}
	#container{
		width:100%;
		float:none;
		clear:both;
		background: #F8FBF1;
	}
	#contents{
		width:93%;
		float:none;
		clear:both;
		margin:0px;
	}
	#main{
		width:100%;
		float:none;
		padding-left:10px;
		clear:both;
	}
	#header{
		width:100%;
		height: 75px;
		background:#ffffff;
		padding-bottom:0px;
		z-index:0;
		clear:both
		margin:0;
	}
	#header h1{
		width:200px;
	}
	#header #navi ul{
		line-height: none;
		position: relative;
		top: 20px;
	}
	#header #navi ul li{
		display:block;
		margin-left: 0;
		font-weight: normal;
	}
	#header #navi ul li:nth-child(6):after { 
		content: "";
	}
	#header #navi ul li:nth-child(n+7){
		margin-left: 0;
		line-height: 1.5em;
		font-size: 100%;
	}
	#navi a{
		font-size: 100%;
	}
	#header #navi .break{
		clear: none;
	}



	/*トップページ
	---------------------------------------------------------------------------*/
	#icatch{
		height: auto;
		top: 0px;
		padding-bottom: 20px;
	}
	#footer{
		top: 0px;
	}
	#footer .logo_foot{
		margin-top: 20px;
		text-align:left;
		float: left;
	}
	#footer .logo_foot img{
		width: 50%;
	}
	
	#icatch #message{
		width: 80%;
		font-size: 110%;
	}
	#news{
		width: 100%;
	}
	#news li{
		padding:20px;
		line-height:1em;
	}
	#news li span.date{
		width:100%;
		display:inline-block;
		overflow: auto;
		height:30px;
	}
	#report li{
		width: 48%;
		float: left;
		background: white;
		margin-right: 4%;
		margin-bottom: 30px;
		min-height: 240px;
	}
	#report li:nth-child(2n) {
		margin-right: 0;
	}
	#number{
		margin-top: 30px;
		width: 100%;
	}
	#main{
		top: 60px;
		padding-bottom: 0;
	}
	#main.toppage{
		top: 0px;
	}
	div#news-detail{
		width: 100%;
		float: none;
	}
	div#news-detail section{
		margin-right: 0;
	}
	div#news-detail #news-list{
		margin-right: 0;
	}
	div#active-reports{
		width: 100%;
		float: left;
		margin: 40px 0;
	}
	div#active-reports ul{
		width: 100%;
		float: left;
	}
	div#active-reports li{
		width: 48%;
		float: left;
		background: white;
		margin-right: 4%;
		margin-bottom: 30px;
	}
	div#active-reports li:nth-child(2n) {
		margin-right: 0;
	}
	#navi{
		z-index:100;
		clear:both;
		padding:0;
		position:relative;
		width:100%;
	}
	#menu{
		display: block;
	}
	#navi a.menu{
		display:block;
		font-weight: bold;
		text-align:left;
		top:-40px;
		right:5px;
		position:absolute;
		width:50px;
	}

	#navi a#menu span{padding-left:10px; color:#ffffff;}


	#navi a#menu:hover{cursor:pointer;}

	#navi ul{
		display: none;
		width:100%;
		position:absolute;
		right: 0;
		top:0px;
		z-index:100;
		background:#ffffff;
	}

	#navi ul li{
		float: none;
		clear:both;
		width:100%;
		height:auto;
	}

	#navi ul li a,#navi ul li.current-menu-item li a{
		display: block;
		padding:10px 5px 10px  10px ;
		text-align:left;
		border-bottom:1px dashed #ccc;
	}
		
	#navi ul li a img{display:none;}
		
	#navi ul li:first-child a{
		border-top:1px solid #ccc;
	}
		
	#navi ul li:last-child a{border:0;}
		
	#navi ul li.active a{color:#488fdd;}

	#navi div.panel{float:none;}
		
	.child a{
		display:inline-block;
		font-weight:normal;
		padding:7px 5px 7px  30px ;
		font-size:100%;
		border-bottom:1px dashed #ccc;
		clear:both;
		width:100%;
	}



	/* ========ページトップボタン======== */
	#page-top {
		position: fixed;
		bottom:0;
		right: 10px;
		margin:0;
		z-index:100;
	}
	#page-top a {
		text-decoration: none;
		text-align: center;
		display: block;
		margin:0;
	}

	/* ========footer======== */
	#footer{
		width:100%; 
		font-size:80%;
		display:inline-block;
		clear:both;
		padding-bottom:20px;
		margin-top:20px;
	}
	.inner{
		width:90%; 
		display:inline-block;
		clear:both;
	}
	.copy {
		display:none;
	}
	#footer ul{
		display:none;
	}
	#footer .about dt{
		display: block;
		width: 100%;
		float: none;
	}
	#footer li a{
		display:none;
	}

	/* ========その他======== */
	section .message {
		float: none;
	}
	section .message .text{
		width: 100%;
		float: none;
	}
	section .message .photo{
		width: 60%;
		float: none;
	}
	.bequest{
		width: 100%;
		float: none;
	}
	.bequest .data{
		width: 100%;
		float: none;
	}
	.bequest .photo{
		display: none;
	}
	#contact-form input, #contact-form textarea{
		width: 80%;
	}
	#contact-form .tel{
		width: 20%;
	}

}


