@charset "UTF-8";


#ind_topimg{
	width: 100%;
	max-width:900px;
	margin:10px 0;
	border-radius:10px;
	box-shadow:1px 1px 2px #666;
}

#ind_infowrap{
	display: flex;
	justify-content:space-between;
	align-items:stretch;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

@media screen and (max-width: 900px) {#ind_infowrap{flex-wrap:wrap;}}


#ind_infoblc,#ind_rssblc{
	display: flex;
	flex-direction: column;
	width: 445px;
}

@media screen and (max-width: 900px) {#ind_infoblc,#ind_rssblc{width:calc((100% - 10px) / 2);}}
@media screen and (max-width: 600px) {#ind_infoblc,#ind_rssblc{width:100%;}}


#ind_rssblc{margin-left:10px;}
@media screen and (max-width: 600px) {#ind_rssblc{margin:10px 0 0 0;}}

.ind_info,
.ind_tweet{
	background:#fff;
	padding:10px 10px 0 10px;
	border-radius: 0 0 8px 8px;
	box-shadow:1px 1px 2px #666;
}
.ind_info{
	flex-grow: 1;
}

.ind_tweet{
	border-radius: 8px;
	margin-top: 10px;
}

#ind_about{text-align:center;}
#ind_brouser{font-size:10pt;line-height:1.2;}


/* ---------- 履歴 ---------- */
.rireki_list{
	margin:0;
	padding:0;
}

.rireki_list>dt,
.rireki_list>dd{
	display:block;
	max-width:425px;
}

.rireki_list>dt{
	margin:0;
	padding:0 0 0 0;
	border-top:1px dashed #48b2cd;
	font-weight:bold;
}

	.rireki_list>dt:first-child{border:none;}
	
.rireki_list>dt:before{
	content:"";
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image:url(../image/naviic.png) ;
	background-repeat:no-repeat;
	background-position: 0 -11px;
	margin-right: 2px;
}

.rireki_list>dd{
	margin:0 0 5px 0;
	padding:0 0 5px 15px;
	overflow:hidden;
}

.rireki_list>dd img.gallerythumb{
	width:60px;
	margin:0 0 0 5px;
	float:right;
	border-radius:5px;
}

#rireki p{
	display:block;
	width:410px;
	margin:0;
	padding:0 0 10px 15px;
	overflow:hidden;
}
#rireki p img.gallerythumb{
	width:60px;
	margin:0 0 0 5px;
	float:right;
	border-radius:5px;
}


/* ---------- rss ---------- */
#rssFeed {
	font-size:11pt;
	margin:0;
	padding:0;
}
#rssFeed ul{margin:0;padding:0;list-style:none;}

#rssFeed li{
	margin-bottom:5px;
	padding:5px 0;
	list-style:none;
	border-top:1px dashed #48b2cd;
}
#rssFeed li:last-child{margin-bottom:0;}
#rssFeed li h4{
	margin:0;
	padding:0 0 0 0;
	}
#rssFeed li h4:before{
	content:"";
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image:url(../image/naviic.png) ;
	background-repeat:no-repeat;
	background-position: 0 -11px;
	margin-right: 2px;
}

#rssFeed li p{margin:0;padding:0 5px 0 15px;}
#rssFeed li div{margin:0;padding:0 5px 0 15px;font-size:smaller;color:#888;}



/* ---------- リンク欄 ---------- */
.ind_service h3{
	display: block;
	width: 50%;
	padding: 5px 1em 5px 5px;
	margin-bottom: 16px;
	background:#48b2cd;
	border-radius: 3px;
	color: #fff;
	transform:rotate(-1deg);
	box-shadow:1px 1px 3px rgba(0,0,0,0.3);
}
@media screen and (max-width: 900px) {.ind_service h3{width:75%;}}
@media screen and (max-width: 600px) {.ind_service h3{width:100%;}}

.ind_service h3 a{color:#fff;}

.ind_service{}

.ind_service ul{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	list-style:none;
}

.ind_service h3:nth-child(n+2){margin-top: 1.5em;}

.ind_service li{
	display: block;
	width: 24%;
	max-width: 212px;
	box-shadow: 0 0 3px rgba(0,0,0,0.6);
	border-radius: 5px;
	padding: 5px;
}

.ind_service li:nth-child(n+5){margin-top: 10px;}

.ind_service li.ind_service_large2{width: 50%; max-width:434px;}

.ind_service li.ind_service_large3{width: 75%; max-width:657px;}
@media screen and (max-width: 600px) {.ind_service li,.ind_service li.ind_service_large2,.ind_service li.ind_service_large3{width: 100%; max-width:none; margin-bottom: 10px;}}

.ind_service li p{margin: 5px 0 0 0;}

.ind_service ul img{width: auto;max-width: 100%;border-radius: 3px;vertical-align: bottom;}
.ind_service li.ind_service_large3 img{max-width: 200px;}
@media screen and (max-width: 600px) {.ind_service li.ind_service_large3 img{max-width: 100%;}}

.ind_service li a{font-weight: bold;}
.ind_service li a img:hover{
	position:relative;
	top:1px;
	left:1px;
}

.ind_service ul::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
.ind_service ul::after{
  content:"";
  display: block;
  width:24%;
}

#moedot{
	font-weight:bold;
	font-size:10pt;
	line-height:1.2;
	text-align:center;
}


#counter{
	display:inline;
	width:100px;
	padding-right:10px;
}


iframe{	vertical-align:middle;}
