/* CSS Document */


.orderproduction_TitleImage
{
	width:45%;
	margin:10px auto;	
}

.orderproduction_TitleImage img
{
	width:100%;
}

.orderproduction_TitleImage2
{
	width:100%;
	margin:10px auto;	
}

.orderproduction_TitleImage2 img
{
	width:100%;
}


.orderproduction_AppealImage
{
	display: table;
	vertical-align: bottom;
	width:100%;
}

.orderproduction_AppealImage ul{
	overflow: hidden;
	vertical-align: bottom;
	display: table;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	color:#ffffff;
}

.orderproduction_AppealImage  li{
	display: table-cell;
	width:25%;
	height: auto;
	float: left;
	font-weight: bold;
	cursor: pointer;
	
}

.orderproduction_AppealImage img{
	display:block;
	float: left;
}

.orderproduction_AppealImage li img.main_menu_image
{
	width:100%;
	height:auto;
}

.orderproduction_AppealImage li img.main_menu_image
{
	cursor:default;
}

/*
#main_menu_Area .main_menu1 .main_menu_image1_1
{
	background:url(../img/index/kangosyoukibo_on_button.png) no-repeat;
	background-size:contain;
}

#main_menu_Area .main_menu1 .main_menu_image1_2
{
	background:url(../img/index/houmon_on_button.png) no-repeat;
	background-size:contain;
}

#main_menu_Area .main_menu1 .main_menu_image1_3
{
	background:url(../img/index/houjin_on_button.png) no-repeat;
	background-size:contain;
}

#main_menu_Area .main_menu1 .main_menu_image1_4
{
	background:url(../img/index/houjin_on_button.png) no-repeat;
	background-size:contain;
}
*/

.comment .TitleImage{
	width:100%;
	margin:10px 0px;
}

.panel1
{
	width:95%;
	margin:0px auto;
}

.panel_table_1{
	display:table;
	width:100%;
	column-count:3;
}

.panel_cell{
	display:table-cell;
	width:33%;
	vertical-align:middle;
}

.panel_cell .theorderofcreation_No_Image img{
	padding-left:10%;
	height:28px;
	max-width:90%;
}

.panel_cell .PanelImage img{
	width:100%;
}

.table_image_header_cell{
	width:100%;
	-moz-column-span: all;
	-webkit-column-span: all;
	-o-column-span: all;
	-ms-column-span: all;
}

.table_image_footer_cell{
	width:100%;
	-moz-column-span: all;
	-webkit-column-span: all;
	-o-column-span: all;
	-ms-column-span: all;
}

.panel_table_2{
	display:table;
	width:80%;
	margin:0px auto;
	column-count:2;
}

.panel_table_2 .tr{
	width:100%;
}

.panel_cell_div_2{
	display:table;
	margin:20px 2%;
	width:46%;
	float:left;
	vertical-align:middle;
}

.panel_cell_2_icon{
	display:table-cell;
	width:25%;
	vertical-align:middle;
}

.panel_cell_2_icon img{
	width:100%;
}

.panel_cell_2_comment{
	display:table-cell;
	font-size:0.9em;
	width:75%;
	padding:4%;
	vertical-align:middle;
}

.panel_table_3{
	width:80%;
	margin:0px auto;
	column-count:1;
}

.panel_cell_3_comment{
	position:relative;
	font-size:1.0em;
	width:100%;
	margin:0px auto;
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:15px;
	text-align:center;
}

.panel_cell_3_comment img
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.panel_cell_4_Inquiry{
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

.panel_cell_4_Inquiry a{
	color:rgba(78,37,7,1.0);
}

.panel_cell_4_Inquiry a:link{
	color:rgba(78,37,7,1.0);
}

.panel_cell_4_Inquiry a:hover{
	color:rgba(181,133,80,1.0);
}


.table_image_footer_cell img{
	width:95%;
}

/* Mobile */
@media (max-width: 480px) {


}