﻿@charset "utf-8";
/* CSS Document */

#ir_download {
	    border-top: 1px solid #ccc9c9;
		border-bottom: 1px solid #ccc9c9;
		padding: 1rem 3% 1rem 3%;
		margin:1.5rem auto 3rem auto;
}

#ir_download h2{
font-size: 2rem;
margin-bottom: 0.5em;	
}

#ir_download li{
    width: 80%;
}


#ir_download li a {
    display: block;
    padding: 0.5em 0;
    position: relative;
    padding-left: 2em;
	background:#fff;
	font-size:1.6rem;
	text-decoration:underline;
}

#ir_download li a:hover {
	text-decoration:none;
}

#ir_download li a:after {
    background: url(/common/img/icon_pdf.png) 0 0 /contain no-repeat;
    position: absolute;
    left: 0em;
    top: 50%;
    margin-top: -0.8em;
    content: "";
    width: 1.5em;
    height: 1.563em;
}

#ir_download li.excel a:after{
	
background: url(/common/img/icon_excel.png) 0 0 /contain no-repeat;
    margin-top: -0.85em;
    height: 1.75em;
	
	}


/*---------------------------------------------------------------
横幅768px～1190pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1150px){

}





/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){


#right_box #ir_download li{
	width:100%;

}

}



