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


/*------------------------------------------------
margin/padding
------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.pt0 { padding-top: 0 !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }


/*------------------------------------------------
テキスト共通
------------------------------------------------*/
.f10 { font-size: 10px; }
.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f17 { font-size: 17px; }
.f18 { font-size: 18px; }
.f19 { font-size: 19px; }
.f20 { font-size: 20px; }

.bold { font-weight: bold; }
.normal { font-style: normal; }

.align_center { text-align: center; }
.align_left { text-align: left; }
.align_right { text-align: right; }


/*------------------------------------------------
イメージ共通
------------------------------------------------*/
.img_box img { height: auto; width: 100%; }


/*------------------------------------------------
テーブル共通
------------------------------------------------*/
table { border-collapse: collapse; width: 100%; }


/*------------------------------------------------
パンくず
------------------------------------------------*/
.page_path_wrap { background-color: #f8f8f8; font-size: 10px; height: 60px; line-height: 60px; }
.page_path_wrap a { color: #817b75; }
.page_path_wrap .page_path { float: left; }
.page_path_wrap .arrow { color: #aaa; margin: 0 5px; }