body {
  	background-color: #ffffff;
  	font: 18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    color: #7d7d7d;
	line-height : 1.5;
	text-align: left; 
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
	margin: 0;
}

img {
  border: 0;
}

h1 {
	font-size: 28px; 
	line-height: 1;
	color:#000;
	font-weight:lighter;
}

/* リンク */
a {
    color: #f39800;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
	color: #D6D6D6;
	text-decoration: underline;
	outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* ナビバー */

.navbar {
	margin-bottom: 0px;
}

.navbar-inverse {
	padding-bottom: 10px;
	padding-top: 10px;
}

.navbar-inverse {
	background-color: #ea553a;
	border-color: #ebafa4;
}

.navbar-inverse .navbar-nav > li > a {
	color: white;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #222222;
}

.navbar-brand {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
}

.navbar-inverse .navbar-brand {
	color: white;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
}

.siteSearch{
	margin:10px 0 0 5px;
}

/* メイン */

#backGray {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f2f2f2;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .adAmazonSmall{
	text-align:center;
}

  .adAmazonBig{
	display:none;
}

  .adBig{
	margin:20px 40px;
}

}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  .adAmazonSmall{
	display:none;
  }
  
  .adAmazonBig{
	margin:20px 0px 20px 40px;
  }

  .adBig{
	margin:20px;
	text-align:center;
  }

}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  
  .adAmazonSmall{
	display:none;
  }
  
  .adAmazonBig{
	text-align:center;
  }
  
  .adBig{
	margin:20px;
	text-align:center;
  }

}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  
  .adAmazonSmall{
	display:none;
  }
  
  .adAmazonBig{
	margin:20px 0px 20px 40px;
  }
  
  .adBig{
	margin:20px;
	text-align:center;
  }

}

.left{
	float:left;
}

.left img{
	width:100%;
}

.ad{
	margin:20px 0;
	clear:both;
}

/* new arrival! */

.h2 {
	font-size: 28px; 
	line-height: 2;
	color:#fff;
	font-weight:lighter;
	margin:40px 0 20px 0px;
	padding-left:30px;
	background-color:#5e5e5e;
}

.h3 {
	font-size: 26px; 
	line-height:1;
	font-weight:lighter;
	margin-bottom:-10px;
}

.h3 img{
	margin-right:5px;
}


.copy{
	text-align:left;
	font-size : 18px;
	line-height : 150%;
	margin:15px 0px 20px -20px;
	font-weight:lighter;
	color:#fff;
	background-color:#BFBFBF;
	width:340px;
	border-radius: 0px 5px 5px 0;
}

.pic{
	float:left;
}

.pic img{
	box-shadow: 0 0 10px #BFBFBF;
	margin:-10px 5px 0px 10px;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pic img:hover{
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
	display: inline-block;
	box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 1);
}

.pict{
	float:left;
	margin:20px 0px 0px 20px;
	text-align:left;
}

.pict img{
	margin-right:20px;
}

/* カテゴリーサーチ */

.categoryBar{
	max-width:360px;
	margin:20px;
}

.categoryBar img{
	margin-bottom:-8px;
}

/* メインページ */
.mainH1{
	margin-bottom:-10px;
	line-height:1.25;
}

.mainCompany{
	font-size:18px;
	font-weight:lighter;
	margin-left:25px;
	margin-bottom:-10px;
}

.mainH1 img{
	margin-right:10px;
}

.mainPict{
	float:left;
	margin:20px 0px 20px 0px;
	text-align:left;
}

.mainPict img{
	margin-right:10px;
}

.mainPic img{
	box-shadow: 0 0 10px #BFBFBF;
	margin:10px 50px 0px 10px;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}

@media screen and (min-width : 992px){
.mainPic{
	margin:10px 10px 20px 10px;
	padding:-10px 0 10px 0;
	float:left;
}

}

@media screen and (max-width : 991px){
.mainPic{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

}

.mainText{
	overflow:auto;
	zoom:1;
	margin-right:10px;
}

.mainCopy{
	text-align:left;
	font-size : 22px;
	line-height : 150%;
	margin:15px 0px 20px 0px;
	font-weight:lighter;
	color:#fff;
	background-color:#BFBFBF;
	width:340px;
	border-radius: 0px 5px 5px 0px;
	padding-left:10px;
}

.mainTable{
	text-align:left;
	margin-top:10px;
	margin-left:10px;
	border-top:#BFBFBF 1px dotted;
	border-bottom:#BFBFBF 1px dotted;
}

.mainTable tr th{
	padding-right:30px;
}

.small{
	font-size:15px;
}

/*投票*/

.voteformbg3{
	font-size:22px;
	padding-left:40px;
	margin-left:auto;
	display:inline;
}

.voteformbg3 form{
	margin-top:-50px;
}

.voteformbg3 p{
	padding-left:20px;
	line-height:1.5;
}

.voteformbg3 .votebtn{
	margin:1em 0 1em 0;
	text-align:center;
	line-height:1.5;
}
	
.voteformbg3 .votecopy{
	text-align:center;
	padding:5px;
	font-size:15px;
}
	
.voteformbg3 .votecopy a, .voteformbg3 .votecopy a:hover{
	text-decoration:underline;
	font-weight:normal;
}
	
.voteformbg3 .votebtn input{
	width:6em;
	background-color:#bbb;
	border:0px solid #fff;
	color:white;
	padding:5px;
	font-size:22px;
	font-weight:bold;
}
	
.votecopyright{
	display:none;
}

/* リンク */

.linkBack {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
}

.linkList{
	float:left;
}

/* フッター */

#footer {
	background-color: #2f2f2f;
	padding-top: 50px;
	padding-bottom: 50px; 
}

#footer p {
	color: white;
}

.ninja_onebutton{
	text-align:center;
	margin:20px 0px 10px 20px;
}

.rss{
	font-size:small;
	margin:10px 0px;
	background-color:#2f2f2f;
}

#page-top {
	position: fixed;
	bottom: 5px;
	right: 10px;
	font-size:90%;
}

#page-top a {
	background:#f39800;
	border:#FFF 1px solid;
	text-decoration: none;
	color:#FFF;
	width: 70px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
    cursor: pointer;
}

#page-top a:hover {
	border:#FFF 1px solid;
	text-decoration: none;
	color:#FFF;
	background:#D6D6D6;
}

/* fluidity.min */

img, canvas, iframe, video, svg {
	max-width: 100%;
}

.overflow-container{
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}