﻿@charset "utf-8";

/* =======================================

	ERROR CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	1.Error
		
	2.Error Pege
		2-1.Error
		2-2.Adult
		2-3.Notfound


========================================== */	
	
/* Error
========================================== */
#errorImg {
	padding: 10px;
	border-top: solid 2px #DCDCDC;
}



	/* 2-1.Error
	---------------------------------------- */
	#accessError {
		padding: 10px;
		border-top: solid 2px #DCDCDC;
	}
	
	/* 2-2.Adult
	---------------------------------------- */
	#adultAtt {
		padding: 3px 0 3px 10px;
		margin-bottom: 10px;
		background: #A3BCDB;		
	}
	#adultAtt p {
		color: #444;
		margin: 0;
		padding: 0;
		font-weight: bold;		
	}
	
	#adultBtnArea {
		padding: 10px 0;
		height: 48px;
		width: 270px;
		margin: 0 auto;
	}
	#adultBtnArea a.btn01,
	#adultBtnArea a.btn02 {
		width: 128px;
		display: block;
		padding-top: 8px;
		height: 20px;
		color: #FFF;
		font-size: 90%;
		line-height: 100%;
		text-decoration: none;
		background: #1948A2;
		-webkit-border-radius: 5px;
		text-align: center;
	}
	#adultBtnArea a.btn01 {
		float: left;
	}
	#adultBtnArea a.btn02 {
		float: right;
	}
	
	
	/* 2-3.Notfound
	---------------------------------------- */
	#inBox {
		height: 40px;
	}
	#inBox a {
		width: 70px;
		display: block;
		padding-top: 6px;
		height: 22px;
		color: #FFF;
		font-size: 90%;
		line-height: 100%;
		text-decoration: none;
		background: #A7D11C;
		-webkit-border-radius: 5px;
		text-align: center;	
		font-weight: bold;
		float: right;
	}
	#inBox input {
		width: 210px;
		height: 20px;
	}
	#notfoundSearch select {
		width: 210px;
		height: 30px;
	}
	
	#notfoundSearch ul {
		margin: 0;
		padding: 0;
	}
	#notfoundSearch ul li {
		float: left;
		list-style-type: none;
		margin-right: 20px;
	}
	#notfoundSearch ul li a {
		font-weight: normal;
		padding: 0 0 0 15px;
		color: #1F80CA;
		text-decoration: none;
		background: url(https://static.chara-ani.com/casp/img/gr/icon_01.gif) 0 4px no-repeat;
	}
	
