@charset "shift_jis";

@import "../default/base.css";
@import "../default/layout.css";
@import "../default/gnavi.css";
@import "../default/lnavi.css";

#headLeft h1{background: url(../../img/headLeft_back_down.jpg) transparent repeat-x;}

ul.keireki li{
	margin: 0 0 35px 15px;
	background-color: transparent;
	color: #666;
	font-size:11px;
	line-height:20px;
}

p.leftText{margin: 20px 0 0;}

#contentRight{text-align: center;}

p.downLink{
	width: 330px;
	margin: 20px 0 0 20px;
	border-top: 1px dashed #c90;
	border-bottom: 1px dashed #c90;
}

p.downLink a{text-decoration: none;}

p.downLink a:link{background-color: transparent; color: #c90;}
p.downLink a:visited{background-color: transparent; color: #c90;}
p.downLink a:hover{background-color: transparent; color: #f90;}
p.downLink a:active{background-color: transparent; color: #c90;}

img.imgPdf{margin: 0 5px 0 0;}




@media screen and (max-width:640px) {

    #headLeft h1 {
        background: url(../../img/headLeft_back_down.jpg) transparent no-repeat !important;
        /* -moz-background-size:100% auto !important;
        background-size:100% auto !important; */
        -moz-background-size:100% 100% !important;
        background-size:100% 100% !important;
        background-color: #8c6500 !important;
    }

    #contentLeft {
        margin-bottom: 1em;
    }

    p.leftText img {
        display: block;
        width: auto !important;
        margin: 0 auto 0.5em;
    }

    p.downLink{
        width: 100%;
        margin: 20px 0 0 0;
        border-top: 1px dashed #c90;
        border-bottom: 1px dashed #c90;
    }

    p.downLink a {
        display: block;
        padding: 5px 0;
    }

    #contentRight img {
        width: auto !important;
    }

    ul.keireki li{
    	font-size:13px;
    }
}