*{
    box-sizing: border-box;
}
.box-list{
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;

}
.box-list li{
  float: left;
  border:1px solid #ddd;
  width: 23.0%;
  margin-bottom: 1%;
  margin-right: 1.25%;
  align: center;
}
ul li:last-child{
  margin-right:0;
}

}
.box-list2{
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;

}
.box-list2 li{
  float: left;
  border:1px solid #ddd;
  width: 47.5%;
  margin-bottom: 1%;
  margin-right: 1.25%;
  align: center;
}

.box-list2{
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;

}
.box-list3 li{
  float: left;
  border:1px solid #ddd;
  width: 31.5%;
  margin-bottom: 1%;
  margin-right: 1.25%;
  align: center;
}

.box-list3{
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;

}


.txt_l {
	text-align:left;
}

.txt_c {
	text-align:center;
}

.txt_r {
	text-align:right;
}

.titlemain
{
	font-weight:bold;
	font-size:110%;
	text-align:center;
}

.color_blue {
 color:#3399ff;
 font-weight:bold;
 font-size:120%;
}

.color_ao {
 color:#0033ff;
 font-weight:bold;
 font-size:120%;
}

.color_pink {
 color:#ff33cc;
 font-weight:bold;
 font-size:120%;
}

.color_red {
 color:#ff0000;
 font-weight:bold;
 font-size:120%;
}

.iro_mizu {
 color:#3399ff;
 font-weight:bold;
 font-size:120%;
}

.iro_ao {
 color:#0033ff;
 font-weight:bold;
 font-size:120%;
}

.iro_pink {
 color:#ff33cc;
 font-weight:bold;
 font-size:120%;
}

.iro_red {
 color:#ff0000;
 font-weight:bold;
 font-size:120%;
}

.color_haikei {
 background-color:rgb(255,255,153);
}

.iro_haikei {
 background-color:rgb(255,255,153);
}

.p_price
{
	font-size:120%;
	font-weight:bold;
	color:red;
}

h4 {
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
}

h4:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}


p.left {
  text-align: left;
}

p.right {
  text-align: right;
}

form{
	margin		: 0em ;
}
input
{
	font-size	: 9pt;
}
textarea
{
	font-size	: 9pt;
}
select
{
	font-size	: 9pt;
}


        p {
line-height: 150%;
}

li {
line-height: 120%;
}

td {
line-height: 150%;
}

h1,h3 {
font-size:14px;
color: #66CCFF
}

h2 {
font-size:19px;
color: #FF66CC
}

h1 { margin-bottom: 0 }
 h2 { margin-bottom: 0 }

.menuTab {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 0 5px;
	border-color: #80CEDD;
	border-style:solid;
	background:#029EBC;
	color:#EBF7FA;
	line-height:140%;
	font-weight:bold;
}

#t-title h1 {
	font-size:16px;
	color: #FFF;
	background-color: #9ED1FE;
	display: block;
	padding: 20px;
	text-align:center;
}

#t-title h3 {
	font-size:14px;
	color: #666666;
	display: block;
	text-align:center;

#t-title h4 {
	font-size:14px;
	color: #FFF;
	background-color: #9ED1FE;
	display: block;
	padding: 20px;
	text-align:center;
}


ul li {
  position: relative;
}
ul li::after,
ul li::before {
  display: block;
  content: '';
  position: absolute;
}
ul li::after {
  top: .35em;
  left: -1.2em;
  width: 14px;
  height: 14px;
  background-color: #3498db;
  border-radius: 100%;
}
ul li::before {
  z-index: 2;
  top: .625em;
  left: -.975em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



.katebox {
    padding: 0.3em 0.3em;
    margin: 0em 0em;
    border: solid 1px #ccccff;
}

.katebox_pink {
    padding: 0.5em 0.5em;
    margin: 0em 0em;
    border: solid 1px #ccccff;
}


