/*!
Theme Name: soie
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: soie
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

soie is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

.sns-link{
    text-align: center;
}
.sns-link li{
    display: inline-block;
    margin: 1rem 3rem;
}
.saibow-list{
    width: 100%;
}
.saibow-list > div{
    width: 50%;
    float: left;
    height: 392px;
    overflow: hidden;
}
.p-list li{
    width: 20%;
    margin: 1%;
    background: #ffdcde;
    padding: 12px 8px;
    border-radius: 8px;
    text-align: center;
    float: left;
    min-height: 50px;
    display: table-cell;
    vertical-align: middle;
}
.relative{
    position: relative;
}