/*
Theme Name: STINGER8 Child
Template: stinger8
Version: 20161115
*/
@import url('stinger8/style.css');

body{
	background-color:#f7f7f7;
	color:#535b66;
}

.tleft
{
	text-align: left;
}
.tright
{
	text-align: right;
}
.center
{
	text-align: center;
}

#contentInner{
	background:#ffffff;
	padding:0 2.5%;
}


#content{
	margin:0 auto;
	max-width:100%;
}


.pr{
	color:#bcbcbc;
	font-size:11px;
	text-align:right;
}

#relation_wrap
{
	padding: 0 2.5%;
}

ul.relation
{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}

ul.relation li
{
	list-style: none;
	width: 48%;
	margin-bottom: 15px;
}

ul.relation li img
{
	margin-bottom: 15px;
}

#links
{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}

#links p
{
	margin: 0 10px;
}

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {



/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {
	#content{
	margin:0 auto;
	max-width:960px;
}

	#contentInner{
	background:#fff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	margin:0 auto;
	max-width:900px;
	padding:0 30px;
}

#relation_wrap
{
	padding: 0;
}

ul.relation
{
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

ul.relation li
{
	width: 290px;
	margin-right: 15px;
}

ul.relation li:nth-child(3n)
{
	margin-right: 0;
}


/*-- ここまで --*/
}


.junpbtn{
	text-align: center;
}

.junpbtn a{
	display: inline-block;
	background: #337ed6;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
}
