@charset "utf-8";
/*
Theme Name:Theme Kit 4
Theme URI:
Author:
Author URI:
Description:
*/
/* --------------------------------------------------- */
/* reset */
/* --------------------------------------------------- */
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-weight:normal; vertical-align:baseline; background:transparent;
}
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; 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: inherit; }
ol,ul{ list-style:none; }

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

/* for iOS 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; }

/* link */
a {
	color: #1111cc;
	outline: none;
	text-decoration: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
a:link { color: #36b8bc; text-decoration: none; }
a:visited {  color: #36b8bc; text-decoration: none; }
a:hover {
	color: #36b8bc;
	text-decoration: none;
	opacity: 0.6;
}
a:active { color: #36b8bc; text-decoration: none; }

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

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

/* font */
/* :'Hiragino Mincho ProN', serif; */
html {
	font-size: 62.5%;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	color:#5b5a58;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}
body { font-size: 10px; font-size: 1.0rem; line-height: 1; }
