@charset "utf-8";

/* ==================================================
print
================================================== */
/* event print
================================================== */
@media print {

body.custom_event_free {
	position:relative !important;
	z-index:0 !important;
}
.custom_event_free #tmp_wrapper {
	max-width:100% !important;
	min-width:auto;
	width: auto !important;
	position:relative !important;
	z-index:1 !important;
	overflow: hidden;
    background: url("/shared/templates/free/images/event/print/bg.png") no-repeat top center;
	background-size:100% auto;
}
.custom_event_free #tmp_wrapper:before,
.custom_event_free #tmp_wrap_main:before {
	content: '';
	position: absolute;
	width:5%;
	top: 0;
	left: 0;
	height:100%;
	background-color:#125ab8;
	z-index:-10 !important;
	display: block !important;
}
.custom_event_free #tmp_wrap_main:before {
	right: 0;
	left: auto;
}
.custom_event_free .container {
	width:100% !important;
	padding: 0 !important;
}
.custom_event_free #tmp_wrap_main {
	position:relative !important;
	padding: 0 !important;
}
#tmp_event_print_head,
#tmp_event_print_foot,
.print_area {
	display:block !important;
}
#tmp_event_print_head {
	position:relative;
    z-index: 1;
    background: url("/shared/templates/free/images/event/print/header_bg.png") no-repeat top center;
 	background-size:100% auto;
    padding-top: 12.75%;
}
#tmp_event_print_head .head_logo {
    position: absolute;
    left: 2.66%;
    top: 50%;
    width: 15.34%;
    transform: translateY(-50%);
    margin-top: -8px;
}
#tmp_event_print_head .head_logo img {
    max-width: 100%;
    height: auto;
}
#tmp_event_print_foot {
    background-color: #125ab8;
    color: #ffffff;
    padding: 5px 0 0;
    position: relative;
}
#tmp_event_print_foot::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px;
    background: url("/shared/templates/free/images/event/print/footer_bg.png") no-repeat top center;
	background-size:100% 20px;
}
#tmp_event_print_foot p {
    width: 16.75%;
    margin: 0 auto;
}
#tmp_event_print_foot p img {
    max-width: 100%;
    height: auto;
}
.custom_event_free #tmp_header,
.custom_event_free #tmp_sma_menu,
.custom_event_free .wrap_col_lft_navi,
.custom_event_free .wrap_col_rgt_navi,
.custom_event_free .pnavi,
.custom_event_free #tmp_wrap_custom_update,
.custom_event_free #tmp_pankuzu,
.custom_event_free #tmp_footer,
.custom_event_free .not_print,
.custom_event_free #tmp_contents .box_info,
.custom_event_free #tmp_contents .box_link {
	display:none !important;
}
.custom_event_free .wrap_col_nm,
.custom_event_free .column_lnavi .wrap_col_main,
.custom_event_free .column_rnavi .wrap_col_main {
	float:none !important;
}
.custom_event_free .col_main {
	margin:0 !important;
}
.custom_event_free .wrap_event_contents {
	padding:10px 12.5% !important;
 }
.custom_event_free .event_info {
    margin: -22px auto 0;
    width: 30.5%;
}
.custom_event_free .event_info img,
 .custom_event_free #tmp_contents img {
	max-width:100% !important;
	height:auto !important;
}
.custom_event_free #tmp_contents h1 {
	font-size: 255.55%;
	font-weight: bold;
	line-height:1.3;
	border-bottom: 4px solid #125ab8 !important;
	margin-bottom: 40px !important;
	padding: 10px 0 10px 44px !important;
	background: #ffffff url("/shared/templates/free/images/event/print/h1_bg.png") no-repeat left 20px !important;
    color: #125ab8 !important;
	border-radius:0 !important;
}
.custom_event_free #tmp_contents h2 {
	font-size: 155.55%;
	font-weight: bold;
	line-height:1.3;
    padding: 0 0 10px;
    position: relative;
    background-image: none !important;
}
.custom_event_free #tmp_contents h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background-color: #125ab8;
}
.custom_event_free #tmp_contents h3 {
	padding:0 0 0 25px !important;
    background: url("/shared/templates/free/images/event/print/h3_bg.png") no-repeat left 9px;
}
.custom_event_free #tmp_contents h4 {
	border-bottom:1px solid #b5b5b5;
    background: url("/shared/templates/free/images/event/print/h4_bg.png") no-repeat left 9px;
	padding:0 0 5px 20px !important;
}
.custom_event_free #tmp_contents ul {
    list-style-image: url("/shared/templates/free/images/event/print/list_icon.png") !important;
}
.custom_event_free #tmp_contents table.datatable,
.custom_event_free #tmp_contents table.datatable th,
.custom_event_free #tmp_contents table.datatable td {
	border-color:#1570bb !important;
}
.custom_event_free #tmp_contents table.datatable th {
	background-color:#f5f5f5 !important;
}
.custom_event_free a:link,
.custom_event_free a:active,
.custom_event_free a:visited {
	color: #222222 !important;
	text-decoration: none !important;
}
.custom_event_free .print_big_img img {
    width: 100%;
}
/* box_event_item */
.custom_event_free #tmp_contents .box_event_item {
    margin: 0 0 30px;
    border: 2px solid #125ab8;
}
.custom_event_free #tmp_contents .box_event_item_ttl {
    background-color: #edf8fe;
    text-align: center;
    padding: 10px 0;
}
.custom_event_free #tmp_contents .box_event_item_ttl h2 {
    display: inline-block;
    color: #125ab8;
    background-color: transparent;
    font-size: 144.44% !important;
    margin: 0 !important;
    padding: 0 !important;
    background-repeat: no-repeat;
    background-position: right 60%;
}
.custom_event_free #tmp_contents #tmp_event_item_date .box_event_item_ttl h2 {
    background-image: url("/shared/templates/free/images/event/print/date_en.png") !important;
    padding-right: 140px !important;
}
.custom_event_free #tmp_contents #tmp_event_item_place .box_event_item_ttl h2 {
    background-image: url("/shared/templates/free/images/event/print/place_en.png") !important;
    padding-right: 65px !important;
}
.custom_event_free #tmp_contents .box_event_item_ttl h2::before {
    display: none;
}
.custom_event_free #tmp_contents .box_event_item_cnt {
    padding: 15px 30px;
}
.custom_event_free #tmp_inquiry_ttl h2 {
    font-weight: normal !important;
}

.custom_event_free #tmp_contents h1,
.custom_event_free #tmp_contents h2,
.custom_event_free #tmp_contents h3,
.custom_event_free #tmp_contents h4,
.custom_event_free #tmp_contents h5,
.custom_event_free #tmp_contents h6, {
	font-family: "UD Shin Go Medium", 'メイリオ', Meiryo, sans-serif;
	font-weight: bold;
}

}
