@charset "utf-8";
/*
Theme Name: 大人のホンキ
Theme URI: http://www.kameleon.jp
Description: 
Author: 株式会社カメレオン
Version: 1.0
*/


/*-------------------------
	全体共通項目
-------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 12px;
	line-height: 130%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif, Osaka;
	background: #f6f1e4 url(images/common/body_bg.gif) repeat-x;
	color: #574e47;
}
a {
	color: #0077b7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: none;
}
.cboth {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone {
	float: none;
}

.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}

span.red {
	color: #FF0000;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



/*-------------------------
	ヘッダー
-------------------------*/
#wrapper {
	width: 948px;
	margin: 0 auto;
	padding-left: 54px;
	padding-right: 58px;
	text-align: left;
	background:url(images/common/header_bg.jpg) no-repeat;
}

#header {
	width: 948px;
	height: 418px;
/*	background: url(images/common/header_bg.jpg) no-repeat;
	padding: 29px 0 0 10px;
	margin-bottom: 8px;*/
}

#header p {
	display: none;
}


#header h1 a {
	width: 210px;
	height: 110px;
	display: block;
	margin-left: 5px;
	text-indent: -9999px;
} 

/*-------------------------
	グローバルナビ
-------------------------*/
#global-navi {
	width: 948px;
	height: 54px;
	overflow: hidden;
}

#global-navi ul {
	width: 948px;
	height: 54px;
	list-style-type: none;
	background: url(images/common/gmenu_bg.gif) no-repeat;
}


#global-navi ul li {
	width: auto;
	height: 54px;
	float: left;
	padding-right: 1px;
}

#global-navi ul li.gmenu06 {
	padding: 0;
}


#global-navi ul li a {
	display: block;
	height: 54px;
	width: auto;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#global-navi ul li.gmenu01 a {
	background-image: url(images/common/gmenu01.gif);
	width: 116px;
}

#global-navi ul li.gmenu02 a {
	background-image: url(images/common/gmenu02.gif);
	width: 151px;
}

#global-navi ul li.gmenu03 a {
	background-image: url(images/common/gmenu03.gif);
	width: 154px;
}

#global-navi ul li.gmenu04 a {
	background-image: url(images/common/gmenu04.gif);
	width: 174px;
}

#global-navi ul li.gmenu05 a {
	background-image: url(images/common/gmenu05.gif);
	width: 184px;
}

#global-navi ul li.gmenu06 a {
	background-image: url(images/common/gmenu06.gif);
	width: 163px;
}

#global-navi ul li a:hover,
#global-navi ul li.on-menu a {
	background-position: 0 -54px;
}

/*-------------------------
	メイン
-------------------------*/

#main {
	width: 929px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 40px;
	padding: 20px 6px 40px 7px;
	background-color: #ffffff;
}


/*-------------------------
	コンテンツ
-------------------------*/

#contents {
	width: 659px;
	float: left;
}

.headline {
	width: 659px;
	height: 35px;
	margin-bottom: 15px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#no-text-h {
	background-image:url(images/common/no-text_h2.gif);
	text-indent: 0;
	color:#544a35;
	font-size: 14px;
	padding-left: 18px;
	padding-top: 10px;
	width: 641px;
	height: 25px;
}


div#contents div.contents-box {
	width: 629px;
	margin: 5px 15px 30px 15px;
}

/* 投稿表示対策 */
div#contents div.contents-box h1 {
	text-indent: 0;
	font-size: 22px;
	margin-bottom: 24px;
}
div#contents div.contents-box h2 {
	text-indent: 0;
	font-size: 18px;
	margin-bottom: 20px;
}
div#contents div.contents-box h3 {
	text-indent: 0;
	font-size: 14px;
	margin-bottom: 12px;
	padding: 3px 5px 3px 20px;
	line-height: 1.8em;
	background: #F3F3F3 url(images/common/arrow_green.gif) no-repeat 5px center;
}
div#contents div.contents-box h4 {
	text-indent: 0;
	margin: 12px 0 3px 0;
	font-size: 12px;
	color: #517200;
}
/*div#contents div.contents-box img {
	margin: 10px;
}*/
div#contents div.contents-box p {
	margin-bottom: 14px;
}
div#contents div.contents-box ul {
	margin-bottom: 24px;
	margin-left: 35px;
}
div#contents div.contents-box ol {
	margin-bottom: 24px;
	margin-left: 35px;
}
/*div#contents div.contents-box table {
	margin: 10px;
}*/
div#contents div.contents-box address {
	margin-bottom: 24px;
}
div#contents div.contents-box pre {
	margin-bottom: 24px;
}

/* コンテンツ内参加ボタン */
#contents .entry-btn {
	margin: 20px auto;
}

/*-------------------------
	サイドバー
-------------------------*/
#sidebar {
	width: 260px;
	float: right;
}

#sidebar p#participation {
	background: url(images/common/participation.gif) no-repeat;
	width: 259px;
	height: 49px;
	margin-bottom: 15px;
	text-indent: -9999px;
}

#sidebar p#participation a {
	display: block;
	width: 259px;
	height: 49px;
}

#sidebar p#staff-bnr {
	background: url(images/common/staff_banner.gif) no-repeat;
	width: 259px;
	height: 67px;
	margin-bottom: 15px;
	text-indent: -9999px;
}

#sidebar p#staff-bnr a {
	display: block;
	width: 259px;
	height: 67px;
}

/*
#sidebar p#movie {
	width: 260px;
	margin-bottom: 15px;
	text-align: center;
}
*/
#sidebar div#movie {
	width: 260px;
	margin-bottom: 15px;
	text-align: center;
}
#sidebar p#blog-banner {
	background: url(images/common/blog_banner.gif) no-repeat;
	width: 260px;
	height: 77px;
	margin-bottom: 15px;
	text-indent: -9999px;
}
#sidebar p#blog-banner a {
	display: block;
	width: 260px;
	height: 77px;
}

/* アサヒビール後援ブログ */

#sidebar p#beer-banner {
	background: url(images/common/beerblog_bnr.jpg) no-repeat;
	width: 260px;
	height: 114px;
	margin-bottom: 15px;
	text-indent: -9999px;
}
#sidebar p#beer-banner a {
	display: block;
	width: 260px;
	height: 114px;
}


#sidebar p#honki-card-bnr {
	width: 260px;
	height: 84px;
	margin-bottom: 15px;
	text-indent: -9999px;
}
#sidebar p#honki-card-bnr a {
	display: block;
	width: 260px;
	height: 84px;
	background: url(images/common/honki-card-bnr.jpg) no-repeat;
}

#sidebar .headline-side {
	width: 260px;
	height: 35px;
	margin-bottom: 15px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#sidebar div#twitter {
	width: 220px;
	margin: 0px auto 15px;
}

#sidebar h2#support-side {
	background-image: url(images/common/support-side_h2.gif);
}

#sidebar ul#support-list {
	width: 260px;
	margin-bottom: 5px;
}

#sidebar li {
	width: 240px;
	margin-bottom: 10px;
	padding: 0 10px;
	list-style: none;
}

/*-------------------------
	フッター
-------------------------*/
#footer-wrapper{
	background-color: #6d8c20;
}

#footer {
	width: 929px;
	height: 64px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: right;
	color: #ffffff;
}
/* ------------------------------------
   ナビ
------------------------------------ */
div.navi {
	font-size: 90%;
	margin: 30px 15px 20px 15px;
/*	margin-top: 30px;
	margin-bottom: 20px;
*/	line-height: normal;
}
div.navi-prev {
	float: left;
}
div.navi-prev a {
	background: url(images/common/navi_prev.gif) no-repeat 0 1px;
	padding: 0 0 0 12px;
}
div.navi-next {
	float: right;
}
div.navi-next a {
	background: url(images/common/navi_next.gif) no-repeat right 1px;
	padding: 0 12px 0 0;
}

/*-------------------------
	トップページ
-------------------------*/

/* 919バナー */
#contents div#beachclean-bnr {
	width: 550px;
	height: 205px;
	margin: 10px auto 20px;
}

#contents div#beachclean-bnr a {
	background-image: url(images/top/beachclean-bnr.jpg);
	text-indent: -9999px;
	display: block;
	width: 550px;
	height: 205px;
}

#contents div#news-box div#support ul {
	list-style-type: none;
}


#contents h2#news-h {
	background-image: url(images/top/news_h2.gif);
}
#contents h2#koe-h {
	background-image: url(images/top/koe_h2.gif);
}

p#more {
	text-align: right;
	float: right;
	background: url(images/top/more.gif) no-repeat;
	height: 15px;
	width: auto;
	padding-left: 17px;
	padding-right: 12px;
	margin-top: -39px;
}

p#more a {
	color: #786848;
}

/* 最新情報リスト */
#contents div#news-box div.news-contents {
	width: 629px;
	margin-bottom: 25px;
}

#contents div#news-box div.news-contents p.news-date {
	width: 90px;
	height: 19px;
	margin: 0 10px 0 0;
	padding-bottom: 2px;
	text-align: right;
	color: 89703f;
	border-bottom: 1px #6d8c20 solid;
	float: left;
}

#contents div#news-box div.news-contents div.news-text-box {
	width: 529px;
	float: right;
}

#contents div#news-box div.news-contents div.news-text-box p.news-title {
	width: 519px;
	min-height: 19px;
	margin: 0;
	padding-bottom: 2px;
	padding-right: 10px;
	border-bottom: 1px #e2e8d2 solid;
}
#contents div#news-box div.news-contents div.news-text-box p.news-title span.news-title-text {
	vertical-align: top;
	margin-right: 8px;
}
#contents div#news-box div.news-contents div.news-text-box p.news-title img {
	margin: 0;
}
#contents div#news-box div.news-contents div.news-text-box p.news-title a {
	color: #1179b0;
}

#contents div#news-box div.news-contents div.news-text-box div.news-text {
	padding-top: 8px;
	padding-right: 10px;
}

/* 協賛バナー */

#contents div#news-box div#support {
	width: 552px;
	height: 130px;
	margin: 10px auto;
	background-image: url(images/top/support-banner.jpg);
	text-indent: -9999px;
}
#contents div#news-box div#support ul {
	list-style-type: none;
}


/*-------------------------
	参加者の声
-------------------------*/

#contents div#koe-box div.koe-l {
	width: 628px;
	margin-bottom: 2px;
}
#contents div#koe-box div.koe-contents01 {
	width: 194px;
	padding: 6px;
	border: 1px #c0c7ae solid;
	float: left;
	height: 175px;
}
#contents div#koe-box div.koe-contents02 {
	width: 194px;
/*	height: 111px;*/
	padding: 6px;
	border: 1px #c0c7ae solid;
	margin-left: 2px;
	float: left;
	height: 175px;
}
#contents div#koe-box div.koe-contents03 {
	width: 580px;
	margin: 20px auto;
	padding: 6px;
	border: 1px #c0c7ae solid;
/*	float: left;*/
}

div#contents div.contents-box h3.voice-name-top {
	text-indent: 0;
	font-size: 12px;
	margin-bottom: 12px;
	padding: 3px 5px 3px 38px;
	line-height: 1.5em;
	background: #f2efe9 url(images/common/voice-title-bg.png) no-repeat 5px center;
}

div#contents div.contents-box h3.voice-name {
	text-indent: 0;
	font-size: 14px;
	margin-bottom: 12px;
	padding: 3px 5px 3px 38px;
	line-height: 1.8em;
	background: #f2efe9 url(images/common/voice-title-bg.png) no-repeat 5px center;
}

#contents div#koe-box div.koe-contents03 img {
	width: 71px;
	margin-right: 15px;
	margin-bottom: 7px;
	float: left;
}

/*
#contents div#koe-box p {
	width: 118px;
	float: left;
}*/
#contents div#koe-box p.koe-img01 {
	width: 71px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
#contents div#koe-box p.koe-img02 {
	width: 71px;
	margin-right: 15px;
	margin-bottom: 7px;
	float: left;
}
#contents div#koe-box p.koe-img01 img,
#contents div#koe-box p.koe-img02 img {
	margin: 0 0 5px 0;
}

/*-------------------------
	blog一覧ページ
-------------------------*/
#contents div#blog-box dl.blog-list {
	padding: 0 20px 0 15px;
}

#contents div#blog-box dl.blog-list dt {
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 10px;
	margin-top: 20px;
}

#contents div#blog-box dl.blog-list dt span {
	margin-right: 10px;
}

#contents div#blog-box dl.blog-list dd {	
	line-height: 1.5;
	margin-bottom: 40px;
	border-bottom: solid 1px #6d8c20;
}

#contents div#blog-box dl.blog-list dd .meta-box {
	padding: 5px 0;
	width: 580px;
}

#contents div#blog-box dl.blog-list dd p {
	margin-bottom: 10px;
}

#contents div#blog-box dl.blog-list div.meta-box p.comment-num {
	float: left;
}
#contents div#blog-box dl.blog-list div.meta-box p.blog-more {
	float: right;
	padding-right: 15px;
	background:url(images/common/arrow.gif) right 5px no-repeat;
}

/*-------------------------
ブログ(single.php) 
-------------------------*/
/* ブログページのカテゴリー表示 */
div#contents div#category-box {
	width: 614px;
	margin: 5px 30px 10px 15px;
	text-align: right;
}
/* ブログ(single.php) コメント */
div#contents div.comment-box {
	width: 610px;
	margin: 0 34px 0 15px;
}
div#contents div.comment-box p {
	margin-top: 5px;
}
div#contents div.comment-box div#pings, div#contents div.comment-box div#comments {
	width: 610px;
	border-top: 1px dotted #6d8c20;
	margin-top: 10px; 
	padding-top: 10px;
}
div#contents div#comments div.com {
	width: 610px;
	border-bottom: 1px dotted #6d8c20;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
div#contents div.comment-box h4 {
	font-size: 12px;
}

/*-------------------------
	カテゴリー一覧の共通デザイン
-------------------------*/
div#contents div.contents-box div.category-box {
	margin: 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #6D8C20;
}

/*-------------------------
	登場人物のテーブルデザイン
-------------------------*/
table#member-table {
}

table#member-table td {
	padding: 5px;
}

table#member-table td.member-image {
	border-right: 1px solid #6d8c20;
	width: 160px;
}


/*-------------------------
	こんな方を応援しています
-------------------------*/
div#contents div#links-box ul {
	margin: 0;
	list-style-type: none;
	line-height: 150%;
}
div#contents div#links-box li.link-name {
	margin: 10px 0 0;
	padding: 0 0 0 23px;
	background: url(images/common/li-mark.gif) no-repeat 0 2px;
}
div#contents div#links-box li.link-desc {
	padding: 7px 0 10px 23px;
	border-bottom: 1px dashed #6D8C20;
}



/*-------------------------
	お問い合わせ
-------------------------*/
div#contents div.contents-box table.inquiry-form {
	width: 629px;
	font-size: 12px;
}
div#contents div.contents-box table.inquiry-form th, table.inquiry-form td {
	padding: 5px 10px;
	text-align: left;
}
div#contents div.contents-box table.inquiry-form th {
	font-weight: normal;
	width: 30%;
	border-right: 3px solid #6d8c20;
}
div#contents div.contents-box table.inquiry-form td {
	width: 70%;
}
div#contents div.contents-box p.inquiry-submit {
	margin-top: 15px;
	text-align: center;
}

div#contents div.contents-box table.inquiry-form input.txt-add1,
div#contents div.contents-box table.inquiry-form input.txt-add2 {
	width: 50px;
}



