tyleCSS
/*フォント変更*/
body, html,p {
font-size: 17px!important;
font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,"Helvetica Neue", Helvetica, Arial,sans-serif !important;
font-weight:500 !important;
}

/*記事見出しを太字に*/
.media .media-body .media-heading {font-weight: bold;}

/*見出しの装飾*/
.subSection-title, h3 {
padding-bottom: 8px;
position: relative;
border-bottom: 1px solid #999;
}
h3:after, .subSection-title:after {
border-bottom-color: #999;
}

h1,h2,h3{
font-weight:bold;
}
h4 {
font-size:26px!important;
font-weight:bold;
padding:4px 0;
border-bottom:3px solid #bccd45;
color:#fb6d8c;
}

h5{
border-bottom:1px solid #cccccc;
font-size:22px;
padding:4px 0;
}

/*ヘッダー背景画像指定*/
.siteHeader {
background-image: url("https://kechamayo.jp/******");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.navbar-brand img {
max-height: 2400px;
}

/*メニュー色を変更*/
ul.gMenu a{
background:#2bafe7;
color:#ffffff;
opacity: 0.9;
}
ul.gMenu a:hover{
color: #000000;
}

/*ヘッダー要素センター合わせ(PC)*/
@media (min-width: 992px){
.navbar-brand {
display: table;
float: none;
margin-left: auto;
margin-right: auto;
}
.gMenu_outer {
margin-left: auto;
margin-right: auto;
float: none;
width: auto;
min-height: 4em;
display: table;
}
}

/*ページヘッダー背景色変更*/
.page-header {
background-color: #007726;
}

/*サムネイルサイズ変更*/
.media .postList_thumbnail{
width: 430px !important;
}

@media (max-width: 480px){
.media .postList_thumbnail{
width: 100% !important;
padding-right:0px!important;
}
}

/*右カラムサイズ指定(PC)*/
@media (min-width: 992px){
.sideSection-col-two {
width: 360px;
float: right;
}
}

/*モバイルメニュー右へ*/
.vk-mobile-nav-menu-btn {
right:10px;
top:10px;
width:40px;
height:40px;
left:inherit;
background-color:#40b7e9!important;
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
/*フォント変更*/
body, html,p {
font-size: 17px!important;
font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,"Helvetica Neue", Helvetica, Arial,sans-serif !important;
font-weight:500 !important;
}

/*記事見出しを太字に*/
.media .media-body .media-heading {font-weight: bold;}

/*見出しの装飾*/
.subSection-title, h3 {
padding-bottom: 8px;
position: relative;
border-bottom: 1px solid #999;
}
h3:after, .subSection-title:after {
border-bottom-color: #999;
}

h1,h2,h3{
font-weight:bold;
}
h4 {
font-size:26px!important;
font-weight:bold;
padding:4px 0;
border-bottom:3px solid #bccd45;
color:#fb6d8c;
}

h5{
border-bottom:1px solid #cccccc;
font-size:22px;
padding:4px 0;
}

/*ヘッダー背景画像指定*/
.siteHeader {
background-image: url("https://kechamayo.jp/******");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.navbar-brand img {
max-height: 2400px;
}

/*メニュー色を変更*/
ul.gMenu a{
background:#2bafe7;
color:#ffffff;
opacity: 0.9;
}
ul.gMenu a:hover{
color: #000000;
}

/*ヘッダー要素センター合わせ(PC)*/
@media (min-width: 992px){
.navbar-brand {
display: table;
float: none;
margin-left: auto;
margin-right: auto;
}
.gMenu_outer {
margin-left: auto;
margin-right: auto;
float: none;
width: auto;
min-height: 4em;
display: table;
}
}

/*ページヘッダー背景色変更*/
.page-header {
background-color: #007726;
}

/*サムネイルサイズ変更*/
.media .postList_thumbnail{
width: 430px !important;
}

@media (max-width: 480px){
.media .postList_thumbnail{
width: 100% !important;
padding-right:0px!important;
}
}

/*右カラムサイズ指定(PC)*/
@media (min-width: 992px){
.sideSection-col-two {
width: 360px;
float: right;
}
}

/*モバイルメニュー右へ*/
.vk-mobile-nav-menu-btn {
right:10px;
top:10px;
width:40px;
height:40px;
left:inherit;
background-color:#40b7e9!important;
}