/************************************************

          about

************************************************/

#company,
#company #pdfList{
    max-width:1280px;
}
    #company #title{
        margin-top:33px;
    }

    /*ページ内メニュー*/
    #company #pageMenu{
        margin-top:95px;
        background-image:url(../images/company_menu_bk.png);
        background-repeat:repeat-x;
        background-position:left bottom;
    }
        #company #pageMenu ul{
            width:900px;
        }

    /*PDFリスト*/
    #company #pdfList{
        margin-top:76px;
        height:271px;
    }
        #company #pdfList ul{
        }
            #company #pdfList li{
                height:61px;
                width:100%;
                margin-top:44px;
            }
            #company #pdfList li:first-of-type{
                margin-top:0;
            }
                #company #pdfList a{
                    color:#595757;
                }
                    #company #pdfList a > *{
                        float:left;
                    }
                    #company #pdfList a > strong{/*平成27年度～*/
                        margin:-0.2em 0 0 1.0em;
                    }
                    #company #pdfList a > p{/*PDFダウンロード*/
                        position:relative;
                        height:61px;
                        margin-left:1.2em;
                        white-space:nowrap;
                    }
                        #company #pdfList a > p span{
                            position:absolute;
                            bottom:0.6em;
                            color:#f8b625;
                            border-bottom:solid 1px;
                        }


/********************************************************************************

          メディアクエリ

*********************************************************************************/
@media(max-width:500px){













	#company,
	#company #pdfList{
		max-width:1280px;
	}
																				#company{
																					max-width:500px;
																				}
																					#company #pdfList{
																						max-width:500px;
																					}

		#company #title{
			margin-top:33px;
																				margin-top:60px;
		}

		/*ページ内メニュー*/
		#company #pageMenu{
			margin-top:95px;
																				margin-top:0;
			background-image:url(../images/company_menu_bk.png);
			background-repeat:repeat-x;
			background-position:left bottom;
		}
			#company #pageMenu ul{
				width:900px;
																				width:450px;
																				margin-left:25px;
																				display:inline-block;
			}
																				#company #pageMenu ul li{
																					width:200px !important;
																					margin-top:30px;
																					box-sizing:border-box;
																					float:left;
																				}
																				#company #pageMenu ul li:nth-of-type(even){/*偶数番目*/
																					float:right;
																				}
																					#company #pageMenu ul li img{
																						height:auto !important;
																						width:100% !important;
																					}
	
	
	
	

		/*PDFリスト*/
		#company #pdfList{
			margin-top:76px;
																				width:450px;
																				margin-top:60px;
			height:271px;
																				height:auto;
		}
			#company #pdfList ul{
																				width:450px;
			}
				#company #pdfList li{
					height:61px;
					width:100%;
					margin-top:44px;
																				margin-top:90px;
				}
				#company #pdfList li:first-of-type{
					margin-top:0;
				}
					#company #pdfList a{
						color:#595757;
					}
						#company #pdfList a > *{
							float:left;
						}
																				#company #pdfList a > img{/*PDFアイコン*/
																					height:50px;
																					width:50px;
																				}
						#company #pdfList a > strong{/*平成27年度～*/
							margin:-0.2em 0 0 1.0em;
																				width:390px;
																				margin:0 auto auto 10px;
																				font-size:1.6rem;
						}
						#company #pdfList a > p{/*PDFダウンロード*/
							position:relative;
							height:61px;
																				height:auto;
							margin-left:1.2em;
							white-space:nowrap;
																				width:390px;
																				margin:10px 0 auto 60px;
						}
							#company #pdfList a > p span{
								position:absolute;
																				position:relative;
								bottom:0.6em;
								color:#f8b625;
								border-bottom:solid 1px;

																				font-size:1.6rem;
							}













}
