@charset "UTF-8";


/*
	base
=========================================*/
html {
	background: #fff;
}
body {
	background: transparent;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #555;
	letter-spacing: normal;
	text-align: justify;
}
a {
	text-decoration: none;
	color: inherit;
}
a[href] {
	text-decoration: underline;
	color: #45abc1;
}
a[href]:hover {
	text-decoration: none;
	color: #45abc1;
}
/*
a[href=""] {
	background: #fcc !important;
	color: #f00 !important;
}
*/
strong {
	font-weight: bold;
}
em {
	font-style: normal;
	font-weight: bold;
}
img {
	max-width: 100%;
	max-height: 100%;
}
small {
	font-size: 0.7em;
}


/*
	x-align
=========================================*/
.x-left {
	text-align: left !important;
}
.x-center {
	text-align: center !important;
}
.x-right {
	text-align: right !important;
}
.x-top {
	vertical-align: top !important;
}
.x-middle {
	vertical-align: middle !important;
}
.x-bottom {
	vertical-align: bottom !important;
}
.x-baseline {
	vertical-align: baseline !important;
}


/*
	x-text
=========================================*/
.x-underline {
	text-decoration: underline;
}
.x-small {
	font-size: 0.8em;
}


/*
	x-color
=========================================*/
.x-alert {
	color: #f33;
}


/*
	icon
=========================================*/


/*
	x-display
=========================================*/
.x-show {
	display: block;
}
.x-hide {
	display: none;
}
.x-clear {
	clear: both;
}
.x-pc {
	display: block;
}
.x-sp {
	display: none;
}
@media screen and (max-width: 375px) {
.x-pc {
	display: none;
}
.x-sp {
	display: block;
}
}







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





