@charset "utf-8";

/* CSS document */

div#main_contents{
	margin:0;
	padding:0;
	background:#ECECE6;
}

div#frame {
	width:700px;
	margin: 0 auto;
	padding:10px 100px 20px;
}


div#frame h2 {
	font-size:18px;
	margin:20px 0;
	padding:0;
}

div#frame .text1 {
	color:#333;
	padding:5px 0 10px 10px;
	font-size:93%;
}

div#frame .text2{
	font-size:85%;
}

div#frame p{
	line-height:1.8;
}

div#frame dl {
	margin-top:0;
	margin-bottom:0;
}

div#frame .shingi_title01 {
	float:left;
	width:65px;
	padding:5px 0 5px 10px;
	clear:both;
	color:#999;
	font-size:13px;
	line-height: 1.5;
	font-weight:bold;
}

.shingi_title02 {
	float:left;
	width:65px;
	padding:5px 0 5px 10px;
	clear:both;
	color:#333;
	font-size:13px;
	line-height: 1.5;
	font-weight:bold;
}

.shingi_title03 {
	float: left;
	width: 65px;
	padding: 5px 0 5px 0px;
	clear: both;
	color: #633;
	font-size: 85%;
	line-height: 1.5;
	font-weight: bold;
}


div#frame .shingi_comment {
	margin-left:70px;
	padding:5px 5px 5px 10px;
	font-size:13px;
	width:600px;
	line-height:1.5;
}

.pro_title{
	float:left;
	width:230px;  
	padding:5px 0 5px 10px;  
	clear:both;
	font-size:85%;
}

.pro_comment {
	margin-left:100px;
	padding:5px 5px 5px 10px;
	font-size:85%;
}


div#frame .end_flame {
	margin:1em 0;
}
div#frame .next {
	float: left;
}
div#frame .prev {
	float: right;
}

.top{
	clear: both;
	margin:auto;
	padding:0 0 20px 0;
	width:350px;
	height:35px;
	text-align:left;
}

div#frame table {
	padding:auto;
	margin:20px 0 20px 0;
	border: 1px solid black;
	border-collapse: collapse;
	background-color: #fff;
	border-image: initial;
}

div#frame tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

div#frame tr {
	display: table-row;
	vertical-align:inherit;
	border-color: inherit;
}

div#frame th {
	padding: 5px;
	border: 1px solid #666;
	background-color:#999;
	color:black;
	font-size: 13px;
	border-image: initial;
}

div#frame td {
	padding: 5px;
	border: 1px solid #666;
	color:#333;
	font-size: 13px;
	border-image: initial;
	width:600px;
}

div#frame img{
	border: 1px solid #000;
}

.center {
	text-align: center;
}
.txt-right {
	text-align: right;
}

.col-xs-5{
	width:41.66666667%;
	float: left;
}
.col-xs-7 {
    width:58.33333333%;
    float: right;
}
.img-responsive {
	width: 100%;
}
.inner {
	padding: 0 0 0 50px;
}

