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

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

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

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

/* .con_fee
----------------------------------------------------*/
#fee .con_fee {
    max-width: 580px;
	margin: 0 auto;
}
#fee .con_fee .img_pat {
    text-align: center;
	padding-bottom: 1.5em;
	height: 2px;
}
#fee .con_fee .img_pat img {
    max-width: 100%;
}
#fee .con_fee ul.box_fee {
	margin-bottom: 2em;
}
#fee .con_fee ul.box_fee li {
 	margin-bottom: 1.5em;
}
#fee .con_fee ul.box_fee li h3 {
    font-weight: normal;
	font-size: 110%;
	background-color: #81573c;
	padding: 0.3em 0 0.3em 0.3em;
	margin-bottom: 1em;
}
#fee .con_fee ul.box_fee li p {
    margin-bottom: 1em;
}

#fee .con_fee .btn_eve {
	margin-bottom: 2em;
	text-align: center;
}
#fee .con_fee .btn_eve img {
	max-width: 100%;
}



/* -----------------------------------------------------------
	380pxの解像度のレイアウト調整
----------------------------------------------------------- */
@media only screen and (max-width: 380px) {
}


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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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