@charset "utf-8";
/* CSS Document */

/*==============================================================
●デフォルト(PC用）のスタイル　style.css　画面の横幅が769px以上
==============================================================*/

/* 目次
 * 01. backnumber list Style Setting
 * 02. backnumber link content Style Setting
 */
 
/*@media screen and (min-width: 769px){*/

	/*img{
		max-width:100%;
		height:auto;
		width :auto;*/	/*IE8のみ適用*/
	/*}
	
	#container{
		width:100%;
	}*/
	
/*～以下、画面の横幅が768pxまでの場合のスタイル記入～*/


/************************************************
* 01. backnumber list Style Setting             *
*************************************************/

#container{
	margin: 0 auto;
	width:100%;
	height:auto;
	background: linear-gradient(#dfdfdf,#FFFFFF);
}


p{
	padding: 30px 0 0 0;
	text-align:center;
	font-size:xx-large;
	font-weight:bold;
	text-decoration:underline;
	color:#0c00e5;
}

dl{
	width: 960px;
	height:auto;
	margin: 20px auto;
	line-height: 1.5em;
	font-size:x-large;
	font-weight:bold;
}

dt{
	width:200px;
	margin:10px 30px 10px 0;
}

dd{
	width:700px;
	margin:10px 30px 10px 0;
}

dt,dd{
	float:left;
}

a{
	color:#3f3f3f;
	text-decoration:underline;
}

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

span,span a{
	color:#cc0000;
}

/************************************************
* 02. backnumber link content Style Setting     *
*************************************************/

/*}*/