/* -----------------------------------------------
　リセット修正
----------------------------------------------- */
html{
	font-size:16px;
}

p {
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}

/* -----------------------------------------------
　＜BODY＞など
----------------------------------------------- */
body{
	height: 100%;  /* footer下部固定用 */
	min-height: 100vh;  /* footer下部固定用 */
	display: flex;  /* footer下部固定用 */
	flex-direction: column;  /* footer下部固定用 */
	font-size: 1rem; /* 16px */
	color: #454545;
	line-height: 1.5;
	letter-spacing: 0.15rem;
	overflow-wrap: break-word; /* 改行調節 */
	background-image: url('../img/fl_bg.jpg');
	background-repeat: repeat;
	background-position: 0% 0%;
	background-attachment: fixed;
	background-color: #ffffff;
}

footer{
	margin-top: auto;  /* footer下部固定用 */
}

h1{
	font-size: 2rem; /* 32px */
}

h2{
	font-size: 1.5rem; /* 24px */
}

h3{
/* 	font-size: 1.25rem; 20px */
	font-size: 1rem; /* 16px */
}

h4{
	font-size: 1rem; /* 16px */
}

hr{
	margin-bottom: 20px;
}

/* -----------------------------------------------
　レイアウト
----------------------------------------------- */
div#wrapper{
	width: 100%;
	height: 100%;
	min-height: 100vh;  /* footer下部固定用 */
	display: flex;  /* footer下部固定用 */
	flex-direction: column;  /* footer下部固定用 */
	margin-left: auto;
	margin-right: auto;
	background-color: #E6E6E6;
}

div#header{
	width: 100%;
	height: 150px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #222222;
}

div#header_inner p{
	font-size: 0.75rem; /* 12px */
	padding: 5px;
}

div#header_line{
	width: 100%;
	height: 45px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00ACC1;
	box-shadow: 0px 3px 4px 0px #b0babb;
}

div#main{
	width: 90%;
	max-width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
}

div#profile{
	width: 90%;
	max-width: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#icon{
	text-align: center;
	max-width: 150px;
	min-width: 75px;
}

div#icon img{
	width: 100%;
}

div#about{
	padding: 0px 0px 0px 20px; /* 上・右・下・左 */
/* 	padding: 0px 0px; 上下・左右 */
	text-align: center;
}

div#game_list{
	padding: 0px 20px 0px 20px; /* 上・右・下・左 */
/* 	padding: 0px 0px; 上下・左右 */
	text-align: center;
}

.column{
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff;
}

.column_title{
	color: #ffffff;
	width: 100%;
	text-align: center;
	background-color: #222222;
}

.column_blog{
	width: 100%;
	padding: 20px;
	text-align: center;
}

.column_sns{
	width: 50%;
	padding: 20px;
	text-align: center;
}

.column_other{
	width: 100%;
	padding: 20px;
	font-size: 0.9rem;
	text-align: center;
}

.column_stream{
	width: 50%;
	padding: 20px;
	text-align: center;
	background-color: #ffffff;
}

div#footer{
	width: 100%;
	height: 50px;
	color: #ffffff;
	font-size: 0.5rem;
	letter-spacing: 0.05rem;
	margin-top: 25px;
	display: flex;
	align-items: center;  /* flex_上下センタリング */
	justify-content: center;  /* flex_左右センタリング */
	background-color: #222222;
}

/* -----------------------------------------------
　Font Awesome 設定
----------------------------------------------- */
i.fab{
	font-size: 3rem; /* 12px */
}

/* -----------------------------------------------
　リンク設定
----------------------------------------------- */
a{
	color: #00ACC1;
	text-decoration: none;
}

a:visited{
	color: #00ACC1;
	text-decoration: none;
}

a:hover{
	color: #0066CC;
	text-decoration: none;
}

#blogger:hover {
	color: #FF5722;
}

#twitter:hover {
	color: #00ACEE;
}

#instagram:hover {
	color: #FF4863;
}

#youtube:hover {
	color: #FF0000;
}

#twitch:hover {
	color: #9147FF;
}

#openrec:hover {
	color: #F74A0F;
}

#spoon:hover {
	color: #FF4100;
}

/* -----------------------------------------------
　ボーダー
----------------------------------------------- */
.b-top{
	border-top: 1px solid #888888;
}

.b-bottom{
	border-bottom: 1px solid #888888;
}

.b-right{
	border-right: 1px solid #888888;
}

.b-left{
	border-left: 1px solid #888888;
}

/* -----------------------------------------------
　フォント装飾
----------------------------------------------- */
.bt{
	margin-bottom: 10px;
}

.s{
	font-size: 0.75rem; /* 12px */
}

.n{
	font-size: 1rem; /* 16px */
}

.l{
	font-size: 1.25rem; /* 20px */
}

.b{
	font-weight: bold;
}

.caution{
	color: #FF0000;
	font-weight: bold;
}

.del{
	text-decoration: line-through;
}

/* -----------------------------------------------
　画像設定
----------------------------------------------- */
img.b{
	border: 1px solid #00ACC1;
}

/* -----------------------------------------------
　＜hr＞（水平線）装飾
----------------------------------------------- */
div.dashed{
	width: 100%;
	height: 1px;
	margin: 10px 0px;
	border-bottom: dashed 1px #888888;
}

div.dotted{
	width: 100%;
	height: 1px;
	margin: 10px 0px;
	border-bottom: dotted 1px #888888;
}

div.solid{
	width: 100%;
	height: 1px;
	margin: 10px 0px;
	border-bottom: solid 1px #888888;
}

