@charset "utf-8";
/* ---------------------------------------------------------
Theme Name: 太陽公園
Theme URI: 
Description: 太陽公園のWordPressテーマです。
Author: 
Author URI: 
Version: 1.0
--------------------------------------------------------- */

/* default style
----------------------------------------------------------- */
@import url("css/default.css");

/*********************************/
/***** PC *****/
/*********************************/

/* module style
----------------------------------------------------------- */
@import url("css/module.css") screen and (min-width: 641px);

/* all style
----------------------------------------------------------- */
@import url("css/element.css") screen and (min-width: 641px);


/*********************************/
/***** Smartphone *****/
/*********************************/

/* module style
----------------------------------------------------------- */
@import url("css/module_sp.css") screen and (max-width: 640px);

/* all style
----------------------------------------------------------- */
@import url("css/element_sp.css") screen and (max-width: 640px);



/* common style
----------------------------------------------------------- */
@import url("css/common.css");

.topsnsbnr {
	margin:3em 0;
}
.topsnsbnr li {
	width:33%;
	display:table-cell;
	text-align:center;
	float:left;
}
.topsnsbnr li img {
	width:256px;
	margin:0 auto;
}
@media screen and (max-width:640px) {
.topsnsbnr {
	margin:1em 0;
}
.topsnsbnr li {
	width:100%;
	margin-bottom:0.5em;
}
}