@charset "UTF-8";
/*
Theme Name: pachifun
Author: ホームページ制作相談事務所
Author URI: http://www.mam-web.com/
Description: パチfun
Version: 1.0
Template:parent
*/

@import url('../parent/style.css');

.page #sidebar{
float:right;
width:300px;
padding:0 0 50px;
}


.single-pg-content{
float:left;
width:610px;
margin-left:15px;
padding:25px;
background:#FFFFFF;
min-height:790px;
}

.single-pg-content .page-tit { font-size:18px; padding-bottom:10px; padding-left:5px; margin-bottom: 25px; border-bottom:#ccc solid 1px;}
.pa-main-img img{ border: solid 1px #cccccc; margin-bottom:25px; }

table#table-01 {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 7px 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
	width:100px;
}
table#table-01 td {
    padding: 7px 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;

}

table#table-01 p{ margin-bottom:15px;}