@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}



body{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:200;
	
     font-size: 15px;
color:#333;
-webkit-text-size-adjust: none;
background:url(images/banners2/back.gif) repeat-x center top,#fff;

}

	.mainNav-sp{
	display: none;
}
	.mainNav-pc{
	display: block;
}

/*ライン
------------------------------------------------------------*/
hr.line_1{

margin:50px 0;
border:0px solid #fff;
border-bottom:1px dotted #45acff;



}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#45acff!important;
}

a:hover, a:active{
outline: none;
color:#6f6f6f;
}
nav#mainNav a.menu{
	color: #fff!important;
}
nav#mainNav a{
	color: #fff!important;
}

.back a{
	color: #fff!important;
}

/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #878787;
background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#6f6f6f));
background: -webkit-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: -o-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: linear-gradient(to bottom, #878787 0%,#6f6f6f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6f6f6f',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #878787;
background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(100%,#878787));
background: -webkit-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: -o-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: linear-gradient(to bottom, #6f6f6f 0%,#878787 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#878787',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}

/*文字
------------------------------------------------------------*/

.bun{
	display:inline-block;
	padding:15px 30px;
    /*
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
    */
	margin:0px;
	background-color:#fff;
    
	
}
.bun p,.bun_1 p,.bun_1_1 p,
.bun ol,.bun_1 ol,.bun_1_1 ol{
	line-height:1.8;	
	font-size:110%;
}


.bun table{
	width: 100%;
	font-size: 110%;
}


.bun li{
	/*
    line-height:1.8;	
	font-size:120%;
    */
}


.bun_0{
	display:inline-block;
	padding:15px 20px;
	margin:0 15px;
	font-size:120%;
	line-height:1.8;
	
}


div.bun_2{
	float:right;
    background: #ffe100;
    display: inline-block;
    position: relative;
    width: 60%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-top:20px;
    margin-left: 0px;
	padding:15px;
	margin-right:35px;
	font-size:120%;
}
div.bun_2:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-right-color: #ffe100;
    position: absolute;
    left: -20px;
    top: 30%;
    margin-top: -9px;
}


div.bun_3{
	float:left;
    background: #bbdc11;
    display: inline-block;
    position: relative;
    width: 65%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-top:10px;
    margin-left: 20px;
	padding:15px;
	margin-right:0px;
	font-size:120%;
	
}

@media only screen and (max-width: 640px){
	
	.bun{
	
	padding:10px 5px;
  
	
}
	div.bun_3{
		width: 85%;
	}
	
	div.bun_3:before {
		border-left-color: #fff;
	}
	
	.bun_0{
	
	padding:10px 0px;
	
	
}
}


div.bun_3:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-left-color: #bbdc11;
    position: absolute;
    right: -20px;
    top: 30%;
    margin-top: -9px;
}

div.bun_3:after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
    border-left-color: #fff;
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -8px;
}

.bun_3 img{
	margin-top:-10px;
	margin-left:-10px;
	margin-right:10px;
}

.bun_3_title{
	font-size:130%;
	line-height:2.4;
	margin-top:-15px;
	
	
}


div.bun_3_1{
	float:left;
    background: #bbdc11;
    display: inline-block;
    position: relative;
    width: 150px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-top:10px;
    margin-left: 20px;
	padding:15px;
	margin-right:0px;
	font-size:120%;
	
}

div.bun_3_2{
	float:left;
    background: #bbdc11;
    display: inline-block;
    position: relative;
    width: 150px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-top:10px;
    margin-left: 20px;
	padding:15px;
	margin-right:0px;
	font-size:120%;
	
}
div.bun_3_1:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-left-color: #bbdc11;
    position: absolute;
    right: -20px;
    top: 30%;
    margin-top: -9px;
}

div.bun_3_1:after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
    border-left-color: #fff;
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -8px;
}

.bun_3_1 img{
	margin-top:-10px;
	margin-left:-10px;
	margin-right:10px;
}

.bun_3_1_title{
	font-size:130%;
	line-height:2.4;
	margin-top:-15px;
	
	
}


.bun_3_2 img{
	margin-top:-10px;
	margin-left:-10px;
	margin-right:10px;
}

.bun_3_2_title{
	font-size:130%;
	line-height:2.4;
	margin-top:-15px;
	
	
}



div.bun_4{
	float:left;
    background: #efefef;
    dispay: inline-block;
    position: relative;
    width: 65%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-top:10px;
	margin-left:20px;
	padding:15px;
	margin-right:5px;
	font-size:120%;
	line-height:2;

	
}

div.bun_4 p{
	
	margin-left:40px;
}
div.bun_4:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-left-color: #efefef;
    position: absolute;
    right: -20px;
    top: 30%;
    margin-top: -9px;
}

div.bun_4:after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
    border-left-color: #fff;
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -8px;
}

.bun_4 img{
	margin-top:-10px;
	margin-left:-10px;
	margin-right:10px;
}

.bun_4_title{
	font-size:130%;
	line-height:2.4;
	margin-top:-15px;
	
	
}

.bun_4 .yoyaku_1{
	font-size:140%;
	font-weight:bold;
	color:#00bfff;
	margin-left:0px;
}


.bun_4 .yoyaku_2{
	font-size:140%;
	font-weight:bold;
	color:#ff3590;	
	margin-left:0px;
}


.bun_4 .yoyaku_3{
	background:#FFF;
	border-radius:6px;
	font-size:110%;
	font-weight:bold;
	text-align:left;
	color:#00bfff;
	padding:10px 20px;
	margin:10px 20px;
	width:60%;
	
}





div.bun_5{
	float:left;
    background: #bbdc11;
    display: inline-block;
    position: relative;
    width: 40%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-top:10px;
    margin-left: 20px;
	padding:15px;
	margin-right:0px;
	font-size:120%;
	
}
div.bun_5:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-left-color: #bbdc11;
    position: absolute;
    right: -20px;
    top: 30%;
    margin-top: -9px;
}

div.bun_5:after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
    border-left-color: #fff;
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -8px;
}

.bun_5 img{
	margin-top:-10px;
	margin-left:-10px;
	margin-right:10px;
}

.bun_5_title{
	font-size:120%;
	line-height:2.4;
	margin-top:-15px;
	
	
}


.bun_6{
	font-size:120%;
	padding:10px 10px;
	width:100%;
	color:#000;

	

}




/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:1140px;
}

#header{
overflow:hidden;
}

#content{
float:right;
width:855px;
padding:15px 0 20px;


}

#sidebar{
float:left;
width:270px;
padding:15px 0 20px;
}

#footer{
clear:both;
} 


.ansin{
	margin-left:30px;
}


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:0 5px 0;
font-size:80%;
font-weight:normal;
color:#fff;

}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding-top:5px;
padding-left:5px;
padding-bottom:0px;
color: #515151;
font-size:160%;
font-weight:bold;
}


/* コンタクト
----------------------------------*/
.contact{
float:right;
text-align:right;
color:#ff0000;
font-size:120%;
}

.contact a{color:#ff0000;}

.contact a:hover{color:#0000ff;}




/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
line-height:0;
text-align:center;
z-index:0;
background:url(images/banners2/back.jpg) repeat-x center top;
margin-top:1px;
margin-bottom:1px;
}

#mainImg_sp{
display: none;
}

.osusume_sp{display: none;}



.top_2_sp{
	display: none;
}

@media only screen and (max-width: 640px){
	
	#mainImg{
display: none;
}
	
	#mainImg_sp{
display:block;
		width: 100%;
		
	
	}
	
	#mainImg_sp img{

		width: 100%;
	
	}
	
	.top_2{display: none;}
	
	.top_2_sp{display: block;
	width: 100%;}
	
	.top_2_sp img{width:100%;}
	
	.osusume{display: none;}
	
	.osusume_sp{display: block;
	width: 100%;
	text-align: center;
	}
	
	.osusume_sp img{
		display: block;
		width: 100%;
		padding-bottom: 10px;
	}
	
	
}

.post{
margin:0 0 20px 0;
padding:20px 10px 20px 20px;
border:1px solid #ccc;
background: #fff;
box-shadow:0px 0px 4px #ccc;
   
    

}

.post01{
margin:0 0 20px 0;
padding:20px 10px 20px 20px;
border:1px solid #d5d5d5;
background: #fff;
}
/*
.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}
*/
.toppage{padding:10px 10px 20px 20px;}

/*おすすめメニュー
----------------------------------*/
.osusume_waku{
	width:100%;	
	text-align:center;
	margin-top:5px;
}

.osusume_waku img{
	margin:10px;
	
}
/*レター
----------------------------------*/


.letter{
	width:100%;
	background:url(images/banners2/note_1.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:20px;
	
	
}

.letter h6.lady,.letter h6.men{
	padding-left:110px;
	padding-top:10px;	
}


.letter p.lady,.letter p.men{
	padding-left:110px;
	padding-top:10px;
	font-size:110%;
	width:78%;
}

.letter p.men{
	padding-bottom:10px;
	
}

.letter div{
	width:90%;
	margin:0 auto;
	
	
}

.letter img{
	
	margin-top:40px ;
	margin-bottom:5px;
	margin-left:10px;
}


.letter_2{
	width:100%;
	background:url(images/banners2/note_1.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0 auto;
	text-align:center;
	
	
}

.letter_2 div{
	width:90%;
	margin:0 auto;
	
	
}

.letter_2 img{
	
	margin:40px 10px;
	
}

/*Q&A
----------------------------------*/
p.qa_q{
	margin-left:50px;
	display:block;
	width:80%;
	height:100%;
	background:url(images/banners2/Q.png) no-repeat left;
	padding-left:55px;
	padding-top:20px;
	
	color:#ff931e;
}

p.qa_a{
	margin-left:50px;
	
	display:block;
	width:80%;
	height:100%;
	background:url(images/banners2/A.png) no-repeat left;
	padding-left:55px;
	padding-top:20px;
	
	color:black;
	margin-bottom:20px;
	
}


/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #dcdcdc;
}

.list:last-child{border:0;}

.post .list p{padding:10px;}

.list span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/

/*
h2.title{
clear:both;
margin:0;

padding:5px 10px 5px 10px;
font-size:110%;
color:#45acff;
border-left:5px solid #45acff;

}
*/

h2.title{
	
height:50px;
background-image:url("images/banners2/h2_back.png");
background-position:left;
	background-repeat:no-repeat;
	color:#fff;
	padding-left:70px;
	padding-top:25px;
	font-weight:normal;
	font-size:140%;
			
}

.entry-content h2{


	

}
.dateLabel{
text-align:right;
font-weight:bold;
color:#858585;
}
/*
.post p{padding-bottom:15px;}
*/
/*
.post ul{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}
*/
/*
.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}
*/
.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}
/*
.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #333;
border-bottom:2px solid #515151;
}
*/

/*
.post h3{
	font-size:100%;
	font-weight:normal;
	color:#008000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009000;
	background-image: url(images/h3_default.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-left: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
}
*/

h3{
		font-size:120%;
	font-weight:normal;
	padding-left: 5px;
	
}

.post01 h3 {
	font-size:120%;
	font-weight:normal;
	color:#008000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009000;
	background-image: url(images/h3_default.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
}


.post h3.riyuu01{
	font-size:120%;
	font-weight:normal;
	color:#2e2c2c;
	background-image: url(images/h3_riyuu_01.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 70px;
	clear: right;
}

.post h3.riyuu02{
	font-size:120%;
	font-weight:normal;
	color:#2e2c2c;
	background-image: url(images/h3_riyuu_02.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 70px;
	clear: right;
}

.post h3.riyuu03{
	font-size:120%;
	font-weight:normal;
	color:#2e2c2c;
	background-image: url(images/h3_riyuu_03.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 70px;
	clear: right;
}

.post h3.riyuu04{
	font-size:120%;
	font-weight:normal;
	color:#2e2c2c;
	background-image: url(images/h3_riyuu_04.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 70px;
	clear: right;
}

.post h3.riyuu05{
	font-size:120%;
	font-weight:normal;
	color:#2e2c2c;
	background-image: url(images/h3_riyuu_05.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 70px;
	clear: right;
}
/*--
.post h4{
	margin:10px 0;
	font-size:100%;
	font-weight:normal;
	color:#2e2c2c;
}
*/

.post h4.lady{
	font-size:100%;
	font-weight:bolder;
	color:#FF00FF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF00FF;
	background-image: url(images/h4_lady.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 75px;
	height: auto;
	padding-top: 24px;
	padding-bottom: 24px;
}

.post h4.men{
	font-size:100%;
	font-weight:bolder;
	color:#0000FF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	background-image: url(images/h4_men.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 77px;
	height: auto;
	padding-top: 24px;
	padding-bottom: 24px;
}

.post h4.trig01{
	font-size:120%;
	font-weight:normal;
	color:#008000;
	background-image: url(images/h4_trigger_01.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 15px;
	height: auto;
}

.post h4.trig02{
	font-size:120%;
	font-weight:normal;
	color:#008000;
	background-image: url(images/h4_trigger_02.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 15px;
	height: auto;
}

.post h4.trig03{
	font-size:120%;
	font-weight:normal;
	color:#008000;
	background-image: url(images/h4_trigger_03.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 15px;
	height: auto;
}

.post h4.trig04{
	font-size:120%;
	font-weight:normal;
	color:#008000;
	background-image: url(images/h4_trigger_04.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 15px;
	height: auto;
}

.post h4.trig05{
	font-size:120%;
	font-weight:normal;
	color:#008000;
	background-image: url(images/h4_trigger_05.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
}

.post h5{
margin:10px 0;
font-size:100%;
font-weight:normal;
color:#2e2c2c;
border-bottom:1px solid #515151;
}

.post h5.mail{
	font-size:130%;
	font-weight:normal;
	color:#000099;
}

.post h6{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#2e2c2c;

}

.post h6.lady{
	font-weight:normal;
	color:#FF00FF;
	
}

.post h6.men{
	
	font-weight:normal;
	color:#0000FF;

}


.post p.bg_cream_border_blueviolet{
	border: 3px solid #666;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #FFC;
}

.post p.q{
	padding-bottom:10px;
	background-image: url(images/Q.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 4px;
}

.post p.a{
	padding-bottom:10px;
	background-image: url(images/A.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 4px;
	margin-bottom: 5px;
}

.post p.bg01{
	padding-bottom:17px;
	background-image: url(images/p_bg_01.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 17px;
	margin-bottom: 5px;
	color: #FFF;
}

.post p.trigger{
	padding-bottom:15px;
	padding-left: 40px;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #515151;
}

.post ul{margin: 0 0 10px 10px;
			list-style-type:none;}

.post ul li.check{
	margin-bottom:5px;
	padding-left:28px;
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-bottom: 3px;
	padding-top: 5px;
	margin-left: 0px;
}

.post01 p{padding-bottom:15px;}

.post01 img{max-width:100%;height:auto;}

.post01 ul{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 5px;
}

.post01 ul li{
	margin-bottom:15px;
	padding-left:5px;
	margin-right: 10px;
	float: left;
}

.post p.pr{
	padding-bottom:5px;
	font-size: 110%;
	color: #00F;
	line-height: 25px;
}

.post p.bg_cream{
	padding-bottom:15px;
	background-color: #fff3b8;
	padding-top: 10px;
	margin-bottom: 10px;
}

.post p a{
	padding-bottom:15px;
	color: #00F;
}

.post p a:hover{
	padding-bottom:15px;
	color: #FF0000;
}

.post ol li a{
	padding-bottom:15px;
	color: #00F;
}

.post ol li a:hover{
	padding-bottom:15px;
	color: #FF0000;
}

.post01 ol{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.post01 ol li{list-style:decimal;}

.post01 ol li a{
	padding-bottom:15px;
	color: #00F;
}

.post01 ol li a:hover{
	padding-bottom:15px;
	color: #FF0000;
}

.post01 ul li a{
	padding-bottom:15px;
	color: #00F;
}

.post01 ul li a:hover{
	padding-bottom:15px;
	color: #FF0000;
}
/* 自作終わり
*****************************************************/

/* google_map（自作）開始　
-------------*/
.g_map {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 20px;
}
.g_map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* google_map（自作）終了　
-------------*/

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:10px;
border: #ccc solid;
border-width: 0 0 1px 1px;
background:#efede7;
}
tbody tr th {
}
tbody tr th {
}
tbody tr th {
}




.post table td{
padding:10px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 10px 10px 15px 15px;
display:inline;
}

h3.alignright, h3.alignleft{
margin: 10px 10px 15px 15px;
display:inline;
width:220px;
}

img.alignright_2, img.alignleft_2{
margin: 10px 10px 0px 5px;
display:inline;
padding:5px;
border:1px solid #bbdc11;
}


img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}

img.alignright, img.alignleft{
margin: 10px 10px 15px 15px;
display:inline;
}

.alignright img, .alignleft img{
margin: 10px 10px 15px 15px;
display:inline;
}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget ul, .widget_search, #calendar_wrap, .textwidget{
margin:0 0 20px 0;
padding:10px 10px 10px 17px;
border:1px solid #45acff;
background: #fff;
box-shadow:0px 0px 3px #45acff;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
}

p.banner{
	text-align:center;

margin-bottom:15px;
}

@media only screen and (max-width: 640px){

p.banner img{
	
    width:55%;
}

}

p.banner img{
width:260px;
height:auto;
border:1px solid #eee;
	padding:5px;
}

/* 自作始め
------------------------------------------------------------*/  
p.banner01{padding-bottom:15px;}

p.banner01 img{
max-width:233px;
height:auto;
}

p.banner815{
	padding: 0px;
}

p.banner815 img{
width:100%;
height:auto;
}

p.banner430{padding-left:5px;}

p.banner430 img{
max-width:430px;
height:auto;
}

p.banner700{text-align:center;}

p.banner700 img{
max-width:700px;
height:auto;
}

p.banner200{
	float:left;
	}

p.banner700 img{
max-width:700px;
height:auto;
}


p.banner195 img{
	
	margin:10px;
	
	
	
}
/*
p.banner195 img:hover{

cursor:pointer;
opacity:.8;

}
*/


/* 自作終わり
------------------------------------------------------------*/  

p.banner a:hover{
	
cursor:pointer;
opacity:.8;

}

section.widget h3{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #45acff;
border-bottom:0;
color:#fff;
background:#45acff;
box-shadow:0px 0px 3px #45acff;
}


section.widget li{
	
	list-style:none;
	
}


section.widget li a{
display:block;
padding:7px 0 7px 12px;

border-bottom:1px dashed #dcdcdc;
color:#45acff;
}

section.widget li:last-child a{border:0;}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:90px;
vertical-align:bottom;
}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{font-weight:bold;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #d5d5d5;
border-bottom:0;
color:#000;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(images/arrow.gif) no-repeat 0 5px;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #dcdcdc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#6f6f6f;}



/* フッター
*****************************************************/
#footer ul{
padding:15px 0 25px;
text-align:center;
}

#footer li{
display:inline-block;
padding: 5px 16px;
border-left:1px dotted #d5d5d5;
}
*:first-child+html #footer li{display:inline;}

#footer li:first-child{border:0;}

#footer li a{
text-decoration:none;
color:#000;
}

#footer li a:hover{color:#999;}

#footer ul ul{display:none;}

#copyright{
clear:both;
padding:10px 0 37px;
text-align:center;
color:#000;
font-size:10px;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事4件
------------------------------------------------------------*/
ul.post{
padding:0;
}

ul.post li{
margin:0 10px;
padding:20px 0 15px;
border-bottom:1px dashed #dcdcdc;
}

ul.post li:last-child{border:0;}

ul.post img{
float:left;
margin:0 15px 5px 10px;
}

ul.post h3{
margin:0 0 10px 10px;
font-size:14px;
font-weight:normal;
color:#333;
border:0;
}



/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
nav#mainNav{
clear:both;
position:relative;
z-index:200;
width:100%;
background:#3fa9f5;
	/*
	overflow-y: scroll;
	*/
}

nav#mainNav .inner{
padding-left:1px;
border-left:1px solid #6bbcd2;
}

nav#mainNav ul li{
float: left;
position: relative;
border-right:1px solid #6bbcd2;
}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
color:#fff;
height:35px;
line-height:45px;
font-size:110%;
margin-right:1px;
padding:10px 40px 0;
}

nav#mainNav ul li a span,nav#mainNav ul li a strong{
display:block;
font-size:100%;
line-height:1.2;
}

ul.sub-menu li{
	display:block;
	height:20px;
	line-height:1.5;
	
	
}

nav#mainNav ul li a span{
font-size:70%;
color:#f7eec1;
font-weight:normal;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover span, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-parent a{
color:#f7eec1;
}

nav#mainNav ul ul{
width:100%;
border-top:0;
}

nav#mainNav ul li ul{display: none;}

nav#mainNav ul li:hover ul{
display: block;
position: absolute;
top:45px;
left:-1px;
z-index:500;
}

nav#mainNav ul li li{
margin:0;
float: none;
height:40px;
line-height:40px;
width:100%;
background:#5CAEFF;
border-bottom:1px dotted #6bbcd2;
padding-top:17px;
}

nav#mainNav ul li li:last-child{border:0;}

nav#mainNav ul li li a{
width:100%;
height:40px;
padding:0px;
line-height:40px;
font-size:105%;
text-align:center;
}

nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover{color:#f7eec1;}

nav div.panel{
display:block !important;
float:left;
}
  
a#menu{display:none;}
}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	
	
	/* グローバルナビ */

	#globalNavi{
		background-image:url("images/menu-back.png");
	background-repeat: repeat;
		    padding-left: 10px;
	}

	
	
	nav.open {
	  transform: translate(0);
	}
	
	
	div.menu-menu,div.menu-tel,div.menu-map{
		display: block;
		width: 32%;
		float: left;
	}
	
	div.menu-tel{
		margin-right: 3px;
	}
	div.menu-menu a img,div.menu-tel a img,div.menu-map a img{
		width: 100%;
		}
	
	
	
	nav#mainNav{
	clear:both;
	width:880px;
	margin:0px;
	
	}
	
	nav#mainNav a.menu{
	width:100%;
	background:#3fa9f5!important;
	display:block;
	font-weight: bold;
	text-align:left;
  	background:  no-repeat 5px 8px;
	color: #fff;
		padding: 8px;
	}
	
	nav#mainNav a#menu span{padding-left:15px;}
	
	nav#mainNav a.menuOpen{
	
	
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #e5e5e5;
	background:#fbfaf9;
		width: 300px;
		color: #000;
	}
	
	nav#mainNav ul li:last-child a{border:0;border-radius:0 0 6px 6px;}
	nav#mainNav ul li li:last-child a{border:0;border-radius:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #e5e5e5;}

 	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	background:#fff;
	}
	
	nav#mainNav ul li.current-menu-item li a{color:#777}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
  padding-left:40px;
	background:#fbfaf9 url(images/sub1.png) no-repeat 20px 18px;}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		background:#fff url(images/sub1.png) no-repeat 20px -62px;}
	
	nav#mainNav ul li li:last-child a{background:#fbfaf9 url(images/subLast.png) no-repeat 20px 20px;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#fff url(images/subLast.png) no-repeat 20px -65px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
	
	nav#mainNav a {
    color: #45acff!important;
}

	
	
	
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, .inner{width:100%;}

	#header{width:100%;padding:0;}
	
	.contact{padding:10px 0 10px;}

	#mainImg img{width:98%;height:auto;}

	#content, #sidebar{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}
	
	.menu-menu img{
		width: 100px;
	}
	
	.banner{width:100%;margin:0 auto;text-align:center;}
  p.banner img{width:95%;height:auto;}
  
/* 自作始め
------------------------------------------------------------*/  
  	.banner01{width:100%;margin:0 auto;text-align:center;}
  p.banner01 img{width:100%;height:auto;}
  
    	.banner293{width:100%;margin:0 auto;text-align:center;}
  p.banner293 img{width:100%;height:auto;}
  
      	.banner195{width:100%;margin:0 auto;text-align:center;}
  p.banner195 img{width:100%;height:auto;}

      	.banner195_02{width:100%;margin:0 auto;text-align:center;}
  p.banner195_02 img{width:100%;height:auto;}
  
        .bg_cream{width:100%;margin:0 auto;text-align:center;}
  p.bg_cream img{width:100%;height:auto;}
/* 自作終わり
------------------------------------------------------------*/  
	
	section.widget_search{text-align:center;}
	
	#footer li{margin-bottom:10px;}
	
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	body{background-position:0 -25px;}
	#header h1{color:#333;}
	#header h2 img{max-width:100%;}
	nav#mainNav{width:100%;}
	#header{text-align:center;}
	#header h2,.contact{float:none;}
	.contact{padding:0 0 20px;}
	.contact p{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	
	.post {
    margin: 0 0 5px 0;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0px 0px 4px #ccc;
}
	
	
.bun{
	display:inline-block;
	padding:0px ;
    /*
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
    */
	margin:0;
	background-color:#fff;
    
	
}
	


.letter{
	width:100%;
	background:none;
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:20px;
	
	
}

.letter h6.lady,.letter h6.men{
	padding-left:5px;
	padding-top:10px;	
}


.letter p.lady,.letter p.men{
	padding-left:5px;
	padding-top:10px;
	font-size:110%;
	width:95%;
}

.letter p.men{
	padding-bottom:10px;
	
}

.letter div{
	width:100%;
	margin:0 auto;
	
	
}

.letter img{
	
	margin-top:10px ;
	margin-bottom:5px;
	margin-left:10px;
}	


div.bun_2{
	float:none;
    background: #ffe100;
    display: inline-block;
    position: relative;
    width:90%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-top:0px;
    margin-left: 10px;
	padding:10px;
	margin-right:5px;
	font-size:100%;
}
div.bun_2:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    
    position: absolute;
    left: 0px;
    top: 30%;
    margin-top: -9px;
}


div.bun_3{
	float:left;
    background: #bbdc11;
    display: inline-block;
    position: relative;
    width: 90%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-top:0px;
    margin-left: 0px;
	padding:15px;
	margin-right:0px;
	font-size:100%;
	margin-bottom:15px;
	
}

div.bun_3:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    
    position: absolute;
    right: 0px;
    top: 30%;
    margin-top: -9px;
}

div.bun_3:after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
   
    position: absolute;
    right:0px;
    top: 50%;
    margin-top: -8px;
}

.bun_3 img{
	margin-top:-10px;
	margin-left:-10px;
	margin-right:10px;
}

.bun_3_title{
	font-size:110%;
	line-height:1.2;
	margin-top:-10px;
	font-weight:bold;
	
	
}


img.alignright_2, img.alignleft_2{
margin: 10px 10px 0px 0px;
display:inline;
padding:5px;
border:1px solid #bbdc11;
}
/*Q&A
----------------------------------*/
p.qa_q{
	margin-left:5px;
	display:block;
	width:80%;
	height:100%;
	background:url(images/banners2/Q.png) no-repeat left;
	padding-left:55px;
	padding-top:20px;
	
	font-size:110%;
	color:#ff931e;
	vertical-align:top;
}

p.qa_a{
	margin-left:5px;
	
	display:block;
	width:80%;
	height:100%;
	background:url(images/banners2/A.png) no-repeat left;
	padding-left:55px;
	padding-top:20px;
	font-size:110%;
	color:#3fa9f5;
	margin-bottom:20px;
	
}



div.bun_4{
	
    background: #efefef;
    dispay: inline-block;
    position: relative;
    width: 85%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-top:10px;
	margin-left:5px;
	padding:10px;
	margin-right:5px;
	font-size:110%;
	line-height:1.5;
}

div.bun_4 p{
	
	margin-left:20px;
}
div.bun_4:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;

    position: absolute;
    right:0px;
    top: 30%;
    margin-top: -9px;
}

div.bun_4:after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;

    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
}

.bun_4 img{
	margin-top:-10px;
	margin-left:-10px;
	margin-right:10px;
}

.bun_4_title{
	font-size:110%;
	line-height:1.5;
	margin-top:-15px;
	
	
}

.bun_4 .yoyaku_1{
	font-size:120%;
	font-weight:bold;
	color:#00bfff;
	margin-left:0px;
}


.bun_4 .yoyaku_2{
	font-size:120%;
	font-weight:bold;
	color:#ff3590;	
	margin-left:0px;
}


.bun_4 .yoyaku_3{
	background:#FFF;
	border-radius:6px;
	font-size:110%;
	font-weight:bold;
	text-align:left;
	color:#00bfff;
	padding:10px 20px;
	margin:10px 20px;
	width:60%;
	
}



div.bun_5{
	
    background: #bbdc11;
    display: inline-block;
    position: relative;
    width:90%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-top:0px;
    margin-left: 0px;
	padding:15px;
	margin-right:0px;
	font-size:100%;
	margin-bottom:20px;
	
}
div.bun_5:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
   
    position: absolute;
    right: -20px;
    top: 30%;
    margin-top: -9px;
}

div.bun_5:after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
   
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -8px;
}

.bun_5 img{
	margin-top:-10px;
	margin-left:-10px;
	margin-right:10px;
}

.bun_5_title{
	font-size:110%;
	line-height:2.4;
	margin-top:-15px;
	
	
}

.contact{
float:right;
text-align:right;
color:#ff0000;
font-size:120%;
width:100%;
}

.contact table img{ 
	width:100%;
}

.letter p.lady, .letter p.men {
    padding-left: 5px;
    padding-top: 10px;
    font-size: 110%;
    width: 95%;
}

}

.bg_yellow {
	background-color: #FF0;
}
.clear {
	clear: both;
}
.text_mediumslateblue {
	color: #7b68ee;
	font-size: 120%;
}
.text_red {
	color: #Fff;
    padding:5px 15px;
    background:#aaa;
}




.img_1 {
    display:block;
    width: 100%;
    text-align:center;
	margin-bottom: 15px;
   
}

.price_font {
    font-size: 20px;
}

.kojinsa {
    text-align: center;
    font-size: 12px;
}

.bun_1 {
    display:block;
	padding:15px 30px;
	border-left:1px solid #ccc;
	margin:0;
	background-color:#fff;
    font-size: 15px;
    width: 550px;
    
    
}



.bun_1_1 {
    display:block;
	padding:15px 0px 15px 30px;
	border-left:1px solid #ccc;
	margin:0;
	background-color:#fff;
    font-size: 15px;
    width: 480px;
}


img.woman_img{width: 120px;}

@media only screen and (max-width: 640px){
	.bun_1{
		width: 90%;
	}
	.bun_1_1{
		width: 90%;
	}
	
	img.woman_img{width: 80px;padding-top: 20px;}
	
	
 
/* 固定 */
.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
}
	
	
	
	
	
	
}

.waku_3{
    display:block;
    width:80%;
    margin-top:5px;
    padding:5px 15px;
    border:1px solid #aaa; 
}

.waku_4 {
    border:1px solid #FC0;
    padding:15px ;
}

table.ukeruke{
    max-width:500px;
    width:100%;
	border:1px solid #45acff;
    
}

table.ukeruke th {
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    
    background: #45acff;
    color: #fff;
}

table.ukeruke td {
    border-right: 1px #45acff solid;
    border-bottom: 1px #45acff solid;
}

.post table.ukeruke th {
    border:1px #fff solid;
    background: #45acff;
    color:#fff;
}

.post table.ukeruke td {
    border: 1px #45acff solid;
}
table.ukeruke th,table.ukeruke td{
    text-align:center;
    padding:8px 5px;
    
}



@media only screen and (max-width: 640px){
	
.mainNav-sp{
	display: block;
	
}
	
	
	.mainNav-pc{
	display: none;
}
 

	
.contact{
float:none;
text-align:center;
padding: 0 0 5px;
}

nav#mainNav {
    margin: 0px;
   }
nav#mainNav a {
    color: #45acff!important;
}
	
    
}


    p.banner250{
	padding: 5px 30px;
        
        
}

p.banner250 img{
    
    width:100%;
}


div.block_1{
	display: block;
    width: 320px;
    float: left;
    margin: 10px;
}


