@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #666;	/*全体の文字色*/
	background: #f1f1ef url(../images/bg.jpg);	/*背景色と壁紙*/
	margin: 0px;
	padding: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
}
a:hover {
	color: #5d838b;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}



.blk{
	display:block;
}
.fsp90{
	font-size:90%;
}

/* font-size 13pxを基準 */
.fs09 { font-size:70% !important;}
.fs10 { font-size:77% !important;}
.fs11 { font-size:85% !important;}
.fs12 { font-size:93% !important;}
.fs13 { font-size:100% !important;}
.fs14 { font-size:108% !important;}
.fs15 { font-size:116% !important;}
.fs16 { font-size:123.1% !important;}
.fs17 { font-size:131% !important;}
.fs18 { font-size:138.5% !important;}
.fs19 { font-size:146.5% !important;}
.fs20 { font-size:153.9% !important;}
.fs21 { font-size:161.6% !important;}
.fs22 { font-size:167% !important;}
.fs23 { font-size:174% !important;}
.fs24 { font-size:182% !important;}
.fs25 { font-size:189% !important;}
.fs26 { font-size:197% !important;}

/* font-size 強制指定 */
.fk09 { font-size:9px !important;}
.fk10 { font-size:10px !important;}
.fk11 { font-size:11px !important;}
.fk12 { font-size:12px !important;}
.fk13 { font-size:13px !important;}
.fk14 { font-size:14px !important;}
.fk15 { font-size:15px !important;}
.fk16 { font-size:16px !important;}
.fk18 { font-size:18px !important;}



/* IE改行バグ対策 効いてないかも */
br { letter-spacing : normal; word-spacing: normal !important;}

.b{
	font-weight:bold;
}

/* margin */
.mt05 {	margin-top: 5px; display: block !important;}
.mt10 {	margin-top: 10px; display: block !important;}
.mt15 {	margin-top: 15px; display: block !important;}
.mt20 {	margin-top: 20px; display: block !important;}
.mt25 {	margin-top: 25px; display: block !important;}
.mt30 {	margin-top: 30px; display: block !important;}
.mt40 {	margin-top: 40px; display: block !important;}
.mt50 {	margin-top: 50px; display: block !important;}

.mb05 {	margin-bottom: 5px; display: block !important;}
.mb10 {	margin-bottom: 10px; display: block !important;}
.mb15 {	margin-bottom: 15px; display: block !important;}
.mb20 {	margin-bottom: 20px; display: block !important;}
.mb25 {	margin-bottom: 25px; display: block !important;}
.mb30 {	margin-bottom: 30px; display: block !important;}
.mb40 {	margin-bottom: 40px; display: block !important;}
.mb50 {	margin-bottom: 50px; display: block !important;}

.mtem05 {	margin-top: 0.5em; display: block !important;}
.mtem10 {	margin-top: 1.0em; display: block !important;}
.mtem15 {	margin-top: 1.5em; display: block !important;}
.mtem20 {	margin-top: 2.0em; display: block !important;}
.mtem30 {	margin-top: 3.0em; display: block !important;}
.mtem40 {	margin-top: 4.0em; display: block !important;}

.mbem05 {	margin-bottom: 0.5em; display: block !important;}
.mbem10 {	margin-bottom: 1.0em; display: block !important;}
.mbem15 {	margin-bottom: 1.5em; display: block !important;}
.mbem20 {	margin-bottom: 2.0em; display: block !important;}
.mbem30 {	margin-bottom: 3.0em; display: block !important;}
.mbem40 {	margin-bottom: 4.0em; display: block !important;}


.ptem05 {	padding-top: 0.5em !important; display: block !important;}
.ptem10 {	padding-top: 1.0em !important; display: block !important;}
.ptem15 {	padding-top: 1.5em !important; display: block !important;}
.ptem20 {	padding-top: 2.0em !important; display: block !important;}
.ptem25 {	padding-top: 2.5em !important; display: block !important;}
.ptem30 {	padding-top: 3.0em !important; display: block !important;}
.ptem40 {	padding-top: 4.0em !important; display: block !important;}

.pbem05 {	padding-bottom: 0.5em !important; display: block !important;}
.pbem10 {	padding-bottom: 1.0em !important; display: block !important;}
.pbem15 {	padding-bottom: 1.5em !important; display: block !important;}
.pbem20 {	padding-bottom: 2.0em !important; display: block !important;}
.pbem20b {	padding-bottom: 2.0em !important;}
.pbem30 {	padding-bottom: 3.0em !important; display: block !important;}
.pbem40 {	padding-bottom: 4.0em !important; display: block !important;}


.font_normal{
	font-weight:normal !important;
}


/*ヘッダー（サイト名が入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background: url(../images/header_bg.jpg) no-repeat;	/*背景壁紙の読み込み*/
	height: 350px;	/*ブロックの高さ*/
	width: 970px;	/*ブロックの幅*/
	position: relative;
	margin: 0px auto;
}
/*ロゴ画像の設定*/
header #logo {
	position: absolute;
	left: 40px;		/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 20px;		/*ヘッダーブロックに対して上から20pxの位置に配置*/
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#menubar ul {
	float: right;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	margin-right: 10px;
}
nav#menubar ul li a {
	width: 100px;		/*ボタンの幅*/
	text-decoration: none;
	display: block;
	background: url(../images/bg20.jpg);	/*水玉背景画像*/
	text-align: center;
	border-radius: 0px 0px 10px 10px;	/*角丸の指定。左上、右上、右下、左下への設定。*/
	padding: 20px 0px 20px;	/*メニュー内余白。上、左右、下への数値。*/
	font-weight: bold;	/*テキストを太字にする設定。標準がいいならこの１行削除。*/
	color: #FFF;		/*文字色*/
}
/*マウスオン時と現在表示中メニューの設定*/
nav#menubar ul li a:hover,
nav#menubar ul li.current a {
	/*
	background: url(../images/circle.png) no-repeat center 60px, url(../images/bg2.jpg);
	*/
	background: url(../images/bg10.jpg);
}
/*スマホ用メニューを表示させない*/
nav#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
nav#menubar_hdr {
	display: none;
}
#entrybtn {
	display: none;
}

/*コンテナー（ヘッダー以下を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	background: url(../images/bg.jpg);	/*水玉背景画像*/
	padding-top: 40px;	/*上に空けるスペース*/
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	margin: 0px auto;
	width: 930px;		/*コンテンツ幅*/
	background: #FFF;	/*背景色*/
	padding: 20px;		/*ボックス内の余白*/
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.2);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色(左3つがRGBの色指定で一番右が透明度)の設定。*/
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);			/*同上*/
	border-radius: 10px;	/*角丸のサイズ*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 100%;
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	font-size: 100%;
	line-height:1.5em;
	color: #5d838b;		/*文字色*/
	border-bottom: 3px solid #5d838b;	/*下線の幅、線種、色の設定*/
	padding-left: 15px;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#dcdcdc));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #dcdcdc);	/*同上*/
	background: linear-gradient(#FFF, #dcdcdc);			/*同上*/
	font-size: 100%;
	padding: 4px 15px;	/*左から、上下、左右への余白*/
	border-radius: 30px;		/*角丸のサイズ*/
	border: 1px solid #ccc;		/*枠線の幅、線種、色*/
	color:#555;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}

/*gallery.html内の各ブロック
---------------------------------------------------------------------------*/
/*ボックスの１個あたりの設定*/
#main section.list {
	width: 700px;	/*ボックスの幅*/
	margin: 0px auto 15px;
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-radius: 10px;	/*角丸のサイズ*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#aaccdd));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #aaccdd);	/*同上*/
	background: linear-gradient(#FFF, #aaccdd);			/*同上*/
	position: relative;
	overflow: hidden;
	padding: 10px;
}
#main section.list a {
	text-decoration: none;
	padding: 20px;	/*ボックス内の余白*/
	display: block;
	overflow: hidden;
}
#main section.list a:hover {
	background: #fff;
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
	line-height:1.5em;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: left;		/*画像を左へ回り込み*/
	background: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;		/*余白。ここに上の行で設定した背景色が出ます。*/
	width: 30%;		/*写真の幅*/
	height: auto;	/*写真の高さ*/
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	font-size: 100%;
	color: #5d838b;		/*文字色*/
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
	border-bottom: 1px solid #5d838b;	/*下側の線の幅、線種、色*/
	margin-bottom: 0.5em;
}
#main section.list h4 span{
	background-color:#c00000;
	line-height:19px;
	padding-top:1px;
	border-radius: 10px;
	padding-left:20px;
	padding-right:20px;
	color:#FFF;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
	margin-bottom: 15px;
}
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ボックスの高さ*/
	padding-left: 15px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 700px;	/*テーブル幅*/
	margin: 0px auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.8em;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;	/*幅*/
	padding: 10px;
	text-align: center;	/*背景色*/
}
.ta1 th img {
	width: 100%;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#dcdcdc));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #dcdcdc);	/*同上*/
	background-image: linear-gradient(#FFF, #dcdcdc);			/*同上*/
}

/*inputボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background-image: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	font-size: 10px;	/*文字サイズ*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
/*マウスオン時*/
#pagetop a:hover {
	background: #ebebeb;
}

/*「おすすめ」表示
---------------------------------------------------------------------------*/
.osusume {
	font-size: 10px;	/*文字サイズ*/
	-webkit-text-size-adjust: none;
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
h2 span.osusume {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*「ご契約済」表示
---------------------------------------------------------------------------*/
.sumi {
	font-size: 10px;	/*文字サイズ*/
	-webkit-text-size-adjust: none;
	color: #FFF;		/*文字色*/
	background: #069;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
h2 span.sumi {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #5d838b;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.big1 {
	font-size: 40px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}
.sortbox {
	text-align: center;
	margin-bottom: 15px;
}


/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:970px){
	
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
}

/*ヘッダー（サイト名が入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: auto;
	height: 260px;
	background: url(../images/header_bg.jpg) no-repeat bottom center/100% auto;
}
/*ロゴ画像の設定*/
header #logo {
	position: static;
	padding-left:10px;
	padding-top: 110px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#menubar ul {
	float: none;
	position: absolute;
	top: 0px;
	left:0%;
	width: 100%;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	width: 16%;
	margin-left: 3.2%;
}
nav#menubar ul li a {
	width: 100%;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 10px;
}

/*gallery.html内の各ブロック
---------------------------------------------------------------------------*/
/*ボックスの１個あたりの設定*/
#main section.list {
	width: auto;	/*ボックスの幅*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}

/*テーブル内の左側の見出し部分*/
.ta1 th{
	font-size:0.9em;
	width: 130px;
	padding: 5px;
}
.ta1 td{
	font-size:0.9em;
}

}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
}

/*ヘッダー（サイト名が入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: auto;
	height: 160px;
	background: url(../images/header_bg.jpg) no-repeat bottom center/100% auto;
}
/*ロゴ画像の設定*/
header #logo {
	position: static;
	padding: 35px 0px 15px 0px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar-s {
	margin: 0 10px;
}
nav#menubar-s ul li a {
	text-decoration: none;
	display: block;
	background: url(../images/bg20.jpg);	/*水玉背景画像*/
	text-align: center;
	border-radius: 10px;	/*角丸の指定。*/
	font-weight: bold;	/*テキストを太字にする設定。標準がいいならこの１行削除。*/
	color: #FFF;		/*文字色*/
	padding: 15px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #fff;
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.2);	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	box-shadow: 1px 2px 5px rgba(0,0,0,0.2);			/*同上*/
}
/*スマホ用メニューを非表示から表示に切り替える*/
nav#menubar-s {
	display: block;
	display: none;
}
/*PC用メニューを非表示にする*/
nav#menubar {
	display: none;
}
#entrybtn {
	display: block;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 0px;		/*上から0pxの場所に配置*/
	right: 10px;	/*右から10pxの場所に配置*/
	width: 30px;	/*幅*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
	border-top: none;
	border-radius: 0px 0px 4px 4px;	/*角丸のサイズ*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
	background: #fff;	/*背景色*/
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 2px solid #000;	/*枠線の幅、線種、色*/
	border-radius: 2px;	/*角丸のサイズ*/
	margin-bottom: 7px;	/*バー同士の余白*/
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 10px;
}

/*gallery.html内の各ブロック
---------------------------------------------------------------------------*/
/*ボックスの１個あたりの設定*/
#main section.list {
	width: auto;
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 10px;
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	margin-left: 0;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center;
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center;
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	margin: 5px 5px 0px;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	font-size:0.8em;
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td{
	font-size:0.8em;
	width: auto;
	padding: 5px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {
	width: 90%;
}

}

#zadan{
	display:block;
	width:88%;
	margin:0 auto;
}
#zadan p{
	display:block;
	width:50%;
	padding:0 0 2em 0;
	text-align:center;
	float:left;
}
#zadan p img{
	width:94%;
	border:solid 1px #555;
}
#zadan p img.rd{
	border-radius: 30px;		/*角丸のサイズ*/
}
.msg1{
	display:block;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	padding-top:2em;
	padding-bottom:1em;
	line-height:1.6em;
}
.msg1 span{
	color:#E00;
	font-size:1.4em;
}
@media (max-width:768px){
	#zadan{
		display:block;
		width:70%;
		margin:0 auto;
	}
	#zadan p{
		display:block;
		width:100%;
		padding:0 0 1em 0;
		text-align:center;
		float:none;
	}
	#zadan p img{
		width:100%;
		border:solid 1px #555;
	}
	#zadan p img.rd{
		border-radius: 30px;		/*角丸のサイズ*/
	}
	.msg1 span{
		display:block;
	}
}
@media (max-width:640px){
	#zadan{
		display:block;
		width:90%;
		margin:0 auto;
	}
	.msg1{
		font-size:1.4em;
	}
}