@charset "UTF-8";
/* CSS Document */

/*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 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif !important;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
	text-decoration: none;
	list-style-type: none;
	font-weight: normal;
}
body {
	min-width: 1024px;
	line-height: 1;
	overflow-x: hidden;
 }
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
img {
	border-style: none;
	display: block;
	width: 100%;
}
a { 
	outline: none;
}
.sp {
	display:none;
}
.inr {
	min-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

/*clearfix----------------------------------------*/
.clearfix:after {   
    content: ".";   
    display: block;   
    overflow:hidden;
    height: 0px;
    line-height: 0;
    clear: both;   
}
/*link--------------------------------------------*/
.btn {
	transition: 0.5s;
}
.btn:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-webkit-opacity:0.80;
	opacity:0.80;
}


@media screen and (max-width:750px){
html, body {
	min-width:100%; 
}
.inr {
	min-width: 100%;
}
.pc {
	display:none;
}	
.sp {
	display:block;
}
/*link--------------------------------------------*/
.btn {
	transition: none;
}
.btn:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-opacity:1;
	opacity:1;
}


}
