/*******************************************************************************
	おひつじ座の脱出

					スタイルシート
					system/css/main.css

			Copyright(C)	Libertechno. Hiroshi Higuchi
							Last Update		2021.08.12
*******************************************************************************/

body		{
		margin:				0;
		padding:			0;
		font-size:			1rem;
		background-color:	#ddffdd;
    	line-height:        1.3rem;
}

.topimage	{
		padding:			1rem;
		max-width:			100%;
		height:				auto;
}

.area		{
		width:				100%;
		background-color:	#ffffff;
}
.contents	{
		width:				100%;
		padding:			1rem;
}

footer		{
		padding:			0 1rem;
}

footer > p	{
		text-align:			right;
		color:				#888888;
		font-size:			0.7rem;
}

/*--------------------------------------
	テーブル
--------------------------------------*/
.tbl		{	display: table;			}
.row		{	display: table-row;		}
.cell		{	display: table-cell;	}
.m_auto		{	margin:  auto;			}

/*--------------------------------------
	リンク
--------------------------------------*/
a:link		{	color: #0000ff;		text-decoration: none;	}
a:visited	{	color: #0000ff;		text-decoration: none;	}
a:active	{	color: #0000ff;		text-decoration: none;	}
a:hover		{	color: #0000ff;		text-decoration: underline;		text-underline-position: under;	}

/*--------------------------------------
	横位置
--------------------------------------*/
.a_left		{	text-align: left;		padding-left: 1rem;		}
.a_right	{	text-align: right;		padding-right: 1rem;	}
.a_center	{	text-align: center;								}

/*--------------------------------------
	縦位置
--------------------------------------*/
.v_top		{	vertical-align: top;		}
.v_middle	{	vertical-align: middle;		}
.v_bottom	{	vertical-align: bottom;		}

/*--------------------------------------
	配置
--------------------------------------*/
.f_left		{	float: left;	}
.f_right	{	float: right;	}
.f_clear	{	clear: both;	}

/*--------------------------------------
	表示
--------------------------------------*/
.d_hidden	{	display: none;			}
.d_inline	{	display: inline-block;	}

/*--------------------------------------
	汎用
--------------------------------------*/
/*	最大幅				*/
.full			{	width: 100%;	}
/*	折返し無し			*/
.t_nowrap		{	white-space: nowrap;	}
/*	枠線なし			*/
.border_less	{	border: none;	}
/*	イメージ最大幅		*/
.image_full		{	max-width: 100%; height: auto;	}

/*******************************************************************************
*******************************************************************************/

/*--------------------------------------
	ページデータ
--------------------------------------*/
.page_title {
	color:				#006000;
	font-size:			1.8rem;
	line-height:		1.9rem;
	font-weight:		bold;
}

.page_subtitle {
}

.page_date {
	color:				#ffa500;
	font-size:			0.8rem;
}

.game_download {
	color:				#ff8800;
	font-size:			1.5rem;
	font-weight:		bold;
	border:				solid 3px #ff8800;
	border-radius:		1rem;
	text-align:			center;
	box-sizing:			border-box;
}

.store_button {
	margin:				0.5rem 0;
	max-width:			200px;
	height:				auto;
}

/*--------------------------------------
	コンテンツ
--------------------------------------*/
.sentence {
    padding:			0 0.5rem;
}

.section_name {
	color:				#0000a0;
	font-size:			1.5rem;
	background:			left bottom no-repeat url(../img/line.png);
}

span.alert {
	color:				#ff0000;
	font-weight:		bold;
}

