
/* 汎用CSS ------------------------------------------------------------------ */
.width100{
    width: 100%;
}

.width90{
    width: 90%;
}

.width80{
    width: 80%;
}

.width70{
    width: 70%;
}

.width60{
    width: 60%;
}

.width50{
    width: 50%;
}

.width90r{
    width: 90%;
    margin-left: auto;
    margin-right: 0;
    display: block;
}

.width80r{
    width: 80%;
    margin-left: auto;
    margin-right: 0;
    display: block;
}

.width70r{
    width: 70%;
    margin-left: auto;
    margin-right: 0;
    display: block;
}

.width60r{
    width: 60%;
    margin-left: auto;
    margin-right: 0;
    display: block;
}

.width50r{
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    display: block;
}

/* ログイン等の入力エリアCSS ------------------------------------------------ */
.login_input{
    width: 250px;
    padding: 5px 8px;
    border-radius: 6px;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    background-image: none;
    background-color: #ddd;
    font-size: 16px;
}

/* 飾り文字用CSS ------------------------------------------------------------ */
.deco-font-01 {
	font-size:2em;
	text-align:center;
	line-height:0.95em;
	font-weight:bold;
	color: #FFAB91;
	text-shadow: 0.02em 0.02em 0.02em rgba(0,0,0,1);
}

.deco-font-02 {
	font-size:2em;
	text-align:center;
	line-height:0.95em;
	font-weight:bold;
	color: #01579B;
	text-shadow: 0 0 0.2em rgba(255,255,255,1);
}

.deco-font-03 {
	font-size:2em;
	text-align:center;
	line-height:0.95em;
	font-weight:bold;
	color: #FFF;
	text-shadow: 0 0 0.2em rgba(0,0,0,1);
}

.deco-font-04 {
	font-size:2em;
	text-align:center;
	line-height:0.95em;
	font-weight:bold;
	color: #FF6F00;
	text-shadow:
		0 0.01em 0 #999,
		0 0.02em 0 #888,
		0 0.03em 0 #777,
		0 0.04em 0 #666,
		0 0.05em 0 #555,
		0 0.06em 0 #444,
		0 0.08em 0 #000;
}

.deco-font-05 {
	font-size:2em;
	text-align:center;
	line-height:0.95em;
	font-weight:bold;
	text-shadow:
		0 0.03em 0.03em #FFAB91,
		0 0.03em 0.03em #000,
		0 0.03em 0.03em #FBE9E7;
}

/* タイトル用CSS ------------------------------------------------------------ */
.title-skyblue {
  padding: 0.5em;  /*文字周りの余白*/
  color: #010101;  /*文字色*/
  background: #eaf3ff;  /*背景色*/
  border-bottom: solid 3px #516ab6;  /*下線*/
}
