@charset "utf-8";
/*
ページごとの設定や、位置調整、テキスト装飾などで使用する汎用的なものとを記述します。
Anything used for general purpose such as setting for every page, position adjustment, and text decoration will be written.

接頭辞はUtilityの頭文字を取って【u_】とします。
Prefix will take the "Utility" first letter and use it as "u_".

clearfixのみ、例外的に接頭辞をつけてません。
This not apply to "clearfix".

フォントサイズはremで指定します。
"rem" will be used for font-size.
*/

.u_mat0 { margin-top:0; }
.u_mat5 { margin-top:5px; }
.u_mat10 { margin-top:10px; }
.u_mat20 { margin-top:20px; }
.u_mat30 { margin-top:30px; }
.u_mat40 { margin-top:40px; }
.u_mat50 { margin-top:50px; }

.u_mab0 { margin-bottom: 0; }
.u_mab5 { margin-bottom: 5px; }
.u_mab10 { margin-bottom: 10px; }
.u_mab20 { margin-bottom: 20px; }
.u_mab25 { margin-bottom: 25px; }
.u_mab30 { margin-bottom: 30px; }
.u_mab40 { margin-bottom: 40px; }
.u_mab50 { margin-bottom: 50px; }
.u_mab60 { margin-bottom: 60px; }
.u_mab100 { margin-bottom: 100px; }

.u_ALcenter { text-align: center; }
.u_ALright { text-align: right; }
.u_ALleft { text-align: left; }
.u_ALtop { vertical-align: top; }
.u_ALmiddle { vertical-align: middle !important; }
.u_ALbottom { vertical-align: bottom; }

.u_float_left { float: left; }
.u_float_right { float: right; }

.u_red { color: #F00; }
.u_black { color: #000; }
.u_white { color: #FFF; }

.u_bold { font-weight: bold; }
.u_fw_normal { font-weight: normal; }
.u_strike { text-decoration: line-through; }
.u_underline { text-decoration: underline; }

.u_img_floatL { float: left; margin-right: 20px; }
.u_img_floatR { float: right; margin-left: 20px; }

.u_fs11 { font-size: 11px !important; }
.u_fs12 { font-size: 12px !important; }
.u_fs15 { font-size: 15px !important; }
.u_fs16 { font-size: 16px !important; }
.u_fs17 { font-size: 17px !important; }
.u_fs18 { font-size: 18px !important; }
.u_fs19 { font-size: 19px !important; }
.u_fs20 { font-size: 20px !important; }
.u_fs21 { font-size: 21px !important; }
.u_fs22 { font-size: 22px !important; }
.u_fs24 { font-size: 24px !important; }

.u_w60 { width: 60%; }
.u_w100 { width: 100%; }

.u_inline { display: inline-block; }

.u_indent_01 { text-indent: -0.5em; }

.u_disable { pointer-events: none; }


/*----------------------------------------------
	.u_change
---------------------------------------------*/
.u_change_base {
	position: relative;
	display: block;
	color: #F00;
	text-decoration: line-through;
}
.u_change_01 {
   top: 95%;
	left: 25.5%;
	position: absolute;
	color: #F00;
	font-weight: bold;
	text-decoration: line-through;
}

/*----------------------------------------------
	.u_icon_text
---------------------------------------------*/
.u_icon_arrow::before {
	content: url(../images/list_triangle.png);
	padding-right: 5px;
}

/*----------------------------------------------
	.clearfix
---------------------------------------------*/
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.u_greeting_president_detail {
    padding-top: 152px;
    margin-top: 0px;
}
.logo{
	padding-top: 10px;
	padding-bottom: 10px;
}
