.categry_text {
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 30px;
    border: 3px solid #ddd;
    padding: 15px;
}
.details {
    margin-bottom: 50px;
}
.details .details_box_top {
	background-image: none;
	background: #000;
}
.details h2 {
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
	color: #222;
        margin-bottom: 5px;
}
.details .detail_main {
    margin: 20px 0 30px;
}
.details .detail_main:after {
    content: "";
    display: block;
    clear: both;
}
.detailL {
    float: left;
    width: 260px;
}
.detailR {
    float: left;
    width: 500px;
}
.detailR .point {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	background-image: url(../img/point_img.gif);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 85px;
        margin-bottom: 15px;
}
.detailR dl {
    margin-bottom: 5px;
}
.detailR dl:after {
    content: "";
    display: block;
    clear: both;
}
.detailR dl dt {
    float: left;
    width: 80px;
    background: #69011A;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    text-align: center;
    margin-right: 10px;
}
.detailR dl dd {
    font-size: 14px;
    line-height: 20px;
}
.detailR .point b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FF0033;
}
.details h3 {
    background: #222;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.details .detail h3 {
	margin-left: 11px;
	margin-bottom: 16px;
}
.detailes_cntL {
    float: left;
    width: 620px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.detailes_cntR {
    float: left;
    margin-bottom: 20px;
}
.detailes_cntL p {
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.6;
}
.action_btn {
    text-align: center;
}
.action_btn a {
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    line-height: 50px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0px 1px 0px #f56778;
    border-bottom: 4px solid #cb5462;
    background-color: #f56778;
    background-image: -webkit-linear-gradient(top, #f997b0, #f56778);
    background-image: linear-gradient(to bottom, #f997b0, #f56778);
    box-shadow: inset 1px 1px 0 #fbc1d0;
    padding: 0 50px;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
}
.action_btn a::before,
.action_btn a::after {
    bottom: -1px;
    left: -1px;
    width: 200px;
    height: 50px;
    border: 1px solid #ee8090;
    border-bottom: 1px solid #b84d5a;
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: none;
    transition: none;
}
.action_btn a::before {
    height: 48px;
    bottom: -4px;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 1px 0px #bfbfbf;
}
.action_btn a:hover {
    opacity: 0.8;
}
.kuchikomi .h3_bg {
    background: #000;
    padding: 10px 10px;
}
.h3_bg h3 {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}
.h3_bg .h3R {
    float: right;
    font-size: 14px;
    color: #999999;
}
.h3R .gray {
	font-size: 10px;
	color: #FFFFFF;
}
.h3R b {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.h3R .ken11 {
	font-size: 10px;
}
.details .kuchikomi {
	margin-top: 30px;
}
.kuchikomi {
    padding: 10px;
    border: 2px solid #ddd;
}
.kuchikomi .chu {
	font-size: 12px;
	color: #E31337;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left: 10px;
}
.kuchikomi .entry_btn {
	text-align: right;
	margin-bottom: 8px;
}

.kuchi_cnt h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-left: 12px;
	line-height: 1.2;
}
.kuchi_cnt p {
	font-size: 13px;
	color: #666666;
	margin-right: 14px;
	margin-left: 12px;
	line-height: 150%;
}
.kuchi_cnt .more {
	text-align: right;
	margin-right: 16px;
	font-size: 10px;
}
.kuchi_cnt .review_data {
	margin-top: 6px;
	margin-left: 13px;
	font-size: 12px;
	color: #666666;
	margin-bottom: 8px;
}
.kuchi_cnt .review_data b {
	font-size: 16px;
	font-weight: normal;
	color: #D7B788;
}
.kuchi_cnt .review_data a strong{
	color: #006699;
}

.kuchi_cnt .dot {
	height: 1px;
	width: 500px;
	background-image: url(../img/dot.gif);
	background-repeat: no-repeat;
	font-size: 1px;
}
.kuchi_cnt {
	margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #ddd;
}
.kuchi_more {
	text-align: right;
	font-size: 12px;
	margin-right: 2px;
}
.kuchi_more a {
	background-image: url(../img/kuchi_more_bg.gif);
	background-repeat: no-repeat;
	padding-left: 9px;
}
.kuchi_cnt02 h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 18px;
	margin-left: 12px;
	line-height: 100%;
}
.kuchi_cnt02 p {
	font-size: 12px;
	color: #333333;
	margin-right: 14px;
	margin-left: 12px;
	line-height: 150%;
	margin-bottom: 12px;
}
.kuchi_cnt02 .review_data {
	margin-top: 4px;
	margin-left: 13px;
	font-size: 12px;
	color: #666666;
	margin-bottom: 8px;
}
.kuchi_cnt02 .review_data b {
	font-size: 16px;
	font-weight: normal;
	color: #D7B788;
}
.kuchi_cnt02 .dot {
	height: 1px;
	width: 482px;
	background-image: url(../img/dot.gif);
	background-repeat: no-repeat;
	font-size: 1px;
	margin-left: 10px;
}
.list_back {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin-top: 22px;
}
.kuchi_cnt02 {
	margin-top: 30px;
}
.contribution {
	margin-top: 20px;
}



/* ----------------------------------------------
	投稿フォーム
-------------------------------------------------*/
.review_btn {
	text-align: right;
	margin-right: 24px;
}
.dot {
	height: 1px;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	font-size: 1px;
	margin-top: 18px;
	margin-bottom: 18px;
}
.form_line {
	
}
.form_cellL {
	float: left;
	width: 150px;
}
.form_cellR {
	float: left;
	font-size: 12px;
	line-height: 130%;
	color: #55555F;
}
.form_line h5 {
	margin-left: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #55555F;
	margin-top: 3px;
	line-height: 100%;
	margin-bottom: 10px;
}
.f_name {
	width: 214px;
}
.chu {
	margin-top: 10px;
	margin-left: 2px;
}
.f_box {
	height: 90px;
	width: 480px;
}
.form_cellB {
	margin-left: 8px;
}
.cont_btn {
	text-align: center;
}
.contribution .red {
	font-size: 10px;
	color: #E31337;
	margin-bottom: 24px;
	margin-left: 10px;
}
.contribution h3 {
	margin-bottom: 8px;
}
.cont_btn input {
	width: 164px;
	height: 24px;
}
.contribution p {
	font-size: 13px;
	margin-bottom: 20px;
	margin-left: 12px;
	font-weight: bold;
}
.contribution .back {
	text-align: right;
	margin-right: 10px;
	font-size: 12px;
}


/*** パフォリスト ***/
.perfo_list {
    border: 2px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}
.perfo_list h3 {
    background: #222;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.perfo_list h4 span {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.perfo_list dl {
    margin-bottom: 20px;
}
.perfo_list dl:after {
    content: "";
    display: block;
    clear: both
}
.perfo_list dl dt {
    float: left;
    width: 100px;
}
.perfo_list dl dd {
    padding-left: 120px;
}
.perfo_list dl dd h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.perfo_list dl dd p {
    font-size: 14px;
    line-height: 1.6;
}


/*** 記事リスト ***/
.article_content {
    border: 2px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}
.article_content h3 {
    background: #222;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.article_content .article_list .article_box {
    width: 340px;
}

