@charset "UTF-8";
@import url("reset.css");
#adsToppanel,
#smartBigBanner {
  display: none;
}
html,body {
  height: 100%;
}
body {
  color: #444;
  line-height: 144%;
  border-top: 4px solid var(--milkcafe);
  background: #f5f5f5;
  font-size: 14px;
}
body,div,ul,ol,li,h1,h2,h3,h4,form,fieldset,input,p {
  margin: 0;
  padding: 0;
  z-index: 1;
}
a {
  color: #0059b3;
  text-decoration: none;
  overflow: hidden;
}
a img {
  border: none;
}
:root {
  --milkcafe: #06c;
  --m_purple: #f0f0ff;
}

h1,h2,h3,h4 {
  font-size: 100%;
  font-weight: normal;
}
hr.separate,legend {
  display: none;
}
fieldset,img {
  border: 0;
}
img {
  vertical-align: middle;
}
ol,ul {
  list-style: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
.float4 li {
  float: left;
  width: 24%;
}
table {
  empty-cells: show;
}
input {
  line-height: 100%;
}
.formfield {
  border: 1px solid #999;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  line-height: 100%;
  padding: 2px 4px 2px 3px;
}
form input {
  vertical-align: middle;
}
form input {
  line-height: 1;
}
strong {
  font-weight: bold;
}
.smaller {
  font-size: smaller;
  line-height: 110% !important;
}
.gray {
  color: #666;
}
.li {
  padding: 0px 0px 0px 12px;
  background: url("/img/icon/icon_li.gif") no-repeat 0px 50%;
}
#container {
  width: 950px;
  margin: 0px auto 10px;
  position: relative;
}
.top #container {
    display: flex;
    justify-content: space-between;
}
#header {
  padding: 4px 0px;
}
#header img {
  vertical-align: middle;
}
#header h1 {
  color: #666;
  font-size: x-small;
  margin-bottom: 10px;
}
#p-home #header h1 {
  margin-bottom: 6px;
}
form#cse-search-box {
  margin: 20px 0px 0px 0px;
  padding: 8px 0px 14px 130px;
  color: #fff;
  background: url("/img/home/bg_search.gif") no-repeat 0% 0%;
}
form#cse-search-box legend {
  display: none;
}
form#cse-search-box .formfield {
  width: 240px;
  border: 1px solid #ccc !important;
}
form#cse-search-box input {
  vertical-align: middle;
}
form#cse-search-box fieldset,
form#cse-search-box ul,
form#cse-search-box li {
  display: inline;
  vertical-align: middle;
}
form#cse-search-box a {
  color: #fff;
}
#contents {
  padding: 5px 0px;
}
#main {
  width: 640px;
  float: left;
}
#mainMain {
  width: 480px;
  float: right;
}
#mainSidebar {
  width: 150px;
  float: left;
}
#mainMain .section {
  background: #fff;
  margin-bottom: 10px;
}
#mainMain .section .hdl2 {
  padding: 6px;
  font-weight: bold;
  line-height: 100%;
  border-bottom: 1px solid #ddd;
}
#mainSidebar .section {
  margin-bottom: 10px;
}
#mainSidebar .headline {
  padding: 6px;
  font-weight: bold;
  line-height: 100%;
  border-bottom: 1px solid #ddd;
}
#main p {
  margin-bottom: 0.8em;
}
#sidebar {
  float: right;
  width: 300px;
}
#sidebar .section {
  margin-top: 8px;
}
#sidebar .headline {
  height: 27px;
  text-indent: -3000em;
}
#sidebar #ranking .headline {
  background-position: 0px -54px;
}
.section#ranking ol li {
  border-bottom: 1px solid #eee;
  position: relative;
}
.section#ranking ol li::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: calc(50% - 10px);
    right: 5px;
}
.section#ranking ol li a {
  display: block;
  font-weight: bold;
  padding: 0px 0px 0px 26px;
  text-decoration: none;
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section#ranking ol li strong {
  position: absolute;
  top: 0px;
  left: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #999;
  font-family: Helvetica, Arial, sans-serif;
}
#p-home a:link,
#p-home a:visited {
  text-decoration: none;
}
#wrapper {
  margin: auto;
}
.section .inner {
  padding: 8px;
}
#sp .inner h3 {
  font-size: 110%;
  font-weight: bold;
}
#sp .inner img {
  float: left;
  margin-right: 10px;
}
#bbslist table {
  width: 98%;
  margin: 6px auto;
}
#bbslist td {
  width: 33%;
  vertical-align: top;
  padding: 0px 5px 15px 5px;
}
#bbslist h3 {
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 110%;
  border-bottom: dotted 1px #b6b6b6;
}
.li {
  padding: 0px 0px 0px 12px;
}

/* header */
header {
  background: #fff;
  height: 35px;
  border-bottom: 1px solid #ebebeb;
}
nav {
  display: flex;
  justify-content: space-between;
  width: 950px;
  margin: auto;
  height: 35px;
  align-items: center;
}
nav img {
  height: 25px;
  object-fit: contain;
}
nav ul {
  display: flex;
}
nav ul li {
  padding: 2px 10px;
  background: #ebebeb;
  margin: auto 3px;
}
nav ul li.active {
  background: var(--milkcafe);
}
nav ul li.active a {
  color: #fff;
}

.banner_header{
    display: flex;
    width: 950px;
    margin: 10px auto 5px;
    height: auto;
    align-items: flex-end;
}

.banner_header img {
    display: block;
}

/* main */
div#bbslist {
  width: 645px;
  margin-top: 8px;
}
.section {
  border-radius: 5px;
  border: solid 1px #eee;
  background: #fff;
}
h2.hdl2 {
  background: var(--m_purple);
  padding: 2px 10px;
  font-weight: bold;
  border-bottom: solid 1px #eee;
}

/* sidebar */
.line {
  display: flex;
  border-bottom: dotted 1px #b6b6b6;
  padding: 2px 0;
}
.line h3 {
  white-space: nowrap;
  width: 70px;
}
.line ul {
  margin-left: 15px;
  display: flex;
  flex-wrap: wrap;
  width: 200px;
}
.line ul li {
  margin: 0 4px;
}
#ranking {
  margin-top: -3px;
}

/* footer */
#footer {
  border-top: 1px solid #04a;
  background: #06c;
  text-align: center;
  height: 50px;
  box-sizing: border-box;
  line-height: 50px;
  color: #fff;
}
#footerNavigation {
  display: flex;
  justify-content: center;
}
#footerNavigation li {
  margin: auto 8px;
}
#footerNavigation a {
  color: #fff;
}

/* menu */
#side .section {
  width: 90%;
  margin: auto;
  margin-top: 8px;
}
#side .inner a:before {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #ff2b5c;
  font-size: 10px;
  margin-right: 3px;
}
#footer.sidemenu {
  position: fixed;
  bottom: 0;
}

/* 下層 */
#breadcrumbs {
    width: 950px;
    margin: 0.5rem auto 1rem;
}
#breadcrumbs ul {
    display: flex;
}
#breadcrumbs li {
    margin: auto 8px;
}
#breadcrumbs li:first-child {
    margin-left: 0;
}
.titleMark, .frameContainer h1 {
    background: var(--milkcafe);
    color: #fff;
    padding: 6px;
    font-weight: bold;
    line-height: 100%;
    border-radius: 5px 5px 0 0;
    border: solid 1px #eee;
}
.guideMenu, .innerFrame {
    background: #fff;
    padding: 8px;
    margin-bottom: 10px;
    border: solid 1px #eee;
    box-sizing: border-box;
}
.guideMenu ul {
    display: flex;
    justify-content: space-around;
}
#scrollTop {
    width: 950px;
    margin: auto;
}
table:not(#bbslist table) {
    background: var(--m_purple);
}

/****************************
*
*	スレッドリスト
*
****************************/

body#threadList{
	background-color: #FFFFFF;
}

/* スレッドタイトル */
body#threadList h1 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

body#threadList dl {
	margin: 15px 10px;
}


/****************************
*
*	最新書込み一覧
*
****************************/

table.nrlCategory {
    background-color: #f9f9f9;
    width: 100%;
}

table.nrlCategory caption{
    font-weight: bold;
    text-align: left;
}

table.nrlCategory table {
    text-align: left;
    width: 100%;
}

table.nrlCategory table th {
    border-bottom: 1px solid #606060;
    padding: 3px 25px;
}

table#newResList td.nrlTheadList ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 2px;
}

table#newResList td.nrlTheadList li {
    border-bottom: 1px solid #c1c1c1;
    display: block;
}

#container > table#newResList td.nrlTheadList a {
    display: block;
    font-size: 14px;
    padding: 3px 0;
    text-decoration: none;
    vertical-align: middle;
}

#container > table#newResList td.nrlTheadList li:last-child {
    border-bottom: 0px solid #edffed;
}

#container > table#newResList td.nrlTheadList a:hover {
    background-color: #e4e4e4;
}

table#newResList td.nrlTheadList span {
    vertical-align: middle;
	text-decoration: underline;
}
table#newResList td.nrlTheadList span.newTag {
    background-color: #ff4400;
    border-radius: 10px;
    color: #ffffff;
    font-size: 9px;
    font-weight: bold;
    padding: 3px 5px;
    text-decoration: none;
    vertical-align: middle;
}


/****************************
*
*	投稿フォーム
*
****************************/
.display.inqForm {
	margin: 0;
	padding: 0;
}

.display.inqForm > li {
	list-style: outside none none;
	padding: 2px 0;
}

/* 投稿フォーム */
input[type="submit"] {
	background-color: #06c;
  border-top: 0px solid #04a;
  border-left: 0px solid #04a;
  border-right: 0px solid #04a;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 35px !important;
	line-height: 32px;
	min-width: 100px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
}

input[type="submit"]:hover {
	background-color: #04a;
	border-bottom: 3px solid #00061f;
}

/* 検索 */
input[type="submit"].search {
	background-color: #00A95F;
	border-color: #1A6F30;
	color: #fff;
}

input[type="submit"].search:hover {
	background-color: #edb400;
	border-color: #ad8608;
}

table form input[type="submit"].search {
	display: inline;
}

input[type="submit"].del {
	background-color: #c42b2b;
	border-color: #b10000;
}

input[type="submit"].del:hover {
	background-color: #a70000;
	border-color: #7a0b0b;
}


#resform input[type="text"] ,
#resform input[type="email"] ,
#resform input[type="password"] ,
#resform textarea{
	border-bottom: 1px solid #E4E4E4;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-radius: 2px;
	font-size: 12px;
	margin: 1px 0;
	padding: 4px 2px 2px;
}

#thrform, #resform, .search {
	font-size: 14px;
}

#resform .res-form-name {
    width: 135px;
}

.annotation-small {
    font-size: 11px;
}

.imgFormNotice{
	background-color: #f8f7f5;
	border: 1px solid #CCCCCC;
	color: #333333;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin: 3px 0;
	padding: 8px;
	width: 566px;
}



/* スレ立て */
/* スレタイトル */
#thrform input#countTitle{
	width: 333px;
}

#thrform #countTrip {
    ime-mode: disabled;
    width: 90px;
}

#thrform input[type="email"], {
    ime-mode: disabled;
    width: 224px;
}

.resList {
    margin: 0 auto;
}

/****************************
*
*	スレッド一覧（画像掲示板）
*
****************************/

table.imgResList{
	margin: 0 auto;
}

.imgResList td {
    padding: 10px;
}

table.imgResList dl {
    background-color: #EFEFEF;
    border-bottom: 3px solid #b3b3b3;
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
	border-radius: 2px;
    display: inline-block;
    height: 200px;
    margin: 3px 1px 2px !important;
	vertical-align: top;
    width: 136px;
}

table.imgResList dl dt {
    border-bottom: none !important;
    font-size: 12px;
    font-weight: bold;
    height: 3em;
    line-height: 12px;
    padding: 5px 6px 0;
}

table.imgResList dl dt a {
    text-decoration: none;
    word-break: break-all;
    word-wrap: break-word;
}

table.imgResList dl dt a:hover{
	color: #FF0000;
}

table.imgResList dd {
    height: 160px;
    margin: 0;
    min-width: 136px !important;
    padding: 0;
    text-align: center;
    width: 136px;
}

table.imgResList dd div.irlImgPart {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #cccccc;
    color: #ffffff;
    display: table-cell;
    font-size: 12px;
    height: 120px !important;
    letter-spacing: 0;
    line-height: 13px;
    margin: 3px auto !important;
    padding: 0;
    text-align: center !important;
    vertical-align: middle !important;
    width: 120px !important;
}

table.imgResList dd div.irlImgPart a{
	display: inline-block;
    vertical-align: middle;
}

table.imgResList dd div.irlImgPart img {
    border: 0;
    display: block !important;
    margin: 0 auto !important;
}

table.imgResList dd div.irlImgPart img:hover {
	opacity: 0.8;
}

table.imgResList dd div.irlBtmPart {
    clear: both;
    font-size: 12px;
    padding: 0 0 0 6px;
    text-align: left;
}

/* 更新ボタン */
.refleshBtn img { border:none;}
.refleshBtn img:hover {filter:alpha(opacity=80); opacity:0.8;}
/*.refleshBtn img:active {padding:5px;}*/

.top_btn {
    margin: auto 10px;
}

/* 最新書き込み */
.timeUpdate {
    font-size: 11px;
    color: #444;
}
table.latestwrite-List {
    line-height: 1.3rem;
}

.thr_title_list {
    height: 21px;
    line-height: 27px;
    width: 263px;
}

/* 前ページ次ページ */
.pagepreve::before {
    content: "\f100";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    margin-right: 2px;
}

#paging {
    padding: 3px 0;
}

.pagenext::after {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    margin-left: 2px;
}

/* スレッド一覧ロゴ */
.milklogo {
    margin-bottom: 3px;
}

input:disabled {
  background: #ccc;
}

/* スレッド新規作成 */
#thrform .name, #resform .name {
  width: 150px;
}

/* フォーム */
#resform input[type="text"]#resname {
    width: 134px;
}

.annotation-small {
  font-size: 11px;
}

#thrform table tr {
  vertical-align: top;
  line-height: 15px;
}

#thrform table {
  border-spacing: 7px;
}

.resultmail,
.confmail {
  font-size: 12px;
  color: #FF0000;
  margin-left: 5px;
}

.threadform-mail {
  width: 224px;
}

.threadform-name {
  width: 146px;
}


/****************************
*
*	広告
*
****************************/

.adSection_pc {
  border: solid 1px rgba(0, 0, 0, 0.5);
}

.adSection_pc.ad_728-90_pc_top {
  width: 728px;
  height: 90px;
}

.adSection_pc.ad_728-90_pc {
  width: 728px;
  height: 90px;
  margin: 10px auto 20px;
}

.adSection_pc.ad_1200-628_pc {
  max-width: max-content;
  height: auto;
  margin: 10px auto 20px;
}

.adSection_pc.ad_300-250_pc {
  width: 300px;
  height: 250px;
  margin: 10px auto;
}

/****************************
*
*	独占インタビュー
*
****************************/
body#interview_article {
  background: #fff;
}
.interview_main_wrapper img {
  width: 1000px;
  display: block;
  margin: 15px auto 40px;
}
.interview_main_wrapper {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.interview_article_wrapper {
  width: 1000px;
  margin: 0 auto 30px;
}
.interview_article_title img {
width: 1100px;
}
.interview_article_wrapper p {
  text-align: justify;
  line-break: strict;
  margin: 10px auto 30px;
}
.interview_article_title {
  position: relative;
  width: 1100px;
  margin: 70px auto 30px;
}
h2.interview_h2 {
  font-size: 16px;
  font-weight: bold;
  color: #0059b3;
margin: 0;
}
.interview_articleImg_wrapper_left {
float: left;
}
.interview_articleImg_wrapper_right {
float: right;
}
img.interview_img_left,
img.interview_img_right {
  width: 486px;
  height: 324px;
}
img.interview_img_left {
  margin: 0 24px 15px 0;
}
img.interview_img_right {
  margin: 0 0 15px 24px;
}
.interview_article_text p {
  margin: 10px auto 30px;
}
.interview_article_line {
  border-top: 4px solid #0059b3;
  border-image: linear-gradient(to right, #0059b3 0%, #fff 100%);
  border-image-slice: 1;
  width: 1000px;
  margin: 47px auto 50px;
}
h1.interview_h1 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 22px;
  border-left: #0059b3 7px solid;
  padding: 6px 0 2px 20px;
  font-weight: bold;
  color: #0059b3;
  line-height: 24px;
}

img.milk_character_a {
  width: 91px;
  height: 123px;
  transform: rotate(27deg);
}

img.milk_character_b {
  position: absolute;
  width: 30%;
  right: 17px;
  bottom: 12px;
}

/* インタビュー導線 */
.milkcafe_userflow img {
  width: 146px;
  height: 132px;
  margin-right: 10px;
}

.milkcafe_userflow_balloon {
  color: #0059b3;
  font-weight: bold;
  border: 0.5px solid #bcbcbc;
  border-radius: 3px;
  padding: 3px 6px;
  max-width: fit-content;
  margin: 0 0 7px;
  position: relative;
  font-size: 15px;
}

.milkcafe_userflow_balloon::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 7px;
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #bcbcbc;
  border-bottom: 6px solid transparent;
}

.milkcafe_userflow_balloon::after {
  content: '';
  position: absolute;
  left: -5px;
  top: 8px;
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

.milkcafe_userflow_balloon a {
  text-decoration: underline;
  text-underline-offset: 0.3ex;
  color: #80aaff;
}