/*
Theme Name: hawaiianjoy_v2 Child
Theme URI: http://demo.select-themes.com/stockholm/
Description: A child theme of Hawaiian Joy Theme
Author: LLLLIFE
Author URI: https://www.llllife.com/
Version: 1.1
Text Domain: hawaiianjoy_v2
Template: hawaiianjoy_v2
*/
@import url("hi_style.css");
@import url("vs_style.css");

/* 付箋タイトル */
.fusen{
margin-bottom: 12px;
padding: 0.5em;/*文字周りの余白*/
color: #111111;/*文字色*/
background: #fcfcfc;/*背景色*/
border-left: solid 6px #0066bf;/*左線（実線 太さ 色）*/
border-bottom: solid 1px #0066bf;/*下線（実線 太さ 色）*/
font-weight: normal;
}
@media only screen and (max-width: 768px){
	.fusen{
		font-size: 16px !important;
	}
}
/* 付箋タイトル ここまで */



.pagination {
	font-family: "Lucida Sans","Lucida Grande",sans-serif;
	font-size: 76%;
/*	background: #EFEFEF; */
}

.pagination a {
    color: #4A4A4A;
    border: 0;
	outline: 0;
}

.pagination {
    text-align: center;
    margin: 20px
}
.pagination a, .pagination strong {
    background: #EFEFEF;
    display: inline-block;
    margin-right: 3px;
    padding: 4px 12px;
    text-decoration: none;
	line-height: 1.5em;
	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.pagination a:hover {
    background-color: #BEBEBE;
    color: #fff;
}
.pagination a:active {
	background: rgba(190, 190, 190, 0.75);
}
.pagination strong {
    color: #fff;
    background-color: #BEBEBE;
}

div.wpcf7-response-output {
    color: #000000 !important;
}
