@charset "UTF-8";

/*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, 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, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
}
strong{font-weight:bold;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
/*common*/
html, body {
	width: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	color: #444;
}
html {
}
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.75;
	font-size: 14px;
}
a {
	color: #000;
	transition: 1.0s;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
img {
	vertical-align: bottom;
	line-height: 1.0;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-ms-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;max-width:100%;height:auto;
}

#wrapper{overflow: hidden;padding:10px;background-image: url(/boushin/img/bg.jpg);
	background-repeat: repeat;
	background-position: center top;background-color:#ce361a;}
br.pc{display:none;}
@media screen and (min-width : 768px) {
	br.pc{display:block;}
}

/* 忘年会2017 */
.boushinframe {padding:10px;}
.boushinframe .catch{text-align:center;padding:10px;}
.boushinframe .catch img{width:100%;height:auto;max-width:560px;}
.boushinframe h1{text-align:center;padding:10px;}
.boushinframe h1 img{width:100%;height:auto;max-width:560px;}
.boushinframe .bousinindex{padding:10px 0 30px;text-align:center;}
.boushinframe .bousinindex a{text-align:center;padding:5px 0;display:block;}
.boushinframe .bousinindex a img{width:100%;height:auto;max-width:436px;}

@media screen and (min-width : 481px) {}
@media screen and (min-width : 768px) {
	.boushinframe .bousinindex{overflow: hidden;}
	.boushinframe .bousinindex a{width:48%;margin:1%;float:left;text-align:center;}
}
@media screen and (min-width: 960px) {
	.boushinframe{width:960px;margin:0 auto;}
}



/*フッター*/
#gfooter{width:100%;overflow:hidden;padding:20px 0;}
.footlogo{text-align:center;padding:30px 0 10px 0;}
.footlogo img{width:90px;height:30px;}
.copyright{text-align:center;padding:10px 0 30px;font-size:12px;}

/*注釈※付*/
.notearea{}
.notearea ul{
	margin-left: 15px;margin-right:0;font-size:13px;
}
.notearea ul li{
	position: relative;
}
.notearea ul li:before{
	content: "※";
		position: absolute;
left: -15px;
}