#store_contents{
	
	box-sizing: border-box;
	padding:20px 20px 50px;
	height: 100%;
	overflow: hidden;
}

h1#pof_title{
	font-weight: bold;
	font-family: 'Kozuka Mincho Pro', "游明朝体", "Yu Mincho", YuMincho,  'Hiragino Mincho Pro', serif;	
	font-size: 28px;
	margin: 0px;
	background-color: rgba(255,255,255,0.8);
	width:intrinsic;
	padding: 5px;


}

.order_title{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
	font-family: 'Kozuka Mincho Pro', "游明朝体", "Yu Mincho", YuMincho,  'Hiragino Mincho Pro',serif;	
	background-color: rgba(255,255,255,0.8);
	width:intrinsic;
	padding: 5px;
	line-height: 28px;


}

.store_subtitle{
	font-size: 16px;
	margin-bottom: 20px;
	font-family: 'Kozuka Mincho Pro', "游明朝体", "Yu Mincho", YuMincho, 'Hiragino Mincho Pro', serif;	
	background-color: rgba(255,255,255,0.8);
	width:intrinsic;
	padding: 5px;
	line-height: 28px;



}

.store_description{
	margin-bottom: 30px;
	font-family: 'Kozuka Mincho Pro', "游明朝体", "Yu Mincho", YuMincho,  'Hiragino Mincho Pro', serif;	
	font-size: 12px;
	line-height: 22px;
	background-color: rgba(255,255,255,0.8);
	width:intrinsic;
	padding: 5px;

}

#store_order_button{
	font-family: 'Kozuka Mincho Pro', "游明朝体", "Yu Mincho", YuMincho,  'Hiragino Mincho Pro', serif;	
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 20px;

}

/*
a#order_button{
	
	color: rgb(0,0,0);
	
	-webkit-transition: .2s linear;
	-moz-transition:.2s linear;
	-o-transition:.2s linear;
	transition:.2s linear;
}


a:hover#order_button{
	
	color: rgb(150,150,150);
	-webkit-transition: .1s linear;
	-moz-transition:.1s linear;
	-o-transition:.1s linear;
	transition:.1s linear;
}
*/



#store_order_button a{
	padding: 5px;
	text-decoration: none;
	
	background-color: rgba(255,255,255,0.8);
	color: rgb(0,0,0);	
	
	-webkit-transition: .2s linear;
	-moz-transition:.2s linear;
	-o-transition:.2s linear;
	transition:.2s linear;
}

#store_order_button a:hover{
	text-decoration: none;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);	
	-webkit-transition: .1s linear;
	-moz-transition:.1s linear;
	-o-transition:.1s linear;
	transition:.1s linear;
}

#order_content{
	width: 480px;
	background-color: rgba(255,255,255,0.8);
}


#order_content hr{
	margin-right: 30px;
}

.orderform {
	background-color:rgba(255,255,255,0.8);
	width: 100%;
	border: 1px solid rgb(200,200,200);
}


.selectbox {

}

#confirm_button{
	padding-right: 30px;
	text-align: right;
	
}

#confirm{
	padding: 5px;
	font-weight: bold;
	font-size: 15px;
	
	background-color:rgba(255,255,255,0.0);
	border: 0px;
		
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    
    cursor: pointer;
    
	font-family: 'Kozuka Mincho Pro', "游明朝体", "Yu Mincho", YuMincho,  'Hiragino Mincho Pro', serif;	
	
	-webkit-transition: .2s linear;
	-moz-transition:.2s linear;
	-o-transition:.2s linear;
	transition:.2s linear;
}

input:hover#confirm{
	color: rgb(255,255,255);
	background-color:rgba(0,0,0,0.8);
	
	-webkit-transition: .1s linear;
	-moz-transition:.1s linear;
	-o-transition:.1s linear;
	transition:.1s linear;

}

#confirm2{
	padding: 5px;
	font-weight: bold;
	font-size: 15px;
		
	background-color:rgba(255,255,255,0.0);
	border: 0px;
		
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    
    cursor: pointer;
    
	font-family: 'Kozuka Mincho Pro', "游明朝体", "Yu Mincho", YuMincho,  'Hiragino Mincho Pro', serif;	
	
	-webkit-transition: .2s linear;
	-moz-transition:.2s linear;
	-o-transition:.2s linear;
	transition:.2s linear;
}

input:hover#confirm2{
	color: rgb(255,255,255);
	background-color:rgba(0,0,0,0.8);
	
	-webkit-transition: .1s linear;
	-moz-transition:.1s linear;
	-o-transition:.1s linear;
	transition:.1s linear;

}

td.order_box_left{
	width: 120px;
}

.orderform#pobox1 {
	width: 45px;
}
.orderform#pobox2 {
	width: 60px;
}
.orderform#tel {
	width: 150px;
}
.orderform#fax {
	width: 150px;
}

.j2 {
	font-size: 12px;
	line-height:150%;
}

.j3 {
	font-size: 14px;
	line-height:150%;
	font-family: 'Kozuka Mincho Pro', "游明朝体", "Yu Mincho", YuMincho,  'Hiragino Mincho Pro', serif;	
}
