@charset "UTF-8";
/* shohin */
/*--------商品ページ-------------*/
.mainbox {
	width: 960px;
	height: auto;
	margin: auto;
}
/*.box1{
	width: 98%;
	height: auto;
	margin: 10px auto;
	padding-top: 10px;
	padding-bottom: 10px;
}*/
.box_s1{
	width: 98%;
	height: auto;
	margin: 10px auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul{
	display: flex;
  /*justify-content: space-between;*/
	display: -webkit-flex;
	
}
ul .a-waku{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	width: 285;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.a-waku li{
	display: flex;
  flex-direction: column;
	align-items: flex-start;
	width: 285px;
	height: auto;
	/*float: left;*/
	margin-left: 10px;
	background-color: #FFFFFF;
	border-radius: 8px;
	padding: 5px;
	margin-bottom: 10px;
}
li .cont{
	flex: 1;
	padding: 5px;
}
li>*:first-child {
    align-self: stretch;
}
.fl{
	align-items: center;
	float: left;
	padding: 0px 10px 0px 0px;
}
/*---- 文書関連-----------*/
h3 {
	line-height: 1.2em;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 3px;
	text-decoration: none;
	padding: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ac0202), color-stop(0.00, #F00));
	background: -webkit-linear-gradient(#F00, #ac0202);
	background: -moz-linear-gradient(#F00, #ac0202);
	background: -o-linear-gradient(#F00, #ac0202);
	background: -ms-linear-gradient(#F00, #ac0202);
	background: linear-gradient(#F00, #ac0202);
	margin-top: 5px;
	margin-bottom: 10px;
}
.b2 {
	line-height: 1.0em;
	font-size: 1.0em;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 3px;
	text-decoration: none;
	padding: 5px;
background: #00ced1;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #00ced1), color-stop(0.00, #00ced1));
	background: -webkit-linear-gradient(#F00, #ac0202);
	background: -moz-linear-gradient(#F00, #ac0202);
	background: -o-linear-gradient(#F00, #ac0202);
	background: -ms-linear-gradient(#F00, #ac0202);
	background: linear-gradient(#F00, #ac0202);*/
	margin-top: 5px;
	margin-bottom: 10px;
}
