/* コラム「年中無休の3(サン)タクロース」専用CSS */


/*****↓使用中↓******/

html, body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	/* 背景色の指定 */
	background-color: #94d9ea;
}


.iPhoneBody {
	background-color:transparent;
}
.panel {
	display:none;
	position:absolute;
	width:100%;
}
.active {
	display:block;
}

/* リスト部分 */
ul.linklist {
	padding:0 10px 10px 10px;
	background-color:#94d9ea;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	
}
.linklist li {
	width:100%;
	display:table;
	text-align:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
  overflow: hidden;
  background-color:#FFF;
  border-bottom:none;
  margin-bottom:10px;
}
.ph, .blog {
	padding:0;
	display:table-cell;
	vertical-align:middle;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.blog {
	padding:4px;
	vertical-align:middle;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	text-align:center;
	width:100%;
}
.machinename {
	background-color:#F00;
	padding:4px;
	text-align:left;
	-webkit-border-radius:10px;
	height:40px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}
.machinename p {
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
	color:#FFF;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow:hidden;
}
.space {
	margin-bottom:4px;
	width:100%;
}
.bloglink {
	width:100%;
}
.bloglink a {
	display:block;
}
.machinename, .bloglink {
	margin:0 auto;
}
.linklist li:last-child {
  margin-bottom:0px;
}
.linklist li img[src*="img/icon-"] {
	margin:0;
	padding:0;
	width:80px;
}

.leadbox {
	background-color: #FFFFFF;
	padding:10px 0;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.leadtext {
	background-color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	padding:10px;
	color:#000000;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.linkbox {
	background-color: #94d9ea;
	padding:10px;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.linkbottan {
	margin-bottom:8px;
}
.linkbottan02 {
	margin-bottom:0;
}
.linkbottan a, .linkbottan02 a {
	display:block;
}
.themetitle {
	padding:4px;
	background-color:#4a26e4;
	text-align:center;
}
.themetitle img {
	width:30%;
}
.themetext {
	padding:10px;
	background-color:#FFFFFF;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
}
.cometext {
	font-size:14px;
	color: #FFFFFF;
	text-align:center;
	padding:0;
	margin:0;
}
/* コラム内タイトル */
.columnTitle {
  height:auto;
  padding-top: 10px;
  padding-bottom: 6px;
  border-bottom:hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F00), to(#F00));
  background-color:#F00;
  font-size:18px;
  font-weight:bold;
  text-align:center;
  color:#FFF;
}
.boxcenter_06 {
	margin:0 auto;
	text-align:center;
	font-size:16px;
	background-color: #FFFFFF;
	/*border-top: solid 1px #0d56ff;
	border-bottom: solid 1px #0d56ff;*/
	padding: 8px;
}
.boxcenter_06 a {
	color: #00F;
}
/*****↑使用中↑******/
