@charset "utf-8";

/*========================
▼ルール▼
・記述するCSSのセレクタの一番前に必ず「.fc-wrapper」をつける。
「.fc-wrapper」をつけないとリセットの記述に上書きされるため。
==========================*/
/*================
ページ共通設定
=================*/
#guide-wrapper {
	
}



/*================
content
=================*/
#guide-wrapper .block2-box {
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-image: linear-gradient(to right, #707070, #707070 4px, transparent 1px, transparent 3px);
	background-size: 9px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
}

#guide-wrapper .block3-box {
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-image: linear-gradient(to right, #707070, #707070 4px, transparent 1px, transparent 3px);
	background-size: 9px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
}



