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

body{
	width:100%;
	font-size:12px;
	color:#2d2d2d;
	line-height:150%;
	text-align:center;
  margin: 20px;
  background-image: url(http://image.rakuten.co.jp/office-japan/cabinet/others3/others5/back2.gif);
  background-repeat: repeat-x;
	}

.wrap{ 
  
  margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
  text-align:center;   /*全体を左揃えにする。*/
}

.wrap2{ 
  width: 1500px;	   /*全体の幅を指定する*/  
  margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
  text-align:center;   /*全体を左揃えにする。*/
}
	
img{
	border:none;
	}

h1{
	font-size:12px;
	float:center;
	color:#404040;
	}
	
.header{
	width:100%;
	margin-bottom: 15px;
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
  	text-align:center;   /*全体を左揃えにする。*/
	}
	
.header .header-left{
	float:left;
	margin-left: 30px;
	valign:middle;
	}
	
.header .header-right{
	float:right;
	width:760px;
	valign:middle;
	}
	
.header2{
	width:100%;
	hight:100px;
	margin:0px;
	padding:0px;
}
	
.header2 .header2-left{
	width:800px;
	float:left;
	hight:57px;
	background-image: url(http://image.rakuten.co.jp/office-japan/cabinet/others3/others5/header-back.gif);
	background-repeat: repeat-x;
	}
	
.header2 .header2-right{
	width:160px;
	hight:57px;
	float:right;
	background-image: url(http://image.rakuten.co.jp/office-japan/cabinet/others3/others5/header-back.gif);
	background-repeat: repeat-x;
	}
	
.main{
	width:960px;
	margin: 0 auto;
	text-align:center;
	}

.main2{
	width:1200px;
	margin: 0 auto;
	text-align:center;
	}

.main-left{
	float:left;
	width:176px;
	margin-left:0px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:0px;
	}
	
.main-right{
	float:right;
	width:764px;
	margin-left:10px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	}

.ads-main2{
	width: 750px;
}

.ads-image-left2{
	float:left;
	width:365px;
	margin-left:0px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
.ads-image-right2{
	float:left;
	width:365px;
	margin-left:10px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
	}

span.catch_copy { color: #666666;font-size:12px; padding:3px;}

	
.ads-image-left{
	float:left;
	width:246px;
	margin-left:0px;
	margin-right:6px;
	margin-top:5px;
	margin-bottom:5px;
	}
	
.ads-image-right{
	float:right;
	width:246px;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:5px;
	}
	
.header-ads{
	width: 100%;
	height:93px;
	}

.header-ads-image-left{
	float:left;
	width:230px;
	height:93px;
	margin-left:0px;
	margin-right:11px;
	margin-top:0px;
	margin-bottom:5px;
	}
	
.header-ads-image-right{
	float:right;
	width:230px;
	height:93px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:5px;
	}
	
.main-left .add img{
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
	}
	
.footer{
	background-color: #eeeeee;
	padding:10px;
	width:960px;
	height:400px;
	line-height: 200%;
	font-size:12px;
	}
	
.footer-left{
	float:left;
	margin-left:0px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #eeeeee;
	}
	
.footer-center{
	float:left;
	margin-left:0px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #eeeeee;
	}
	
.footer-right{
	float:left;
	background-color: #eeeeee;
	}

form.search {
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
  	text-align:center;   /*全体を左揃えにする。*/
	margin: 0;
	
}

/* --- ボックス --- */
form.search div {
margin: 0 auto;
text-align:center;
width: 100%; /* ボックスの幅 */
height:57px;
padding: 0px 0; /* ボックスのパディング（上下、左右） */
margin-top:10px;
background-image: url(http://image.rakuten.co.jp/office-japan/cabinet/others3/others5/header-back2.gif);
background-repeat: repeat-x;
background-color: #ffffff; /* ボックスの背景色 */
/*border: 1px #808080 solid;  ボックスの境界線 */
vertical-align:top;
}

/* --- テキストボックス --- */
form.search input.textBox {
width: 500px; /* テキストボックスの幅 */
margin: 0px; /* テキストボックスのマージン（上右下左） */
padding: 0px;
height: 29px; /* ボタンの高さ */
color: #2d2d2d;
border-top-color: #cec1b6;
border-top: 5px #cec1b6;
border-bottom: 5px #cec1b6;
border-right:0px;
border-left:0px;
border-style: solid;
vertical-align:top;
}

form.search input.textBox2 {

width: 800px; /* テキストボックスの幅 */
margin: 0 0px 0 0px; /* テキストボックスのマージン（上右下左） */
padding: 0px;
margin:0px;
padding-right:0px;
margin-right:0px;
padding-left:0px;
margin-left:0px;
height: 39px; /* ボタンの高さ */
color: #2d2d2d;
border-top-color: #cec1b6;
border-top: 5px #cec1b6;
border-bottom: 5px #cec1b6;
border-right:0px;
border-left:0px;
border-style: solid;
vertical-align:top;
}

/* --- ボタン --- */
form.search input.btn {
width: 128px; /* ボタンの幅 */
height: 39px; /* ボタンの高さ */
padding: 0;
padding-left:0px;
margin-left:0px;
padding-top:0px;
margin-top:0px;
/*border: 1px #c08000 inset;  ボタンの境界線 */
font-weight: bold;
color: #000000;
vertical-align:top;
}


.rank{
	float:left;
	padding:3px;
	}
	
ul{
	margin-top:10px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	font-size:12px;
	list-style-type:none;
	}
	
.style1 {color: #FFFFFF}

.style2 {color: #990000}
	
#tab {
width: 40px;/* 最初に表示されるバナーの幅 */
height: 100px;/* バナーの高さ */
background: url(http://image.rakuten.co.jp/office-japan/cabinet/t/side01.jpg) no-repeat;/* 画像のURL */
position: fixed;/* バナーを固定します */
right: 0;/* 右から0pxの位置に指定 */
bottom: 100px;/* 下から100pxの位置に指定 */
}
#tab a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#tab:hover {/* カーソルが乗った時の動きを指定 */
width: 200px;/* バナーが伸びた時の幅 */
/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

nav{
border-bottom: 5px solid #ccc;
position: relative;
margin-bottom:30px;
}
nav ul{
position: absolute;
left:10%;
display: table;
margin: 0 auto;
padding: 0;
width: 80%;
text-align: center;
}
nav ul li{
display: table-cell;
min-width: 50px;
}
nav ul li a{
display: block;
width: 100%;
height: 100%;
padding: 10px 0;
text-decoration: none;
color: #404040;
}
nav ul li.current{
font-weight: bold;
border-top: 5px solid #00B0F0;
}
nav ul li.current a{
color: #00B0F0;
}
nav ul li a:hover{
color: #0089BB;
background-color: #FBFBDD;
}
nav ul li:hover{
border-top: 5px solid #F8E750;
}

.fountain{
	width:100%;
}

.fountain .fountain-left{
	float: left;
	padding:5px;
	margin-bottom:10px;
}

td .rakutenLimitedId_ImageMain1-3{text-align:center;}

.receipt_title{
	font-size:18px;
}

.stamp_special_left{
	float:left;
	width:580px;
	text-align:center;
}

.stamp_special_right{
	float:right;
	width:580px;
	text-align:center;
}

.stamp_title{
	background-color: #d9edf0;
	padding:20px;
	color:#3f4c4e;
	font-size: 16px;
	text-align:center;
	margin-bottom: 10px;
}



.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.3em;
  width: 800px;
  overflow: hidden;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background-image: url("https://image.rakuten.co.jp/office-japan/cabinet/horei-images-01/submit-button4.jpg");
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;
}


.search_container2{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  padding: 3px 10px;
  border-radius: 20px;
  height: 3em;
  width: 800px;
  overflow: hidden;
}
.search_container2 input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container2 input[type="text"]:focus {
  outline: 0;
}
.search_container2 input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background-image: url("https://image.rakuten.co.jp/office-japan/cabinet/horei-images-01/submit-button9.jpg");
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;
}





