@charset "UTF-8";
/*739px以下*/

/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-width: 0px;
	vertical-align:middle;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
* html img {
	border-width: 0px;
	vertical-align:middle;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align:middle;
	padding:-1px;
}
html{
	height:100%;
}
body {
	background:#FFFFFF;
	font-family:'Hiragino Sans', ヒラギノ角ゴシック, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, 'ＭＳ Ｐゴシック', sans-serif;  
	color: #000000;
	text-align:center;
	font-size:16px;
	line-height:30px;
	height:100%;
	-webkit-text-size-adjust:none;
	min-width:375px;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure{
	font-size:16px;
	line-height:30px;
}
strong{
	font-weight:bold;
}
em{
	font-style:normal;
	color:#F15A24;
	font-weight:bold;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
}
/* 左右分けレイアウト*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/*iframeスクロール中は固定*/
.map{
	cursor:pointer;
}
.map iframe{
	pointer-events: none;
}
.map.on iframe{
	pointer-events: auto;
}
/*標準のリンク*/
a{
	color: #052F7A;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
/*表示の切り替え*/
.pc{
	display:none;
}
/*-------------------------frame*/
.frame{
	max-width:480px;
	margin:0 auto;
	position:relative;
}

/*wrapper
-----------------------------------------------------------------------------------------*/
#wrapper{
	padding-top:80px;
}

/*header
-----------------------------------------------------------------------------------------*/
header{
	width:100%;
	position:fixed;
	background:#000;
	color:#FFF;
	top:0;
	left:0;
	z-index:1000;

}
header h1{
	font-size:28px;
	font-weight: bold;
	padding: 10px 0;
}

/*contents
-----------------------------------------------------------------------------------------*/
.contents{
	position:relative;
}
/*-------------------------figure*/
figure.right,
figure.left,
figure.center,
figure.clearfix{
	text-align:center;
	margin:15px auto;
}
figure.clearfix span{
	display:block;
	margin-top:5px;
}
/*-------------------------elem*/
.elem{
	opacity:0.1;
	position:relative;
}
.elem.isAnimate{
	opacity:1;
	transition: opacity 1s;
}
.elem::before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:-1;
}

/*blogbox
-----------------------------------------------------------------------------------------*/
#bblog{
	background:#F0F0F0;
	padding:15px 0;
}
/*-------------------------bloglist*/
.bloglist{
	padding:0 10px;
}
.bloglist li{
	text-align:left;
	line-height:1.5;
	border-top:1px solid #CCC;
}
.bloglist li > a{
	display:block;
	padding:10px 0 10px 156px;
	color:#000;
}
.bloglist li > a:hover{
	background:rgba(0,0,0,0.1);
}
.bloglist figure{
	width:146px;
	height:90px;
	float:left;
	margin-left:-156px;
	overflow:hidden;
}
.bloglist strong{
	display:block;
	font-size:14px;
	line-height:20px;
}
.bloglist .copy{
	display:block;
	font-size:12px;
	line-height:20px;
	min-height:40px;
}
.bloglist time{
	display:block;
	font-size:10px;
	font-weight:bold;
	letter-spacing:2px;
	padding:5px 0;
}


/*footer
-----------------------------------------------------------------------------------------*/
footer{
}
/*-------------------------pagetop*/
#pagetop{
	position:fixed;
	bottom: 0;
	right: 0;
	width:50px;
	height:50px;
	background:rgba(0,0,0,0.1);
	z-index:20;
}
#pagetop.bottom{
	background:rgba(100,100,100,0.5);
}
* html #pagetop {position:absolute;}
#pagetop:hover{
	cursor:pointer;
	background:rgba(0,0,0,0.8);
}


/*-------------------------copyright*/
footer small{
	display:block;
	background:#000;
	font-size:10px;
	text-align:center;
	letter-spacing:2px;
	font-family:arial;
	padding:10px 15px;
	text-align:left;
	color:#FFF;
}
footer small a{
	color:#FFF;
}