/* ------------------------------------- */
/* デフォルト設定 */
/* ------------------------------------- */
body, header, footer, address, p, h1, h2, h3, h4, h5, h6, ul, li, a, div, img, form, select {
	padding: 0;
	margin:  0;
}
i {
	font-style: normal;
}
li {
	list-style:none;
}
a {
	text-decoration: none;
}
body {
	color: #333333;
	font-size:14px;
	font-family: Raleway ,YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,sans-serif;
	letter-spacing: 1px;
	width:100%;
	height:100%;
	background:#ffffff;
	line-height:1.6;
	-webkit-text-size-adjust:100%;
}
#wrapper {
	position:relative;
	height:100%
	z-index: 0;
}
body>#wrapper {
	height:auto;
	min-height:100%
}
.hover,
.hover img,
.hover div {
	transition: 0.6s;
}
.hover:hover,
.hover:hover img,
.hover:hover div {
	opacity: 0.6;
}
img {
	backface-visibility: hidden;
	border: 0px;
	vertical-align: bottom;
}
.clear {
	clear: both;
}
.clear hr {
	display: none;
}
.clear_sp {
	display: none;
}
.clear_sp hr {
	display: none;
}
@media (max-width: 768px) {
	.clear_sp {
		display: block;
	}
}
/* ------------------------------------- */
/* スマホ対応用 */
/* ------------------------------------- */
.cd_sp_only {
	display: none !important;
}
@media (max-width: 768px) {
	div.cd_pc_only  { display: none   !important; }
	div.cd_sp_only  { display: block  !important; }
	span.cd_pc_only { display: none   !important; }
	span.cd_sp_only { display: inline !important; }
	img.cd_pc_only  { display: none   !important; }
	img.cd_sp_only  { display: inline !important; }
	br.cd_sp_only   { display: inline !important; }
	br.cd_pc_only   { display: none   !important; }
	span.cd_sp_only { display: inline !important; }
}
/* ------------------------------------- */
/* シェア用 */
/* ------------------------------------- */
.cd_share_area {
	line-height: 20px;
}
.cd_share_area .share_item {
	display: inline-block;
	vertical-align: top;
}
