

/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
.wrapper {
	display: block;
	width: 100%;
	max-width: 1140px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.wrapper_spwide {
	display: block;
	width: 100%;
	max-width: 1140px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.wrapper .wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	clear: both;
}
.clear {
	clear: both;
}
img {
	border: none;
}
article {
	width:100% ;
}
section {
	padding:0;
	margin:0;
	display:block;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
a {
	text-decoration: none;
}
p{
	margin: 0;
}


#contents {
	background: url(../img/common/contents_back.png) repeat top center;
	position: relative;
}

.mg0 { margin: 0 !important; }
.pd0 { padding: 0 !important; }

.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }

.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }

.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }

.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }



/*--------------------------------------------------------------
パンくず
--------------------------------------------------------------*/

#crumb-area { 
	width: 100%;
	margin: 0 auto;
	text-align:left;
	overflow:hidden;
	display:block;
	background-color: #e0cfb6;
}
#crumb-area ul{
	float: left;
	margin: 6px 0;
}
#crumb-area ul li{
	float: left;
	font-size: 0.8em;
	margin: 0 1em 0 0;
}
#crumb-area ul li:last-child{
	margin:0;
}
#crumb-area ul li a {
	display: block;
	color: #0068b7;
	text-decoration: underline;
	padding: 0 1em 0 0;
	position:relative;
}
#crumb-area ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#crumb-area-nobg { 
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	text-align:left;
	overflow:hidden;
	display:block;
}
#crumb-area-nobg ul{
	margin:1em 0;
	float: right;
}
#crumb-area-nobg ul li{
	float: left;
	font-size: 0.8em;
	margin: 0 1em 0 0;
}
#crumb-area-nobg ul li:last-child{
	margin:0;
}
#crumb-area-nobg ul li a {
	display: block;
	color: #0068b7;
	text-decoration: underline;
	padding: 0 1em 0 0;
	position:relative;
}
#crumb-area-nobg ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*--------------------------------------------------------------
テキスト
--------------------------------------------------------------*/
.note{
	margin:1em 0;
	font-size:0.8em;
}
.red{
	color: #c30d23;
}
.bold{
	font-weight: bold;
}
.large{
	font-size:1.4em;
}


/*--------------------------------------------------------------
エラー画面用
--------------------------------------------------------------*/
#msg_area {
	margin: 0 2em 0 0;
	padding: 2em;
	background: #FFF;
}

#msg_area h2{
	margin: 20px 0 20px;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
}

