/*----------------------------------------

	SP CSS

----------------------------------------*/
@media only screen and (max-width: 750px) {
.spOnly {
	display: inherit !important;
}
.pcOnly {
	display: none !important;
}
.tabOther {
	display: none !important;
}
tabOnly{
	display: none !important;
}


body {
	font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	line-height: 1.4em;
	width: 100%;
	font-size: 14px;
	color: #333333;
	background-color:#fcfdfc;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
.clear {
	clear: both;
}
img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
/*commonclass*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


#stage {
	position: relative;
	width: 100%;
}
#contents {
	width: 100%;
	position: relative;
	z-index: 10;
}
.wrap,
.wrap_sp {
	width: 88%;
	margin: 0 auto;
}

/* txt */
.txtCenter {
	text-align:center;
}
.txtRight {
	text-align: right;
}
.txtCenter_sp {
	text-align:center;
}
.txtRight_sp {
	text-align: right;
}
/* 余白 */
.box{
	margin-top:20px;
}
.box_sp{
	margin-top:20px;
}
.boxTable {
	margin-top: 20px;
}
.topP0 {
	padding-top: 0px;
}
.topP5 {
	padding-top: 5px;
}
.topP10 {
	padding-top: 10px;
}
.topP20 {
	padding-top: 20px;
}
.topP30 {
	padding-top: 30px;
}
.topP40 {
	padding-top: 40px;
}
.topP50 {
	padding-top: 50px;
}
.topP60 {
	padding-top: 60px;
}
.topP0_sp {
	padding-top: 0px;
}
.topP5_sp {
	padding-top: 5px;
}
.topP10_sp {
	padding-top: 10px;
}
.topP20_sp {
	padding-top: 20px;
}
.topP30_sp {
	padding-top: 30px;
}
.topP40_sp {
	padding-top: 40px;
}
.topP50_sp {
	padding-top: 50px;
}
.topP60_sp {
	padding-top: 60px;
}
.topM0 {
	margin-top: 0;
}
.topM5 {
	margin-top: 5px;
}
.topM10 {
	margin-top: 10px;
}
.topM20 {
	margin-top: 20px;
}
.topM30 {
	margin-top: 30px;
}
.topM40 {
	margin-top: 40px;
}
.topM50 {
	margin-top: 50px;
}
.topM60 {
	margin-top: 60px;
}
.topM0_sp {
	margin-top: 0px;
}
.topM5_sp {
	margin-top: 5px;
}
.topM10_sp {
	margin-top: 10px;
}
.topM20_sp {
	margin-top: 20px;
}
.topM30_sp {
	margin-top: 30px;
}
.topM40_sp {
	margin-top: 40px;
}
.topM50_sp {
	margin-top: 50px;
}
.topM60_sp {
	margin-top: 60px;
}

/* list */
ul.list li{
	padding-left:1em;
	text-indent:-1em;	
}
ul.list1_5 li{
	padding-left:1.5em;
	text-indent:-1.5em;	
}
ul.list2 li{
	padding-left:2em;
	text-indent:-2em;	
}
ul.list2_5 li{
	padding-left:2.5em;
	text-indent:-2.5em;	
}
ul.list3 li{
	padding-left:3em;
	text-indent:-3em;	
}
}
