@charset "UTF-8";

/*
Theme Name: 築地本願寺20171107
Description: 築地本願寺 WordPress Theme
Author: 築地本願寺
Version: 1.0
*/

/****************************
	base
*****************************/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Helvetica,'Hiragino Kaku Gothic ProN', Helvetica Neue, Arial, Meiryo, sans-serif;
	/*font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;*/
	line-height: 100%;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
	color: #fff;
	background: #000;
	text-shadow: none;
}

::selection {
	color: #fff;
	background: #000;
	text-shadow: none;
}

a {
	-webkit-tap-highlight-color: rgba(255,255,255,0.5);
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

li {
	color: #333;
}

img {
	border: none;
	vertical-align: top;
	width: 100%;
}

figure {
	position: relative;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

/****************************
	responsive
*****************************/

@media screen and (min-width: 681px) {
} /* 681px - */

@media screen and (max-width: 680px) {
} /* - 680px */

@media screen and (min-width: 681px) and (max-width: 1028px) {
} /* 681px - 1028px */