@import url("./watanet/watanet_extension.css");
@import url("./watanet/safe_installation.css");

/*watanet 専用スタイル*/
/*PC版*/
@media only screen and (min-width:769px) {
/*             */
/*COMMON HEADER*/
/*             */
.container {
    overflow: auto;
}
.block-header-logo--link {
	width: 180px;
	height: auto;
	padding-top: 10px;
	padding-left: 10px;
}
.block-goods-fixedlink--logo img.block-header-logo--img{
	display: none !important;
}
.block-thumbnail-t{
	margin: 0 auto;
}
.block-headernav-link{
	padding-left: 10px !important;
}
.block-global-search{
	padding-right: 10px !important;
}
	
.design_title_.category_{
	display: none !important;
}
.block-category-style-p{
	display: none !important;
}
	
.block-top-slider .slick-slide img{
	max-height: 339px !important;
}

.greeting_area{
	width: 100%;
    background: #fdfce8;
	padding: 10px 0;
}
.greeting_in{
	width: 1200px;
    background: #fff;
	border: 2px solid #f9ebc4;
	margin: 0 auto;
	padding: 15px;
	border-radius: 10px;
}
.greeting_in a{
    color:#e3871c;
	font-size: 16px;
    font-weight:bold;
}
.greeting_in a:hover{
	text-decoration: underline;
}
.arrow01{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow01::before,
.arrow01::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow_icon::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: #e3871c;
}
.arrow_icon::after{
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
	
/**/
/*bg color*/
#header .block-header-bottom {
		background-color: #0066a5!important;
}
.block-top-slider-contents {
    height: auto;
}
.block-top-slider-contents .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(30%);
    -moz-filter: opacity(30%);
    -o-filter: opacity(30%);
    -ms-filter: opacity(30%);
    filter: opacity(30%);
    transition: 0.2s linear;
}
.block-top-slider-contents .slick-prev{
	margin-left:-365px !important;
}
.block-top-slider-contents .slick-next{
	margin-right:-365px !important;
}
.top_special_bna{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0;
}
.top_special_bna li{
	margin: 0 15px;
}
	
.catch_copy{
	background: #e1f4fb;
	width: 100%;
	padding: 50px 20px;
	margin: 20px 0 50px;
	box-sizing: border-box;
}
.catch_copy_title{
	font-size: 25px;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-thickness: 0.5em;
	text-decoration-color: rgba(255, 255, 255, 0.8);
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
	margin-bottom: 30px;
	text-align: center;
}
.catch_copy p{
	text-align: center;
}
	
.camp_area{
	margin-bottom: 50px;
}
.camp_area .camp_title{
	font-size: 28px;
}
.camp_area ul li{
	margin-bottom: 30px;
}
.camp_copy{
	text-align: center;
	font-size: 24px;
	color: #0066a5;
	margin-bottom: 30px;
}	
	
.block-top-event--header-ranking{
	border: 0 !important;
}
.block-top-event--header-ranking::before{
	content: "";
	display: inline-block;  
	background-image: url('/img/shopstore/watanet/common/icon_ranking.png') !important;
	background-size: 25px !important;
	background-repeat: no-repeat !important;
	background-position: bottom;
	width: 25px;
	height: 20px;
}
	
.bg_feature{
	background: url("/img/shopstore/watanet/common/bg_feature.jpg") no-repeat center center;
	width: 100%;
	background-size: cover;
}
/*カテゴリーから選ぶ*/
/*.block-headernav-link--btn {
		background-color: #676f79;
}
.block-top-shop-feature {
	background-color: #f7f8f8;
}*/

.block-top-shop-feature--feature-img{
	border: 1px solid #aaa !important;
}
.block-top-shop-feature--feature-img img{
	max-width: 100%;
	vertical-align: bottom;
	line-height: 1.0em;
}

.h3_style{
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 10px;
}
h3.block-category-style-p--item-name:before{
	display: none;
}

/*footer*/
	.Footer {
		background-color: #f7f8f8;
		
	}
	.Footer_in {}
	
.Footer_in {
	width: 100%;
	/* margin-left: auto; */
	/* margin-right: auto; */
	display: inline-block;
	text-align: center;
}

.Footer_line {
	zoom: 1;
	position: relative;
}
	
.Footer_line:before, .Footer_line:after {
	content: "";
	display: table;
}
	.Footer_coLink {
	/*float: left;*/
	padding: 35px 0;
}
	
.Footer_coLink a {
	line-height: 20px;
	height: 20px;
	cursor: pointer;
	display: inline-block;
	/*color: #30a2d2;*/
	-webkit-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
	color: #434a56;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ddd;
	font-size: 12px;
}
	
.Footer_coLink a:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
	
.Footer_logo {
	/*float: left;*/
	height: 60px;
	margin-right: 30px;
	display: inline-block;
}
	
.Footer_logo a {
	-webkit-transition: opacity .1s linear;
	-ms-transition: opacity .1s linear;
	transition: opacity .1s linear;
	display: block;
	line-height: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 117px;
	height: 43px;
	background-image: url(/img/shopstore/watanet/logo/logo_decart.png);
	background-size: 100%;
}
.Footer_address {
	/*float: left;*/
	height: 45px;
	padding-top: 15px;
	display: inline-block;
	text-align: left;
}
	

.Footer_address p {
	line-height: 15px;
	height: 15px;
	font-size: 11px;
	color: #676f79;
}	
	
.Footer_address p span {
	display: inline-block;
	margin-right: 10px;
}
	
.Footer_line:after {
	clear: both;
}

/*ナビゲーション*/
.MAcd .title2 {
	background-color: #F5F5F5;
	padding: 11px 40px 11px 15px;
	font-size: 107%;
	font-weight: bold;
	position: relative;
}
.block-mt-common a {
	text-decoration: underline;
	color: #2B2B2B;
}
.block-mt-common a:hover {
	text-decoration: none;
}
.block-mt-accordion li {
	border-top: 1px #E6E6E6 solid;
	border-left: 1px #E6E6E6 solid;
	border-right: 1px #E6E6E6 solid;
}
.block-mt-accordion li:last-child {
	border-bottom: 1px #E6E6E6 solid;
}
.block-mt-accordion li .body {
	display: none;
	border-top: 1px #E6E6E6 solid;
	padding: 15px;
}
.MAcd .body p {
	width: 100%;
	line-height: 2em;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #E6E6E6 solid;
}

/*ご利用ガイド/特定商取引法/会社情報等*/
.parent_box {
	width: 1200px;
	margin: 0 auto;
}
.right_block {
	width: 78%;
	float: right;
}
.left_block_menu {
	width: 17%;
	float: left;
	margin-left: 10px;
	margin-top: 50px;
}

.block-mt-common.wide {
    max-width: 1000px;
}
.block-mt-common {
    margin: 0 auto 40px auto;
}
.block-mt-h2 h2 {
    margin: 20px 0;
    font-size: 171%;
    font-weight: bold;
    background-color: #eee;
    padding: 6px 10px 4px;
    margin-top: 50px;
}
.block2-mt-table table {
    width: 100%;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    margin: 20px 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.block2-mt-table table tr th {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 15px;
    background: #f3f3f3;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    vertical-align: top;
}
.block2-mt-table table tr td {
    font-size: 14px;
    padding: 8px 15px;
    background: #fff;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    vertical-align: top;
}	
.h3_heading,.block-mt-h3 h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
	padding: 5px 5px 5px 15px;
	margin: 10px 0;
	position: relative;
}
.h3_heading:before,.block-mt-h3 h3:before {
	content: "";
	height: 10px;
	width: 10px;
	left: 0;
	position: absolute;
	top: 40%;
	background: #1c5a8f;
}
.block-mt-h4 h4 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    color: #333;
    padding-left: 15px;
	margin-bottom: 5px;
	position: relative;
}
.block-mt-h4 h4:before {
	content: "";
	height: 8px;
	width: 8px;
	left: 0;
	position: absolute;
	top: 40%;
	border-radius: 50%;
	background: #1c5a8f;
}
.page_common_table_ p{
	margin-bottom: 30px;
}
.page_common_table_ ol{
	margin-bottom: 30px;
}
.fc_red{color: #981D1F;}
.fc_blue {
    color:#1750B4 !important;
}
.price{
	background-color: transparent!important;
}
	
/***** news *****/
.news_area{
	width:1200px;
	margin: 15px auto 50px;
}
.news_areain{
	padding: 5px 20px;
}
.news_area h3.h3_style{
	padding-top: 0 !important;
	margin: 0 0 20px !important;
}
.news_areain .news_list{
	display: flex;
	flex-wrap: wrap;
	max-height: 200px;
	overflow-y: scroll;
}
.news_areain .news_list p.date{
	width: 8%;
}
.news_areain .news_list p.text{
	width: 92%;
	margin-bottom: 10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.news_areain .news_list a{
	text-decoration: none;
}
.news_areain .news_list a:hover{
	text-decoration: underline;
}


}
/*SP版*/
@media only screen and (max-width:768px) {
/*             */
/*COMMON HEADER*/
/*             */
.block-goods-fixedlink--logo img.block-header-logo--img{
	display: none !important;
}

h3.block-category-style-p--item-name:before{
	display: none;
}

.block-top-category{
	display: none !important;
}
	
.greeting_area{
	width: 100%;
    background: #e2e2e2 !important;
	padding: 10px 0;
}
.greeting_in{
	width: 90%;
    background: #fff;
	border: 2px solid #f9ebc4;
	margin: 0 auto;
	padding: 15px;
	border-radius: 10px;
}
.greeting_in a{
    color:#e3871c;
	font-size: 16px;
    font-weight:bold;
}
.arrow01{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow01::before,
.arrow01::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow_icon::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: #f3aa55;
}
.arrow_icon::after{
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top_special_bna{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
}
.top_special_bna li{
	width: 49%;
}
	
.catch_copy{
	background: #e1f4fb;
	width: 100%;
	padding: 50px 20px;
	margin: 20px 0 50px;
	box-sizing: border-box;
}
.catch_copy_title{
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-thickness: 0.5em;
	text-decoration-color: rgba(255, 255, 255, 0.8);
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
	margin-bottom: 30px;
	text-align: center;
}
.catch_copy p{
	text-align: left;
}
	
.camp_area{
	margin-bottom: 50px;
}
.camp_area .camp_title{
	font-size: 24px;
}
.camp_area ul li{
	margin-bottom: 20px;
}
.camp_copy{
	font-size: 18px;
	color: #0066a5;
	margin-bottom: 30px;
}	
	
.block-top-event--header-ranking{
	border: 0 !important;
}
.block-top-event--header-ranking::before{
	content: "";
	display: inline-block;  
	background-image: url('/img/shopstore/watanet/common/icon_ranking.png') !important;
	background-size: 25px !important;
	background-repeat: no-repeat !important;
	background-position: bottom;
	width: 25px;
	height: 20px;
}
	
/*logo*/
	#logo img {
		max-width: 60%;
		padding-top: 10px;
	}
	/*ハンバーガー*/
	#header .inner #hnav ul li#gnav_toggle a {
		background: #0066a5;
	}
	
	/*コンテンツ*/
	.block-top-shop-feature	{
		padding: 0;
		background: none;
		
	}
	.slick-slide img{
		margin: 0 auto;
	}

	/*footer*/
.Footer .Info_menu {
	padding-bottom: 45px;
	padding-left: 15px;
	padding-right: 15px;
}
	
.Footer .Info_menu_item.on {
	background-color: #676f79;
}
.Footer .Info_menu_item {
	background-color: #f7f8f8;
	margin-bottom: 2px;
}
	
.Footer .Info_menu_item.on .Info_menu_item_word {
	color: #f7f8f8;
	text-decoration: none;
}
	
.Footer .Info_menu_item.on .Info_menu_item_word span {
	padding-left: 20px;
}
.Footer .Info_menu_item_word span {
	display: block;
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
}
	
.Footer .Info_menu_item.on .Info_menu_item_word span::after {
	border-color: #f7f8f8;
	left: 0;
	right: auto;
}
.Footer .Info_menu_item_word span::after {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 7px;
	height: 7px;
	border-top: 1px solid #676f79;
	border-right: 1px solid #676f79;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 0;
}
	
.Footer .Info_menu_item_word {
	display: block;
	width: 100%;
	padding: 0 15px;
	height: 50px;
	color: #676f79;
	text-decoration: none;
}
.footerlogo {
	width:100%;
	text-align:center;
	margin-bottom: 20px;

}

.footerlogo img {
	min-width: 150px;
	max-width: 15%;
	
}

/*ナビゲーション*/
.MAcd .title2 {
	background-color: #F5F5F5;
	padding: 11px 40px 11px 15px;
	font-size: 107%;
	font-weight: bold;
	position: relative;
}
.block-mt-common a {
	text-decoration: underline;
	color: #2B2B2B;
}
.block-mt-common a:hover {
	text-decoration: none;
}
.block-mt-accordion li {
	border-top: 1px #E6E6E6 solid;
	border-left: 1px #E6E6E6 solid;
	border-right: 1px #E6E6E6 solid;
}
.block-mt-accordion li:last-child {
	border-bottom: 1px #E6E6E6 solid;
}
.block-mt-accordion li .body {
	display: none;
	border-top: 1px #E6E6E6 solid;
	padding: 15px;
}
.MAcd .body p {
	width: 100%;
	line-height: 2em;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #E6E6E6 solid;
}	
	
/*ご利用ガイド/特定商取引法/会社情報等*/
.parent_box {
	width: 100%;
	margin: 0 auto;
}
.right_block {
	width: 100%;
	clear: both;
	margin: 0 auto 20px;
}
.left_block_menu {
	width: 100%;
	clear: both;
	margin: 0 auto 20px;
}
	
.block-mt-common {
    width: 100%;
    margin: 0 auto 20px auto;
}
.block-mt-h2 h2 {
    margin: 20px 0;
    font-size: 22px;
    font-weight: bold;
    background-color: #eee;
    padding: 6px 10px 4px;
    margin-top: 20px;
}	
.block2-mt-table table tr th {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    padding: 11px 15px;
    background: #f3f3f3;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    vertical-align: top;
    display: block;
    width: 100%;
}	
.block2-mt-table table tr td {
    padding: 8px 15px;
    background: #fff;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    vertical-align: top;
    display: block;
    width: 100%;
    font-size: 18px;
}	
.h3_heading,.block-mt-h3 h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
	padding: 5px 5px 5px 15px;
	margin: 10px 0;
	position: relative;
}
.h3_heading:before,.block-mt-h3 h3:before {
	content: "";
	height: 10px;
	width: 10px;
	left: 0;
	position: absolute;
	top: 40%;
	background: #1c5a8f;
}
.block-mt-h4 h4 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    color: #333;
    padding-left: 15px;
	margin-bottom: 5px;
	position: relative;
}
.block-mt-h4 h4:before {
	content: "";
	height: 8px;
	width: 8px;
	left: 0;
	position: absolute;
	top: 40%;
	border-radius: 50%;
	background: #1c5a8f;
}
.fc_red{color: #981D1F;}
.fc_blue {
    color:#1750B4 !important;
}
.price{
	background-color: transparent!important;
}
	
/***** news *****/
.news_area{
	width:100%;
}
.news_areain .news_list{
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	height: 75px;
	margin: 0 auto;
	overflow-y: scroll;
}
.news_areain .news_list p.date{
	width: 100%;
	font-weight: bold;
}
.news_areain .news_list p.text{
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow-wrap: break-word;
	word-wrap: break-word;	
}
	
}

	