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

/**   全体   **/

body{
	width:100%;
	margin:0;
	padding:0;
	-webkit-text-size-adjust: none;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	width:100%;
}

li{
	list-style:none;
}


.shadow{
	-moz-box-shadow: 0px 5px 5px #000000;
    -webkit-box-shadow: 0px 5px 5px #000000;
    box-shadow: 0px 5px 5px #000000;
}

.cl{
	clear:both;
}

.f14{
	font-size:14px;
}

.red{
	color:#F00;
	font-weight:bold;
}

.blue{
	color:#00F;
}

.pd15{
	padding:15px;
}

.mgt10{
	margin-top:10px;
}
.mgb15{
	margin-bottom:15px;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  

a{
	color:#002DB2;
}
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  



/**   ヘッダー   **/

#sb-site{
	padding:0;
	margin:0;

}



.sb-slidebar {
	padding: 14px;

}

html.sb-active #sb-site, .sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}

/* Fixed position examples */
#sb-site.top-padding {
	padding-top: 20px;
}

#fixed-top {
	position: fixed;
	top: 0;
	padding:5px 0 0 0;
	width: 100%;
	height: 55px;
	background-color:#F12727;
	color:#FFF;
	z-index: 4;
}
#fixed-top h1{
	font-size:0.6rem;
	padding:0 0 0 20px;
}
#fixed-bottom {
	position: fixed;
	bottom: 0;
	padding:5px 1%;
	
	width: 98%;
	height: 30px;
	background-color:#F12727;
	color:#FFF;
	z-index: 4;
}
/*
#fixed-bottom ul{
	height:36px;
	padding:2px 0;
	position:relative;
}

#fixed-bottom li{
	display:inline;
	margin:0 1%;
	
}
#fixed-bottom li img{
	margin:0;
	padding:0;
	width:46%;
	max-height:80%;
}
*/
#fixed-bottom ul {
	display: flex;
	justify-content: space-between;
	
	
}
#fixed-bottom li {
	flex: 1;
	align-items:center;
	text-align:center;
	height: 30px;
}
#fixed-bottom li a {
	text-align:center;
	vertical-align: middle;
	font-size: 12px;
	/*100%が効かないので*/
	height: 30px;
	color: #fff;
}

#fixed-bottom li img {
	vertical-align: middle;
	padding:3px 0 0 0;
}


.logoarea{
	padding:75px 0 5px 0;
	margin:0;

}






nav{
margin:0 0 20px 0;
}
nav img{
	width:50%;
	margin:0;
}





/*main*/
#main {

}
#contents {
    padding:80px 0 20px 0;
}
#contents h1 {
    font-size: 18px;
}
#contents p {
    margin-top: 15px;
}



.header_leftbtn{
	margin:0 0 0 0;
	float:left;
	width:48%;
}
.header_rightbtn{
	margin:0 0 0 0;
	float:right;
	width:48%;
}




/**   　メイン　　　　**/

article{
	margin:15px 0 5px 0;
}


#gift table{
	width:96%;
	margin:15px 2%;
	border-collapse:collapse;
	border:solid 1px #000;
	font-size:12px;
	font-weight:bold;
	-moz-box-shadow: 0px 3px 3px #999;
    -webkit-box-shadow: 0px 3px 3px #999;
    box-shadow: 0px 3px 3px #999;
}

#gift th{
	width:25%;
	border:solid 1px #000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #70b6f2), color-stop(0.50, #54a3ee), color-stop(0.50, #3690f0), color-stop(1.00, #1a62db));
    background: -webkit-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
    background: -moz-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
    background: -o-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
    background: -ms-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
    background: linear-gradient(to bottom, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
	background-color: #00a9e5;
	color:#FFF;
	padding-top:15px;
	padding-bottom:15px;
}




section{
	width:96%;
	margin:0 auto 20px auto;
	font-size:14px;
}
section h2{
	margin:0 0 15px 0;
}
section h3{
	width:100%;
	box-sizing:border-box;
	padding:10px;
	margin:0 0 20px 0;
	margin:0 0 20px 0;
	border-top:solid 1px #DADADA;
	border-left:solid 1px #DADADA;
	border-right:solid 1px #DADADA;
	border-bottom:solid 2px #207CAC;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F6F6F6), color-stop(1.00, #FAFAFA));
    background: -webkit-linear-gradient(#F6F6F6, #FAFAFA);
    background: -moz-linear-gradient(#F6F6F6, #FAFAFA);
    background: -o-linear-gradient(#F6F6F6, #FAFAFA);
    background: -ms-linear-gradient(#F6F6F6, #FAFAFA);
    background: linear-gradient(#F6F6F6, #FAFAFA);
	background-color:#002DB2;	
}
section h4{
	margin:0 0 10px 0;
}

.top_acc{
	border:1px #CCCCCC solid;
	padding:3%;
	text-align:center;
}
.top_acc img{
	margin:0 0 15px 0;
}
#top_accin{
	background-color:#FFCFBF;
	padding:3%;
	width:94%;
	font-size:1.1em;
	font-weight:bold;
}
.topcotact_left{
	float:left;
	width:48%
}
.topcotact_right{
	float:right;
	width:48%
}

#color8c0{
	color:#8C0000;
}


#undernavileft{
	float:left;
	width:47%;
	margin:0 1% 10px 0;
	padding:10px 0;
	border:solid 1px #999999;

	background-color:#F00;	
}
#undernavileft a , #undernaviright a{
	display:block;
	height:100%;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	
}
#undernaviright{
	width:47%;
	float:right;
	margin:0 1% 10px 0;
	padding:10px 0;
	border:solid 1px #999;
	background-color:#F00;		
}

.top_ranktit{
	font-size:15px;
	font-weight:bold;
	padding:5px 0;
	color:#FF0;
}


#top_tit1507{
	background-color:#F00;
	padding:2%;
	width:96%;
	color:#FFF;
	font-size:17px;
}



.system_toptxt03{
	font-size:16px;
	font-weight:bold;

}

/*
body img:nth-child(1){
display:none;
}
*/



<!--メニュー-->

#main {
	background: #eee;
}
#main-in {
	padding-left: 260px;
}
#main p {
	margin-bottom: 1em;
	line-height: 1.9;
}
#main .inner {
	padding: 60px;
}

/* main-visual */
#main-visual {
	background: #64CE80;
	background: -webkit-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -moz-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -ms-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -o-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: linear-gradient(-45deg, #64CE80, #C68BC4);


	height: 400px;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#main-visual h2 {
	font-size: 180%;
	color: #fff;
}



/* ここから */
#global-head {
	position: fixed;
	color: #033560;
	
	width: 260px;
	text-align: center;
	padding-top: 60px;
	z-index: 100;
}

#sidebar {
	font-size: 15px;
	padding-top: 70px;
	width: 260px;
	position: fixed;
	color: #033560;
	background: #fff;
	text-align: center;
	height: 100%;
}

#global-nav ul {
	list-style: none;
	margin-left: 0;
	
}
#global-nav > ul > li {
	position: relative;
}

#global-nav a {
	color: #033560;
	text-decoration: none;
	display: block;
	padding: 15px 0;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #fff;
	background: #033560;
}

#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
	width: 230px;
}

/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #033560;
	border-right: 1px solid #033560;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* sub-menu */
#global-nav .sub-menu-nav {
	position: fixed;
	background: #033560;
	color: #fff;
	top: 0;
	padding-top: 90px;
	left: 260px;
	width: 0;
	height: 100%;
	overflow: hidden;

	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;
}
#global-nav .sub-menu-nav a {
	color: #fff;
}
#global-nav .sub-menu-nav a:hover {
	color: #033560;
	background: #fff;
}


/* nav-toggle */
#nav-toggle {
	display: none;
	position: fixed;
	top: 15px;
	right: 15px;
	height: 32px;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 3px;
	left: 0;
	display: block;
	background: #033560;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 10px;
}
#nav-toggle span:nth-child(3) {
	top: 20px;
}

#nav-toggle p {
	top: 23px;
	position: absolute;
	color:#FFF;
	font-size:0.9em;
}


#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



/*@media screen and (max-width: 600px) {*/
	#main-in {
		padding-left: 0;
	}

	#global-head {
		width: 100%;
		padding: 10px;
		background: rgba(0,101,147,.8);
		display: -webkit-flex;
		display: flex;
	}

	#sidebar {
		/*display: none;*/
		position: fixed;
		right: -300px;
		top: 0;
		height: 100%;
		width: 300px;
		color: #333;
		background: #fff;
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		height: 100%;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
	}

	/* サブメニューは開けない */
	#global-nav .sub-menu-head:after,
	#global-nav .sub-menu-nav {
		display: none;
	}
	#nav-toggle {
		display: block;
		
	}
	#nav-toggle span{
		
		background-color:#FFF;
	}

	/* nav open */
	.open {
		overflow: hidden;
		
	}
	.open #overlay {
		display: block;
		
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-300px,0,0);
		transform: translate3d(-300px,0,0);
		
		
	}

	/* #nav-toggle close */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		background-color:#006593;
		
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
		background-color:#006593;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background-color:#006593;
	}
	.open #nav-toggle p {
	top: 23px;
	position: absolute;
	color:#006593;
}

	/* z-index */
	#overlay {
		z-index: 200;
	}
	#sidebar {
		z-index: 300;
	}
	#nav-toggle {
		z-index: 400;
	}


/*}*/

@media screen and (max-width: 400px) {
	#sidebar {
		right: -200px;
		width: 200px;
		padding-top: 60px;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-200px,0,0);
		transform: translate3d(-200px,0,0);
	}
}
<!--メニューおわり-->


<!--gotop-->
#page-top {
position:fixed;
bottom:200px;
right:20px;
font-size:12px;
z-index:10;
}
#page-top a {
filter:alpha(opacity=50);
-moz-opacity:0.50;
opacity:0.50;
background:red;
text-decoration:none;
color:#fff;
width:50px;
text-align:center;
display:block;
border-radius:5px;
padding:10px 0;
}
#page-top a:hover {
text-decoration:none;
background:#999;
}

#topbutton {
      /* ▼表示位置を画面の右下に固定 */
      position: fixed; /* ←表示場所を固定 */
      bottom: 25px;   /* ←下端からの距離 */
      right: 18px;    /* ←右端からの距離 */
      width: 7em;     /* ←横幅 */
	  z-index:10;

      /* ▼最初は非表示にしておく */
      display: none;

      /* ▼配色・配置・文字の装飾など */
      background-color:#039; /* ←背景色 */
      opacity: 0.75;             /* ←透明度 */
      border-radius: 24px;       /* ←角丸の半径 */
      text-align: center;    /* ←文字の位置 */
      font-size: 12px;       /* ←文字サイズ */
      margin: 0px;    /* ←外側の余白 */
      padding: 6px;  /* ←内側の余白 */
   }
   #topbutton a {
      /* ▼リンクの装飾 */
      color: white;          /* ←文字色 */
      text-decoration: none; /* ←下線なし */
	  font-size: 12px;
   }
   #topbutton a:hover {
      /* ▼マウスが載ったときの装飾 */
      color: yellow;              /* ←文字色 */
      text-decoration: underline; /* ←下線あり */
	  font-size: 12px;
   }
   
<!--gotop-->


/**   　トップページ　　　　**/
#mainphoto{
	margin:80px 0 0 0 !important;
	padding:80px 0 0 0 !important;
	height:60px !important;
}

.top_btn3{
	margin:0 0 20px 0;
	width:100%;
	box-sizing:border-box;
}
.top_btn3 li{
	float:left;
	margin:0 0.5%;
	width:24%;
}
/*.top_btn3 li:nth-of-type(2){
	float:left;
	width:32%;
	margin:0 2%;
}*/
.ico_tit{
	color:#207CAC;
	}
.top_kaitori{
	margin:0 0 20px 0;
}
.top_kaitori table{
	margin:0 0 20px 0;
	border:1px #333333 solid;
	box-sizing:border-box;
	border-collapse:collapse;
	width:100%;
}
.top_kaitori table th{
	padding:5px;
	text-align:left;
	background-color:#DAEEF5;
	border:1px #333333 solid;
}
.top_kaitori table td{
	padding:5px;
	border:1px #333333 solid;
}
.ico_titkaitori{
	color:#4F7FC9;
	}
	.font-red{
		color:#F00;
	}

.top_attention img{
	float:right;
	width:40%;
	padding:0 0 10px 10px;
}

.shop_store{
	font-weight:bold;
}

.tel_area{
	text-align:center;
	font-weight:bold;
	margin:0 0 10px 0;
	color:#2E6DAB;
	font-size:1.2em;
}
#tel_areatxt01{
	font-weight:normal;
	color:#333;
}



/**   　フッター　　　　**/

footer{
	padding:10px 2%;
	width:96%;
	font-size: 14px;
	border-top:1px #CCCCCC solid;
}
footer ul{
	margin:0 0 20px 0;
}

footer li{
	display:inline-block;
	margin:0 5px 5px 5px;
	padding:0 0 10px 0;
	line-height:160%;
	text-align:center;
}
.footer_list a{
	color:#09F;
}
footer p{
	text-align:center;
	margin:10px auto;
	width:60%;
}

.copyright{
	text-align:center;
	font-size:12px;
	padding:10px 0;
	margin:0 0 40px 0;
}


#footnavi{
	width:100%;
	margin:10px 0 0 0;
	color:#fff;
	text-align:center;
	text-height:2em;
	font-size:12px;
}

footer a:link, a:visited, a:active, a:hover{
	text-decoration:none;
	color:#09F;
	font-size:16px;
}


#footnavi p{
	font-weight:bold;
	font-style:italic;
	border-top:1px #CCCCCC solid;
	padding:5px 0 0 0;
	
}

#btnTop {
	font-size: 85%;
	float:right;
	clear:both;
	margin:30px 10px 10px 0;
	
}
#btnTop img{
	width:17px;
	vertical-align:middle;
}
#btnTop p{
	text-align:right;
}
#btnTop a {

	padding: 5px 0 5px 20px;
	color:#CCC;
	text-decoration: none;
	text-align:right;
	background:url(img/ico_pagetop.jpg) 0 50% no-repeat;
}

.footerlogo{
	clear:both;
	padding:10px 0 0 0;
	border-top:1px #FFFFFF solid;
}








/* ===============================================
	▼共通 (テーブル)
=============================================== */
.tableStyle01 {
	width: 100%;
	background-color: #ccc;
}
.tableStyle01 th {
	font-weight: bold;
	background-color: #664422;
	padding: 10px;
}
.tableStyle01 td {
	background-color: #fff;
	padding: 10px;
}

.tableStyle01 td input,textarea{
	width:96%;
}
table th.middle {
	vertical-align: middle;
}
table td.middle {
	vertical-align: middle;
}


#mar_bottom20{
	margin:0 0 20px 0;
}