@charset "utf-8";
/*
Theme Name:Theme Kit 4
Theme URI:
Author:
Author URI:
Description:
*/

/* base : html5doctor.com Reset Stylesheet v1.6.1 http://richclarkdesign.com  */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0; padding:0; border:0; outline:0; font-size:100%; font-weight:normal; vertical-align:baseline; background:transparent;
}
body { line-height:1; }
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
a img{ border:0 }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
input, textarea { font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif; }
ol,ul{ list-style:none; }

/* common */
/* スクロールバーの有無によるズレ対策 */
html { overflow-y: scroll; }

*{ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; }

/* for safari */
body { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
input[type="button"],input[type="submit"], input[type="reset"] { -webkit-appearance: none; cursor: pointer; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* -----------------base text color */
html { color:#8f8f8f; }

/* link */
a { outline: none; }
a:link { color: #5d7fbc; text-decoration: none; }
a:visited {  color: #5d7fbc; text-decoration: none; }
a:hover { color: #5d7fbc; text-decoration: none; }
a:active { color: #5d7fbc; text-decoration: none; }

/* ----------------image for responsive */
img{ max-width: 100%; height: auto; vertical-align:top; }

/* ----------------clear fix for modern browsers */
.cfx:before, .cfx:after { content:""; display:table; }
.cfx:after { clear:both; }

/* font size */
/* font */
/* :'Hiragino Mincho ProN', serif; */
html {
	font-size: 62.5%;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	color:#8f8f8f;
}
body { font-size: 10px; font-size: 1.0rem; }

