/*
Theme Name: クルーズカフェキャナルWPテーマ
Theme URI: http://example.com
Author: 堀井制作所
Author URI: https://horiiseisakusho.jp/
Description: クルーズカフェキャナル専用WPテーマ
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: customtheme
*/
.bg-box-white{
	background-color: #fff;
}
.mb-80px{
	margin-bottom: 80px;
}
.border-bottom-lightgray { 
	line-height: 30px;
	border-bottom: solid #ABC6C6;
}
.bg-box-shadow-lightgray-right{
	background-color: #e4eeef;
    box-shadow: 120px 0 #e4eeef;
}
.p-40px{
	padding: 40px;	
}