/*
Theme Name: meviy04_2
Description: Meviy Blog Template
Author: MASAtoshi OKA
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meviy04_2
Version: 4.0
*/
.example_page{
	display: block;
	height: auto;
}

ul.menu_example{
	display: block;
	margin-top: 10px;
	float: left;
}
ul.menu_example li{
	display: block;
	float: left;
	padding: 1px 7px;
	margin: 0 10px 10px 0;
	font-size: 14px;
	background: #fff;
	color: #000;
	font-weight: 600;
	box-sizing: border-box;
	border: solid 2px #000;
	-moz-border-radius:4px;
	border-radius:4px;
}
ul.menu_example li a{color: #000; text-decoration: none;}
ul.menu_example li:hover, ul.menu_example li.current-menu-item, ul.menu_example li.current-cat_example-ancestor{background:#000;}
ul.menu_example li:hover a, ul.menu_example li.current-menu-item a, ul.menu_example li.current-cat_example-ancestor a{color: #fff; opacity: 1;}

/*
.example_cat{
	display: block;
	background: #ffffff;
	padding: 10px;
}
*/
.example_cat_title{
	display: block;
	float: none;
	font-weight: 600;
	font-size: 14px;
}
ul.example_area{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-pack: justify;
	justify-content:left;
	margin: 20px 0;
}
ul.example_area > li{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
	width: calc(25% - 20px);
	padding: 15px;
	margin: 10px;
	box-sizing: border-box;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* #page_info-top ul.example_area > li{
	width: calc(20% - 20px);
} */

@media screen and (max-width:900px) {
	ul.example_area > li{width: calc(33% - 20px);}
}
@media screen and (max-width:700px) {
	ul.example_area > li{width: calc(50% - 20px);}
}
@media screen and (max-width:450px) {
	ul.example_area{display: block;}
	ul.example_area > li{width: calc(100% - 20px);}
}
.ex_img{}
.ex_img img{width: 100%; height: auto; margin-bottom: 0px;}
a.ex_type{
	display: block;
	width: 100%;
	padding: 2px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
	background: #00918c;
	-moz-border-radius:20px;
	border-radius:20px;
    text-decoration: none;
}

a.ex_type.cnc{}
a.ex_type.sheet-metal{background: #0b1364;}
a.ex_type:hover{background: #555; opacity: 1;}

.ex_detail{
	flex-grow: 1;
	display: flex;
  	flex-direction: column;
}
.ex_detail_h3{
	flex: 1;
	height: 100%;
	min-height: 0%;
	display: block;
	float: none;
	text-align: center;
	padding-bottom: 10px;
	/* display: flex;
	flex-direction: column;
	justify-content: center; */

}
.example_table{
	flex: 2;
  height: 100%;
  min-height: 0%;
  width: 100%;
}

.ex_detail h3{
	margin: 0 !important;
	font-size: 20px !important;
	font-weight: 600;
	padding-bottom: 15px;
}

ul.example_area > li table{ width: 100%}
ul.example_area > li table tr td{
	padding: 5px 0;
	vertical-align: text-top;
	font-size: 12px;
	line-height: 120%;
	border: none;
}
ul.example_area > li table tr td ul{list-style: disc}
ul.example_area > li table tr td ul li{
	list-style-type: disc;
	margin-left: 17px;
	margin-bottom: 2px;
}
td.ex_table_left{width: 72px; font-weight: 600;}
ul.ex_price {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 10px;
	text-align: center;
}
ul.ex_price li{
	width: 100%;
	border: 2px solid #e2e2e2;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 5px 0;
	box-sizing: border-box;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	padding: 0;

	overflow: hidden;
}
ul.ex_price li small{font-size: 16px; font-weight: 600;}
.ex_price_label{
	background: #e2e2e2;
	font-size: 12px;
	padding: 5px;
}

.example_note ul{
	padding-top: 60px;
	list-style: none;
	display: block;
	float: left;
}
.example_note ul li{
	margin-left: 20px;
	font-size: 12px;
	padding-top: 5px;
	color: #555;
}
.example_note ul li:before{content: '* ';}

.example_btn_start{text-align: center;}
.example_btn_start a{
	display: block;
	float: none;
	margin: 20px auto 10px auto;
	width: 100%;
	max-width: 400px;
	background: #ffc600;
	padding: 10px;
	-moz-border-radius:10px;
	border-radius:10px;
	color: #000;
	text-decoration: none;
}
.example_btn_start a strong{
	font-size: 25px;
	font-weight: 600;
}

.example_btn_sample{text-align: center; padding-top: 5px;}
.example_btn_sample a{
	color: #ff8b3e;
	font-weight: 600;
	font-size: 20px;
	
}