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

/*============================
.clearFix
============================*/
.clearFix:after { clear: both; display: block; content: ""; height: 0; line-height: 0; }

/*============================
.md_pcOnly & .md_spOnly
============================*/
.md_pcOnly { display: block; }
.md_spOnly { display: none; }

/*============================
.md_contents & .md_inner
============================*/
.md_contents { width: 1200px; margin: 0 auto; min-width: 1200px; }
.md_inner { width: 1100px; margin: 0 auto; box-sizing: border-box; }

/*============================
title & headline
============================*/
.md_headline { background: url(../../imageFile/global/bg_title_bottom.png) no-repeat center bottom; font-size: 2.25em; padding-bottom: 30px; text-align: center; width: 100%; }



/*============================
button
============================*/
.md_button { border: 2px solid #222; box-sizing: border-box; position: relative; }
.md_button .text { padding: 14px 0 12px; text-align: center; }
.md_button a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.md_button a:hover { background: rgba(255,255,255,0.3); }
