@charset "UTF-8";
/*ヘッダー*/
.global-nav{
    background: url(https://tips-study.jp/wp-content/uploads/2019/12/bg_gr_up.png) left bottom repeat-x #fff;
		border-top: 1px solid #eee;
		border-bottom: 3px solid #1e73be;
}
.global-nav .menu-item a {
    background: url(https://tips-study.jp/wp-content/uploads/2019/12/arrow_gray.png) right bottom no-repeat;
		border-right: 1px solid
#e5e5e5;
    box-shadow: inset 1px 0px 0px #fff;
}
.global-nav .menu-item a:hover {
    background: url(https://tips-study.jp/wp-content/uploads/2019/12/arrow_bk.png) right bottom no-repeat;
	  color:#333;
	  opacity:1;
}
.header-menu {
    border-left: 1px solid 
    #e5e5e5;
}
.header-menu > .menu-item > a::after {
    border-right: none;
}

.header-contact-text {
    text-align: right;
}
.header p.text_1{
    color: #1e73be;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
}
.header p.text_2{
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 10px;
}
.header .header-contact-button, .header .header-contact-button:hover {
    background: #1e73be;
		color: #fff;
	  padding: 0 20px;
    margin-bottom: 5px;
}
.header-logo .logo {
    max-height: 59px;
}

/*見出し*/


/*サイドバー*/
.sidebar {
    width: 260px;
    min-width: 260px;
}
.side .side-title {
    box-shadow: 0px 2px 3px  rgba(0,0,0,0.15);
		border-top: 1px solid  #e5e5e5;
		border-bottom: 3px solid #1e73be;
    padding: 10px;
    text-align: left;
}
.side li a {
    border-bottom: 1px solid 
#eee;
		color:#666;
    font-size: 14px;
    padding: 10px;
	  background-size: 10px;
}
.side li a:hover {
    opacity: 1;
}
.side.widget_recent_post_widget .side-title,
.side.widget_link_widget .side-title{
    margin-bottom: 0;
}
.side.widget_simpleimage {
    margin-top: 0;
}

/*フッター*/
footer .footer, footer .line {
    background-color: #d9f1fb;
    color: #d2d2d3;
    background: url("https://tips-study.jp/wp-content/uploads/2019/12/bg_bk.jpg");
}
footer .footer{
	  border-bottom: 1px solid #5f5e63;
	  font-size:15px;
}
footer .line {
	  border-top: 1px solid #8a898c;
	  text-shadow: 0 -1px #333;
}
footer .line .copyright {
    color: #d2d2d3;
    font-size: 12px;
}
footer .footer-link a {
    font-size: 14px;
}