@charset "UTF-8";

html {
	font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/* 共通スタイル */

html {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
}
body {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
	margin:0;
	padding:0;
	color:#333;
	background:#fff;
	text-shadow:1px 1px rgba(0,0,0,0.1);
	font-family:Myriad,Helvetica,Arial,Verdana,sans-serif;
	font-size:16px;
}
*html body {
	 overflow: hidden;
}
p {
	margin:0;
	margin-bottom:1.5em;
	line-height:1.5;
}
a:link{
	color:#C3212E;
	text-decoration:underline;
}
a:visited{
	color:#922C33;
	text-decoration:underline;
}
a:hover{
	color:#FDCA37;
	text-decoration:none;
}
a:active{
	color:#FDCA37;
	background:none;
	text-decoration:underline;
}
a[name]:hover,a[name]:active {
	color:inherit;
}
img {
	border:none;
}
em {
	font-style:normal;
	font-weight:normal;
	border-bottom:dashed 1px #666;
}
strong {
	font-style:normal;
	font-weight:bold;
}
.txtred {
	color:#ff0000;
}
.bold {
	font-weight:bold;
}
.weightnormal {
	font-weight:normal;
}
h2, h3, h4 ,h5 ,h6 {
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
	color:#333;
}
h2 {
	margin:0 0 25px 0;
	padding:0;
	color:#000;
	font-size: medium;
	font-weight:bold;
}
h2 a:link, h2 a:visited, h2 a:active  {
	color:#666;
	text-decoration:none;
}
h2 a:hover  {
	color:#333;
	text-decoration:underline;
}
h3 {
	font-size:110%;
	font-weight:normal;
	color:#333;
	font-family:Myriad,Verdana,Helvetica,Arial,sans-serif;
	font-weight:bold;	
}
h2 img, h3 img, h4 img ,h5 img ,h6 img {
	vertical-align:bottom;
}
p + h2, div + h2, ul + h2, table + h2, p + h3, div + h3, ul + h3, table + h3, p + h4, div + h4, ul + h4, table + h4, p + h5, div + h5, ul + h5, table + h5  {
	margin-top:20px;
}

.hstyle1 {
	margin:10px 0;
	padding:5px 0;
	border-bottom:1px solid #8F201F;
}

.image {
	color:#000;
	background:none transparent;
	margin:0;
	padding:0;
	border:none;
}
.copy {	/* 行間 */
	line-height:1.5;
}
.indent {
	margin-left:15px;
}
.hidden {	/* 消去 */
	display:none;
}
.clearboth {	/* 回り込み解除 */
	clear:both;
}
div.clearblock {	/* 回り込み解除 */
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}

img.floatright {	/* 画像右寄せ */
	float:right;
	margin-left:20px;
	margin-bottom:5px;
}
img.floatleft {	/* 画像右マージン */
	float:left;
	margin-right:20px;
	margin-bottom:5px;
}

.alignleft {
	text-align:left;
}
.aligncenter {
	text-align:center;
}
.alignright {
	text-align:right;
}
.valigntop {
	vertical-align:top;
}
.valignmiddle {
	vertical-align:middle;
}
.valignbottom {
	vertical-align:bottom;
}
ol, ul, dl{
	margin:0;
	padding:0;
}
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl,dl ul, dl ol, dl dl{
	margin:5px 0;
}
li {
	line-height:1.25;
	margin-left:30px;
	padding:0;
	padding-bottom:4px;
}
li p,li dl{
	margin:5px 0;
	padding:0;
}
dt {
	margin:0;
	padding:0 0 5px 0;
}
dd {
	margin:0;
	padding:0 0 10px 0;
	line-height:1.5;
}
hr {
	height:1px;
}

form {
	margin:0;
	padding:0;
}


.nopadding {
	padding:0 !important;
}



.uplink {
	clear:both;
	margin:10px 0 20px 0;
	text-align:right;
}

.floatleft {
	float:left;
}
.floatright {
	float:right;
}


*.redb {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:44px;
	display:inline-block;
	margin:0;
	padding:12px 5px 6px 5px;
	border:2px solid #fff;
	border-radius:4px;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.25);
	box-shadow:0 0 10px rgba(0,0,0,0.25);
	text-shadow:-1px -1px 0 rgba(0,0,0,0.5);
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:1;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ea4947), color-stop(1.00, #5c0909));
background: -webkit-linear-gradient(#ea4947, #5c0909);
background: -moz-linear-gradient(#ea4947, #5c0909);
background: -o-linear-gradient(#ea4947, #5c0909);
background: -ms-linear-gradient(#ea4947, #5c0909);
background: linear-gradient(#ea4947, #5c0909);
}

*.redb:link,
*.redb:visited,
*.redb:hover{
	color:#fff;
	text-decoration:none;
}
*.redb:active {
	color:#fff;
	text-decoration:none;
}




.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/}
.vars {  font-size:x-small}
.varm {font-size:small}
.varl {  font-size:medium}
.varxl {  font-size:large}
.smaller { font-size:86%;
}
.larger { font-size:115%;
}

.width10per {
	width:10% !important;	
}
.width15per {
	width:15% !important;	
}
.width20per {
	width:20% !important;	
}
.width25per {
	width:25% !important;	
}
.width30per {
	width:30% !important;	
}
.width35per {
	width:35% !important;	
}
.width50per {
	width:50% !important;	
}
.width65per {
	width:65% !important;	
}
.width75per {
	width:75% !important;	
}
.width100per {
	width:100% !important;	
}
.width40px {
	width:40px !important;	
}
.narrowlh {
	line-height:1.25 !important;	
}




/* 共通 */

#allwrapperblock {
	position:relative;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	min-height:100%;
	padding:0 0 40px 0;
}
#headerblock {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	margin:0;
	padding:0;
	text-align:left;
}
#headerblock img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
#headerblock h1 {
	margin:0;
	padding:0;
}

#headerblock h1 a {
	display:block;
	margin:0;
	padding:0;
}

#contentsblock {
	position:relative;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:100%;
	padding:10px;
	text-align:left;
}
#contentsblock h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:18px;
}

#footerblock {
	width:100%;
	margin:0;
	border-top:1px solid #8F201F;
}
#bottommenu {
	margin:0;
	padding:10px;
}
#bottommenu li {
	margin:0;
	padding:0 0 10px;
	list-style:none;
}

#footerblock small {
	display:block;
	padding:10px;
	font-size:12px;
}



/* トップページ */

.method,
.method2 {
	margin:0 0 30px;
	padding:0;
	border-radius:4px;
	box-shadow:0 0 10px rgba(0,0,0,0.25);
}
.method h2 {
	margin:0;
	padding:10px 15px 0;
	color:#8F201F;
	font-size:18px;
}
.method2 h2 {
	margin:0;
	padding:10px 15px;
	color:#fff;
	text-shadow:-1px -1px rgba(0,0,0,0.5);
	font-size:18px;
	border-radius:4px 4px 0 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ea4947), color-stop(1.00, #5c0909));
background: -webkit-linear-gradient(#ea4947, #5c0909);
background: -moz-linear-gradient(#ea4947, #5c0909);
background: -o-linear-gradient(#ea4947, #5c0909);
background: -ms-linear-gradient(#ea4947, #5c0909);
background: linear-gradient(#ea4947, #5c0909);
}
.methodbody {
	margin:0;
	padding:20px 15px;
}

.applist {
	margin:0x;
	padding:0;
}
.applist li {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:50%;
	float:left;
	margin:0;
	padding:0 5px;
	text-align:center;
	list-style:none;
}
.applist li img {
	max-width:100%;
}


/* devicePixelRatio=>2*/
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {


}


