@charset "UTF-8";

/*
Theme Name: 新しいWordPressサイト2
Author: Homepage Builder
Author URI: http://www.justsystems.com/jp/links/hpb/creator.html?p=hpb17_wp_hpbdash
Description: このテーマは「JustSystems Homepage Builder Version 17.0.1.0 for Windows」によって作成されました。サイト名は「新しいWordPressサイト2」、サイトの公開日時は「2013年07月03日10:26」です。
License URI: license.txt
*/
/*
Theme Name: 日本共産党徳島県委員会２
Author: Homepage Builder
Author URI: http://www.justsystems.com/jp/links/hpb/creator.html?p=hpb17_wp_hpbdash
Description: このテーマは「JustSystems Homepage Builder Version 17.0.7.0 for Windows」によって作成されました。サイト名は「日本共産党徳島県委員会２」、サイトの公開日時は「2013年07月02日10:26」です。
License URI: license.txt
*/

/* for IE8, IE7, IE6 */
article,
aside,
details,
figcaption,
figure,
footer,
header,Fw
hgroup,
menu,
nav,
section{
     display: block;
}

body{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size : 65%;
	font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
	color : #000000; /* 標準文字色 */
	background-position: 0 top;
	min-width: 1000px;
//	background-color: #f3f3f3;
	background-color: #fff;
}

body.home{

}

blockquote {
	background-color: #eee;
	border-radius: 10px;
	padding: 10px 20px;
}

img{
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

/* リンク文字色 */
a:link,
a:visited{
	color: #468; /* 標準文字色 */
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

a:hover,
a:active {
	color: #f15;
}

a:active{
	text-decoration: none;
}

.hpb-posttype-news a:link, a:visited{
	color: #468; /* ニュース文字色 */
	text-decoration: underline;
}

.hpb-posttype-news a:hover, a:active{
	color: #f15;
	text-decoration: none;
}

.hpb-posttype-kubonews a:link, a:visited{
	color: #468; /* 久保ページ文字色 */
	text-decoration: underline;
}

.hpb-posttype-kubonews a:hover, a:active{
	color: #f15;
	text-decoration: none;
}

.hpb-posttype-yamamotonews a:link, a:visited{
	color: #468; /* 山本ページ文字色 */
	text-decoration: underline;
}

.hpb-posttype-yamamotonews a:hover, a:active{
	color: #f15;
	text-decoration: none;
}

.hpb-posttype-shirakawanews a:link, a:visited{
	color: #468; /* 白川ページ文字色 */
	text-decoration: underline;
}

.hpb-posttype-shirakawanews a:hover, a:active{
	color: #f15;
	text-decoration: none;
}

.hpb-posttype-activity a:link, a:visited{
	color: #468; /* 徳島新報文字色 */
	text-decoration: underline;
}

.hpb-posttype-activity a:hover, a:active{
	color: #f15;
	text-decoration: none;
}

.hpb-posttype-rinrin a:link, a:visited{
	color: #468; /* 徳島新報文字色 */
	text-decoration: underline;
}

.hpb-posttype-rinrin a:hover, a:active{
	color: #f15;
	text-decoration: none;
}

.hpb-posttype-yokostory a:link, a:visited{
	color: #468; /* 白川よう子STORY文字色 */
	text-decoration: underline;
}

.hpb-posttype-yokostory a:hover, a:active{
	color: #f15;
	text-decoration: none;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color : white;
}

#hpb-grobal-header{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
//	position: fixed;
	position: relative;
	margin-bottom: 0;
	background-repeat : no-repeat;
	background-position: right bottom;
//	background-image : url(http://jcp-tokushima.com/wp/wp-content/uploads/2014/01/jcp_right1401.png);
//	background-attachment : fixed;
//	background-position : right center;
	z-index: 1000;
	top: auto;
	left: auto;
}

/*
#hpb-grobal-header{
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	z-index: 1000;
}
*/

#hpb-grobal-header:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#hpb-inner{
	background-color: #fff;
	width: 980px;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	position: relative;
}

.home #hpb-inner{
	margin-top: 65px;
}

#hpb-inner:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#hpb-content{
	width: 650px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	position: relative;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	float: left;
}

.home #hpb-content{
	background-color: transparent;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top: 0;
}

.home #hpb-title{
	margin-top: 0;
	margin-left: -330px;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	clear: both;
	width: auto;
	height: 238px;
}

.home #hpb-title h2{
	background-image : url(top.png);
	background-position: left top;
	background-repeat: no-repeat;
	height : 150%;
	border-bottom : medium none;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	z-index: 10;
	top: -100px;
	right: 0px;
}

#hpb-main{
	width: 648px;
	text-align: left;
}

.home #hpb-main{
	padding-top: 0px;
}

/* サイド */
aside{
	width: 300px;
	float: right;
	margin-top: 0;
}

#ie6 aside{
	margin-top: 0;
}

.home aside{
	margin-top: 10px;
}

#ie6 .home aside{
	margin-top: 10px;
}

/* フッター */
#hpb-global-footer{
	background-color: #47f;
	width: 1000px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

#hpb-global-footer p {
	color: #fff;
}

/* ナビゲーション */
#hpb-main-nav{
	clear: both;
	z-index: 100;
	right: 10px;
	margin-left: 0;
	margin-right: 0;
	width:1000px;
}

.home #hpb-main-nav{
	position:absolute;
	top: 65px;
	left: 0;
}

#page-content blockquote{
	background-color: #EEDFC7;
	background-image : url(img/bg_blockquote_01.png);
	background-position: left top;
	background-repeat: no-repeat, no-repeat;
	padding-top: 20px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
	margin-top: 0;
	margin-left: 0;
	margin-left: 0;
	margin-right: 0;
}

#page-content p{
	margin-left: 5px;
	margin-right: 5px;
	font-size: 150%;
}


#page-content h3 span{
	font-size:140%;
}

#pagelist{
	font-size: 150%;
}

#inlist{
	font-size: 90%;
}

#caln{
	width: 300px;
	float: right;

}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/

/* 背景設定 */

/* コンテンツ配置領域 */
.home #hpb-main div{
	/*
	background-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d9d9d9;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #d9d9d9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d9d9d9;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #d9d9d9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	*/
	margin-bottom: 10px;
}

/* ナビゲーション */
#hpb-main-nav ul{
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	list-style-type: none;
	text-align: left;
	background-image : url(img/bg_menu-mainnav_off.png);
	background-position: top;
	background-repeat: repeat;
}

#ie6 #hpb-main-nav ul {
	/*
	height: auto !important;
	height: 35px;
	*/
}

#hpb-main-nav li{
	border-right-color: #e6e5e5;
//	border-right-color: #d6d5d5;
	border-right-style: solid;
	border-right-width: 1px;
	float: left;
	z-index: 100;
}

#ie6 #hpb-main-nav li,
#ie7 #hpb-main-nav li{
	position: relative;
}

/* ナビゲーションサブメニュー */
#hpb-main-nav ul .sub-menu{
	display: none;
	background-color: rgba( 236, 218, 144, 0.85 );
	position: absolute;
	margin-top: 56px;
	margin-left: 0;
	z-index: 200;
	height: auto;
	background-image: none;
	padding:0;
}

#hpb-main-nav ul .sub-menu ul{
	margin-top: 0;
	padding: 0;
}

#hpb-main-nav ul .sub-menu li{
	border-right-style: none;
}

#hpb-main-nav ul .sub-menu li a{
	background-image: none;
	display: block;
	height: auto;
	padding-bottom: 8px;
	line-height: 2.5;
	border-bottom-style: none;
}

#hpb-main-nav ul .sub-menu li a:hover {
}

#hpb-main-nav ul li:hover .sub-menu{
	display: block;
}

#hpb-main-nav ul li:hover .sub-menu a {
}

#hpb-main-nav ul ul li{
	float: none;
	border-radius: 3px;
}

#hpb-main-nav ul ul a{
	float: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#hpb-main-nav li a{
	background-image : url(img/bg_menu-mainnav_off.png);
	background-repeat: repeat;
	background-position: top;
	display: block;
	float: left;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 14px;
	line-height: 56px;
	height: 56px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

/* ナビゲーションリンク */
#hpb-main-nav a:link,
#hpb-main-nav a:visited{
	color: #3a5c74;
	font-weight: bold;
	text-decoration: none;
}

#hpb-main-nav a:hover,
#hpb-main-nav a:active{
	background-image : url(img/bg_menu-mainnav_on.png);
	color: #f15;
	text-decoration: none;
}

/* ヘッダー内パーツ */
#hpb-header-extra1{
	color: #ce6824;
	width: 540px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: right;
	text-align: left;
	position: absolute;
	right: 0;
	height: 80px;
}

.home #hpb-header-extra1{
	margin-bottom: 0;
}

#hpb-header-extra1 p{
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 2em;
	text-align: right;
}

#hpb-header-extra1 p.tel span{
	/* 電話番号の「TEL」文字設定 */
	background-repeat: no-repeat;
	padding-left: 0;
}

#hpb-header-extra1 p.address{
	/* 住所文字設定 */
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.2;
	font-size: 1.2em;
	color: #f2f2f2;
}

/* パンくずリスト */
div#hpb-breadcrumb-list{
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
}

#hpb-breadcrumb-list div{
	display: inline;
}

#hpb-breadcrumb-list div:first-child{
	/*
	background: url(./img/bg_hpb-main-nav-li.png);
	background-repeat: no-repeat;
	background-position: 16px 0.2em;
	*/
	padding-left: 10px;
}

#hpb-breadcrumb-list a:link,
#hpb-breadcrumb-list a:visited{
	color: #469;
	text-decoration: underline;
}

#hpb-breadcrumb-list a:hover,
#hpb-breadcrumb-list a:active{
	color: #f15;
	text-decoration: none;
	background-color: #fff;
}

#page-content h2{
	background-color: #efefef;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #25d;
	font-weight: bold;
	border-bottom-color: #D9D9D9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color:#D9D9D9;
	border-left-style: solid;
	border-left-width:1px;
	border-right-color: #D9D9D9;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1px;
	line-height: 1.4em;
}

.hpb-entry-thumb img{
	background-color: #eeeeee;
	padding:5px;
}

/* リスト */
#page-content ul{
	list-style: none;
	padding-left: 0;
}

#page-content ul li{
	margin-bottom: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-top: 3px;
}

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-header-main{
	width: 1000px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	height: 66px;
	max-height: 66px;
	background-color: #47f;
}

#hpb-header-main #site-title-box {
	width: 580px;
	height: 66px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#hpb-header-main h1{
	margin: 0;
	padding: 0;
}

/**
#hpb-header-main h1 a {
	display: block;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	overflow: hidden;
	background-image : url(http://jcp-tokushima.com/wp/wp-content/uploads/2016/11/jcp-toku-header.png);
	background-repeat: no-repeat;
	height: 66px;
	text-indent: -9999px;
	z-index:30;
}
**/

#hpb-header-main h1 a {
	width: 320px;
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	display: inline-block;
	margin: 0;
	padding: 15px 0px 0px 180px;
	position: relative;
	overflow: hidden;
	height: 51px;
	z-index:30;
}

#hpb-header-main h1 a:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/01/header02.png);
	position: absolute;
	top: 0px;
	left: 30px;
}

#hpb-header-main h1 a:hover,
#hpb-header-main h1 a:active {
	background-color: #47f;
	text-decoration: none;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
}

#hpb-header-main h1 a:hover:before,
#hpb-header-main h1 a:active:before {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
}

#hpb-header-main #site-title-box2 {
	width: 410px;
	height: 48px;
	margin: 0;
	padding: 18px 0px 0px 10px;
	float: right;
}

#hpb-header-main #site-title-box2 a {
	width: 100px;
	color: #fff;
	font-size: 1.5em;
	background-color: #47f;
	margin: 5px 30px 0px 0px;
	padding: 0px 0px 0px 35px;
	display: inline-block;
	position: relative;
	float: left;
}

#hpb-header-main #site-title-box2 a:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/01/mail01.png);
	padding: 1px;
	top: -1px;
	left: -1px;
	position: absolute;
}

#hpb-header-main #site-title-box2 a:hover,
#hpb-header-main #site-title-box2 a:active {
	color: #fff;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	background-color: #47f;
	text-decoration: none;
}

#hpb-header-main #site-title-box2 a:hover:before,
#hpb-header-main #site-title-box2 a:active:before{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
}

#hpb-header-main #site-title-box2 #searchform {
	margin: 0px 0px 0px 0px;
	position: relative;
	float: left;
}

#s {
	width: 170px;
	height: 24px;
	color: #fff;
	font-size: 1.5em;
	line-height: 24px;
	margin: 0px;
	padding: 1px 0px 0px 5px;
	border: 2px solid #fff;
	background-color: #47f;
	position: absolute;
	top: 0px;
	left: 0px;
}

#searchsubmit {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: -1px;
	left: 183px;
}

#searchsubmit:hover,
#searchsubmit:active {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
}

#s::-webkit-input-placeholder {
	color: #fff;
	line-height: 24px;
}

#s:-ms-input-placeholder {
	color: #fff;
	line-height: 24px;
}

#s::-moz-placeholder {
	color: #fff;
	line-height: 24px;
}


#hpb-header-main #hpb-site-desc{
	width: 990px;
	color: white;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	text-align: left;
	font-weight: normal;
	line-height: 30px;
	font-size: 36px;
	height: 2px;
	top: 5px;
}

/* フッター */
footer{
	position: relative;
}

/* フッター内パーツ */
#hpb-footer-main{
	width: 980px;
	margin-top: 10px;
	position: absolute;
}

/* コピーライト文字設定 */
#hpb-footer-main p{
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	margin-bottom: 0;
}

#hpb-footer-main .hpb-copyright{
	color: #fff;
	font-size: 0.8em;
}

footer nav ul{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}

footer nav li{
	/* フッターナビ設定 */
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

footer nav ul li:first-child{
	border-left: none;
}

footer nav a:link,
footer nav a:visited{
	color: #777363;
	text-decoration: none;
}

footer nav a:hover,
footer nav a:active{
	color: #f15;
	text-decoration: underline;
}

/* フッターログイン */
footer .hpb-wp-login a{
	position:absolute;
	right: 10px;
	text-decoration: underline;
}

footer .hpb-wp-login a:link,
footer .hpb-wp-login a:visited{
	color: #fff;
	text-decoration: none;
}

footer .hpb-wp-login a:hover,
footer .hpb-wp-login a:active{
	color: #f15;
	text-decoration: underline;
	background-color: #fff;
}


/* サイドブロック内パーツ */
aside > ul > li,
aside #hpb-sidebar-main-nav,
aside #hpb-sidebar-sub-nav{
	margin-top: 12px;
}

aside ul,
aside #hpb-sidebar-main-nav ul,
aside #hpb-sidebar-sub-nav ul{
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

aside ul li{
	background-color: #efefef;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #e1e1fa;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #e1e1fa;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e1e1fa;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #e1e1fa;
}

aside ul li li{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

aside .widget li{
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 8px;
	margin-left: 10px;
	margin-right: 0;
	background-image : url(img/icon_list01.png);
	background-position: left center;
	background-repeat: no-repeat;
}

aside h2{
	font-size: 1.4em;
	color: #469;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin: 0;
	width: auto;
	height: auto;
	line-height: 30px;
	position: relative;
	z-index: 1;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	border-top-color: #47f;
	border-top-style: solid;
	border-top-width: 3px;
	border-bottom:1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1fa;
}


aside li li{
	font-size: 1em;
	border-bottom-color: #aaaaaa;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin: 0;
	padding: 5px 10px;
}

aside li li:last-child,
aside #hpb-sidebar-main-nav li:last-child,
aside #hpb-sidebar-sub-nav li:last-child{
	border-bottom: 0;
}


aside li li a:link,
aside li li a:visited,
aside #hpb-sidebar-sub-nav li a:link,
aside #hpb-sidebar-sub-nav li a:visited{
	color: #c08c65; /* 標準文字色 */
	text-decoration: none;
}

aside li li a:hover,
aside li li a:active,
aside #hpb-sidebar-sub-nav li a:hover,
aside #hpb-sidebar-sub-nav li a:active{
	color: #f15;
	text-decoration: underline;
}

aside #hpb-sidebar-main-nav li a:link,
aside #hpb-sidebar-main-nav li a:visited{
	color: #c2aca3;
	text-decoration: none;
}
aside #hpb-sidebar-main-nav li a:hover,
aside #hpb-sidebar-main-nav li a:active{
	color: #f15;
	text-decoration: underline;
}

/*--------------------------------------------------------
  サイドバーメニュー設定
--------------------------------------------------------*/

aside #hpb-sidebar-main-nav,
aside #hpb-sidebar-sub-nav{
	display: none;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

nav li a {
	/* ナビゲーション文字設定 */
}

/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

h1 {
	clear: both;
}

#hpb-skip{
	/* ヘッダースキップの非表示 */
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}

p{
	margin-top: 0.5em;
	margin-bottom: 0.8em;
	padding-right: 0.1em;
	padding-left: 0.1em;
	line-height: 1.4em;
	text-align: left;
}

.xx-small{
	font-size: 0.75em;
}

.x-small{
	font-size: 0.8em;
}

.small{
	font-size: 0.9em;
}

.medium{
	font-size: 1em;
}

.large{
	font-size: 1.2em;
}

.x-large{
	font-size: 1.5em;
}

.xx-large{
	font-size: 2em;
}

p.indent{
	padding-left: 5px;
}

hr{
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: both;
	border-top-width: 1px;
	border-top-style: none;
	border-right-width: 1px;
	border-right-style: none;
	border-left-width: 1px;
	border-left-style: none;
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: none;
}

#hpb-content .hpb-viewtype-date h3{
	background-position: 0 1.1em;
}

#hpb-content h2 a{
	color: #469;
	line-height: 30px;
	text-decoration: none;
}

#hpb-content h3 a{
	color: #666666;
	text-decoration: none;
}

#hpb-content h3{
	color: #357;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: left;
	line-height: 33px;
	overflow: hidden;
	font-size: 1.7em;
	font-weight: bold;
	clear: both;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 10px;
	font-weight: normal;
}

.home #hpb-content h3,
.home .hpb-posttype-news h3{
	color: #469;
	font-size: 1.5em;
	font-weight: bold;
	background-image: url(img/icon_viewtype-date-h3.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

.home #hpb-main .hpb-posttype-news h3 a{
	text-decoration: none;
	color: #469;
}

.home .hpb-posttype-kubonews h3{
	color: #469;
	font-size: 1.5em;
	font-weight: bold;
	background-image: url(img/icon_viewtype-date-h3.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

.home #hpb-main .hpb-posttype-kubonews h3 a{
	text-decoration: none;
	color: #469;
}

.home .hpb-posttype-yamamotonews h3{
	color: #469;
	font-size: 1.5em;
	font-weight: bold;
	background-image: url(img/icon_viewtype-date-h3.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

.home #hpb-main .hpb-posttype-yamamotonews h3 a{
	text-decoration: none;
	color: #469;
}

.home .hpb-posttype-shirakawanews h3{
	color: #469;
	font-size: 1.5em;
	font-weight: bold;
	background-image: url(img/icon_viewtype-date-h3.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

.home #hpb-main .hpb-posttype-shirakawanews h3 a{
	text-decoration: none;
	color: #469;
}

.home .hpb-posttype-activity h3{
	color: #469;
	font-size: 1.5em;
	font-weight: bold;
	background-image: url(img/icon_viewtype-date-h3.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

.home #hpb-main .hpb-posttype-activity h3 a{
	text-decoration: none;
	color: #469;
}

.home .hpb-posttype-rinrin h3{
	color: #469;
	font-size: 1.5em;
	font-weight: bold;
	background-image: url(img/icon_viewtype-date-h3.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

.home #hpb-main .hpb-posttype-rinrin h3 a{
	text-decoration: none;
	color: #469;
}

.home .hpb-posttype-yokostory h3{
	color: #469;
	font-size: 1.5em;
	font-weight: bold;
	background-image: url(img/icon_viewtype-date-h3.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

.home #hpb-main .hpb-posttype-yokostory h3 a{
	text-decoration: none;
	color: #469;
}

#hpb-content .hpb-postinfo{
	clear: both;
}

h3.hpb-c-index{
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: none;
}

h4{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	text-align: left;
	font-size: 1.6em;
	line-height: 1.8em;
	color: #358;
	clear: both;
	font-weight: bold;
	overflow: hidden;
}

h5{
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	font-size: 1.08em;
	line-height: 1.2;
	color: #666666;
	clear: both;
}

h6{
	color: #666666;
	font-size: 1em;
}

table{
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 0;
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: solid;
//	border-top-color: #eedfc7;
	border-left-width: 1px;
	border-left-style: solid;
//	border-left-color: #eedfc7;
	border-color: #eedfc7;
}

table th{
	color: #ffffff;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: left;
	background-color: #eedfc7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eedfc7;
}

table td{
	background-color: #ffffff;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eedfc7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eedfc7;
}

table caption{
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 35px;
	margin-bottom: 8px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	line-height: 2;
}

/* フォームパーツ設定 */
input.button{
	margin-top: 10px;
	margin-bottom: 15px;
}

textarea{
	width: 400px;
	height: 200px;
}

input.l{
	width: 400px;
}

input.m{
	width: 250px;
}

input.s{
	width: 150px;
}


/* メインコンテンツ内基本パーツ */
#hpb-title h2{
	background-image : url(img/icon_viewtype-date-h3.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 1px;
	color: #469;
	font-weight: bold;
	margin-top: 8px;
}

#hpb-title h2 a{
	color: #469;
	background-position: 8px 0em;
	background-repeat: no-repeat;
	padding-left: 0;
	text-decoration: none;
}

.hpb-viewtype-date dl{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	zoom: 1;
	border-bottom-color:#cde;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.hpb-viewtype-date dt{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
	line-height: 16px;
	min-height: 16px;
	font-weight: bold;
	width: 120px !important;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #47f;
	float: left;
}

.hpb-viewtype-date dd{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 16px;
	min-height: 16px;
	padding-left: 0px;
}

.hpb-viewtype-date dd a{
	display: block;
}

.hpb-viewtype-date dl:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#hpb-main .hpb-postinfo{
	text-align: right;
	margin: 0;
}

#hpb-main .hpb-pagenation{
	clear: both;
}

#hpb-main .hpb-pagenation .hpb-oldpage{
	float: left;
}

#hpb-main .hpb-pagenation .hpb-newpage{
	float: right;
}

#hpb-main .hpb-pagenation:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

img.alignleft {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

img.alignright {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
}

img.alignnone {
	margin-top: 5px;
	margin-bottom: 10px;
	clear: both;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* moreリンク */
#hpb-main div.hpb-more-entry{
	border-bottom: none;
	border-left: none;
	border-top: none;
	border-right: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#hpb-main div.hpb-more-entry a{
	text-indent: -9999em;
	background-image: url(img/bg_hpb-more-entry.png);
	background-repeat: no-repeat;
	width: 71px;
	height: 16px;
	display: block;
	float: right;
}

/* ページの先頭へのリンク設定 */
#pagetop{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: right;
}

#pagetop a{
	display: block;
	margin-left: auto;
	width: 105px;
	height: 20px;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
}


/* トップページ デザイン定義 */
.home #hpb-title h2{
	margin-top: -238px;
	overflow: hidden;
	text-indent: -9999px;
	width: 1000px;
	background-position: top center;
	background-repeat: no-repeat;
}

.home #hpb-title h2 a{
	color: #469;
}

.home #hpb-title h2 a:hover,
.home #hpb-title h2 a:active{
 	color: #f15;
}

/* 投稿内の画像サイズ定義 */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img{
	max-width: 97.5%;
	width: auto;
	height: auto;
	padding: 5px 5px 5px 5px;
}
.wp-caption,
#page-uleft .wp-caption-text{
	font-size: 1.3em;
	text-align: center;
	margin: 0px 0px 5px 0px;
}


#page-uleft h2.yt {
	color: #469;
	margin: 0px 0px 5px 0px;
}

#page-uleft .dbox p {
	text-align: center;
}

/*--------------------------------------------------------
  ウィジェットデザイン設定
--------------------------------------------------------*/

/* カレンダー */
.widget_calendar div{
     padding-left: 10px;
     padding-right: 10px;
}
.widget_calendar caption{
     background-image: none;
     text-align: center;
     margin-bottom: 3px;
}
.widget_calendar table{
     width: 100%;
     border-collapse: collapse;
     border-top-color: transparent;
     border-right-color: transparent;
     border-left-color: transparent;
     table-layout: fixed;
}
.widget_calendar table th{
     background: transparent;
     border-top-style: none;
     border-right-style: none;
     border-bottom-style: none;
     color:#333333;
     text-align: center;
     padding-top: 2px;
     padding-left: 5px;
     padding-right: 5px;
     padding-bottom: 2px;
}
.widget_calendar table td{
     text-align: center;
     border-top: none;
     border-right: none;
     border-bottom-style: none;
     border-left: none;
     padding-top: 2px;
     padding-left: 5px;
     padding-bottom: 2px;
     padding-right: 5px;
     background: transparent;
}
.widget_calendar #today {
}
.widget_calendar a{
     color: #0099cc;
}
.widget_calendar tbody a{
     text-decoration: underline;
}
.widget_calendar a:visited{
     color: #0099cc; /* 標準文字色 */
     text-decoration: none;
}
.widget_calendar a:hover,
.widget_tag_cloud a:active{
	color: #f15;
     text-decoration: underline;
}
.widget_calendar #prev{
     padding-top: 7px;
     text-align: left;
}
.widget_calendar #next{
     padding-top: 7px;
     text-align: right;
}

/* テキスト */
.textwidget{
     padding: 5px 10px;
}
/* タグ */
.widget_tag_cloud .tagcloud{
     padding: 10px 10px;
}
.widget_tag_cloud .tagcloud a{
     color: #ad693d;
     background-color: #f5eed4;
     text-decoration: none;
     padding: 5px 10px 3px;
     display: inline-block;
     border-radius: 3px 3px 3px 3px;
     display: inline-block;
}

.widget_tag_cloud .tagcloud a:visited{
     color: #95423c; /* 標準文字色 */
     text-decoration: none;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active{
	color: #f15;
     text-decoration: underline;
}

.widget_recent_entries a,
.widget_archive a,
.widget_categories a{
     display: block;
}

/*--------------------------------------------------------
  カスタム投稿一覧
--------------------------------------------------------*/
/* viewtype : title */
.hpb-viewtype-title {
}
/* viewtype : date */
.hpb-viewtype-date {
}
/* viewtype : content */
#hpb-main .hpb-viewtype-content dt{
     float: none;
     padding-top: 0px;
     padding-right: 0px;
     padding-bottom: 10px;
     padding-left: 10px;
     border-bottom-width: 1px;
}
#hpb-main .hpb-viewtype-content dd{
     padding-top: 0px;
     padding-right: 0px;
     padding-bottom: 10px;
     padding-left: 10px;
     margin-bottom: 10px;
}
/* viewtype : simple */
.hpb-viewtype-simple {
}
/* viewtype : thumbnail */
.hpb-viewtype-thumbnail {
}
/* viewtype : author */
#hpb-main .hpb-viewtype-author {
}
#hpb-main .hpb-viewtype-author dd .post_title {
}
#hpb-main .hpb-viewtype-author dd .post_author {
}
/* viewtype : full */
.hpb-viewtype-full {
}

.hpb-viewtype-simple article,
.hpb-viewtype-thumbnail article,
.hpb-viewtype-full article{
     background-image: url(img/bg_hpb-posttype-news.png);
     background-position:bottom;
     background-repeat: no-repeat;
     padding-top: 0px;
     padding-right: 0px;
     padding-bottom: 10px;
     padding-left: 10px;
     margin-bottom: 10px;
}
.hpb-posttype-news {
}

/*--------------------------------------------------------
  Yahoo!ロコ-地図
--------------------------------------------------------*/
div[name="HPBMAP"] img{
     max-width: none !important;
}

/*--------------------------------------------------------
  メディアクエリ
--------------------------------------------------------*/

@media (max-width:480px) {
     body,
     #hpb-container,
     #hpb-grobal-header,
     #hpb-global-footer,
     #hpb-inner,
     #hpb-content,
     #hpb-main,
     .home #hpb-title,
     #hpb-header-main,
     #hpb-content h2{
          width: auto;
     }
     body{
          min-width: 320px;
          background-image:none;
     }
     body.home{
          background-image:none;
     }
     #hpb-container{
          background: none;
     }
/* ヘッダー */
     #hpb-grobal-header{
          margin-bottom: 0;
          height: auto !important;
          max-height: none !important;
          background-image: none;
//          padding-bottom: 10px;
          background-color: #fff;
     }
	#hpb-header-main{
		float:inherit;
		height: 66px;
		max-height: none !important;
		overflow: hidden;
	}
	#site-title-box {
		width: 136px !important;
		height: 66px !important;
		margin: 0;
		padding: 0px 0px 0px 0px;
		float: left !important;
	}
	#hpb-header-main h1{
		margin: 0 !important;
		padding: 0 !important;
		width: 136px !important;
		height: 66px !important;
	}

	#hpb-header-main h1 a {
		background-image: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/01/header02.png);
		background-repeat: no-repeat;
		width: 136px !important;
		height: 66px;
		color: #fff;
		font-size: 1.3em;
		font-weight: normal;
		display: inline-block;
		margin: 0px 0px 0px 0px !important;
		padding: 0px !important;
		position: relative;
		overflow: hidden;
		z-index:30;
		text-indent: -9999px !important;
	}

	#hpb-header-main h1 a:before {
		content: none !important;
	}

	#site-title-box2 {
		width: 174px !important;
		height: 60px !important;
		margin-left: auto !important;
		margin-right: 0px !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		padding: 6px 5px 0px 0px !important;
		float: right !important;
		display: block;
//		background-color: #eee;
	}

	#site-title-box2 a {
		width: 100px;
		height: 21px;
		color: #fff;
		font-size: 1.5em;
//		background-color: #aaa !important;
		margin: 0 !important;
		padding: 1px 0px 0px 35px;
		display: inline-block;
		position: relative;
		float: right !important;
	}

	#hpb-header-main #site-title-box2 a:before {
		content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/01/mail01.png);
		padding: 1px;
		top: -1px;
		left: -1px;
		position: absolute;
	}

	#hpb-header-main #site-title-box2 #searchform {
		margin: 0px !important;
		position: relative;
		top: 28px;
		left: 10px;
	}

	#s {
		width: 120px !important;
		height: 20px;
		color: #fff;
		font-size: 1.5em;
		line-height: 20px;
		margin: 0px;
		padding: 2px 0px 0px 2px;
		border: 2px solid #fff;
		background-color: #47f;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	#searchsubmit {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		display: inline-block;
		position: relative;
		top: -3px;
		left: 130px;
	}

	#s::-webkit-input-placeholder {
		color: #fff;
		line-height: 20px;
		padding: 2px 0px 0px 2px;
	}

	#s:-ms-input-placeholder {
		color: #fff;
		line-height: 20px;
		padding: 2px 0px 0px 2px;
	}

	#s::-moz-placeholder {
		color: #fff;
		line-height: 20px;
		padding: 2px 0px 0px 2px;
	}

     /* ディスクリプション */
     #hpb-header-main h2#hpb-site-desc{
          width: auto;
          height: auto;
          margin-left: 5px;
          margin-bottom: 5px;
          margin-right: 5px;
          position: static;
     }
     #hpb-header-extra1{
          background-image: none;
          font-size: 10px;
          text-align: left;
          float: left;
          margin-left: 5px;
          margin-right: 5px;
          margin-top: 0;
          margin-bottom: 10px;
          height: auto;
          width: auto;
          padding-top: 0;
          padding-right: 0;
          margin-bottom: 5px !important;
          position: static;
     }
     #hpb-header-extra1 p{
          float:left;
          margin-top: 0;
        
     }
     #hpb-header-extra1 p.tel{
          color: #fff;
          display: inline;
          font-size: 1.2em;
     }
     #hpb-header-extra1 p.tel span{
     /* 電話番号の「TEL」文字設定 */
          padding-left: 0;
     }
     /* パンくず */
     div#hpb-breadcrumb-list{
          color:#fff;
          background-color: transparent;
          position: static;
          width:auto;
          float:left;
     }
     div#hpb-breadcrumb-list a{
          color:#fff;
     }
     #hpb-breadcrumb-list a:link,
     #hpb-breadcrumb-list a:visited{
          color: #fff;
          text-decoration: underline;
     }
/* ナビゲーション */
     #hpb-main-nav,
     #hpb-sub-nav{
          display: none;
     }
	#hpb-main-nav{
		top: 0;
		right: 0;
		padding: 10px 0px 10px 0px !important;
	}
	#hpb-main-nav ul {
		background-image: none;
		background-color: #f0f5ff;
		border: solid 1px #dbe6ff;
		height: auto;
		padding: 0px;
		width: auto;
		border-radius: 5px;
     }
     aside #hpb-sidebar-main-nav ul{
          background-color: #f0f5ff;
          background-image: none;
          background-repeat: repeat-x;
          background-position: 0 top;
		border: solid 1px #dbe6ff;
          height: auto;
          padding: 0px;
          width: auto;
          border-radius:5px;
     }
   
	#hpb-main-nav ul li,
	#hpb-sidebar-main-nav ul li {
//		text-align: center;
		float: none;
		border-bottom: solid 1px #dbe6ff;
		margin-left: 0;
		margin-right: 0;
	}

	#hpb-main-nav ul li:last-child,
	#hpb-sidebar-main-nav ul li:last-child {
		border-bottom-style: none;
	}

	#hpb-main-nav ul li a,
	#hpb-sidebar-main-nav ul li a {
		font-size: 1.6em;
		color: #3a5c74 !important;
		background-image: none;
		padding: 3px 10px 0px 10px;
		height: 33px;
		border-bottom: none;
		border-left: none;
		border-right: none;
		border-top: none;
		line-height: 33px;
		float: none;
	}
     #hpb-main-nav ul .sub-menu{
          position: static;
          margin-top: 0;
          padding-top: 8px;
     }
     .home #hpb-main-nav ul .sub-menu,
     #hpb-sidebar-main-nav ul .sub-menu{
          border-top-color: #e1dbc4;
          border-top-style: solid;
          border-top-width: 1px;
          height: auto;
          display: block;
          background-color:transparent;
     }
     /* ナビゲーション リンク */
     #hpb-main-nav a:link,
     #hpb-main-nav ul .sub-menu a:link,
     #hpb-main-nav a:visited,
     #hpb-main-nav ul .sub-menu a:visited,
     #hpb-sidebar-main-nav ul li a:link,
     #hpb-sidebar-main-nav ul li a:visited{
          color: #3a5c74;
          font-weight: normal;
          text-decoration: none;
     }
     #hpb-main-nav a:hover,
     #hpb-main-nav ul .sub-menu a:hover,
     #hpb-main-nav a:active,
     #hpb-main-nav ul .sub-menu a:active,
     #hpb-sidebar-main-nav ul li a:hover,
     #hpb-sidebar-main-nav ul li a:active{
          background-image: none;
	color: #f15 !important;
          text-decoration: underline;
          height: 33px;
     }

     #hpb-main-nav ul li:hover .sub-menu{
          display: block;
          position: static;
          margin-top: 0;
          z-index: auto;
     }
     #hpb-main-nav ul .sub-menu li,
     #hpb-sidebar-main-nav ul .sub-menu li{
          background-image: none;
          background-color: inherit;
          border-radius: 0;
          /*height: 33px;*/
     }
     .home #hpb-main-nav{
          background-color: transparent;
          display: block;
          width: auto;
          position: inherit;
          top: 0;
          z-index: auto;
          padding-top: 0;
          margin-left: 10px;
          margin-right: 10px;
     }
     .home #hpb-sub-nav{
          display: block;
          width: 100%;
     }

     #hpb-main-nav li,
     #hpb-sidebar-main-nav li{
          border-right-style: none;
          border-left-style: none;
          background-position: top left;
          background-repeat: repeat-x;
          padding-left: 0;
     }
     #hpb-main-nav li a,
     #hpb-sidebar-main-nav li a{
          display: block;
     }
     #hpb-sidebar-main-nav .sub-menu{
          padding: 0;
     }
     #hpb-sidebar-main-nav .sub-menu li a{
          padding-left: 2em;
          background-image: none !important;
     }
     #hpb-sidebar-main-nav li li{
          padding-top: 0;
          padding-right: 0;
          padding-bottom: 0;
          padding-right: 0;
     }
     #hpb-main-nav .sub-menu li a{
          padding-bottom: 0 !important;
          padding-left: 2.5em;
     }
     .home #hpb-inner{
          margin-top: 0;
     }

     aside{
          margin-top: 0;
          float: right;
          clear: both;
          width: 100%;
     }
/* トップページ */
     .home aside{
          padding-top: 0;
          margin-top: 0;
     }
     .home #hpb-title{
          width: 100%;
          height: 0;
          margin-bottom: 1em;
          margin-left: 0;
          position: static;
     }
     .home #hpb-title h2{
          margin-top: 10px;
          width: 100%;
          padding-top: 0;
          -webkit-background-size: 460px 104px;
          background-size: 460px 104px;
     }
     .home #hpb-main{
          padding-top: 10px;
          padding-left: 10px;
          padding-right: 10px;
          padding-bottom: 10px;
     }
     .home #hpb-content{
          padding-left: 0;
          padding-right: 0;
     }
     article img{
          max-width: 320px !important;
          height: auto !important;
     }
     /* サブページ ナビゲーション */
     aside #hpb-sidebar-main-nav,
     aside #hpb-sidebar-sub-nav{
          display: block;
     }
     .home aside #hpb-sidebar-main-nav,
     .home aside #hpb-sidebar-sub-nav{
          display: none;
     }
	aside #hpb-sidebar-main-nav ul li{
		border-top: none;
		border-bottom: 1px solid #dbe6ff;
		background-color: transparent;
	}
     #hpb-sidebar-sub-nav ul{
          border-top-style: solid;
          border-top-width: 1px;
          border-top-color: #cccccc;
          border-right-style: solid;
          border-right-width: 1px;
          border-right-color: #cccccc;
          border-bottom-style: solid;
          border-bottom-width: 1px;
          border-bottom-color: #cccccc;
          border-left-style: solid;
          border-left-width: 1px;
          border-left-color: #cccccc;
     }
     #hpb-sidebar-sub-nav li{
          border-right-style: none;
          border-top-style: none;
          border-left-style: none;
          display: block;
          padding-top: 5px;
          padding-right: 10px;
          padding-bottom: 5px;
          padding-left: 10px;
     }
     #hpb-sidebar-sub-nav li a{
          display: block;
     }
/* コンテンツ*/
     #hpb-content{
          margin-top: 0 !important;
          padding-left: 0px !important;
          padding-right: 0px !important;
          padding-bottom: 0;
          padding-top: 0;
          float: none;
     }
     .widget_search{
          padding-top: 16px;
          background-image: none;
     }

	#hpb-content p{
		font-size: 1.4em;
		line-height: 1.5em;
	}

	.post-type-archive-news article .hpb-entry-content p,
	.single-news #hpb-content p,
	.post-type-archive-kubonews article .hpb-entry-content p,
	.single-kubonews #hpb-content p,
	.post-type-archive-yamamotonews article .hpb-entry-content p,
	.single-yamamotonews #hpb-content p,
	.post-type-archive-shirakawanews article .hpb-entry-content p,
	.single-shirakawanews #hpb-content p,
	.post-type-archive-activity article .hpb-entry-content p,
	.single-activity #hpb-content p,
	.post-type-archive-rinrin article .hpb-entry-content p,
	.single-rinrin #hpb-content p,
	.post-type-archive-yokostory article .hpb-entry-content p,
	.single-yokostory #hpb-content p {
		font-size: 1.4em !important;
		line-height: 1.5em !important;
	}

/* フッター */
     #hpb-global-footer{
          background-color: #47f;
          width: 100%;
          height: auto;
     }
     #hpb-sub-nav{
          margin-top: 10px;
     }
     #hpb-footer-main{
          margin-top: 0;
          width: 100%;
          height: auto;
          position: inherit;
     }
     #hpb-footer-main p{
          margin-top: 0;
          margin-bottom: 0;
     }
     .home #hpb-footer-main{
          float: left;
          padding-top: 0;
     }
     .home #hpb-footer-main p{
          margin-top: 0.5em;
          text-align: left;
     }
     .hpb-wp-login{
          text-align: right;
     }
     footer .hpb-wp-login a{
          position: static;
     }
     .hpb_social{
          margin-left: -5px !important;
          margin-right: -5px !important;
     }
     .hpb_social div{
          margin-top: 5px !important;
          margin-bottom: 5px !important;
          margin-left: 0 !important;
          margin-right: 3px !important;
     }
     #hpb-content img{
          height: auto;
          max-width: 100% !important;
     }
     .hpb_social{
          overflow: hidden;
          position: relative;
     }

/* その他追加分 */

	#meteor-slideshow {
		display: block !important;
	}

	#hpb-main .alignleft {
		display: block;
		margin-top: 5px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}

	#hpb-main .alignright {
		display: block;
		margin-top: 5px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}

	.alignleft {
		display: block;
		margin-top: 5px;
		margin-bottom: 10px;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
	}

	.alignright {
		display: block;
		margin-top: 5px;
		margin-bottom: 10px;
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
	}

	#hpb-main .alignnone {
		display: block;
		margin-top: 5px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}

	#giin01 a.giinnavlinka {
		width: 100px !important;
		margin: 3px 10px 3px 10px !important;
		padding: 7px 0px 4px 44px !important;
	}

	dl dd a {
		font-size: 130% !important;
	}

	.hpb-viewtype-date dt {
		text-align: left;
		line-height: 16px;
		min-height: 16px;
		font-weight: bold;
		width: 90px !important;
		padding-top: 10px;
		padding-right: 0;
		padding-bottom: 10px;
		padding-left: 5px;
		color: #47f;
		float: left;
	}

	.hpb-viewtype-date dd {
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 10px;
		padding-left: 0px;
		text-align: left;
		line-height: 16px;
		min-height: 16px;
	}

	.hpb-entry-header h3 a {
		text-decoration: none;
		font-size: 100% !important;
		line-height: 90% !important;
		font-weight: bold !important;
	}

	#syokai .syokai01 {
		height: 750px !important;
		margin: 0px 5px 0px 5px !important;
	}

	#syokai h4.syokaicopy {
		color: #55aaff !important;
		font-size: 1.5em;
		background: #fff !important;
		margin: 0px 0px 10px 0px;
		padding: 5px 0px 0px 0px;
	}

	#syokai .syokai-imgbox {
		text-align: center;
	}

	#syokai a.syokai-img {
		float: none !important;
	}

	#syokai .syokai-box {
		width: 320px !important;
		height: 320px !important;
		margin: 10px 0px 0px 0px !important;
		float: none !important;
	}

	#syokai .line01 {
		width: 300x !important;
	}

	#syokai p.kubetu {
		margin: 0px 0px 0px 4px !important;
	}

	#syokai p.syokai-tx {
		width: 320px !important;
		height: 150px !important;
		margin: 0px 0px 10px 0px !importan;
	}

	#syokai .syokai-link {
		width: 320px !importan;
	}

	#syokai a.homelink,
	#syokai a.Facebooklink,
	#syokai a.Twitterlink {
		width: 115px !important;
	}

	#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 .linkall {
		margin: 20px 0px 0px 0px !important;
	}

	#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 p {	
		font-size: 1.4em !important;
		border-bottom: solid 1px #446688;
		padding: 0px;
		margin-bottom: 40px;
	}

	#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 span.link-f {
		display: none !important;
	}

	#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 span.link-t {
		display: none !important;
	}

	#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l001 {
		padding: 3px 5px 3px 3px !important;
		display: inline-block;
	}

	#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l001:before {
		content: none !important;
	}

	#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l002 {
		padding: 3px 1px 3px 28px !important;
		display: inline-block;
	}

	#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l002:before {
		padding: 0px 5px 0px 3px !important;
	}

	#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l003 {
		padding: 3px 1px 3px 28px !important;
		display: inline-block;
	}

	#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l003:before {
		padding: 0px 5px 0px 3px !important;
	}

	#page-uleft{
		float: none !important;
		width: auto;
	}

	#page-uleft .dbox {
		display: none !important;
	}

	#page-uleft .dbox-02 {
		display: block !important;
	}

	.jcpmaga01 {
		display: none !important;
	}

	.jcpmaga02 {
		display: block !important;
	}

	.jcpmaga02 a.jcpmaga-imglink {
		display: block !important;
		width: 100% !important;
	}

	.jcpmaga02 img {
		display: block !important;
		max-width: 100% !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.jcpmaga-pc {
		display: none !important;
	}

	.jcpmaga-st {
		display: block !important;
	}

	.jcpmaga-st img {
		display: block !important;
		max-width: 100% !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	#JCPmaga .jcpmaga-nav {
		padding-bottom: 20px !important;
	}

	#JCPmaga .jcpmaga-nav a {
		margin: 5px auto 5px auto !important;
		float: none !important;
	}

	#hpb-inner #hpb-content #hpb-main #page-content #JCPmaga h3 {
		font-size: 2.5em !important;
		text-align: left;
		color: #446688;
		padding: 38px 0px 5px 23px;
		margin: 20px 0px 15px 0px;
		border-bottom: solid 4px #446688;
		background-image: url(http://jcp-tokushima.com/wp/wp-content/uploads/2016/12/h3back.png);
		background-position: 0px 15px !important;
		background-size: 55px;
		background-repeat: no-repeat;
	}

	#page-content img.kin-g-imgl{
		margin-left: 20px !important;
	}

	#page-content img.kin-g-imgr,
	#page-content img.kin-g-imgr02{
		margin-right: 20px !important;
	}

	#page-content img.kin-g-imgl,
	#page-content img.kin-g-imgr,
	#page-content img.kin-g-imgr02{
		width: 120px !important;
		height: 120px !important;
		margin-bottom: 0px !important;
	}

	#page-content img.kin-g-imgl:hover,
	#page-content img.kin-g-imgr:hover,
	#page-content img.kin-g-imgr02:hover{
		transform: scale( 1.7 ) !important;
		-webkit-transform: scale( 1.7 ) !important;
		-moz-transform: scale( 1.7 ) !important;
		-ms-transform: scale( 1.7 ) !important;
	}

	#page-content p.kin-g-hukil01,
	#page-content p.kin-g-hukil02,
	#page-content p.kin-g-hukil03,
	#page-content p.kin-g-hukir,
	#page-content p.kin-g-hukilr{
		width: 80% !important;
		margin-left: 5px !important;
		margin-right: 5px !important;
		padding: 10px !important;
	}

	#page-content p.kin-g-hukil01:before,
	#page-content p.kin-g-hukil02:before,
	#page-content p.kin-g-hukil03:before,
	#page-content p.kin-g-hukilr:before{
		top: -20px !important;
		left: 110px !important;
		transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}

	#page-content p.kin-g-hukir:before,
	#page-content p.kin-g-hukilr:after{
		top: -20px !important;
		right: 110px !important;
		transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
	}

	#page-content img.kin-g-simg {
		float: none !important;
	}

	#page-content p.kin-g-syokai01,
	#page-content p.kin-g-syokai02,
	#page-content p.kin-g-syokai03 {
		width: 90% !important;
		padding: 15px 15px !important;
		float: none !important;
	}

	#page-content div.kin-g-nav {
		margin: 0px 0px 50px 0px !important;
	}

	#page-content div.kin-g-twy-nav {
		margin: 0px 0px 50px 0px !important;
	}

	#page-content p.kin-g-navcp {
		width: 90px !important;
		font-size: 20px !important;
		padding:  10px 7px 0px 2px !important;
	}

	#page-content p.kin-g-twy-navcp {
		width: 100% !important;
		font-size: 20px !important;
		padding:  10px 7px 0px 2px !important;
	}

	#page-content p.kin-g-twy-cp {
		font-size: 14px !important;
		width: 65% !important;
		padding: 7px 10px !important;
	}

	#page-content p.kin-g-navcp:before,
	#page-content p.kin-g-twy-navcp:before {
		content: none !important;
	}

	.kin-g-slinkb {
		display: block !important;
	}

	.kin-g-slinkc {
		display: none !important;
	}

	#bottan-s{
		margin-top: 0px !important;
	}

	#bottan-s .kohopage a{
		width: 100% !important;
		margin: 12px 0px 0px 0px !important;
	}

	#bottan-s .kohopage img{
		width: 100% !important;
	}

	#bottan-s .pcbotan{
		display: none !important;
	}

	#bottan-s .spbotan{
		display: block !important;
	}

	#page-content .navlink-ue,
	#page-content .navlink-migi,
	#page-content .navlink-sita,
	#page-content .navlink-hidari {
		font-size: 16px !important;
	}

	body#kengidan-hp,
	#hpb-container-kengidan,
	#hpb-grobal-header-kengidan,
	#hpb-header-kengidan-main,
	#hpb-inner-kengidan,
	#hpb-content-kengidan,
	#hpb-main-kengidan,
	#hpb-global-footer-kengidan,
	.kengidan-art {
		width: 100% !important;
		min-width: 320px !important;
		box-sizing: border-box !important;
	}

	#kengidan-hp p {
		line-height: 22px !important;
	}

	#hpb-inner-kengidan {
		margin-top: 155px !important;
	}

	#hpb-grobal-header-kengidan {
		height: 140px !important;
	}

	#hpb-header-kengidan-main {
		background-image: none !important;
		height : 100px !important;
	}

	#hpb-content-kengidan {
		padding: 0 !important;
	}

	#site-title-box-kengidan1 {
		display: none !important;
	}

	#toggle-kengidan {
		display: block !important;
	}

	#menu-kengidan {
		display: none !important;
	}

	#site-title-box-kengidan3 {
		width: 100% !important;
		float: left !important;
		top: 55% !important;
		box-sizing: border-box !important;
		padding-right: 21px !important;
	}

	#site-title-box-kengidan3 a {
		display: none !important;
	}

	#searchform-2 {
		float: right !important;
	}

	#backtop-kengidan-a {
		display: none !important;
	}

	.tab-content label {
		height: auto !important;
	}

	span.label-pc {
		display: none !important;
	}

	span.label-sp {
		display: inline !important;
	}

	#kengidan-hp h2 {
		height: 30px !important;
		font-size: 25px !important;
		line-height: 25px !important;
		font-weight: normal !important;
		padding: 0px 0px 0px 35px !important;
	}

	#kengidan-hp h2:before {
		width: 23px !important;
		height: 23px !important;
		top: -1px !important;
		left: 5px !important;
	}

	#kengidan-hp h2:after {
		width: 170px !important;
		height: 1px !important;
		top: 29px !important;
		left: 0px !important;
	}

	#kengidan-hp h2:hover:after,
	#kengidan-hp h2:active:after {
		width: 100% !important;
	}

	#kengidan-hp h3.kengidan-post-title {
		font-size: 25px !important;
		line-height: 30px !important;
	}

	#kengidan-hp h3.kengidan-post-title a {
		font-size: 25px !important;
		line-height: 30px !important;
	}

	#kengidan-01 a.kengidan-s-ko {
		width: 95% !important;
		height: auto !important;
		padding: 5px !important;
		margin: 5px auto 5px auto !important;
		box-sizing: border-box !important;
	}

	#kengidan-01 p.new {
		padding: 4px 8px 2px 8px !important;
		line-height: 12px !important;
	}

	#kengidan-01 p.date {
		padding: 6px 0px 0px 0px !important;
		line-height: 13px !important;
	}

	#kengidan-01 p.cate-sp {
		padding: 4px 8px 2px 8px !important;
		line-height: 12px !important;
	}

	#kengidan-01 h3.title-si {
		font-size: 20px !important;
		line-height: 25px !important;
	}

	#kengidan-01 p.excerpt {
		display: inline-block;
		width: 100% !important;
		height: auto !important;
		font-size: 13px !important;
		line-height: 18px !important;
		margin: 10px 0px 0px 0px !important;
		padding: 0px 5px !important;
		box-sizing: border-box;
	}

	#kengidan-hp a.kengi-syokai-img {
		width: 100% !important;
		margin: 0 !important;
	}

	#kengidan-hp .kengi-syokai-img img {
		width: 100% !important;
	}

	#kengidan-hp .kengi-syokai-box,
	#kengidan-hp .kengi-syokai-link {
		width: 100% !important;
	}

	#kengidan-hp .kengi-Homelink,
	#kengidan-hp .kengi-Facebooklink,
	#kengidan-hp .kengi-Twitterlink {
		width: 130px !important;
		margin: 10px 5px 10px 5px !important;
	}

	#hpb-sidebar-extra h3 {
		font-size: 20px !important;
		line-height: 20px !important;
	}

	#kengidan-hp .k-box01 {
		margin: 20px 10px 20px 10px !important;
	}


}

@media (max-width:320px) {
     .home #hpb-title{
//          height: 71px ;
     }

     .home #hpb-title h2{
          padding-top: 71px;
          -webkit-background-size: 300px 71px;
          background-size: 300px 71px;
     }

     div#hpb-breadcrumb-list{
          position: static;
          width: 320px;
     }

     #hpb-content img{
          max-width:240px;
          height:auto;
     }

/* フォームパーツ設定 */
//     textarea{
//          width: 150px;
//          height: 100px;
//     }
     input.l{
          width: 150px;
     }
     input.m{
          width: 100px;
     }
     input.s{
          width: 80px;
     }
}

/* clearfix */
#hpb-grobal-header:after,
#hpb-main-nav ul:after,
#hpb-inner:after,
.hpb-viewtype-thumbnail:after,
.hpb-viewtype-date dl:after,
#page-content dl:after,
.hpb-entry-content dl:after,
.hpb-pagenation:after,
#hpb-content:after{
	content: "";
	display: table;
	clear: both;
}

#ie8 #hpb-grobal-header,
#ie8 #hpb-main-nav ul,
#ie8 #hpb-inner,
#ie8 .hpb-viewtype-thumbnail,
#ie8 .hpb-viewtype-date dl,
#ie8 #page-content dl,
#ie8 .hpb-entry-content dl,
#ie8 .hpb-pagenation,
#hpb-content{
	zoom: 1 ;
}


#ie6 #hpb-grobal-header,
#ie6 #hpb-main-nav ul,
#ie6 #hpb-inner,
#ie6 .hpb-viewtype-thumbnail,
#ie6 .hpb-viewtype-date dl,
#ie6 #page-content dl,
#ie6 .hpb-entry-content dl,
#ie6 .hpb-pagenation,
#ie6 #hpb-content{
	zoom: 1 ;
}

#ie7 #hpb-grobal-header,
#ie7 #hpb-main-nav ul,
#ie7 #hpb-inner,
#ie7 .hpb-viewtype-thumbnail,
#ie7 .hpb-viewtype-date dl,
#ie7 #page-content dl,
#ie7 .hpb-entry-content dl,
#ie7 .hpb-pagenation,
#ie7 #hpb-content{
	zoom: 1 ;
}

dl dd a{
	font-size: 150%;
}

dl dd a:hover,
dl dd a:active {
	background-color: #efefff;
}

.hpb-entry-header h3 a{
	text-decoration: none;
	font-size: 150%;
}

.widget ul li a{
	font-size: 150%;
}

#header_jcp{
	width: 100%;
	hight: 100%;
}


#meteor-slideshow{
	z-index:400;
}


#page-content h2 {
	font-size:160%;
	margin:10px 0px 20px 0px;
	padding:8px 8px 2px 8px;
	border-width:2px 0;
	border-color:#47f;
	border-style:solid;
	background:#fff;
	color:#469;
	line-height:160%;
	font-weight:bold;
	text-align:center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}



#page-content h2 a{
	color:#469;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

#page-content h2 a:hover,
#page-content h2 a:active{
	color: #f15;
}


.page-id-76 #page-content h2:hover{
	background:#e0e0ff;
}



#kobetu_seisaku{
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 5px 0 ;
	border-color:#004957;
	border-style:solid;
	background:#fff;
	color:#011589;
	line-height:140%;
	font-weight:bold;
	font-size:130%;
	background:none;
}

.kobetu{
	border-width:0 ;
}


.page-id-78 #hpb-content p a{
	font-size:120%;
	color:#000e61;
	list-style: none;
	background:url(http://jcp-tokushima.com/wp/wp-content/uploads/2013/07/011.gif);
	background-repeat: no-repeat;
	padding-left:10px;
	background-position:0pt 8pt;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}


.page-id-78 #hpb-content p a:hover{
	color: #f15;
	text-decoration: none;
	font-weight:bold; 
}

div.other_link p a{
	color:#383838;
	padding-left:10px;
}

div.other_link p a:hover{
	color: #f15;
	padding-left:10px;
}



#nihi_link #kamimura_link{
	margin-bottom:5px;
}

#nihi_link a{
	color:#0000c0;
	font-size:150%;
}

#nihi_link a:hover{
	color: #f15;
	font-size:150%;
}


#kamimura_link a{
	color:#c000c0;
	font-size:150%;
}

dl dt a{
	font-size:150%;
}

/*************
ホーム
*************/

/*************
スケジュール関係
*************/
.page-id-74 #page-content h2{
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 0 3px;
	border-color:#8c177e;
	border-style:solid;
	background:#FFF;
	color:#5a1644;
	line-height:140%;
	font-weight:bold;
	text-align: left; 
}

/*************
ウィジェットyoutube
*************/
.lbp_secondary img,
.wdg_img img{
//	border-width:3px;
//	border-color:#fff;
//	border-style:solid;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
}

//.lbp_secondary img:hover,
//.wdg_img img:hover{
//	border-width:3px;
//	border-color:#ff4040;
//	border-style:solid;
//
//}


/* youtube画像用ボーダー */
.ymborder{
	border-top: solid 5px #000;
	border-bottom: solid 5px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}

/*
.ymborder:hover,
.ymborder:active{
	border-top: solid 5px #f15;
	border-bottom: solid 5px #f15;
	border-left: solid 1px #f15;
	border-right: solid 1px #f15;
}
*/

/*大きいyoutube画像用*/
.wid_large{
	width: 100%;
	height: 100%;
}

/*小さいyoutube画像用*/

.left_wdg{
	float:left;
}

.left_wdg{
	width:130px;
	word-wrap:break-word;
	padding-right:10px;
}

.left_wdg3{
	width:200px;
	padding-right:10px;
	float:left;
}

.left_wdg p,
.left_wdg2 p{
	font-size:140%;
}

.left_wdg_box2{
	width:140px;
}

.yt_box_top{
	width:500px;
}

.red_wdg{
	color:red;
	font-weight: bold;
	-webkit-animation: moji 0.5s linear 1s infinite alternate;
	-o-animation: moji 0.5s ease 1s infinite alternate;
	-moz-animation: moji 0.5s ease 1s infinite alternate;
}

@-webkit-keyframes moji {
0% {color:red;}
100% {color:pink;}
}


/*************
ニュース
*************/
.single-news ul li ul li{
	list-style: none;
	background:url(http://jcp-tokushima.com/wp/wp-content/uploads/2013/07/ecalic036_008.png);
	background-repeat: no-repeat;
	background-position:left center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.single-news ul li ul li:hover {
	background:#FFF;
}

.single-news ul li ul li a{
	color:#469;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.single-news ul li ul li a:hover,
.single-news ul li ul li a:active{
	text-decoration: none;
	color: #f15;
	background:#FFF;
}

.post-type-archive-news article .hpb-entry-content p,
.single-news #hpb-content p{
	font-size:170%;
	line-height:170%;
}

.post-type-archive-news article .hpb-entry-content h2,
.single-news #hpb-content h2{
	margin:0 0 10px 0;
	padding:6px 8px 2px 8px;
	border-width:0 0 0 5px;
	border-color: #69f;
	border-style:solid;
	color:#469;
	line-height:140%;
	font-weight:bold;
	clear: both;
	font-size: 1.8em;
}

.single-news #hpb-title h2{
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 0 0px;
	border-color: #febe25;
	border-style:solid;
	color:#469;
	line-height:140%;
	font-weight:bold;
}

.post-type-archive-news article .hpb-entry-header h4,
.single-news #hpb-content h3{
	font-size:180%;
}

.post-type-archive-news article .hpb-entry-header h4 a,
.single-news #hpb-content h3 a{
	text-decoration: none;
	color:#222;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.post-type-archive-news article .hpb-entry-header h4 a:hover,
.single-news #hpb-content h3 a:hover{
	text-decoration: none;
	color: #f15;
	background-color: #fff;
}


/*************
久保候補ページ
*************/
.single-kubonews ul li ul li{
	list-style: none;
	background:url(http://jcp-tokushima.com/wp/wp-content/uploads/2013/07/ecalic036_008.png);
	background-repeat: no-repeat;
	background-position:left center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.single-kubonews ul li ul li:hover {
	background:#FFF;
}

.single-kubonews ul li ul li a{
	color:#469;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.single-kubonews ul li ul li a:hover,
.single-kubonews ul li ul li a:active{
	text-decoration: none;
	color: #f15;
	background:#FFF;
}

.post-type-archive-kubonews article .hpb-entry-content p,
.single-kubonews #hpb-content p{
	font-size:170%;
	line-height:170%;
}

.post-type-archive-kubonews article .hpb-entry-content h2,
.single-kubonews #hpb-content h2{
	margin:0 0 10px 0;
	padding:6px 8px 2px 8px;
	border-width:0 0 0 5px;
	border-color: #69f;
	border-style:solid;
	color:#469;
	line-height:140%;
	font-weight:bold;
	clear: both;
	font-size: 1.8em;
}

.single-kubonews #hpb-title h2{
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 0 0px;
	border-color: #febe25;
	border-style:solid;
	color:#469;
	line-height:140%;
	font-weight:bold;
}

.post-type-archive-kubonews article .hpb-entry-header h4,
.single-kubonews #hpb-content h3{
	font-size:180%;
}

.post-type-archive-kubonews article .hpb-entry-header h4 a,
.single-kubonews #hpb-content h3 a{
	text-decoration: none;
	color:#222;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.post-type-archive-kubonews article .hpb-entry-header h4 a:hover,
.single-kubonews #hpb-content h3 a:hover{
	text-decoration: none;
	color: #f15;
	background-color: #fff;
}


/*************
山本候補ページ
*************/
.single-yamamotonews ul li ul li{
	list-style: none;
	background:url(http://jcp-tokushima.com/wp/wp-content/uploads/2013/07/ecalic036_008.png);
	background-repeat: no-repeat;
	background-position:left center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.single-yamamotonews ul li ul li:hover {
	background:#FFF;
}

.single-yamamotonews ul li ul li a{
	color:#469;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.single-yamamotonews ul li ul li a:hover,
.single-yamamotonews ul li ul li a:active{
	text-decoration: none;
	color: #f15;
	background:#FFF;
}

.post-type-archive-yamamotonews article .hpb-entry-content p,
.single-yamamotonews #hpb-content p{
	font-size:170%;
	line-height:170%;
}

.post-type-archive-yamamotonews article .hpb-entry-content h2,
.single-yamamotonews #hpb-content h2{
	margin:0 0 10px 0;
	padding:6px 8px 2px 8px;
	border-width:0 0 0 5px;
	border-color: #69f;
	border-style:solid;
	color:#469;
	line-height:140%;
	font-weight:bold;
	clear: both;
	font-size: 1.8em;
}

.single-yamamotonews #hpb-title h2{
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 0 0px;
	border-color: #febe25;
	border-style:solid;
	color:#469;
	line-height:140%;
	font-weight:bold;
}

.post-type-archive-yamamotonews article .hpb-entry-header h4,
.single-yamamotonews #hpb-content h3{
	font-size:180%;
}

.post-type-archive-yamamotonews article .hpb-entry-header h4 a,
.single-yamamotonews #hpb-content h3 a{
	text-decoration: none;
	color:#222;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.post-type-archive-yamamotonews article .hpb-entry-header h4 a:hover,
.single-yamamotonews #hpb-content h3 a:hover{
	text-decoration: none;
	color: #f15;
	background-color: #fff;
}


/*************
白川候補ページ
*************/
.single-shirakawanews ul li ul li{
	list-style: none;
	background:url(http://jcp-tokushima.com/wp/wp-content/uploads/2013/07/ecalic036_008.png);
	background-repeat: no-repeat;
	background-position:left center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.single-shirakawanews ul li ul li:hover {
	background:#FFF;
}

.single-shirakawanews ul li ul li a{
	color:#469;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.single-shirakawanews ul li ul li a:hover,
.single-shirakawanews ul li ul li a:active{
	text-decoration: none;
	color: #f15;
	background:#FFF;
}

.post-type-archive-shirakawanews article .hpb-entry-content p,
.single-shirakawanews #hpb-content p{
	font-size:170%;
	line-height:170%;
}

.post-type-archive-shirakawanews article .hpb-entry-content h2,
.single-shirakawanews #hpb-content h2{
	margin:0 0 10px 0;
	padding:6px 8px 2px 8px;
	border-width:0 0 0 5px;
	border-color: #69f;
	border-style:solid;
	color:#469;
	line-height:140%;
	font-weight:bold;
	clear: both;
	font-size: 1.8em;
}

.single-shirakawanews #hpb-title h2{
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 0 0px;
	border-color: #febe25;
	border-style:solid;
	color:#469;
	line-height:140%;
	font-weight:bold;
}

.post-type-archive-shirakawanews article .hpb-entry-header h4,
.single-shirakawanews #hpb-content h3{
	font-size:180%;
}

.post-type-archive-shirakawanews article .hpb-entry-header h4 a,
.single-shirakawanews #hpb-content h3 a{
	text-decoration: none;
	color:#222;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.post-type-archive-shirakawanews article .hpb-entry-header h4 a:hover,
.single-shirakawanews #hpb-content h3 a:hover{
	text-decoration: none;
	color: #f15;
	background-color: #fff;
}


/*************
徳島新報
*************/
.single-activity ul li ul li{
	list-style: none;
	background:url(http://jcp-tokushima.com/wp/wp-content/uploads/2013/07/ecalic036_008.png);
	background-repeat: no-repeat;
	background-position:left center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.single-activity ul li ul li:hover {
	background:#FFF;
}

.single-activity ul li ul li a{
	color:#469;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.single-activity ul li ul li a:hover,
.single-activity ul li ul li a:active{
	text-decoration: none;
	color: #f15;
	background:#FFF;
}

.post-type-archive-activity article .hpb-entry-content p,
.single-activity #hpb-content p{
	font-size:170%;
	line-height:170%;
}

.post-type-archive-activity article .hpb-entry-content h2,
.single-activity #hpb-content h2{
	margin:0 0 10px 0;
	padding:6px 8px 2px 8px;
	border-width:0 0 0 5px;
	border-color: #69f;
	border-style:solid;
	color:#469;
	line-height:140%;
	font-weight:bold;
	clear: both;
	font-size: 1.8em;
}

.single-activity #hpb-title h2{
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 0 0px;
	border-color: #febe25;
	border-style:solid;
	color:#469;
	line-height:140%;
	font-weight:bold;
}

.post-type-archive-activity article .hpb-entry-header h4,
.single-activity #hpb-content h3{
	font-size:180%;
}

.post-type-archive-activity article .hpb-entry-header h4 a,
.single-activity #hpb-content h3 a{
	text-decoration: none;
	color:#222;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.post-type-archive-activity article .hpb-entry-header h4 a:hover,
.single-activity #hpb-content h3 a:hover{
	text-decoration: none;
	color: #f15;
	background-color: #fff;
}


/*************
YOU気りんりん
*************/
/***
.single-rinrin ul li ul li{
	list-style: none;
	background:url(http://jcp-tokushima.com/wp/wp-content/uploads/2013/07/ecalic036_008.png);
	background-repeat: no-repeat;
	background-position:left center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.single-rinrin ul li ul li:hover {
	background:#FFF;
}

.single-rinrin ul li ul li a{
	color:#469;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.single-rinrin ul li ul li a:hover,
.single-rinrin ul li ul li a:active{
	text-decoration: none;
	color: #f15;
	background:#FFF;
}

.post-type-archive-rinrin article .hpb-entry-content p,
.single-rinrin #hpb-content p{
	font-size:170%;
	line-height:170%;
}

.post-type-archive-rinrin article .hpb-entry-content h2,
.single-rinrin #hpb-content h2{
	margin:0 0 10px 0;
	padding:6px 8px 2px 8px;
	border-width:0 0 0 5px;
	border-color: #69f;
	border-style:solid;
	color:#469;
	line-height:140%;
	font-weight:bold;
	clear: both;
	font-size: 1.8em;
}

.single-rinrin #hpb-title h2{
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 0 0px;
	border-color: #febe25;
	border-style:solid;
	color:#469;
	line-height:140%;
	font-weight:bold;
}

.post-type-archive-rinrin article .hpb-entry-header h4,
.single-rinrin #hpb-content h3{
	font-size:180%;
}

.post-type-archive-rinrin article .hpb-entry-header h4 a,
.single-rinrin #hpb-content h3 a{
	text-decoration: none;
	color:#222;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.post-type-archive-rinrin article .hpb-entry-header h4 a:hover,
.single-rinrin #hpb-content h3 a:hover{
	text-decoration: none;
	color: #f15;
	background-color: #fff;
}
***/

/*************
白川よう子STORY
*************/
.single-yokostory ul li ul li{
	list-style: none;
	background:url(http://jcp-tokushima.com/wp/wp-content/uploads/2013/07/ecalic036_008.png);
	background-repeat: no-repeat;
	background-position:left center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.single-yokostory ul li ul li:hover {
	background:#FFF;
}

.single-yokostory ul li ul li a{
	color:#469;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.single-yokostory ul li ul li a:hover,
.single-yokostory ul li ul li a:active{
	text-decoration: none;
	color: #f15;
	background:#FFF;
}

.post-type-archive-yokostory article .hpb-entry-content p,
.single-yokostory #hpb-content p{
	font-size:170%;
	line-height:170%;
}

.post-type-archive-yokostory article .hpb-entry-content h2,
.single-yokostory #hpb-content h2{
	margin:0 0 10px 0;
	padding:6px 8px 2px 8px;
	border-width:0 0 0 5px;
	border-color: #69f;
	border-style:solid;
	color:#469;
	line-height:140%;
	font-weight:bold;
	clear: both;
	font-size: 1.8em;
}

.single-yokostory #hpb-title h2{
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 0 0px;
	border-color: #febe25;
	border-style:solid;
	color:#469;
	line-height:140%;
	font-weight:bold;
}

.post-type-archive-yokostory article .hpb-entry-header h4,
.single-yokostory #hpb-content h3{
	font-size:180%;
}

.post-type-archive-yokostory article .hpb-entry-header h4 a,
.single-yokostory #hpb-content h3 a{
	text-decoration: none;
	color:#222;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.post-type-archive-yokostory article .hpb-entry-header h4 a:hover,
.single-yokostory #hpb-content h3 a:hover{
	text-decoration: none;
	color: #f15;
	background-color: #fff;
}

/*****検索結果設定*****/

.hpb-entry-content p{
	font-size:170%;
	line-height:170%;
}


/*****************
徳島の共産党事務所
****************/

.page-id-476 #hpb-main #page-content h2{
	text-align:left;
}

#hpb-content #hpb-title h2 a:hover,
#hpb-content #hpb-title h2 a:active{
	color: #f15;
	background:#FFF;
}


/***********
トップページ
***********/

#toppage_jcp{
	border-right:10px solid #ffe080;  
	border-left: 10px solid #ffe080; 
	padding:1em 0
	background:;
}

#toppage_jcp p{
	font-size:160%;
	margin:0.5em 1.5em;
	color:#000;
}

#toppage_jcp p a{
	color:#00008B;
	font-weight:bold;
}

#page-utop{
	margin-top:45px;
}

#page-uleft{
	float:left;
	width: auto;
}

#page-uleft p{
	font-size:140%;
}

#page-gedan p{
	font-size:150%;
}

/*****************
月間アーカイブス
****************/

#gekkan li{
	list-style-type: none;
	font-size:140%;
	padding: 0;
	margin: 0;
	line-height: 180%;
	background-color: #fff;
	border: 0
}



#toppage_jcp h1{
	padding-left:20px;
}


/*****************
固定テンプレートシングル
****************/
#hpb-content_2{
padding-left:50px;
padding-right:50px;
}

/*****************
見出しh3
****************/


#hpb-wp-17-01-09 #page-content h3{
	position: relative;
	color: #368;
	font-size: 1.843em;
	font-weight: bold;
	margin: 0 0 2em;
	padding: 0.5em 0.5em 0.05em 1.7em;
	border-bottom: 2px solid #47f;
}


#hpb-wp-17-01-09 #page-content #giin01 h3{
	margin: 0 0 1em;
}

#hpb-wp-17-01-09 #page-content h3:before{
	content: "";
	position: absolute;
	background: #69f;
	top: 1em;
	left: 0.4em;
	height: 12px;
	width: 12px;
	border-radius: 6px;
//	transform: rotate(45deg);
//	-moz-transform: rotate(45deg);
//	-webkit-transform: rotate(45deg);
//	-o-transform: rotate(45deg);
//	-ms-transform: rotate(45deg);
}

/**
#hpb-wp-17-01-09 #page-content h3:after{
	content: "";
	position: absolute;
	background:#d26466;
	top: 1.0em;
	left: 0;
	height: 8px;
	width: 8px;
	transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
}
**/

.page-id-1347 #page-content p strong{
	font-size:180%;
	color:#000080;
}


.hpb-entry-content h4 {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 5px 0 ;
	border-color:#5c3739;
	border-style:solid;
	background:#fff;
	color:#3A2929;
	line-height:140%;
	font-weight:bold;
	font-size:1.65em;
}
#hpb-main h6 {
	font-size:1.50em;
	font-weight:  lighter; 
	 margin: 5px; 
}

.oshirase p img{
	 margin: 5px; 
	 padding: 0;
} 

.hpb_social{
    width: 200px;
}


/***********トップページ・ボタンスペース設定**************/

#bottan-s{
	margin-top: 20px;
}

#bottan-s .pcbotan{
	display: block;
}

#bottan-s .spbotan{
	display: none;
}

#bottan-s .linka{
	margin-left: 12px;
	float: left;
}

#bottan-s .linka a{
	display: inline-block !important;
	background: url("http://jcp-tokushima.com/wp/wp-content/uploads/2016/11/botan01a-2.png") no-repeat !important;
}

#bottan-s .linka a:hover{
	background-color: transparent !important;
}

#bottan-s .linka a:hover img{
	visibility: hidden !important;
}

#bottan-s .linkb{
	margin-left: 12px;
	float: left;
}

#bottan-s .linkb a{
	display: inline-block !important;
	background: url("http://jcp-tokushima.com/wp/wp-content/uploads/2016/11/botan04a-2.png") no-repeat !important;
}

#bottan-s .linkb a:hover{
	background-color: transparent !important;
}

#bottan-s .linkb a:hover img{
	visibility: hidden !important;
}

#bottan-s .linkc{
	margin-left: 12px;
	float: left;
}

#bottan-s .linkc a{
	display: inline-block !important;
	background: url("http://jcp-tokushima.com/wp/wp-content/uploads/2016/11/botan03a-2.png") no-repeat !important;
}

#bottan-s .linkc a:hover{
	background-color: transparent !important;
}

#bottan-s .linkc a:hover img{
	visibility: hidden !important;
}

#bottan-s .kin-g-link{
	margin: 20px 0px 20px 0px;
	clear: both;
}

#bottan-s .kin-g-link img{
	width: 100%;
}

#bottan-s .kin-g-link a:hover,
#bottan-s .kin-g-link a:active{
	background-color: #fff;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
}

#bottan-s .kohopage{
	margin: 25px 0px 30px 0px;
}

#bottan-s .kohopage a{
	width: 200px;
	float: left;
	margin-left: 12px;
}

#bottan-s .kohopage img{
	width: 200px;
}

#bottan-s .kohopage a:hover,
#bottan-s .kohopage a:active{
	background-color: #fff;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
}


/*****************JCPmagazine****************/


.jcpmaga01 {
	display: block;
}

.jcpmaga02 {
	display: none;
	text-align: center;
}

.jcpmaga02 a.jcpmaga-slink {
	width: 240px;
	height: 22px;
	color: #468;
	font-size: 1.4em;
	background-color: #eee;
	margin: 3px;
	padding: 7px 0px 4px 34px;
	border-radius: 16px;
	border: solid 1px #e1e1e1;
	display: inline-block;
	position: relative;
	text-align: left;
}

.jcpmaga02 a.jcpmaga-slink:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2016/12/yajirusi01.png);
	top: -1px;
	left: -2px;
	padding: 5px 3px 0px 6px;
	position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.jcpmaga02 a.jcpmaga-slink:hover,
.jcpmaga02 a.jcpmaga-slink:active {
	background-color: #f5f5f5;
	border: solid 1px #bbb;
	text-decoration: none;
}

.jcpmaga02 a.jcpmaga-slink:hover:before,
.jcpmaga02 a.jcpmaga-slink:active:before {
	-webkit-transform: scale(1.15) translateZ(0);
	transform: scale(1.15) translateZ(0);
}

figure {
	position: relative;
	width: 610px;
	overflow: hidden;
}
figure #figimg{
	margin: 0px;
	padding: 0px;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .4s;
	transition: .4s;
	opacity: 0;
}


/*********ふきだし設定***********/

figcaption #tx00{
	position: absolute;
	top: 0;
	left: 0;
	width: 610px;
	height: 570px;
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
	opacity: 0;
	color: #ffffff;
}
figcaption #tx01{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
	opacity: 0;
	color: #ffffff;
}
figcaption #tx02{
	position: absolute;
	top: 165px;
	left: 400px;
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
	opacity: 0;
	color: #ffffff;
}
figcaption #tx03{
	position: absolute;
	top: 315px;
	left: 5px;
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
	opacity: 0;
	color: #ffffff;
}
figcaption #tx04{
	position: absolute;
	top: 0;
	left: 370px;
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
	opacity: 0;
	color: #ffffff;
}
figcaption #tx05{
	position: absolute;
	top: 160px;
	left: 0;
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
	opacity: 0;
	color: #ffffff;
}
figcaption #tx06{
	position: absolute;
	top: 350px;
	left: 410px;
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
	opacity: 0;
	color: #ffffff;
}
figcaption #tx07{
	position: absolute;
	top: 45px;
	left: 205px;
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
	opacity: 0;
	color: #ffffff;
}
figcaption #tx08{
	position: absolute;
	top: 375px;
	left: 180px;
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
	opacity: 0;
	color: #ffffff;
}

/*********ボタン１設定***********/

figcaption a.btn01{
	position: absolute;
	top: 590px;
	left: 25px;
	width: 270px;
	height: 50px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	transform: translateY(250px);
	transition: all .5s ease-out;
}
figcaption a.btn01 span{
	display: block;
	position: absolute;
	width: 270px;
	height: 50px;
	border: 2px solid #fff;
	text-align: center;
	font-size: 1.5em;
	line-height: 46px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}
figcaption a.btn01 span.btn0101{
	background-color: #333;
	color: #fff;
//	font-weight: bold;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -25px;
	-moz-transform-origin: 50% 50% -25px;
	transform-origin: 50% 50% -25px;
	opacity: 0;
}
figcaption a.btn01 span.btn0102{
	background-color: #fff;
	color: #333;
	font-weight: bold;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -25px;
	-moz-transform-origin: 50% 50% -25px;
	transform-origin: 50% 50% -25px;
	opacity: 1;
}

/*********ボタン２設定***********/

figcaption a.btn02{
	position: absolute;
	top: 590px;
	left: 315px;
	width: 270px;
	height: 50px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	transform: translateY(250px);
	transition: all .5s ease-out;
}
figcaption a.btn02 span{
	display: block;
	position: absolute;
	width: 270px;
	height: 50px;
	border: 2px solid #fff;
	text-align: center;
	font-size: 1.5em;
	line-height: 46px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}
figcaption a.btn02 span.btn0201{
	background-color: #333;
	color: #fff;
//	font-weight: bold;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -25px;
	-moz-transform-origin: 50% 50% -25px;
	transform-origin: 50% 50% -25px;
	opacity: 0;
}
figcaption a.btn02 span.btn0202{
	background-color: #fff;
	color: #333;
	font-weight: bold;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -25px;
	-moz-transform-origin: 50% 50% -25px;
	transform-origin: 50% 50% -25px;
	opacity: 1;
}


/*********ボタン３設定***********/

figcaption a.btn03{
	position: absolute;
	top: 660px;
	left: 25px;
	width: 270px;
	height: 50px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	transform: translateY(250px);
	transition: all .5s ease-out;
}
figcaption a.btn03 span{
	display: block;
	position: absolute;
	width: 270px;
	height: 50px;
	border: 2px solid #fff;
	text-align: center;
	font-size: 1.5em;
	line-height: 46px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}
figcaption a.btn03 span.btn0301{
	background-color: #333;
	color: #fff;
//	font-weight: bold;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -25px;
	-moz-transform-origin: 50% 50% -25px;
	transform-origin: 50% 50% -25px;
	opacity: 0;
}
figcaption a.btn03 span.btn0302{
	background-color: #fff;
	color: #333;
	font-weight: bold;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -25px;
	-moz-transform-origin: 50% 50% -25px;
	transform-origin: 50% 50% -25px;
	opacity: 1;
}

/*********ボタン４設定***********/

figcaption a.btn04{
	position: absolute;
	top: 660px;
	left: 315px;
	width: 270px;
	height: 50px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	transform: translateY(250px);
	transition: all .5s ease-out;
}
figcaption a.btn04 span{
	display: block;
	position: absolute;
	width: 270px;
	height: 50px;
	border: 2px solid #fff;
	text-align: center;
	font-size: 1.5em;
	line-height: 46px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}
figcaption a.btn04 span.btn0401{
	background-color: #333;
	color: #fff;
//	font-weight: bold;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -25px;
	-moz-transform-origin: 50% 50% -25px;
	transform-origin: 50% 50% -25px;
	opacity: 0;
}
figcaption a.btn04 span.btn0402{
	background-color: #fff;
	color: #333;
	font-weight: bold;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -25px;
	-moz-transform-origin: 50% 50% -25px;
	transform-origin: 50% 50% -25px;
	opacity: 1;
}

/********画像全体ホバー設定**********/

figure:hover figcaption{
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	opacity: 1;
}

/*********ふきだしホバー設定***********/

figure:hover figcaption #tx00{
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 1;
}
figure:hover figcaption #tx01{
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
	opacity: 1;
}
figure:hover figcaption #tx02{
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
	opacity: 1;
}
figure:hover figcaption #tx03{
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
	opacity: 1;
}
figure:hover figcaption #tx04{
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
	opacity: 1;
}
figure:hover figcaption #tx05{
	-webkit-transition-delay: 2.0s;
	transition-delay: 2.0s;
	opacity: 1;
}
figure:hover figcaption #tx06{
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
	opacity: 1;
}
figure:hover figcaption #tx07{
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
	opacity: 1;
}
figure:hover figcaption #tx08{
	-webkit-transition-delay: 3.0s;
	transition-delay: 3.0s;
	opacity: 1;
}

/*********ボタン１ホバー設定***********/

figure:hover figcaption a.btn01{
	-webkit-transition-delay: 3.5s;
	animation-delay: 3.5s;
	transform: translateY(0);
}
figcaption a.btn01:hover span.btn0101{
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}
figcaption a.btn01:hover span.btn0102{
	background-color: #333;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	opacity: 0;
}

/*********ボタン２ホバー設定***********/

figure:hover figcaption a.btn02{
	-webkit-transition-delay: 3.7s;
	animation-delay: 3.7s;
	transform: translateY(0);
}
figcaption a.btn02:hover span.btn0201{
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}
figcaption a.btn02:hover span.btn0202{
	background-color: #333;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	opacity: 0;
}

/*********ボタン３ホバー設定***********/

figure:hover figcaption a.btn03{
	-webkit-transition-delay: 3.8s;
	animation-delay: 3.8s;
	transform: translateY(0);
}
figcaption a.btn03:hover span.btn0301{
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}
figcaption a.btn03:hover span.btn0302{
	background-color: #333;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	opacity: 0;
}

/*********ボタン４ホバー設定***********/

figure:hover figcaption a.btn04{
	-webkit-transition-delay: 3.9s;
	animation-delay: 3.9s;
	transform: translateY(0);
}
figcaption a.btn04:hover span.btn0401{
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}
figcaption a.btn04:hover span.btn0402{
	background-color: #333;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	opacity: 0;
}

/*********JCPmagazin本体設定***********/

.pdf {
	max-width: 100%;
}

.jcpmaga-pc {
	display: block;
}

.jcpmaga-st {
	display: none;
}

.jcpmaga-st img {
	width: 100% !important;
}

#hpb-inner #hpb-content #hpb-main #page-content #JCPmaga h3 {
	font-size: 4.5em;
	text-align: left;
	color: #446688;
	padding: 38px 0px 5px 23px;
	margin: 20px 0px 15px 0px;
	border-bottom: solid 4px #446688;
	background-image: url(http://jcp-tokushima.com/wp/wp-content/uploads/2016/12/h3back.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#hpb-inner #hpb-content #hpb-main #page-content #JCPmaga h3:before{
	content:none;
}

#hpb-inner #hpb-content #hpb-main #page-content #JCPmaga h3:after{
	content:none;
}

#hpb-inner #hpb-content #hpb-main #page-content #JCPmaga h4{
	font-size: 3.7em;
	text-align: left;
	line-height: 120%;
	color: #446688;
	padding: 0px;
	margin: 0px;
}

#hpb-inner #hpb-content #hpb-main #page-content #JCPmaga h5{
	font-size: 2.5em;
	text-align: left;
	color: #446688;
	padding: 5px 0px 0px 35px;
	margin: 0px;
	background-image: url(http://jcp-tokushima.com/wp/wp-content/uploads/2016/12/yajirusi01.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#hpb-inner #hpb-content #hpb-main #page-content #JCPmaga h6{
	font-size: 2em;
	text-align: left;
	color: #446688;
	font-weight: bold;
	padding: 6px 0px 0px 35px;
	margin: 0px;
	background-image: url(http://jcp-tokushima.com/wp/wp-content/uploads/2016/12/yajirusi01.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#hpb-inner #hpb-content #hpb-main #page-content #JCPmaga p.mfont{
	color: #446688;
	line-height: 160%;
	font-size: 1.5em;
}

#hpb-inner #hpb-content #hpb-main #page-content #JCPmaga p.sfont{
	color: #446688;
	line-height: 150%;
	font-size: 1.3em;
}


/*********日本共産党の提案各種ボタン設定***********/

#JCPmaga .jcpmaga-nav {
	text-align: center;
	width: 100%;
	padding-bottom: 100px;
	display: block;
}

#JCPmaga .jcpmaga-nav a {
	width: 200px;
	height: 22px;
	color: #468;
	font-size: 1.4em;
	background-color: #eee;
	margin: 15px 50px 15px 50px;
	padding: 7px 0px 4px 15px;
	border-radius: 16px;
	border: solid 1px #e1e1e1;
	display: inline-block;
	position: relative;
	float: left;
}

#JCPmaga .jcpmaga-nav a:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2016/12/yajirusi-sita.png);
	top: -1px;
	left: -2px;
	padding: 5px 3px 0px 6px;
	position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

#JCPmaga .jcpmaga-nav a:hover,
#JCPmaga .jcpmaga-nav a:active {
	background-color: #f5f5f5;
	border: solid 1px #bbb;
	text-decoration: none;
}

#JCPmaga .jcpmaga-nav a:hover:before,
#JCPmaga .jcpmaga-nav a:active:before {
	-webkit-transform: scale(1.15) translateZ(0);
	transform: scale(1.15) translateZ(0);
}

#JCPmaga .jcpmaga-backtop {
	text-align: right;
	width: 100%;
	height: 50px;
	margin: 0px;
	padding 0px;
	clear: both;
}

#JCPmaga .jcpmaga-backtop a {
	width: 70px;
	height: 22px;
	color: #468;
	font-size: 1.4em;
	background-color: #eee;
	margin: 4px;
	padding: 7px 7px 4px 22px;
	border-radius: 16px;
	border: solid 1px #e1e1e1;
	display: inline-block;
	position: relative;
}

#JCPmaga .jcpmaga-backtop a:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/01/yajirusi-ue02.png);
	top: -1px;
	left: -2px;
	padding: 5px 3px 0px 6px;
	position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

#JCPmaga .jcpmaga-backtop a:hover,
#JCPmaga .jcpmaga-backtop a:active {
	background-color: #f5f5f5;
	border: solid 1px #bbb;
	text-decoration: none;
}

#JCPmaga .jcpmaga-backtop a:hover:before,
#JCPmaga .jcpmaga-backtop a:active:before {
	-webkit-transform: scale(1.15) translateZ(0);
	transform: scale(1.15) translateZ(0);
}


/***********リンクページ設定***************/

#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 .linkall {
	margin: 20px 10px 0px 30px;
}

#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 p {	
	font-size: 1.6em;
	border-bottom: solid 1px #446688;
	padding: 0px;
	margin-bottom: 50px;
}

#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 span.link-f {
	display: inline-block;
}

#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 span.link-t {
	display: inline-block;
}

#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l001 {
	color: #446688;
	font-weight: bold;
	background-color: #fff;
	padding: 3px 10px 3px 45px;
	display: inline-block;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l001:hover,
#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l001:active {
	color: #f15;
}

#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l001:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/01/homeimg02.png);
	top: -1px;
	left: -2px;
	padding: 0px 5px 0px 13px;
	 position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l001:hover:before,
#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l001:active:before {
	-webkit-transform: scale(1.2) translateZ(0);
	transform: scale(1.2) translateZ(0);
}


#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l002 {
	color: #446688;
	float: right;
	background-color: #fff;
	padding: 3px 10px 3px 45px;
	display: inline-block;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l002:hover,
#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l002:active {
	color: #f15;
}

#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l002:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/01/Facebook.png);
	top: -1px;
	left: -2px;
	padding: 0px 5px 0px 13px;
	 position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l002:hover:before,
#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l002:active:before {
	-webkit-transform: scale(1.2) translateZ(0);
	transform: scale(1.2) translateZ(0);
}


#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l003 {
	color: #446688;
	float: right;
	background-color: #fff;
	padding: 3px 10px 3px 45px;
	display: inline-block;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l003:hover,
#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l003:active {
	color: #f15;
}

#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l003:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/01/Twitter.png);
	top: -1px;
	left: -2px;
	padding: 0px 5px 0px 13px;
	 position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l003:hover:before,
#hpb-inner #hpb-content #hpb-main #page-content #linkpage01 a.l003:active:before {
	-webkit-transform: scale(1.2) translateZ(0);
	transform: scale(1.2) translateZ(0);
}


/***********衆院選予定候補紹介ページ設定***************/

#syokai .syokai01 {
	height: 400px;
	margin: 0px 20px 0px 20px;
}

#syokai h4.syokaicopy {
	color: #fff;
	font-size: 1.9em;
	background: linear-gradient(to right, #55aaff, #55aaff 60%, #fff);
	margin: 0px 0px 15px 0px;
	padding: 5px 0px 0px 15px;
//	border-top-left-radius: 10px;
//	border-bottom-left-radius: 10px;
}

#syokai a.syokai-img {
	width: 230px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#syokai a.syokai-img img{
//	border-radius: 0.6em;
}

#syokai a.syokai-img:hover {
	background-color: #fff;
}

#syokai .syokai-box {
	width: 350px;
	height: 300px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
}

#syokai .line01 {
	width: 350px;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

#syokai p.name01 {
	color: #55aaff;
	font-size: 2.5em;
	font-weight: bold;
	margin: 3px 5px 0px 0px;
	padding: 0px;
	float: left;
}

#syokai .kubetu-maru {
	width: 35px;
	height: 35px;
	background-color: #fcc;
	border-radius: 50%;
	margin: 0px;
	padding: 0px;
	float: left;
}

#syokai p.kubetu {
	width: 35px;
	height: 35px;
	color: #ff5555;
	font-size: 2.5em;
	font-weight: bold;
	border-radius: 50%;
	margin: 0px 0px 0px 4px;
	padding: 0px;
}

#syokai p.name02 {
	color: #aaa;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	clear: both;
}

#syokai p.syokai-tx {
	color: #555555;
	width: 350px;
	height: 140px;
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#syokai p.syokai-tx02 {
	color: #555555;
	width: 350px;
//	height: 160px;
	line-height: 1.5em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#syokai p.syokai-tx03 {
	color: #555555;
	width: 350px;
//	height: 160px;
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#syokai .syokai-link {
	width: 350px;
	height: 80px;
}

#syokai .syokai-add {
	color: #555;
	width: 350px;
	height: 60px;
	line-height: 1.5em;
}

#syokai .syokai-link02 {
	width: 350px;
	height: 60px;
}

#syokai a.homelink,
#syokai a.Facebooklink,
#syokai a.Twitterlink {
	width: 120px;
	color: #446688;
	font-size: 1.6em;
	background-color: #fff;
	margin: 8px 0px 0px 0px;
	padding: 0px 10px 3px 32px;
	display: inline-block;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

#syokai a.homelink:before,
#syokai a.Facebooklink:before,
#syokai a.Twitterlink:before {
	top: -1px;
	left: -2px;
	padding: 0px 5px 0px 3px;
	 position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

#syokai a.homelink:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/01/homeimg02.png);
}

#syokai a.Facebooklink:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/01/Facebook.png);
}

#syokai a.Twitterlink:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/01/Twitter.png);
}

#syokai a.homelink:hover,
#syokai a.homelink:active,
#syokai a.Facebooklink:hover,
#syokai a.Facebooklink:active,
#syokai a.Twitterlink:hover,
#syokai a.Twitterlink:active {
	color: #f15;
	text-decoration: underline;
}

#syokai a.homelink:hover:before,
#syokai a.homelink:active:before,
#syokai a.Facebooklink:hover:before,
#syokai a.Facebooklink:active:before,
#syokai a.Twitterlink:hover:before,
#syokai a.Twitterlink:active:before {
	-webkit-transform: scale(1.2) translateZ(0);
	transform: scale(1.2) translateZ(0);
}


/***********お問い合わせページ設定***************/

.form-box01 {
	border: solid 1px #ddd;
	background-color: #f5f5f5;
	padding: 10px;
	border-radius: 10px;
}

.form-box01 input {
	max-width: 98%;
}

.form-box01 textarea {
	max-width: 98%;
}

/***********議員一覧ページ設定***************/

#giin01 .giinbox01 {
	width: 285px;
	height: 290px;
	margin: 7px;
	padding: 8px;
	background-color: #fafafa;
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-radius: 1em;
	float: left;
}

#giin01 img.giinimg {
	width: 120px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border: solid 1px #ccc;
	border-radius: 0.6em;
	float: left;
}

#giin01 .giinbox02 {
	width: 153px;
	height: 160px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
}

#giin01 p.name-big {
	font-size: 2em;
	color: #55aaff;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#giin01 p.name-small {
	font-size: 1.2em;
	color: #aaa;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}

#giin01 a.giinhomelink,
#giin01 a.giinFacebooklink,
#giin01 a.giinTwitterlink {
	width: 90px;
	color: #446688;
	font-size: 1.4em;
	background-color: #fafafa;
	margin: 8px 0px 0px 0px;
	padding: 3px 10px 3px 32px;
	display: inline-block;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

#giin01 a.giinhomelink:before,
#giin01 a.giinFacebooklink:before,
#giin01 a.giinTwitterlink:before {
	top: -1px;
	left: -2px;
	padding: 0px 5px 0px 3px;
	 position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

#giin01 a.giinhomelink:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/01/homeimg02.png);
}

#giin01 a.giinFacebooklink:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/01/Facebook.png);
}

#giin01 a.giinTwitterlink:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/01/Twitter.png);
}

#giin01 .giinbox03 a:hover,
#giin01 .giinbox03 a:active,
#giin01 a.giinhomelink:hover,
#giin01 a.giinhomelink:active,
#giin01 a.giinFacebooklink:hover,
#giin01 a.giinFacebooklink:active,
#giin01 a.giinTwitterlink:hover,
#giin01 a.giinTwitterlink:active {
	color: #f15;
	background-color: #fafafa;
	text-decoration: underline;
}

#giin01 a.giinhomelink:hover:before,
#giin01 a.giinhomelink:active:before,
#giin01 a.giinFacebooklink:hover:before,
#giin01 a.giinFacebooklink:active:before,
#giin01 a.giinTwitterlink:hover:before,
#giin01 a.giinTwitterlink:active:before {
	-webkit-transform: scale(1.2) translateZ(0);
	transform: scale(1.2) translateZ(0);
}

#giin01 .giinbox03 {
	width: 285px;
	height: 120px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	clear: both;
}

#giin01 .giinbox03 p {
	font-size: 1.5em;
	color: #555;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}

#giin01 .giinbox03 a {
	font-size: 0.8em;
	color: #446688;
}

#giin01 a.giinnavlinka {
	width: 86px;
	height: 22px;
	color: #468;
	font-size: 1.4em;
	background-color: #eee;
	margin: 3px;
	padding: 7px 0px 4px 34px;
	border-radius: 16px;
	border: solid 1px #e1e1e1;
	display: inline-block;
	position: relative;
	float: left;
}

#giin01 a.giinnavlinka:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2016/12/yajirusi-sita.png);
	top: -1px;
	left: -2px;
	padding: 5px 3px 0px 6px;
	position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

#giin01 a.giinnavlinka:hover,
#giin01 a.giinnavlinka:active {
	color: #f15;
	background-color: #f5f5f5;
	border: solid 1px #bbb;
	text-decoration: none;
}

#giin01 a.giinnavlinka:hover:before,
#giin01 a.giinnavlinka:active:before {
	-webkit-transform: scale(1.15) translateZ(0);
	transform: scale(1.15) translateZ(0);
}

#giin01 .giinbox-null {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	clear: both;
}

#giin01 .giinbox-backtop {
	text-align: right;
	width: 100%;
	height: 50px;
	margin: 0px;
	padding 0px;
	clear: both;
}

#giin01 .giinbox-backtop a {
	width: 70px;
	height: 22px;
	color: #468;
	font-size: 1.4em;
	background-color: #eee;
	margin: 4px;
	padding: 7px 7px 4px 22px;
	border-radius: 16px;
	border: solid 1px #e1e1e1;
	display: inline-block;
	position: relative;
}

#giin01 .giinbox-backtop a:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/01/yajirusi-ue02.png);
	top: -1px;
	left: -2px;
	padding: 5px 3px 0px 6px;
	position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

#giin01 .giinbox-backtop a:hover,
#giin01 .giinbox-backtop a:active {
	color: #f15;
	background-color: #f5f5f5;
	border: solid 1px #bbb;
	text-decoration: none;
}

#giin01 .giinbox-backtop a:hover:before,
#giin01 .giinbox-backtop a:active:before {
	-webkit-transform: scale(1.15) translateZ(0);
	transform: scale(1.15) translateZ(0);
}

/***********動画レスポンシブ設定***************/

#page-uleft .dbox {
	display: block;
	text-align: center;
	width: 300px;
	hight: 350px;
	margin: 12px;
	float: left;
}

#page-uleft .dbox-02 {
	display: none;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 45px;
	margin-left: auto;
	margin-right: auto;
}

#page-uleft .move {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

#page-uleft .move iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#page-uleft .navlink-ue {
	text-align: right;
//	width: 50px;
	height: 22px;
	color: #468;
	font-size: 14px;
	background-color: #eee;
	margin: 4px 2px;
	padding: 7px 12px 4px 35px;
	border-radius: 16px;
	border: solid 1px #e1e1e1;
	display: inline-block;
	position: relative;
}

#page-uleft .navlink-ue:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/01/yajirusi-ue02.png);
	top: -1px;
	left: -2px;
	padding: 5px 3px 0px 6px;
	position: absolute;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

#page-uleft .navlink-ue:hover,
#page-uleft .navlink-ue:active {
	color: #f15;
	background-color: #f5f5f5;
	border: solid 1px #bbb;
	text-decoration: none;
}

#page-uleft .navlink-ue:hover:before,
#page-uleft .navlink-ue:active:before {
	transform: scale( 1.15 );
	-webkit-transform: scale( 1.15 );
	-moz-transform: scale( 1.15 );
	-ms-transform: scale( 1.15 );
	-o-transform: scale( 1.15 );
}

/***********衆院四国比例ブロックリポート***************/

#sshbr .sshbr01 {
	position: relative;
	width: 100%;
//	height: 850px;
//	background-image: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/02/2a82f8cab710fabb9b07dc755be93a7b.jpg);
	background-position: left top;
	background-repeat: no-repeat !important;
//	top: 130px;
//	left: 0px;
//	z-index: 1;
}

#sshbr .sshbr01 img {
	width: 100%;
	height: auto;
	z-index: 1;
}

#sshbr .sshbr02 {
	position: absolute;
	width: 550px;
//	height: 700px;
	padding-top: 150px;
	margin-left: auto;
	z-index: 10;
	top: 0;
	right: 0;
}

#sshbr .sshbr03 {
//	position: relative;
	width: 100%;
//	padding-top: 20px;
//	top: 750px;
//	z-index: 15;
	padding-bottom: 20px;
}

#sshbr .sshbr01 p {
	font-size: 1.46em;
	margin-bottom: 1.5em;
	text-align: right;
	font-weight: bold;
	line-height: 2.4em;
	text-shadow: 0px 0px 1px #fff , 0px 0px 1px #fff , 0px 0px 1px #fff , 0px 0px 1px #fff , 0px 0px 1px #fff , 0px 0px 1px #fff , 0px 0px 1px #fff;
}

#sshbr h3.sshbr-t {
//	position: relative;
	font-size: 5.5em !important;
	border-bottom: none !important;
	padding: 60px 0px 30px 150px !important;
	margin: 0px 0px 0px 20px !important;
	z-index: 10;
}

#sshbr h3.sshbr-t:before {
	position: absolute;
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/02/be36923f0148e6e654f931cf6cafad12.png) !important;
	background: none !important;
	top: 0 !important;
	left: 10px !important;
}

#sshbr span.sshbr-t-small {
	font-size: 0.6em;
}

#sshbr h2 {
	text-align: left;
	margin:0 0 10px 0;
	padding:6px 8px 2px 8px;
	border-width:0 0 0 5px;
	border-color: #febe25;
	border-style:solid;
	color:#469;
	line-height:140%;
	font-weight:bold;
}


/***********きんじぃの世の中教室***************/

#page-content .kin-g{
	
}

#page-content div.kin-g-gl{
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 0px;
//	background-color: #eee;
	clear: both;
}

#page-content .kin-g img{
	width: 100%;
}

#page-content p.kin-g-cp{
	line-height: 3em;
	text-align: center;
	margin: 40px 0px 20px 0px;
	padding: 50px 0px 0px 0px;
}

#page-content img.kin-g-imgl,
#page-content img.kin-g-imgr,
#page-content img.kin-g-imgr02{
	width: 120px;
	height: 120px;
}

#page-content img.kin-g-imgl{
	margin: 20px 20px 20px 0px;
	float: left;
}

#page-content img.kin-g-imgr{
	margin: 20px 0px 20px 20px;
	float: right;
}

#page-content img.kin-g-imgr02{
	margin: 20px 0px 20px 20px;
	float: right;
}

#page-content img.kin-g-timg{
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
}

#page-content img.kin-g-imgl,
#page-content img.kin-g-imgr,
#page-content img.kin-g-imgr02,
#page-content img.kin-g-timg{
	position: relative;
	z-index: 9999;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

#page-content img.kin-g-imgl:hover,
#page-content img.kin-g-imgr:hover,
#page-content img.kin-g-imgr02:hover{
	transform: scale( 2.5 );
	-webkit-transform: scale( 2.5 );
	-moz-transform: scale( 2.5 );
	-ms-transform: scale( 2.5 );
	-o-transform: scale( 2.5 );
}

#page-content img.kin-g-timg:hover{
	transform: scale( 1.3 );
	-webkit-transform: scale( 1.3 );
	-moz-transform: scale( 1.3 );
	-ms-transform: scale( 1.3 );
	-o-transform: scale( 1.3 );
}

#page-content p.kin-g-hukil01{
	background-color: #efcdcd;
}

#page-content p.kin-g-hukil02{
	background-color: #cdefcd;
}

#page-content p.kin-g-hukil03{
	background-color: #efefbb;
}

#page-content p.kin-g-hukil01,
#page-content p.kin-g-hukil02,
#page-content p.kin-g-hukil03{
	width: 328px;
	margin: 20px 0px 20px 0px;
	padding: 15px 20px;
	float: left;
	border-radius: 20px;
	display: inline-block;
	position: relative;
}

#page-content p.kin-g-hukil01:before,
#page-content p.kin-g-hukil02:before,
#page-content p.kin-g-hukil03:before{
	top: 20px;
	left: -20px;
	position: absolute;
}

#page-content p.kin-g-hukil01:before{
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/04/hukidasi01.png);
}

#page-content p.kin-g-hukil02:before{
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/04/hukidasi03.png);
}

#page-content p.kin-g-hukil03:before{
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/04/hukidasi04.png);
}

#page-content p.kin-g-hukir{
	width: 328px;
	margin: 20px 0px 20px 0px;
	padding: 15px 20px;
	float: right;
	border-radius: 20px;
	background-color: #cdcdef;
	display: inline-block;
	position: relative;
}

#page-content p.kin-g-hukir:before{
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/04/hukidasi02.png);
	top: 20px;
	right: -20px;
	position: absolute;
}

#page-content p.kin-g-hukilr{
	width: 328px;
	margin: 20px 0px 20px 0px;
	padding: 15px 20px;
	float: left;
	border-radius: 20px;
	background-color: #ffad80;
	display: inline-block;
	position: relative;
}

#page-content p.kin-g-hukilr:before{
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/10/hukidasi05.png);
	top: 20px;
	left: -20px;
	position: absolute;
}

#page-content p.kin-g-hukilr:after{
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/10/hukidasi06.png);
	top: 20px;
	right: -20px;
	position: absolute;
}

#page-content .kin-g-sp{
	width: 100%;
	height: 40px;
	background-color: #fff;
	clear: both;
}

#page-content img.kin-g-con{
	width: 200px;
	float: right;
}

#page-content .kin-g-backtop {
	text-align: right;
	width: 100%;
	height: 50px;
	margin: 0px;
	padding 0px;
	clear: both;
}

#page-content .kin-g-backtop a {
	width: 70px;
	height: 22px;
	color: #468;
	font-size: 1.4em;
	background-color: #eee;
	margin: 4px;
	padding: 7px 7px 4px 22px;
	border-radius: 16px;
	border: solid 1px #e1e1e1;
	display: inline-block;
	position: relative;
	float: right;
}

#page-content .kin-g-backtop a:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/01/yajirusi-ue02.png);
	top: -1px;
	left: -2px;
	padding: 5px 3px 0px 6px;
	position: absolute;
	transition: all 0.15s ease;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
}

#page-content .kin-g-backtop a:hover,
#page-content .kin-g-backtop a:active {
	color: #f15;
	background-color: #f5f5f5;
	border: solid 1px #bbb;
	text-decoration: none;
}

#page-content .kin-g-backtop a:hover:before,
#page-content .kin-g-backtop a:active:before {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
}

#page-content .kin-g-back {
	text-align: right;
	width: 100%;
	height: 50px;
	margin: 0px;
	padding 0px;
	clear: both;
}

#page-content .kin-g-back a {
	width: 95px;
	height: 22px;
	color: #468;
	font-size: 1.4em;
	background-color: #eee;
	margin: 4px;
	padding: 7px 7px 4px 22px;
	border-radius: 16px;
	border: solid 1px #e1e1e1;
	display: inline-block;
	position: relative;
	float: left;
}

#page-content .kin-g-back a:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/05/yajirusi-hidari.png);
	top: -1px;
	left: -2px;
	padding: 5px 3px 0px 6px;
	position: absolute;
	transition: all 0.15s ease;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
}

#page-content .kin-g-back a:hover,
#page-content .kin-g-back a:active {
	color: #f15;
	background-color: #f5f5f5;
	border: solid 1px #bbb;
	text-decoration: none;
}

#page-content .kin-g-back a:hover:before,
#page-content .kin-g-back a:active:before {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
}

#page-content .kin-g-next {
	text-align: right;
	width: 100%;
	height: 50px;
	margin: 0px;
	padding 0px;
	clear: both;
}

#page-content .kin-g-next a {
	width: 95px;
	height: 22px;
	color: #468;
	font-size: 1.4em;
	background-color: #eee;
	margin: 4px;
	padding: 7px 7px 4px 22px;
	border-radius: 16px;
	border: solid 1px #e1e1e1;
	display: inline-block;
	position: relative;
	float: right;
}

#page-content .kin-g-next a:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2016/12/yajirusi01.png);
	top: -1px;
	left: -2px;
	padding: 5px 3px 0px 6px;
	position: absolute;
	transition: all 0.4s ease;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
}

#page-content .kin-g-next a:hover,
#page-content .kin-g-next a:active {
	color: #f15;
	background-color: #f5f5f5;
	border: solid 1px #bbb;
	text-decoration: none;
}

#page-content .kin-g-next a:hover:before,
#page-content .kin-g-next a:active:before {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
}

#page-content .kin-g-backm {
	text-align: center;
	width: 100%;
	height: 50px;
	margin: 0px;
	padding 0px;
	clear: both;
}

#page-content .kin-g-backm a {
	text-align: right;
	width: 100px;
	height: 22px;
	color: #468;
	font-size: 1.4em;
	background-color: #eee;
	margin: 4px;
//	margin-bottom: 4px;
//	margin-left: auto;
//	margin-right: auto;
	padding: 7px 7px 4px 22px;
	border-radius: 16px;
	border: solid 1px #e1e1e1;
	display: inline-block;
	position: relative;
}

#page-content .kin-g-backm a:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/01/yajirusi-ue02.png);
	top: -1px;
	left: -2px;
	padding: 5px 3px 0px 6px;
	position: absolute;
	transition: all 0.4s ease;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
}

#page-content .kin-g-backm a:hover,
#page-content .kin-g-backm a:active {
	color: #f15;
	background-color: #f5f5f5;
	border: solid 1px #bbb;
	text-decoration: none;
}

#page-content .kin-g-backm a:hover:before,
#page-content .kin-g-backm a:active:before {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
}

#page-content div.kin-g-sgl{
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 20px 0px 20px 0px;
	clear: both;
}

#page-content img.kin-g-simg {
	width: 200px;
	height: 200px;
	float: left;
	position: relative;
	z-index: 9999;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

#page-content img.kin-g-simg:hover {
	transform: scale( 1.5 );
	-webkit-transform: scale( 1.5 );
	-moz-transform: scale( 1.5 );
	-ms-transform: scale( 1.5 );
	-o-transform: scale( 1.5 );
}

#page-content p.kin-g-syokai01,
#page-content p.kin-g-syokai02,
#page-content p.kin-g-syokai03 {
	width: 400px;
	margin: 10px 0px 10px 0px;
	padding: 15px 20px;
	float: right;
	border-radius: 20px;
	display: inline-block;
	position: relative;
}

#page-content p.kin-g-syokai01 {
	background-color: #cdcdef;
}

#page-content p.kin-g-syokai02 {
	background-color: #efcdcd;
}

#page-content p.kin-g-syokai03 {
	background-color: #cdefcd;
}

#page-content div.kin-g-nav {
	height: 46px;
	padding: 0px;
	margin: 0px 30px 50px 30px;
	border-bottom: solid 1px #446688;
}

#page-content div.kin-g-twy-nav {
	height: 146px;
	padding: 0px;
	margin: 0px 30px 50px 30px;
}

#page-content div.kin-g-twy-nav a:hover,
#page-content div.kin-g-twy-nav a:active,
#page-content div.kin-g-nav a:hover,
#page-content div.kin-g-nav a:active {
	color: #f15;
}

#page-content p.kin-g-navcp{
	width: 100px;
	margin: 0px;
}

#page-content p.kin-g-twy-navcp{
	width: 90%;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px #446688;
}

#page-content p.kin-g-navcp,
#page-content p.kin-g-twy-navcp {
	height: 36px;
	color: #468;
	font-size: 20px;
	font-weight: bold;
//	margin: 0px;
	padding:  10px 7px 0px 46px;
	float: left;
	display: inline-block;
	position: relative;
}

#page-content p.kin-g-navcp:before,
#page-content p.kin-g-twy-navcp:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/05/leaficon.png);
	top: -1px;
	left: 2px;
	padding: 5px 3px 0px 6px;
	position: absolute;
}

#page-content p.kin-g-twy-cp {
	font-size: 1.4em;
	width: 425px;
	margin: 0px 0px 20px 0px;
	padding: 15px 20px;
	float: right;
	background-color: #eee;
	border-radius: 20px;
	display: inline-block;
	position: relative;
}

#page-content p.kin-g-twy-cp:before{
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/11/navcp-huki01.png);
	top: 5px;
	left: -75px;
	position: absolute;
}

#page-content a.kin-g-navlink {
	text-align: right;
	width: 50px;
	height: 22px;
	color: #468;
	font-size: 1.4em;
	background-color: #eee;
	margin: 4px 2px;
	padding: 7px 7px 4px 22px;
	border-radius: 16px;
	border: solid 1px #e1e1e1;
	display: inline-block;
	position: relative;
	float: right;
}

#page-content a.kin-g-navlink:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2016/12/yajirusi01.png);
	top: -1px;
	left: -2px;
	padding: 5px 3px 0px 6px;
	position: absolute;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

#page-content a.kin-g-navlink:hover,
#page-content a.kin-g-navlink:active {
	color: #f15;
	background-color: #f5f5f5;
	border: solid 1px #bbb;
	text-decoration: none;
}

#page-content a.kin-g-navlink:hover:before,
#page-content a.kin-g-navlink:active:before {
	transform: scale( 1.15 );
	-webkit-transform: scale( 1.15 );
	-moz-transform: scale( 1.15 );
	-ms-transform: scale( 1.15 );
	-o-transform: scale( 1.15 );
}


/***********きんじぃの世の中教室ウィジェット設定***************/

aside #kin-g-wi {
	width: 100%;
	height: 125px; /**行数増えるごとにheight +30**/
	padding-bottom: 10px;
}

aside #kin-g-wi a {
	font-size: 14px;
	color: #468;
	font-weight: bold;
	width: 240px;
	height: 20px;
//	float: left;
	margin: 3px 0px 3px 0px;
	padding:  7px 3px 0px 33px;
	display: inline-block;
	position: relative;
	text-decoration: none;
}

aside #kin-g-wi a:hover,
aside #kin-g-wi a:active {
	color: #f15;
	text-decoration: underline;
}

aside #kin-g-wi a:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/06/leaficon02.png);
	top: -1px;
	left: 2px;
	padding: 5px 3px 0px 2px;
	position: absolute;
}

aside #kin-g-wisp {
	width: 100%;
	height: 5px;
}


/***********画像ホバー半透明設定***************/

.hover-o {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.hover-o:hover,
.hover-o:active{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
}


/***********総選挙候補者NEWSページ***************/


.kohonews .hpb-posttype-shirakawanews h3{
	margin-bottom: 5px !important;
}

.twi{
	width: 300px;
	float: left;
	margin: 6px;
	padding: 5px;
	background-color: #f5f5f5;
	text-align: center;
	border-radius: 5px;
	border: solid 1px #ccc;
}

.fac{
	width: 300px;
	float: left;
	margin: 6px;
	padding: 5px;
	background-color: #f5f5f5;
	text-align: center;
	border-radius: 5px;
	border: solid 1px #ccc;
}


/***********汎用リンクボタン***************/

#page-content .navlink-ue,
#page-content .navlink-migi,
#page-content .navlink-sita,
#page-content .navlink-hidari {
	text-align: right;
//	width: 50px;
	height: 22px;
	color: #468;
	font-size: 14px;
	background-color: #eee;
	margin: 4px 2px;
	padding: 7px 12px 4px 35px;
	border-radius: 16px;
	border: solid 1px #e1e1e1;
	display: inline-block;
	position: relative;
}

#page-content .navlink-ue:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/01/yajirusi-ue02.png);
}

#page-content .navlink-migi:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2016/12/yajirusi01.png);
}

#page-content .navlink-sita:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2016/12/yajirusi-sita.png);
}

#page-content .navlink-hidari:before {
	content: url(http://jcp-tokushima.com/wp/wp-content/uploads/2017/05/yajirusi-hidari.png);
}

#page-content .navlink-ue:before,
#page-content .navlink-migi:before,
#page-content .navlink-sita:before,
#page-content .navlink-hidari:before {
	top: -1px;
	left: -2px;
	padding: 5px 3px 0px 6px;
	position: absolute;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

#page-content .navlink-ue:hover,
#page-content .navlink-ue:active,
#page-content .navlink-migi:hover,
#page-content .navlink-migi:active,
#page-content .navlink-sita:hover,
#page-content .navlink-sita:active,
#page-content .navlink-hidari:hover,
#page-content .navlink-hidari:active {
	color: #f15;
	background-color: #f5f5f5;
	border: solid 1px #bbb;
	text-decoration: none;
}

#page-content .navlink-ue:hover:before,
#page-content .navlink-ue:active:before,
#page-content .navlink-migi:hover:before,
#page-content .navlink-migi:active:before,
#page-content .navlink-sita:hover:before,
#page-content .navlink-sita:active:before,
#page-content .navlink-hidari:hover:before,
#page-content .navlink-hidari:active:before {
	transform: scale( 1.15 );
	-webkit-transform: scale( 1.15 );
	-moz-transform: scale( 1.15 );
	-ms-transform: scale( 1.15 );
	-o-transform: scale( 1.15 );
}


/***********汎用スペース***************/

#page-content .sp-hanyo {
	width: 100%;
	height: 40px;
	background-color: #fff;
	clear: both;
}


/***********トップページきんじぃボタン***************/

.kin-g-slinkb {
	display: none;
}

.kin-g-slinkc {
	display: block;
}


/***********見出しデザインテスト用***************/

#page-content h2.midasitest01 {
	color: #fff;
	font-size: 2em;
	line-hight: 2em;
	margin: 20px 0px 12px 0px;
	padding: 4px 8px 0px 8px;
	border-left: solid 15px #25c;
//	border-top: solid 2px #25c;
//	border-right: solid 2px #25c;
//	border-bottom: solid 2px #25c;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-radius: 5px 5px 5px 5px;
	background-color: #58f;
	text-align: left;
}

#page-content h3.midasitest02 {
	color: #fff !important;
	font-size: 1.75em !important;
	line-hight: 1.75em !important;
	margin: 20px 0px 12px 0px !important;
	padding: 4px 8px 0px 8px !important;
	border-left: solid 11px #36d !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-radius: 5px 0px 0px 5px !important;
	background-color: #6f9fff;
	text-align: left;
}

#page-content h3.midasitest02:before {
	content: none !important;
}

#page-content h4.midasitest03 {
	color: #fff;
	font-size: 1.5em;
	line-hight: 1.5em;
	margin: 20px 0px 12px 0px;
	padding: 5px 15px 2px 8px;
	border-left: solid 7px #59f;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-radius: 5px 0px 0px 5px;
	background-color: #8bf;
	text-align: left;
}

#page-content h2.midasitest01:hover,
#page-content h2.midasitest01:active,
#page-content h3.midasitest02:hover,
#page-content h3.midasitest02:active,
#page-content h4.midasitest03:hover,
#page-content h4.midasitest03:active {
	color: #58f !important;
	background-color: #fff;
}


/***********県議団HP***************/

body#kengidan-hp {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size : 15px;
	font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
	color : #555; /* 標準文字色 */
//	background-position: 0 top;
//	position: absolute;
//	top: 0px;
//	left: 0px;
//	box-sizing: border-box;
	min-width: 1100px;
	background-color: #fff;
}

body#kengidan-hp * {
//	box-sizing: border-box;
//	overflow: hidden;
}



/***********県議団HP 汎用区切り線基本設定***************/

#kengidan-hp .h-hr {
	display: block;
	width: 100%;
	height: 1px;
	box-sizing: border-box;
	margin: 20px 0px 20px 0px;
	padding: 0;
	border-bottom: solid 1px #ddd;
}


/***********県議団HP pタグ基本設定***************/

#kengidan-hp p {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.05em;
}


/***********県議団HP aタグ基本設定***************/

#kengidan-hp a {
	color: #00c3b9;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

#kengidan-hp a:hover,
#kengidan-hp a:active {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
}


/***********県議団HP hタグ基本設定***************/

#kengidan-hp h2 {
	display: block;
	position: relative;
	height: 44px;
	font-size: 30px;
	font-weight: normal;
	color: #555;
	margin: 5px 0px 25px 0px;
	padding: 0px 0px 0px 42px;
	border-bottom: solid 2px #ddd;
}

#kengidan-hp h2:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(http://jcp-tokushima.com/wp/wp-content/uploads/2018/05/h2icon01.png);
	background-size: contain;
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
	padding: 0;
	top: 5px;
	left: 5px;
}

#kengidan-hp h2:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 230px;
	height: 1px;
//	background-color: #00c3b9;
	border-bottom: solid 2px #00c3b9;
	margin: 0;
	padding: 0;
	top: 43px;
	left: 0px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

#kengidan-hp h2:hover:after {
	width: 100%;
}

#kengidan-hp h2 a {
	color: #555;
}

#kengidan-hp h2 a:hover,
#kengidan-hp h2 a:active {
	color: #00c3b9;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-webkit-opacity: 1.0;
	-ms-opacity: 1.0;
	-o-opacity: 1.0;
}

#kengidan-hp h3.kengidan-post-title {
	color: #fff;
	font-size: 30px;
	line-height: 35px;
//	font-weight: normal;
	margin: 30px 0px;
	clear: both;
}

#kengidan-hp h3.kengidan-post-title a {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
//	font-weight: normal;
	padding: 15px 10px 10px 10px;
	border-top: solid 2px #00c3b9;
	border-bottom: solid 2px #00c3b9;
	background-color: #00c3b9;
	box-sizing: border-box;
}

#kengidan-hp h3.kengidan-post-title a:hover,
#kengidan-hp h3.kengidan-post-title a:active {
	color: #00c3b9;
	background-color: #fff;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-webkit-opacity: 1.0;
	-ms-opacity: 1.0;
	-o-opacity: 1.0;
}




/***********県議団HP ページネーション基本設定***************/

.kengidan-pagenation{
	clear: both;
}

.kengidan-pagenation .kengidan-oldpage{
	float: left;
}

.kengidan-pagenation .kengidan-newpage{
	float: right;
}

.kengidan-pagenation:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}




/***********県議団HP コンテナ基本設定***************/

#hpb-container-kengidan {
	width: 100%;
	background-color : #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 1100px;
}



/*********** 県議団HP ヘッダー設定 ***************/

#hpb-grobal-header-kengidan{
	display: block;
	width: 100%;
	height: 195px;
	position: absolute;
	background-color: #fff;
	margin: 0;
	padding: 0;
	z-index: 1000;
	top: 0px;
	left: 0px;
	min-width: 1100px;
}

#hpb-grobal-header-kengidan:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#hpb-header-kengidan-main{
	display: inline-block;
	width: 100%;
	height: 155px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #00c3b9;
	background-image: url("http://jcp-tokushima.com/wp/wp-content/uploads/2018/04/titlelogo02-2.png");
	background-position: 0% 87%;
	background-repeat: no-repeat;
	min-width: 1100px;
	z-index: 1100;
}

#site-title-box-kengidan1 {
	display: inline-block;
	position: relative;
	width: 580px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 45px 0px 0px 9%;
	float: left;
	background-color: #00c3b9;
	z-index: 1200;
}

#site-title-box-kengidan1 h1 {
	margin-top: 0px;
	padding: 0px;
}

#site-title-box-kengidan1 img {
	width: 500px;
}

#site-title-box-kengidan1 a {
	display: inline-block;
	overflow: hidden;
}



#site-title-box-kengidan2 {
	display: inline-block;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 47px;
	background-color: #00c3b9;
	margin: 0px;
	padding: 10px 20px 0px 0px;
	z-index: 1500;
	box-sizing: border-box;
}

#menu-box-kengidan {
	display: inline-block;
	position: relative;
	width: 100%;
	float: right;
	z-index: 2000;
}

#menu-kengidan {
	position: relative;
	margin: 0;
	padding: 0;
}

#menu-kengidan li {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}

#menu-kengidan li a {
	display: block;
	position: relative;
	font-size: 16px;
	color: #fff;
	padding: 3px 12px 0px 15px;
	text-align: center;
	text-decoration: none;
	background-color: #00c3b9;
	overflow: hidden;
}

#menu-kengidan li a:hover,
#menu-kengidan li a:active {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-webkit-opacity: 1.0;
	-ms-opacity: 1.0;
	-o-opacity: 1.0;
}

#menu-kengidan li a:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 100%;
	background : #fff;
	top: 0px;
	left: 0px;
	opacity: 0.3;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	-webkit-opacity: 0.3;
	-ms-opacity: 0.3;
	-o-opacity: 0.3;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

#menu-kengidan li a:hover:before,
#menu-kengidan li a:active:before {
	width: 100%;
}

#toggle-kengidan {
	display: none;
	position: absolute;
	width: 100%;
	height: 23px;
	top: 2px;
	right: 0px;
	margin: 0;
	padding: 0;
	background-color: #00c3b9;
	z-index: 5000;
}

#toggle-kengidan h1 {
	font-weight: normal;
	font-size: 23px;
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

a.kengidan-title02 {
	display: inline-block;
	position: absolute;
	color: #fff !important;
	font-size: 23px;
	line-height: 100%;
	width: 260px;
	height: 23px;
	top: 0px;
	left: 10px;
	background-image: url(http://jcp-tokushima.com/wp/wp-content/uploads/2018/05/titlelogo03.png);
	background-repeat: no-repeat;
	background-size: 260px;
	background-position: 0px -1px;
}

.nav-unshown-kengidan {
	display: none;
}

#nav-open-kengidan {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 23px;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	vertical-align: middle;
	background-image: url(http://jcp-tokushima.com/wp/wp-content/uploads/2018/05/menu-sp01.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #00c3b9;
	cursor: pointer;
	z-index: 5003;
}

#nav-close-kengidan {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
}

#menu-kengidan-sp {
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	width: 250px;
	margin: 0;
	padding: 0;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transform: translateX(105%);
	-webkit-transform: translateX(105%);
	-moz-transform: translateX(105%);
	-ms-transform: translateX(105%);
	-o-transform: translateX(105%);
}

#nav-input-kengidan:checked ~ #nav-close-kengidan {
	display: block;
	opacity: 0.5;
	filter:alpha(opacity=50);
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
}

#nav-input-kengidan:checked ~ #nav-open-kengidan {
	background-image: url(http://jcp-tokushima.com/wp/wp-content/uploads/2018/05/menu-sp02.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}

#nav-input-kengidan:checked ~ #menu-kengidan-sp {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,0.15);
}

#menu-kengidan-sp ul#menu-kengidan-spul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 45px;
	background-color: #00c3b9;
}

#menu-kengidan-sp #menu-kengidan-spul li {
	text-align: center;
	position: relative;
}

#menu-kengidan-sp #menu-kengidan-spul li a {
	display: block;
	color: #fff;
	font-size: 20px;
	width: 250px;
	height: 40px;
	margin: 2px 0px 2px 0px;
	padding: 13px 0px 0px 0px;
	background-color: #33d0c5;
}

#menu-kengidan-sp #menu-kengidan-spul li a:hover,
#menu-kengidan-sp #menu-kengidan-spul li a:active {
	color: #00c3b9;
	background-color: #fff;
	opacity: 1.0;
	filter:alpha(opacity=100);
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
	-ms-opacity: 1.0;
	-o-opacity: 1.0;
}

#site-title-box-kengidan3 {
	display: inline-block;
	width: 420px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	float: right;
	clear: both;
	position: relative;
	top: -35%;
	right: 0;
}

#site-title-box-kengidan3 a {
	display: inline-block;
	margin: 2px 9px 0px 0px;
	padding: 3px 15px 0px 15px;
	color: #fff;
	font-size: 16px;
	position: relative;
	float: left;
}

#site-title-box-kengidan3 a:hover,
#site-title-box-kengidan3 a:active {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-webkit-opacity: 1.0;
	-ms-opacity: 1.0;
	-o-opacity: 1.0;
}

#site-title-box-kengidan3 a:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 100%;
	background : #fff;
	top: 0px;
	left: 0px;
	opacity: 0.3;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	-webkit-opacity: 0.3;
	-ms-opacity: 0.3;
	-o-opacity: 0.3;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

#site-title-box-kengidan3 a:hover:before,
#site-title-box-kengidan3 a:active:before {
	width: 100%;
}

#searchform-2 {
	display: inline-block;
	width: 250px;
	height: 28px;
	margin: 0;
	padding: 1px;
	position: relative;
	float: left;
	border-radius: 7px;
	background-color: #fff;
}

#s-2 {
	display: inline-block;
	width: 215px;
	height: 26px;
	color: #fff;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	border: none;
	border-radius: 6px;
	background-color: #00c3b9;
	position: absolute;
	top: 2px;
	left: 2px;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}

#searchsubmit-2 {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	border: none;
	background-color: #fff;
	top: 4px;
	right: 7px;
}

#searchsubmit-2:hover,
#searchsubmit-2:active {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
}

#s-2::-webkit-input-placeholder {
	color: #fff;
	line-height: 20px;
}

#s-2:-ms-input-placeholder {
	color: #fff;
	line-height: 20px;
}

#s-2::-moz-placeholder {
	color: #fff;
	line-height: 20px;
}



/***********県議団HP パンくずリスト***************/

#hpb-breadcrumb-list-kengidan {
	width: 100%;
	color: #777;
	padding: 0px 5% 10px 5%;
	font-size: 13px;
	line-height: 13px;
	background-color: #fff;
	box-sizing: border-box;
}

#hpb-breadcrumb-list-kengidan div {
	display: inline;
}

#hpb-breadcrumb-list-kengidan a {
	margin: 0;
	padding: 5px;
}

#hpb-breadcrumb-list-kengidan a:link,
#hpb-breadcrumb-list-kengidan a:visited{
	color: #00c3b9;
	text-decoration: none;
	background-color: #fff;
}

#hpb-breadcrumb-list-kengidan a:hover,
#hpb-breadcrumb-list-kengidan a:active{
	text-decoration: none;
	background-color: #fff;
}




/*********** 県議団HP インナー以下設定 ***************/

#hpb-inner-kengidan {
	background-color: #fff;
	width: 1100px;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	margin-top: 210px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	position: relative;
	min-height: 700px;
}

#hpb-inner-kengidan:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#hpb-content-kengidan {
	width: 750px;
	margin: 0px auto 0px auto;
	position: relative;
	padding: 0px 10px 30px 10px;
	float: left;
}

#hpb-main-kengidan {
	width: 750px;
	text-align: left;
}

#page-content-kengidan {
	margin: 0;
	padding: 0;
}



/*********** 県議団HP フッター設定 ***************/

#hpb-global-footer-kengidan {
	display: block;
	position: absolute;
	background-color: #00c3b9;
	color: #fff;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	left: 0px;
	bottom: 0px;
	clear: both;
	min-width: 1100px;
}

#backtop-kengidan-a {
	display: block;
	position: fixed;
	right: 30px;
	bottom: 75px;
	width: 50px;
	height: 50px;
	font-size: 12px;
	border-radius: 50%;
	background-color: #00c3b9;
	z-index: 1500;
}

#backtop-kengidan-a p {
	color: #fff;
	font-size: 12px;
//	font-weight: bold;
	text-align: center;
}

#backtop-kengidan {
	position: relative;
	width: 0px;
	height: 0px;
	margin: 0px 0px 8px 0px;
	padding: 0;
	border-top: 1px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 8px solid transparent;
	top: 10px;
	left: 17px;
}

#hpb-footer-main-kengidan {
	display: block;
	position: relative;
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 10px 0px 0px 0px;
}

#hpb-footer-main-kengidan p {
	display: block;
	position: relative;
	font-size: 65%;
	text-align: center;
	line-height: 110%;
	margin: 0;
	padding: 0;
}




/*********** 県議団HP サイドバー設定 ***************/

#hpb-sidebar-extra {
	float: left;
}

#hpb-sidebar-extra h3 {
	position: relative;
	border-bottom: solid 1px #00c3b9;
	font-weight: normal;
	font-size: 23px;
	line-height: 23px;
	padding-left: 28px;
	padding-bottom: 5px;
}

#hpb-sidebar-extra h3:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #00c3b9;
	top: 2px;
	left: 7px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

#hpb-sidebar-extra h3:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 17px;
	background-color: #fff;
	top: 1px;
	left: 13px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

#hpb-sidebar-extra #search-month {
	display: block;
	width: 80%;
	height: 25px;
	margin: 5px 5% 30px 15%;
	color: #555;
	font-size: 15px;
	line-height: 15px;
}

#hpb-sidebar-extra #search-month option {
	display: inline-block;
	width: 80%;
	font-size: 15px;
}


/*********** 県議団HP 新着情報設定 ***************/

#kengidan-01 {
	margin-top: -20px;
}

#kengidan-01 p.kengidan-s {
//	background-color: #eee;
}

#kengidan-01 a.kengidan-s-ko {
	display: block;
	width: 710px;
	height: auto;
	color: #555;
	border: solid 1px #fff;
	border-radius: 10px;
	background-color: #fff;
	text-decoration: none;
	margin: 10px 20px 20px 20px;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	clear: both;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

#kengidan-01 a.kengidan-s-ko:hover,
#kengidan-01 a.kengidan-s-ko:active {
	color: #00c3b9;
	border: solid 1px #00c3b9;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-webkit-opacity: 1.0;
	-ms-opacity: 1.0;
	-o-opacity: 1.0;
}

#kengidan-01 p.new {
	display: inline-block;
	width: auto;
	height: 20px;
	color: #f00;
	font-size: 12px;
	line-height: 12px;
	border: solid 1px #f00;
	border-radius: 10px;
	margin: 0px 10px 0px 0px;
	padding: 4px 8px 2px 8px;
	box-sizing: border-box;
	float: left;
}

#kengidan-01 p.date {
	display: inline-block;
	width: auto;
	height: 22px;
	color: #888;
	font-size: 13px !important;
	line-height: 13px;
	margin: 0px 10px 0px 0px;
	padding: 5px 0px 0px 0px;
	box-sizing: border-box;
	align: left;
	float: left;
}

#kengidan-01 p.cate-sp {
	display: inline-block;
	width: auto;
	height: 20px;
	color: #00c3b9;
	font-size: 12px;
	line-height: 12px;
	border: solid 1px #00c3b9;
	border-radius: 10px;
	margin: 0px 10px 0px 0px;
	padding: 4px 8px 2px 8px;
	box-sizing: border-box;
	float: left;
}

#kengidan-01 h3.title-si {
	display: inline-block;
	width: 100%;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	border: none;
	margin: 10px 0px 5px 0px;
	padding: 0;
	box-sizing: border-box;
}

#kengidan-01 p.excerpt {
	display: inline-block;
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 20px;
	margin: 5px 0px 0px 0px;
	padding: 0px 5px;
	box-sizing: border-box;
	float: left;
}



/***********県議団HP 記事設定***************/

.kengidan-art {
	display: block;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	border-bottom: solid 3px #00c3b9;
	clear: both;
}

.kengidan-entry-footer {
	margin-top: 30px;
	clear: both;
}

.kengidan-postinfo {
	margin-bottom: 0px;
	clear: both;
}

.kengidan-postinfo,
.hpb-more-entry-kengidan {
	text-align: right;
}

#kengidan-hp .kengidan-art h4 {
	position: relative;
	border-left: solid 12px #00c3b9;
	border-bottom: solid 2px #00c3b9;
	color: #555;
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 40px;
	margin-bottom: 25px;
}

#kengidan-hp .kengidan-art h4 span {
	font-size: 75%;
	font-weight: normal;
}

#kengidan-hp .kengidan-art h5 {
	position: relative;
	color: #555;
	border-left: solid 5px #00c3b9;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	background-color: #f4f4f4;
	padding-top: 9px;
	padding-left: 8px;
	padding-bottom: 5px;
	margin-top: 35px;
	margin-bottom: 25px;
}

#kengidan-hp .k-box01 {
	display: inline-block;
	width: auto;
	margin: 20px 20px 20px 20px;
	padding: 10px;
	border: solid 1px #00c3b9;
	border-radius: 10px;
	box-sizing: border-box;
	clear: both;
}



/*********** 県議団HP ニュースタブ設定 ***************/
/**
.tab-content {
	border-top: 2px solid #00c3b9;
	border-left: 2px solid #00c3b9;
	border-right: 2px solid #00c3b9;
	border-bottom: 6px solid #00c3b9;
}
**/
.tab-content input[type="radio"] {
	display: none;
}

.tab-content label {
	display: inline-block;
	width: 25%;
	height: 34px;
	text-align: center;
	padding: 9px 10px 5px 10px;
	font-size: 15px;
	background-color: #eee;
	cursor: pointer;
	box-sizing: border-box;
}

span.label-pc {
	display: inline;
}

span.label-sp {
	display: none;
}

.tab-content label:hover {
	background-color: #f9f9f9;
}

.tab-content input[type="radio"]:checked + label {
	color: #fff;
	background-color: #00c3b9;
}

.tab-content .tab-box {
	width: 100%;
	padding: 10px 0px;
	border-top: 6px solid #00c3b9;
	box-sizing: border-box;
}

.tab-content > .tab-box > div {
	display: none;
}

#tab1:checked ~ .tab-box > #tabView1 {
	display: block;
}

#tab2:checked ~ .tab-box > #tabView2 {
	display: block;
}

#tab3:checked ~ .tab-box > #tabView3 {
	display: block;
}

#tab4:checked ~ .tab-box > #tabView4 {
	display: block;
}




/*********** 県議団HP お問い合わせフォーム設定 ***************/

.form-box02 {
	border: solid 1px #eee;
	background-color: #f5f5f5;
	margin: 15px 0px;
	padding: 10px 20px;
	border-radius: 10px;
}

.form-box02 input {
	max-width: 95%;
}

.form-box02 textarea {
	max-width: 95%;
}




/*********** 県議団HP 議員プロフィール設定 ***************/

#kengidan-hp .kengi-syokai {
	margin: 10px 10px 30px 10px;
	padding: 10px;
	border: solid 1px #ddd;
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
}

#kengidan-hp a.kengi-syokai-img {
	display: block;
	width: 320px;
	margin: 0px 10px 0px 0px;
	float: left;
}

#kengidan-hp a.kengi-syokai-img:hover,
#kengidan-hp a.kengi-syokai-img:active {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-webkit-opacity: 1.0;
	-ms-opacity: 1.0;
	-o-opacity: 1.0;
}

#kengidan-hp .kengi-syokai-img img {
	width: 320px;
	border-radius: 10px;
}

#kengidan-hp .kengi-syokai-box {
	display: block;
	width: 370px;
	float: left;
}

#kengidan-hp p.kengi-name01 {
	font-size: 30px;
	margin-bottom: 10px;
}

#kengidan-hp p.kengi-name02 {
	font-size: 15px;
	color: #999;
	padding-left: 5px;
}

#kengidan-hp .kengi-syokai-tx {
//	margin-bottom: 30px;
}

#kengidan-hp .kengi-syokai-ad {
	font-size: 14px;
}

#kengidan-hp .kengi-syokai-link {
	display: block;
	width: 370px;
	float: left;
	overflow: hidden;
}

#kengidan-hp .kengi-Homelink,
#kengidan-hp .kengi-Facebooklink,
#kengidan-hp .kengi-Twitterlink {
	position: relative;
	display: inline-block;
	width: 170px;
	margin: 15px 0px 0px 15px;
	padding: 0px 0px 0px 31px;
	float: left;
	box-sizing: border-box;
}

#kengidan-hp .kengi-Homelink:before,
#kengidan-hp .kengi-Facebooklink:before,
#kengidan-hp .kengi-Twitterlink:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background-size: cover;
	background-repeat: no-repeat;
	top: -3px;
	left: 0px;
}

#kengidan-hp .kengi-Homelink:before {
	background-image: url(http://jcp-tokushima.com/wp/wp-content/uploads/2018/06/homeimg02.png);
}

#kengidan-hp .kengi-Facebooklink:before {
	background-image: url(http://jcp-tokushima.com/wp/wp-content/uploads/2018/06/fbimg02.png);
}

#kengidan-hp .kengi-Twitterlink:before {
	background-image: url(http://jcp-tokushima.com/wp/wp-content/uploads/2018/06/twimg02.png);
}