@CHARSET "UTF-8";


/***---- This Site ------***/
/*
div#Serviceinfo{
	width: 565px;
	padding-left: 12px;
}
div#Serviceinfo div.detail div.right p.txt{
	padding: 15px 0 10px;
	line-height: 1.7;
}

*/

.imagecenter {
display: block;
margin: 10px auto;
max-width: 100%;
}
.bold {
font-weight: 600;
}
h4.midashi {
font-size: 130%;
padding: 5px 10px;
font-weight: 600;
color: #a5244f;
border-left: 10px solid #a5244f;
margin: 15px 0;
}
h5.midashi {
font-size: 110%;
padding: 5px 10px;
font-weight: 600;
color: #333;
border-left: 7px solid #333;
border-bottom: 2px solid #333;
margin: 0 0;
}
h5.midashi_only {
font-size: 110%;
font-weight: 600;
color: #333;
margin: 0 0;
}

ul.list_gaiyou {
margin: 15px;
padding: 0;
float: none;
}
ul.list_gaiyou li {
list-style-type:disc;
line-height: 130%;
margin: 0;
margin-left: 15px;
padding: 0;
margin-bottom: 10px;
}

p.txt_bouhan{
	padding: 15px 10px;
	line-height: 1.7;
}
	
.azuki {
color: #a5244f;
}
ul.list_3way {
margin: 15px;
padding: 0;
float: none;
}
ul.list_3way li {
list-style: none;
}
ul.list_2way, ul.list_3way {
margin: 0;
padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

ul.list_3way li {
display: inline-block;
vertical-align: top;
list-style: none;
margin: 0;
margin-right: 2.5%;
margin-bottom: 15px;
padding: 0;
width: 31.3%;
}
ul.list_3way li:nth-child(3n), ul.list_3way li:last-child {
margin-right: 0;
}
ul.list_2way li {
display: inline-block;
vertical-align: top;
list-style: none;
margin: 0;
margin-right: 5%;
margin-bottom: 15px;
padding: 0;
width: 47%;
}
ul.list_2way li:nth-child(even), ul.list_2way li:last-child {
margin-right: 0;
}
.list_3way h5, .list_2way h5 {
background: rgb(51,51,51);
background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(85,85,85,1) 51%, rgba(85,85,85,1) 100%);
color: #FFF;
border: 3px double #FFF;
padding: 10px;
font-size: 110%;
line-height: 130%;
font-weight: 600;
text-align: center;
}
.list_3way h5 span, .list_2way h5 span {
font-size: 90%;
margin-top: 5px;
line-height: 130%;
font-weight: 600;
}
.list_3way p, .list_2way p {
margin-top: 10px;
text-align: center;
}

.pic_bouhan {
position: relative;
display: block;
height: 0;
padding-bottom: 55%;
background-color: #FFF;
overflow: hidden;
}
.pic_bouhan img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	object-fit: contain;
	width: 100%;
	height: 100%
}
.mightycubelogo {
float: right;
display: block;
max-width: 120px;
height: auto;
}

.f80 {
font-size: 80%;
}

.f90 {
font-size: 90%;
}

table.table_shiyou {
margin: 15px 0;
table-layout: fixed;
width: 100%;
border-collapse: collapse;
}
table.table_shiyou th, 
table.table_shiyou td {
border-collapse: collapse;
padding: 10px 10px;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}
table.table_shiyou th {
width: 20%;
font-weight: 600;
}
