@charset "UTF-8";

/* fontサイズ表
	10px 	77%
	11px 	85%
	12px 	93%
	13px 	100%
	14px 	108%
	15px 	116%
	16px 	123.1%
	17px 	131%
	18px 	138.5%
	19px 	146.5%
	20px 	153.9%
	21px 	161.6%
	22px 	167%
	23px 	174%
	24px 	182%
	25px 	189%
	26px 	197%
	28px 	215.4%
	40px	307.7%
*/

/* ====== topの設定 ====== */

#header h1{
	clear: both;
	background:url("../images/case/title.png") 50% 50% no-repeat;
	width: 898px;
	height: 0px;
	padding-top: 138px;
	overflow:hidden;
	margin: 40px auto 10px;
	border: 1px solid #ccc;
	line-height: 1.5;
}

h2{
	background: url("../images/common/line.gif") repeat-x bottom left;
	padding-bottom: 15px;
	margin-bottom: 30px;
	font-size: 20px;
	color: #2ca9e1;
}

.caption{
	margin: 0 auto;
	width:900px;
	margin-bottom:2em;
}

#site_discription{
	clear:left;
	margin:10px 0 20px 0;
}

#site_discription p{
	margin-bottom: 5px;
}
#story_table {
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

#story_table th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
#story_table td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}

#story_date{
	width: 150px;
}

#story_area{
	width: 100px;
}

#state{
	width:100px;
}


.ticker {
	margin: 0 auto;
	padding: 3px;
	width: 892px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.ticker ul {
	width: 100%;
	position: relative;
}

.ticker ul li {
	width: 100%;
	display: none;
}

#case_log{
	width:900px;
	margin: 0 auto;
}


/* ====== mobile ====== */
@media screen and (max-width: 800px) {

	#header h1{
		width: auto;
	}

	.caption {
		max-width: 100%;
	}
	
	#case_log{
		max-width: 100%;
	}
	
	.ticker{
		width: auto;
	}

}