/* Theme Name: hapiba-theme */


/* font
------------------------------------------------------------*/
@font-face {
    font-family: 'bokutachi';
    src: url('./font/original-font/bokutachi.otf');
}
@font-face {
    font-family: 'AbbeyRoad1969';
	src: url("./font/original-font/AbbeyRoad1969/abbeyroad1969-webfont.eot") format('eot');
	src: url("./font/original-font/AbbeyRoad1969/abbeyroad1969-webfont.eot?#iefix") format('embedded-opentype'),
	url("./font/original-font/AbbeyRoad1969/abbeyroad1969-webfont.woff") format('woff'),
	url("./font/original-font/AbbeyRoad1969/abbeyroad1969-webfont.woff2") format('woff'),
	url("./font/original-font/AbbeyRoad1969/abbeyroad1969-webfont.ttf")  format('truetype'),
	url("./font/original-font/AbbeyRoad1969/abbeyroad1969-webfont.svg#webfontjSpbZQRv") format('svg');
}
@font-face {
    font-family: 'antonio-regular';
	src: url("./font/original-font/antonio-regular/antonio-regular-webfont.eot") format('eot');
	src: url("./font/original-font/antonio-regular/antonio-regular-webfont.eot?#iefix") format('embedded-opentype'),
	url("./font/original-font/antonio-regular/antonio-regular-webfont.woff") format('woff'),
	url("./font/original-font/antonio-regular/antonio-regular-webfont.woff2") format('woff'),
	url("./font/original-font/antonio-regular9/antonio-regular-webfont.ttf")  format('truetype'),
	url("./font/original-font/antonio-regular/antonio-regular-webfont.svg#webfontjSpbZQRv") format('svg');
}
@font-face {
	font-family: 'Antonio-Bold';
	src: url('./font/original-font/Antonio-Bold/Antonio-Bold.eot?#iefix') format('embedded-opentype'),
	url('./font/original-font/Antonio-Bold/Antonio-Bold.woff') format('woff'),
	url('./font/original-font/Antonio-Bold/Antonio-Bold.ttf') format('truetype'),
	url('./font/original-font/Antonio-Bold/Antonio-Bold.svg#Antonio-Bold') format('svg');
	font-weight: normal; font-style: normal;
}

/* besa
------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	font-size: 14px;	
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-weight: bold; 
}
h1 { font-size: 2.6rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 2.1rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 1.9rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 1.9rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.7rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.2rem; line-height: 1.6;  letter-spacing: 0; }
.column,
.columns {
	padding: 0.5rem; 
}
img {
	width : auto;
	vertical-align: top;
}   /* IE8 */
img, video, object {
	max-width: 100%;
	height: auto;
	width: auto;
  /*width: 100%\9;  IE8 */
}
br.only_tb {
	display: none;
	clear: both;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix{
	zoom: 1;
}
.clear{
	clear: both;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.bg-gray {
	background: #F2F2F2;
}
.font-bold {
	font-weight: bold;
}
.antonio-font {
	font-family: 'antonio-regular';
	letter-spacing: 2px;
}
.antonio-bold-font {
	font-family: 'Antonio-Bold';
	letter-spacing: 1px;
}
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #333333;

}
a:hover {
	outline: none;
	color: #6f6f6f;
}
a:hover img {
	outline: none;
	color: #6f6f6f;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
a:hover .cat-icon {
	outline: none;
	color: #FFFFFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
strong {
	font-weight: bold;
	color: #FF7A9E;
}
hr {
    border: 0;
    border-bottom: 1px solid #dddddd;
    background: #dddddd;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.box-inner-2c a:hover .cat-icon {
	outline: none;
	color: #FFFFFF;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
#home-content .box-inner-button a:hover, home-content .box-inner-button a:active,
#wrapper2 .box-inner-button a:hover, home-content .box-inner-button a:active {
	outline: none;
	color: #FFFFFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.alpha:hover, a.alpha:hover, .alpha:hover * , a.alpha:hover * {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.pc-content{
	display:none;
}
.sp-content{
	display:block;
}

/* layout
*****************************************************/
#wrapper2 {
	background: #F8F4F0;
	clear: both;
}
#side {
	max-width: 500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* header
----------------------------------------------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	padding: 0.2rem 0 0;
	background: white;
	border-bottom: 1px solid #DDDDDD;
}
#header-top {
	width: 100%;
	display: table;
}
#header-top h1 {
	margin-bottom: 0;
}
#header-top .header-menu-sp i {
	padding: 0.8rem 0.8rem 0.8rem 0.8rem;
	font-size: 2.0rem;
	text-align: center;
}
#header-top .header-menu-sp span {
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	padding-top: 0.3rem;
}
#header-top > div {
	display: table-cell;
	vertical-align: middle;
	width: 33.3%;
}
#header-top div span {
	font-size: 1.0rem;
	display: block;
} 
#header .header-menu-sp {
	display: block;
	width: 100%;
}
#header .header-menu-pc {
	display: none;
}
#header img.header-menu-sp {
	width: auto;
	display: inline;
}
#header-sub-center {
	display: none;
}
.page-header #header-sub-center {
	display: none;
}
#header-center {
	text-align: center;
}
#header-right {
	text-align:right;
}
#header-sub {
	text-align: center;
	padding-bottom: 0.5rem;
	padding-top: 5.2rem;
	background: white;
	position: relative;
	z-index: 10;
}
body.home #header-sub {	
	padding-bottom: 0rem;
}
#header-sub .header-inner {
	width: 100%;
	background: #FF7C9E;
}
#header-sub-left {
	display: table;
	float: left;
	width: 50%;
}
#header-sub-right {
	display: table;
	float: left;
	width: 50%;
	display: relative;
}
#header-sub .header-inner ul.drop-menu {
	display: table-cell;
	width: 50%;
}
#header-sub .header-inner ul.drop-menu li a {
	font-size: 1.3rem;
	display: block;
	color: white;
}
#header-sub .header-inner ul.drop-menu li.menu__single > a {
	line-height: 1.1;
	padding: 1.2rem 0.5rem 0.1rem;
}
#header-sub .header-inner ul.drop-menu li.menu__single > a {
	border-right: 1px solid white;
	font-weight: bold;
}
#header-sub .header-inner ul.drop-menu li.menu__single > a.last-child {
	border-right: none;
}
#header-sub .header-inner ul.drop-menu li.menu__single > a:after {
	font-family: FontAwesome;
	content: '\f107';
	color: white;
	text-align: center;
	width: 100%;
	display: block;
}
#header-sub ul.drop-menu> li {
	font-size: 1.4rem;
}
#header-sub .drop-menu {
/*	position: relative;*/
	margin: 0 auto;
}
#header-sub .header-inner .drop-menu li a:hover {
	background: #FFC3CE;
	color: #333;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#header-sub ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
#header-sub .drop-menu > li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}
#header-sub .menu__second-level li {
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 0;
}
#header-sub .menu__second-level li:last-child {
	border-bottom: none;
}
#header-sub .drop-menu > li.menu__single {
/*	position: relative;*/
 	display: block;
 	margin-bottom:0;
}
#header-sub li.menu__single ul.menu__second-level {
	position: absolute;
	background: #FFC3CE;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	margin: 0;
	list-style: none;
}
#header-sub li.menu__single ul.menu__second-level a {
	padding: 0.8rem 1.2rem;
	color: #333;
	white-space: nowrap;
	min-width: 180px;
	text-align: left;
	font-size: 1.4rem;
	display: block;
}
#header-sub #header-sub-left li.menu__single ul.menu__second-level {
	left: 0;
}
#header-sub #header-sub-right li.menu__single ul.menu__second-level {
	right: 0;
}
#header-sub li.menu__single:hover ul.menu__second-level {
	visibility: visible;
	opacity: 1;
	list-style: none;
}
#header-menu-sp {
	display: block;
}
#header-menu-pc {
	display: none;
}
.back-pink-c {
	display: inline-block;
	padding: 0.8rem 1.2rem;
	background: #FFC2CF;
	border-radius: 40px;        
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	text-align: center;
}
.back-pink-c i {
	color:  #FF8AA8;
	font-size: 1.8rem;
	vertical-align: middle;
}

#global-menu {
	display: none;
}

/* header slide
----------------------------------------------------*/
#slide {
	width: 100%;
}
#slide-inner {
	margin-left: auto;
	margin-right: auto;
	display: none;
}
#slide img {
	width: 100%;
}
#slide .inner .slide-block {
	position: relative;

}
#slide .slide-caption {
	color: white;
	position: absolute;
	bottom: 0;
	background-color: rgba(255,126,159,0.8);
	width: 100%;
	height: 5.2rem;
	text-align: left;
    padding: 0.7rem 1rem;
    display: table-cell;
    font-weight: bold;
}
#slide .slick-prev, #slide .slick-next {
	background: #FF7E9F;
	width: 4.6rem;
	height: 4.6rem;
	z-index: 10;
	border-radius: 24px;
}
#slide .slick-prev:before,
#slide .slick-next:before {
	font-family: FontAwesome;
	background: #FF7E9F;
	font-size: 4.0rem;
	width: 4.6rem;
	height: 4.6rem;
	z-index: 10;
	font-weight: normal;
}
#slide .slick-prev:before{
	font-size: 3.0rem;
	width: 4.6rem;
	height: 4.6rem;
    content: "\f104";
}
#slide .slick-next:before {
	font-size: 3.0rem;
	width: 4.6rem;
	height: 4.6rem;
    content: "\f105";
    padding-left: 0.6rem;
}
#slide .slick-slider {
    margin-bottom: 0;
}
#slide .slick-dots {
    position: static;
    padding: 1.5rem 0;
    margin-bottom: 0;
}
#slide .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FF7E9F;
}
/* ad area
----------------------------------------------------*/
#ad-area {
	padding: 0 2rem;
	margin-bottom: 0.5rem;
	text-align: center;
}


/* top page
*****************************************************/
#content4 {
	display: none;
}
/* tab menu
----------------------------------------------------*/
#content1 {
	display: block;
}
#scon1 {
	background: white;
}
#content2, #content3 {
	display: none;
}
#tab-menu {
	background: #FF7C9E;
	padding: 0.5rem 0.5rem 0;
	text-align: center;
	display: table;
	width: 100%;
}
#tab-menu span {
	display: table-cell;
	width: 33.3%;
	padding: 0.5rem 1rem 1rem;
	font-size: 1.6rem;
    cursor: pointer;
}
#tab-menu-block h2 {
	display: none;
}


#home-content a {
	text-decoration: none;
}
#home-content h2 {
	font-size: 13px;
	margin-left: 0rem;
	letter-spacing:0;
	border-bottom: 2px solid #FF7C9E;
	font-weight: normal;
	margin-bottom: 1rem;
}
#home-content h2 span {
	font-family: 'antonio-regular';
	line-height: 2.0;
	font-size: 2.6rem;
	font-weight: bold;
	margin-right: 1rem;
}
#home-content h2 i { 
	color: #FF7E9F;
	font-size: 2.6rem;
	margin-right:0.5rem;
	vertical-align: middle;
}
#side-content a {
	text-decoration: none;
}
#side-content h2, #page-content h2.hp-title {
	font-size: 13px;
	margin-left: 0rem;
	letter-spacing:0;
	border-bottom: 2px solid #FF7C9E;
	font-weight: normal;
	margin-bottom: 1rem;
	background: white;
	padding: 0;
}
#side-content h2 span, #page-content h2.hp-title span {
	font-family: 'antonio-regular';
	line-height: 2.0;
	font-size: 2.6rem;
	font-weight: bold;
	margin-right: 1rem;
}
#side-content h2 i, #page-content h2.hp-title i { 
	color: #FF7E9F;
	font-size: 2.6rem;
	margin-right:0.5rem;
	vertical-align: middle;
}
#side-content .four.columns {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.box-inner-2c .cat-icon {
	background: #F87B9B;
	padding: 0.4rem 0.4rem 0.0rem 0.4rem;
	display: inline-block;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.5rem;
	font-family: 'antonio-regular';
	letter-spacing: 2px;
	line-height: 1.0;
	height: 20px;
}
.cat-icon {
	background: #F87B9B;
	padding: 0.4rem 0.4rem 0.0rem 0.4rem;
	display: inline-block;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.5rem;
	font-family: 'antonio-regular';
	letter-spacing: 2px;
	line-height: 1.0;
	height: 16px;
	vertical-align: top;
}
#home-content article p {
	margin-bottom: 0;
	padding: 0.5rem 0;
}

#home-content article.box-inner-1c p {
	padding: 0;
	font-size: 1.3rem;
	line-height: 1.4;
}
#side-content article p {
	margin-bottom: 0;
	padding: 0.5rem 0;
}

#side-content article.box-inner-1c p {
	padding: 0;
	font-size: 1.3rem;
	line-height: 1.4;
}
.top-posts article {
	position: relative;
	display: table;
	table-layout: fixed;
    width: 100%;
}
.box-inner-2c .cat-icon {
	position: absolute;
	top: 0;
}
#home-content .content-box {
	margin: 0.5rem 1.0rem 0;
	padding: 0;
}
#home-content article.box-inner-1c {
	border-bottom: 1px solid #FFE5EC;
	padding: 0.5rem 0;
}
#home-content article.box-inner-1c div.cat-icon{
	font-size: 1.0rem;
	padding: 0.5rem 0.4rem 0.0rem 0.4rem;
}
#home-content article.box-inner-1c > div {
	display: table-cell;
	vertical-align: top;
}

#home-content article.box-inner-1c > div:first-child {
	padding-right: 0.8rem;
	font-size: 1.4rem;
}

#home-content article.box-inner-1c > div:nth-child(2){
	padding-left: 0.8rem;
	width: 68px;
	text-align: center;
}

#home-content .box-inner-2c {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #FFE5EC;
}
#home-content .box-inner-2c article {
	display: table-cell;
	vertical-align: top;
}
#home-content .box-inner-2c article p{
	/*height: 8.0rem;*/
	min-height: 8.0rem;
}
#home-content .box-inner-2c article img{
	width: 100%;
}
#home-content .box-inner-2c article:first-child {
	padding-right: 0.8rem;
	width: 50%;
}

#home-content .box-inner-2c article:nth-child(2n) {
	padding-left: 0.8rem;
	width: 50%;
}
#home-content .box-inner-banner {
	padding: 0.8rem;
	border-bottom: 1px solid #FFE5EC;
	text-align: center;
}
#home-content ul.box-inner-tile {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1.0rem;
}
#home-content .box-inner-tile li {
	width: 25.5%;
	max-height: none;
	padding-left: 2%;
	padding-bottom: 2%;
	float: left;
	list-style: none;
	margin: 0;
}
#home-content .box-inner-tile li:nth-child(4n+1) {
	width: 23.5%;
	padding-left: 0;
}
#home-content .box-inner-tile2 li {
	width: 25.5%;
	max-height: none;
	padding-left: 2%;
	padding-top: 2%;
	float: left;
	list-style: none;
	margin: 0;
}
#home-content .box-inner-tile2 li:nth-child(4n+1) {
	width: 23.5%;
	padding-left: 0;
}
#home-content .box-inner-button {

	text-align: center;
	text-decoration: none;
	margin: 0.8rem 1rem 1rem;
}
#home-content .box-inner-button a {
	background: #F87B9B;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 0.9rem;
}
#home-content #ad-area-s1, #home-content #ad-area-s2 {
	display: none;
}


#side-content .content-box {
	margin: 0.5rem 1.0rem 0;
	padding: 0;
}
#side-content article.box-inner-1c {
	border-bottom: 1px solid #FFE5EC;
	padding: 0.5rem 0;
}
#side-content article.box-inner-1c div.cat-icon{
	font-size: 1.0rem;
	padding: 0.5rem 0.4rem 0.0rem 0.4rem;
}
#side-content article.box-inner-1c > div {
	display: table-cell;
	vertical-align: top;
}

#side-content article.box-inner-1c > div:first-child {
	padding-right: 0.8rem;
	font-size: 1.4rem;
}

#side-content article.box-inner-1c > div:nth-child(2){
	padding-left: 0.8rem;
	width: 68px;
	text-align: center;
}

#side-content .box-inner-2c {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #FFE5EC;
}
#side-content .box-inner-2c article {
	display: table-cell;
	vertical-align: top;
}
#side-content .box-inner-2c article p{
	/*height: 8.0rem;*/
	min-height: 8.0rem;
}
#side-content .box-inner-2c article img{
	width: 100%;
}
#side-content .box-inner-2c article:first-child {
	padding-right: 0.8rem;
	width: 50%;
}

#side-content .box-inner-2c article:nth-child(2n) {
	padding-left: 0.8rem;
	width: 50%;
}
#side-content .box-inner-banner {
	padding: 0.8rem;
	border-bottom: 1px solid #FFE5EC;
	text-align: center;
}
#side-content ul.box-inner-tile {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1.0rem;
}
#side-content .box-inner-tile li {
	width: 25.5%;
	max-height: none;
	padding-left: 2%;
	padding-bottom: 2%;
	float: left;
	list-style: none;
	margin: 0;
}
#side-content .box-inner-tile li img {
	width: 100%;
}
#side-content .box-inner-tile li:nth-child(4n+1) {
	width: 23.5%;
	padding-left: 0;
}
#side-content .box-inner-tile2 li {
	width: 25.5%;
	max-height: none;
	padding-left: 2%;
	padding-top: 2%;
	float: left;
	list-style: none;
	margin: 0;
}
#side-content .box-inner-tile2 li:nth-child(4n+1) {
	width: 23.5%;
	padding-left: 0;
}
#side-content .box-inner-button {

	text-align: center;
	text-decoration: none;
	margin: 0.8rem 1rem 1rem;
}
#side-content .box-inner-button a {
	background: #F87B9B;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 0.9rem;
}
#wrapper2 .box-inner-button {

	text-align: center;
	text-decoration: none;
	margin: 1.0rem;
}
#wrapper2 .box-inner-button a {
	background: #F87B9B;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 1.0rem;
}
#home-content .box-inner-2c article p.home-column-p {
	height: 9rem;
}
#home-content #rakuten-area {
	width: 100%;
	text-align: center;
	margin: 1.4rem auto 0;
}
#home-content .box-inner-ad {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#home-content .box-inner-review p{
	margin-bottom: 1.0rem;
}
#home-content .top-posts {
	margin-bottom: 2.0rem;
}
#home-content .top-posts h2 span {
	font-size: 2.0rem;
	letter-spacing: 2px;
	margin-bottom: 0;
}
#home-content #birth{
	height: 29.7rem;
	margin-top: 13px;
	text-align: center;
	border: solid 4px #FCE8ED;
	padding: 2.4rem 2.0rem;
	background: url(images/top/candle.png) left top 12px no-repeat,
	url(images/top/candle2.png) right top 12px no-repeat;
	margin-bottom: 4rem;
	
}

#home-content #birth .box-inner-birth{
	margin-top: 2.0rem;
}
#home-content #birth h2 {
	text-align: center;
	width: 80%;
	margin: 0 auto 1.2rem;
	border: none;
	letter-spacing: -2px;
	color: #FF7C9E;
	font-size: 2.2rem;
	font-weight: bold;
}
#home-content #birth p {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
#home-content #birth input[type="text"] {
	height: 3.0rem;
	width: 6.0rem;
	margin-top: 2.0rem;
}
#home-content #birth input[type="submit"] {
	height: 3.0rem;	
	padding: 0 1.8rem;
	margin-top: 0.4rem;
	line-height: normal;
	font-size: 1.2rem;
    border: none;
    background: #FF7C9E;
    color: white;
}
#home-content #birth select{
	height: 3.0rem;
	padding: 0;
}
#writer-thumbnail-wrap {
	margin: 2rem 0 1rem;
}
#writer-thumbnail-wrap .writer-wrap {
	width: 33.333%;
	float: left;
	text-align: center;
	margin-bottom: 0;
}
#writer-thumbnail-wrap .writer-thumbnail-block {
	padding: 0 1.5rem;
}
#writer-thumbnail-wrap .writer-name-block {
	font-size: 1.2rem;
}
#writer-block .box-inner-banner {
	border-top: 1px solid #FFE5EC;
	padding:0;
}

#side-content .box-inner-2c article p.home-column-p {
	height: 9rem;
}
#side-content #rakuten-area {
	width: 100%;
	text-align: center;
	margin: 1.4rem auto 0;
}
#side-content .box-inner-ad {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#side-content .box-inner-review p{
	margin-bottom: 1.0rem;
}
#side-content .top-posts {
	margin-bottom: 2.0rem;
}
#side-content .top-posts h2 span, #page-content h2.hp-title span {
	font-size: 2.0rem;
	letter-spacing: 2px;
	margin-bottom: 0;
}
#side-content #birth{
	height: 29.7rem;
	margin-top: 13px;
	text-align: center;
	border: solid 4px #FCE8ED;
	padding: 2.4rem 2.0rem;
	background: url(images/top/candle.png) left top 12px no-repeat,
	url(images/top/candle2.png) right top 12px no-repeat;
	margin-bottom: 4rem;
	
}

#side-content #birth .box-inner-birth{
	margin-top: 2.0rem;
}
#side-content #birth h2 {
	text-align: center;
	width: 80%;
	margin: 0 auto 1.2rem;
	border: none;
	letter-spacing: -2px;
	color: #FF7C9E;
	font-size: 2.2rem;
	font-weight: bold;
}
#side-content #birth p {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
#side-content #birth input[type="text"] {
	height: 3.0rem;
	width: 4.0rem;
	margin-top: 2.0rem;
}
#side-content #birth input[type="submit"] {
	height: 3.0rem;	
	padding: 0 1.8rem;
	margin-top: 0.4rem;
	line-height: normal;
	font-size: 1.2rem;
    border: none;
    background: #FF7C9E;
    color: white;
}
#side-contentt #birth select{
	height: 3.0rem;
	padding: 0;
}



.box-inner-ad p {
	margin: 0.4rem 0.1rem;
	font-size: 1.2rem;
}

#content-bottom {
	background: #F8F4F0;
	padding: 1.0rem 1.0rem 0;
}
#content-bottom .box-inner-6c article,
#content-bottom .box-inner-5c article {
	float: left;
	width: 48%;
	margin-bottom: 1.5rem;
	background: white;
}
#content-bottom #bottom-cat-wrap .box-inner-6c article,
#content-bottom #bottom-cat-wrap .box-inner-5c article {
	background: none;
}
#content-bottom .box-inner-6c article:nth-child(odd),
#content-bottom .box-inner-5c article:nth-child(odd)  {
	margin-right: 2%;
}
#content-bottom .box-inner-6c article:nth-child(even),
#content-bottom .box-inner-5c article:nth-child(even) {
	margin-left: 2%;
}
#content-bottom .box-inner-6c p,
#content-bottom .box-inner-5c p {
	background: #FFFFFF;
	/*height: 10.0rem;*/
	padding: 1rem;
	margin-bottom: 0;
}
#content-bottom .content-one {
	background: #F8F4F0;
	width: 100%;
}
#content-bottom .content-one h2 {
	border: none;
	text-align: center;
	font-family: 'antonio-regular';
	letter-spacing: 2px;
	font-size: 2.0rem;
	margin-top: 2.8rem;
	margin-bottom: 0.2rem;
}
#content-bottom .sub-title {
	text-align: center;
	margin-bottom: 2.5rem;
}


/* page template
----------------------------------------------------*/
#page-content {
	max-width: 750px;
	width: 100%;
	padding: 0 1rem;
	font-size: 14px;	
	font-size: 1.4rem;
	line-height: 2.0;
	margin-left: auto;
	margin-right: auto;
}
#page-content p {
}
#page-content #ad-area {
	padding: 0 1rem;
}
#page-content a {
	color: #FF799D;

}
#page-content a:hover {
	color: #FFC4D3;
}
.title-wrap {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 1rem 0.5rem;
	margin-bottom: 2rem;
}
#page-content article:first-child .title-wrap {
	border-top: none;
}
.breadcrumb {
	font-size: 1.2rem;
	color: #cccccc;
	margin-bottom: 1rem;
}
#page-content h1 {
	font-size: 2.2rem;
	margin-bottom: 0;
}
#page-content h2 {
	background: #FFBCCE;
	padding: 1rem 1rem 0.8rem;
	font-size: 2.0rem;
}
#page-content h3 {
	padding: 0.1rem 0rem 0rem 0.8rem;
	font-size: 2.0rem;
	border-left: 5px solid #FFBCCE;
}
#page-content h4 {
	font-size: 1.8rem;
}
.page-img-content {
	margin-bottom: 4rem;
	text-align: center;
}
.page-img-content.half.fix {
    width: 50%;
    float: left;
    padding: 0.5rem;
}
.page-img-content.onethird.fix {
    width: 33.333%;
    float: left;
    padding: 0.5rem;
}
.page-img-content > div:first-child {
	margin-bottom: 1rem;
}
.page-img-content p {
	margin-bottom: 1.5rem;
	text-align: left;
}
.page-img-content.onethird p {
	line-height: 1.5;
}
#social-icon {
	margin: 1rem;
	text-align: center;
}
#social-icon a {
	display: inline-block;
	margin: 0 0.4rem 0;
	padding: 0;
	color: #fff;
}
#social-icon a:hover {
	color: #fff;
}
#social-icon i {
	width: 35px;
	height: 35px;
	margin: 0;
	border-radius: 50%;
	line-height: 35px;
	text-align: center;
}
#social-icon i.fa-facebook {
	background: #2B5794;
}
#social-icon i.fa-google-plus {
	background: #CF3D1F;
}
#social-icon i.fa-twitter {
	background: #37B0EF;
}
#social-icon span {
	/*background-color: #FFFFFF;*/
	/*border: 1px solid #B0C1D8;*/
	border-radius: 3px;
	height: 30px;
	padding: 0px 4px;
	/*position: relative;*/
	width: auto;
	display: inline;
	float: right;
	color: #2D4C86;
	font-family: "Arial";
	font-size: 11px;
	line-height: 26px;
	text-decoration: none;
	margin-left: 0.8rem;
	margin-top: 0.2rem;
}
#social-icon span:after,  #social-icon span:before{
	border: solid transparent;
	content: ' ';
	height: 0;
	right: 100%;
	position: absolute;
	width: 0;
}
#social-icon span:after {
	border-width: 3px;
	border-right-color: #FFF;
	top: 6px;
}

#social-icon span:before {
	border-width: 5px;
	border-right-color: #B0C1D8;
	top: 4px;
}

#ad-area2, #ad-area3 {
	margin: 3rem 0;
	text-align: center;
}
.sponsor-title {
	text-align: center;
	font-size: 1.0rem;
}
#ad-area2 .first-ad, #ad-area3 .first-ad {
	display: none;
}
#side-content #ad-area-s1, #side-content #ad-area-s2 {
	padding: 0 1rem;
}
.more-btn {
	width: 300px;
	margin: 1rem auto 3rem;
	text-align: center;
}
#page-content .more-btn a {
	display: block;
	color: white;
	background: #FF7E9F;
	padding: 0.7rem 0.5rem;
	line-height: 1.5;
	font-weight: bold;
}
.quote-area {
	background: #F6F6F6;
	padding: 2rem;
	margin-bottom: 3rem;
}
.quote-area p:last-child {
	margin-bottom: 0rem;
}

.page-output-content-wrap ul {
	margin: 0 0 2.5rem 1.6rem;
	list-style: none;
}
.page-output-content-wrap ul li {
	text-indent: -1.6rem;
	font-size: 1.6rem;
}
.page-output-content-wrap ul li:last-child {
	margin-bottom: 0;
}
.page-output-content-wrap ul li:before {
	font-family: FontAwesome;
	content: "\f111";
	font-size: 1.4rem;
	color: #FF7C9E;
	margin-right: 0.5rem;
}
.page-output-content-wrap ol {
	margin: 0 0 2.5rem 2.0rem;
	list-style: none;
	counter-reset: ol_li;	
}
.page-output-content-wrap ol li {
	text-indent: -2.0rem;
	font-size: 1.6rem;
}
.page-output-content-wrap ol li:last-child {
	margin-bottom: 0;
}
.page-output-content-wrap ol li:before {
	counter-increment: ol_li;
	content: counter(ol_li)".";
	font-weight: bold;
	font-size: 1.6rem;
	color: #FF7C9E;
	margin-right: 0.5rem;
}



.list-area {
	background: #FFEBF0;
	padding: 2rem 2rem 2rem 3.3rem;
	margin-bottom: 3rem;
}
.list-area ul {
	margin: 0;
	list-style: none;
}
.list-area ul li {
	text-indent: -1.3rem;
	font-size: 1.6rem;
}
.list-area ul li:last-child {
	margin-bottom: 0;
}
.list-area ul li:before {
	font-family: FontAwesome;
	content: "\f111";
	font-size: 1.4rem;
	color: #FF7C9E;
	margin-right: 0.5rem;
}
.link-list-area {
	margin-bottom: 3rem;
}
.link-list-area ul {
	margin: 0;
	margin-bottom: 2.5rem;
	list-style: none;
}
ul.link-list.half {
	margin: 0;
	margin-bottom: 1rem;
}
.link-list-area ul li {
	line-height: 1.5;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #dddddd;
	text-indent: 0;
	font-size: 1.4rem;
}
.link-list-area ul li:before {
	content: "";
	margin-right: 0rem;
}
.link-list-area ul.have-thumbnail li {
	border-bottom: none;
}
.link-list-area ul li .list-block {
	display: table;
	
}
.link-list-area ul li .list-block .list-num {
	display: table-cell;
	background: #FF7A9D;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 1rem;
	width: 5rem;
}
.link-list-area ul li .list-block .list-text {
	display: table-cell;
	vertical-align: middle;
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
}
.link-list-area ul.have-thumbnail li .list-block .list-thumbnail {
	width: 6.8rem;
}
#page-content .link-list-area ul li .list-block .list-text a {
	color: #00A3D8;
}
.page-thumbnail-content {
	display: table;
	width: 100%;
	margin-bottom: 3rem;
}
.page-thumbnail-content .thumbnail {
	display: table-cell;
	width: 20%;
	max-width: 110px;
}
.page-thumbnail-content .right-block {
	display: table-cell;
	padding: 0.2rem 0rem 0.2rem 1rem;
	vertical-align: middle;
}
#page-content .page-thumbnail-content .right-block h3 {
	font-size: 1.6rem;
	font-weight: normal;
	padding: 0;
	border: none;
	margin-bottom: 0.5rem;
}
#page-content .page-thumbnail-content .right-block h3 a {
	color: #00A3D8;
}
#page-content .page-thumbnail-content .right-block h3:before {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 1.2rem;
	color: #FF7C9E;
	margin-right: 0.5rem;
}
.page-thumbnail-content .right-block p {
	line-height: 1.5;
	margin-bottom: 0;
	display: none;
}
#page-okurikata .page-thumbnail-content .right-block p {
	line-height: 2.0;
}
#page-content h2.read-together {
	background: #FFBCCE;
	border-left: 5px solid #FF7C9E;
	padding: 0.9rem 0.6rem 0.8rem;
	font-size: 1.6rem;
	margin-bottom: 0;
}
.read-together-wrap {
	background: #FDEFF2;
	margin-bottom: 3rem;
}
.read-together-wrap .page-thumbnail-content {
	border-top: 1px solid white;
	padding: 1rem;
	margin-bottom: 0;
}
#page-content table.default {
	border: 1px solid #dddddd;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#page-content table.default th {
	background: #F6F6F6;
}
#page-content table.default td, #page-content table.default th {
	border: 1px solid #dddddd;
	padding: 1rem;
	line-height: 1.5;
}

#page-content table.simple {
	border-bottom: 1px solid #dddddd;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#page-content table.simple td, #page-content table.simple th {
	border-bottom: 1px solid #dddddd;
	padding: 1rem 3rem 1rem 0;
	line-height: 1.5;
}
#page-content table.simple td:last-child, #page-content table.simple th:last-child {
	padding-right: 0;
}
#page-content blockquote a {
	font-size: 1.2rem;
	color: #AAAAAA;
}
#page-content blockquote a:hover {
	color: #CCCCCC;
}
#page-content blockquote>p:first-child {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
	color: #666666;
}
#page-content blockquote>p:first-child:before {
	font-family: FontAwesome;
    content: "\f10d";
	color: #BBBBBB;
	padding-right: 1rem;
}
ul.icon-list {
	margin: 0;
	margin-bottom: 2.5rem;
	list-style: none;
}
ul.icon-list:first-child {
    margin-bottom: 0;
}
ul.icon-list li {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	text-indent: 0;
    font-size: 1.4rem;
}
ul.icon-list li:before {
	content: "\f138";
	font-family: FontAwesome;
	font-size: 1.6rem;
	color: #FF7C9E;
	margin-right: 0.5rem;
}
#page-content ul.icon-list li a {
	color: #00A3D8;
}
#page-content .ts-fab-list li,
#page-content .ts-fab-latest li {
	text-indent: 0;
}
#page-content .ts-fab-list li:before,
#page-content .ts-fab-latest li:before {
    content: none;
    margin-right: 0;
}
#page-content .related-article-wrap h2 {
	font-size: 13px;
	margin-left: 0rem;
	letter-spacing:0;
	border-bottom: 2px solid #FF7C9E;
	font-weight: normal;
	margin-bottom: 1rem;
	background: none;
	padding: 0;
}
#page-content .related-article-wrap h2 span {
	font-family: 'antonio-regular';
	line-height: 1.5;
	height: 2.0rem;
	font-size: 2.0rem;
	font-weight: bold;
	margin-right: 1rem;
	letter-spacing: 2px;
	vertical-align: -1px;

}
#page-content .related-article-wrap h2 i { 
	color: #FF7E9F;
	font-size: 2.6rem;
	margin-right:0.5rem;
	vertical-align: middle;
}
.related-article-wrap article {
	width: 50%;
	float: left;
	margin-bottom: 1rem;
}
.related-article-wrap article:nth-child(odd) {
	padding-right:0.5rem;
}
.related-article-wrap article:nth-child(even) {
	padding-left:0.5rem;
}
#page-content .related-article-wrap article a {
	color: black;
}
#page-content .related-article-wrap article p {
	line-height: 1.5;
	margin: 0.5rem 0;
	font-size: 1.35rem;
}
.related-article-wrap2 {
	margin-top: 1.5rem;
	margin-bottom: 3rem;
}
.related-article-wrap2 .top-posts:last-child {
	margin-right: 0;
}
.related-article-wrap2 article.box-inner-1c {
	border-bottom: 1px solid #FFE5EC;
    padding: 0.5rem 0;
}
.related-article-wrap2 .top-posts a:first-child article.box-inner-1c {
	border-top: 1px solid #FFE5EC;
}

.related-article-wrap2 .top-posts:last-child a article.box-inner-1c {
	border-top: none;
}
.related-article-wrap2 article.box-inner-1c > div {
    display: table-cell;
    vertical-align: top;
}
.related-article-wrap2 article.box-inner-1c > div:first-child {
    padding-right: 0.8rem;
    font-size: 1.4rem;
}
.related-article-wrap2 article.box-inner-1c > div:nth-child(2) {
    padding-left: 0.8rem;
    width: 68px;
    text-align: center;
}
.related-article-wrap2 article.box-inner-1c div.cat-icon {
    font-size: 1.0rem;
    padding: 0.5rem 0.4rem 0.0rem 0.4rem;
    display: block;
    float: left;
}
.related-article-wrap2 article p {
    margin-bottom: 0;
    padding: 0.5rem 0;
    color: black;
}
.related-article-wrap2 article.box-inner-1c p {
    padding: 0;
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.4;
    clear: both;
    padding-top: 0.5rem;
}
#page #content-bottom .content-one h2 {
	margin-bottom: 3rem;
}
#page #content-bottom .box-inner-6c p,
#page #content-bottom .box-inner-5c p {
	background: none;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}
#page #content-bottom article {
	margin-bottom: 3rem;
}
#page #content-bottom article h3 {
	text-align: center;
	margin: 1.5rem 0 1rem;
	font-family: 'antonio-regular';
	line-height: 1.5;
	height: 2.0rem;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 2px;
	vertical-align: -1px;
}
.single-post-tag-wrap {
	margin-bottom: 4rem;
}



.page-thumbnail-content.ranking .thumbnail {
	width: 140px;
	position: relative;
}
.page-img-content.ranking {
    margin-bottom: 2rem;
    text-align: center;
}
.ranking .left-block {
	position: relative;
}
.ranking .thumbnail .absolute-number,
.ranking .left-block .absolute-number {
	background-color: black;
	color: white;
	padding: 0.4rem 0 0;
	position: absolute;
	top: 0;
	font-size: 2.0rem;
	line-height: 1.2;
	font-family: 'antonio-regular';
	width: 25px;
	text-align: center;
}
.ranking .page-thumbnail-content {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 0.6rem;
}
.ranking .thumbnail p,
.ranking .left-block p {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 0;
}
.ranking .left-block p {
	text-align: center;
	margin-top: 0.2rem;
}
.ranking .thumbnail p strong,
.ranking .left-block p strong {
	color: black;
}
#page-content h2 {
	margin-top: 5rem;
}
#page-content a {
	color: #00A3D8;
}
#page-content .breadcrumb a {
	color: #FF799D;
}
/* 不要かも */#social-icon a {
	color:white;
}
#page-content .ranking h4 {
    margin-bottom: 1.5rem;
}
.ranking .right-block p {
	display: block;
}
.page-thumbnail-content .right-block .more-btn {
	width: 160px;
	margin: 1rem 0 0;
}

.ranking .rank-reason div:first-child{
	margin-bottom: 0.6rem;
}
.ranking .rank-reason span{
	font-weight: bold;
}
.page-thumbnail-content2 {
	display: table;
	width: 100%;
	margin-bottom: 3rem;
}
.page-thumbnail-content2 .thumbnail,
.page-thumbnail-content2 .right-block {
	display: table-cell;
}
.page-thumbnail-content2 .thumbnail {
	width: 140px;
	text-align: center;
    vertical-align: middle;
}
.page-thumbnail-content2 .thumbnail img {
  width: 120px;
  border-radius: 120px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
}
.page-thumbnail-content2 .right-block {
	padding-left: 1rem;
	vertical-align: top;
}
.page-thumbnail-content2 .right-block p {
	margin-bottom: 0;
}
.page-thumbnail-content2 .right-block .more-btn {
	width: 160px;
	margin-left: 0;
}
#page .border-none{
	border: none;
}
#page p.p-border{
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 1.8rem;
}
#page .profile-title {
	font-size: 1.4rem;
	font-family: 'antonio-regular';
	line-height: 1.6;
}
#page .profile-company {
	font-size: 1.2rem;
	line-height: 1.6;
}
#page .profile-position {
	font-size: 1.2rem;
	line-height: 1.6;
}
#page .profile-name {
	font-size: 1.4rem;
	line-height: 1.6;
}
#page .profile-sns {
	font-size: 1.2rem;
	padding-bottom: 0.6rem;
	line-height: 1.6;
}
#page .profile-link {
	border-top: 1px solid #333333;
	padding-top: 0.6rem;
	line-height: 1.6;
}
#page-content h3.review-slide-title {
	font-size: 1.6rem;
	margin-top: 6rem;
	padding-top: 0.6rem;
	padding-bottom: 0.2rem;
}
#page .bottom-review {
	padding: 0 2.0rem;
}
#page .bottom-review .page-thumbnail-content {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 1.0rem;
	margin-bottom: 1.0rem;
}
#page .bottom-review a {
	cursor: pointer;
}
#page .bottom-review .thumbnail {
	width: 80px;
	margin-bottom: 0;
}
#page #review-slide .right-block {
	vertical-align: middle;
}
#page #review-slide .right-block p {
	font-size: 1.6rem;
	line-height: 1.5;
	display: block;
}
#page #review-slide .slick-prev {
    font-family: FontAwesome;
    font-size: 4.0rem;
    width: 4.6rem;
    height: 4.6rem;
    z-index: 10;
    top: 36%;
    left: 0;
    font-weight: bold;
}
#page #review-slide .slick-prev:before{
	color: #FF7E9F;
	font-family: FontAwesome;
	font-size: 6.0rem;
    width: 4.6rem;
    height: 4.6rem;
    content: "\f104";
}
#page #review-slide .slick-next {
    font-family: FontAwesome;
    font-size: 4.0rem;
    width: 4.6rem;
    height: 4.6rem;
    z-index: 10;
    top: 36%;
    right: -25px;
    font-weight: bold;
}
#page #review-slide .slick-next:before{
	color: #FF7E9F;
	font-family: FontAwesome;
	font-size: 6.0rem;
    height: 4.6rem;
    content: "\f105";
    padding-left: 0.6rem;
}
#page .number-title {
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 1.2rem 0 1.2rem 1rem;
	display: table;
}
#page .number-title div {
	font-size: 3.2rem;
	line-height: 1.0;
	padding-top: 0.5rem;
	text-align: center;
	font-family: 'antonio-regular';
	width: 8%;
	min-width: 45px;
	display: table-cell;
	vertical-align: middle;
}
#page .number-title h3{
	margin-bottom: 0;
	display: table-cell;
	border-left: 5px solid #FFBCCE;
	padding-left: 1.5rem;
	font-size: 2.2rem;
	vertical-align: middle;
}
#page-okurikata .more-btn{
	width: 300px;
	text-align: center;
	margin: 3rem auto 3rem;
}
#page-okurikata .thumbnail p{
	padding-top: 1rem;
	text-align: left;
}
#page-okurikata .thumbnail p span{
	display: block;
	line-height: 1.8;
}
#page-okurikata .thumbnail p span.profile-title{
	border-bottom: 1px solid #333333;
	margin-bottom: 0.5rem;
}
#page-okurikata .thumbnail p span.profile-name{
	font-size: 1.6rem;
}
#page-okurikata .thumbnail p span.profile-link{
	font-size: 1.2rem;
}
.page-thumbnail-content.point .thumbnail {
	width: 160px;
	padding-top: 2rem;
	text-align: center;
}
.point .thumbnail img {
  width: 122px;
  border-radius: 122px;
  -webkit-border-radius: 122px;
  -moz-border-radius: 122px;
}
.point .right-block {
	padding-top: 2rem;
	
}
.point .right-block p {
	display: block;
}
#recomend-present-wrap {
	margin-bottom: 5rem;
}
.recomend-present-block {
	margin-bottom: 5rem;
}
.recomend-present-block:nth-child(2n) {
	margin-right:0%;
}
.profile-block {
	border-top: 2px solid black;
	padding-top: 0.8rem;
	margin-bottom: 0.5rem;
	display: table;
	width: 100%;
}
.profile-block .thumbnail {
	width: 96px;
	padding: 0rem;
	display: table-cell;
	vertical-align: middle;
}
.profile-block .thumbnail img {
  width: 86px;
  border-radius: 86px;
  -webkit-border-radius: 86px;
  -moz-border-radius: 86px;
}
.profile-block .right-block {
	display: table-cell;
	padding-left: 0.2rem;
}
.profile-block .right-block p {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 1.2rem;
}
.recomend-present-block .more-btn {
	width: auto;
	margin-top: 0;
}
#page-content .recomend-present-block .more-btn a {
	display: inline-block;
	padding: 0.2rem 2rem;
}
.recomend-present-block .ranking {
	margin-bottom: 5px;
}
.recomend-present-block .ranking .right-block {
	padding-top: 0;
	vertical-align: top;
}
#page-content .recomend-present-block .ranking .right-block h4 {
	margin-bottom: 0.8rem;
	line-height: 1.4;
	font-size: 1.6rem;
}
.recomend-present-block .ranking .right-block p {
	margin-bottom: 1.5rem;
	line-height: 1.8;
	font-size: 1.2rem;
}
.present-to {
	background: black;
	color: white;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 2.2rem;
}
.pager-wrap {
	text-align: center;
	clear: both;
}
.pager a, .pager span {
	text-align: center;
	padding: 0.6rem 1rem;
	font-weight: bold;
	color: black!important;
	margin: 0 0.2rem;
}
.pager span {
	background: white;
	border-bottom: 2px solid #FF7E9F;
}
.pager a {
	background: #FFE5EC;
}


/* footer
*****************************************************/
#footer {
    background: #FFE6EC;
	color: #333333;
	clear: both;
}
#footer .row {
	position: relative;
}
#footer img {
	width: auto;
	max-width: 100%;
}
#footer-menu {
	text-align: center;
	padding: 3.0rem 4.0rem;
	border-bottom: 1px solid #333333;
}

#footer-menu ul{
	text-align: center;
	list-style-type: none;
    margin-bottom: 0;
}
#footer-menu ul li {
	margin: 1.2rem 0;
}
#footer-menu ul li:first-child {
	margin-top: 0;
}
#footer-textarea{
	border-bottom: 1px solid #333333;
	padding: 3rem 1rem;
}
#footer-textarea-message {
	display: table;
}
#footer-textarea-message>div {
	display: table-cell;
}
#footer-textarea-message .left-area {
	padding-right: 1.5rem;
	font-size: 2.5rem;
	vertical-align: middle;
}
#footer-textarea-message .right-area {
	font-size: 1.0rem;
}
#footer-textarea textarea{
	width: 100%;
	text-align: left;
	margin-bottom: 1.0rem;
}
#footer-textarea input[type="submit"] {
	padding: 0 2rem;
	border:none;
	background: #FF7C9E;
	color: white;
	font-size: 1.4rem;
	height: 32px;
	line-height: 32px;
	display : block;
	float:right;
}
#footer-textarea p,input{
	text-align: left;
	display: inline-block;
}

#footer-textarea p{
	font-size: 1.2rem;
	    vertical-align: top;
}

#footer-bottom {
	text-align: center;
}
#footer-bottom h2{
	margin-top: 3.0rem;
}
#footer-bottom p {
	margin-bottom: 0.5rem;
}
#footer .slidemenu-social-icons {
	padding-bottom: 1rem;
}
#gototop {
	display: none;
	position: fixed;
    right: 10px;
    bottom: 10px;
}
#gototop a {
	border-radius: 50%;
	background: #000000;
	color: white;
	font-size: 4rem;
	display: block;
	text-align: center;
	width: 70px;
	height: 70px;
}
#copyright {
	font-size:1.2rem;
	text-align: center;
	padding: 0 0.5rem 3.0rem 0.5rem;
	margin-top: 1.2rem;
	margin-bottom: 0;
	color: #333333;
	display: block;
	width: 100%;
}
/* overlaymenu
------------------------------------------------------------*/
/* Overlay style */
#follow-list {
	display: none;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 20;
}
/* Menu style */

.overlay nav h3{
	clear: both;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: solid 1px #c3c3c3;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.overlay nav {
	text-align: center;
	position: relative;
	padding: 0px 25px 25px;
    margin: 75px auto 0;
    width: 260px;
    background: #e6e6e6;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.overlay ul.social-tool-list{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul.follow-list{
	list-style: none;
	text-align: left;	
	margin-bottom: 0;
}

.overlay ul.follow-list li{
	float: none;

}

.overlay ul.social-tool-list li {
	float: left;
    width: 60px;
    margin: 0 5px 10px 5px;
    background: #ffffff;
    text-align: center;
    border-bottom: solid 1px #c3c3c3;
    border-radius: 4px;
    overflow: hidden;

}



.overlay ul li a {
	font-weight: 300;
	display: block;
	color: #333333;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	font-size: 3.0rem;
}

.overlay ul li.a-icon a{
	padding-top: 0.6rem;
}

.overlay ul li.h-icon a{
	padding-top: 0.8rem;
}

.overlay ul li.h-icon a i{
	font-size: 2.6rem;
}

.overlay ul li.twitter i{
	color: #37B0EF;
}

.overlay ul li.facebook-like i{
	color:  #2B5794;
}

.overlay ul li.hatena i{
	color:	#0978D6;
}

.overlay ul li.google i{
	color:	#CF3D1F;
}

.overlay ul li.line i{
	color:	#00C200;
}

.overlay ul li.pocket i{
	color:	#E84158;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #e3fcb1;
}

.overlay .overlay-close {
	border: 0px;
    width: 26px;
    height: 26px;
    background: url(images/common/button_lb_close.png) left top no-repeat;
    background-size: 26px 26px;
	position: absolute;
    top: -10px;
 	right: -22px;

    text-indent: -9999px;
}
    
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}
/* slidemenu
------------------------------------------------------------*/
#main {
	position: relative;
	background: white;
}

.slidemenu {
	top: 0;
	width: 240px;
	position: fixed;
	visibility: hidden;
	z-index: -1;
}
.slidemenu .slidemenu-body {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
	position: relative;
}
.slidemenu-right {
	right: 0;
	background: white;
}
.slidemenu-right h3 {
	background: #FF7B9C;
	color: white;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: normal;
	padding: 0.3rem 0.5rem 0.2rem;
	margin: 0;
}
.slidemenu-right ul {
	list-style: none;
	margin: 0;
}
.slidemenu-right ul li {
	background: #FFC3CE;
	color: black;
	font-size: 1.6rem;
	padding: 0.8rem 1.0rem 0.6rem 1.0rem;
	margin: 0;
	border-bottom: white 1px solid;
}
.slidemenu-right ul li:last-child {
	border-bottom: none;
}
.slidemenu-right ul li a {
	color: black;
}
.slidemenu-social-icons {
	font-size: 2.0rem;
	text-align: center;
	color: black;
	padding: 0.2rem 1rem 3rem;
}
.slidemenu-social-icons i {
	padding: 1rem;
}

.social-icons {
	font-size: 2.0rem;
	text-align: center;
	color: black;
	padding: 0.2rem 1rem 3rem;
}
.social-icons i {
	padding: 1rem;
}

/* searchbox
------------------------------------------------------------*/
#search-menu {
	display: none;
}
#searchbox-wrap input[type="checkbox"] {
	visibility: hidden;
}
#searchbox-wrap {
	position: fixed;
	z-index: 21;
	width: 100%;
	top: 52px;
	background: #FF7A9D;
	padding: 0.5rem;
}
#searchbox-wrap form {
	margin: 0;
}
dl.searchbox {
	position:relative;
	background: white;
	border-radius: 6px;
	width: 100%;
	margin: 0;
}
dl.searchbox dt {
	padding: 3px;
}
dl.searchbox dt input {
	background: none;
	border: none;
	margin: 0;
	padding: 0.4rem 0.6rem;
	height: 3rem;
	width: 85%;
}
dl.searchbox dd {
	display: table-cell;
	width: 2.5rem;
	position: absolute;
	top: 0;
	right: 3px;
}
input.search-icon[type="submit"] {
	font-family: FontAwesome;
	border: none;
	padding: 0.5rem;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	color: #A9A9A4;
	height: auto;
    margin: 0;
}
#birth-b {
	display: none;
}

#ts-fab-below .ts-fab-list a {
	color: #000000;
}
#ts-fab-below .ts-fab-list .active a {
	color: #ffffff;
}
#ts-fab-below .ts-fab-avatar img.avatar {
	width: 120px;
	border-radius: 120px;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
}
.writer-wrap {
	display: table;
	table-layout:fixed;
	width: 100%;
	margin-bottom: 30px;
}
#writer-list-page #page-content .writer-wrap {
	padding: 3rem 0;
	border-bottom: 1px solid #cccccc;
}
.writer-thumbnail-block, .writer-profile-block {
	display: table-cell;
	vertical-align: top;
}
.writer-thumbnail-block {
	width: 140px;
	padding-right: 2rem;
}
.writer-thumbnail-block img {
	width: 120px;
	border-radius: 120px;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
}
.writer-profile-name {
	border-bottom: 1px solid #000000;
	line-height: 1.5;
}
.writer-profile-position {
	margin: 1rem 0 0.5rem;
	font-size: 12px;
}
#archive-page .page-img-content p {
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: #000000;
}
#archive-page .archive-date {
	text-align: left;
	color: #000000;
	font-size: 8px;
	border-bottom: 1px solid #cccccc;
}
#archive-page .archive-post-tags {
	text-align: left;
	padding: 0;
	margin-top: 1rem;
}
#archive-page .archive-post-tags a, #page-content .single-post-tags a {
	background: #F9F9F9;
	color: #000000;
	display: inline-block;
	padding: 0.1rem 0.6rem 0.1rem 0.5rem;
	margin: 0 0.5rem 0.8rem 0;
	font-size: 1.2rem;
}
#archive-page .archive-post-tags a:before, #page-content .single-post-tags a:before  {
	content: "#";
	color: #FFD0DC;
	margin-right: 0.3rem;
}
#main .wp-pagenavi {
	text-align: center;
}
#main .wp-pagenavi a, #main .wp-pagenavi span {
	display: inline-block;
	padding: 3px 12px;
	margin: 3px 3px;
	color: #000000;
	font-size: 16px;
	border: none;
}
#main .wp-pagenavi a {
	background: #FFD0DC;
}
#main .wp-pagenavi span.current {
	background: white;
	border-bottom: 2px solid #FFD0DC;
}

/*******************************************************************************/
@media (max-width: 450px) {/*
********************************************************************************/
.ranking.sp-1-column .thumbnail {
    width: 100%;
    max-width: none;
}
.page-thumbnail-content.sp-1-column,
.page-thumbnail-content.sp-1-column .right-block {
	display: block;
}
.page-thumbnail-content.sp-1-column .thumbnail {
	display: table;
	margin-bottom: 1rem;
}
.page-thumbnail-content.sp-1-column .thumbnail > div {
	width: 140px;
	display: table-cell;
}
.page-thumbnail-content.sp-1-column .thumbnail > p {
	display: table-cell;
	margin-bottom: 1rem;
	padding-left: 1rem;
}
.page-thumbnail-content .right-block .more-btn {
    margin: 2rem auto 0;
}
.page-thumbnail-content.point .thumbnail{
	width: 100%;
    max-width: none;
}
#archive-page .page-img-content.half.fix {
    width: 100%;
}
}/*******************************************************************************/
@media (min-width: 650px) {/*
********************************************************************************/
#header-sub {
	padding-bottom: 2rem;
}
#header-sub .drop-menu > li.menu__single {
	position: relative;
}
/* tab menu
----------------------------------------------------*/
#home-content #content1, #home-content #content2, #home-content #content3 {
	display:block;
}
#home-content #content-top h2 {
	display:block;
}
#home-content h2#diy-title {
	margin-bottom: 0.5rem;
}
#home-content #tab-menu {
	display: none;
}
#page-content #ad-area {
    padding: 0;
	margin-bottom: 3rem;
}
#ad-area2, #ad-area3 {
    margin: 3rem 0 5rem;
}
.first-ad, .second-ad {
	width: 50%;
	float: left;
}
#ad-area2 .first-ad, #ad-area3 .first-ad {
    display: block;
}
.sponsor-title {
	margin-bottom: 0.8rem;
}
/*.page-img-content p {
	margin-left: 1rem;
	margin-right: 1rem;
}*/
.page-img-content > div {
	padding: 0 2rem;
}
.page-img-content.ranking > .left-block {
	padding: 0 2rem 0 0;
	text-align: left;
}
.page-img-content.ranking > .right-block {
	padding: 0 0 0 0;
	text-align: left;
}
.half-img-left > div {
	width: 50%;
	float: left;
}
.half-img-right > div {
	width: 50%;
	float: right;
}
.page-img-content.half {
	width: 50%;
	float: left;
}
.page-img-content.onethird.fix {
    padding: 0rem;
}
.page-thumbnail-content .right-block {
	vertical-align: top;
	padding-left: 1.5rem;
}
.page-thumbnail-content .right-block p {
	display: block;
	line-height: 2.0;
}
.read-together-wrap .page-thumbnail-content {
	padding: 1.6rem;
}
.page-thumbnail-content .thumbnail {
    width: 110px;
 }
 ul.icon-list:first-child {
    margin-bottom: 2.5rem;
}
ul.icon-list li {
	padding-bottom: 0.8rem;
	margin-bottom: 0.8rem;
}
ul.icon-list.half {
	width: 50%;
	float: left;
	padding-right: 2rem;
}
ul.icon-list.half:last-child {
	padding-right: 0rem;
	padding-left: 2rem;
}
ul.link-list.half {
	width: 50%;
	float: left;
	padding-right: 2rem;
}
ul.link-list.half:last-child {
	padding-right: 0rem;
	padding-left: 2rem;
}
ul.link-list.have-thumbnail li:nth-child(odd) {
    float: left;
    width: 50%;
    padding-right: 2rem;
}
ul.link-list.have-thumbnail li:nth-child(even) {
    float: right;
    width: 50%;
    padding-left: 2rem;
}
.page-sns {
	margin: 4rem 0;
}
.related-article-wrap article {
    width: 33.3%;
}
.related-article-wrap article:nth-child(odd),
.related-article-wrap article:nth-child(even) {
    padding-left: 0rem;
    padding-right: 0rem;
}
.related-article-wrap article:nth-child(3n) {
    padding-left: 1.0rem;
}
.related-article-wrap article:nth-child(3n+1) {
    padding-right: 1.0rem;
}
.related-article-wrap article:nth-child(3n+2) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.related-article-wrap2 .top-posts {
	width: 47%;
	float: left;
	margin-right: 6%;
}
.related-article-wrap2 .top-posts:last-child a:first-child article.box-inner-1c {
	border-top: 1px solid #FFE5EC;
}
.ranking .rank-reason div:first-child{
	margin-bottom: 3.8rem;
}
#page #review-slide .slick-prev {
	left: -25px;
}
#page #review-slide .slick-next {
    right: -50px;
}

.recomend-present-block {
	width: 47%;
	float: left;
	margin-right:6%;
}
.page-thumbnail-content.point .right-block {
	padding-left: 3rem;
}

#archive-page .page-img-content.half.fix:nth-child(odd) {
	padding-right: 2rem;
}
#archive-page .page-img-content.half.fix:nth-child(even) {
	padding-left: 2rem;
}


}/*******************************************************************************/
@media (min-width: 650px) and (max-width: 1190px){/*
********************************************************************************/
br.only_tb {
	display: block;
}
#home-content .content-box {
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}
.content-box {
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
}
.top-posts.four.columns {
	width: 48%;
}
.top-posts {
	float:left;
}
#side-content .top-posts {
	float: none;
}
#home-content #content3 {
	margin-left: 0;
}
#home-content #content6 {
	margin-left: 0;
	margin-right: 4%;
}
#home-content #content4 {
	display: block;
}
#home-content #content4 a {
	display: block;
}
#home-content #content4 a:first-child {
	margin-bottom: 1.5rem;
}
#content-bottom .box-inner-6c article,
#content-bottom .box-inner-5c article {
	float: left;
	width: 30%;
	margin-bottom: 1.5rem;
}
#content-bottom .box-inner-6c article:nth-child(3n+1),
#content-bottom .box-inner-5c article:nth-child(3n+1) {
	margin-left: 3%;
	margin-right: 2%;
}
#content-bottom .box-inner-6c article:nth-child(3n+2),
#content-bottom .box-inner-5c article:nth-child(3n+2) {
	margin-left: 0%;
	margin-right: 2%;
}
#content-bottom .box-inner-6c article:nth-child(3n),
#content-bottom .box-inner-5c article:nth-child(3n) {
	margin-left: 0%;
	margin-right: 3%;
}
#home-content #birth {
	display: none;
}
#home-content #birth-b {
	display: block;
}

#home-content #birth-b{
	height: 29.7rem;
	margin-top: 13px;
	text-align: center;
	border: solid 4px #FCE8ED;
	padding: 2.4rem 2.0rem;
	background: url(images/top/candle.png) left top 12px no-repeat,
	url(images/top/candle2.png) right top 12px no-repeat;
	margin-bottom: 4rem;
	width: 46%;
	margin-left: 2%;
	
}

#home-content #birth-b .box-inner-birth{
	margin-top: 2.0rem;
}
#home-content #birth-b h2 {
	text-align: center;
	width: 80%;
	margin: 0 auto 1.2rem;
	border: none;
	letter-spacing: -2px;
	color: #FF7C9E;
	font-size: 2.2rem;
	font-weight: bold;
}
#home-content #birth-b p {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
#home-content #birth-b input[type="text"] {
	height: 3.0rem;
	width: 4.0rem;
	margin-top: 2.0rem;
}
#home-content #birth-b input[type="submit"] {
	height: 3.0rem;	
	padding: 0 1.8rem;
	margin-top: 0.4rem;
	line-height: normal;
	font-size: 1.2rem;
    border: none;
    background: #FF7C9E;
    color: white;
}
#home-content #birth-b select{
	height: 3.0rem;
	padding: 0;
}

#wrapper2 .box-inner-button a {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
#footer-menu, #footer-textarea {
	border-bottom :none;
}
#footer .four.columns {
	width: 48%;
}
#footer-textarea {
	margin-right: 2%;
	margin-left:0;
}
#footer-bottom {
	margin-left: auto;
	margin-right: auto;
	float: none;
}
}/*******************************************************************************/
@media (min-width: 1200px) {/*
********************************************************************************/


/* layout
*****************************************************/

/* header
------------------------------------------------------------*/
#header {
	position: static;
	padding-top: 2.0rem;
	border-bottom: none;
}
#header .header-inner{
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
}

#header-sub .header-inner{
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: table;
	background: none;
}
#header-top {
	border-bottom: none;
}
#header-top #header-left, #header-top #header-right {
	vertical-align: top;
	padding-top: 0.6rem;
}
#header h1 img.header-menu-pc {
	width: auto;
	display: inline;
}
#header img.header-menu-sp {
	display: none;
}
#header-left p{
	margin-bottom: 0;
	margin-left: 0;
}
#header-right p{
	margin-bottom: 0;
}
#header-right {
	text-align: left;
	vertical-align: top;
}
#header-right .header-menu-pc {
	width: 214px;
	margin-right: 0;
	margin-left: auto;
}
.back-pink-c {
}
#header-sub, body.home #header-sub {
	border-bottom: 1px solid #DDDDDD;
	padding: 0rem;
	margin: 0;
	z-index: 10;
	position: relative;
	text-align: left;
}
#header-sub .inner {
	position: relative;
}
#header-sub-left {
	display: table-cell;
	text-align: left;
	width: 33.3%;
	float: none;
} 
#header-sub-center, .page-header #header-sub-center {
	display: table-cell;
	text-align: center;
	width: 33.3%;
}
#header-sub-right {
	display: table-cell;
	text-align: right;
	width: 33.3%;
	float: none;
}
#header-sub .header-inner ul.drop-menu {
	display: inline-block;
	width: 120px;
}

#header-sub .header-inner ul.drop-menu  li a {
	display: block;
}
#header-sub .drop-menu li a:hover {
	background: none;
}
#header-sub .header-inner ul.drop-menu li.menu__single > a {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.1;
	padding: 1.5rem 1rem 1.5rem;
	color: #333;
	border-right: none;
    background: none;
}
#header-sub .header-inner ul.drop-menu li.menu__single > a:before {
	font-family: FontAwesome;
	content: '\f13a';
	text-align: left;
	color: #FF7C9E;
	padding-right: 0.3rem;
	font-size: 1.6rem;
	font-weight: bold;
}
#header-sub .header-inner ul.drop-menu li.menu__single > a:after {
	content: '';
	width: auto;
}
#header-sub li.menu__single ul.menu__second-level {
    background: #FF7C9E;
}
#header-sub li.menu__single ul.menu__second-level a {
	font-size: 1.4rem;
	color: white;
}
#header .header-menu-sp {
	display: none;
}
#header .header-menu-pc{
	display: block;
}
#header .header-menu-pc div{
	text-align: left;
	margin-left: -1.7rem;
}
#header .header-menu-pc input[type="text"] {
	width: 79%;
	text-align: left;
	border-right: none;
	border-radius:  4px 0 0 4px;
}
#header .header-menu-pc input:focus[type="text"] {
	border: 1px solid #D1D1D1;
	border-right: none;
}
#header .header-menu-pc input[type="submit"] {
	width: 20%;
	font-family: FontAwesome;
	border-left: none;
	border-color: #D1D1D1;
	border-radius: 0 4px 4px 0;
	padding: 0 2%;
}
#header-menu-sp {
	display: none;
}

/* global-nav
----------------------------------*/
#global-menu {
	display: block;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #dddddd;	
}
#global-menu.home-menu {
	border-bottom: none;
}
ul#global-menu-ul {
	margin: 0 auto;
	height: 65px;
	text-align: center;
}
ul#global-menu-ul > li{
	display: inline-block;
	height: 65px;
	padding: 0;
	margin-bottom: 0;
	text-align: center;
}
ul#global-menu-ul > li a{
	padding: 2.4rem 3rem 2.1rem;
	display:block;
	font-size: 1.7rem;
	line-height: 2.0rem;
}


/* header slide
----------------------------------------------------*/
#slide {
	margin: auto;
	text-align: center;
	padding: 1.5rem 1rem;
	background: #F5F5F6;
}
/* ad area
----------------------------------------------------*/
#ad-area {
	width: 1120px;
	padding-top: 3rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
}
#page #ad-area {
	width: auto;
}

/* common
----------------------------------*/
#content section {
	padding: 0 2rem;
}

#content .pc-content{
	display:block;
}

#content .sp-content{

	display:none;
}
/* header slide
----------------------------------------------------*/
#slide-inner {
	width: 1050px;
}
/* top
*****************************************************/
#top-content .columns{
	padding: 0;
}
#news-area {
	width: 94%;
}
#wrapper2 #content-bottom .box-inner-6c article,
#wrapper2 #content-bottom .box-inner-5c article {
	float: left;
	width: 14.16%;
	margin-left: 3%;
	margin-right: 0;
	margin-bottom: 0;
}
#wrapper2 #content-bottom .box-inner-6c article:first-child,
#wrapper2 #content-bottom .box-inner-5c article:first-child {
	margin-left: 0;
}
#content-bottom .box-inner-button {
	width: 32.0rem;
	text-align: center;
	margin: 2.5rem auto 2.0rem;
}
#content-bottom {
	background: #F8F4F0;
	padding: 1.0rem 1.5rem 1.0rem;
}
#content-bottom .content-one h2 {
    margin-top: 2.8rem;
}

#home-content article.box-inner-1c div.cat-icon{
	font-size: 1.5rem;
	padding: 0.4rem 0.4rem 0.0rem 0.4rem;
	height: 20px;
}
#home-content article.box-inner-1c {
	border-bottom: 1px solid #FFE5EC;
	padding: 0.8rem 0;
}
#home-content article.box-inner-1c p{
	padding-top: 0.6rem;
}
#home-content article.box-inner-1c > div {
	display: table-cell;
	vertical-align: top;
}

#home-content article.box-inner-1c > div:first-child {
	padding-right: 0.8rem;
	width: 72%;
	font-size: 1.5rem;
}

#home-content article.box-inner-1c > div:nth-child(2){
	padding-left: 0.8rem;
	width: 28%;
	text-align: center;
}
/* footer
*****************************************************/
#footer {
	padding: 6rem 0 0;
	font-size: 1.4rem;
}
#footer-bottom h2 {
    margin-top: 0;
}
#footer-menu {
	text-align: center;
	border-bottom: none;
	padding-left: 4%;
	width: 377px;
}
#footer-textarea{
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	padding-right: 2%;
	padding-left: 2%;
	border-bottom: none;
	padding-top: 0;
	margin-left: 0;
	width: 396px;
}
#footer-bottom{
	width: 377px;
	margin: 0;
}
#copyright {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom:0;
}

#copyright span {
	display: inline;
}

/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}
.prev{float:left}
.next{float:right;}
#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}
.inner {
	width: 1150px !important;
	margin-left: auto;
	margin-right: auto;
}
#header-logo {
	font-size: 3.6rem;
}

ul#main-menu li {
	font-size: 1.4rem;
}
#news-area {
    width: 94.9%;
}

/* page
*****************************************************/
#page-content #ad-area {
    margin: 3rem 0;
}

#page-content {
	max-width: none;
	width: 750px;
	float: left;
}
#side {
	max-width: none;
	width: 360px;
	float: right;
	padding-top: 3rem;
}
.title-wrap {
    padding: 1.8rem 0.5rem;
    margin-bottom: 3rem;
}
#page-content h2, #page-content h3, #page-content h4 {
	margin-bottom: 2.5rem;
}
.quote-area {
	margin-bottom: 4rem;
}
.list-area {
	margin-bottom: 4rem;
}
.read-together-wrap {
	margin-bottom: 4rem;
}
#page-content table {
	margin-bottom: 4rem;
}
ul.icon-list {
	margin: 0 0 4rem;
}
#page #wrapper2 {
	padding-bottom: 2rem;
}
#page #wrapper2 #content-bottom .box-inner-5c article {
    width: 17.6%;
}
#page-content .related-article-wrap h2 {
	margin-bottom: 1.8rem;
}

/* side
*****************************************************/
#side-banner1 {
    height: 84px;

}
#side-banner2 {
    height: 84px;

}
#side-banner3 {
    height: 84px;
}
#content section {
	padding: 0;
}
#gototop {
	display: block;
}
#footer-menu {
	padding: 0;
}

#footer-menu-ul ul li ul li a{
	font-size: 1.4rem;
}
#copyright {
	text-align: center;
	font-size: 1.4rem;
	margin-bottom:0;
}




}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

