div#wrapper {
	font-family:ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size:14px;
	line-height:1.75em;
	color:#333333;
	-webkit-text-size-adjust: none;
	padding:0px;
	background-color: #ffffff;
        /*background: url(http://sp-m.mu-mo.net/img/specials/sp/whiteday140305/whiteday_bg.jpg)#ffffff top;*/
	/*background-repeat:no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;*/
}

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }

/*モダンブラウザ用*/
img,
iframe,
object {
 max-width: 100%;
 vertical-align:top;
}

div#wrapper p.info_text01{
 margin:5px 5px 8px 5px;
 padding:0 5px 0 5px;
 /*text-shadow: 0px 0px 3px #000,0px 0px 3px #000,0px 0px 3px #000;
 background:rgba(40, 40, 40, 0.8);*/
 line-height:120%;
 word-break: break-all;
 text-align: left;
 text-justify: inter-ideograph;
}

.info_text02{
 margin:0;
 padding:0;
 /*text-shadow: 0px 0px 3px #000,0px 0px 3px #000,0px 0px 3px #000;
 background:rgba(40, 40, 40, 0.8);*/
 color:#d70035;
 font-weight:bold;
 line-height:130%;
 word-break: break-all;
 text-align: left;
 text-justify: inter-ideograph;
}

h1{ text-align:center; }

h2.btn1_ttl{ 
 text-align:center;
 background: #f19ca7;
 color: #ffffff;
 margin:0;
 padding:4px 0 0 0;
 font-size:16px;
 font-weight:normal;
 border-bottom:3px ridge #000000;
 text-shadow:
 -1px -1px 1px rgba(0, 0, 0, 0.4),
 1px 1px 1px rgba(255, 255, 255, 0.5);
}

h2.btn1_ttl2{ 
 text-align:center;
 background: #ea618e;
 color: #ffffff;
 margin:0;
 padding:4px 0 0 0;
 font-size:16px;
 font-weight:normal;
 border-bottom:3px ridge #000000;
 text-shadow:
 -1px -1px 1px rgba(0, 0, 0, 0.4),
 1px 1px 1px rgba(255, 255, 255, 0.5);
}

h4 { margin:5px 10px 0 10px; padding:5px 0 5px 0; text-align:center; color:#ffff00; text-shadow:1px 1px 1px #000000; font-size:18px; font-weight:bold; }

/* waku1 */
.info1 {
 margin:8px 5px 8px 5px; 
 padding:5px 2px;
 border-radius:6px;
 background:#ffffff;
 /*border: 1px solid #271f4e;*/
}
.info1 img{
 height: 80px;
 width: 80px;
 margin: 0 3px 0 0;
}
/* /waku1 */

/* waku2 */
.info2 {
 margin:0px 5px 0 5px; 
 padding:0 0 10px 0;
 /*border-radius:0 0 6px 6px;*/
 background: rgba(250,197,89,0.5);
 /*border: 1px solid #271f4e;*/
}
/* /waku2 */

/* waku3 */
.info3 {
 margin:0px 5px 0 5px; 
 padding:0 0 10px 0;
 /*border-radius:0 0 6px 6px;*/
 background: rgba(233,84,100,0.2);
}
/* /waku3 */

/* btn1 */
.btn1 {
 margin: 10px 5px 0 5px;
}
.btn1 ul{
 border-left: 1px solid #ea618e;
 border-right: 1px solid #ea618e;
 border-bottom: 1px solid #ea618e;
 }
 .btn1 ul li{
 background:#ffffff;
 /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dcdcdc));
 background: linear-gradient(#ffffff, #dcdcdc);
 background: rgb(226,226,226);
 background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1)));
 background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
 background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
 background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
 background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);*/
 border-top: 1px solid #ea618e;
 /*height: 60px;*/
 margin: 0px;
 padding: 6px 3px 6px 5px;
 list-style-type: none;
 }
 .btn1 ul li a{
 color: #333333;
 display: block;
 /*height: 60px;*/
 margin: 0px;
 padding: 0 15px 0 1px;
 overflow: hidden;
 text-decoration: none;
 position: relative;
 }
 .btn1 li a::after {
	position: absolute;
	top: 50%;/*上からの矢印の場所*/
	right:1%;/*右からの矢印の場所*/
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);/*矢印の回転角度*/
	transform: rotate(45deg);/*矢印の回転角度*/
}
.btn1 ul li p.btn1_text{
 font-size:14px;
 font-weight:bold;
 word-break: break-all;
 text-align: left;
 text-justify: inter-ideograph;
 color: #e73562;
 margin:0 0 3px 0;
 padding:0;
 border-bottom:1px dotted #696969;
 line-height:120%;
 overflow: hidden;
}
.btn1 ul li .btn1_text1{
 font-size:10px;
 color: #ffffff;
 background:#89c997;
 border-radius:8px;
 margin:0;
 padding: 0px 5px;
 line-height:120%;
 overflow: hidden;
 vertical-align: 0.2em;
 display:inline;
}
.btn1 ul li p.btn1_text2{
 font-size:12px;
 /*text-shadow: 0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff;*/
 color: #eb6ea0;
 padding: 2px;
 /*border-bottom:4px double #666666;*/
 line-height:120%;
 overflow: hidden;
 word-break: break-all;
 text-align: left;
 text-justify: inter-ideograph;
}
.btn1 ul li p.btn1_text3{
 font-size:12px;
 /*text-shadow: 0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff;*/
 color: #44a359;
 padding: 0;
 /*border-bottom:4px double #666666;*/
 line-height:120%;
 overflow: hidden;
}
.btn1 ul li p.btn1_text_s{
 font-size:12px;
 margin: 0 0 0 0;
 padding:2px;
 line-height:130%;
 /*background:#f0f8ff;
 border:1px solid #4496d3;*/
 word-break: break-all;
 text-align: left;
 text-justify: inter-ideograph;
 overflow: hidden;
}
.btn1 img{
 height: 90px;
 width: 90px;
 margin: 0 3px 0 0px;
}
/* /btn1 */

/* info_btn2 */
.info_btn2 {
 margin: 10px 5px 5px 5px;
 padding:0;
 /*border: 1px solid #808080;*/
}
.info_btn2 ul li{
 background:#ea618e;
 /*height: 60px;*/
 margin: 0;
 padding: 0;
 list-style-type: none;
 }
.info_btn2 ul li a{
 color: #666666;
 display: block;
 /*height: 60px;*/
 margin: 0;
 padding: 0;
 overflow: hidden;
 text-decoration: none;
 position: relative;
 }
.info_btn2 ul li a p.info_btn2_text{
 font-size:14px;
 margin: 5px;
 padding:6px 2px 4px 2px;
 color: #00608d;
 font-weight:bold;
 background:rgba(255,255,255,0.9);
 /*border:1px solid #bbdbf3;*/
 word-break: break-all;
 text-align: left;
 text-justify: inter-ideograph;
 line-height:120%;
 text-decoration: none;
 overflow: hidden;
}
.info_btn2 ul li a p.info_btn2_text0{
 font-size:14px;
 margin: 8px 15px 8px 8px;
 padding:8px 2px 6px 2px;
 color: #ea618e;
 background:rgba(255,255,255,0.9);
 /*border-bottom:1px solid #ffffff;*/
 word-break: break-all;
 text-align: left;
 text-justify: inter-ideograph;
 line-height:120%;
 text-decoration: none;
 overflow: hidden;
}
.info_btn2 ul li a p.info_btn2_text01{
 font-size:14px;
 margin: 5px 15px 2px 5px;
 color: #ffffff;
 word-break: break-all;
 text-align: left;
 text-justify: inter-ideograph;
 line-height:120%;
 text-decoration: none;
 overflow: hidden;
}
.info_btn2 ul li a p.info_btn2_text02{
 font-size:14px;
 text-align:left;
 margin: 2px 15px 0 5px;
 padding:3px;
 color: #ffffff;
 line-height:110%;
 text-decoration: none;
 border-top:1px dotted #ffffff;
 overflow:hidden;
}
.info_btn2 ul li a p.info_btn2_text03{
 font-size:14px;
 font-weight:bold;
 text-align:left;
 margin: 5px 15px 0 5px;
 padding:3px 2px 0 2px;
 color: #f5b2b2;
 line-height:110%;
 text-decoration: none;
 overflow:hidden;
}
.info_btn2_text04{
 font-size:14px;
 color: #da536e;
 text-decoration: none;
 overflow:hidden;
}
.info_btn2 ul li a p.info_btn2_text_s{
 font-size:10px;
 text-align:left;
 margin: 2px 15px 0 5px;
 padding:3px;
 color: #bbdbf3;
 /*background:rgba(255,255,255,0.6);*/
 line-height:110%;
 text-decoration: none;
 overflow:hidden;
}
.info_btn2 img{
 width: 100px;
 margin: 0 5px 5px 5px;
}
.info_btn2 ul li a::after {
	position: absolute;
	top: 50%;/*上からの矢印の場所*/
	right:1%;/*右からの矢印の場所*/
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	/*border-radius:2px;*/
	-webkit-transform: rotate(45deg);/*矢印の回転角度*/
	transform: rotate(45deg);/*矢印の回転角度*/
}
/* /btn2 */

/* btn19 */
.btn19 ul{
	display:table;
	table-layout: fixed;
	width:100%;
}
.btn19 li.nav1{
	display:table-cell;
	text-align:center;
	color:#ffffff;
	padding:0 0 3px 0;
	background: #f19ca7;
}
.btn19 li.nav2{
	display:table-cell;
	text-align:center;
	color:#ffffff;
	padding:0 0 3px 0;
	background: #ea618e;
}
.btn19 li:not(:last-child){
	border-right:2px solid rgba(255, 255, 255, 1.0);/*区切り線*/
}
.btn19 li a{
	position: relative;
	display: block;
	padding:10px 0 12px 0;
	color:#ffffff;
	text-decoration:none;
	word-break: break-all;
}
.btn19 li p.text{
 font-size:14px;
 line-height:110%;
}
.btn19 li p.text2{
 font-size:14px;
 line-height:110%;
}
.btn19 li p.text_s1{
 margin:0 2px 3px 2px;
 padding:2px 0;
 font-size:9px;
 line-height:120%;
 color:#ea618e;
 background:#ffffff;
 border-radius:8px;
 /*border:1px solid #ffffff;
 border-right:none;
 border-left:none;*/
}
.btn19 li p.text_s2{
 margin:0 10px 3px 10px;
 padding:2px 0;
 font-size:12px;
 line-height:120%;
 color:#d7a15f;
 background:#ffffff;
 /*border:1px solid #ffffff;
 border-right:none;
 border-left:none;*/
}
.btn19 li a::after {
	position: absolute;
	top: 84%;/*上からの矢印の場所*/
	right:46%;/*右からの矢印の場所*/
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: rotate(135deg);/*矢印の回転角度*/
	transform: rotate(135deg);/*矢印の回転角度*/
}
/* /btn19_2 */
