/*
Theme Name: CSG return
*/

@charset "utf-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@media screen and (min-width: 1140px){
}
@media screen and (max-width:1139px){
}

/* tags
---------------------------------------------------- */
html,body { margin:0; padding: 0; color: #151515; background:#fff; font-family:'Noto Sans Japanese','メイリオ',sans-serif; font-size: 15px; line-height: 2.0em;}
a:link,a:visited { color:#242424;}
a:hover,a:active { color:#aaaaaa; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
a:hover img{ opacity:0.8; filter:alpha(opacity=80); -ms-filter: "alpha( opacity=80 )"; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
p {}
img { border-style: none; vertical-align: bottom; max-width: 100%; height: auto;}
h1,h2,h3,h4,h5,h6,p,ul,dl,dt,dd { margin: 0; padding: 0; list-style: none; font-weight: normal; clear:both;}

#wrap{ width:100%; margin: 200px auto; text-align: center;}

@media screen and (min-width: 1140px){
	div.inner{ width: 1140px; margin: 0 auto;}
}
@media screen and (max-width:1139px){
	div.inner{ width: 800px; margin: 0 auto;}
}

