/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* 
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;
	font-family:"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
	vertical-align: baseline;
} */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*ãƒ©ãƒ³ãƒ‰ã‚¹ã‚±ãƒ¼ãƒ—ãƒ¢ãƒ¼ãƒ‰ã§ã‚‚åŒã˜ãƒ•ã‚©ãƒ³ãƒˆã‚µã‚¤ã‚ºã«ãªã‚‹ã‚ˆã†ã«*/
	-webkit-text-size-adjust:100%;
	/*
	line-height:1;
	*/
}/*
ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.cfx:after{
	content:"";
	display:table;
	clear:both;
}
a{
	text-decoration:none;
	color:#1c5b90;
}
#header a{
	text-decoration:none;
}
#footer-widgets .widget-column {
    float: left;
    padding: 0 15px;
    width: 17%;
}
#footer-widgets .widget-column {
    padding-left: 15px;
    padding-right: 15px;
    word-wrap: break-word;
}
#footer-widgets {
    background: #EEEEEE;
    padding: 30px 0px;
    width: 100%;
    float: left;
    position: relative;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.inner-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
#footer-widgets section, .widget-area section {
    padding: 0;
}
.widget-column .widget:first-child {
    margin-top: 0;
}
.post-type-archive-notice
{
	background-color: #fff!important;
}
@media screen and (max-width: 992px){	

}
.admin-bar.page-template-home-1 #header
{
	margin-top: 32px;
}