@charset "UTF-8";



/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */

@media print,screen and (min-width: 769px) {
	
.anniversary h1{
	font-size:14px;
	width:100%;
	text-align: center;
	margin:2% auto 0 auto;
	font-weight: bold;
	line-height:1.3em;
	color: #8D2714;
	}	

	

.title-text{
	width:800px;
	margin: 1% auto 2% auto;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
	}		
	

.anniversary h2{
	width: 100%;
	margin: 5% auto 1% auto;
	padding:1.4% 1% 1.2% 2%;		
	background: -webkit-linear-gradient(to right, rgb(0, 82, 69), #009245);
    background: linear-gradient(to right, rgb(0, 82, 69), #009245);
	color: #fff;
	font-size: 1.8em;
}

.anniversary h3{
	width: 96%;
	margin: 3% auto 1% auto;
	padding:1.4% 1% 1% 2%;		
	background-color: #eef2e9;
	color: #333;
	font-size: 1.4em;
}
	
.mds_text {
	width: 95%;
    margin: 1% auto;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333;
  }
		
	
	
/*　ナビボタンここから*/		
.navibtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto -2% auto;
  margin-top: 1%;
  font-size: 1.2em;
 }
 
 .navibtn a {
  position: relative;
  display: flex;
  width: auto;
  margin: 1%;
  padding: 1% 4% 1% 2%;
  text-decoration: none;
  color: #b60000;
  font-weight: bold;
  border: 1px solid #b60000;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;	 
 }
 
 .navibtn a:hover {
  color: #fff;
  background: #b60000;	
  border: 1px solid #b60000;
 }
 
 .navibtn a:visited {
  color: #b60000;
 }

 .navibtn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #b60000;
    border-right: 3px solid #b60000;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 25%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}		
	
 .navibtn a:hover:after {
  border-color: #fff;
  transition: 0.3s ease-in-out; 
 }	
	
	
/*　コンテンツコーナーここから*/			
.linklist{
	display: flex;
	width:90%;
	margin: 1% auto;	
	}		

.linklist li{
	position: relative;
   	display: block;
	justify-content: space-around;
	align-items: center;	
	width: 24%;
	background: #f2f2f2;
	margin: 1% auto;
	transition: 0.3s;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	}	

.linklist img{	
	width: 100%;
	height: auto;
	}	
	
	
.linklist a{	
	color: #333;
	text-decoration: none;
	}
	
.linklist a:hover{
	color: #9fa0a0;
}	
	
.linklist a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 80%;
    right: 15px;
    border-radius: 1px;  
}	
	
.linklist a:hover:after {
    border-color: #9fa0a0;
}	
	
.linklist p{
	padding:3% 10% 2% 3%;		
}		
/*　コンテンツコーナーここまで　*/		
	
/*カテゴリーリスト　ここから*/	
.category_list{
	width: 85%;
	background-color: #F2F2F2;	
	margin:2% auto;
	padding: 2%;
}	
	
.category_list ul{
	width: 95%;
	margin: 1% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	}
	
.category_list li {
    width: 32%;
	height: 80px;
	margin: 0.5%;
	position: relative;
   	display: block;	
	background-color: white;
 }
	
 .category_list a {
	display: flex;
   width: 100%;
   height: 100%;
	font-size: 1em;
	 font-weight: bold;
	color: #555555;	
	text-decoration: none;
	border: solid 1px #b3b3b3;
	border-radius: 4px;
 }
	
 .category_list a:hover {
	 color:#009DFF;
 }	 	

 .category_list a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #555555;
    border-right: 3px solid #555555;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px; 
}	
	
 .category_list a:hover:after {
	 border-color:#009DFF;
 }	 		

 .category_list img {
   width: auto;
   height: 80%;
   object-fit: cover;
	margin: auto 2%;
 }
	
.category_list p{

	margin: auto 8px;
	font-size: 1.2em;

	padding-right: 6%;
}
	
.category_list span{
	font-size: 1.5em;
	font-weight: bold;
	color:#848484;
  display: block;
  text-align: center;
}		
/*カテゴリーリスト　ここまで*/	

	



/* バナー横並び */
 .recommend {
  width: 100%;
 }
 .recommend p {
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
 }
 .recommend_banner {
  width: 95%;
  display: flex;
  justify-content: center;
  margin: 2% 0% 2% 4%;
 }
 .recommend_banner li {
  width: 23%;
  margin: 0% 1%;
  box-sizing: border-box;
 }
 .recommend_banner img {
  width: 100%;
 }	
	
	
 /*ブランド一覧*/
 .category-menu_brand {
  display: flex;
  flex-wrap: wrap;
  width: 89%;
  margin: 0 auto;
  text-align: center;	 
  margin-left: 5.5%;
  margin-bottom: 3%;
 }
 .category-menu_brand li{
  width: 20%;
  padding: 1%;
  padding-left:0%;
  box-sizing: border-box;
 }
 .category-menu_brand li img{
  width: 130px;
  border: 1px solid #d3d3d3;
 }		
		

	
  .top-text-link-list {
    margin: 10px auto;
	text-align:center;
	line-height:2em;
	font-size: 1.2em;  
  }
	
.top-text-link-list a {
	color: #666;
}
	
.pickup_banner {
	width: 90%;
	margin: 1% auto;	
	text-align: center;
}	

.big_btn a{
  margin: 2% auto;	
  width: 50%;
  position: relative;
  display: block;
  justify-content: space-around;		
  padding: 1.4% 3% 1.2% 3%;
  background: #0071bc;	
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;	
  text-decoration: none;
  border: 1px solid #0071bc;	
  border-radius: 50px;
}	
	
.big_btn a span{
  font-size: 1.6em;
  padding: 0% 1%;	
}
	
.big_btn a:hover{
  background-color: transparent;
  color: #0071bc;
  transition: 0.3s;		
}
	
.big_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 20px;
    border-radius: 1px;  
}	
	
.big_btn a:hover:after{
  border-color: #0071bc;	
  transition: 0.3s;		
}	
	
	
/* サービスボタン */	
 .service_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 99%;
  margin: auto;
  margin-top: 1%;
  font-size: 1.8em; 
 }
 
 .service_btn a {
  position: relative;
  display: flex;
  width: 40%;
  margin: 1%;
  padding: 2%;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;	 
 }

 .service_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #4d4d4d;
    border-right: 3px solid #4d4d4d;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 35%;
    right: 20px;
    transition: 0.3s ease-in-out;
}		
	
 .service_btn a:hover:after {
  border-color: #fff;
  transition: 0.2s ease-in-out; 
 }	
	
.service_noshi{
	background-color: #f5eeec;
	color: #c1272d;
	}
	
.service_noshi:hover{
	background-color: #999999;	
	color:#fff;
	}

.service_divide{
	background-color: #eef2e9;
	color: #006e00;	
	}
	
.service_divide:hover{
	background-color: #999999;	
	color:#fff;
	}	
/* サービスボタン */		
	
	
	
/* 個別配送の案内ここから */	
.divide{
	width: 100%;	
	margin: 2% auto 1% auto;
	padding-bottom: 1%;
	background: #eef5ec;
	text-align: center;
}	
	
.divide h3{
	width: 50%;
	margin: 5% auto 1% auto;
	padding:3% 1% 0.8% 1%;		
	color: #42210b;
	font-size: 2em;
	border-bottom: solid 2px #42210b;
	text-align: center;
	background: #eef5ec;
}	
	
.divide p{	
	margin: 2% auto;
	font-size: 1.1em;
	color: #42210b;
	line-height: 1.5em;
	text-align: center;
}
	

.divide img{
	width: 90%;
	height: auto;
	margin: auto;
}	
/* 個別配送の案内ここまで */
	
	
/* 包装のしの案内ここから */	
.noshi{
	width: 100%;	
	margin: 2% auto 1% auto;
	padding-bottom: 1%;
	background: #f5eeec;
	text-align: center;
}	
	
.noshi h3{
	width: 50%;
	margin: 5% auto 1% auto;
	padding:3% 1% 0.8% 1%;		
	color: #42210b;
	font-size: 2em;
	border-bottom: solid 2px #42210b;
	text-align: center;
	background: #f5eeec;
}	
	
.noshi p{	
	margin: 2% auto;
	font-size: 1.1em;
	color: #42210b;
	line-height: 1.5em;
	text-align: center;
}

.noshi table{
	border-collapse: collapse;
	width: 90%;	
	margin: 1% auto;
	background-color: white;
}	
	
.noshi td{
	padding: 0% 1%;
}
	
.noshi table img{
	width: 100%;
	border: 5px solid #fff;
}	
/* 包装のしの案内ここまで */		
	
	
/* 商品テーブル表（完全自動）ここから */	
	
/* 商品　大　テーブル */	
 .item_table_big {
    margin: 1% auto;
    width: 95%;
	border: #efefef solid 1px;	 
  }
  .item_table_big tr {
    width: 100%;
  }
	
  .item_table_big td {
    padding: 1%;
    margin: 0 1%;
    width: 100%;
    vertical-align: top;
  }
	
  .column_img_border {
    width: 100%;
	padding: 0.5%;  
	margin-bottom: 1%;  
  }		
	
  .item_table_big_td {
    padding: 5px;
  }	
	
  .item_table_big_td > a  {
  color: #333333;	
  text-decoration:none; 		 
 }	
	
  .item_table_big_td > a:hover {
  text-decoration: underline;  	 
}	

  .item_table_text{
    max-width:100%;	
	margin-top: 1%;
	padding-top: 1%;
    font-size: 15px;/* google推奨サイズ */
    line-height:1.8em;
	border-top:dotted 2px #efefef;
	}	
	
	
/* 商品横2個配置テーブル */
 .item_table_big2 {
  /* 残*/
  margin: 3px auto;
  margin-top: 5px;
  width: 900px;
 }
 .item_table_big2 tr {
  margin-left: 20px;
 }
 /* 残*/
 .item_table_big2 td {
  /* 残*/
  padding: 5px;
  margin: 0px 5px;
  border: #efefef solid 1px;
  width: 380px;
  vertical-align: top;
 }
 .item_table_press_big2 {
  width: 15%;
 }
 .item_table_big2_img {
  display: flex;
  width: 50%;
 }	
	
	
 /* 商品テーブル(横4つ) */
 .item_table_small {
  margin: 0 auto 2% auto;
  width: 95%;
 }

 .item_table_small td {
  width: 180px;
  padding: 5px;
  border: #efefef solid 1px;
  vertical-align: top;
  object-fit: cover;	 
 }
	
 .item_table_small_td > a  {
  color: #333333;	
  text-decoration:none; 		 
 }	
	
 .item_table_small_td > a:hover {
  text-decoration: underline;  	 
}	
	
 .img_square img {
  width: 100%;
  height: auto;
  margin-bottom: 1%;
  object-fit: cover;
 }		
	
/* 商品テーブル表（完全自動）ここまで */	
	

 /* 特設バナー用*/
 .cp_banner {
  text-align: center;
  margin: 5% auto;  	 
 }	
	
 .cp_banner p{
  font-weight: bold;
 }
 .cp_banner p::before{
  content: "▼ ";
  font-weight: bold;
 }
 .cp_banner p::after{
  content: "▼";
  font-weight: bold;
 }	

 .cp_banner img {
  width:400px;
  margin: 0 auto;	 
 }	
	
		
	
	
}

/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */

@media screen and (max-width: 768px) {

.anniversary h1{
	font-size: 1em;
    line-height: 1.5em;
	font-weight:bold;
	text-align: center; 
	width: 90%;
	margin: 3% auto ;
	color: #8D2714;

	}	

.title-text{
	width:90%;
	margin: 0% auto 3% auto;
	text-align: left;
	font-size: 1em;
	line-height: 1.5em;
	}	
	
.anniversary h2{
	padding:3% 0% 2.5% 3%;
	background: -webkit-linear-gradient(to right, rgb(0, 82, 69), #009245);
    background: linear-gradient(to right, rgb(0, 82, 69), #009245);
	color: #fff;
	font-size: 1.2em;
	margin: 50px 0 5px 0;
}

.anniversary h3{
	width: 96%;
	margin: 5% auto 2% auto;
	padding:3% 1% 2% 3%;		
	background-color: #eef2e9;
	color: #333;
	font-size: 1em;
}
	
/*　ナビボタンここから　*/		
.navibtn {
 display: flex;
 flex-wrap: wrap;
 justify-content:flex-start;
 width: 90%;
 margin: 3% 6% 0 6%;
 font-size: 0.9em;
}
 
.navibtn a {
  position: relative;
  display: flex;
 width: 40%;
 margin: 1%;
 padding: 3% 4% 3% 2%;
 text-decoration: none;
 color: #b60000;
 font-weight: bold;
 border: 1px solid #b60000;
 background: #fff;	
}
 
.navibtn a:visited {
 color: #ff563a;
}
 
 .navibtn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #b60000;
    border-right: 3px solid #b60000;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 25%;
    right: 15px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}		

	
/*　コンテンツコーナーここから　*/			
.linklist{
	 display: flex;
    flex-wrap: wrap;
	width:95%;
	margin: 3% auto 7% auto;
	}		

.linklist li{
    justify-content:space-around;
	align-items: center;	
	position: relative;
	width: 48%;
	background: #f2f2f2;
	margin: 1%;
	}	
	
.linklist img{	
	width: 100%;
	height: auto;
}

.linklist a{	
	color: #333;
	}
	
.linklist a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 80%;
    right: 10px;
    border-radius: 1px;  
}	
	
.linklist p{
	padding:3% 10% 2% 3%;
	font-size: 0.9em;
	line-height: 1.5em;
}		
/*　コンテンツコーナーここまで　*/		
	
/*カテゴリーリスト　ここから*/	
.category_list{
	width: 96%;
	background-color: #F2F2F2;	
	margin:2% 0 5% 0;
	padding: 2%;
}		
	
.category_list ul{
	width: 100%;
	margin: 1% auto 5% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	}
	
.category_list li {
    width: 47%;
	height: 60px;
	margin: 1.5% ;
	position: relative;	
	
 }
	
 .category_list a {
	display: flex;
    width: 100%;
    height: 100%;
	font-size: 0.8em;
	font-weight: bold;
	color: #555555;	
	text-decoration: none;
	border: solid 1px #b3b3b3;
	border-radius: 4px;
	background-color: white;	 
 }
	
 .category_list a:hover {
	 color:#009DFF;
 }	 
	
.category_list a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
    border-radius: 1px;  
}		

 .category_list img {
   width: auto;
   height: 80%;
   object-fit: cover;
	margin: auto 2%;
 }
	
.category_list p{
	flex-wrap: nowrap;	
	margin: auto 8px;
	padding-right: 5%;
}	
.category_list span{
	font-size: 1.1em;
	color:#4d4d4d;
  display: block;
  text-align: center;
	margin-top: 2%;
}	
/*カテゴリーリスト　ここまで*/	
	
	
/* バナー横並び */
 .recommend {
  width: 100%;
  text-align: center;
 }
 .recommend p {
  font-size: 0.9em;
  font-weight: bold;
 }
 .recommend_banner {
  width: 95%;
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0 auto;
  flex-wrap: wrap;
 }
 .recommend_banner li {
  width: 45%;
  margin: 0.5em auto;
 }
 .recommend_banner img {
  width: 100%;
  object-fit: cover;
 }	
	

 /*筆記具用ブランド一覧*/
 .category-menu_brand {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 3%;
 }
 .category-menu_brand li{
  width: 33%;
  padding: 1%;
  box-sizing: border-box;
 }
 .category-menu_brand li img{
  width: 100%;
  border: 1px solid #d3d3d3;
 }		
	
.mds_text {
	width: 90%;
    margin: 1% 2%;
	font-size: 1em;
	line-height: 1.5em;
  }	
	
	
	
  .top-text-link-list {
	width: 95%;
    margin: 10px auto;
	text-align:center;
	font-size: 13px;  
  }
	
.top-text-link-list a {
	color: #666;
	padding: 0.5% ;
	margin: 0.5%;
}	
	
	
	
/* サービスボタン */	
.service_btn {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 width: 85%;
 margin: 0 auto;
 margin-top: 3%;
 font-size: 0.9em;
}
 
.service_btn a {
 position: relative;
 display: flex;
 width: 100%;
 margin: 1%;
 padding: 3% 4% 3% 3%;
 font-weight: bold;
 font-size: 16px;
}
 

 
 .service_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #999999;
    border-right: 3px solid #999999;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 25%;
    right: 15px;
    transition: 0.3s ease-in-out;
}	

	
 .service_btn a:hover:after {
  border-color: #fff;
  transition: 0.3s ease-in-out; 
 }
	
.service_noshi{
	background-color: #f5eeec;
	color: #c1272d;
	}
	
.service_noshi:hover{
	background-color: #999999;	
	color:#fff;
	}

.service_divide{
	background-color: #eef2e9;
	color: #006e00;	
	}
	
.service_divide:hover{
	background-color: #999999;	
	color:#fff;
	}		
	
/* サービスボタン */
	

	
.pickup_banner {
	width: 90%;
	height: auto;
	margin: 1% auto;	
	text-align: center;
}	

.pickup_banner img{
	width: 100%;
	height: auto;
}		
	
		

.big_btn a{
  margin: 2% auto;	
  width: 80%;
  position: relative;
  display: block;
  justify-content: space-around;		
  padding: 2.2% 3% 2.4% 3%;
  background: #0071bc;	
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;	
  text-decoration: none;
  border: 1px solid #0071bc;	
  border-radius: 50px;
}	
	
.big_btn a span{
  font-size: 1.3em;
  padding: 0% 1%;	
}
	

.big_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 20px;
    border-radius: 1px;  
}
	
/*個別配送の案内ここから */	
.divide{
	width: 100%;	
	padding: 1% 0 6% 0;
	background: #eef5ec;	
}	
	
.divide h3{
	width: 80%;
	margin: 5% auto 1% auto;
	padding:3% 1% 0.8% 1%;		
	color: #42210b;
	font-size: 1.5em;
	border-bottom: solid 2px #42210b;
	text-align: center;
	line-height: 1.3em;
	background: #eef5ec;
}	
	
.divide p{	
	margin: 2%;
	font-size: 1em;
	color: #42210b;
	line-height: 1.5em;
	text-align: center;
}

	
.divide img{
	width: 90%;
	height: auto;
	margin: auto;
}	
/* 個別配送の案内ここまで */		
	
/* 包装のしの案内ここから */	
.noshi{
	width: 100%;	
	margin: 2% auto ;
	padding: 1% 0 6% 0;
	background: #f5eeec;
}	
	
.noshi h3{
	width: 80%;
	margin: 5% auto 1% auto;
	padding:3% 1% 0.8% 1%;		
	color: #42210b;
	font-size: 1.5em;
	border-bottom: solid 2px #42210b;
	text-align: center;
	line-height: 1.3em;
	background: #f5eeec;
}	
	
.noshi p{	
	margin: 2%;
	font-size: 1em;
	color: #42210b;
	line-height: 1.5em;
	text-align: center;
}
	
.noshi table{
	width: 100%;	
	margin: 1% auto;
}	
	
.noshi td {
	display:inline-block;
    width: 94%; 
	padding:0 2%;
}
	
.noshi table img{
	width: 100%;
	height: auto;
	border: solid 5px #fff;
}	

/* 包装のしの案内ここまで */	

/* 商品テーブル大 */		
 .item_table_big {
    margin: 3% auto;
    width:95%;
    justify-content: center;
  }	
	
 .item_table_big tr {
    display: inline;
    width: 100%;
  }
	
 .item_table_big td {
    width:100%;	 
    padding:0.1em;
    margin-bottom: 3%;
    display: inline-block;
    vertical-align: top;
  }	
	
  .column_img_border {
    border: #efefef solid 1px;
    width: 100%;
	margin-bottom: 1%;  
  }	
	
  .item_table_text{
    max-width:100%;	
	margin:  0 auto;  
    font-size: 1em;
    line-height:1.6em;		  
	}
	
  .item_table_big_td > a  {
  color: #333333;	
  text-decoration:none; 		 
 }	
	
  .item_table_big_td > a:hover {
  text-decoration: underline;  	 
}		
	

/* 商品テーブル大 */
 .item_table_big2 {
  /* 残 */
  margin: 5px auto;
  width: 98%;
  justify-content: center;
 }
 .item_table_big2 tr {
  display: inline;
  margin: 0 auto;
  padding: 0;
 }
 .item_table_big2 td {
  padding: 3px;
  margin: 0px 2px 1px 2px;
  border: 0;
  width: calc(100% / 2 - 15px);
  display: inline-block;
  vertical-align: top;
 }
 .item_table_press_big2 > a > img {
  border: #CCC solid 1px;
  width: 100%;
  height: 100%;
 }	
	
	
/* 商品テーブル小（2列） */		
 .item_table_small {
    margin: auto;
    width:96%;
	 
  }
  .item_table_small tr {
    display: inline;
    width: 100%;
	padding-left:0.1em;  
  }

  .item_table_small td {
    padding:0.1em;
	margin-bottom: 3%; 
    width:48%;
    display: inline-block;
    vertical-align: top;
  }
	
  .item_table_small_td> img {
    border: #efefef solid 1px;
    width: 100%;
	margin-bottom: 1%;  
  }	

  .item_table_small_td > a  {
  color: #333333;	
  text-decoration:none; 		 
 }	
	
  .item_table_small_td > a:hover {
  text-decoration: underline;  	 
}	
	
	.item_text{
		font-size:0.9em;
	}	
	
	

 /* 特設バナー用*/
 .cp_banner {
  width: 95%;
  font-size: 0.8em;	 
  margin: 5% auto;
  text-align: center;
  font-weight: bold;	 
 }	
	
 .cp_banner img{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10%;	 
 }			
		
	
	
}