@charset "utf-8";

/* ********************************************* */
/** サイト毎の設定
/** contents.css
/** オリジナルタオル専門店
/* ********************************************* */

body
{
	color:#333333;
	background-color:#ffffff;
	text-align:center;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, Geneva, sans-serif;
}

a:link
{
	color:#0066ff;
	text-decoration:none;
}
a:visited
{
	color:#800080;
}
a:hover
{
	color:#f20000;
}
/*画像ホバーで白かぶせる*/
.hoverWhite img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.btnShadow img{
	box-shadow: 0px 5px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow:0px 5px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 5px 3px -3px rgb(183, 183, 183);
}

/*下端揃え*/
.bottomLine img{
	vertical-align: bottom;
}
/********************************
見出し設定
********************************/
h1.main{
	text-align: left;
	font-size: 230%;
	font-weight: bold;
	border-bottom: solid 6px ;
	border-image: linear-gradient(to right, #fff361 0%, transparent 100%);
	border-image-slice: 1;
	padding-bottom: 5px;
	padding-left: 8px;
	width: 1024px;
	margin: 30px auto 0;
}
h1.mainImg{
	text-align: left;
	position: absolute;
	font-size: 230%;
	font-weight: bold;
	border-bottom: solid 6px ;
	border-image: linear-gradient(to right, #fff361 0%, transparent 100%);
	border-image-slice: 1;
	padding-bottom: 5px;
	padding-left: 8px;
	width: 1024px;
	top:70px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	text-shadow:#fff 1px 0px,#fff -1px 0px,
	#fff 0px -1px,#fff 0px 1px,
	#fff 1px 1px ,#fff -1px 1px,
	#fff 1px -1px,#fff -1px -1px,
	#fff 0px 1px,#fff 0px 1px,
	#fff 0px -1px,#fff 0px -1px,
	#fff 1px 0px,#fff -1px 0px,
	#fff 1px 0px,#fff -1px 0px;
}
h2.main{
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	padding-bottom:3px;
	border-bottom: solid 3px #ff8d2a;
	width: 100%;
	margin-bottom:25px;
	margin-left: auto;
	margin-right: auto;
}
h2.main2{
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	padding-bottom:3px;
	border-bottom: solid 3px #ff8d2a;
	width: 100%;
	margin-bottom:25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}
h2.mainUnderlayer{
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	padding-bottom:3px;
	border-bottom: solid 3px #ff8d2a;
	width: 100%;
	margin-bottom:25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	padding-top: 15px;
}
h2.mainUse{
	text-align: center;
	font-size: 180%;
	line-height: 1.5em;
	position: relative;
}
.UseTriangle{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: -10px;
	left: 0;
	border-style: solid;
	border-color: #ffdaaa transparent transparent transparent;
	border-width: 140px 250px 0 250px;
	z-index: -1;
	padding: 25px 0;
}
.upperRayer{
	position: absolute;
	top:-120px;
	left: -250px;
	display: block;
	width: 500px;
}
h3.main{
	font-size: 140%;
	font-weight: bold;
	border-bottom: solid 2px #fcbc1e;
	width: 95%;
	margin-bottom:15px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
}
h3.boxYellow{
	background: #fff361;
	font-size: 120%;
	padding: 60px 20px;
	width: 300px;
	text-align: center;
	float: left;
	display: block;
}
h3.nomal{
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 7px;
}
h4.main{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}
h4.size{
	font-size: 120%;
	font-weight: bold;
	border-bottom: dashed 2px #ffc538;
	width: 85%;
	margin-bottom:15px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
}
.textFrame{
	text-shadow:#fff 1px 0px,#fff -1px 0px,
	#fff 0px -1px,#fff 0px 1px,
	#fff 1px 1px ,#fff -1px 1px,
	#fff 1px -1px,#fff -1px -1px,
	#fff 0px 1px,#fff 0px 1px,
	#fff 0px -1px,#fff 0px -1px,
	#fff 1px 0px,#fff -1px 0px,
	#fff 1px 0px,#fff -1px 0px;
}
/********************************
ページ内リンク
********************************/
.pageLink{
	background:#f3f3f3;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 30px;
	font-size: 95%;
}
.pageLink li a{
	background:url("../images/pagelink.gif") 0% 50%;
	background-repeat:no-repeat;
	padding-left:22px;
	line-height:25px;
}
/********************************
入稿系リスト
********************************/
.nyukuoList
{
	background-color:#fef9b6;
	border-bottom:1px solid #a7a7a7;
}
.nyukuoList dt
{
	float:left;
	width:8em;
	text-align:left;
	padding:5px;
	border-top:1px solid #a7a7a7;
}
.nyukuoList dd
{
	padding:5px;
	margin:0 0 0 8.5em;
	border-left:0;
	border-right:0;
	background-color:#ffffff;
	border-top:1px solid #a7a7a7;
}
/********************************
コンテナレイアウト設定
/** 必要なものだけ残す
********************************/

.attentionBox
{
	padding:10px;
	background-color:#fffff5;
	border:2px solid #e4e1d8;
}
.attentionBorder
{
	border:solid 2px #959595;
}
.attentionBorderL
{
	border:solid 1px #ccc;
}

.borderBox
{
	border:1px solid #cccccc;
}
.borderBoxBlue
{
	border:1px solid #2367E7;
	padding:10px;
}

/*背景色BOX*/
.bgWhite{
	background-color:#ffffff;
	padding:20px;
}

.bgGray{
	background-color:#f3f3f3;
	padding:20px;
}
.bgOrange{
	background-color:#ffe7c2;
	padding:15px;
}
.bgYellow{
	background-color:#ffdf44;
	padding:10px 20px;
}
.bgPaleYellow{
	background-color:#fffaea;
	padding:15px;
}
.bgBlue{
	background-color:#d1ebff;
	border:3px solid #80c7ff;
	padding:10px;
}
.bgDarkBlue{
	background-color:#1d53c2;
	padding:10px 20px;
}

/*幅指定BOX*/
.W1024pxBox
{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

.W1000pxBox
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.W980pxBox
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

.W940pxBox
{
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

.W920pxBox
{
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

.W900pxBox
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
.W850pxBox
{
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

.W820pxBox
{
	width:820px;
	margin-left:auto;
	margin-right:auto;
}
.W800pxBox
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.W750pxBox
{
	width:750px;
	margin-left:auto;
	margin-right:auto;
}
.W710pxBox
{
	width:710px;
	margin-left:auto;
	margin-right:auto;
}
.W700pxBox
{
	width:700px;
	margin-left:auto;
	margin-right:auto;
}

.W660pxBox {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
}

.W630pxBox {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
}

.W600pxBox
{
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

.W580pxBox
{
	width:580px;
	margin-left:auto;
	margin-right:auto;
}

.W560pxBox
{
	width:560px;
	margin-left:auto;
	margin-right:auto;
}

.W545Box
{
	width:545px;
	margin-left:auto;
	margin-right:auto;
}

.W540pxBox
{
	width:540px;
	margin-left:auto;
	margin-right:auto;
}

.W500pxBox
{
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

.W480pxBox
{
	width:480px;
	margin-left:auto;
	margin-right:auto;
}

.W470pxBox
{
	width:470px;
	margin-left:auto;
	margin-right:auto;
}
.W460pxBox
{
	width:460px;
	margin-left:auto;
	margin-right:auto;
}
.W450pxBox
{
	width:450px;
	margin-left:auto;
	margin-right:auto;
}

.W440pxBox
{
	width:440px;
	margin-left:auto;
	margin-right:auto;
}

.W430pxBox
{
	width:430px;
	margin-left:auto;
	margin-right:auto;
}

.W424pxBox
{
	width:424px;
	margin-left:auto;
	margin-right:auto;
}
.W400pxBox
{
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

.W380pxBox
{
	width:380px;
	margin-left:auto;
	margin-right:auto;
}

.W350pxBox
{
	width:350px;
	margin-left:auto;
	margin-right:auto;
}

.W330pxBox
{
	width:330px;
	margin-left:auto;
	margin-right:auto;
}

.W300pxBox
{
	width:300px;
	margin-left:auto;
	margin-right:auto;
}

.W290pxBox
{
	width:290px;
	margin-left:auto;
	margin-right:auto;
}
.W270pxBox
{
	width:270px;
	margin-left:auto;
	margin-right:auto;
}

.W260pxBox
{
	width:260px;
	margin-left:auto;
	margin-right:auto;
}

.W250pxBox
{
	width:250px;
	margin-left:auto;
	margin-right:auto;
}

.W240pxBox
{
	width:240px;
	margin-left:auto;
	margin-right:auto;
}

.W220pxBox
{
	width:220px;
	margin-left:auto;
	margin-right:auto;
}

.W210pxBox
{
	width:210px;
	margin-left:auto;
	margin-right:auto;
}


.W200pxBox
{
	width:200px;
	margin-left:auto;
	margin-right:auto;
}

/********************************
ヘッダメニュー設定
********************************/
#globalMenu{
	width: 100%;
	background-color:#ededed;
	min-width:1024px;
}

#globalMenu ul{
	display: table;
	table-layout: fixed;
	text-align: center;
	width:1024px;
	margin: 0 auto;
}

#globalMenu li {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #fff;
}

#globalMenu li:last-child {
	border-right: 1px solid #fff;
}

#globalMenu li a {
	color: #333333;
	display: block;
	font-weight: bold;
	padding: 10px 0;
	line-height: 19px;
	text-decoration:none;
}

#globalMenu li:hover{
	background-color:#D1D1D1;
}
/********************************
お問い合わせバナー
********************************/
/*レスポンスデバイス　薄いオレンジ*/
.bgResBodyArea
{
	background:#fee2ca;
	min-width:1024px;
}
/*各ページ下レスポンスデバイス*/

.telNumber{
	display:block;
	font-size:530%;
	color:#f00;
	font-weight:bolder;
	margin-bottom: 15px;
}
.telNumber img{
	padding-right: 10px;
}
/* お見積りボタン */
.bgResBtn{
	background-color:#f20000;
	vertical-align: middle;
	text-align:center;
	width: 700px;
	margin: 0 auto 35px;
	border-radius: 15px;
	box-shadow: 0px 6px 3px -3px rgba(53, 53, 53, 0.28);
	-webkit-box-shadow:0px 6px 3px -3px rgba(53, 53, 53, 0.28);
	-moz-box-shadow: 0px 6px 3px -3px rgba(53, 53, 53, 0.28);
}
.bgResBtn a{
	display:block;
	padding:30px;
	color:#ffffff;
	font-size:160%;
	font-weight:bold;
	text-decoration: none;
}
.bgResBtn:hover{
	background-color:#124FA9;
}




/***** ★★★バナーたくさんバージョン★★★ *****/
/* 背景ベージュ */
.bigResArea{
	background-color:#fee2ca;
	padding:50px 10px;
	min-width:1024px;
}
/* フォーム・電話ボックス */
.FormTelBoxArea li{
	float: left;
	width: 500px;
	height: 205px;
	background: #fff;
	border-radius: 10px;
	margin: 0 0 15px 10px;
}
/* フォーム */
.formArea p,
.telArea p{
	line-height: 1.4em;
}

/* フォームボタン */
.middleResBtn{
	background-color:#f20000;
	text-align:center;
	width: 80%;
	margin: 0 auto;
	border-radius: 12px;
	box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow:0px 6px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
}
.middleResBtn a{
	display:block;
	padding:12px;
	color:#ffffff;
	font-size:140%;
	font-weight:bold;
	line-height: 1.2em;
}
.middleResBtn:hover{
	background-color:#124FA9;
}
/* フォームボタン サイズ別 */
.sizeResBtn{
	background-color:#f20000;
	text-align:center;
	width: 500px;
	margin: 0 auto;
	border-radius: 12px;
	box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow:0px 6px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	float: right;
}
.sizeResBtn a{
	display:block;
	padding:24px 10px;
	color:#ffffff;
	font-size:140%;
	font-weight:bold;
	line-height: 1.2em;
}
.sizeResBtn:hover{
	background-color:#124FA9;
}

/* 電話 */
.middletelNumber{
	font-size:310%;
	color:#f00;
	font-weight:bolder;
}

.middletelNumber img{
	margin-right:8px;
	margin-top:10px
}

/* FAX・LINE・来店ボックス */
.FaxLineVisitBoxArea li{
	float: left;
	width: 500px;
	height: 137px;
	background: #fff;
	border-radius: 10px;
	margin-left: 10px;
}

.FormTelBoxArea li h3,
.FaxLineVisitBoxArea li h3{
	background: #0A2C5B;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	padding: 4px 0 4px 0;
}

.formArea, .telArea, .faxArea, .lineArea, .visitArea{
	padding: 8px;
	text-align: center;
}

/* FAX・LME・来店ボタンの上エリア */
.smallResArea{
	display: inline-block;
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 8px;
}

/* FAX・LME・来店ボタンエリア */
.smallResBtn{
	background-color:#ff5e01;
	text-align:center;
	width: 90%;
	margin:-3px auto 0;
	border-radius: 10px;
	box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow:0px 6px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
}
.smallResBtn a{
	display:block;
	padding:8px 7px;
	color:#ffffff;
	font-size:100%;
	font-weight:bold;
	line-height: 1.3em;
}
.smallResBtn:hover{
	background-color:#124fa9;
}

/********************************
LINE見積もり
********************************/
/*テキストリンク*/
.LinePageLink a{
	padding:15px 0 10px 55px;
	background-image:url(../images/line/line_icon.gif);
	background-repeat:no-repeat;
	background-position:2px 4px;
}

/********************************
FAX
********************************/
/*テキストリンク*/
.FaxLink a{
	padding:15px 0 10px 55px;
	background-image:url(../images/line/fax_icon.gif);
	background-repeat:no-repeat;
	background-position:2px 4px;
}

/********************************
下部メニュー
********************************/
ul.footNavi
{
	padding:0;
	margin:10px 0 20px 0;
}

/*１階層目*/

ul.footNavi li
{
	margin:4px 0px 15px 0;
}

ul.footNavi li a
{	background:url(../images/ico-tri-blue.gif) no-repeat left 40%;
	padding:0 0 0 12px;
	text-decoration:none;
	font-size: 95%;
}

/*２階層目*/
ul.footNavi li ul
{
	margin:1px 0 1px 0;
	padding:0 0 0 15px;
}

ul.footNavi li ul li
{
	margin:4px 0px 10px 0;
}

ul.footNavi li ul li a
{
	background:url(../images/ico-tri-yellow.gif) 0% 10%;
	padding:0 0 0 12px;
	background-repeat:no-repeat;
	font-size: 90%;
}


ul.footNavi li.fnLongestBottomTalk
{
	margin-bottom:25px;
}
ul.footNavi li.fnLongBottomTalk
{
	margin-bottom:15px;
}

.menuShort{
	letter-spacing:-0.1em;
}

/********************************
カレンダー
********************************/

.calendarArea
{
	border:1px solid #dcdcde;
	border-top:none;
	padding-top:5px;
	width:500px;
	background:#ffffff;
}
.calendarBox
{
	width:488px;
	height:210px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fef9b6;
}


/********************************
お知らせ
********************************/
.oshiraseBox
{
	border:1px solid #F29438;
	padding:10px;
}


/********************************
フォントカラー設定
********************************/
.textWhite
{
	color:#ffffff;
}
.textRed
{
	color:#f20000;
}
.textOrange
{
	color:#ec5706;
}
.textYellow
{
	color:#FF0;
}
.textBrightYellow
{
	color:#927501;
}
.textPurple
{
	color:#7E35E4;
}
.textBlue
{
	color:#0099ff;
}
.textDeepBlue
{
	color:#004899;
}
.textDarkBlue
{
	color:#274a78;
}
.textGreen
{
	color:#00A613;
}
.textMark
{
	color:#ffffff;
	padding:0 2px;
	margin:0 5px 0 0;
	background-color:#0078f3;
	border:1px solid #cccccc;
}


/********************************
ポップアップ用
********************************/
#PopUpBodyArea
{
	width:700px;
	margin:0 auto;
}

.btn_close a
{
	display:block;
}



/********************************
ページ内リンク
********************************/
ul.PageLink{
	padding:0;
	list-style:none;
	text-align:center;
}

.PageLink li
{
	margin:15px auto 30px;
	width:400px;
	float:left;
}
.PageLink a
{
	padding:0 0 0 23px;
	background-image:url(../images/pagelink.gif);
	background-repeat:no-repeat;
	background-position:2px 50%;
}


/********************************
テーブル風リスト（dl、dt、dd）
********************************/
.tableLikeList
{

	border-bottom:1px solid #a7a7a7;
}
.tableLikeList dt
{
	float:left;
	width:9em;
	text-align:center;
	padding:5px 0;
	border-top:1px solid #a7a7a7;
	background-color:#f4f4f4;
}
.tableLikeList dd
{
	padding:5px;
	margin:0 0 0 9em;
	border-left:0;
	border-right:0;
	background-color:#ffffff;
	border-top:1px solid #a7a7a7;
}
/* hide hack from Mac-IE5 \*/
* html .tableLikeList dd
{
	height:1%;
}
/* end hiding */

/********************************
list-styleもどす
********************************/

.listOn{
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: disc;
}


/********************************
flexbox
********************************/
.flexBox
{
	display:flex;
}
.flexBoxIn
{
	display:inline-flex;
}

/********************************
大ロット
********************************/
h2.large{
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	background: #ff8d2a;
	padding: 20px;
	margin-bottom: 15px;
}
.largelotBox{
	background: #fff;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #ff8d2a;
	border-radius: 5px;
}
.largelotBox ul{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.largelotPoint{
	background: #fff3c0;
	width: 215px;
	float: left;
	margin: 0 10px;
	padding: 10px 0;
	text-align: center;
	border-radius:10px;
	font-size: 120%;
	font-weight: bold;
	display: block;
}
.largelotHeight{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.largePoint{
	background: #f36619;
	color: #fff;
	width: 180px;
	float: left;
	margin: 0 15px;
	padding: 10px 0;
	text-align: center;
	border-radius:10px;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.3em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.largelotDesign{
	background: #fff3c0;
	width: 192px;
	float: left;
	margin: 0 5px;
	padding: 10px 0;
	text-align: center;
	border-radius:7px;
	font-size: 110%;
	font-weight: bold;
}
.pointDesign{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.largeLotText{
	padding: 25px 35px;
}
.largelotBtn {
	float: right;
	background-color:#ff7b00;
	width: 374px;
	margin: 0px 30px 20px;
	border-radius: 8px;
	box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow:0px 6px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
}
.largelotBtn a{
	color: #fff;
	display:block;
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	font-size: 115%;
}
.largelotBtn:hover{
	background-color:#124FA9;
}
/*小さいフォームボタン*/
.smallFormBtn {
	float: right;
	background-color:#f20000;
	width: 374px;
	margin-top: 20px;
	border-radius: 8px;
	box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow:0px 6px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
}
.smallFormBtn a{
	color: #fff;
	display:block;
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
}
.smallFormBtn:hover{
	background-color:#124FA9;
}


/**************************************
見積もりフォーム
(お得意様ではtowelのこっちのbasic.cssに
記述しないと無効になる)
**************************************/
#MailForm
{
	width:900px;
	margin-left: auto;
	margin-right: auto;
}
#MailForm table
{
	width:900px;
	margin-left: auto;
	margin-right: auto;
}
#MailForm th
{
	width:150px;
	text-align:center;
	background-color:#fef9b6;
}
#MailForm th,
#MailForm td
{
	padding:18px 10px;
	border:1px solid #cccccc;
}
#MailForm .nonBorder th,
#MailForm .nonBorder td
{
	border:none;
}

div#err
{
	color:#ff0000;
	font-weight:bold;
	border:none;
	background-color:#FFCECE;
}

.btnConfirm a
{
	width:232px;
	height:61px;
	display:block;
	margin:0 auto;
	background-image:url(../images/btn/btn_confirm_on.gif);
}
.btnFinish a
{
	width:232px;
	height:61px;
	display:block;
	margin:0 auto;
	background-image:url(../images/btn/btn_finish_on.gif);
}


.size-list {
	display: inline-block;
	width: 230px;
}
.size-ul {
	padding: 0;
}
.sizeImg{
	width: 180px;
	margin-left: 5px;
	margin-top: 4px;
}

/* エラーチェック（validater.js）用 */
/* ------------------------------------*/
.msgbox
{
	position:absolute;
	display: inline-block;
	margin: 1.7em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	background:rgba(255,0,0,0.8);
	border-radius: 5px;
}
.msgbox:before
{
	content: "";
	position: absolute;
	top: -14px;
	left: 30px;
	margin-left: -15px;
	border: 8px solid transparent;
	border-bottom: 8px solid rgba(255,0,0,0.8);
}
.msgbox p
{
	margin: 0;
	padding: 0;
	color:#fff;
	font-weight:bold;
}

.msgbox + input,
.msgbox + select
{
	background:rgba(255,0,0,0.2);
}

