/*
Theme Name: hirotuken
Template: twentyeleven
*/

/* =twentyelevenのCSSの読込 
-------------------------------------------------------------- */

@import url('../twentyeleven/style.css');

/* --- 変更--------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: "sans-serif","Osaka","arial";
	}
	
/* =Structure
----------------------------------------------- */

#page {
	margin: 0 auto;/*上部ロゴタイトルを上寄せにするため変更*/
	width: 1000px;/*max-widthだったのですが、幅を固定にしました*/
	}

#branding hgroup {
	/*背景画像でひろしま画像を配置*/
	background-image:url(../hirotuken/images/hiroshima.png);
	background-repeat: no-repeat;
	background-position:right;
	margin:0px;
	height:67px;
	}

/* Right Content */
.left-sidebar #content {
	margin: 0 7.6% 0 28%;/*コンテンツを左寄せするため34%から28%に変更*/
	width: 700px;/*コンテンツの幅を大きくするために、58.4%から変更*/
}
.left-sidebar #secondary {
	margin-left: 0px;/*サイドーバーを左寄せにするため変更*/
	width: 26%;/*サイドーバーの表示の幅の変更*/
}

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #000; /*<---#373737だったのを ★変更★*/
	font-size: 15px;
	font-family:"sans-serif","Osaka","arial";/*変更*/
	font-weight: 300;
	line-height: 1.625;
}

#page {
	background: url("../hirotuken/images/back.png");/* 全体背景画像設定 */
}


/* =Header
----------------------------------------------- */
#branding {
	border: none;
	padding: 0px;
	}


/*ロゴ上寄せにするため*/
#site-title {
	margin: 0px;
	padding:0px;
	height:17px;	
	}

/* ロゴ下余白 */
#site-description {
	margin: 0 0 0 0;
}
	
/*ロゴ画像の大きさ指定*/
#site-description img{
	width: 347px;
	margin:0px;
}

/* =Content
----------------------------------------------- */
/*コンテンツ全体の余白変更*/
#main {
	padding: 0px;
	}

/*コンテンツ下部分余白*/
.hentry,
.no-results {
	margin: 0 0 1em 0;
	padding: 0;
}
/* =Footer
----------------------------------------------- */

/*  フッタ背景色指定と角丸  */
#supplementary {
	border-top: 1px solid #ddd;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	background:#664A32;
	border-top-left-radius: 20px;     /* 左上 */
	border-top-right-radius: 20px;    /* 右上 */
	height:25px;
	padding-top:8px;
}

/* =Widgets
----------------------------------------------- */
/*フッタ文字色*/
.widget-title {
	color: #FFFFFF;
	}

/* =Responsive Structure
----------------------------------------------- */
@media (max-width: 800px) {

	#main #content {
		margin: -15px 7.6% 0 28%;
		width: auto;
	}

	#main #secondary {
		float: none;
		margin: 0px ;
		width: auto;
	}
}

@media (max-width: 650px) {
	
	.entry-title {
		font-size: 26px;
	}
}

/* --- 新規追加追加-------------------------------------------- */

/* =全体
----------------------------------------------- */
/*ヘッダのh1文字の大きさ設定*/
#site-title a, #site-description {
	font-size: 10px;
}

/* 枠線設定 */
/* 枠線 */
.h-content-frame{	
	 	background-color: #f8f8f8;
		margin: 15px 5px 15px 0px;
		width:670px;
		padding:10px 20px 15px;
		
		border: 1px solid #E0D092 ;
		border-radius: 10px;        /* CSS3草案 */
		-webkit-border-radius: 10px;    /* Safari,Google Chromeóp */
		-moz-border-radius: 10px;   /* Firefoxóp */

		-moz-box-shadow: 0px 0px 15px 0 #E0D092 ;/* Firefox用 */
		-webkit-box-shadow: 0px 0px 15px  #E0D092; /* Safari, Chrome用 */
		-o-box-shadow: 0px 0px 15px  #E0D092;
		-ms-box-shadow: 0px 0px 15px  #E0D092;	
		box-shadow: 0px 0px 15px 0  #E0D092;/* CSS3 */
		}
		
/* 行頭スペース設定 */
.h-space{
	padding-left:1em;
}

/*入力内容のURLなどのリンクの文字が長い場合強制改行する*/
.entry-content a{
	word-break: break-all;	
}

/*日付表示 トップ、活動内容、各部ブロック部分*/
.h-infodate{
	font-size:70%;
	margin:0 5px 0 5px;
	letter-spacing:0px;
	}
/*** 固定ページコンテンツ文字の指定 ***/

.page .entry-title{/*タイトル画像位置*/
	margin:0 0 0 18px;
	}
.page .entry-content{
	font-size: 13px;
	letter-spacing: 1px;
	padding: 0 0 0 1.6em;
}

.page .entry-content p{
	font-size: 13px;
    line-height: 1.7em;
    padding: 0;
    letter-spacing: 1px;/*padding :.5em 0 ;よりこれより上記に変更*/
	margin:0;
}

/***投稿タイトルと文字スタイル追加***/
/*通常投稿*/
.post .entry-title{
	padding-right: 0.9em;
	padding-left: 0.5em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-top: 5px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #F7CF7A;
	letter-spacing: 1px;
    }  
.post .entry-meta{  
    display: block;  
     padding-top:.2em;  
     font-size:.8em;  
     color:#ccc;  
    }  


.post .entry-title .entry-meta {
	padding: 0px;
	font-size: 12px;
	line-height: 150%;
}
.post .entry-meta {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #f3f3f3;
	font-weight: normal;
	color: #666; 
}

.post .entry-content, .post .entry-summary{
    font-size: 0.9em;
    line-height: 1.7em;
    padding: 1.625em 0 1.6em 1.6em;
    letter-spacing: 1px;
}

.post .entry-content p {
    font-size: 0.9em;
    line-height: 1.7em;
    padding: 0;
    letter-spacing: 1px;
    margin:0;
	}
	
/*大きな行事*/
.big_event .entry-title{
	padding-right: 0.9em;
	padding-left: 0.5em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-top: 5px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #F7CF7A;
    }  
.big_event .entry-meta{  
    display: block;  
     padding-top:.2em;  
     font-size:.8em;  
     color:#ccc;  
    }  

.big_event .entry-title .entry-meta {
	padding: 0px;
	font-size: 12px;
	line-height: 150%;
}
.big_event .entry-meta {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #f3f3f3;
	font-weight: normal;
	color: #666;
}

.big_event .entry-content, .big_event .entry-summary {
    font-size: 0.9em;
    line-height: 1.7em;
    padding: 1.625em 0 1.6em 1.6em;
}

.big_event .entry-content p {
    font-size: 0.9em;
    line-height: 1.7em;
    padding: 0;
    letter-spacing: 1px;
    margin:0;
	}
	
	
/*商品*/
.goods .entry-title{
	padding-right: 0.9em;
	padding-left: 0.5em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-top: 5px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #F7CF7A;
    }  
.goods .entry-meta{  
    display: block;  
     padding-top:.2em;  
     font-size:.8em;  
     color:#ccc;  
    }  

.goods .entry-title .entry-meta {
	padding: 0px;
	font-size: 12px;
	line-height: 150%;
}
.goods .entry-meta {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #f3f3f3;
	font-weight: normal;
	color: #666;
}

.goods .entry-content, .big_event .entry-summary {
    font-size: 0.9em;
    line-height: 1.7em;
    padding: 1.625em 0 1.6em 1.6em;
}

.goods .entry-content p {
    font-size: 0.9em;
    line-height: 1.7em;
    padding: 0;
    letter-spacing: 1px;
    margin:0;
	}
		
/* サイドメニュー設定 
----------------------------------------------- */ 
/* 枠線設定 */
.h-side-frame{	
	 	background-color: #f8f8f8; 
		margin: 15px 0px 15px 7px;
		width:250px;
		padding:8px 0px 0px 0px ;
		
		border: 1px solid #E0D092 ;
		border-radius: 10px;        /* CSS3草案 */
		-webkit-border-radius: 10px;    /* Safari,Google Chromeóp */
		-moz-border-radius: 10px;   /* Firefoxóp */

		-moz-box-shadow: 0px 0px 15px 0 #E0D092 ;/* Firefox用 */
		-webkit-box-shadow: 0px 0px 15px  #E0D092; /* Safari, Chrome用 */
		-o-box-shadow: 0px 0px 15px  #E0D092;
		-ms-box-shadow: 0px 0px 15px  #E0D092;	
		box-shadow: 0px 0px 15px 0  #E0D092;/* CSS3 */

}

/* メニュー設定 */
.h-side-menu {
	background-image: url(../hirotuken/images/menu/menu_icon_hand.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding: 5px 0;
	margin:0; 
	display:block;
}

.h-side-menu a{
	padding-left:45px
	}
 
.h-side-dotline{
	background-image:url(../hirotuken/images/menu/dotoline.gif);
	background-repeat:repeat-x;
	margin:0 10px;
	height: 3px;
	margin:0;
}


/*メニューの商品紹介のところのテキストと背景*/

.h-m-shopitem{
	padding:0 10px 10px 0;
	float:left;
	font-size: 9px; 
	}
	
.h-m-shop p{
	margin:0;
	}

.h-m-shop{
	margin:20px 20px 0px 20px;
	}
.h-m-shopt{
	font-weight:bold;
	margin:0;
}
.h-m-itembun{
	margin:0px;
	
}


#secondary h2{/*おすすめ商品文字*/
	font-weight:bold;
	color:#34201B;
	padding-bottom:5px;
	}

.h-m-continue{
	padding:0;
	text-align:right;
}


/* =トップページ
----------------------------------------------- */
/*** 大きな行事設定 ***/ 
.osirase{/*背景の斜線を入れる*/
	background-image: url(../hirotuken/images/main/bg-osirase.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	/*大きさ*/
	height: 17px;
}

#h-top-bigevent p{
	line-height:17px;
	margin:0;
	padding:0;
}

/*** トップ新着情報設定 ***/ 
#h-top-news ul{
	margin :0px 10px 0 0;
	 }
#h-top-news ul img{
	vertical-align: middle;
	}

	 
#h-top-news li{
	margin :1px 0 2px 0;
	padding:1px 0 5px 0;
	list-style:none;/*リストマークを非表示にする*/
	/*点線を入れる*/
	background-image: url(../hirotuken/images/main/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
/***トップ画面の各ブロック一活動状況一覧 ***/ 
.h-top-ac-block{
	height:30em;
	width:680px;
	margin-left:10px;
	}
	
	
.h-top-catday{/*日付の文字の大きさ*/
	font-size:11px;
	line-height: 11px;
	padding-left:5px;/*日付表示の調整*/
	}

.h-top-cattitle{/*ブログタイトル表示の調整*/  
	margin-bottom:5px;
	padding:0 10px 0 5px;
	font-size:80%;
	height:40px;
}


	
/*位置指定*/
#h-top-ac-west,#h-top-ac-east,#h-top-ac-densyouhan{
	float: left;
	width: 30%;
	margin-right:3%;
	}

#h-top-ac-central,#h-top-ac-saeki,#h-top-ac-shijogakushu{
	float: left;
	width: 30%;margin-right:3%;
	/*padding-right;10px;*/
	}

#h-top-ac-south,#h-top-ac-north,#h-top-ac-n-action{
	float: right;
	width: 30%;
	margin-right:4%;
	}
	
#h-top-ac-east,#h-top-ac-densyouhan{
	clear: both;
	}
	
.h-top-ac-dots{
	height: 1px;
	background-image: url(../hirotuken/images/main/kakublock_dot_line.gif);
	background-repeat: repeat-x;
	padding:5px 0 3px;margin:0;
	}
		
#h-top-ac-north,#h-top-ac-east,#h-top-ac-saeki,#h-top-ac-densyouhan,#h-top-ac-shijogakushu,#h-top-ac-n-action{
	padding-top:10px;
	}
	
.h-top-ac-block a:link {
	color:#000000;
	}
	
.h-top-ac-block a:visited {
	color:#000000;
	text-decoration: none;
	}

.h-top-ac-block a:hover {
	color:#1982d1;
	}

#h-top-ac-central .h-top-cattitle{
	border-left:solid 4px #63CC2A;
	}
#h-top-ac-east .h-top-cattitle{
	border-left:solid 4px #EC347E;
	}
#h-top-ac-south .h-top-cattitle{
	border-left:solid 4px #FD68C4;
	}
	
#h-top-ac-north .h-top-cattitle{
	border-left:solid 4px #2E5ECD;
	}
#h-top-ac-west .h-top-cattitle{
	border-left:solid 4px #FC5F4C;
	}
#h-top-ac-saeki .h-top-cattitle{
	border-left:solid 4px #BCC21A;
	}
#h-top-ac-densyouhan .h-top-cattitle{
	border-left:solid 4px #7f7fff;
	}

#h-top-ac-shijogakushu .h-top-cattitle{
border-left:solid 4px #bf9c4e;
}

#h-top-ac-n-action .h-top-cattitle{
	border-left:solid 4px #9750b3;
}

#h-top-ac-central .h-top-catday{
	color: #63CC2A;
	border-left:solid 4px #54BB22;
	}
	
#h-top-ac-east .h-top-catday{
	color: #EC347E;
	border-left:solid 4px #D62C75;
	}
#h-top-ac-south .h-top-catday{
	color: #FD68C4;
	border-left:solid 4px #EA5CAE;
	}
#h-top-ac-north .h-top-catday{
	color: #2E5ECD;
	border-left:solid 4px #2859B5;
	}
	
#h-top-ac-west .h-top-catday{
	color: #FC5F4C;
	border-left:solid 4px #EA5046;
	}
	
#h-top-ac-saeki .h-top-catday{
	color: #BCC21A;
	border-left:solid 4px #AFAD1C;
	}

#h-top-ac-densyouhan .h-top-catday{
	color: #7f7fff;
	border-left:solid 4px #6666cc;
	}

#h-top-ac-shijogakushu .h-top-catday{
color: #bf9c4e;
border-left:solid 4px #ae8f4b;
}

#h-top-ac-n-action .h-top-catday{
color: #bf9c4e;
border-left:solid 4px #7d4294;
}

/*各固定ページのスタイル
----------------------------------------------- */ 

/*広通研とはの設定*/

/*Q画像を背景に指定と文字の大きさ指定*/
.h-QStyle{
	background-image: url(../hirotuken/images/Q.png );
	background-repeat: no-repeat;
	line-height:29px;
	padding:0 40px 0px 32px;
	vertical-align : top;
	margin:10px 0 10px 0px;
	font-size: 18px;
	}

/*オレンジ文字の設定*/
.h-Afont-orange{
	color:#CD8A19; 
	font-size: 16px;
	margin:0 0 4px 32px;
}

/*会員募集についての設定*/

/*質問の文字の設定*/
.h-as-Q{
	color:#603433; 
	font-size: 18px;
	padding:0 0 10px 0px;
}

/*通常文スタイル*/
.h-as-bun{
	margin:0 0 10px 25px;
}

/*年会費全体*/
.h-as-nen-all{
	margin-bottom:15px;
	text-align: center;
	font-weight:bold;
	vertical-align:baseline;
	color:#602129;
	text-align: center;
	}
/*年会費タイトル*/
.h-as-nen-ti{
	font-size: 21px;
}
/*年会費金額*/
.h-as-nen-kin{
	font-size: 28px;
}	

	
/*どう使われいるの*/

.h-as-dr{
	float:left;
	width:150px;
  } 

.h-as-dc{
	float:left;
	margin:0;
	padding:0;
	text-indent: -2em;
    padding-left: 2em;
  } 	
.h-as-dl{
	float:left;
	white-space: nowrap;
	margin-bottom:10px;
	text-align:right;
   }

.h-as-sikaku:before {content: url("../hirotuken/images/sikaku-mark.png");
			padding-right:10px;
 			line-height:14px;
 			vertical-align: middle;
 			}



	/*background-image: url(../hirotuken/images/sikaku-mark.png );
	background-position:left center;
	background-repeat: no-repeat;
	line-height:16px;
	padding-left:50px;*/




/*ブロック部分*/
.h-as-br{
	float:left;
	width:230px;
  } 
.h-as-bl{
	float:left;
	white-space: nowrap;
	width:200px;
	margin-bottom:10px;
   }

/*会員募集終了*/

/* =商品紹介
----------------------------------------------- */
/*書籍全体ブロック*/
.h-re-book{
	margin:15px 0px 10px 5px;
}

/*1データ部分のブロック*/
.h-re-block{
	float: left;
	width:190px;
	margin-left:30px;
	height:240px;
	}
	
/*最後のフロートクリア*/	
.h-re-clear{
	clear:both;
}

/*商品画像*/
.h-re-photo{
	border-top:dashed 2px #CECECE;
	text-align: center;
	margin:0;
	padding:10px 0 10px 0;
	height:135px;
}

/*商品タイトル*/
.h-re-title{
	border-top:dashed 2px #CECECE;
	margin:0;
	padding:2px 15px 2px 15px;
	height:50px;
}

/*商品価格*/
.h-re-price{
	background-color: #E6E6E6;
	margin:0;
	width:182px;
	height:25px;
	padding:0 3px 0 3px;
	text-align: right;
	font-size: small;
}

/* =活動内容
----------------------------------------------- */
/*全体活動*/
.h-ac-list ul{
	list-style: none;
	}

.h-ac-list li{
	margin: 0 0 3px 0;
	padding:0;
	border-left:solid 4px #6B352D;
	}	
/* =活動状況の各ブロック部分
----------------------------------------------- */
/*投稿部分*/
.h-acblock .h-content{
	margin: 10px 0 0 0;
	padding: 5px 10px 5px 10px;
	background-color: #E6E6E6;
}

/*一覧タイトル（全体活動も含む）*/
.h-acb-title_h2{
	margin: 0 0 0 10px;
	}
	
.h-acb-line{
	margin: 0 0 0 14px;
	max-height: 500px;
    overflow: hidden scroll;
	
	}

/*一覧スクロールバー*/
.h-acb-line::-webkit-scrollbar{
	width: 7px;
	height: 10px;
}
.h-acb-line::-webkit-scrollbar-thumb{
	background: linear-gradient(0deg,#43e2c6,#3183d0);
	border-radius: 3px;
}

.h-acb-line::-webkit-scrollbar-track{
   background: rgba(100,100,100, .5);
}


.h-acb-line li{
	margin: 0 0 3px 0;
	padding:0;
	list-style: none;
	}
	
.h-acb-west li{
	border-left:solid 4px #FC5F4C;
}

.h-acb-central li{
	border-left:solid 4px #54BB22;
}	

.h-acb-south li{
	border-left:solid 4px #FD68C4;
}	

.h-acb-east li{
	border-left:solid 4px #EC347E;
}	

.h-acb-saeki li{
	border-left:solid 4px #BCC21A;
}	

.h-acb-north li{
	border-left:solid 4px #2E5ECD;
}

.h-acb-iryouhan li{
	border-left:solid 4px #5CCCCB;
}

.h-acb-houritutoshuwa li{
	border-left:solid 4px #2E8E45;
}		

.h-acb-densyouhan li{
	border-left:solid 4px #7f7fff;
}
.h-acb-shijogakushu li{
border-left:solid 4px #ae8f4b;
}

/*instagramの幅設定20240604*/
.instagram-media{
	min-width:250px !important;
	margin-left:8px!important;
}