@charset "UTF-8";

/* =================================
	Universal selector
================================= */
* {
	margin:0;
	padding:0;
}
*, *:before, *:after {
  box-sizing: inherit;
}


/* =================================
	Structure Module
================================= */
html {
	overflow-y: scroll;
	box-sizing: border-box;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 15px;
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
	color: #1A1A1A;
}
/*
body.android {
	font-family: 'Noto Serif JP', sans-serif;
}
*/
html,
body {
	width: 100%;
	top: 0 !important;
	letter-spacing: 0.05em;
}


/* =================================
	Text Module
================================= */
p,
pre,
address,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding:0;
	font-size:15px;
	line-height: 1.8;
	font-weight:normal;
}
address {
	letter-spacing: 0.05em;
}
em {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
i,
em,
address {
	font-style: normal;
}

/* =================================
	Hypertext Module
================================= */
a,
p,
img,
soan,
i,
.tran {
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out; 
}
a,
p,
img,
.tran {
	font-size: 15px;
}
a:link,
a:link p {
	color: #1A1A1A;
}
a:visited,
a:visited p {
	color: #1A1A1A;
}
a:hover,
a:hover img,
a:hover p,
a:hover h3 { 
	text-decoration: none !important;
}


/* =================================
	List Module
================================= */
ul,
ol {
	margin: 0;
	padding:0;
	list-style:none;
}
p,
li,
dt,
dd {
	font-size:15px;
	line-height:2;
	margin:0;
	padding:0;
}
li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0;
}


/* =================================
	Forms Module
================================= */
form {
	margin:0;
	padding:0; 
}
textarea {
	padding:4px;
}
select{
	margin-bottom:0;
}


/* =================================
	Tables Module
================================= */
table {
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
th,
td {
	font-weight: normal;
	font-size: 14px;
	line-height: 2;
	text-align: left;
}


/* =================================
	Image Module
================================= */
img {
	font-size: 1%;
	border-style: none;
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}
a img {
	vertical-align: middle;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out; 
}
li img {
	vertical-align: middle;
}
@media (min-width: 768px){
a:hover {
  filter:alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
}
}


/* =================================
	Others Module
================================= */
hr {
	display:none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* !HTML5 elements
---------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* !Base Fonts -------------------------------------------------------------- */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

@media (max-width: 767px){
/*wordpress管理バーSP非表示
--------------------------------------------*/
#wpadminbar{
	display:none;
}
.pcOnly{
	display : none;
}
.pctabOnly{
	display : none;
}
}
@media (min-width: 768px){
/*wordpress管理バー下に移動
--------------------------------------------*/
#wpadminbar{
	display:block;
	top:inherit !important;
	bottom:0 !important;
}
.smOnly,
.smtabOnly{
	display : none;
}
}
