@charset "UTF-8";
@media screen and (max-width: 700px) {
	a.banner_link img {
		width: 100%;
	}
}
.file_update {
	font-size: 14px;
}

/* nagatomo edit begin*/

.font_edit p {
  font-size: 16px;
}

.font_edit {
  padding-bottom: 30px;
}

.smartphone_font_edit div {
    width: 95%;
    margin: 1em auto;
    font-size: 16px;
}

@media (max-width: 500px) {
  .font_edit h6 {
    margin-left: 10px;
  }

}

.font_edit h6 {
  
  display: inline-block;
  color: #fff;
  background: #00A5E3;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 18px;
  border-radius: 100px;
  margin: 0 2em;
}

body a:visited {
  color: #E95377;
  text-decoration: underline;
}

body a {
  color: #E95377;
  text-decoration: underline;
}

.edita {
  margin-bottom:20px;
}

/* nagatomo edit end */

#explanation {
	width: 1000px;
	margin: 0px auto 0px;
	font-size: 16px;
	background-color: #FFF;
	box-shadow: 0 0 2px 2px #FFF;
	-moz-box-shadow: 0 0 2px 2px #FFF;
	-webkit-box-shadow: 0 0 2px 2px #FFF;
	border-radius: 2px;
	word-break: break-all;
	/* text-align: center; */
	/* background-color: #FFF; */
	/* margin: 15px 300px; */
}

body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, header, nav, section, article, aside, footer {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	color: #333;
	font-size: 15px;
	line-height: 1.6;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
header {
	font-size: 10px;
	background-image: url('../../imgs/header_line_bottom.jpg');
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 7px 3px;
	margin-bottom: 4px;
	position: relative;
}
body {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f4f5), color-stop(100%,#fdedf0));
	/* background-image: url('../imgs/background.jpg'); */
	background-attachment: fixed;
}
#shufupitaSubtitle {
	font-size: 13px;
	position: absolute;
	left: 206px;
	bottom: 17px;
}
#shufupitaSubtitle em {
	color: #E95277;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
#shufupitaSubtitle {
	font-size: 13px;
}
footer {
	color: #FFF;
	text-align: center;
	/* padding-top: 5px; */
	/* margin-top: 10px; */
}
#footerLink {
	width: 1000px;
	margin: 0 auto;
}
footer {
	color: #FFF;
	text-align: center;
}
#footerLink a {
	color: #FFF;
	background-color: #E95377;
	display: block;
	text-decoration: none;
	margin: 0px auto;
	padding: 12px;
	border-radius: 4px;
}
footer small {
	display: block;
	background-color: #555;
}
body a:visited {
	color: #E95377;
	text-decoration: underline;
}
#explanation .text {
	background-color: #FFF;
    padding: 1px auto 3px;
	border-radius: 2px;
}
#explanation .text p {
	padding: 20px 0px;
	line-height: 2em;
	margin: 0px 60px;
}
#explanation .text img {
	padding: 20px 0px;
	margin: 0px 102px;
	width: 80%;
}
@media screen and (max-width: 1000px) {
	#shufupitaSubtitle {
		bottom: 13px;
		font-size: 10px;
		left: 148px;
		}
	
	#footerLink {width: 96%;}
	#explanation  {	width: 100%;}
	.topb img {	width: 100%;}
	h1 {font-size:150%;}
	#explanation .text p {width: auto;}

	article {
		width: 95%;
		padding:5px 50px;
	}

	article .howto .photo {
		width: 100%;
	}
	article .howto .photo img {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	article .howto .detail {
		width: 90%;
		padding-right: 5%;
		padding-left: 5%;
	}
}
@media screen and (min-width: 375px) {
	
}

@media screen and (max-width: 640px) {
	header img {
		width:100%;
		height: auto;
	}
	
	#explanation .text p {
		margin: 0px 30px;
	}
	#explanation .text img {
		padding: 20px 0px;
		margin: 0px 30px;
		width: 82%;
	}
}
#shufupitaLogo {
	width: 144px;
	margin-left: 4px;
}

a.link_btn {
	display: block;
	margin: auto;
	width: 80%;
	background-color: #FFDBE4;
	color: #FFF;
	font-weight: bold;
	padding: 12px;
	/* padding-left: 28px; */
	border-radius: 4px;
	box-shadow: 2px 2px 2px #CCC;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
	position: relative;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}
a.link_btn:hover {
    color: #FF0000;
    text-transform: none;
    text-decoration: underline;
}

#shufupitaIntro {
	font-size: 13px;
	color: #E95277;
	color: #555;
	padding: 1px 4px 0px;
	/* text-align: center; */
	background-color: #F5F5F5;
	border-bottom: 1px solid #F0F0F0;
	margin-bottom: 4px;
}
   