@charset "utf-8";

/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video 
{
	max-width: 100%;
}

html,body
{
	min-width:1000px;

}

body
{
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", "Anton", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 160%;
	text-align: center;
	color: #4b4b4b;
	font-size: 14px;
	padding: 0px;
	min-width: 1000px;
	background-color: #f4f5f5;
}

img
{
	border: none;
	vertical-align:bottom;
	margin: 0px;
	padding: 0px;
}
p
{
	margin: 0px;
}
form
{
	margin: 0px;
	padding: 0px;
}
hr
{
	clear: both;
	margin-top: 24px;
}

a
{
	/*color: #666 !important; */
	color: #e85967 !important;
	text-decoration: none;
}

a:hover
{
	/*color: #ef8991 !important; */
	color: #e85967 !important;
	text-decoration: underline;
}


a:visited, a:hover, a:active
{
	/*color: #ef8991 !important;*/
	color: #e85967 !important;
}

iframe
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/** pt (pc/タブレット共通) pc(PC専用) tb(タブレット専用) sp(スマホ専用) */
.disp
{
	display: inline;
}


.pt{}
.pc{}
.ps{}
.tb{display: none;}
.ts{display: none;}
.sp{display: none;}


#wapper
{
	_zoom: 1;
	overflow: hidden;
	margin-bottom: 0em;
	background-image: url(../images/bg_base.gif);
	background-repeat: repeat-y;
	background-position: right top;
	clear: both;
	margin-top: 1em;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


#wapper .pan
{
	padding-top: 1em;
	padding-bottom: 1em;
}

.body
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	_zoom: 1;
	overflow: hidden;
	text-align: left;
}

.entry-content img {
	height:auto;
	/*width:auto;*/
}


/*ワードプレスの画像*/

#entory-single .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#entory-single .alignright {
float: right;
margin-left:20px;
}
#entory-single .alignleft {
float: left;
margin-right:20px;
}
 
#entory-single img[class*="wp-image-"],
#entory-single img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
    margin-top:10px;
    margin-bottom:10px;
}
 
/* clearfix */
 
#entory-single .clearfix {
    overflow: hidden;
    zoom: 1;
}
#entory-single .clearfix:after {
    content: ""
    display: block;
    clear: both;
}


/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{
body
{
	min-width:100%;
}
	
.pt{}
.pc{display: none;}
.ps{display: none;}
.tb{display: inline;}
.ts{display: inline;}
.sp{display: none;}
	
html,body
{
	min-width:100%;
}


.body
{
	width: 96%;
}

img
{
	height: auto;
	width: auto;
}

#wapper
{
	margin-bottom: 1em;
	width: 100%;
	-ms-background-size: 34% auto;
	-o-background-size: 34% auto;
	-webkit-background-size: 34% auto;
	-moz-background-size: 34% auto;
	background-size: 34% auto;
	padding-left: 2%;
}


}

/* スマホ設定  768 以下*/
@media screen and (max-width:766px)
{
	

.pt{display: none;}
.pc{display: none;}
.ps{display: inline;}
.tb{display: none;}
.ts{display: inline;}
.sp{display: inline;}


#wapper
{
	padding-bottom: 0px;
	min-width: 100%;
	background-image: none;
	padding-right: 0px;
	padding-left: 0px;
}


}