/*!
 * common.css ? v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */
    * {
    	float: none;
    	position: static;
    }
     
    img {
    	max-width: 100%;
    	height: auto;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
	
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
    }


body{
	
	font-size:3.5vw;
	}
	
header {
	width:100%;
	position: fixed;
	top: 0;
	left:0;
	}
	

	
footer{
	width:100%;
	background:linear-gradient(0deg,#313131 95%,#313131 95%,#535353 5%,#535353 100%);
	padding:20px 0 0;
	color:#ffffff;
	}
	
footer img{
	width:35%;
	}

/* ================================================================= */

/* メインコンテンツ */

#contents{
	max-width:100%;
	overflow:hidden;
	margin:70px 0 70px 0;
	padding: 0;
	}

h2 {
	border-bottom:1px solid #d2d2d2;
	max-width:100%;
	margin:50px auto 50px;
	padding:0 0 15px 30px;
	text-align:left;
	font-size:1.6em;
}

#contents p{
	max-width:100%;
	margin:0 auto;
	text-align:left;
	padding:0 30px;
	}

#contents ul{
	max-width:100%;
	margin:0 auto;
	padding:15px 0;
	border-bottom:1px solid #d2d2d2;
	text-align:left;
	}
	
#contents ul li{
	line-height:1.6em;
	padding:0 30px;
	}
	
#contents ul li.txtr{
	font-size:1.2em;
	font-weight:bold;
	color:#00479d;
	line-height:2.4em;
	padding:0 20px !important;
	}