@charset "utf-8";
@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/

/* CSS Document */
/*基本指定*/
* {
	margin: 0;
	padding:0;
}
img {
	 max-width: 100% !important; 
	 height: auto !important;
	display: block;
     }
img{
    border: none;
	margin: 0;
	padding:0;
}
a img {
  border: none;
}
/* 画像位置指定 */
.imgr {
	margin: 5px 15px 5px 10px;
	padding: 0;
	font-weight: bold;
	text-align: center;
}
.imgr img{
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.imgc {
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-weight: bold;
}
.imgc img{
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
/*文字色指定*/
.red { color: #ff0000; }
.pink{color: #FF6699;}
/*太文字指定*/
.b { font-weight: bold; }
/*フォントの大きさ指定*/
.small { font-size:83% }
.sz18 {font-size: 18px;}
.moji{line-height: 48px;}
.link_r {
	text-align: right;
	margin-right:10px;
	margin-bottom: 25px;
}
#content .to-right {text-align:right;}
body {
    height: 100%;
    line-height: 160%;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',	Meiryo,'ＭＳ Ｐゴシック';
}
#wrapper {
	text-align: left;
	width: 96%;
	margin: 0px auto;
}
#content{
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
#header{
	display:block;
	background-color: #FFF;
	background-repeat: no-repeat;
}
/*文字指定*/
h1 {
	font-size: 8px;
	margin-top:0px;
	background-color:  #F8C5D6;
	height: 15px;
	text-align: right;
	color:#FFFFFF;
	padding-right: 5px;
	padding-bottom: 3px;
}
h2{
	height: auto;
	line-height: 25px;
	font-size:12px;
	font-weight:bold;
	clear:both;
	color: #FFFFFF;
	text-indent: 1.5em;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 20px;
	margin-left: 1px;
	text-align: left;
	background-color:   #F8C5D6;
	background-image: none;
	border-radius:5px;
	box-shadow:1px 1px 3px #666666;
	text-indent: 0.5em;
}

h3{
	height: auto;
	line-height: 30px;
	font-size: 12px;
	font-weight:bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color:   #F8C5D6;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	background-color:   #F8C5D6;
	color: #FFF;
	text-indent: 0.5em;
}
p {
	line-height:20px;
	padding-bottom: 10px;
	color:#333333;
}
/*記事指定*/
.mein {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	display: block;
}
.inner{
	margin: 10px 5px 5px 5px;
	border: 1px solid  #C485D6;
	padding: 0;
	line-height: 160%;
}
.inner p{
	line-height: 160%;
	color:#000;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
.breadcrumb{
	font-size: small;
	margin-bottom: 10px;
	margin-left: 15px;
}
.hidden_pc { display: block; } 
.hidden_sp { display: none; }
/*ボックス指定*/
.story {
	margin: 10px 15px 10px 5px;

	padding: 0;
}
.story p{
	margin:0 5px 5px 5px;
	font-size: 14px;
	line-height: 160%;
	color:#000;
}
ul.smile{
	list-style-position: inside;
	list-style-image: url(../img/smile.png);
	list-style-type: none;
}
ul.smile li{
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
	border: 1px solid #FF6699;
}
/*ボタン指定*/
.bt_c {
	text-align:center;
	height: 50px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FF6699;
	color: #FFF;
	border-radius:10px;
	box-shadow:1px 1px 3px #666666;
	font-size:15px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	width:275px;
	display: block;
}
.bt_c a{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
/*フッター指定指定*/
#space {
	color: #999999;
	margin-top: 50px;
	margin-bottom: 5px;
	font-size: 10px;
	line-height: 14px;
}
#space p{
	font-size: 10px;
	line-height: 14px;
}
#footer p {
 	text-align: center;
	padding-top: 10px; 
}
#footer a {
	color: #333333;
}
#footer {
	font-size: 12px;
	line-height: 14px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 0px;
	display: block;
}
#footer .page {
	font-size: 12px;
	padding: 0px;
}
#footer ul.list{
	list-style-image: none;
	list-style-type: none;
}
#footer ul.list li{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #FF6699;
	height: 50px;
	width: 300px;
	text-align: center;
	line-height: 50px;
	border-radius:5px;
	box-shadow:1px 1px 3px #666666;	
}
#footer ul.list li a{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}}