@charset "utf-8";


/* * * * * * * * * * * * * * * * * * * * * * *
 *
 * symp2016 common
 *
 * * * * * * * * * * * * * * * * * * * * * * */ 
 
 

/*********************************************
 * 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-style:normal;
    font-weight: normal;
	font-size: 100%;
    vertical-align: baseline;
}

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

html{
    overflow-y: scroll;
}

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;
}

a:focus {
    outline:none;
}

fieldset,img { 
    border:0;
}

q:before,q:after {
    content:'';
}

img {  
	height: auto;
	display: block; 
}

noscript {
	font-size: 13px;
	line-height: 1.3;
}

/* html5 */
article, aside, figure, footer, header, hgroup, nav, section { display:block; margin:0; padding:0; }




/*********************************************
 * font
 ******************************************* */
 
 
html{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

h1, h2, h3, h4, h5, p {
	letter-spacing: 0.01em;
}



/*********************************************
 * PC
 ******************************************* */


body {
	width: 100%;
}

a:hover, a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}
.sp {
    display: none;
}
.pc {
    display: block;
}



/*********************************************
 * SP
 ******************************************* */


@media screen and (max-width: 780px) {

 
body {
	
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #000;
	text-decoration: none;
}
.sp {
	display: block;
    
}
.pc {
	display: none;    
}

}