@charset "UTF-8";
/* CSS Document */

#title { width : 100%; color: #727171; text-align: left; font-weight: bold; font-size: 2.25em/*36px*/; line-height: 1.3333; /* margin-top: 15px; padding-top: 7px; padding-right: 0; padding-bottom: 7px; */ font-family: sans-serif, "Arial"; line-break: strict; margin-bottom: 0.5em; border-bottom: 2px solid #999999; }
#title_prdct { width : 100%; color: #727171; text-align: left; font-weight: bold; font-size: 2.25em/*36px*/; line-height: 1.3333; /* margin-top: 15px; padding-top: 7px; padding-right: 0; padding-bottom: 7px; */ font-family: sans-serif, "Arial"; line-break: strict; margin-bottom: 0.5em; border-bottom: 2px solid #c00; }
#title_enrng { width : 100%; color: #727171; text-align: left; font-weight: bold; font-size: 2.25em/*36px*/; line-height: 1.3333; /* margin-top: 15px; padding-top: 7px; padding-right: 0; padding-bottom: 7px; */ font-family: sans-serif, "Arial"; line-break: strict; margin-bottom: 0.5em; border-bottom: 2px solid #009963; }
#title_sprt { width : 100%; color: #727171; text-align: left; font-weight: bold; font-size: 2.25em/*36px*/; line-height: 1.3333; /* margin-top: 15px; padding-top: 7px; padding-right: 0; padding-bottom: 7px; */ font-family: sans-serif, "Arial"; line-break: strict; margin-bottom: 0.5em; border-bottom: 2px solid #f90; }
#title_sprt-oldprdcts { width : 100%; color: #727171; text-align: left; font-weight: bold; font-size: 2.25em/*36px*/; line-height: 1.3333; /* margin-top: 15px; padding-top: 7px; padding-right: 0; padding-bottom: 7px; */ font-family: sans-serif, "Arial"; line-break: strict; margin-bottom: 0.5em; border-bottom: 2px solid #f90; background-color: #d9e480/*e6ffe6*/; }
#title_abutus { width : 100%; color: #727171; text-align: left; font-weight: bold; font-size: 2.25em/*36px*/; line-height: 1.3333; /* margin-top: 15px; padding-top: 7px; padding-right: 0; padding-bottom: 7px; */ font-family: sans-serif, "Arial"; line-break: strict; margin-bottom: 0.5em; border-bottom: 2px solid #0080ff; }


#route_undr { clear:both; width : 93.75%; margin: 1.5em auto; padding-top: 10px; padding-bottom: 1em; border-top: 2px solid gray; border-bottom: 2px solid gray; }


/* 文章をコピー不可  IE以外への対策 */
body{
user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;

-webkit-touch-callout: none; 
/* ↑スマホ対策　リンクの長押しでメニューを出さないようにする */
/* -webkit-user-select: none;
↑スマホ対策　文字列や画像を選択してコピーなどのメニューを出さないように、選択不可にする */
}
/* 文章をコピー不可ここまで */