@charset "UTF-8";
/******************************************************ResetCSS*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0;}
* { /zoom : 1;}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form { font-weight: normal;}
html { width: 100%; height: 100%; overflow-y: scroll;}
body {
	/*font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;*/
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-align: center;
	height: 100%;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 1.0em;}
p { text-align: justify; text-justify: inter-ideograph;}
table { border-collapse: collapse; border-spacing:0;}
img { vertical-align: bottom; border: 0;}
li { list-style-type: none;}
a { text-decoration: underline;}
a:hover { text-decoration: underline;}
/******************************************************clearfix*/
.clearfix:after {
	content: " ";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {	display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {	display: block;}
.fade { transition: 0.3 ease-in-out;}
.fade:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
/******************************************************pngfix*/
.png { behavior: expression(IEPNGFIX.fix(this));}
/******************************************************MainContentCSS*/
#wrapper {
	width: auto;
	margin: 0px;
	padding:0;
	text-align: left;
}
#wrapper img {
	width: 100%;
	height: auto;
}
header,
footer,
article,
section
{
	display:block;
	padding:0px;
	margin:0px;
}
#back-top {
	position: fixed;
	bottom:0px;
	left:0px;
	z-index: 9999;
	cursor: pointer;
	display:inline;
	width:100%;
	height:calc(1vw * (125 / 750 * 100));
	padding:10px 0 40px 0;
	background:rgba(0, 0, 0, 0.5);
	text-align:left;
}
#back-top .text {
	padding: 5px;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
#back-top dl {
	display: flex;
	justify-content: space-between;
	padding:0 2vw;
	margin:0px;
}
#back-top dl dt {
	width:calc(1vw * (350 / 750 * 100));
	padding:0;
	margin:0;
}
#back-top dl dd {
	width:calc(1vw * (350 / 750 * 100));
	padding:0;
	margin:0;
}
#back-top dl dt img,
#back-top dl dd img
 {
	 width:100%;
	 height:auto;
 }
 #under_page_title {
	text-indent:10px;
	color:#fff;
	font-size:18px;
	line-height:50px;
	height:50px;
	background: #ffd1ce;
	background: -moz-linear-gradient(top,  #ffd1ce 0%, #ff91a5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd1ce), color-stop(100%,#ff91a5));
	background: -webkit-linear-gradient(top,  #ffd1ce 0%,#ff91a5 100%);
	background: -o-linear-gradient(top,  #ffd1ce 0%,#ff91a5 100%);
	background: -ms-linear-gradient(top,  #ffd1ce 0%,#ff91a5 100%);
	background: linear-gradient(to bottom,  #ffd1ce 0%,#ff91a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd1ce', endColorstr='#ff91a5',GradientType=0 );
}
#under_page_title02 {
	text-indent: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	background: #ffd1ce;
	background: -moz-linear-gradient(top,  #ffd1ce 0%, #ff91a5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd1ce), color-stop(100%,#ff91a5));
	background: -webkit-linear-gradient(top,  #ffd1ce 0%,#ff91a5 100%);
	background: -o-linear-gradient(top,  #ffd1ce 0%,#ff91a5 100%);
	background: -ms-linear-gradient(top,  #ffd1ce 0%,#ff91a5 100%);
	background: linear-gradient(to bottom,  #ffd1ce 0%,#ff91a5 100%);


	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd1ce', endColorstr='#ff91a5',GradientType=0 );
}
.under_page_content {
	padding:15px 0;
	margin:0px;
}
