﻿@charset "UTF-8";
/*===================
version:6
Reset  
===================*/
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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;/* border: 0; */font-size: 100%;font: inherit;vertical-align: baseline;}
strong,.bold{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;	
font-weight:bold;
}
i,em,.italic{
font-style:oblique;
}
.underline{
	text-decoration: underline;
}

body {
line-height: 1;
}
.detail-news ol, .detail-news ul {/* list-style: none; *//* padding-left: 20px; *//* margin-left: 20px; */}
blockquote, q {
quotes: none;
}
.detail-news ul li{
	/* margin-left:10px; */
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*編集画面用*/
.cke_wysiwyg_frame{
	box-sizing:border-box;
	padding:5px;
}
body.cke_editable{
	line-height:1.5em;	
}
.detail-news ul li::marker{
	font-size: small;
}