@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Teko:300,400,500,600,700&subset=devanagari,latin-ext/');
/* reset
============================================================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
 
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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
}
 
body {
	line-height: 1;
	position: relative;
	text-align: center;
	font-size: 16px;
	line-height: 150%;
	color: #333333;
	-webkit-text-size-adjust: none;
	background-image: url(../img/common/back.png);
	background-repeat: repeat;
}
p {
	font-weight: 400;
	line-height: 150%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

a:hover {
	text-decoration: none;
	color: #999;
}


a img {
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-ms-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
	backface-visibility: hidden;
}

a:hover img {
opacity: .8;
-webkit-opacity: .8;
-moz-opacity: .8;
filter: alpha(opacity=80);	/* IE lt 8 */
-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}
 
/* change colours to suit your needs */
ins {
    background-color:#343240;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */
mark {
    background-color:#343240;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/* change border colour to suit your needs */

input, select {
    vertical-align:middle;
}
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
/*:::::::::::::::::::::::::::::::::
     header 
:::::::::::::::::::::::::::::::::*/
header {
	height: 120px;
	width: 100%;
    z-index: 999;
}
header h1 img {
	margin: 1% 0 1.5% 0;
	float: left;
	max-width: 200px;
	height: auto;
}
header .head_box {
	text-align: right;
	margin-top: 10px;
}

/* nav ************/
header nav {
	float: right;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
header #inner {
	max-width: 1300px;
	margin: 0 auto;
    position: relative;
}
header nav h2 {
	display: inline;
}
header nav h2 a {
	width: 19%;
    font-weight: 400;
	text-decoration: none;
	display: inline-block;
	border-left: 1px solid #999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
header nav h2 a:hover {
	color: #999;
}
header nav h2 a.last {
	border-right: 1px solid #999;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 0px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
	margin-top: -45px;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #5F91BC;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


/*:::::::::::::::::::::::::::::::::
    footer
:::::::::::::::::::::::::::::::::*/
footer {
	background-color: #fff;
}
footer img {
	text-align: left;
	max-width: 200px;
	height: auto;	
}
footer ul li {
	margin-bottom: 10px;
}
#copy {
	background-color: #3F7199;
	color: #fff;
	font-size: 14px;
	padding: 0.5% 0;
}
/*:::::::::::::::::::::::::::::::::
    common
:::::::::::::::::::::::::::::::::*/
#contents_back {
	padding: 5% 0 0 0;
	
}
.container {
	padding: 3% 0;
	
}
.white {
	background-color: #fff;
	
}
.blog_white {
	background-color: #fff;
	padding: 5% 0 5% 0;
}
.blog_white h3.title01 {
	margin: 3% 0;
}
h3.title01 {
	font-size: 22px;
	line-height: 66px;
	padding: 1% 5%;
	background-image:url(../img/common/title01.png);
	background-size: 280px auto;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 3%;
}
h3.title02 {
	font-size: 24px;
	font-weight: bold;
	color: #3F7199;
	text-align: left;
	margin: 0 0 1.5% 15px;
}
h4.catch {
	font-size: 20px;
	color: #3F7199;
}
.foot_contact {
	background-image:url(../img/top/con_back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 2% 0%;
	margin-top: 5%;
}

.foot_contact h4 {
	color:#fff;
	font-size: 24px;
	margin-bottom: 30px;
}
.mb5 {
	margin-bottom: 10%
}
/*:::::::::::::::::::::::::::::::::
    syohin
:::::::::::::::::::::::::::::::::*/
.syohin .col-md-3 {
	text-align: left;
	margin-bottom: 40px;
	height: 350px;
}
.syohin .col-md-6 {
	text-align: left;
}
.syohin img {
	margin-bottom: 10px;
}
.syohin h5 a {
	font-size: 18px;
	font-weight: bold;
}
.syohin .price {
	font-size: 18px;
	font-weight: bold;
	color: #F88CA5;
}
.syohin p a {
	color: #666666;
}
.syohin p a:hover {
	color: #aaa;
	text-decoration: underline;
}

.syohin .price02 {
	font-size: 36px;
	font-weight: bold;
	color: #F88CA5;
	margin: 3% 0 0 0;
	display: block;
}

.syohin .col-md-6 p {
	margin: 8% 0;
}

.syohin .text{
	text-align: left;
	margin: 2% 0;
}
.syohin .text p {
	margin: 2% 0;
}
.blog_white .blog {
	width: 100%;
	border: 1px #ccc solid;
	text-align: left;
	margin-bottom: 50px;
	padding: 2% 0;
}
.blog .day {
	font-size:12px;
	color: #aaa;
	font-weight: bold;
}
.blog a img {
	height: 170px;
	line-height: 0;
	margin: 0;
}
.blog .trim {
    overflow: hidden;
    width: 300px;/* トリミングしたい枠の幅 */
    height: 170px;/* トリミングしたい枠の高さ */
    position: relative;
}
.blog .trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.blog .text p {
	margin: 0;
}
.blog h5 {
	margin: 10px 0;
}

.category01 {
	padding: 0.5% 6%;
	color: #fff;
	background-color:#99E1D9;
	border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */  
}
.category01:hover {
	text-decoration: underline;  
}
.category02 {
	padding: 0.5% 6%;
	color: #fff;
	background-color:#FA8DA6;
	border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */  
}
.category03 {
	padding: 0.5% 6%;
	color: #fff;
	background-color: #FDD0A8;
	border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */ 
}
/*:::::::::::::::::::::::::::::::::
    無料データ　
:::::::::::::::::::::::::::::::::*/
.blog_white .data {
	width: 100%;
	border: 1px #ccc solid;
	text-align: left;
	margin-bottom: 50px;
}
.data .day {
	font-size:12px;
	color: #aaa;
	font-weight: bold;
}
.data .text {
	padding: 1% 5% 5% 5%;
}
.data h5 {
	margin-bottom: 10px;
}
.eye-catch {
	position: relative;
	overflow: hidden;
	height: 120px;
}

.eye-catch a {
	display: block;
}
.eye-catch img {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
}
.eye-catch:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

.eye-catch:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.eye-catch img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*:::::::::::::::::::::::::::::::::
     無料データ　カテゴリー
:::::::::::::::::::::::::::::::::*/
.cat-name {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	min-width: 80px;
	padding: 2px 4px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	background-color: #5F91BC;
	font-size:14px;
}

.cat-name a {
	display: block;
	color: #fff;
	z-index: 3;
}
/*:::::::::::::::::::::::::::::::::
     無料データ　ホバー時の線
:::::::::::::::::::::::::::::::::*/
.image-link-border {
	position: relative;
}

.image-link-border:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 2px solid #fff;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	opacity: 0;
}

.image-link-border:hover:after {
	opacity: 1;
}









/*:::::::::::::::::::::::::::::::::
    btn
:::::::::::::::::::::::::::::::::*/
header .btn {
	float: right;
}
.btn {
	width: 220px;
	display: block;
	position: relative;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}
.btn a {
	font-size: 16px;
	display: block;
	padding: 10px 32px;
	border-radius: 10px;
	line-height: 1.5;
	border-bottom: 3px solid rgba(251, 242, 72, 1);
	background-color: #FDF9A8;
	color: #407199;
	text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

.btn a:hover {
	background-color: rgba(254, 252, 211, 1);
	border-radius: 10px;
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
	color:#407199;
}
.btn_l {
	width: 325px;
	display: block;
	position: relative;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}
.btn_l a {
	font-size: 16px;
	display: block;
	padding: 15px 32px;
	border-radius: 10px;
	line-height: 1.5;
	border-bottom: 3px solid rgba(251, 242, 72, 1);
	background-color: #FDF9A8;
	color: #407199;
	text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.btn_l a:hover {
	background-color: rgba(254, 252, 211, 1);
	border-radius: 10px;
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
	color:#407199;
}

.btn-border {
	width: 220px;
	font-size: 16px;
	position: relative;
	display: block;
	margin: 30px auto 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #5F91BC;
	border-radius: 4px;
	text-align: center;
	padding: 10px 25px;
}
.btn-border:hover {
	color: #fff;
	background-color: #5F91BC;
}
.btn-border_s {
	width: 180px;
	font-size: 16px;
	position: relative;
	display: block;
	margin: 20px auto 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #5F91BC;
	border-radius: 4px;
	text-align: center;
	padding: 10px 25px;
}
.btn-border_s:hover {
	color: #fff;
	background-color: #5F91BC;
}


/*:::::::::::::::::::::::::::::::::
    WP用
:::::::::::::::::::::::::::::::::*/


.widget {
    margin: 0 0 10% 0;
}

.screen-reader-text {
    display: none;
}


input {
    vertical-align: middle;
    font-size: 16px;
}

@media screen and (min-width: 992px)
.widget input[type="text"] {
    width: 100%;
}


input[type=submit] {
    padding: 5px 20px;
    background-color: #FDF9A8;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    border-bottom: 3px solid rgba(251, 242, 72, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #6394BE;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
input[type="text"] {
    padding: 5px;
    width: 70%;
    border-radius: 1px;
    border: 1px solid #e2e5e8;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#wp-calendar table {
}
table {
    width: 100%;
    background-color: #f8f8f8;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
}
#wp-calendar caption {
    padding: 8px 0;
    border: 1px solid #e2e5e8;
    border-bottom: none;
    background-color: #f8f8f8;
    font-weight: bold;
    text-align: center;
}
#wp-calendar th, #wp-calendar td {
    display: table-cell;
    padding: 4px;
    width: inherit;
    border: 1px solid #e2e5e8;
    text-align: left;
}

#wp-calendar thead th, #wp-calendar thead td {
    background-color: #FBFBFB;
    text-align: center;
}
.widget h3 {
    padding: 8px 0 8px 3%;
    margin: 0 0 3% 0;
    padding: 4px;
    text-align: left;
    font-size: 18px;
    border: 2px dashed #5F91BC;
}

.widget ul li  {
    padding: 0 10px 0 0;
    text-align: left;
    font-size: 14px;
	line-height: 200%;
    font-weight: 300;
    position: relative;
}


.widget ul li a:after {
    content: "\f105";
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    font-family: "FontAwesome";
    color: #b6cced;
}
.sponsor {
	width: 60%;
	border: 1px solid #999;
	padding: 1% 3%;
	font-size: 16px;
}
.sponsor span {
	font-size: 12px;
	line-height: 120%;
}
.ranking {
	margin-bottom: 30px;
}
.ranking02 {
	width: 180px;
	display: inline-block;
	margin-right:20px;
	margin-bottom: 30px;
}

/*:::::::::::::::::::::::::::::::::
    コメント欄
:::::::::::::::::::::::::::::::::*/
#comments_frame {
    border-top: 3px dotted #e2e5e8;
    margin: 5% 0 0 0;
    padding: 5% 3% 0 3%;
    text-align: left;
}
#comments_frame h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 1% 0;
}
#comments_frame p {
    text-align: left;
    font-weight: 600;
}
#comments_frame textarea {
    margin: 2% 0;
    width: 100%;
}
.widget ul li.recentcomments {
	font-size:12px;
    line-height: 150%;
	color: #666;
}
.widget ul li.recentcomments a {
	font-size:14px;
    color: #F88CA5;
}
.widget ul li.recentcomments span.comment-author-link {
	display: block;
}

/*:::::::::::::::::::::::::::::::::
    カレンダー
:::::::::::::::::::::::::::::::::*/
table#wp-calendar td a {
    color: #3F7199;
	text-decoration: underline;
}

/*:::::::::::::::::::::::::::::::::
    タグ
:::::::::::::::::::::::::::::::::*/
/*--------------------------------
タグクラウドの見た目を変更する
---------------------------------*/
.tagcloud a {
	font-size: 16px !important; /* 文字のサイズ */
	line-height: 1em;
	background: #ddd; /* 背景色 */
	color: #333; /* 文字色 */
	display: inline-block;
	white-space: nowrap;
	padding: 10px 10px; /* 文字周りの余白 */
	margin-top: 3px; /* タグ同士の余白 */
	text-decoration: none;
}
.tagcloud a:hover {
 	background: #eee; /* マウスホバー時の背景色 */
	color: #333; /* マウスホバー時の文字色*/
}