@charset "UTF-8";
/* CSS Document */

/* デフォルトのリセット */
* {
	/*font-size: 100%;*/
    font-style: normal;
	border-top-width: 0px;
	/* [disabled]border-right-width: 0px; */
	border-bottom-width: 0px;
	border-left-width: 0px;
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,h7,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0px;padding: 0px;
}

a:link, a:visited { color: #666; }
a:hover{
	color: #666;
    filter:alpha(opacity=8);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity:0.7;
	}

html {
	width: 100%;
	height: 100%;
}

#all:after { /*カラム落ち対策*/
       clear: both;
       content:"";
       display: block;
}

body {
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	background-color: #FFF;
	background-image: url(../img/bg_logo.png);
	overflow-x: hidden;
	}

h2{
	text-align: left;
	margin: 5%  5%  0  5%;
	padding: 0 0 20px 0;
	font-family: "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳ Ｐ明朝", "Hiragino Mincho Pro", serif;
	font-size: 150%;
	color: #666;
	letter-spacing: 0.2em;
	font-weight: lighter;
	display: block;
	}


p{
	/* [disabled]text-align:left; */
	margin: 2% 5% 5%;
	padding: 0;
	letter-spacing: 0.1em;
	font-size: 110%;
	line-height: 1.7;
	text-align:left;
	}

header {
    margin:0;
    padding:0;
	background-color: #FFF;
	padding: 0 5%;
}

.container {
    clear: both;
    min-width: 1200px !important;
 	width: 100%;
}

.navbar{
	overflow: hidden;
	width: 100%;
	min-width: 1200px;
	}

.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-toggle {
  display: none;
}

.navbar-brand {
  margin-left: -15px;
}

div.left-column {
    width: 530px;
    float: left;
}

div.right-column {
    width: 588px;
    float: right;
}

footer {
    clear: both;
    width: 100%;
	height: 200px;
	margin: 0 auto;
    padding: 20px auto;
	overflow: hidden;
	color: #FFF;
	background-color: 
	rgba(255,204,0,0.9);
	z-index: 1;
}

.home-70{
	width: 70% !important;
	text-align: center;
	float: left;
	}
	

/* takeuchi */

.bn_netshop {
    margin: 0 0.3% 1% 0;
    float: right;
    margin-bottom: 2%;
}

.bn_box h3 {
    margin: 5% 0 2%;
    font-size: 150%;
    letter-spacing: 2px;
    border-bottom: 1px solid #f3c31b;
    /* display: block; */
    display: table;
    text-align: center;
    margin: 5% auto 40px;
}


/* retina */
#retinacss {
    width: 248px;
    height: 100px;
    background: url("../images/logo.png") no-repeat;
}

#retinacss2 {
    width: 248px;
    height: 100px;
    background: url("../images/logo.png") no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
    #retinacss2 {
        background-image: url("../images/logo@2x.png");
        -webkit-background-size: 248px 100px;
    }
}

/* snsボタン */
#sns{
	float:right;
	list-style-type: none;
	margin: 20px 5%;
	padding: 0;
}

#sns li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

#sns li div {
	display: inline;
}

#sns:before,
#sns:after {
	content: " ";
	display: table;
}

#sns:after {
	clear: both;
}

#sns {
	*zoom: 1;
}

#sns iframe.twitter-share-button {
    width: 90px !important;
}
	
.contents{
	width: 90%;
	background-color: 
	rgba(255,255,255,0.8);
	margin: 0 auto;
	padding: 10% 0 10% 0;
	overflow: hidden;
	text-align: center;
	}

.illust-cap{
	display: block;
	margin: 0 auto 50px;
	padding: 0;
	max-width: 600px;
	}

.shadow{ 
	box-shadow: 1px 3px 10px #000;
	z-index: 2;
	}

/* home */
.home{
	width:1080px !important;
	text-align: center;
	margin: auto !important;
	overflow: hidden;
	position: relative;
	}

.float-left{
	width: 650px;
	margin: auto;
	float: left;
	}

.products-link{
	display: block;
	padding: 7px;
	background-color: #000;
	color: #FFF;
	width: 150px;
	text-align: center;
	text-decoration: none;
	margin: auto;
	}

/* kimori */
.cont-top-bg{
	width: 80%;
	height: 90%;
	margin: 0 5%;
	padding: 5%;
	background-image: url(../img/kimori_top.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
	}

.cont-top-h{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	display: block;
	width: 80%;
	float: right;
	}
	
.cont-top-p{
	line-height: 1.9;
	display: block;
	width: 80%;
	float: right;
	}

.white{ 
	color: #FFF;
	}

.center{
	text-align: center !important;
	}

.right{
	text-align: right !important;
	}

hr {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #fff;
	width: 90%;
	margin: 30px auto;
	display: block;
}

/* contact */
#box_contact{
	margin: 0 auto;
	padding: 20px;
	overflow: hidden;
	background-color: rgba(255,204,0,0.9);
	box-shadow: 1px 1px 10px  rgba(0,0,0,0.3) inset;
	}

/* ウェブショップ */
.age{
	width: 300px;
	margin-left: 5%;
	float: left;
	overflow: hidden;
	}

.age a{
	padding: 5%;
	display:block;
	background-color: #CCC;
	}
	
.age p{
	margin: 1% 0 !important;
	text-align: right;
	}


/* ページトップへ */
#pageTop {
	background: #FFF;
	font-size: 90%;
	color: #000;
	padding: 10px;
	position: fixed;
	bottom: 0;
	right: 20px;
	text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#pageTop a{
	text-decoration: none;
}

#pageTop:hover{
	background:#FFF;
	text-decoration: underline;
}

/* Facebook */
#fb{
	width: 402px;
	height: 5800px;
	margin: 0;
	padding: 0;
	background-color: 
	rgba(255,255,255,0.8);
	border:#eee thin solid;
	overflow: auto;
	float: right;
	}

.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style]{ width: 100%!important;
height: 100%!important;
}
