@charset "utf-8";@charset "utf-8";

/*
 * Site Name: connetta WEB Smart5
 * File Name init.css
 * Description: initial setting
 * Version: 1.0
 * Author: DIS_ART_WORKS
 */




/*
init
--------------------*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,time, mark, audio, video
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight:normal;
	list-style:none;
}

/*
base tag setting
--------------------*/
html {
	font-size: 100%;
  height: 100%;
}
body {
  height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
		font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;


	line-height: 1.75;
  overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td,
table th {
	border-width: 1px;
	border-style: solid;
}

a {
	text-decoration: none;
	outline: none;
  color: #333;
  transition: opacity 0.3s;
}
a:hover {
	text-decoration: none;
  opacity: 0.7;
}


/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --- inner contents --- */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */

h1
{
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  margin-bottom: 3em;

  background-color: #fafafa;
}
h2
{
  font-size: 1.1em;
  font-weight: bold;
}

#internal_link,
.paragraph
{

}


/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --- 共通アイテム --- */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */





/* Page Component
----------------------------------------------------------- */



/* --- to top --- */
.go_to_top{
	position:fixed;
	right: 1%;
	bottom:0;
	clear: both;
	text-align: left;
	padding: 1.5em 0;
	z-index:999999;
	color: rbga(255, 255, 255, 0);
}

.go_to_top a{
	display: block;
	position: relative;
	color: rgba(255, 255, 255, 0);
	font-size: 0;
	background-color: #005392;
	/* border: 1px solid #005392; */
	width: 32px;
	height: 32px;
	padding: 10px;
	margin: 0 1px 0 auto;

	overflow: hidden;
	font-size: 3em;
	z-index: 999;
	opacity: 0.85;
	box-shadow: 2px 2px 2px rgba(0 , 0 , 0 , 0.1);
}

.go_to_top a:hover{
	transition: all 300ms;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.go_to_top a::before{

	position: absolute;
	display: block;
	content:"";

	/*
	border-top: 1px solid #005392;
	border-left: 1px solid #005392;
	*/
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;

	transform:  rotate(45deg);
	width: 36%;
	height: 36%;
	bottom: calc(50% - 23% - 8px);
	left: 31%;

}

.go_to_top a::after{

	position: absolute;
	display: block;
	content:"";
	border-top: 1px solid #fff;
	width: 54%;
	height: 0;
	bottom: calc(50% + 8px);
	left: 22%;

}




/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --- コンテンツ --- */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
#content{
  min-width: 400px;
}


#content #sites{
  padding: 1em;
}

#content #sites li a{

  margin-bottom: 1em;
  display: -ms-grid;
  display: grid;

    -ms-grid-columns: 160px 1fr;
    grid-template-columns: 160px 1fr;

  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;

  align-items: flex-start;
  justify-content: space-between;

}

#content #sites li p.thumb{

  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: 1 / 2;
  grid-row: 1 / 2;

}

#content #sites li div{

  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin-left: 1.5rem;

}



#content #sites img{
  max-width: 160px;
  box-shadow: 0 0 2px #e0e0e0;
}



