/*
Theme Name: WING-AFFINGER5 Child
Template: affinger5
Version: 20180323
*/

/* 以前のフォントにする場合はコメントアウトして下さい
* {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
}
*/


/*--------------------------------
スマホのフッターメニュー
---------------------------------*/
ul.footer_menu {
margin: 0 auto;
padding: 8px 0 5px;
width: 100%;
overflow: hidden;
display: table;
/*border-top:1px solid #4496d3;*/
}
ul.footer_menu li {
margin: 0;
padding: 0;
display: table-cell;
vertical-align:middle;
list-style-type: none;
}
ul.footer_menu li a i{
font-size: 16px;
}
ul.footer_menu li a {
font-size: 16px;
border: none;
display: block;
color: #fff;
text-align: center;
text-decoration: none;
background: #e45982;
z-index: 9999999999;
-moz-opacity: 0.9;
opacity: 0.9;
margin: 0 7px 5px 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
webkit-box-shadow: 3px 3px 0px #F8286B;
-moz-box-shadow: 3px 3px 0px #F8286B;
box-shadow: 3px 3px 0px #F8286B;
}
.footer_menu {
position: fixed;
bottom: 0;
left:0;
}

/*--------------------------------
サイドバー
---------------------------------*/

#side aside h4.menu_underh2{
/*background:url(images/side1.png) left 50% no-repeat;*/
padding:10px 10px 10px 10px;
}
#side aside h4.menu_underh2 a{
text-decoration:none;
color:#111;
}

#side aside ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#side aside ul li {
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 10px 0px 10px 0px !important;
	position:relative;
	padding:0px 0 3px 20px;
	border-bottom: 1px solid #eee;
	
}
#side aside ul li:after {
display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0em;
  width: 6px;
  height: 6px;
  background-color: #F8CACA;
  border-radius: 100%;
/*	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:3px; 
	left:2px; 
	height:0; 
	width:0; 
	border-top: 6px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #ff4177;*/
}
#side aside .children li {
	padding-left: 10px;
}
#side aside ul li ul li{
	margin: 0px;
	border:none;
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
	position:relative;
}
#side aside ul li ul li:before{
	content:''; 
	height:0; 
	width:0; 
	display:block; 
	border:5px transparent solid; 
	border-right-width:0; 
	border-left-color:#ff4177; 
	position:absolute; 
	top:5px; 
	left:8px;
}
#side aside ul li ul li:after{
	content:''; 
	height:2px; 
	width:10px; 
	display:block; 
	background:#ff4177;
	position:absolute; 
	top:9px; 
	left:0px;
}

.fronttxt{
border:1px solid #ddd;
padding:10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background:#fff;
margin-bottom:20px;
}
.fronttxt img{
width:100px;
}
.fronttxt p{
padding:0;
margin:0 0 5px 0;
font-size:13px;
line-height:1.5em;
}

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960px) {


/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {
	/*--------------------------------
	ヘッダーコンテンツ
	---------------------------------*/

	#header-l {
		float:left;
		max-width:40%;
	}

	#header-r {
		float:right;
		max-width:55%;
		padding-top:10px
	}

	#header-r a{
		text-decoration:none;
	}

	#header-r p {
		margin:0px;
		font-size:13px;
		line-height:1.5em;
	}

/*-- ここまで --*/
}