/* ===============================================
          			base.css
=============================================== */

@charset "Shift-jis";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
/*
Theme Name: XeoryBase
Theme URI: http://xeory.jp/
Description: Xeory?x?[?X?e?[?}
Author: ?o?Y??h
Author URI: http://bazubu.com/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, foot, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, foot, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

/* HTML5
-------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
foot,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* all
-------------------------------------------------- */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: "?a?S?V?b?N", YuGothic, "?q??n?M?m?p?S Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "???C???I", Meiryo, Osaka, "?l?r ?o?S?V?b?N", "MS PGothic", sans-serif;
  overflow-wrap: break-word;
  word-break: normal;
}

a {
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
}
a:focus, a:active, a:hover {
  outline: 0;
}

* {
  box-sizing: border-box;
}
/*$B%-%i%C%-%i(B*/
.btn:hover {box-shadow: 0 0 10px #ff0;
			text-shadow: 0 0 10px #ff0;
			}

/* clear
-------------------------------------------------- */
.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  display: inline-table;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* text
-------------------------------------------------- */
.post-content h1 {
  font-size: 36px;
  margin: 36px 0;
  clear: both;
}

.post-content h3 {
  font-size: 24px;
  margin: 2em 0 1em;
}
.post-content h4 {
  font-size: 18px;
  margin: 2em 0 1em;
}
.post-content h5 {
  font-size: 16px;
  margin: 2em 0 1em;
}
.post-content h6 {
  font-size: 14px;
  margin: 2em 0 1em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  position: relative;
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
blockquote:before {
  content: '?';
  font-family: 'FontAwesome';
  font-size: 36px;
  color: #e7e7e7;
  position: absolute;
  top: 10px;
  left: 10px;
}
blockquote cite {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #808080;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 0 0 2em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  overflow-x: scroll;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* reset  */
#header h1, #header h3, #header h4, #header h5, #header h6, #header p, #header ul, #side h1, #side h3, #side h4, #side h5, #side h6, #side p, #side ul, #foot h1, #foot h2, #foot h3, #foot h4, #foot h5, #foot h6, #foot p, #foot ul, nav h1, nav h2, nav h3, nav h4, nav h5, nav h6, nav p, nav ul {
  font-weight: normal;
  margin: 0;
}

/* list
-------------------------------------------------- */
dl,
menu,
ol,
ul {
  margin: 0 0 2em;
}

dd {
  margin: 0 0 0 20px;
}

menu,
ol,
ul {
  padding: 0 0 0 20px;
  list-style: none;
}
menu ol,
menu ul,
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

.inline-list li {
  display: inline-block;
}

#header ul, #header ol,
#side ul,
#side ol,
#foot ul,
#foot ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* embed
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

/* form
-------------------------------------------------- */
form {
  margin: 0;
}

fieldset {
  border: 1px solid #e5e5e5;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* table
-------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
}

th, td {
  border: 1px solid #e5e5e5;
  padding: 8px 13px;
}

/* ----------------------------------------
* $B%l%9%]%s%7%V(B
* ~ / 1200px / 991px / 767px
* desctop / laptop / tablet / phone
---------------------------------------- */

@media screen and (max-width: 767px) {
  /* phone */
  h1 {
    font-size: 22px;
    margin: 36px 0;
    clear: both;
  }

  h3, h4, h5, h6 {
    font-size: 16px;
    margin: 2em 0 1em;
  }

  /* phone end */
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 12px;
  margin-bottom: 12px;
}

.alignleft {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}

.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* post */
.post-title {
  font-size: 32px;
  line-height: 1.5;
  margin: 0 0 36px;
  text-shadow: 0 0 10px #ff0;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  margin: 10px;
  max-width: 100%;
  box-sizing: border-box;
  /* optional rounded corners for browsers that support it */
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.row {
  *zoom: 1;
}
.row:before {
  display: inline-table;
}
.row:after {
  content: "";
  display: block;
  clear: both;
}

.gr1,
.gr2,
.gr3,
.gr4,
.gr5,
.gr6,
.gr7,
.gr8,
.gr9,
.gr10,
.gr11,
.gr12,
.gld-sub,
.gld-main,
.gr1-5 {
  float: left;
  box-sizing: border-box;
}

.gr1 {
  width: 8.33%;
}

.gr2 {
  width: 16.66%;
}

.gr3 {
  width: 25%;
}

.gr4 {
  width: 33.33%;
}

.gr5 {
  width: 41.66%;
}

.gr6 {
  width: 50%;
}

.gr7 {
  width: 58.33%;
}

.gr8 {
  width: 66.66%;
}

.gr9 {
  width: 75%;
}

.gr10 {
  width: 83.33%;
}

.gr11 {
  width: 91.33%;
}

.gr12 {
  width: 100%;
}

.gr1-5 {
  width: 20%;
}

.gld-sub {
  width: 37.31%;
}

.gld-main {
  width: 62.68%;
}

@media screen and (max-width: 1200px) {
  /* laptop */
  .gr1.lt-flat,
  .gr2.lt-flat,
  .gr3.lt-flat,
  .gr4.lt-flat,
  .gr5.lt-flat,
  .gr6.lt-flat,
  .gr7.lt-flat,
  .gr8.lt-flat,
  .gr9.lt-flat,
  .gr10.lt-flat,
  .gr11.lt-flat,
  .gr12.lt-flat,
  .gld-sub.lt-flat,
  .gld-main.lt-flat,
  .gr1-5.lt-flat {
    width: 100% !important;
  }

  /* laptop end */
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* laptop only */
  .gr1-lt {
    width: 8.33% !important;
  }

  .gr2-lt {
    width: 16.66% !important;
  }

  .gr3-lt {
    width: 25% !important;
  }

  .gr4-lt {
    width: 33.33% !important;
  }

  .gr5-lt {
    width: 41.66% !important;
  }

  .gr6-lt {
    width: 50% !important;
  }

  .gr7-lt {
    width: 58.33% !important;
  }

  .gr8-lt {
    width: 66.66% !important;
  }

  .gr9-lt {
    width: 75% !important;
  }

  .gr10-lt {
    width: 83.33% !important;
  }

  .gr11-lt {
    width: 91.33% !important;
  }

  .gr12-lt {
    width: 100% !important;
  }

  .gr1-5-lt {
    width: 20% !important;
  }

  .gld-sub-lt {
    width: 37.31% !important;
  }

  .gld-main-lt {
    width: 62.68% !important;
  }

  /* laptop only end */
}
@media screen and (max-width: 991px) {
  /* tablet */
  .gr1.tb-flat,
  .gr2.tb-flat,
  .gr3.tb-flat,
  .gr4.tb-flat,
  .gr5.tb-flat,
  .gr6.tb-flat,
  .gr7.tb-flat,
  .gr8.tb-flat,
  .gr9.tb-flat,
  .gr10.tb-flat,
  .gr11.tb-flat,
  .gr12.tb-flat,
  .gld-sub.tb-flat,
  .gld-main.tb-flat,
  .gr1-5.tb-flat {
    width: 100% !important;
  }

  .gr1-tb {
    width: 8.33% !important;
  }

  .gr2-tb {
    width: 16.66% !important;
  }

  .gr3-tb {
    width: 25% !important;
  }

  .gr4-tb {
    width: 33.33% !important;
  }

  .gr5-tb {
    width: 41.66% !important;
  }

  .gr6-tb {
    width: 50% !important;
  }

  .gr7-tb {
    width: 58.33% !important;
  }

  .gr8-tb {
    width: 66.66% !important;
  }

  .gr9-tb {
    width: 75% !important;
  }

  .gr10-tb {
    width: 83.33% !important;
  }

  .gr11-tb {
    width: 91.33% !important;
  }

  .gr12-tb {
    width: 100% !important;
  }

  .gr1-5-tb {
    width: 20% !important;
  }

  .gld-sub-tb {
    width: 37.31% !important;
  }

  .gld-main-tb {
    width: 62.68% !important;
  }

  /* tablet end */
}
@media (min-width: 768px) and (max-width: 991px) {
  /* tablet only */
  .gr1-tb {
    width: 8.33% !important;
  }

  .gr2-tb {
    width: 16.66% !important;
  }

  .gr3-tb {
    width: 25% !important;
  }

  .gr4-tb {
    width: 33.33% !important;
  }

  .gr5-tb {
    width: 41.66% !important;
  }

  .gr6-tb {
    width: 50% !important;
  }

  .gr7-tb {
    width: 58.33% !important;
  }

  .gr8-tb {
    width: 66.66% !important;
  }

  .gr9-tb {
    width: 75% !important;
  }

  .gr10-tb {
    width: 83.33% !important;
  }

  .gr11-tb {
    width: 91.33% !important;
  }

  .gr12-tb {
    width: 100% !important;
  }

  .gr1-5-tb {
    width: 20% !important;
  }

  .gld-sub-tb {
    width: 37.31% !important;
  }

  .gld-main-tb {
    width: 62.68% !important;
  }

  /* tablet only end */
}
@media screen and (max-width: 767px) {
  /* phone */
  .gr1,
  .gr2,
  .gr3,
  .gr4,
  .gr5,
  .gr6,
  .gr7,
  .gr8,
  .gr9,
  .gr10,
  .gr11,
  .gr12,
  .gr1-5,
  .gld-sub,
  .gld-main {
    width: 100%;
  }

  .gr1-sp {
    width: 8.33% !important;
  }

  .gr2-sp {
    width: 16.66% !important;
  }

  .gr3-sp {
    width: 25% !important;
  }

  .gr4-sp {
    width: 33.33% !important;
  }

  .gr5-sp {
    width: 41.66% !important;
  }

  .gr6-sp {
    width: 50% !important;
  }

  .gr7-sp {
    width: 58.33% !important;
  }

  .gr8-sp {
    width: 66.66% !important;
  }

  .gr9-sp {
    width: 75% !important;
  }

  .gr10-sp {
    width: 83.33% !important;
  }

  .gr11-sp {
    width: 91.33% !important;
  }

  .gr12-sp {
    width: 100% !important;
  }

  .gr1-5-sp {
    width: 20% !important;
  }

  .gld-sub-sp {
    width: 37.31% !important;
  }

  .gld-main-sp {
    width: 62.68% !important;
  }

  /* phone end */
}

/*
--SNS?{?^??g?A?N?o??EPHP--
<div class="post-sns">
<?php bzb_social_buttons();?>
</div>
*/

/* ===============================================
          reset.css
=============================================== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, foot, header,
hgroup, menu, nav, section,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, dialog, figure, foot, header,
hgroup, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

/*-----------------------------------------------------
					?e?eI?eS?eI
------------------------------------------------------*/
/*	WP?o?[
#wpadminbar {
	display: none !important;
	}
*/
/*body *{*/
  /*color: #fff;*/
/*}*/
body {
	background: #1d2088;
  font-family: "?a?S?V?b?N", YuGothic, "?q??n?M?m?p?S Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "???C???I", Meiryo, Osaka, "?l?r ?o?S?V?b?N", "MS PGothic", sans-serif;
	}

.s_box,.b_box,.k_box,.d-box,.n_box{
    width: 98%;
    overflow: hidden;
    margin: 0 auto;
}

.n_box p{
  color: #fff;
}

.sousin_box{
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
}

.mongon a{
  color: #fff100;
}

.sousin_box p{
  font-size: 12px;
}

.kiyaku{
  width: 95%;
  margin: 0 auto;
  font-size: 12px;
}

#wrapper {
    background: url(./image/wrapperbg.png);
    background-repeat: repeat-x;
    background-position: 50% 0%;
    background-size: 2px 300px;
}

.both { clear:both;}

h1, #gnavi li span,.btn {
  font-family: 'Noto Sans Japanese', sans-serif;
  }

.bar {
	margin:0 auto;
	width: 100%;
}
img {
    max-width: 100%;
    height:auto;
}
.fa-angle-up:before {
	line-height:1.3;
}

/*-----------------------------------------------------
					?I?n?-??C?i?Y
------------------------------------------------------*/

#pankuzu-alea {
	background: #000;
	height:auto;
	}

.breadcrumb-area {
	width: 900px;
	margin: 0 auto;
	color: #fff;
	}

.breadcrumb-area .wrap .breadcrumb .li{
	display: inline;
	}

.breadcrumb-area .wrap ol {
	line-height: 28px;

	}

.breadcrumb-area .wrap ol li {
	font-size: 14px;
	display: inline;
	/*float: left;*/
	padding-right: 10px;
	}

/*-----------------------------------------------------
						?w?b?_?[
------------------------------------------------------*/
#header {
	width:1000px;
	margin:0 auto;
	background: url(./image/hImage.png) no-repeat;
	padding-top: 40px;
  width: 100%;
  background-size: 100%;
	}

#header-left {
	width:40%;
	padding-top: 10px;
	margin-left:50px;
	float:left;
	}
#header-right {
	width: 55%;
	height: auto;
	float:right;
	}
/*rogo?C???[?W*/
#header-left #logoImg {
	width:330px
	margin:0 auto;
	}

/*?X?e?B?b?L?[?i?r*/
#change {
	background: #0c035e;
	position: fixed;
	top: -1000px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	}
#change .inner {
	width: 900px;
	margin:0 auto;
	}
#change #topMin {
	float: left;
	width:20%;
	padding:10px 0;
	}
#change #topMin img {
	margin:0 11%;
	width:78%;
	}
#change ul {
	float: right;
	width:70%;
	margin:0 5%;
	font-size:17px;
	}
#change ul li {
	width:25%;
	float:left;
	text-align:center;
	}
#change ul li a {
	color: #fff;
	text-decoration: none;
	line-height: 2.71875;
	font-weight: bold;
	display:block;
	text-shadow:
	-1px -1px #fff,
	1px -1px #fff,
	-1px 1px #fff,
	1px 1px #fff;
	}

#change ul .affections a {color:#a20012;}
#change ul .marriage a {color:#ff99cc;}
#change ul .fortune a {color:#765c30;}
#change ul .compatibility a {color:#21ab38;}
#change ul .works a {color:#434343;}
#change ul .money a {color:#ff0000;}
#change ul .simple a {color:#ec6841;}
#change ul .type a {color:#5e1887;}

/*-----------------------------------------------------
						?R??g?e??g?c
------------------------------------------------------*/
#container {
	width: 900px;
	margin:0 auto;
	line-height: 1.6;
	}
#conHeader {
	width: 900px;
	padding:0 50px 0;
	/*background-image: url(./image/conBackTop.png);*/
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
	}
#colmun-01 {
	width: 900px;
	/*background-image: url(./image/conBackMid.png);*/
	background-size: 100%;
	}

#conFooter {
	width: 900px;
	height: 115px;
	margin-bottom: 30px;
	/*background-image: url(./image/conBackBot.png);*/
	background-size: 100%;
	background-repeat: no-repeat;
	}
#colmun-01 #main {
	width: 100%;
	margin:0 auto;
	}

/*-???C??g?R??g?e??g?c-*/
#conHeader .bar{
	padding:50px 0 30px;
	}

.post-title {
	font-size: 25px;
	color: #ff0;
	line-height: 50px;
	margin:0 auto;
	font-weight: bold;
	}

#container p {
	line-height: 1.8;
	}

/*?l?C?E?A?s ???fE???U*/

#popular_post_content .wrap, #recent_post_content .wrap {
	margin-top: 50px;
	}

/*-?l?C?I???e?L??-*/
.wrap:after {
	content: "";
	display: block;
	clear: both;
}

body .front-loop article.post {
	border: none;
	margin-bottom: 20px;
	}

body .front-loop .popular_post_box {
	width: 20%;
	margin-right: 4%;
	float: left;
	display: inline-block;
	position: relative;
	}

body .front-loop .popular_post_box img, {
	margin-bottom: 12px;
	margin-top: 0;
	}

.pagination {
	text-align:center;

}
.pagination span.current , .pagination a.inactive {
	color:#fff;
	}

.pagination a {
	opacity:0.5;
	}
.pagination a:hover {
	opacity:1;
}

.pagination span, .pagination a {
	color: #ff0;
	padding-left:20px;
	font-weight: bold;
}


a.inactive {
    text-decoration: underline;
}

/*?l?C?E?A?s ???fE???U*/

#container .front-loop .bar{
	padding:50px 0 30px;
	}

#recent_post_content {
}

.p_category {
	font-size: 12px !important;
	color: #ff0;
	}

article .wrap-a {
	text-decoration: none;
	}
article .wrap-a h3 {
	text-align: center;
	font-size: 14px;
	text-decoration: underline;
}

/*$B?M5$$N5-;v%i%s%-%s%0(B*/
body .front-loop article.post.rank-1 .p_rank{
	position: absolute;
	top: 0;
	left: 0;
	background: #D6B038;
	width: 48px;
	height: 24px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	opacity: .9;
	}

/*-----------------------------------------------------
			$B!!(B		$B%+%F%4%j%Z!<%8(B
------------------------------------------------------*/
/*$B%+%F%4%j%3%Z!<%8%3%s%F%s%D(B*/
.cat-content-area {
	margin-bottom: 100px;
	}
/*$B%+%F%4%j%?%0(B*/

.post-header .cat-name span {
	background: #ff0;
	color: #1D2088;
	padding:2px 4px;
	opacity: 0.9;
}


/*-----------------------------------------------------
			$B!!(B		$B!!Cf%8%c%s%k(B
------------------------------------------------------*/

section.post-content {
	padding-bottom: 25px;
}

p.post-foot-head {
    color: #ff0;
    font-size: 17px;
    margin: 10px 0 10px 0;
    font-weight: bold;
    border-bottom: solid 1px;
}

.post-foot-list {
	margin-top: 80px;
}

.post-foot-list ul  {
	padding-top:30px;
}

.post-foot-list ul li {
    padding-bottom: 10px;
    text-decoration: underline;
    font-weight: normal;
    background: url(./image/ico_list_square.png) no-repeat 0 0.5em !important;
    margin: 0 0 20px 15px;
    padding: 0 0 0 15px;
}




/*-----------------------------------------------------
			$B!!(B		$B!!>\:Y%Z!<%8(B
------------------------------------------------------*/

.bzb-sns-btn {
	padding: 0;
	margin: 0;
	}

.bzb-sns-btn:after {
	content: "";
	display: block;
	clear: both;
	}

.post-header .post-foot {
  overflow: hidden;
}

.bzb-sns-btn li {
	float: left;
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}

.bzb-sns-btn li.bzb-facebook {
	width: 98px;
}
.bzb-sns-btn li.bzb-facebook span {
  vertical-align: top !important;
}
.bzb-sns-btn li.bzb-googleplus {
  width: 65px;
}
/*$B%+%F%4%j%?%0(B*/
.post-foot-list {
}

/*-----------------------------------------------------
					$B!!%5%$%I%P!<(B
------------------------------------------------------*/

#side {
	padding-top: 100px;
}

#search-2,#recent-posts-2 {
	padding-bottom: 50px;
}

.side-widget-inner h4 span {
	color: #ff0;
	}

.side-widget-inner li {
	font-size: 14px;
	}

.post-foot {
	margin-bottom:30px;
}

.post-thumbnail img {
	width: 100%;
	height: auto;
}
.side-widget-area h3 {
	color: #ff0;
	}

.side-widget-area ul li {
	}

.post-content p, .cat-content-area p {
	padding-top: 12.5px;
	margin-bottom: 12.5px;
}

.post-loop-wrap .post-foot {
	padding: 0;
rflow: hidden;
}

.post-loop-wrap .post-foot a.morelink {
	display: block;
	background: #fff;
	color: #1d2088;
	text-align: center;
	padding: 12px;
	opacity: 0.5;
}

.btn {

text-decoration: none;
font-weight: bold;
text-align: center;
font-size: 20px;
display: block;

background: -moz-linear-gradient(top,#0040CC 0%,#1D2088);
background: -webkit-gradient(linear, left top, left bottom, from(#0040CC), to(#1D2088));
border: 2px solid #ff0;
color:#FF0;
width: 300px;
padding: 10px 0;
margin:0 auto;
margin-top:50px;
margin-bottom:50px;

border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
}

/*-----------------------------------------------------
						$B%U%C%?!<(B
------------------------------------------------------*/

	#foot {
	background: #0c035e;
}

	.foot-01 {
	width: 900px;
	margin:0 auto;
	padding-top:30px;
}

	.foot-02 {
	width: 900px;
	background: #0c035e;
	margin:0 auto;
	clear:both;
}

#other-navi ul {
  overflow: hidden;
  text-align: center;
  list-style: none;
  display: block;
  padding:30px 0;
}

#other-navi ul li {
  display: inline-block;
  vertical-align: middle;
}

#other-navi ul li a {
  text-decoration: none;
  font-size:15px;
}

#other-navi ul li a:hover {
  text-decoration: underline;
}

p#foot-copy {
	text-align: right;
	font-size: 12px;
}
/*$BBg%8%c%s%k$N$_$N%U%C%?!<(B*/

#fnavi-01 {
	width: 19%;
	height: auto;
	float: left;
}
#fnavi-02 {
	width: 80%;
	height: auto;
    overflow:hidden;
    float:right;
}
#fnavi-02 li {
	float: left;
	width: 25%;
}

#fnavi-01 a, #fnavi-02 li a {
	display:block;
    text-align:center;
    margin-bottom: 50px;
    font-size: 15px;
}

.foot-01 wrap:after {
	  content: "";
	  display: block;
	  clear: both;
}

.foot-01 a {
	text-decoration: none;
	}

.foot-01 a:hover {
	text-decoration:underline;
}

/*-----------------------$B%Z!<%8%H%C%W$XLa$k$d$D(B------------------------*/

body .popular_post_box ul li .fa {
	margin-right: 8px;
	}

.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  color: #fff;
}

a {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  text-decoration: none;
}

.pagetop span {
  display: block;
  border-radius: 25px;
  background: #ff0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 36px;
  box-shadow: 0 0 10px #ff0;
  -webkit-box-shadow: 0 0 10px #ff0;
  -moz-box-shadow: 0 0 10px #ff0;
}

#fa {
  display: inline-block !important;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  line-height: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i {
	color: #1d2088;
 }
/* ===============================================
			$B!!!!!!!!1?1D<T>pJs(B
=============================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

th {
  font-weight: bold;
}
td, th {
  display: table-cell;
  vertical-align: inherit;
  border-color: yellow;
}

.table th {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #E6D26C-moz-use-text-color #E6D26C #E6D26C;
  border-image: none;
  border-style: solid none solid none;
  border-width: 1px medium 2px 1px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: left;
  vertical-align: top;
  min-width: 150px;
}

.table td {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #E6D26C #E6D26C;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 1px medium 1px 2px;
  padding: 10px 15px;
}
/* ===============================================
				$B!!%5%$%H%^%C%W(B
=============================================== */


#sitemap_list li li {
  background: url(./image/ico_list_square.png) no-repeat 0 0.5em !important;
}

/* ===============================================
        $B!!(B404$B%Z!<%8(B
=============================================== */

/* article#post-404 {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
}
#post-404 section .content-none {
    display: none;
}
#side .side-inner .side-widget-area {
    display: none;
} */
/* ===============================================
				$B%l%9%]%s%7%VMQ(B
=============================================== */

/* -----------$B!|(BPC$BMQ(B 1016px~(min-width)------------ */
@media screen and (min-width: 1016px){

	body{
		height: 100%;
		width: 100%;
	}
}

/* -----------$B!|%?%V%l%C%HMQ(B  ~1016px(max-width)------------ */
@media screen and (max-width: 1016px){

#header #header-left{
	width:80%;
	padding-top: 0;
	float:none;
	margin:0 auto;
	margin-bottom: 40px;
	}

#header-left #logoImg {
	float:left ;
	width:45.125%;
	}

#header-left .h-face {
	padding-top: 30px;
	width:33%;
	margin:0 5.9375% 0 15.9375%;
	float:right;
	}

#header-left:after {
	content: "";
	display: block;
	clear: both;
	}

#header #header-right{
	width: 100%;
	float:none;
	}

#header #header-right ul{
	margin:0 auto;
	}

#change .inner {
	width: 810px;
	}

#gnavi {
	position: static;
	width:880px;
	margin:0 auto;
}
#gnavi li {
	position:static;
	float:left;
	}

#conHeader .bar {
  padding: 20px 0 8px;
}

#container.foot-02 {
	width: 100%;
}

.breadcrumb-area, #conHeader, #colmun-01, #conFooter,#colmun-01 #main, #wapper {
	margin:0 auto;
	width: 100%;
}

.foot-01, .foot-02 {
	width: 81%;
}

body .front-loop article.post{
width: 21%;
}
}
/* -----------$B!|%?%V%l%C%HMQ(B ~900px(max-width)------------ */

@media screen and (max-width: 900px){
#gnavi {
	width: 440px;
	}
#container, #conHeader, #colmun-01, #conFooter, #change .inner {
	width: 100%;
	}
.foot-01, .foot-02 {
	width: 90%;
	}
#change .inner ul {
	width:80%;
	margin:0;
	font-size: 15px;
	}
}

/* -----------$B!|%?%V%l%C%HMQ(B ~759px(max-width)------------ */

@media screen and (max-width: 759px){

#header #header-left {
	height: 160px;
	}

#header-left #logoImg {
	width: 361px;
	float: none;
	margin:0 auto;
	}

#header-left .h-face {
	float: none;
	width:264px;
	margin:0 auto;
	}
#header #header-right {
	height: 270px;
	}

#conHeader {
	padding:0 5%;
}

.foot-01, .foot-02 {
	width: 90%;
	}
/*   .btn {
width:50%;
}
 */}

/* -----------$B!|%9%^%[MQ(B ~684px(max-width)------------ */
@media screen and (max-width: 684px){

	#fnavi-01, #fnavi-02{
	width: 100%;
	}
}

/* -----------$B!|%9%^%[MQ(B ~684px(max-width)------------ */
@media screen and (max-width: 630px){

	#change .inner ul {
		font-size: 13px;
	}
}

/* -----------$B!|%9%^%[MQ(B ~587px(max-width)------------ */
@media screen and (max-width: 587px){

	.foot-01 {
	padding:30px 0;
	}

	#fnavi-02 li {
	width: 50%;
	}
	.p_category {
	font-size: 10px !important;
	color: #ff0;
	}

	 #fnavi-01 a, #fnavi-02 li a {
	line-height: 1.2;
	margin-bottom: 20px;
	}
	text-decoration: none;
	#change .inner ul {
	font-size: 12px;
	}
}
/* -----------$B!|%9%^%[MQ(B ~500px(max-width)------------ */
@media screen and (max-width: 500px){
/*
	#gnavi {
	width: 500px;
	height: auto;
	position: relative;
}*/
#header #header-right {
	height: auto;
}
#header-right #gnavi {
	width:100%;
	}
#gnavi .ichigyou {
	line-height:2;
}
#gnavi li {
	background-image: none !important;
	float:left;
	display:inline;
	width:50%;
	height:auto;
	line-height:2;
	padding:0 ;
	border-bottom:2px solid #6751c6;
	}
#gnavi .affections{ background:#eed0e1;}
#gnavi .marriage{ background:#fff;}
#gnavi .fortune{ background:#b6a588;}
#gnavi .compatibility{ background:#cce198;}
#gnavi .works{ background:#e6e6e6;}
#gnavi .money{ background:#fff799;}
#gnavi .simple{ background:#facc89;}
#gnavi .type{ background:#ac8abd;}

#gnavi li a {
    padding: 0;
}

#gnavi .marriage a, #gnavi .type a {
    padding: 0;
}

#gnavi li:hover {
	background-image: none;
	}

#change #topMin {
	width: 30%;
}

#change .inner ul {
	width: 70%;
}

#change ul li {
	width: 33%;
	line-height: 1.1;
	}

.post-title {
	font-size: 20px;
  line-height:25px;
	}

#container p {
	/*font-size: 15px;*/
	}
article .wrap-a h3 {
	font-size: 12px;
	}
  p#foot-copy {
  text-align: center;
  }
}
/* -----------$B!|%9%^%[MQ(B ~435px(max-width)------------ */
@media screen and (max-width: 435px){

	#header #header-left {
	margin-bottom:0;
	height: auto;
}
	#header-left #logoImg {
	width:100%;
}
	#header-left .h-face {
	width:80%;
	margin:0 10%;
	margin-bottom:10px;
}
	body .front-loop article.post {
	width:100%;
}
	.post-title {
	font-size: 18px;
}

	#container p {
	/*font-size: 14px;*/
}
	article .wrap-a h3 {
	text-align: center;
	font-size: 14px;
	text-decoration: underline;
}
	body .front-loop .popular_post_box {
	margin:0 auto;
}
	#change {
	display: none;
	}
	.btn {
	margin-top:50px;
	margin-bottom:50px;
	width:95%;
	}

	/*$B%H%C%W$XLa$k%\%?%s(B*/
.pagetop {
	bottom: 50px;
    right: 20px;
	}
	.pagetop span {
	border-radius: 15px;
  width: 30px;
  height: 30px;
	line-height: 1.8;
	font-size: 1px;

	}
#fa {
  line-height: 1.8;
}
}

/* -----------$B!|%9%^%[MQ(B ~320px(max-width)------------ */
/* @media screen and (max-width: 325px){
  #wrapper{
    width: 320px;
  }
} */

.midasi{
  width: 90%;
  margin: 0 auto;
}

.midasi p, .entry {
  font-size: 16px !important;
  color: #ff0;
  border-bottom: solid 1px;
  padding-top: 16px;
  margin-bottom:15px;
  font-weight: bold;
  font-family: 'Noto Sans Japanese',sans-serif;
}

.box {
    text-align: center;
    overflow: hidden;
    }

input[type=radio] {
    display: none;
}

label {
    background-image: url(img/btn1.png);
    background-repeat: no-repeat;
    width: 50%;
    float: left;
    display: inline-block;
    background-size: 240px;
    background-position: 50% 50%;
    line-height: 8;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size: 18px;
    font-family: 'Noto Sans Japanese',sans-serif;
}

input[type=radio]:checked+label {
    background-image: url(img/btn2.gif);
    color: #f1eb01;
    background-size: 260px;
}

.d-box {
    margin-top: 10px;
}

.day {
    display: inline-block;
}

.day select {
    padding: 5px 7px;
    line-height: 2;
    border-radius: 3px;
    border: 2px solid #caae00;
    font-size: 16px;
    background: #fff;
    color: #000;
    margin: 10px 0 25px 0;
    width: 88px;
    background-image: url("http://kigt.sakura.ne.jp/dream-co/img/yazi.png");
    background-size: 18px;
    background-position: 82% 50%;
    background-repeat: no-repeat;
}
select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

input[type="text"] {
    padding: 5px 30px;
    border-radius: 3px;
    margin: 10px auto 30px auto;
    border: 2px solid #caae00;
    font-size: 16px;
    line-height:1.9;
    background: #fff;
    color: #000;
    text-align: center;
}

input#submit_button{
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    display: block;
    background: -moz-linear-gradient(top,#0040cc 0,#1d2088);
    background: -webkit-gradient(linear,left top,left bottom,from(#0040cc),to(#1d2088));
    border: 2px solid #ff0;
    color: #FF0;
    width: 230px;
    padding: 10px 0;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.sendBtn a {
  width: 280px;
  height: 230px;
  display: block;
  margin: 0 auto;
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("http://kigt.sakura.ne.jp/dream-co/img/sousin.gif");
}

.sendBtn {
	margin-top:10px;
	margin-bottom:10px;
}

.free {
    text-align: center;
}

.free p{
  color: #fff;
}

footer {
	background: #0c035e;
  color: #fff;
	}

.foot a{
  color: #fff;
}

.info {
    padding-top: 30px;
}

.infoin{
  margin-bottom: 50px;
}

.infoin ul li {
    /*width: 50%;*/
    margin: 0 auto;
    /*float:left;*/
}

.infoin ul li a {
    line-height: 2.5;
    text-align: center;
    font-size: 14px;
    display: block;
}

.infotop #top a {
    line-height: 3;
    text-align: center;
    font-size: 15px;
    display: block;
}

.copy {
    clear: both;
    text-align: center;
    padding-top: 30px;
    font-size: 12px;
}

#conFooter .bar {
    padding-top: 20px;
}


.err font {
	color:red;
}

.caria a, .not-caria a {
    width: 80%;
    border-radius: 3px;
    margin: 10px 0 0px 0;
    display: block;
    line-height: 3;
    font-weight: bold;
    color: #000;
    background:#dec302;
}

h1 {
    color: #ff0;
    text-shadow: 0 0 10px #ff0;
    width: 95%;
    margin: 0 auto 10px auto;
    font-size: 18px;
}

.mongon a {
	text-decoration: underline;
}

.yudo{
    color: #ff0;
    line-height: 25px;
    text-shadow: 0 0 10px #ff0;
    font-size: 12px;
    text-align: center;
}

.sentence{
  color: #fff;
}

.sentence a{
  color: #fff;
  text-decoration:underline;
}