/* ==================================================================================

		Browser Reset Color Me

================================================================================== */

/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	/*background:transparent;*/
}

h3 { font-size:125%;margin:20px 0;}

/*-----------Font Setting-------------*/

body {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, "MS P ゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1;
}

/* for WinIE7*/

*:first-child+html body {
	font-size: 80%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
	list-style:none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
	quotes:none;
}


/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}


/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	/*background:transparent;*/
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
	text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
	vertical-align:middle;
}


/*-----------hack-------------*/

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

/* IE7 and Mac IE5 */
.clearfix {display:inline-block;}

/* IE6 preIE6 */
/* Hides from IE-mac \*/
*html.clearfix{height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

/*-----------For JS-------------*/
.imgover {}

/*-----------Other-------------*/


table {border-collapse:collapse; border-spacing:0; font-size:inherit;}
th,td {text-align:left; vertical-align: top;}
table caption {
	text-align: left;
}

ul,dl,ol {text-indent: 0;}
ul,ol {list-style: none}

address,caprion,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}


/*-----------Other-------------*/

.clear {clear: both; font-size: 1px; line-height: 1px;}
img {border-style: none;}
hr {display: none;}

/*-----------link-------------*/

a:link {
		color:#033A77;
		text-decoration: none;
}


a:visited {
		color:#0099CC;
		text-decoration: none;
}

/*-----------align-------------*/
.alignright {
	float: right;
	margin-left: 15px;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.aligncenter {
	text-align: center;
}

/*-----------table default-------------*/
table.default {
	width: 100%;
}
table.default th {
	white-space: nowrap;
	background-color: #f7f7f7;
}
table.default td {
	background-color: #FFFFFF;
}
table.default th, table.default td {
	padding: 10px;
	border: 1px solid #CCCCCC;
}

/*-----------ul default-------------*/
ul.default li:before {
	content: "・";
}
ul.default li{
	margin-bottom: 0.5em;
	margin-left: 2em;
	line-height: 1.4;
	text-indent: -1em;
}
ol.default li{
	list-style-type: decimal;
	margin-bottom: 1em;
	margin-left: 2em;
}
.mg_bt_20 {
	margin-bottom: 20px;
}

body {
	background-image: url(https://img21.shop-pro.jp/PA01331/549/etc/bg.png?cmsp_timestamp=20150925223832);
	background-repeat: repeat-y;
	background-position: center top;
}
/* -------------------------------------------------------


レイアウト


----------------------------------------------------------
*/

/* ページ幅
-------------------------------------------------------- */
.header, .wrapper, .footer , .intro .inner{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	zoom: 1;
}
.header {
	margin-bottom: 30px;
}
.intro .inner {
	overflow: hidden;
	zoom: 1;
}

.main {
	float: right;
	width: 730px;
	line-height: 1.2;
}
.sidebar {
	float: left;
	width: 200px;
}




/* -------------------------------------------------------


	イントロ


----------------------------------------------------------
*/
.intro .login-bloc {
	float: right;
}
.intro .inner {
	font-size: 12px;
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}
.intro .intro-text {
	float: left;
}
.nav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.nav ul {
	overflow: hidden;
}
.nav ul li {
	text-align: center;
	float: left;
	width: 16.66%;
	box-sizing: border-box;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #efefef;
}
.nav ul li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nav ul li a {
	display: block;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
.nav ul li {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.67, #e6e6e6), color-stop(0.00, #fff));
background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 67%);
background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 67%);
background: -o-linear-gradient(top, #fff 0%, #e6e6e6 67%);
background: -ms-linear-gradient(top, #fff 0%, #e6e6e6 67%);
background: linear-gradient(to bottom, #fff 0%, #e6e6e6 67%);

}
.nav ul li a:hover {
	background-color: #999999;
	color: #FFF;
}
.nav ul li a {
	font-weight: bold;
	color: #666;
	font-size: 107.8%;
	overflow: hidden;
}



/* -------------------------------------------------------

	フッター

----------------------------------------------------------
*/
.info-footer  {
	background-color: #F2F2F2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
	zoom: 1;
	clear: both;
	font-size: 92.4%;
	line-height: 1.75em;
	margin-bottom: 20px;
}

/* フッター内の個別ブロック */
.info-footer .box {
	background-color: #FFF;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
}
/* フッター内の見出し */
.info-footer .box h3 {
	font-size: 107.8%;
	margin-bottom: 0.3em;
}
.info-footer .box p {
	margin-bottom: 0.5em;
}
/* 最初のブロック（ガイド）の設定 */
.info-footer .guide h2 {
	float: left;
	margin-right: 2em;
}
.info-footer .guide li {
	float: left;
	margin-right: 1.5em;
}
.info-footer .mail-tel {
	font-size: 125%;
	font-weight: bold;
}
.info-footer .mail-tel i {
	color: #999;
	margin-right: 5px;
	font-size: 125%;
}

/* 左右の大枠 */
.info-footer .left {
	width: 500px;
	float: left;
}
.info-footer .right {
	float: right;
	width: 430px;
}
.info-footer .if_soryo strong {
	font-weight: bold;
	color: #C00;
}
.info-footer .if_payment strong {
	font-weight: bold;
	color: #C00;
}
.info-footer .if_henpin strong {
	font-weight: bold;
	color: #F60;
}
.info-footer .if_payment i,.if_soryo i,.if_order i {
	margin-right: 0.5em;
	color: #333;
}
/* フッター */
.footer {
	margin-bottom: 50px;
}
.footer .copyrignt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
/* コピーライト */
.copyright {
	font-size: 85%;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}



/* -------------------------------------------------------

	サイドバー

----------------------------------------------------------
*/
.sidebar .section {
	margin-bottom: 20px;
}
.sidebar h2.default {
	color: #000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #efefef), color-stop(0.06, #fefefe));
	background: -webkit-linear-gradient(top, #fefefe 6%, #efefef 88%);
	background: -moz-linear-gradient(top, #fefefe 6%, #efefef 88%);
	background: -o-linear-gradient(top, #fefefe 6%, #efefef 88%);
	background: -ms-linear-gradient(top, #fefefe 6%, #efefef 88%);
	background: linear-gradient(to bottom, #fefefe 6%, #efefef 88%);
	margin-bottom: 0.5em;
	border-radius: 2px;
	line-height: 1;
	padding: 0.8em;
	border: 1px solid #999;
	box-shadow: inset 0px 0px 1px 2px #FFF;
}
.sidebar h2.default i {
	color: #993200;
}
.side-category ul li a {
	color: #0D3861;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.side-category ul li a:before{
	font-family: FontAwesome;
	content: '\f101';
	color: #993200;
	margin-right: 0.6em;
	margin-left: 0.6em;
}
.side-item ul li {
	line-height: 1.2;
	margin-top: 1em;
	margin-bottom: 1em;
}
.side-item ul li:before {
	content: '・';
	color: #666;
}
.side-bnrs ul li {
	margin-bottom: 5px;
	text-align: center;
}
.side-bnrs ul li img {
	max-width: 100%;
	height: auto;
}
.side-bnrs ul li a {
	color: #000;
	text-decoration: none;
}
.side-bnrs ul li a:hover {
	opacity: 0.7;
}
.side-bnrs ul li span {
	display: block;
	font-size: 11px;
	padding-top: 5px;
}
.side-rss{
	font-size: 92.4%;
	text-align: center;
	color: #999;
}
.side-rss a{
	color: #999;
}

/* -------------------------------------------------------

	メインエリア共通

----------------------------------------------------------
*/

.main .section {
	margin-bottom: 30px;
	overflow: hidden;
}

.main h2.default {
	font-size: 150%;
	color: #333;
	line-height: 1.1;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #930;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	letter-spacing: 0.2em;
}
.main h2.default span {
	font-size: 50%;
	color: #F90;
	display: block;
	margin-bottom: 7px;
	letter-spacing: 0em;
	font-family: "Courier New", Courier, monospace;
}
.topicpath{
	font-size: 12px;
	margin-bottom: 20px;
}

h1.list-title,h1.default{
	font-size: 240%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

/* 最近チェックした項目
-------------------------------------------------------- */
.check-list h3 {
	font-size: 100%;
	color: #930;
	margin-bottom: 15px;
	border-radius: 3px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.check-list ul {
	font-size: 12px;
	overflow: hidden;
}
.check-list ul li {
	width: 18%;
	margin-right: 2.5%;
	float: left;
	line-height: 1.4;
}
.check-list ul li:nth-child(5n) {
	margin-right: 0px;
}
.check-list ul li img {
	height: auto;
	max-width: 100%;
}
.check-name {
	padding-top: 5px;
	padding-bottom: 5px;
}
.check-name a {
	color: #000;
	text-decoration: none;
}
.check-price,.check-normal-price {
	color: #C30;
	display: block;
}
.check-off {
	font-weight: bold;
	color: #F00;
}
.check-soldout {
	font-weight: bold;
	color: #FFF;
	background-color: #CCC;
	display: block;
	text-align: center;
}


/* -------------------------------------------------------

	トップページ

----------------------------------------------------------
*/
.top-slider{
	margin-bottom: 50px;
}
.top-news dl {
	line-height: 1.4;
}
.top-news dl dt {
	float: left;
	padding-left: 0.5em;
}
.top-news dl dd {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 8em;
}
/*-----------バナー入れ物-------------*/
.top-bnr-area li {
	margin-bottom: 15px;
	text-align: center;
}

.top-bnr {
	margin-bottom: 15px;
	text-align: center;
}
.top-bnr2-area ul li {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 10px;
}
.top-bnr2-area ul li:nth-child(2n) {
	margin-right: 0px;
}
.top-bnr2-area ul li img {
	width: 100%;
	height: auto;
}


/* -------------------------------------------------------

	一覧ページ及び商品一覧

----------------------------------------------------------
*/

.item-list {
	overflow: hidden;
}
.item-list li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 20px;
  　height:360px;
}
.item-list li:nth-child(3n) {
	margin-right: 0px;
}
.item-list li img  {
	height: auto;
	max-width: 100%;
}
.list-name {
	padding-top: 10px;
	padding-bottom: 5px;
}
.list-name a {
	color: #000;
	text-decoration: none;
}
.list-s {
	color: #666;
	text-decoration: none;
}
.list-price {
	font-weight: bold;
	color: #C30;
}
.list-off {
	display: block;
	font-weight: bold;
	color: #F60;
}
.list-soldout {
	background-color: #D9D9D9;
	display: inline-block;
	font-size: 92.4%;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}



/* 一覧ページのパーツ
-------------------------------------------------------- */

/* ソートエリア */
.list-sortbox{
	line-height: 1.5;
	background-color: #efefef;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* ページャーエリア */
.list-pager{
	line-height: 1.5;
	margin-bottom: 20px;
	background-color: #efefef;
	padding: 10px;
}

/* 商品が無い場合の */
.nodata{
	font-weight: bold;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 300px;
}

/* 一覧ページのサブカテゴリー・サブグループ
-------------------------------------------------------- */
.sub_cg-gr {
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.sub_cg-gr h2 {
	font-size: 100%;
	color: #666;
	margin-bottom: 10px;
}
.sub_cg-gr h2:before {
	content:'\f07c';
	font-family: FontAwesome;
	font-weight: normal;
	margin-right: 5px;
}
.sub_cg-gr li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 10px;
}
.sub_cg-gr li:before {
	content:'・';
}
.sub_cg-gr li:nth-child(3n) {
	margin-right: 0;
}


/* 「page」デザイン
-------------------------------------------------------- */
.page p {
	line-height: 2;
	margin-bottom: 2em;
}
.page h3{
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1em;
}
.page h4{
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.5em;
}


/* -------------------------------------------------------

	フリーページ「よくある質問」

----------------------------------------------------------
*/
.page.faq dl {
	line-height: 1.5;
}
.page.faq dl dt {
	cursor: pointer;
	color: #333;
	margin-bottom: 1.5em;
	position: relative;
	padding-left: 1.5em;
	font-weight: bold;
	margin-top: 1.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 1.5em;
}
.page.faq dl dd {
	margin-bottom: 3em;
	padding-left: 1.5em;
	position: relative;
	display: none;
}
.page.faq dl dt:before {
	font-family: FontAwesome;
	content: '\f059';
	position: absolute;
	left: 0px;
	top: 1.5em;
	color: #999;
	font-size: 110%;
	font-weight: normal;
}
.page.faq dl dd:before {
	font-family: FontAwesome;
	content: '\f138';
	position: absolute;
	left: 0px;
	top: 0px;
	color: #F30;
	font-size: 110%;
}

/* ------------------------------------- 
 *	長期休暇用設定／
 * ------------------------------------- */

.holiday-top{
    color:#FFFFFF;
    line-height: 1.3;
    font-size:large;
    font-weight:bolder;
    padding:10px;
    margin:10px 0px;
    background-color:#eb6100 ;
}

.holiday{ 
    color:#000000;
    line-height: 1.3;
    padding:10px;font-size:medium ;
    padding:10px;padding:0px 10px 10px 10px;
    margin-top:20px;
    margin-bottom:20px;
    background:#FFFFFF ;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid grey;
    border-top: 1px solid grey;
    -moz-box-shadow: 0 1px 3px black;
    -webkit-box-shadow: 0 1px 3px black;
    box-shadow: 0 1px 3px black;
}

/* ==================================================================================

		お中元グループページスタイル

================================================================================== */


.sg-section {
	overflow: hidden;
	margin-bottom: 30px;
}

.sg-category ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.sg-timing ul li {
	width: 359px;
	float: left;
	margin-right: 9px;
}
.sg-timing ul li a {
	display: block;
	border: 7px solid #9BB07D;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 180%;
	line-height: 1.1;
}

.sg a:hover {
	opacity: 0.7;
}




.sekiyaki {
    width:700px; 
    margin-bottom:40px;
}

.sekiyaki p {
    font-size:1.2em;
    line-height:140%;
    padding:10px;
}

.sekiyaki .ma-b{
	margin-bottom:20px;
}


.sekiyaki .ani{
	background-image:url(//img21.shop-pro.jp/PA01331/549/etc/sekiyaki_re_cat_01.jpg?cmsp_timestamp=20160727153802);
	width:700px;
	height:448px;
	position:relative;
}

.sekiyaki .ani2{
	background-image:url(https://img21.shop-pro.jp/PA01331/549/etc/sekiyaki_re_cat_01-01.jpg?cmsp_timestamp=20160810131358);
	width:700px;
	height:448px;
	position:relative;
}
.sekiyaki .logo1  {
	position:absolute;
	margin-top:70px;
	margin-left:8px;
	width:100px;
	height:100px;
    float : left ;
}


.sekiyaki .logo2  {
	position:absolute;
	margin-top:70px;
	margin-left:113px;
	width:100px;
	height:100px;
     float : left ;
}

.sekiyaki .logo3  {
	position:absolute;
	margin-top:70px;
	margin-left:218px;
	width:100px;
	height:100px;
        float : left ;
}

.sekiyaki .info {   
        width:100px;
        height:100px;
        background-color:#7ecef4;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-shadow: 0 5px 1px #515451;
}



.sekiyaki .h1 {
 text-align: center; 
 color: #fff; 
 margin-top: 6px; 
 font-size:18px;
}
 



.sekiyaki .buta{
 background-image:url(https://img21.shop-pro.jp/PA01331/549/etc/sekiyaki_re_cat_04.jpg?cmsp_timestamp=20160728121933);
 width:730px;
 height:490px;
 position:relative;
}


.sekiyaki .buta p {   
	position:absolute;
	font-size:24px;
	margin-top:80px;
	margin-left:410px;
	width:280px;
	height:40px;
        color:#fff;
}


.sekiyaki a:hover {
    position:relative;top:2px;left:1px ;
    box-shadow: 0 0 1px #515451;
}

.sekiyaki .salelogo {
    width:250px;
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#e60012;
    border-radius:5px;
    box-shadow:2px 2px #73010a;
    position:absolute;
    margin-top:315px;
    margin-left:15px;
    float : left ;
}




section figure {
    width: 350px;
    height: 260px;
    margin: 10 auto;
    position: relative;
    overflow: hidden;
    background: #000;
}


.gift1 img {
    transition: all 0.4s ease-out 0.1s;
}
.gift1 figure:hover img {
    opacity: .3;
    transform: scale(1.1);
}
.gift1 figcaption {
    color: #fff;
    font-size:16px;
    background: #333;
    background: rgba(0,0,0,.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    padding: 5px;
    line-height: 110%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 
    transition: all 0.2s ease-in 0.3s;
    transform: translateY(60px);
}
.gift1 figure:hover figcaption {
    transform: translateY(0);
}



.shadow {
    margin-top: 5px; 
    display: inline-block; 
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); 
}


a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

div.line {
 border-bottom: solid 2px ;
 }


/* ------------------------------------- 
 *地震等のお届け遅延状況／
 * ------------------------------------- */
.tien{
    color:#000000;
    font-size:14px ;
    padding:10px;
    margin-bottom: 20px;
    background:#FFFFFF ;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid grey;
    font-weight:bolder;
}

.box4{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
}
.box4 p {
    margin: 0; 
    padding: 0;
}
