@charset "utf-8";
/* ===================================================================
CSS information

 file name  :flow.css
 author     :Ability Consultant
style info  :ホームページ設定　ハックは最下部に記述
=================================================================== */
/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/

/* 共通
----------------------------------------------------*/

#flow h2 {
    padding: 3em 3.5em 1.5em;
    text-align: center;
}
#flow h2 img {
    max-width: 100%;
}

/* .con_flo
----------------------------------------------------*/
#flow .con_flo {
    max-width: 580px;
	margin: 0 auto;
}
#flow .con_flo .img_pat {
    text-align: center;
	padding-bottom: 1.5em;
	height: 2px;
}
#flow .con_flo .img_pat img {
    max-width: 100%;
}
#flow .con_flo .txt_flo {
    text-align: center;
	margin-bottom: 1.5em;
	padding: 0 2em 0;
}
#flow .con_flo .txt_flo img {
    max-width: 100%;
}
#flow .con_flo ul.box_flo {
	margin-bottom: 2em;
}
#flow .con_flo ul.box_flo li {
 	margin-bottom: 1.5em;
}
#flow .con_flo ul.box_flo li h4 {
    font-weight: normal;
	font-size: 110%;
	background-color: #81573c;
	padding: 0.3em 0 0.3em 0.3em;
	margin-bottom: 1em;
}
#flow .con_flo ul.box_flo li p {
    margin-bottom: 1em;
}
#flow .con_flo ul.box_flo li p.txt_tel {
    text-align: center;
	padding: 0 1.8em 0;
}
#flow .con_flo ul.box_flo li p.txt_tel img {
    max-width: 100%;
}
#flow .con_flo .btn_eve {
	margin-bottom: 2em;
	text-align: center;
}
#flow .con_flo .btn_eve img {
	max-width: 100%;
}



/* -----------------------------------------------------------
	380pxの解像度のレイアウト調整
----------------------------------------------------------- */
@media only screen and (max-width: 380px) {
#flow h2 {
    padding: 1.5em 3.5em 1.5em;
}

}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}