@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, p, div, ol, ul, li {
  padding: 0;
  margin: 0;
}

ol, ul, dl{
	list-style-position: inside;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover, a:visited, a:active {
  text-decoration: none;
  color: inherit;
}

/* box-sizing (IE6,7 not work) */
*, *:before, *:after {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;}

/*for iOS*/
label {
	cursor:pointer;}
input,
textarea {
	-webkit-appearance: none;}
.pce{
	display: block;}
img.pce,
span.pce
	{
	display: inline;}
.spe,
.tab
{
	display: none;}

.tablet .tab{
	display: block;}

.part{
	position: relative;
	width: 100%;}

	.part .part-content{margin: 0 auto;}

/* float要素の高さをそろえる実サイズが1000pxを超える場合、こんなに必要ない場合は調整 */
.sync-height{
	padding-bottom: 1000px;
	margin-bottom: -1000px;}

/* small device */
@media screen and (max-width: 768px) {
	body {
	  -webkit-text-size-adjust: 100%;}
	img.pce,
	span.pce,
	.pce,
	.tab
	{
		display: none;}
	.spe{
		display: block;}
	img.spe,
	span.spe
		{
		display: inline;}

	div,p,li{
		max-height: 9999px;}



}

