@media only screen and (min-width: 900px) {
.lp-wrap #main .article {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
}





.page .entry-title {
display: none;
}


/*ラジオボタンを縦に*/
span.wpcf7-list-item {
display: block;
}



/*-----------------------------
トップの上下余白調整
------------------------------*/
.page-id-2870 #main {
    padding-top: 0;
}

.page-id-2870 #main {
    padding-bottom: 0;
}


/*-----------------------------
ギャラリー
------------------------------*/
.gallery {
}
.gallery-item {
 float: left;
 margin-top: 0;
 margin-bottom: 0px;
 margin-left: 0;
}
.gallery-icon {
 text-align: center;
}
.gallery-caption {
 color: #21759B;
 font-size: 90%;
 margin: 0;
 text-align: center;
}
.gallery-item img{
 width: 100%;
 padding: 0%;
 margin: 0%;
 float: left;
 height: auto;
}
.gallery-columns-1 .gallery-item {
 width: 100%;
 margin: 0%;
 box-sizing: border-box;
 float: left;
 height: auto;
}
.gallery-columns-2 .gallery-item {
 width: 50%;
 margin: 1%;
 float: left;
 height: auto;
}
.gallery-columns-3 .gallery-item {
 width: 33.33333%;
 margin-left: 1%;
 float: left;
 height: auto;
}
.gallery-columns-4 .gallery-item {
 width: 25%;
 margin: 10%;
 float: left;
 height: auto;
}





/*-----------------------------
カテゴリごとに色を変える
------------------------------*/

/*-----------------------------
おしらせ
------------------------------*/
span.cat-name.cat-id-11 {
 background:#87c9ff !important;/*背景色*/
 color: #ffffff !important;/*文字色*/
}

/*-----------------------------
日記ごっこ
------------------------------*/
span.cat-name.cat-id-23 {
 background:#fcf049 !important;/*背景色*/
 color: #873811 !important;/*文字色*/
}


/*-----------------------------
つぶやき
------------------------------*/
span.cat-name.cat-id-26 {
 background:#95ff72 !important;/*背景色*/
 color: #873811 !important;/*文字色*/
}


/*-----------------------------
インスタごっこ
------------------------------*/
span.cat-name.cat-id-28 {
 background:#bae4ff !important;/*背景色*/
 color: #873811 !important;/*文字色*/
}


/*-----------------------------
ラジオ／ポッドキャスト
------------------------------*/
span.cat-name.cat-id-33 {
 background:#fcee28 !important;/*背景色*/
 color: #873811 !important;/*文字色*/
}


/*-----------------------------
記事一覧のタイトルの文字の大きさ
------------------------------*/


/* 記事一覧（タイトル）調整 */
h1.h2{
 font-size: 10pt !important;
}


/************************************
** 入力フォーム（Form）
************************************/
input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  width: auto;
}