@charset "utf-8";

/* CSS Document */
@import url("css/layout.css");
@import url("css/header.css");
@import url("css/navi.css");
@import url("css/footer.css");
@import url("css/common.css");
@import url("css/pushy.css");
@import url("css/animate.css");


@import url("css/swiper.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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	background: #ffffff;
	font-size: 76%;
	line-height: 160%;
	letter-spacing: 0px;
	text-align: left;
	color: #000;
	-webkit-text-size-adjust: none;
	font-family: "Times New Roman", "游明朝", 'YuMincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", serif;
	
	/*iphone横 文字サイズ拡大しない*/
	-webkit-text-size-adjust: 100%; 
　　-moz-text-size-adjust: 100%; 
　　-ms-text-size-adjust: 100%; 
　　-o-text-size-adjust: 100%; 
　　text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	color:#000;
	font-size:100%;
}
a {
	color:#0066cc;
	text-decoration:none;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover {
	color:#00b3e5;
}
a img {
	border: none;
}
img {
   vertical-align: bottom;
}

li,ol {
   list-style: none;
}