@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, 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-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: bottom;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
ol, ul{
	list-style:none;
}
table{
	border-collapse: collapse; 
	border-spacing:0;
}
caption, th{
	text-align: left;
}
a:focus {
	outline:none;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

* html .clearfix {
	height: 1px;
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
.inner{
	margin:0 auto;
}
ul .last{
	margin-right:0 !important;
	margin-bottom:0 !important;
}
.cleartext {
	position: absolute;
	top: -500px;
}
.last {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}
.stretch{
	max-width:100%;
	height:auto;
	display: block;
	margin: 0 auto;
}
.stretch60 {
	max-width:60%;
	height:auto;
	display: block;
	margin: 0 auto;
}
.stretch75 {
	max-width:75%;
	height:auto;
	display: block;
	margin: 0 auto;
}
.stretch85 {
	max-width:85%;
	height:auto;
	display: block;
	margin: 0 auto;
}
.clear{
	clear:both;
}
.mb0{
	margin-bottom:0 !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb25{
	margin-bottom:25px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb40{
	margin-bottom:40px !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mb60{
	margin-bottom:60px !important;
}
.pb60{
	padding-bottom:60px !important;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
a:link {
	color:#1b5195;
	text-decoration:underline;
}
a:visited {
	color:#1b5195;
	text-decoration: none;
}
a:hover {
	color:#1b5195;
	text-decoration: none;
}
a:active {
	color:#1b5195;
	text-decoration: none;
}
#footerArea a {
	outline: medium none;
}
#footerArea a:link {
	color:#fff;
	text-decoration:none;
}
#footerArea a:visited {
	color:#fff;
	text-decoration: none;
}
#footerArea a:hover {
	color:#fff;
	text-decoration: none;
}
#footerArea a:active {
	color:#fff;
	text-decoration: none;
}




/*-----------画面サイズが769px以上の時-----------*/
@media screen and (min-width: 769px) {
	.widthfix {
		width:100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.inner{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.right{
		float:right;
	}
	.left{
		float:left;
	}
	.center {
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	.pic-left {
		float: left;
		margin-right: 1.6em;
		margin-bottom: 0.8em;
	}
	.pic-right {
		float: right;
		margin-bottom:0.6em;
		margin-left: 1.6em;
	}
	.pc-none{
		/*display:none !important;*/
	}
	.sp-none{
		/*display:block;*/
	}
	h1 + p {
		position: absolute;
		z-index: 11;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

}
@media screen and (max-width: 768px) {
	.widthfix {
		width:100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.inner{
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.pc-none{
		/*display:block;*/
	}
	.sp-none{
		display:none !important;
	}
	h1 {
		display: none;
	}
	h1+p {
		display: none;
	}
	.br_none {
		display: none;
	}
	img.center {
		width: 90%;
		height: auto;
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	.pb60{
		padding-bottom:50px !important;
	}
}

