@charset "UTF-8";

/**
 * init
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 0; vertical-align: top; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
caption,th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content:''; }
abbr, acronym { border: 0; }
hr { display: none; }

/**
 * default
 */
body { color: #464646; -webkit-text-size-adjust:none; }
a { outline: none; }
a:link { color: #41b1e6; }
a:visited { color: #41b1e6; }
a:hover { color: #41b1e6; }
a:active { text-decoration: none; }
h1 { margin-bottom: 25px; }
h2 { margin-bottom: 20px; }
h3 { margin-bottom: 15px; }
h4, h5 { margin-bottom: 5px; }
p { font-size: 93%; line-height: 1.6; margin-bottom: 0px; }
input.checkbox { margin: 4px 4px 0 0; }
input.radiobox { margin: 4px 4px 0 0; }

/**
 * module
 */
.clear { clear: both; height:0; }
.clearfix { display: inline-block; }
.clearfix:after { content: ""; display: block; clear: both; }
.float-l { float: left; }
.float-r { float: right; }
.align-l { text-align: left; }
.align-c { text-align: center; }
.align-r { text-align: right; }
.strong { font-weight: bold; }
.normal { font-weight: normal; }
.em { font-style: italic; }
.hidden { visibility: hidden; }
.none { display: none; }
.no-bg { background: none !important; }
.no-border { border: none !important; }
.no-margin { margin: 0 !important; }
.no-padding { padding: 0 !important; }
.last { margin-bottom: 0 !important; }
.num { font-family: "Osaka" !important; }
.mb5  { margin-bottom: 5px  !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb100 { margin-bottom: 100px !important; }
ol.decimal { margin-bottom: 15px; margin-left: 20px; list-style-type: decimal; }
ol.decimal li { list-style-type: decimal; }