@charset "utf-8";

/*
css/a_common.css
*/


/* 全ページに適用するスタイル
-----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}

ol, ul {list-style: none;}
a img {border: 0;}
a:link, a:active, a:visited, a:hover {
  text-decoration: none;
  color: #000000; 
}

*, *:before, *:after {
padding: 0;
margin: 0;
box-sizing: border-box;
}

body{
font: 16px/1.5 "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
-webkit-text-size-adjust: 100%;background-color: #ffffff;
}


/* 全ページに適用する画像処理
-----------------------------------------------------------------*/
/* モダンブラウザ用 */
img,iframe,object {max-width: 100%;}

/* IE7用 */
.ie7 img,
.ie7 object/ {width: 100%;}

/* IE8用 */
.ie8 img,
.ie8 object {width: auto9}