@charset "utf-8";  
/*------------------------------------------------------------ 
    デフォルトスタイル 
------------------------------------------------------------*/  
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 {  
margin: 0;
padding: 0;
background: transparent;
border: 0;
outline: 0;
font-size: 1em;
}

body, table, input, textarea, select, option {
/*font: 13px/1.231 arial,helvetica,clean,sans-serif;*/
/*font: 13px/1.231 NotoSansCJKjp,Noto Sans JP,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif;
-webkit-text-size-adjust:none;*/
font-size: 13px;
font-family: NotoSansCJKjp,Noto Sans JP,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif;
line-height: 1.231;
margin: 0;
padding: 0;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

:focus {
outline: 0;
}

ins {
text-decoration: none;
}

del {
text-decoration: line-through;
}

* {
	box-sizing: border-box;
}

a {
	color: #333;
	text-decoration: none;
}

#main {
	background-color: #fff;
}

.fBox_bnr {
	display: block;
	width: 100%;
	margin: 0 0 15px;
}
.fBox_bnr li {
	width: 100%;
	padding: 5px 0 0;
	text-align: center;
}
