﻿@charset "utf-8";

/* Column */

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_lr{}


.col_1-2{},
.col_1-3{}

.col_2-1{},
.col_2-3{}

.col_3-1{},
.col_3-2{}

.col_child{
	float:left;
	box-sizing:border-box;
	padding-left:1%;
	padding-right:1%;
}
.col_child:first-child{
	padding-left:0;
	padding-right:2%;
}
.col_child:last-child{
	padding-left:2%;
	padding-right:0;
}
.col_2 .col_child,
.col_lr .left_area,
.col_lr .right_area{ width:50%;}
.col_lr .left_area{
	float:left;
	box-sizing:border-box;
	padding-left:0;
	padding-right:2%;
}
.col_lr .right_area{
	float:right;
	box-sizing:border-box;
	padding-left:2%;
	padding-right:0;
}

.col_3 .col_child{ width:33.3%;}
.col_4 .col_child{ width:25%;}
.col_5 .col_child{ width:20%;}
.col_6 .col_child{ width:16.6%;}

.col_1-2 .col_child:nth-child(1){ width:33.3%;}
.col_1-2 .col_child:nth-child(2){ width:66.6%;}

.col_2-1 .col_child:nth-child(1){ width:66.6%;}
.col_2-1 .col_child:nth-child(2){ width:33.3%;}

.col_1-3 .col_child:nth-child(1){ width:25%;}
.col_1-3 .col_child:nth-child(2){ width:75%;}

.col_3-1 .col_child:nth-child(1){ width:75%;}
.col_3-1 .col_child:nth-child(2){ width:25%;}

.col_2-3 .col_child:nth-child(1){ width:40%;}
.col_2-3 .col_child:nth-child(2){ width:60%;}

.col_3-2 .col_child:nth-child(1){ width:60%;}
.col_3-2 .col_child:nth-child(2){ width:40%;}


@media screen and (max-width:768px) {
	.fix.col_1 > .col_child,
	.fix.col_2 > .col_child,
	.fix.col_3 > .col_child,
	.fix.col_1-2 > .col_child,
	.fix.col_1-3 > .col_child,
	.fix.col_2-1 > .col_child,
	.fix.col_2-3 > .col_child,
	.fix.col_3-1 > .col_child,
	.fix.col_3-2 > .col_child{ width:100%; padding-left:0;padding-right:0; float:none;}
	.fix.col_lr .left_area,
	.fix.col_lr .right_area{ width:100%; padding-left:0;padding-right:0; margin-bottom:10px float:none;;}
	.fix.col_4 > .col_child,
	.fix.col_5 > .col_child,
	.fix.col_6 > .col_child{ width:50%;}
	.fix.col_4 > .col_child:nth-child(even),
	.fix.col_5 > .col_child:nth-child(even),
	.fix.col_6 > .col_child:nth-child(even){ padding-left:2%;
	padding-right:0;}
	.fix.col_4 > .col_child:nth-child(odd),
	.fix.col_5 > .col_child:nth-child(odd),
	.fix.col_6 > .col_child:nth-child(odd){ padding-left:0;
	padding-right:2%;}
}

/* head,text */

.h_style_icon{
	font-size: 22px;
	position:relative;
	text-align: center;
	margin: 0 auto 40px;
	z-index: 2;
}
.h_style_icon span{
	display:block;
}
.h_style_icon span img{
	width:40px;
}
.bg_sky .h_style_icon span{
	background:#F9F9EF;	
}
.bg_sky.flyers .h_style_icon span{
	background:#F0F4F4;	
}
.h_style_icon b{
	position: inherit;
	z-index:2;
	font-weight: normal;
}
.h_style_icon sub{
	display:block;
	font-size:11px;
	color:#1C0069;
}

.h_style_icon:after{
/*	content: "";
    display: inline-block;
    width: 90px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    background: #000;
    bottom: -15px;*/
}
.h_style_common{
	font-size:24px;
	margin-bottom:30px;
	font-weight:bold;
	color:#1C0069;
}
.h_style01{
	font-size: 26px;
	font-weight:bold;
	color:#000;
	margin:0 0 30px;
	/* border-bottom: #1C0069 solid 3px; */
	padding:10px 30px;
	text-align: center;
	position:relative;
	z-index: 1;
}
.h_style01 span{
	display:inline-block;
	background:#fff;
	padding: 0 5px;
}
.bg_sky .h_style01 span{
	background: #F9F9EF;
}
.bg_sky.flyers .h_style01 span{
	background: #F0F4F4;
}
.h_style01:before,
.h_style01:after{
	content:"";
	display:inline-block;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-4px;
	z-index: -1;
	height:2px;
	width:100%;
	background:url(../img/common/bg_border.gif) repeat;
	background-position:50% center;
}
.h_style01:after{
	margin-top:0px;
}

.h_style02{
	font-size:22px;
	font-weight:bold;
	color:#000;
	padding: 5px 15px 5px 15px;
	border-bottom:3px solid #aaccbb;
	margin: 0 0 20px;
	/* text-align:left; */
	position:relative;
}
.h_style02:after{
	content:"";
	display:inline-block;
	position:absolute;
	bottom:-3px;
	left:0;
	height:3px;
	background:#1C0069;
	width:25%;
	max-width:150px;
}

.h_style03{
	font-weight:bold;
	font-size:19px;
	padding:10px 15px;
	margin:0 0 15px;
	position:relative;
	background: #f0f0f0;
	border-bottom: solid 2px #ddd;
}
.h_style04{
	font-weight:bold;
	font-size:18px;
	padding: 8px 0;
	margin:0 0 15px;
	border-bottom: solid 3px #ddd;
}
.h_style04:before{
	content:"";
	display:inline-block;
	width:18px;
	height:18px;
	background:#1C0069;
	margin-right:4px;
	vertical-align:middle;	
}
.h_style05{
	font-weight:bold;
	font-size:18px;
	padding: 8px 0;
	margin:0 0 15px;
	border-bottom: solid 1px #ddd;
	vertical-align:middle;
}
.h_style06{
	font-weight:bold;
	font-size:16px;
	padding: 8px 0;
	margin:0 0 15px;
	/* border-bottom: dotted 1px #ccc; */
	vertical-align:middle;
}
.h_style06:before{
	content:"";
	display:inline-block;
	width:4px;
	height:18px;
	background:#1C0069;
	margin-right:4px;
	vertical-align:middle;	
}
.t_center > .h_style04:before,
.t_center > .h_style06:before,
.h_style04.t_center:before,
.h_style06.t_center:before{
	display:none;
}


p.text,
.common_text p,
.text_link a{
	font-size:16px;
	line-height:1.6;
	margin:0;
	text-align:left;
}
p.lead_txt{
	font-size:19px;
	line-height:1.6;
	margin:0;
	text-align:left;
	font-weight:bold;
	color:#1C0069;
}

@media screen and (max-width:768px) {
	.h_style_icon{
		font-size:21px;
		margin-bottom: 35px;
	}
	.h_style_icon:after{
		width: 90px;
		background: #000;
		bottom: -15px;
	}
	.h_style_common{
		font-size:19px;
		margin-bottom: 15px;
		padding-left: 0;
	}
	.h_style01{
		font-size:21px;
		margin:0 0 20px;
		padding:10px 15px;
	}
	.h_style02{
		font-size: 18px;
		padding: 8px;
		margin:0 0 15px;
	}
	.h_style03{
		font-size: 17px;
		padding: 8px;
		margin:0 0 15px;
	}
	.h_style03:before{
		width:16px;
		height:16px;
		top:12px;
		left:5px;
	}
	.h_style04{
		font-size: 16px;
		padding: 8px 0;
		border-bottom-width:2px;
	}
	.h_style04:before{
		width: 14px;
		height:14px;
	}
	.h_style05{
		font-size:15px;
	}
	.h_style05:before{
		height:15px;
	}
	.h_style06{
		font-size:14px;
	}
	.list_style ul,
	.text_link a{
		font-size:14px;
	}
	p.text,
	.common_text p,
	{
		font-size:14px;
		margin:0 10px;
	}
	p.text br,
	.common_text p br{
		display:none;
	}
	.sitewrap p.text,
	.sitewrap .common_text p{
		margin:0;
		font-size: 14px;
	}
	.common_text p.lead_txt{
		font-size:17px;
		font-weight:bold;
	}

}
.list_style ul li{
	margin-left:1em;
	margin-bottom:5px;
	text-indent: -1em;
}
.list_style ul li:before{
	content:"\30FB";
	margin-right:5px;
	color:#1C0069;
	font-weight:bold;
	
}
.list_style ul li.inlist ul{
	margin-top:5px;
}
.list_style ul li.inlist li{
	margin-left:3em;
	padding-left:0;
	text-indent:-3em;
}
.dl_style dl{
	margin:0;
	padding:15px;
	background:#f6f6f6;
}
.dl_style dl dt{
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: dotted 1px #999;
}

.table_style {
	border:#ddd solid 1px;
	border-bottom:none
}
.table_style dl{
	display:table;
	border-bottom:#ddd solid 1px;
	width:100%;
	background:#fff;
}
.table_style dt,
.table_style dd{
	display: table-cell;
	padding:16px 20px;
}
.table_style dt{
	background:#EEEEEE;
	width:250px;
}
.table_style.type2{
	border:none;
}
.table_style.type2 dl{
	border-bottom:solid 1px #ddd;
	background:#eee;
}
.table_style.type2 dl:nth-child(even){
	background:#fff;
}
.table_style.type2 dt{
	background:none;
	width:150px;
	font-weight:bold;
}
.table_wrap {
	margin:40px 0;
}
.table_wrap.overs {
	padding-bottom:10px;
}
.table_wrap table{
	width:100%;
	box-sizing:border-box;
	font-size:16px;
}
.table_wrap table th,
.table_wrap table td{
	box-sizing:border-box;
	padding:20px;
	border:solid 1px #ddd;
}
.table_wrap table tr:first-child th{
	background:#eee;
	box-sizing:border-box;
	padding:20px;
	border:solid 1px #ddd;
	font-weight:bold;
}
.table_wrap.tri table td:first-child{
	width:28%;
}
.table_wrap.tri table td:nth-child(2){
	width:22%;
}
.table_wrap.tri table td:last-child{
	width:50%;
}
.table_wrap::-webkit-scrollbar {
	height: 15px;
}

.table_wrap::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #c1c1c1;
}

.table_wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #666;
}

@media only screen and (max-width: 768px) {
	.dl_style dl{
		font-size:14px;
		margin:0;
	}
	.table_style{
		overflow-x:auto;
	}
	.table_style dl{
		/* width:auto; */
	}
	.table_style dl,
	.table_style dt,
	.table_style dd{
		font-size:14px;
	}
	.table_style dt{
		width: 200px;
		padding:10px;
	}
	.table_style dd{
		padding:15px 10px;
	}
	.table_style.type2 dl{
		position:relative;
	}
	.table_style.type2 dt{
		width:100px;
		/* position:absolute; */
		/* top:5px; */
		/* left:0; */
		border:none;
		box-sizing: border-box;
	}
	.table_style.type2 dd{
		/* padding-left:100px; */
	}
	.table_wrap table{
		font-size:12px;
	}
	.table_wrap table th,
	.table_wrap table td{
		padding:10px;
	}
}
.topics_list{ border-top:#DDDDDD solid 1px;}
.topics_list li{
	border-bottom:#DDDDDD solid 1px;
}
.topics_list li a{
	display:block;
	padding:20px;
}
.topics_list li a:hover{
	text-decoration:none;
}
.topics_list time,
.topics_list h2,
.topics_list p{ display:inline-block;}
.topics_list a:hover h2{ 
	color:#fff;
	background:#E60012;
	border-color:#ddd;
	transition: background-color 0.5s, color 0.5s;
}
.topics_list a:hover time,
.topics_list a:hover p{ text-decoration:underline;}

.topics_list time{ margin-right:20px;}
.topics_list h2{
	padding:5px 20px;
	width:4em;
	text-align:center;
	border:solid 1px #666666;
	margin-right:20px;
	transition: background-color 1s, color 1s;
}
.o_radius{
	background:#ED6C00;
	color:#fff;
	padding:15px;
	text-align:center;
	border-radius:30px;
}
.common_btn{
	display:block;
	border:#1C0069 solid 2px;
	border-radius:5px;
	background:#fff;
	text-align:center;
	position:relative;
	font-weight:bold;
	color:#1C0069;
	padding:20px;
	transition:all 0s!important;
}
.common_btn:hover{
	background:#1C0069;
	text-decoration:none;
	color:#fff;
	transition:all 0s!important;
	opacity:1 !important;
}
.common_btn:before,
.common_btn:after{
	content: "";
	width: 0px;
	height: 0;
	border: 8px solid transparent;
	border-left: 8px solid #1C0069;
	display: inline-block;
	position: absolute;
	border-radius: 3px;
	right: 5px;
	top: 50%;
	margin-top:-8px;
}
.common_btn:after{
	border: 8px solid transparent;
	border-left: 8px solid #FFF;
	right: 9px;
}
.common_btn:hover:before,
.common_btn:hover:after{
	border: 8px solid transparent;
	border-left: 8px solid #fff;
}
.common_btn:hover:after{
	border: 8px solid transparent;
	border-left: 8px solid #1C0069;
}
.common_btn.type2{
	border:#1C0069 solid 1px;
	border-radius:0;
	background:#fff;
	text-align:center;
	position:relative;
	font-weight: normal;
	color:#000;
	padding:20px 0;
	margin: 30px auto 40px; 
	max-width:400px;
}
.common_btn.type2.wide{
	max-width: 600px;
}
.common_btn.type2:hover{
	background:#1C0069;
	text-decoration:none;
	color:#fff;
}
.image_wrap {
	position:relative;
	display: flex;
    justify-content: center;
    align-items: center;
	vertical-align:middle;
	text-align:center;
}
.image_wrap.square {
    padding-bottom: 100%;
    background: #fff;
    border:solid 1px #ddd;
}
.image_wrap img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	position:absolute;
	top:0; bottom:0;
	left:0; right:0;
	margin:auto;
}
.accordion dt{
	cursor:pointer;
}


.more_button dt,
.more_button > a{
	width:400px;
	border:solid 1px #1C0069;
	padding: 20px 0;
	text-align:center;
	font-size:16px;
	position:relative;
	margin:0 auto 20px;
	transition: none;
	background:#fff;
}
.more_button dl{
	margin: 0;
}
.more_button dt{
	width:320px;
	background: #1C0069;
	color:#fff;
	padding:15px 0;
	border-radius:30px;
	margin-top: 20px;
}
.more_button dt:after{
	content: "\FF0B";
	display:inline-block;
	position:absolute;
	font-size:20px;
	line-height:1;
    right: 15px;
    top: 50%;
    margin-top: -10px;
}
.more_button dt:hover{
	opacity:0.7;
}

.more_button.accordion{
	position:relative;
}
.more_button.accordion dd{
	padding-bottom: 100px;
}
.more_button dt.opened{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
.more_button dt.opened:after{
	content: "\FF0D";	
}
.more_button > a:hover{
	background:#1C0069;
	color:#fff;
	opacity:1;
	transition: none;
}

.more_button  > a:before,
.more_button  > a:after{
	content: "";
    width: 0px;
    height: 0;
    border: 8px solid transparent;
    border-left: 8px solid #1C0069;
    display: inline-block;
    position: absolute;
    border-radius: 3px;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}
.more_button  > a:after{
    border: 8px solid transparent;
    border-left: 8px solid #fff;
    right: 17px;
}
.more_button  > a:hover:before{
    border: 8px solid transparent;
    border-left: 8px solid #FFF;
}
.more_button  > a:hover:after{
    border: 8px solid transparent;
    border-left: 8px solid #1C0069;
}
@media only screen and (max-width: 768px) {
	.more_button dt{
		width: 65%;
		box-sizing: border-box;
		margin:20px auto;
	}
	.more_button > a{
		width: auto;
		box-sizing: border-box;
		border-radius: 3px;
		border-width: 2px;
		margin: 20px 35px;
		font-size: 15px;
		padding: 17px 0;
	}
}

.bg_gray{
	background:url(../img/common/bg_check.gif);
}
.bg_blue{
	background: url(../img/common/bg_dot.gif);
}
.bg_sky{
	background: #F9F9EF;
}
.bg_sky.flyers{
	background: #F0F4F4;
}
.bg_sect{
	padding:30px 0;
}
.bg_sect .sitewrap.bg_off{
	background:#fff;
}

.ico_blank{position:relative;padding-right: 20px;}
.ico_blank:before, .ico_blank:after{
	content: "";
	width: 11px;
	height: 11px;
	display: inline-block;
	position: absolute;
	border: 1px solid #333;
	background:#fff;
	right: 0;
	top: 2px;
	z-index:10;
}
.ico_blank:after{
	right: 3px;
	top: 5px;
	z-index:9;
}
.ico_pdf{position:relative;}
.ico_pdf:after{
	content: "";
	width: 16px;
	height: 16px;
	margin-left:5px;
	display: inline-block;
	background: url(../img/common/ico_pdf.png) no-repeat top right;
	background-size:16px;
}
.red{ color:#f02200;}
.bdr_wrap > img{
	border:solid 2px #999;
	box-sizing:border-box;
}
img + .caption{
	font-size:14px;
	margin-top:5px;
}
.gray_wrap{
	background:#ddd;
}
.link_img a{
	position:relative;
	display:block;
	background:#ddd;
}
.link_img a img+.caption{
	padding:10px;
}
.link_img a:after{
    content: "";
    width: 0px;
    height: 0;
    border-left: 12px solid transparent;
    border-bottom: 12px solid #1C0069;
    display: inline-block;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.link_img a:hover{
	opacity:0.7;
}

.block_link.arrow a,
.block_link.arrowL a{
	position:relative;
}
.block_link.arrow a:after,
.block_link.arrowL a:after{
	content: "";
    width: 0px;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #1C0069;
    display: inline-block;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.block_link.arrowL a:after{
    border-left: 12px solid transparent;
    border-bottom: 12px solid #1C0069;
}
.comments a{
	text-decoration:underline;
}
.comments a:hover{
	text-decoration:none;
}


.store_list a{
	padding:10px;
	border-bottom: 1px solid #AFAFAF;
}
.store_list .left_area{
	float:left;
	width:45%;
}
.store_list .right_area{
	float:left;
	width:55%;
}
.store_list .left_area dl{
	position:relative;
	min-height:84px;
}
.store_list .left_area dt{
	position: absolute;
	width:84px;
	border:solid 1px #ccc;
	top:0;
	left:0;	
}
.store_list .left_area dd{
	padding-left:94px;
}
.store_list .left_area dd h2{
    color: #0059AC;
	font-size:18px;
    font-weight: bold;
	margin:5px 0;
}
.store_list .right_area dl{
	border-left: dotted 1px #ccc;
	margin-left:10px;
	padding-left:10px;
	min-height:84px;
}
.store_list .right_area dt{
	padding:5px 10px;
	border-bottom:dotted 1px #ccc;
	color:#ED6C00;
    font-weight: bold;
	margin-bottom:5px;
	font-size:16px;
}
.store_list .right_area dd{
	line-height:1.6;
	padding:0 10px;
	font-size:14px;	
}
@media only screen and (max-width: 980px) {
.store_list .left_area,
.store_list .right_area{
	float:none;
	width:100%;
}
.store_list .right_area{
	margin-top:10px;
}
.store_list .right_area dl{
	border-left: none;
	margin-left:0;
	padding-left:0;
	min-height: inherit;
	min-height: auto;
}
.store_list .right_area dl{
	position:relative;
	margin-bottom:10px;
}
.store_list .right_area dt{
	position: absolute;
	width:84px;
	top:0;
	left:0;
	box-sizing:border-box;
	font-size:14px;
	border:none;
	color:#fff;
	background:#ED6C00;
	text-align:center;
}
.store_list .right_area dd{
	padding-left:94px;
	line-height:1.8;
}
.store_list .right_area dd br{
	display:none;
}
}
.store_list a{
	min-height:94px;
}
.store_list .shop_name{
	padding-left: 120px;
	padding-right:10px;
	width: 50%;
	float:left;
	box-sizing:border-box;
}
.store_list .shop_name h2{
    color: #0059AC;
    font-size:18px;
    font-weight: bold;
    margin-bottom:5px;
}
.store_list .fix >dl{
	float:left;
	width: 50%;
}
.store_list .fix >dl dt{
	position:absolute;
	top: 10px;
	left: 10px;
	border:solid 1px #ccc;
	width: 110px;
	height: 110px;
	box-sizing: border-box;
}
.store_list .fix >dl dt img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	position:absolute;
	top:0; bottom:0;
	left:0; right:0;
	margin:auto;
}
.store_list  .fix >dl dd{
}
.store_list  .fix >dl dd div{
	border-left: dotted 1px #ccc;
	min-height:110px;
	padding-left: 10px;
	line-height:1.6;
	font-size:14px;
}
@media only screen and (max-width: 980px) {
	.store_list .shop_name{
		padding-left: 0;
		width: 100%;
		float:none;
		border-right:none;
		min-height: inherit;
		min-height: initial;
		font-size: 15px;
		margin-bottom: 5px;
	}
	.store_list .shop_name h2{
		text-align:left;
		color: #0059AC;
		font-size:18px;
		font-weight: bold;
		margin-bottom:5px;
	}
	.store_list .shop_name p{
		display:inline-block;
		background:#f9f9f9;
		padding:3px 10px;
		color:#333;
	}
	.store_list .fix >dl{
		position: relative;
		top: auto;
		left: auto;
		float: none;
		width: auto;
	}
	.store_list .fix >dl dt{
		position:absolute;
		top: 0;
		left: 0;
	}
	.store_list  .fix >dl dd{
		padding-left: 120px;
		min-height: 110px;
	}
	.store_list  .fix >dl dd div{
		margin-left:0;
		font-size:14px;
		border:none;
		padding:0;
	}
}
.home main section.deco {
    margin-top: 0;
    padding-top: 0;
}
.home #main_col main section.deco .sitewrap{
	position:relative;
	overflow: visible;
	padding-bottom: 80px;
}

.home main section.deco .sitewrap:before{
    position:absolute;
    content:"";
    display:inline-block;
    width:140px;
    height: 140px;
    margin: 0;
    border-radius:70px;
    top:-40px;
    margin-left: -70px;
    left: 50%;
    z-index: 2;
    background:#fff;
}
.home main .deco.bg_sky .sitewrap::before{
    background:#F9F9EF;
}
.home main .deco.bg_sky.flyers .sitewrap::before {
    background: #F0F4F4;
}
@media only screen and (min-width: 1240px) {
.home main section.deco .sitewrap:before{
    margin-left: -200px;
}
}


.pager_style{
	text-align:center;
	padding:30px 0 0 0;
}
.pager_style li{
	width:40px;
	border:1px solid #BBBBBB;
	background:#fff;
	display:inline-block;
	margin:0 0 10px 0;
}
.pager_style li:hover{
	background:#024384;
}
.pager_style li.on{
	background:#024384;
}
.pager_style li a{
	font-size:16px;
	text-decoration:none;
	display:block;
	padding:8px 0;
}
.pager_style li.on a{
	color:#fff;
}
.pager_style li a:hover{
	color:#fff;
}
.pager_style li.prev{
	margin:0 10px 0 0;
}
.pager_style li.next{
	margin:0 0 0 10px;
}
@media screen and (max-width:768px) {
	.pager_style li{
		width: 30px;
	}
	.pager_style li a{
		font-size:12px;
		padding:6px 0;
	}
	.pager_style li.prev,
	.pager_style li.next{
		margin:0;
	}
}
.circle_wrap {
    width:75%;
    margin:0 auto;
    height:0;
    padding-bottom:75%;
    position:relative;
}
.circle_wrap img{
    border-radius:50%;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.card_box{
	border:solid 1px #ccc;
	padding:10px;
}

.col_2.colin > .col_child{
	padding-right: 2%;
	padding-left: 0;
}
.col_2.colin > .col_child:last-child{
	padding-right:0;
}
@media screen and (max-width:900px) {
	.col_2.colin > .col_child:nth-child(odd){
		width:100%;
		padding-right:0%;
		margin-bottom:10px;
	}
	.col_2.colin > .col_child:nth-child(even),
	.col_2.colin > .col_child:last-child{
		width:100%;
		padding-right:0;
		padding-left:0%;
	}
	.col_2.colin > .col_child .col_child:nth-child(odd),
	.col_2.colin > .col_child .col_child:nth-child(even),
	.col_2.colin > .col_child .col_child:last-child{
		padding:0;
		margin-bottom:10px;
	}
}

.pdf_wrap {
    width: auto;
    max-width:400px;
    margin: 20px auto 30px;
    position:relative;
    background:#eee;
}
.pdf_wrap:after,
.pdf_wrap:before {
	content: "";
	width: 0px;
	height: 0;
	border: 6px solid transparent;
	border-left: 6px solid #333;
	display: inline-block;
	position: absolute;
	border-radius: 4px;
	right: 5px;
	top: 50%;
	margin-top:-6px;
}
.pdf_wrap:after{
	border: 6px solid transparent;
	border-left: 6px solid #eee;
	right: 7px;
}
.pdf_wrap a{
    padding:20px;
    text-align:center;
    text-decoration: underline;
    display:block;
}
.pdf_wrap:hover,
.pdf_wrap:hover a {
	opacity:0.7;
	text-decoration:none;
}

.shopinfo.result .pdf_wrap {
    width: auto;
    max-width:400px;
    margin: 20px auto 30px;
    position:relative;
    background:#eee;
}

@media screen and (max-width:980px) {
	.pdf_wrap a{
		font-size:16px;
	}
}

.page_link {
    display: block;
    margin-top: -90px;
    padding-top: 90px;
}