@charset "utf-8";
/* CSS Document */

#header {
    background: url(../images/bg_header4.png) 85% 0 no-repeat;
    -webkit-background-size: 1920px auto;
    -moz-background-size: 1920px auto;
    -o-background-size: 1920px auto;
    background-size: 1920px auto;
}
.box_contents .para {
	padding: 3px 15px;
	border: 1px solid #aaa;
	border-top: none;
}
/* MENU */
.box_contents .para_menu {
	padding: 0;
	border: none;
}
.box_contents .para_menu p {
	width: 16.6%;
	float: left;
	text-align: center;
    transition: all 0.3s;/*アニメーション設定*/
}
.box_contents .para_menu p a {
	display: block;
	padding: 7px 0;
}
.box_contents .para_menu p img {
	height: 20px;
}
.box_contents .para_menu p:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
}
/* TITLE */
.box_contents .g_title {
	width: 100%;
	text-align: center;
	padding: 8px 0;
	margin-top: 30px;
	font-size: 12px;
	font-weight: bold;
}
.box_contents .g_title_top {
	margin-top: 0;
}
.box_contents .g_title1, .box_contents .g_menu1 {
	background-color: #e5b1d0;
}
.box_contents .g_title2, .box_contents .g_menu2 {
	background-color: #f7c371;
}
.box_contents .g_title3, .box_contents .g_menu3 {
	background-color: #7abde8;
}
.box_contents .g_title img {
	height: 28px;
	max-height: 47px;
	padding-bottom: 2px;
}
.box_contents .g_title span {
	line-height:1.7em;
	display: block;
}
/* TABLE */
.group_tb {
	line-height:1.2em;
	width: 100%;
	border-left: 2px solid #3fb1af;
	border-bottom: 2px solid #3fb1af;
	border-right: 2px solid #3fb1af;
}
.group_tb tr td {
	height: 50px;
	border-bottom: 2px solid #3fb1af;
	vertical-align: middle;
    background-color: #fff;
	line-height: 1.2em;
}
.group_tb tr.tr_bg td {
    height: 20px;
}
.group_tb tr.bg_dark td {
    color: #fff;
    padding: 10px 2%;
    text-align: center;
}
.group_tb td.td1 {
    width: 63%;
    padding: 5px 2%;
    vertical-align: top;
}
.group_tb td.td2 {
    width: 33%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    vertical-align: bottom;
}
table td.td2 img {
    width: 100%;
}
.td_time {
	display: inline-block;
    padding-right: 5px;
	font-size: 13px;
    font-weight: bold;
}
.td_etc {
	display: inline-block;
	font-size: 15px;
}
.td_txt {
	display: block;
    padding-top: 2px;
	font-size: 11px;
}
.s_name {
	display: block;
    padding-top: 5px;
    padding-bottom: 4px;
	font-size: 11px;
}
.b_name {
	display: block;
    padding-bottom: 4px;
	font-size: 15px;
	font-weight: bold;
}
.p_name {
	display: block;
    font-size: 11px;
	color: #888;
}
.group_tb tr.b_tr td {
	border-bottom: none;
}
.group_tb tr td.td1 {
	position: relative;
}
.group_tb tr td.td1 .b_final {
	position: absolute;
	bottom: 3px;
	right: 3px;
	z-index: 0;
}
.group_tb tr td.td1 .b_final img {
	height: 34px;
}
.final_band {
	padding-top: 15px;
}
.final_band p {
	font-size: 13px;
}
.final_band .lh24 {
	line-height: 2.4em;
}
.final_band img {
	height: 30px;
	margin-top: -5px;
	margin-right: 2px;
}
p.g_result {
	text-align: right;
}
/* スマホ横～ */
@media screen and (min-width:480px) {
}
/* Kindle縦～ */
@media screen and (min-width:550px) {
	.box_contents .para_menu p a {
		padding: 8px 0;
	}
	.box_contents .para_menu p img {
		height: 22px;
	}
	.box_contents .g_title img {
		height: 30px;
	}
	.box_contents .g_title span {
		display: inline;
	}
	.group_tb tr td {
		height: 60px;
		padding: 15px 8px 15px 0;
	}
	.group_tb tr td.td1 {
		width: 110px;
	}
    .group_tb tr td.td1 .b_final {
        bottom: 5px;
        right: 5px;
    }
	.group_tb tr td.td1 .b_final img {
		height: 38px;
	}
}
/* タブレット縦～ */
@media screen and (min-width:750px) {
	.box_contents .para {
		padding: 0 15px;
	}
	.box_contents .para_menu {
		padding: 0;
	}
	.box_contents .para_menu p a {
		padding: 9px 0;
	}
	.box_contents .para_menu p img {
		height: 24px;
	}
	.box_contents .g_title img {
		height: 32px;
	}
	.box_contents .g_title_top2 {
		margin-top: 0;
	}
	.g_para_l {
		width: 48.5%;
		padding-right: 3%;
		float: left;
	}
	.g_para_r {
		width: 48.5%;
		float: right;
	}
	.group_tb tr td {
		height: 95px;
		padding: 12px 8px 12px 0;
	}
	.group_tb tr td.td1 {
		width: 112px;
	}
	.group_tb tr td.td1 a img {
		height: 65px;
	}
	.group_tb tr td.td1 .b_final {
		bottom: 3px;
        right: 3px;
	}
	.group_tb tr td.td1 .b_final img {
		height: 38px;
	}
}
/* PC */
@media screen and (min-width:1024px) {
	.box_contents .para_menu p a {
		padding: 10px 0;
	}
	.box_contents .para_menu p img {
		height: 27px;
	}
	.box_contents .g_title img {
		height: 34px;
	}
	.group_tb tr td.td1 .b_final {
		bottom: 4px;
        right: 4px;
	}
	.group_tb tr td.td1 .b_final img {
		height: 40px;
	}
}
/* PC */
@media screen and (min-width:1366px) {
	.group_tb tr td.td1 .b_final {
		bottom: 5px;
        right: 5px;
	}
	.group_tb tr td.td1 .b_final img {
		height: 42px;
	}
}