@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Gorditas);
@import url(http://fonts.googleapis.com/css?family=Jolly+Lodger);

/********** base **********/
/* --HTML-- */  
html{  
	background: #F73A00;
	color: #000;
	overflow-y: scroll;
	}
  
/* --BODY-- */  
body{  
	font: 12px/1.5 'Lucida Grande',Arial,Helvetica,Verdana,sans-serif;  
	margin: 0;  
	overflow: visible;  
	padding: 0;
	}
  
/* for IE7 */  
*+html body{  
	font-family: 'メイリオ';  
	font-size: 75%;  
	}
  
/* for IE6 */  
* html body{  
	font-size: 75%;  
	}
  
/* --OTHER TAGS-- */  
a img, fieldset, img{  
	border: 0;  
	}
  
blockquote, dd, div, dl, dt, fieldset, form,  
h1, h2, h3, h4, h5, h6, input, li, ol, p, pre,  
select, span, textarea, td, th, ul {  
	margin: 0;  
	padding: 0;  
	}
  
abbr, acronym{  
	border: 0;  
	}
  
address, caption, cite, code, dfn, em, th, strong, var{  
	font-style: normal;  
	font-weight: normal;  
	}
  
caption, th{  
	text-align: left;  
	}
  
code, kbd, pre, samp, tt{  
	font-family: monospace;  
	line-height: 100%;  
	}
  
/* for IE7 */  
*+html code, kbd, pre, samp, tt{  
	font-size: 108%;  
	}
  
h1, h2, h3, h4, h5, h6{  
	font-size: 100%;  
	font-weight: normal;  
	}
  
input, select, textarea{  
	font-size: 100%;  
	font-family: 'Lucida Grande',Arial,Helvetica,Verdana,sans-serif;  
	}
  
ol, ul{  
	list-style: none;  
}  
  
q:before, q:after{  
	content: '';  
	}
  
/* tables still need 'cellspacing="0"' */  
table{  
	border-collapse: collapse;  
	border-spacing: 0;  
	font-size: 100%;  
	}

*{
	margin: 0 auto;
	padding: 0;
	}

body{
	padding: 0;
	margin: 0 auto;
	background: /*url(../img/common/moon.png) no-repeat*/ #F73A00;
	/* iphone bg img no cut*/
	min-width:1040px;
	_display: inline;
	_zoom:1;
	}

/********** box **********/
#wrapper{
	width: 1040px;
	margin: 0 auto;
	}

#herder{
	width: 1040px;
	padding: 50px 0px 0px 20px;
	}

#main_box{
	width: 1040px;
	height: 100%;
	padding: 20px 20px 60px 20px;
	margin: 0 auto;
	text-align: left;
	color: #FFF;
	font-size: 16px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	}

#menu_box{
	width: 100%;
	padding: 0px 20px;
	background-color: #FFF;
	text-align: center;
	color: #F73A00;
	font-family: 'Lobster', cursive;
	font-size: 28px;
	letter-spacing: 0.1em;

    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
	}
#menu_box a:link{
	color: #F73A00;
	text-decoration: none;
	}
#menu_box a:visited{
	color: #F73A00;
	text-decoration: none;
	}
#menu_box a:hover{
	color: #000;
	text-decoration: none;
  	}
#menu_box a:active{
	color: #F73A00;
	text-decoration: none;
	}

#footer{
	width: 100%;
	padding: 0px 20px;
	margin: 20px 0;
	background-color: #FFF;
	text-align: right;
	color: #F73A00;
	font-family: 'Lobster', cursive;
	font-size: 14px;
	letter-spacing: 0.1em;

    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
	}

#copy{
	padding: 0 20px;
	}

#home{
	position: fixed;
	text-align: left;
	bottom: 5px;
	left: 20px;
	width: 100px;
	}

#fixed{
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #F73A00;
	}

#fixed02{
	/*display: block;
	position: fixed;*/
	bottom: 0;
	left: 0;
	width: 100%;
	/*background: #F73A00;*/
	background: url(../img/common/bg/bg_aipha_orange.png);
	}

/********** link **********/
/*未訪問*/
a:link{
	color: #FFF; /*★Homeのみ*/
	text-decoration: underline;
	}
/*訪問済*/
a:visited{
	color: #FFF; /*★Homeのみ*/
	text-decoration: underline;
	}
/*マウスをのせたとき*/
a:hover{
	color: #000; /*★Homeのみ*/
	text-decoration: none;
  	}
/*クリック中*/
a:active{
	color: #FFF; /*★Homeのみ*/
	text-decoration: none;
	}

/********** img ***********/
img{
	border: none;
	height: auto;
	}

.img_center{
	text-align: center;
	}

.img_left{
	text-align: left;
	}

.img_right{
	text-align: right;
	}

.preloader{
	background: url(../img/common/loading.gif) 50% 50% no-repeat;
	}

/*********** hr ***********/
hr{
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	}

/*********** font ***********/
h2{
	font-weight: normal;
	text-align: center;
	}

h3{
	font-weight: normal;
	}

.bold{
	font-weight: bold;
	}

.clear{
	clear: both;
	}

/*********** page ***********/
.title{
	padding-bottom: 20px;
	font-family: 'Lobster', cursive;
	font-size: 50px;
	color: #FFF;
	}

.title02{
	padding-top: 50px;
	padding-bottom: 20px;
	font-family: 'Lobster', cursive;
	font-size: 50px;
	color: #FFF;
	}

.title_s{
	padding: 20px 0px 0 0;
	font-size: 20px;
	font-weight: bold;
	}

.txt{
	padding: 0px 0px 20px 40px;
	}

/*********** Home ***********/
#img_copy{
	padding: 10px 0 0 20px;
	font-size: 12px;
	color: #FFF;
	}

/*********** Gallery ***********/
.gallery_ja{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 0 2px 3px #000;
	}

.gallery_en{
	text-align: center;
	text-shadow: 0 2px 3px #000;
	}

.gallery_img{
	text-align: center;
	}

.gallery_img02{
	margin-top: 124px;
	text-align: center;
	}

#block00 img{
	cursor: pointer;
	}

/*********** Sake ***********/
/*sake_top*/
#sake_top_box{
	padding: 40px 40px 40px 40px;
	margin: 20px;
	width: 920px;
	border: 3px solid #FFF;
	border-radius: 20px;
	display: block;
	overflow: hidden;

    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
	}

#sake_top_box01{
	padding-top: 20px;
	float: left;
	text-align: center;
	width: 360px;
	}

#sake_top_box01 img{
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
	}

#sake_top_box02{
	float: left;
	padding: 0 0 0 40px; 
	width: 520px;
	}

#sake_top_txt{
	padding: 0 0 30px 0;
	font-size: 16px;
	font-weight: bold;
	line-height : 250%;
	}

#sake_top_name{
	padding: 10px 0 0 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	}

/*sake_list*/
#sake_list{
	padding: 40px 40px 40px 40px;
	margin: 20px;
	width: 920px;
	border: 3px solid #FFF;
	border-radius: 20px;
	display: block;
	overflow: hidden;

    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
	}

#sake_list_txt{
	padding: 20px 0 20px 0;
	text-align: center;
	}

.sake_list_name{
	padding: 20px 20px 20px 20px;
	font-size: 22px;
	font-weight: bold;
	}

/*sake_box*/
.sake_box{
	display:none;
	}

.sake_box01{
	float: left;
	padding-top: 155px;
	text-align: center;
	width: 360px;
	}

.sake_box01 img{
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
	}

.sake_box02{
	float: left;
	padding-top: 50px;
	padding-left: 60px; 
	width: 540px;
	}

.sake_name{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	}

.sake_company{
	padding: 20px 0 0 0;
	font-size: 14px;
	text-align: right;
	}

.sake_txt{
	padding: 20px 0 0 0;
	font-size: 16px;
	}

.sake_spec{
	margin: 30px 0px 10px 240px;
	padding: 30px 0 20px 40px;
	width: 250px;
	font-size: 14px;
	line-height : 200%;
	border: 2px dotted #FFF;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 70px;
	border-top-right-radius: 0px;
	display: block;
	overflow: hidden;
	}

/*********** About Tsubali ANNA ***********/
.about{
	padding: 20px;
	margin: 20px 0;
	width: 960px;
	border: 3px solid #FFF;
	border-radius: 20px;
	display: block;
	overflow: hidden;

    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
	}

#name{
	padding: 0 20px 20px 0;
	}

#name_ja{
	font-size: 22px;
	font-weight: bold;
	}

#name_en{
	font-size: 16px;
	}

#fb{
	padding: 20px;
	}