/*
 Theme Name:   nd1 theme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  nd1 theme
 Author:       kit-chen
 Author URI:   http://example.com
 Template:     estore
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


body,
button,
input,
select,
textarea {
  color: #333333;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 400; }
  
/* ページ下SNS拡散ボタン */
.snsb {
 text-align:center;
 margin: 0px 0px;
 padding: 30px;
 border-top: solid 2px #f11;
}
  
/* SNSボタン */
.share {margin-top : 40px;}
.share ul {margin : 0;
    padding : 0;
    list-style : none;}
.share li a {display : block;
    padding : 10px;
    color : #fff;
    font-size : 14px;
    text-decoration : none;
    text-align : center;}
.share li a:hover {opacity :0.8;
    color : #fff;}
.share li a:visited{ color: #fff;}
.share ul:after {content : "";
    display : block;
    clear : both;}
.tweet a{background-color : #55acee;}
.facebook a{background-color : #315096;}
.googleplus a{background-color : #dd4b39;}
.hatena a{background-color : #008fde;}
.line a{background-color: #00c300;}
.pocket a{background-color :#f03e51;}
.rss a{background-color: #ff8c00;}
.feedly a{background-color: #6cc655;}
  
.share li {float : left;
    width : 25%;
    margin : 0;
margin-top:15px;}


@media screen and (max-width:599px){
.share li {
  float : left;
  width : 100%;
  margin:0 2% 3% 0;}
.share li a {border-radius:6px;}
}



/*
scroll BOX
*/


p.infobox {
   height: 12.5em;  
   overflow: scroll; 
  background-color: #fff; 
	border: medium solid #eeeeee;
}

dl.infobox {
  height: 12.5em;  
  overflow: scroll; 
  background-color: #fff; 
  border: medium solid #eeeeee;
}


/*
hederPhoto on Box
*/

.header_photo {
  position: relative;
  overflow: hidden ;
  }

.header_photo img {
  width: 100%;
  }


.header_photo dl {
  position: absolute;
  top: 60%;
  left: 70%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding:10px;
  }



@media screen and ( max-width:1000px )
{
.header_photo dl {
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,0%);
  -webkit-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
  margin: 0;
  padding:10px;
  }
}





/*　ここから下　*/
article .entry-content {
  font-size: 18px; 
  color: #666;
  margin: 20px 20px 0px 0px;}

#top-footer {
  color: #fff;
  background: #444 none repeat scroll 0 0;
  padding: 50px 0; }

#top-footer H1,
#top-footer H2,
#top-footer H3,
#top-footer H4{
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }

#top-footer a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }

#top-footer a:hover,
#top-footer a:focus,
#top-footer a:active {
  color: #0191BC; 
  color: #ff1111; }

#bottom-footer {
  color: #fff;
  background: #222 none repeat scroll 0 0;
  padding: 10px 0; }




#footer_under {
  background: #fff none repeat scroll 0 0;
  text-align: center;
}



.page-header {
text-align: left;
  background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #EAEAEA;
	padding: 25px 0;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) inset;
}
.tg-container {
	max-width: 100%;
	padding-right: 30px;
}
.header-post-title-class {
	font-size: 22px;
	padding-bottom: 0;
	line-height: 36px;
}



/*　PDFを横に並べる　*/

div.pdfemb-viewer {
display: inline-block;
}



/*　リスト装飾　*/

.entry-content-wrapper ul {
  border: solid 2px #ccc;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}
.entry-content-wrapper ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.entry-content-wrapper ul li:before {
  font-family: FontAwesome;
  content: "\f138";
  position: absolute;
  left : 1em;
  color: #ee1111;
	}

div.goods-guideline ul {
  border: solid 2px skyblue;
}

/*　数字リスト装飾　*/

ol{
  counter-reset:number;
  list-style-type: none!important;
  padding:0.6em;
  background: #f1fef2;
  border: solid 1px #11aa00;
}
ol li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);

  display:inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;

  top: 1.5em;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}



/*　a underLine　red　*/

.entry-content-wrapper a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.entry-content-wrapper a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ee1111;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .2s;
}
.entry-content-wrapper a:hover::after {
  transform: scale(1, 1);
}





/*
Chihou Honbu Link button
*/

/*　地方本部リスト装飾　*/
#social-icon ul {
  border: solid 1px red;
  margin: -10px 3px 40px 0;
  padding: 0 0 0 30px;
  font-size: 80%;
}


#social-icon p.honbu {
  position: relative
  display: block;
  float: left;
  color: #E80008;
  line-height: 30px;
  margin: 0 10px 0px 0;
  padding: 0 0 0 30px;
  width:200px;
  background: #eee;
}
#social-icon a {
　font-size: 15px;
  position: relative;
  display: block;
  float: left;
  width:110px;
  margin: 0 10px 0px 0;
  padding: 0 0 0 30px;
  background: #E80008;
  color: #fff;
  text-decoration: none;
  text-align:center;
  line-height: 30px;
}
#social-icon i {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 30px;
  margin: 0;
  background: #FF2100;
  line-height: 30px;
  text-align: center;
}
#social-icon i:before { padding 0; line-height: 30px; }
#social-icon a:hover i { background: #2639E8; }

@media screen and ( max-width:1000px )
{
#social-icon p.honbu {
  width:100%;

  position: relative
  display: block;
  color: #E80008;
  line-height: 30px;
  margin: 0 10px 0px 0;
  background: #eee;
}
#social-icon a {
	font-size: 15px;
  position: relative
  display: block;
  float: left;
  margin: 3px 3px 0px 0;
  padding: 0 0 0 30px;
  background: #E80008;
  color: #fff;
  text-decoration: none;
  text-align:center;
  line-height: 30px;
  }
#social-icon i {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 30px;
  margin: 0;
  background: #FF2100;
  line-height: 30px;
  text-align: center;
}
}

@media screen and ( max-width:450px )
{
#social-icon a {
  width:83px;
  
/*　YouTubeの長い文字列を隠す　*/
  overflow: hidden;
　height: 30px;
}
#social-icon i {
  width: 83px;
}
}


---------------------------------------------------------

.entry-content-wrapper p{
  position: relative;
  line-height: 1.5em;
  padding: 0em 0.5em 0em 30px;
}
.entry-content-wrapper h3{
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0em 0px;
}
.entry-content-wrapper h4{
  position: relative;
  line-height: 1em;
  padding: 1em 0.5em 0em 0px;
}
.entry-content-wrapper ul h4{
  padding: 0.15em 0em 0em 0;
}

/*
トップページのコメントウインドウのタイトルを消す。
*/

dl .infobox_title{
	display:none;
}
div.header_photo dd{
	font-size:16px;
  line-height: 1.6em;
}

/*
infobox　author
*/

.infobox_data {
  color:　#f33;
  font-size:13px;
  font-weight:bold;
 }



/*
カテゴリーオーダー調整
*/
.cat-post-widget a::before {
  color: #888888;
  content: "\f1db";
  font-family: "FontAwesome";
  font-size: 14px;
  left: -19px;
  position: absolute;
  top: 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }


.category-posts-internal li {
  border-bottom: none;
  color: #333;
  font-size: 13px;
  line-height: 28px;
  margin: 0 0 10px;
  padding: 0 0 0px 12px;
  position: relative;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  display: block; }






@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?71i2fa');
  src:  url('fonts/icomoon.eot?71i2fa#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?71i2fa') format('truetype'),
    url('fonts/icomoon.woff?71i2fa') format('woff'),
    url('fonts/icomoon.svg?71i2fa#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pocket:before {
  content: "\e904";
  color: #ef3f56;
}
.icon-jd1rogo .path1:before {
  content: "\e901";
  color: rgb(200, 18, 25);
}
.icon-jd1rogo .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(35, 24, 21);
}
.icon-facebook:before {
  content: "\e900";
  color: #3b5998;
}
.icon-feedly:before {
  content: "\e902";
  color: #6cc655;
}
.icon-gplus:before {
  content: "\e905";
  color: #df4a32;
}
.icon-hatena .path1:before {
  content: "\e906";
  color: rgb(0, 164, 222);
}
.icon-hatena .path2:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(0, 143, 222);
}
.icon-hatena .path3:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-hatena .path4:before {
  content: "\e909";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-hatena .path5:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(249, 249, 249);
}
.icon-hatena .path6:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(249, 249, 249);
}
.icon-hatena .path7:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(249, 249, 249);
}
.icon-line .path1:before {
  content: "\e90f";
  color: rgb(0, 195, 0);
}
.icon-line .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-twitter:before {
  content: "\e913";
  color: #55acee;
}
.icon-google-plus2:before {
  content: "\ea8c";
}
.icon-rss2:before {
  content: "\ea9c";
}



/*統一地方選 公認候補ページ用*/
.chihousen_kouho h2{
	position: relative;
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 170px;
	font-size:20px;
	border: 1px solid #dd1111;
	border-radius: 0px;
}
.chihousen_kouho h2::before{
	content: attr(title);
	position: absolute;
	left: 0;
	top: 0;
	padding:0 40px;
	font-size:15px;
	background: #dd1111;
	color: #fff;
}

.kouho {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    overflow: hidden;
}
.kouho__image {
    float: left;
    margin-right: 10px;
}
.kouho__summary {
    overflow: hidden;
}
.kouho__heading {
    margin-top: 26px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    border-bottom: 3px double #a11;
}
.kouho_sub_heading {
    font-size: 16px;
    font-weight: normal;
    color: #aa2222;
}
.kouho__text {
    margin-top: 106px;
    margin: -30px 0 0 0;
    padding: 0px 0 0 0;
}
@media screen and ( max-width:450px )
{
.kouho__image {
    float: none;
    margin-right: 0px;
}
.kouho__heading {
    margin-top: 0px;
    font-size: 16px;
}


