@charset "shift_jis";

hr{
    width: 100%;
    height: 1px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

#main p {
	font-size:15px;
	line-height:1.8em;
}

#main .box{
	padding:10px;
}

#footer {
	background:#0E53A3;
}


/* 文字装飾関連 ---------------------------------------------------------*/
.red{
	color:#C00;
	font-weight:bold;
}

.bg-ya{
	background:#FF6;
	color:#C00;
	padding:0;
	font-weight:bold;
}

.bg-y{
	background:#FF6;
	padding:0;
	font-weight:bold;
}

.bold{
	font-weight:bold;
}

#main .mb10{
	margin-bottom:10px !important;
}
	
#main .mb20{
	margin-bottom:20px !important;
}

#main .mb30{
	margin-bottom:30px !important;
}



/* 見出し関連 ---------------------------------------------------------*/
#main h2{
	font-size: 18px;
	text-align:left;
	position: relative;
	padding-bottom: 0.2em;
	border-bottom: 4px solid #ccc;
	line-height:1.7em;
	margin-bottom:10px;
}

#main h2:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #0E53A3;
}

#main h3{
	font-size:13px;
	background:#000;
	color: #fff;
	padding:2px 10px;
	border-left: 5px solid #0E53A3;
	background: linear-gradient(#666, #000);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}

#main h4{
	font-size:13px;
	background:#000;
	color: #fff;
	margin:10px 0;
	padding:2px 10px;
	border: 3px double #0E53A3;
}

#main .recommend h3{
    color: #fff;
    font-size: 14px;
		border-left:none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    padding:0px 10px;
    background-image: none;
		background:#000;
    margin: 10px 0;
		box-shadow: none;
}

#side h3 {
	background:#0E53A3;
}



/* 装飾関連 ---------------------------------------------------------*/
#main ul li{
	font-size:14px;
	border-bottom:dashed 1px #666;
	margin:0 0 5px;
}

#main img.left{
		margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
	}
	
#main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}

.more{
margin-bottom: 0;
text-align: right;
padding-right: 5px;
}

#main .more a{
text-align:center;
padding:12px 10px 10px;
color:#fff;
background-color:#B40404;
border-radius:5px;
box-shadow:2px 2px #8A0808;
text-decoration:none;
}

.g-box{
	margin:20px auto;
	padding:10px;
	background:#f5f5f5;
	border:1px solid #ccc;
}

.img-box{
	margin:20px auto;
	padding:20px 20px 0;
	background:#f5f5f5;
	border:1px solid #ccc;
	overflow:hidden;
}

#main .img-box p{
	font-size:13px;
	margin:10px auto;
	padding:0;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin:10px auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.time{
	margin:10px 0;
	padding:3px 10px;
	background:#f5f5f5;
	border:1px dashed #ccc;
}


/* table関連 ---------------------------------------------------------*/
table{
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
		line-height:1.6em;
}

table th{
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: center;
    background-color: #666;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    white-space: nowrap;
}

table td{
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: left;
    background-color: #f0f0f0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}

table td.bg-w{
	background:#fff;
}