@charset "UTF-8";

/*
Theme Name: 賢威8.0（子テーマ） 
Theme URI: https://rider-store.jp/keni/
Author: 株式会社ウェブライダー		
Author URI: https://web-rider.jp/
Description: 賢威8.0 子テーマです。		
Version: 8.0.0.0
Template: keni80_wp_standard_all_202002251829
*/

/*--------------------------------------------------------
色々
--------------------------------------------------------*/

.go-link{
	color:#FF0000 !important;
	display:block;
}

.site-description{
	display:none;
}

.center{
	text-align:center;
}

.t-margin{
	margin-top:20px;
}

.space{
	padding: 5px;
}

.contents-space{
	padding: 15px;
}

.space-right{
	padding-right:10px;
}

.big-space{
	padding: 10px;
}

.flat-space{
	padding: 30px 0px;
}

.img-center{
	display:block;
	margin:0px auto;
}

.img-left{
	margin-right:5px;
	margin-bottom:3px;
	width: 60px;
}

.table{
	display:table;
}

.table-cell{
	display:table-cell;
}

/*--------------------------------------------------------
口コミなどコメント
--------------------------------------------------------*/

.comments-area{
    background-color:#FFFFFF;
}

.commentlist{
    padding: 0px 40px !important;
    margin: 0px auto !important;
    width: 100% !important;
    background-color: #849ebf;
    background-image: url(images/line-bg.jpg);
    background-size:cover;
    background-position: top;
}

.commentlist .fn{
	color:#FFFFFF;
}

.commentlist li{
	list-style: none;
	font-size: 1.4rem;
	line-height: 1.5;
}

.commentlist > li{
	position: relative;
	margin: 0 0 1em;
	overflow: hidden;
}

.comment-body{
	position: relative;
    margin: 0 0 1em;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comment-body .reply{
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 1.2rem;
}

.comment-body .reply a::before{
	display: inline-block;
	border-style: solid;
	border-width: 4px 6px;
	border-color: transparent;
	border-left-color: #000;
	content: '';
}

.commentlist .children{
	margin: 15px -15px -15px;
	border-top: 1px solid #e8e8e8;
}

.commentlist .children li{
	position: relative;
	padding: 15px 15px 15px 35px;
	background-color: #f7f7f7;
}

.commentlist .children li::before{
	position: absolute;
	top: 16px;
	left: 13px;
	display: inline-block;
	content: "\e91c";
	font-size: 13px;
}

.commentlist .children > li:last-child{
	border-bottom: 0;
}

.comment-author{
	width: 100px;
	font-size: 1.4rem;
	float: left;
	display: block;
	height: auto;
	text-align: center;
}

.comment-author-in{
	display: inline-block;
    height: auto;
    line-height: 2;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    vertical-align: top;	
}

.comment-author-in img{
	display:block;
	border-radius: 50%;
}

.comment-author-in site{
	display:block;
}

.comment-author .says{
	display:none;
}

.comment-awaiting-moderation{
	display:none;
}

.comment-metadata,
.comment-metadata a{
	color: #adadad;
	font-size: 1.2rem;
	text-decoration: none;
}

.comment-text-wrap{
	float:right;
	width:100%;
	margin-left: -120px;
	padding-left: 120px;
}

.comment-text{
	float: left;
	display: inline-block;
	position: relative;
	min-height: 60px;
	min-width: 60px;
	padding: .75em;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
	background: #fff;
	font-size: 1.4rem;
}

.comment-text-in::after,
.comment-text-in::before{
	position: absolute;
	top: 30px;
	width: 0;
	height: 0;
	border: solid transparent;
	content: "";
}

@media screen and (max-width: 767px) {
.comment-text-in::after,
    .comment-text-in::before {
    position: absolute;
    top: 30px;
    width: 0;
    height: 0;
    border: solid transparent;
    content: "";
    }
}

.comment-text-in::after,
.comment-text-in::before{
	right: 100%;
}

.comment-text-in::after{
	margin-top: -4px;
	border-width: 4px 6px;
	border-color: transparent;
	border-right-color: inherit;
	border-top-color: inherit;
}

.comment-text-in::before{
	margin-top: -5px;
	border-width: 5px 8px;
	border-color: transparent;
	border-right-color: #ccc;
	border-top-color: #ccc;
}

.comment-text-in p:last-child{
	margin-bottom: 0;
}

/*コメントボックス*/
.commentary-box{
	padding: 6px;
	background-image: linear-gradient(
		-45deg,
		#fff 25%,
		#999 25%, #999 50%,
		#fff 50%, #fff 75%,
		#999 75%, #999
	);
	background-size: 4px 4px;
	background-repeat: repeat;
}

.commentary-box_inner{
	position: relative;
	padding: 12px;
	background-color: #fff;
}

.commentary-box_inner .talker-thumb{
	width: 150px;
	height: auto;
	margin: 20px auto;
	border-radius: 50%;
}

.commentary-box_inner .talker-thumb img{
	border-radius: 50%;
	background: #f0f0f0;
}


.commentary-box .commentary-box_title{
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	font-size: 2.2rem;
	line-height: 1.2;
}

.commentary-box .commentary-box_title span{
	color: #505050;
	font-size: 1.6rem;
}

/*--------------------------------------------------------
著者紹介
--------------------------------------------------------*/

#custom_html-2 .custom-html-widget{
	background-color: #eaeaea;
	border:1px solid #cccccc
}

.profile-box h3 span{
	color:#3e9f28;
}

.profile-box-title{
	color: #ffffff;
	line-height: 20px;
	font-size: 16px;
	padding: 10px 20px;
	background-color: #3ea028;
	margin-bottom: 10px;
}

.profile-box-thumb{
	display: block;
	max-width: 120px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.side-profile-box-title{
	color: #ffffff;
	line-height: 20px;
	font-size: 16px;
	text-align:center;
	padding: 10px 0px;
	background-color: #3ea028;
}

.side-profile-box{
	background-image:url(./images/profile-back.jpg);
	background-size: cover;
	position: relative;
	max-width: 280px;
	height: 120px;
}

.side-profile-box-thumb{
    position: absolute;
    top: 20px;
    left: 32%;
}

.side-profile-box-thumb img{
	border-radius: 95px;
	border: 5px solid #fff;
}

.profile-box-thumb img{
	border-radius: 95px;
}

.side-profile-box-author{
	text-align:center;
	margin-top:30px;
	color:#3e9f28;
}

.sim-section .profile-box-author{
	padding-bottom: 0;
	border: 0;
	text-align: center;
}

.sim-section .profile-box-desc-title{
	margin: 20px 0;
	padding-bottom: 0;
	border-bottom: 0;
	text-align: center;
}

.link-author-list {
	margin: 15px 10px 0 0;
	text-align:  right;
}

.profile-box-thumb{
		float: left;
		margin-right: 20px;
}
	
.profile-box-desc{
		overflow: hidden;
}

/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

.ranking-box{
    border: 5px solid #edeff1;
    margin-bottom: 20px;
}

.ranking-box-in{
    border-width:2px;
    padding: 30px;
    margin-bottom: 1em;
}

.ranking-box-in .line{
	background-color:#FFFF00;
}

.rank-icon{
	border-bottom: 5px solid #edeff1;
	margin-bottom:10px;
}

.rank-icon h3{
	border:none;
}

.rank-top{
	margin-bottom:20px
}

.rank-left{
	width:30%;
}

.rank-left img{
	width:100%;
	border:1px solid #000000;
}

.rank-right{
	width: 68%;
}

.ranking-top1{
	text-indent:10px;
	font-size:16px;
	font-weight:bold;
	color: #ffffff;
	padding:6px;
	background-color:#c48500;
	border:5px solid #fef76b;
	margin-bottom:6px;
}

.ranking-top1 span{
	color:#fef10f;
	margin-left:10px;
}

.ranking-top2{
	text-indent:10px;
	font-size:16px;
	font-weight:bold;
	color: #ffffff;
	padding:6px;
	background-color: #c30303;
	border:5px solid #fef76b;
	margin-bottom:6px;
}

.ranking-top2 span{
	color:#fef10f;
	margin-left:10px;
}

.ranking-top3{
	text-indent:10px;
	font-size:16px;
	font-weight:bold;
	color: #ffffff;
	padding:6px;
	background-color: #a7a7a7;
	border:5px solid #fef76b;
	margin-bottom:6px;
}

.ranking-top3 span{
	color:#fef10f;
	margin-left:10px;
}

.rank-list{
    list-style: none;
    padding: 3px 0 3px 55px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #333;
}

.rank-right .gray{
	font-size: 14px;
}

.rank-table{
      width:100%;
      border-collapse:collapse;
      margin-bottom:15px;
}

.rank-table h2{
	color:#FF0000;
	font-size:14px;
	font-weight:normal;
}

.rank-table tr th{
		border: 1px solid #ccc;
	    border-top: 2px solid #3da128;
	    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

.rank-table tr th, .rank-table tr td{
    border:1px solid #000000;
    font-size:12px;
    text-align:center;
    vertical-align:middle;
    padding:5px 0;
    width:33.3%;
}

.question-image img{
	border:1px solid #000000
}

.arrow-question h4{
	color:#FF0000;
	border-bottom:4px double #FF0000;
	margin-bottom:6px;
}

.arrow-question{
 	position: relative;
 	display: inline-block;
 	margin:0px 0px 20px 30px;
 	padding: 20px;
 	min-width: 120px;
 	max-width: 100%;
 	font-size: 16px;
 	background: #FFF;
 	border: solid 3px #000;
 	box-sizing: border-box;
 	border-radius: 5px;
 	-moz-border-radius:5px;
 	-webkit-border-radius:5px;
}

.arrow-question:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
 	z-index: 2;
}

.arrow-question:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #555;
 	z-index: 1;
}

.arrow-question p {
	margin: 0;
	padding: 0;
}

.rank-link{
	margin-top:10px;
}

.rank-link div{
	width: 48%;
}

.rank-link a{
    display: block;
    position: relative;
    z-index: 2;
    font-weight:bold;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
    font-size:20px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
 	border-radius: 5px;
 	-moz-border-radius:5px;
 	-webkit-border-radius:5px;
}

.rank-link a:hover {
    color: #FFFF00;
}

.rank-link a:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 50px;
    height: 200px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
    animation: shiny 3s infinite linear;
    -webkit-animation: shiny 3s infinite linear;
    -moz-animation: shiny 3s infinite linear;
}

@keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
@-webkit-keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
@-moz-keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.rank-link1{
    border: 3px solid #fbac9f;
    background: -webkit-gradient(linear, left top, left bottom, from(#f64225), color-stop(46%, #de3317), color-stop(46%, #c62308), to(#ca2408));
    background: linear-gradient(to bottom, #f64225, #de3317 46%, #c62308 46%, #ca2408);
    text-shadow: -1px -1px 0 #c62308;
}

.rank-link2{
    border: 3px solid #a8e69a;
    background: -webkit-gradient(linear, left top, left bottom, from(#53b73c), color-stop(46%, #3d8a2c), color-stop(46%, #326f23), to(#367927));
    background: linear-gradient(to bottom, #53b73c, #3d8a2c 46%, #326f23 46%, #367927);
    color: #fff;
    text-shadow: -1px -1px 0 #326f23;
}

/*--------------------------------------------------------
騎手
--------------------------------------------------------*/

.miho{
	margin-top:5px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#003399;
	border: 1px solid #000000;
	text-align: center;
}

.rittou{
	margin-top:5px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#990000;
	border: 1px solid #000000;
	text-align: center;
}

.jockey-box{
	background-color: #f7f7f7;
	margin-bottom: 20px;
}

.jockey-box .table-cell{
	vertical-align:top;
}

.jockey-title{
	font-size:18px;
	line-height:24px;
	padding: 5px 0px;
	color:#FFFFFF;
	text-align:center;
	background-color: #000000;
}

.jockey-title span{
	display:block;
	font-size:small;
}

.jockey-img{
	border:2px solid #000000;
}

.jockey-h2{
	font-size:20px;
	line-height:34px;
	padding-left:10px;
	border-bottom:1px solid #000000;
	border-left:8px solid #000000;
	margin-bottom:15px;
}

.jockey-h3{
	color:#FFFFFF;
	border:1px solid #000000;
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}

.jockey-ul{
	margin-top:10px;
}

.jockey-ul li{
	margin-left: 20px;
	margin-bottom: 10px;
}

.jockey-black{
	display:inline-block;
	margin-right:10px;
	padding:6px;
	color:#FFCC00;
	background-color:#000000;
}

/*--------------------------------------------------------
サイドバー
--------------------------------------------------------*/

.side-rank{
	background-color:#FFFFFF;
	overflow: hidden;
	margin-bottom:30px;
}

.side-rank ul{
	margin:10px 0px;	
}

.side-rank ul li{
	list-style-type: disc;
	list-style-position: inside;
	font-size: 16px;
	text-decoration:underline;
}

.side-rank-site{
	margin: 0px 30px 30px 30px;
	padding: 20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #000000;
}

.side-rank-site:last-child{
	border-bottom:none;
}

.side-rank-go{
	color:#000000;
	width:100%;
	font-weight:bold;
	display:inline-block;
    text-align: center;
    background: -moz-linear-gradient(top,#FFF 0%,#FFF 3%,#E6E6E6 3%,#FFF);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.03,#FFF), color-stop(0.03,#E6E6E6), to(#FFF));
	border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px; 
	-webkit-border-radius: 2px 2px 2px 2px;
    border: 1px solid #CCC;
	padding: 8px 0px;
	font-size:16px
}

.side-rank-go:hover{
	color:#000000;
	text-decoration:underline;
}


/*--------------------------------------------------------
トップ表示
--------------------------------------------------------*/

#main_content{
	width: 1200px;
	background-color:#FFFFFF;
	overflow:hidden;
	margin: 10px auto 30px auto;
}

.index_01 {
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 1100px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #666666;
}
.index_01 td.a1 {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	background-color: #fff;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
}
.index_01 td.a1_king {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	background-color: #fcf872;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
}
.index_01 td.a2 {
	width: 250px;
	border-left: 1px #666 solid;
	border-bottom: 1px #666 solid;
	border-bottom: 3px #666 double;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
}
.index_01 td.jinbutsu {
	width: 250px;
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 3px #666 double;
	background-color: #fff;
	padding: 5px 5px 5px 5px;
}
.index_01 td.name {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	background-color: #000;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
}
.index_01 td.name_king {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	background-color: #c1970f;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
}
.index_01 td.url {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	background-color: #333;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
}
.index_01 td.url_king {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	background-color: #c1970f;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
}
.index_01 td.point {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 3px #666 double;
	background-color: #999;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:88px;
}
.index_01 td.title {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:60px;
}
.index_01 td.rank {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 50px;
}
.index_01 td.cell_back_10_king {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 3px #666 double;
	background-image:url(./images/back_king10.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fcf872;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.index_01 td.cell_back_10 {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 3px #666 double;
	background-image:url(./images/back_10.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.index_01 td.cell_back_9 {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 3px #666 double;
	background-image:url(./images/back_9.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.index_01 td.cell_back_8 {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 3px #666 double;
	background-image:url(./images/back_8.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.index_01 td.cell_back_7 {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 3px #666 double;
	background-image:url(./images/back_7.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.index_01 td.cell_back_6 {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 3px #666 double;
	background-image:url(./images/back_6.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.index_01 td.cell_back_5 {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 3px #666 double;
	background-image:url(./images/back_5.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.index_01 td.cell_back_4 {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 3px #666 double;
	background-image:url(./images/back_4.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.index_01 td.cell_back_3 {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 3px #666 double;
	background-image:url(./images/back_3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000000;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.index_01 td.cell_back_2 {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 3px #666 double;
	background-image:url(./images/back_2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000000;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.index_01 td.cell_back_1 {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 3px #666 double;
	background-image:url(./images/back_1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000000;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.index_01 td.cell_back_0 {
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 3px #666 double;
	background-image:url(./images/back_0.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000000;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

#jinbutsu_a,#jinbutsu_b,#jinbutsu_c,#jinbutsu_d{
	margin:0px;
}

#jinbutsu_left {
	width: 130px;
	float : left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#jinbutsu_right {
	float : right;
	border:1px solid #666666;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.site_link{
	border:1px solid #666666;
}

.site_link a{
	padding:10px;
	margin:5px;
	display:block;
	text-align:center;
	font-weight: bold;
	letter-spacing: 0;
	color:#FFF;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 3px;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff3600), color-stop(1.00, #cd0000));
	background: -webkit-linear-gradient(#ff3600, #cd0000);
	background: -moz-linear-gradient(#ff3600, #cd0000);
	background: -o-linear-gradient(#ff3600, #cd0000);
	background: -ms-linear-gradient(#ff3600, #cd0000);
	background: linear-gradient(#ff3600, #cd0000);
}


.site_link a:hover{
	color:#FF0;
	text-decoration:underline;
}

p.level_01 {
	color: #000;
	text-align: left;
	line-height:1.5em;
	padding: 10px;
}
p.level_01_red {
	color: #ff0;
	text-align: left;
	line-height:1.5em;
	padding: 10px;
}

p.url_link {
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 1.3em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a.url_link {
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a.url_link:hover {
	color: #ff0;
}
p.name {
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a.name {
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a.name:hover {
	color: #ff0;
}
p.jinbutsu_01 {
	color: #fe0902;
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	font-weight:bold;
}
p.jinbutsu_02 {
	color: #000;
	font-size: 12px;
	line-height: 1.2em;
	text-align: left;
	margin-bottom: 10px;
	text-decoration: underline;
}
p.jinbutsu_03 {
	color: #000;
	font-size: 12px;
	line-height: 1.2em;
	text-align: left;
}
p.text_01_title {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a.text_01_title {
	color: #000;
	font-size: 38px;
	line-height: 1.5em;
	text-align: left;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
	text-decoration: none;
}
a.text_01_title:hover {
	color: #f00;
}
a.text_01_url {
	color: #000;
	font-size: 15px;
	line-height: 0.0em;
	text-align: left;
	padding: 0px 5px 0px 5px;
	font-weight:bold;
	text-decoration: none;
}
a.text_01_url:hover {
	color: #f00;
}
p.text_01_url {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
p.text_01_buy {
	color: #000;
	font-size: 18px;
	line-height: 0.0em;
	text-align: left;
	padding: 5px 5px 0px 5px;
	font-weight:bold;
}
p.etc_02_text_01 {
	color: #000;
	font-size: 11px;
	line-height: 1.0em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
p.site_name {
	color: #000;
	font-size: 30px;
	line-height: 0.0em;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

/*--------------------------------------------------------
一覧
--------------------------------------------------------*/

.list-title{
	color:#000000;
	font-weight:bold;
	padding: 0px 10px;
}

.list-text{
	padding: 0px 10px;
	font-size:14px;
	line-height: 20px;
	color: #000000;
}

.list-li{
	border: 1px solid #000000;
	margin-bottom:10px;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.list-li a{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.list-li:last-child{
	margin-bottom:0px;
}

.list-thumbnail img{
	max-height:77px;
	max-width:60px;
}

/*--------------------------------------------------------
最新のコメント
--------------------------------------------------------*/

dl.mycomment {
	width:100%;
	background-color: #FFFFFF;
	margin: 0 auto;
}

dl.mycomment a{
	display:block;
	color:#000000;
}

dl.mycomment a:hover{
	background-color:#e6e6e6;
}

dl.mycomment a:hover .mycomment-site{
	color:#FFFFFF;
	background-color: #000000;
}

dl.mycomment dt{
	padding: 10px 20px;
}

dl.mycomment .mycomment-site{
	color:#000000;
	display: block;
	text-align:center;
	padding: 2px 0px;
	background-color: #edeff1;
	text-decoration:none;
	border-radius: 30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}

dd .my_author{
	text-align: left;
	margin-top: 15px;
}

.mycomment dd{
	margin-left: 0;
	font-size:12px;
	border-bottom: #CCCCCC 1px dotted;
	padding: 0px 20px 10px 20px;
}

dl.mycomment a:last-child>dd{
	border-bottom:none;
}

/*--------------------------------------------------------
新着口コミ評価
--------------------------------------------------------*/

.reviews ul li{
	list-style-type:none;	
}

.reviews ul li a{
	color:#000000;
	display:block;
	padding: 10px 20px;
	border-bottom: #CCCCCC 1px dotted;
	margin-bottom:10px
}

.reviews ul li a:hover{
	background-color:#e6e6e6;
}

.reviews ul li a:hover .reviews-title{
	color:#FFFFFF;
	background-color: #000000;
}

.reviews-title{
	color: #000000;
    display: block;
    text-align: center;
    padding: 4px 0px;
    margin-bottom:20px;
    background-color: #edeff1;
    text-decoration: none;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.reviews ul li a p{
	font-size: 16px;
}

.reviews-title span{
	margin-right:10px;
	font-weight:bold;
}

.reviews-title em{
	margin-left:10px;
	text-decoration:underline;
}

/*--------------------------------------------------------
各サイト
--------------------------------------------------------*/

#top-box{
    border-width:2px;
    padding: 30px;
    border: 5px solid #edeff1;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    margin-bottom: 1em;
}

#top-box-in{
	margin-bottom:20px;
}

.top-box-left{
	width: 30%;
}

.top-box-left img{
	width:100%;
	border:1px solid #000000;
}

.top-box-right{
	width: 68%;
}


.right-title h2{
	font-weight:bold;
	color:#FF0000;
	text-align:center;
	font-size:24px;
}

.site-important{
	width:100%;
	border-collapse:collapse;
	font-size:12px;
}

.site-important tr{
	border-collapse:collapse;
	border-bottom: 1px dotted #CCCCCC;
}

.site-important th,.site-important td{
	padding: 4px 0px;
}

.text-title{
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	color:#000000;
	text-align:center;
	font-size:20px;
	line-height:46px;
	font-weight:bold;
	margin-bottom:10px;
	border:1px solid #CCCCCC;
}

.pay-table-title{
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	color:#000000;
	text-align:center;
	font-size:20px;
	line-height:46px;
	font-weight:bold;
	margin-bottom:10px;
	border:1px solid #CCCCCC;
}

.pay-table{
	border-collapse:collapse;
	width: 300px;
}

.pay-table tr{
	border-bottom:1px dotted #CCCCCC;
}

.pay-table th{
	text-align:left;
	font-weight:normal;
}

.pay-table td{
	text-align:right;
}

.mini-table{
	min-width:135px;
	font-size:12px;
	border-collapse: collapse;
}

.mini-table span{
	color:#FF0000;
}

.mini-table caption{
	text-align:center;
	font-size:12px;
	background-color:#fff0c0;
	margin-bottom:10px;
}

.mini-table th,.mini-table td{
	line-height:20px;
}

.mini-table th{
	text-align:left;
	font-weight:normal;
}

.mini-table td{
	text-align:right;
}

.score{
	width:400px;
	text-align:center;
	font-weight:bold;
	font-size:22px;
	line-height:30px;
	padding:10px 0px;
	border:1px solid #CCCCCC;
}

.score span{
	color:#FF0000;
}

.bottom-thumbnail{
	flex-wrap: wrap;
	margin-bottom:40px;
}

.bottom-thumbnail a{
	display:block;
	width:110px;
	padding: 10px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}

.bottom-thumbnail a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;	
}

.bottom-thumbnail-box img{
	width:110px;
	height:160px;
}

.thumbnail-title{
	text-align:center;
	font-size:12px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

/*--------------------------------------------------------
口コミ
--------------------------------------------------------*/

#comments .commentlist li{
	background:none;
	padding: 0px;
	border: none;
}

.comment-form-email,.comment-form-url{
	display:none;
}

.comment-box{
	background-color: #849ebf;
	background-size:cover;
	background-position:bottom;
	padding: 20px 0px 0px 0px;
}

.comment-box p{
	margin:0px;
	padding:0px;
}

.comment-box .talker b{
	color:#FFFFFF;
}

.comment-box-in{
	padding: 20px 0px 0px 0px;
	margin:0px auto;
	width:90%;
	overflow: hidden;
}

.comment-box-top{
	overflow:hidden;
	background-color: #202a43;
}

.comment-box-bottom{
	height: 60px;
	overflow:hidden;
	text-align:center;
	background-color:#000000;
	margin-bottom:40px;
}

.comment-box-title{
	overflow:hidden;
	width:100%;
}
.comment-form-title{
	font-size:small;
	font-weight:normal;
	color:#FFFFFF;
	padding-left: 10px;
	color:#85e248;
}
.line-top{
	width:100%;
	background-color: #202a43;
	overflow: hidden;
}

.line-center{
	text-align:center;
	width:100%;
	color:#FFFFFF;
	background-color:#252f4a;
	overflow: hidden;
}

.line-center h2{
	padding-top:6px;
}

/*--------------------------------------------------------
インデックス
--------------------------------------------------------*/

.top-centerbox{
	margin: 20px 0px;
}

.top-leftbox{
	width: 336px;
	float: left;
}

.top-rightbox{
	width:600px;
	float:right;
}

.top-site{
	margin: 40px 0px;
	background-color: #EDEDED;
	border-collapse: collapse;
}


#slide-top{
	width:100%;
	background-repeat:no-repeat;
	background-position: center bottom;
	background-color: #A90013;
	border-top: 9px solid #1A3694;
	border-bottom: 10px solid #1A3694;
	/* padding: 10px 0px; */
}


#slide-top-hallo h2{
	font-size: 32px;
	font-weight:bold;
	color: #E76F0C;
}

#slide-top-hallo{
	font-size: 24px;
	font-weight:bold;
	color: #000000;
	margin-bottom: 20px;
}

#slide-text{
	font-size: 15px;
	padding: 20px;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.75);
}

#slide-text span{
	font-size: 32px;
	text-align: center;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	color: #0AB7F5;
}

#top-board{
    border: 3px solid #F09B00;
	
    border-collapse: collapse;
}

#top-board th{
    font-size: 22px;
	
    padding: 10px;
    background-color: #F09B00;
    color: #FFFFFF;
}

#top-board td{
    padding: 20px;
	
}

.rent{
    width:260px;
    height:128px;
    background-image: url(images/rent-button.png);
    display:block;
    margin-bottom:10px;
}

.rent:hover{
    background-image: url(images/rent-button.png);
    background-position:bottom;
}

.rend{
    width:260px;
    height:128px;
    background-image: url(images/rend-button.png);
    display:block;	
}

.rend:hover{
    background-image: url(images/rend-button.png);
    background-position:bottom;
}

/*--------------------------------------------------------
トップバナー
--------------------------------------------------------*/
#top-banner-in{
	background-color:#EDEDED;
	padding:8px 0px;
	margin-bottom:20px;
}

.top-banner-box1,.top-banner-box2,.top-banner-box3,.top-banner-box4,.top-banner-box5{
	float:left;
	text-align:center;
}

.top-banner-box1{
	width:206px;
}

.top-banner-box2{
	width:204px;
}

.top-banner-box3{
	width:204px;
}

.top-banner-box4{
	width:204px;
}

.top-banner-box5{
	width:206px;
}

.hover:hover{
	opacity: 0.7;
	filter: alpha(opacity=80);
	-webkit-transition:opacity 0.4s linear;
	-ms-filter: "alpha( opacity=80 )";
	background: #ffffff;
}

/*--------------------------------------------------------
タイトル
--------------------------------------------------------*/

.mark{
	border-left: 5px solid #0F8BCB;
	padding-left: 10px;
}

.attention-text{
	color:#FF6600;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 34px;
	margin: 10px 0px;
	padding-bottom: 10px;
	background-image: url(images/attention.png);
	background-repeat: no-repeat;
	background-position: 0px -0px;
}

.title-normal{
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5);
	border: solid 1px #dddddd;
	padding: 8px 10px;
	font-size: 18px;
	margin-bottom: 20px;
}

.title-under{
	border-bottom: 5px solid #172DBE;
	margin-bottom:10px;
}

#title-in{
	line-height:30px;
	font-weight:normal;
}

#title-in strong{
	font-weight:normal;
}

#title-in strong strong{
	font-size:24px;
	display:block;
	font-weight:bold;
}

.title-left{
    border-left: 5px solid #004EA2;
}

.rank-title{
    border-bottom: 4px double #0F8BCB;
    font-size: 24px;
}

.comment-title{
    color: #344d01;
    display: block;
    font-size: 20px;
    border-bottom: 1px solid #344d01;
    margin-bottom:10px;
}

.comment-title span{
	margin-right: 4px;
}

.rank-page-title{
	margin-bottom:20px;
}


/*--------------------------------------------------------
ブログ
--------------------------------------------------------*/

.blog-ol{
    counter-reset:number; /*数字をリセット*/
    list-style-type: none!important; /*数字を一旦消す*/
}
	
.blog-li{
    position: relative;
    padding-left: 0px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 40px;
    border-bottom:1px dashed #CCCCCC;
}

.blog-li p{
	margin-bottom:0px !important;
}

.blog-li a{
	text-decoration:none;
}

.blog-li:before{
	position: absolute;
    counter-increment: number;
    content: counter(number);
    /*以下数字のデザイン変える*/
    display:inline-block;
    background: #3da128;
    color: white;
    font-family: 'Avenir','Arial Black','Arial',sans-serif;
    font-weight:bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    /*以下 上下中央寄せのため*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-li .blog-title{
   	color: #44a137;
   	font-weight: bold;
   	margin-bottom: 10px;
   	border-bottom: 1px solid #44a137;
}

.blog-li .blog-text{
   	color: #333333;
}

.blog-h2{
	padding:10px 0px;
	color:#44a137;
	border-top: 1px solid #44a137;
	border-bottom: 1px solid #44a137;
	margin-top: 40px;
}

/*--------------------------------------------------------
各ページ
--------------------------------------------------------*/

.type-dt{
	background-color: #F9F9F9;
	padding: 40px;
	margin: 30px 0px;
}

.site-ul li{	
	float:left;
	list-style-type: none;
	font-size: 12px;
	margin: 2px 0px;
}

.list li{
    list-style-type: decimal;
    list-style-position: inside;
    font-weight: bold;
    font-size: 18px;
}

.site-link-box{
	margin:10px 0px;
	width:100%;
}

.box{
	padding:20px;
	background-color: #ffffff;
	border-style:none solid solid solid;
	border-width:1px;
	border-color:#CCCCCC
}

.block{
	display:block;
}

.comment-link{
	color: #344d01;
	font-weight:bold;
	text-decoration:none;
	border-radius: 8px;
	border: none;
	display: block;
	text-align: center;
	padding: 22px 10px;
	margin: 20px 5px 20px 0px;
	background: #fdfff6; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfff6 0%, #e8ffb8 49%, #d6ff83 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fdfff6 0%,#e8ffb8 49%,#d6ff83 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fdfff6 0%,#e8ffb8 49%,#d6ff83 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfff6', endColorstr='#d6ff83',GradientType=0 ); /* IE6-9 */
	border: 1px solid #344d01;
}

.site-link a{
	color:#FFFFFF;
}

.site-link{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border-radius: 8px;
	border: none;
	display: block;
	text-align: center;
	padding: 22px 10px;
	margin: 20px 0px 20px 5px;
	background: #6397d3;
	background: -moz-linear-gradient(top, #6397d3 0%, #3c7dc8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6397d3), color-stop(100%,#3c7dc8));
	background: -webkit-linear-gradient(top, #6397d3 0%,#3c7dc8 100%);
	background: -o-linear-gradient(top, #6397d3 0%,#3c7dc8 100%);
	background: -ms-linear-gradient(top, #6397d3 0%,#3c7dc8 100%);
	background: linear-gradient(to bottom, #6397d3 0%,#3c7dc8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6397d3', endColorstr='#3c7dc8',GradientType=0 );
	border: 1px solid #133d6d;
}

.site-link-mini{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border-radius: 8px;
	font-size:14px;
	border: none;
	display: block;
	text-align: center;
	padding: 10px 2px;
	background: #6397d3;
	background: 
	-moz-linear-gradient(top, #6397d3 0%, #3c7dc8 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#6397d3), color-stop(100%,#3c7dc8));
	background:-webkit-linear-gradient(top, #6397d3 0%,#3c7dc8 100%);
	background:-o-linear-gradient(top, #6397d3 0%,#3c7dc8 100%);
	background:	-ms-linear-gradient(top, #6397d3 0%,#3c7dc8 100%);
	background: linear-gradient(to bottom, #6397d3 0%,#3c7dc8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6397d3', endColorstr='#3c7dc8',GradientType=0 );
	border: 1px solid #3c7dc8;
}

.site-link-inline{
	font-weight:bold;
	text-decoration:none;
	background: #82cc5d;
	background: -moz-linear-gradient(top, #82cc5d 0%, #53b73c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82cc5d), color-stop(100%,#53b73c));
	background: -webkit-linear-gradient(top, #82cc5d 0%,#53b73c 100%);
	background: -o-linear-gradient(top, #82cc5d 0%,#53b73c 100%);
	background: -ms-linear-gradient(top, #82cc5d 0%,#53b73c 100%);
	background: linear-gradient(to bottom, #82cc5d 0%,#53b73c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cc5d', endColorstr='#53b73c',GradientType=0 );
	border: 1px solid #429E34;
	box-shadow: #439230 0 6px 0px, rgba(0, 0, 0, 0.3) 0 10px 3px;
	vertical-align: top;  
	border-radius: 4px;  
	border: none;  
	text-align: center;
	padding: 5px 10px;
	font-size: 16px;
	margin: 20px 0px;
}

.page-main{
	width:100%;
}


/*--------------------------------------------------------
グローバルメニュー
--------------------------------------------------------*/

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.f-center{
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;		
}

.f-vertical-enter{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.f-wrap{
	flex-wrap: wrap;
}

.menu-menu-container{
	vertical-align: middle;
	width: 100%;
}

#top-left{
	float:left;
}

#top-right{
	float:right;	
}

#global-menu-in{
	height: 60px;
}

#global-menu-in div{
	height: 60px;
	text-align: center;
	flex: auto;
	-webkit-flex: auto;
}

#global-menu-in div a{
	line-height: 60px;
	padding: 0 16px 0px 40px;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}

#global-menu-in div a:hover{
	color: #53b73c;
}

.menu1{
	background: url(./images/h-icon1.png) 12px no-repeat;
	background-size:24px;
}

.menu2{
	background: url(./images/h-icon2.png) 12px no-repeat;
	background-size:24px;
}

.menu3{
	background: url(./images/h-icon3.png) 12px no-repeat;
	background-size:24px;
}

.menu4{
	background: url(./images/h-icon4.png) 12px no-repeat;
	background-size:24px;
}

.menu1,.menu2,.menu3,.menu4{
	border-left: 1px solid #dedede;
}

.menu4{
	border-right:1px solid #dedede;
}

/*--------------------------------------------------------
コンテンツや固定ページ
--------------------------------------------------------*/

.main-title{
	font-weight:bold;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    padding: 6px 20px;
    border:1px solid #CCCCCC;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius:5px 5px 0px 0px;
    -moz-border-radius:5px 5px 0px 0px;
}

.page-title{
	line-height: 30px;
	font-size: 20px;
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-top: 2px solid #3da128;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	margin-bottom: 20px;
}

#main-contents .contents p{
	margin-bottom:16px;
}

.title2{
	color:#000000;
	font-size:18px;
	border:1px solid #000000;
	background: #5ddb36;
	background: -moz-linear-gradient(top, #5ddb36 0%, #3da128 100%);
	background: -webkit-linear-gradient(top, #5ddb36 0%,#3da128 100%);
	background: linear-gradient(to bottom, #5ddb36 0%,#3da128 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ddb36', endColorstr='#3da128',GradientType=0 );
	margin-bottom:10px;
}

.title2 span{
	padding:6px 10px;
	margin-right:20px;
	font-weight: bold;
	color: #FFFF00;
	display:inline-block;
	background-color:#000000;
}

.title3{
	line-height: 20px;
	padding: 10px 20px;
	border: 1px solid #ccc;
	background-color:#edeff1;
	margin-bottom: 20px;	
}

.list1{
	list-style-position:inside;
	list-style-type: disc;
	font-size: 16px;
	padding:20px;
	border:1px solid #000000;
	margin:20px 0px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.list1 span{
	text-decoration:underline;
}

.list1 li strong{
	display:block;
	color:#FF0000;
	font-size: small;
}

.site-table{
	width:100%;
	border-collapse: collapse;
	margin-bottom:20px;
}

.site-table-name strong{
	font-size:12px;
	font-weight:normal;
	display:block;
}

.site-table th{
	background-color:#fff6cf;
	border:1px solid #CCCCCC;
}

.site-table td{
	text-align:center;
	font-size:16px;
	border:1px solid #CCCCCC;
	padding:10px;
}

.grade1{
	color:#FF0000;
	font-weight:bold;
	font-size:30px;
	line-height: 24px;
}

.grade2{
	color:#3da128;
	font-weight:bold;
	font-size:30px;
	line-height: 24px;
}

.grade3{
	color:#0f8bcb;
	font-weight:bold;
	font-size:30px;
	line-height: 24px;
}

.grade4{
	color:#FF6600;
	font-weight:bold;
	font-size:30px;
	line-height: 24px;
}

.no-link{
	color:#0000ff;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
