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

	PC CSS

----------------------------------------*/
@charset "utf-8";
 @media print, screen and (min-width: 751px) {
.spOnly {
	display: none !important;
}
.pcOnly {
	display: inherit !important;
}
body {
	font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1em; /*16px*/
	line-height: 1.4em;
	color: #333333;
	background-color:#fcfdfc;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
.clear {
	clear: both;
}
img {
	-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 */

/*commonclass end*/
.overimage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#stage {
	width: 100%;
	min-width: 1000px;
	position:relative;
}
#contents {
	width: 100%;
	min-width: 1000px;
}
.wrap,
.wrap_pc {
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}
/* txt */
.txtCenter {
	text-align:center;
}
.txtRight {
	text-align: right;
}
.txtCenter_pc {
	text-align:center;
}
.txtRight_pc {
	text-align: right;
}
/* 余白 */
.box{
	margin-top:20px;
}
.box_pc{
	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_pc {
	padding-top: 0px;
}
.topP5_pc {
	padding-top: 5px;
}
.topP10_pc {
	padding-top: 10px;
}
.topP20_pc {
	padding-top: 20px;
}
.topP30_pc {
	padding-top: 30px;
}
.topP40_pc {
	padding-top: 40px;
}
.topP50_pc {
	padding-top: 50px;
}
.topP60_pc {
	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_pc {
	margin-top: 0px;
}
.topM5_pc {
	margin-top: 5px;
}
.topM10_pc {
	margin-top: 10px;
}
.topM20_pc {
	margin-top: 20px;
}
.topM30_pc {
	margin-top: 30px;
}
.topM40_pc {
	margin-top: 40px;
}
.topM50_pc {
	margin-top: 50px;
}
.topM60_pc {
	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;	
}
}
