@charset "Shift_JIS";



/* ################################################### */

/* #                                                 # */

/* #                                                 # */

/* #           　　　 ヘッダー用css　                # */

/* #                                                 # */

/* #                                                 # */

/* ################################################### */





/* ヘッダーの赤い下線をつける場合のみ

*************************************************************/



#Header {
	width:950px;
	height: 68px;
	background-image: url(../img/common/bg_head-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	position:relative;
	margin-bottom:3px;
}

#Header div.ts3 {
	float: left;
	margin:0;
	height:68px;
}

#Header.pbtm {
	padding-bottom: 5px;
}

#Header .headerLogo {
	display: flex;
	justify-content: flex-start;
	padding: 10px 0;
}

#Header .headerLogo img {
    height: 48px;
    width: auto;
    margin-top: 0;
    image-rendering: -webkit-optimize-contrast;
}