@charset "UTF-8";
@import url(https://);

/*======================================

	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, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	font-weight: 300;
	font-size: 13px;
	font-size: 1.2rem;
/*	letter-spacing: 0.04em;*/
	-webkit-text-size-adjust: none;
	line-height: 1.8;
	color: #191919;
}
/*======================================

	Text Module

=======================================*/

p,
pre,
address,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding:0;
	font-size:14px;
	line-height:2;
	font-weight:normal;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}


/*======================================

	Hypertext Module

=======================================*/

a, a p {
	font-size: 14px;
	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:link, a:link p {
	color: #191919;
}

a:visited, a:visited p {
	color: #191919;
}

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:14px;
	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;
}

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; 
}

a:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	-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;
}


/*======================================

	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:visited {}
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;
}
}
