@charset "utf=8"

.Box_left p,
.Box_right p{
	text-align: left !important;
	margin: 0;
	/*background-color: #333;*/
	width: 100%;
}

img.title{
	margin-right: 5px;
	width: 205px;
}

img.title_l{
	margin-right: 5px;
	width: 265px;
}

img.mark{
	margin-left: 2px;
	width: 18px;}

img.photo0{
	margin-top: -10px auto 0;
	width: 300px;
	height: auto;

}


.Box_all{
	/*background-color: #330000;*/
	text-align: center;
	margin: 0 auto 20px;
	width: 780px;
}

.Box_left{
	float: left;
	width: 40%;
	background-color: #ffffff;
	padding: 10px 5px;
	text-align: left;
}

.Box_right{
	float: right;
	width: 40%;
	background-color: #ffffff;
	padding: 10px 5px;
	text-align: left;
}


.Box_left p,
.Box_right p,{
	margin: 0;
}


.Box_left .contents00,
.Box_right .contents00{
	display:block;
	background-color: #fff5e6;
        border: #f29700 3px solid;
	width: 100%;
	margin: 10px auto 0;
        padding: 5px;
}

.Box_left .contents00 p a,
.Box_right .contents00 p a,
.Box_left .contents00 p a:hover,
.Box_right .contents00 p a:hover{
        color: #333333 !important;
        text-decoration: none !important;;
	text-align: left;
	line-height: 1.5;
}

.Box_left table,
.Box_right table{
	border-collapse: collapse;
	text-align: center;
	line-height: 1.5;
	width: 80%;
	margin: 20px auto 0;
}

.Box_left table th,
.Box_right table th{
	padding: 5px;
	font-weight: bold;
	vertical-align: center;
	border: 1px solid #999999;
	background-color: #F5F5EB;
	text-align: center;
	font-weight: normal;
}
.Box_left table td,
.Box_right table td  {
	padding: 5px;
	vertical-align: center;
	border: 1px solid #999999;
	background-color: #Ffffff;
	text-align: right;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 735px) {


.Box_all{
	/*background-color: #330000;*/
	text-align: center;
	margin: 0 auto;
	width: 96%;
}

.Box_left{
	float: none;
	width: 300px;
	background-color: #ffffff;
	padding: 10px 0;
	margin: 0 auto 20px;
}

.Box_right{
	float: none;
	width: 300px;
	background-color: #ffffff;
	padding: 10px 0;
	margin: 0 auto 20px;
}

/*.Box_left table,
.Box_right table{
	border-collapse: collapse;
	text-align: center;
	line-height: 1.5;
	width: 80%;
	margin: 0 auto;
}

.Box_left table th,
.Box_right table th{
	padding: 5px;
	font-weight: bold;
	vertical-align: center;
	border: 1px solid #999999;
	background-color: #F5F5EB;
	text-align: center;
	font-weight: normal;
}
.Box_left table td,
.Box_right table td  {
	padding: 5px;
	vertical-align: center;
	border: 1px solid #999999;
	background-color: #Ffffff;
	text-align: right;
}*/

}



