@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1200px;
}
@media all and (max-width: 896px) {
    .content {
        padding: 0 20px;
        width: auto;
    }
}
/*------------------------------------------------------------
	comBg
------------------------------------------------------------*/
.comBg {
    padding-bottom: 3px;
	background: url("../../img/common/com_bg.png") repeat-x left bottom / 5px;
}
@media all and (-ms-high-contrast:none) {
    .comBg {
        background-position: left bottom 12px;
    }
}
@media all and (max-width: 896px) {
    .comBg {
        background-size: 3px auto;
    }
}