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;
}

/* リンク */
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: #875555;
	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;
}

/* メイン */

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

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

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

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

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

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.left{
	float:left;
}

.left img{
	width:100%;
}

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

.adBig{
	margin:20px 40px;
}

.h2 {
	font-size: 28px; 
	line-height: 1.25;
	color:#fff;
	font-weight:lighter;
	margin:40px 0 20px 0px;
	padding:15px 0 10px 30px;
	background-color:#875555;
}

.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 img{
	float:left;
}

/* メインページ */
.mainPic img{
	margin:10px 50px 0px 10px;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}

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

.mainCopy{
	overflow:hidden;
}

.mainTextP{
	padding-top:30px;
}

}

@media screen and (max-width : 689px){
.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;
}

.extra{
	color:#d9333f;
}

.small{
	font-size:15px;
}

.listmark img{
	vertical-align:bottom;
	margin-right:5px;
}

.hr{
	 border:none;
    border-top:dashed 2px #875555;
    height:1px;
    color:#FFFFFF;
    margin: 0 6 0 6;
}

.next{
	text-align:left;
	font-size:22px;
	margin:40px 0px 0px 30px;
}

.next img{
	vertical-align:bottom;
}

.amazon img{
	vertical-align:bottom;
}

#A8Ad{
	margin:20px 0 20px 20px;
	text-align:center;
}

@media screen and (max-width : 739px){
.A8AdBig{
	display:none;
}
}

@media screen and (min-width : 740px){
.A8AdSmall{
	display:none;
}
}

/* リンク */

.linkList{
	float:left;
	margin-left:-20px;
}

.linkListLi{
	padding-left:50px;
}

/* フッター */

#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:20px 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;
}