﻿/*Basics*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

html, html a {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

a {
 word-break: break-all;
}

html, body {
	min-height: 100%; 
}

body {
	font-size: 17px;
	color: #444;
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: #fff; 
}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: 700;
	color: #444;
	margin: 0;
	padding: 0; 
}

h2 { font-size: 35px;}
h3 { font-size: 41px;}
h4 { font-size: 32px;}
h5 { font-size: 21px;}
h6 { font-size: 18px;}

h3, h4 {
	position: relative;
	padding-bottom: 28px;
}

h3:after, h4:after{
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*border-bottom: 2px solid #b1a492;*/
}

.noline h4 {
	position: relative;
}

h4.noline:after{
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: none;
}


p {
	line-height: 1.6;
	margin: 20px 0;
}

.subtitle, .category {
	font-size:12px;
	color: #777;
	text-align: center;
}

.subtitle, .category,.wfont{
	color: #ffffff;
	text-align: center;
}


img, embed, object, video {
	max-width: 100%; }


ul, li {
	list-style: none;
	margin: 0;
	padding: 0; 
}

a {
	text-decoration: none; 
	color: #061287;
}

a:hover {
	text-decoration: none;
	color: #74320A;
}

::selection {
	background: #e59361;
	color: #fff;
}

.clear {
	clear: both;
}
	
.wrapper {
	max-width: 1180px;
	margin: 0 auto;
	position: relative; 
}

.wrapper2 {
	max-width: 1180px;
	margin: 0 auto;
	position: relative; 
}

.wrapper2 li {
   text-indent: -1em;
   padding-left: 1em;
}

input[type=text] {
	border: 2px solid #444;
	background: #fff;
	font-size: 17px;
	color: #444;
	padding: 16px;
	border-radius: 999px;
	width: 280px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.buttons {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

a.button-1, a.button-2, button {
	color: #fff;
	background: #e32526 ;
	border: 2px solid #e32526 ;
	border-radius: 999px;
	margin-top: -2px;
	margin-left: 10px;
	font-family: 'Oxygen', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.1em;
	display: inline-block;
	width: 280px;
	margin: 10px;
	text-align: center;
	padding: 18px 0;
}

a.button-1:hover {
	border-color: #f2a613;
	background-color: #fd8a5b;
}

a.button-2 {
	border-color: #444;
	background: none;
	color: #444;
}

a.button-2:hover {
	background: #444;
	color: #fff;
}

.tango{display:inline-block;}


@media only screen and (max-width: 640px) {
	a.button-1, a.button-2 {
		font-size: 16px;
		margin: 5px;
	}
}




/*Banner*/

#banner {
	height: 800px;
	background:#fff7ef url(../images/header_top.jpg) no-repeat center;
	position: relative;
	padding: 1px 0 0 0;
}

#banner .wrapper {
	text-align: center;
	margin-top: 230px;
}

#banner .wrapper2 {
	text-align: center;
	margin-top: 230px;
}


#banner h2 {
	margin: 20px auto 20px auto;
	padding: 0 5%;
	opacity: 0.9;
	color: #e32526;
	font-size: 60px;
	text-align: center;
	font-weight: 700;
}

#banner .subtitle {
	font-size: 18px;
	letter-spacing: 0.1emx;
	margin: 0 auto;
	color: #e32526;
	margin-bottom: 40px;
}

#banner .button-2 {
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	margin: 0;
	color: #e0dad4;
	
}



#banner p {
	font-family: 'Droid Serif', Times, Georgia, serif;
	font-style: italic;
	width: 70%;
	#banner h2 {
		font-size: 48px;
		margin-top: 20px;
		padding: 0;
		width: 100%;
	}
	#banner .wrapper { 
		margin: 50px auto;
	}
	#banner p {
		width: 90%;
	}
	#banner {
		height: auto;
		padding: 40px 0;
	}
}

/*Featured Articles Section Section*/

.featured-articles-section {
	text-align: center;
	padding: 30px 0;
	background: #fff;
}

.featured-articles-section2 {
    background:#f9fff4;
    text-align: left;
	padding: 30px 20px;
}

.featured-articles-section2 .text.align-center {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.cards-container {
	margin: 60px auto;
}

.article-card {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin: 10px;
	border-radius: 10px;
}

.article-card.article-card-alt {
	background-color: #e6e4e1;
}

.article-card.article-card-alt h4 {
	color: #ffff;
}

.article-card.article-card-alt h4:after {
	border-color: #3c3834;
	opacity: .6;
}

.article-card.article-card-alt .category, 
.article-card.article-card-alt p, 
.article-card.article-card-alt p a {
	color: #3c3834;
}

.article-card-content {
	width: 90%;
	margin: 15% auto;
}

.article-card .category {
	color: #fff;
	text-shadow: 5px 4px 10px #333333;
}

.article-card h4 {
	color: #EC2BB5;
	 text-shadow: 5px 4px 10px #AD5355;
}

.article-card p, .article-card p a {
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-style: italic;
	font-size: 16px;
	color: #333333;
	width: 90%;
	margin: 25px auto 0 auto;
    text-shadow: 5px 4px 10px #1A680E;
	background-color:#ffffff;
	opacity: 0.75;
	}

.article-card.card-large p {
	width: 60%;
}


.article-card h4:after {
	border-color: rgba(255, 255, 255, .6);
}

.article-card.card-large {
	width: 790px;
	height: 520px;
}

.article-card.card-medium {
	width: 520px;
	height: 420px;
}

.article-card.card-small {
	width: 250px;
	height: 250px;
}

.article-group {
	float: left;
}

.article-group .article-card {
	float: none;
}

@media only screen and (max-width: 1079px) {
	.cards-container {
		width: 800px;
	}
	.article-card.card-large {
		width: 510px;
	}
	.article-card.card-medium {
		width: 380px;
	}
	.article-card.card-large p {
		width: auto;
	}
}

@media only screen and (max-width: 799px) {
	.cards-container {
		width: 80%;
	}
	.article-card.card-large, .article-card.card-medium {
		width: 95%;
		margin: 2.5% 2.5%;
	}
	.article-card.card-small {
		width: 45%;
		margin: 1.25% 2.5%;
	}

.article-card h4{font-size:24px;}
  
.article-card p{font-size:12px;}

h4.iro_g{font-size:26px;}
h4.iro_k{font-size:26px;}
h4.iro_n{font-size:26px;}

}
	
@media only screen and (max-width: 480px) {
	.article-card.card-small {
		width: 95%;
		margin: 2.5% 2.5%;
	}

.article-card h4{font-size:24px;}
  
.article-card p{font-size:10px;}

h4.iro_g{font-size:26px;}
h4.iro_k{font-size:26px;}
h4.iro_n{font-size:26px;}


}


/*Full Width Section*/

.full-width-section {
	text-align: left;
	padding: 50px 0 80px;
	max-height:870px;
    background-color:#c3d8e0;
    background-image: url("../images/bg_grade.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

.full-width-section .subtitle {
	color: #061287;
	font-size: 14px;
	margin-bottom: 40px;
}



.full-width-section h2 {
  	margin-top: 40px;
	margin-bottom: 40px;
   
}

.full-width-section p {
	font-size: 16px;
    color:#ffffff;
  text-shadow: 5px 4px 10px #0882cf;
	margin-bottom: 50px;
}

.full-width-section .text.align-left {
	float: left;
	width: 60%;
	padding: 0 10% 0 40px;
}


.full-width-section .text.align-right{
	float: right;
	width: 60%;
	padding: 0 40px 0 10%;
}

.full-width-section .text.align-center {
  	margin: 0 auto!important;
	text-align: center!important;
	width: 80%;
}

.full-width-section .text.align-center p.subtitle {
	text-align: center!important;
}


.full-width-section ul.list-checkmarks {
	margin-top: 40px;
}

ul.list-checkmarks li {
	text-align: left;
	list-style-image: none;
	background: url(images/checkmark.png) top left no-repeat;
	background-position: 0 2px;
	margin: 10px 0;
	padding: 0 10px 10px 40px;
}

@media only screen and (max-width: 1024px) {
	.full-width-section {
      padding: 50px 0;
	}
}




@media only screen and (max-width: 720px) {
	.full-width-section .text {
		float: none!important;
		text-align: left;
	}
	.full-width-section .text.align-right, 
	.full-width-section .text.align-left,
  	.full-width-section .text.align-center,
	.full-width-section .image.align-right,
  	.full-width-section .image.align-center,
	.full-width-section .image.align-left {
		width: 100%;
	}
	.full-width-section .image {
		float: none!important;
		width: 80%!important;
		padding: 0 20px;
		margin: 0 auto 60px auto;
	}
	.full-width-section .text p.subtitle {
		text-align: center;
	}
	.full-width-section h2 {
		font-size: 25px;
	}
  
  	.full-width-section {
        background-color:#c3d8e0;
		background-image: url("../images/bg_grade_ss.jpg");
      	background-repeat: no-repeat;
	   	background-position: center;
	}
  
  
  
}


/*Services Section*/

.services-section {
	text-align: center;
	padding: 10px 0;
	background: #fff;
}

.services-section .subtitle {
	color: #cd853f;
	color: rgba(205, 133, 63, .8);
	font-size: 12px;
}

.services-section p {
	color: #fff;
	color: rgba(255, 255, 255, .8);
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-style: italic;
	font-size: 16px;
}

.services-section h4 {
	color: #fff;
}

.services-section h4:after {
	border-color: rgba(255, 255, 255, .8);
}

ul.services-list {
	width: 90%;
	margin: 20px auto 60px;
}


ul.services-list li {
	display: inline-block;
	float: left;
	width: 30.66%;
	background-color:#222 ;
	padding: 90px 0;
	margin: 0 2%;
	border-radius: 10px;
}

ul.services-list li.emphasis {
	background: #2BA88F;
}

ul.services-list li p {
	width: 80%;
	margin: 20px auto 40px auto;
}

ul.services-list li a {
	font-family: 'Oxygen', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #e59361;
}

ul.services-list li a:hover {
	color: #d57e4a;
}



a.small-button {
	color: #fff!important;
	font-size: 12px;
	padding: 8px 40px;
	border: 2px solid #fff;
	border-radius: 999px;
}

a.small-button:hover {
	opacity: 0.8;
}

ul.services-list li:first-of-type {
	margin-left: 0;
}

ul.services-list li:last-of-type {
	margin-right: 0;
}


@media only screen and (max-width: 960px) {
	ul.services-list li {
		display: block;
		width: 100%;
		margin: 20px 0!important;
	}
}


}

/* coment Section*/

.coment-section span {
	font-size:0.75em;
}

.coment-section p {
	font-size:16px;
}

.coment-section p.subtitle {
	color: #6a85b6;
	font-size: 13px;    
}

.coment-section {
	text-align: left;
	padding: 10px 0;
	background: #ffffff;
}

.coment-section .item {
	background: #ffffff;
}
    
.coment-section p.red {
	font-size:14px;
    color:#ff0000;
}

.coment-section img {
	border-radius: 10px;
}


.coment {
    margin: 30px auto;
    padding: 0;
    width: 98%;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
    border:solid 2px #333333;
}

.item {
    display: inline-block;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 10px;
    text-align: left;
}

.item .summary {
	padding: 10px 30px 30px 30px;
}

.item h4 {color:#333333;
	font-size: 24px;
	margin: 12px 0;
	padding: 0;
}

.item .category {
	color: #867a6f;
	font-size: 12px;
}

.item .category a {
	color: #867a6f;
	font-size: 12px;
}


.item h4:after {
	display: none;
}

.item img.article-image {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
}

.advert-item {
	background: none;
}

.item img.advert {
	border-radius: 10px;
}

@media only screen and (min-width: 480px) {
    .coment {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 720px) {
    .coment {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width:1024px) {
    .coment {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

/*Instagram Section*/

.instagram-section {
	text-align: center;
	padding: 10px 0;
    background: #f2f2f2;
}

.instagram-section p.subtitle {
	color: #6a85b6;
	font-size: 13px;
        
}

.instagram-section p.t_news {
	font-size: 16px;
        margin:5px;
}

ul.instagram-list {
	width: 98%;
	max-width: 1190px;
	margin: 80px auto 60px;
}

ul.instagram-list li {
	display: inline-block;
	float: left;
	width: 30%;
	background: #fff;
	padding: 0;
	margin: 1%;
}

ul.instagram-list li img {
	border-radius: 10px;
}

ul.instagram-list li a:hover {
	opacity: .5;
}
@media only screen and (max-width: 960px) {
	ul.instagram-list li {
		display: block;
		width: 47%;
		margin: 1.5%;
	}
}

@media only screen and (max-width: 720px) {
	ul.instagram-list li {
		display: block;
		width: 100%;
		margin: 3% 0;
	}
}

/*Footer*/

footer {
	background: #222;
	margin-top: 0px;
	color: #fff;
	text-align: center;
	padding: 40px 0;
}

footer .footer-left {
	float: left;
	text-align: left;
}

footer .footer-right {
	float: right;
	text-align: right;
}

footer p {
	font-size: 16px;
	margin: 5px;
}

footer p.copyright {
	font-family: 'Oxygen', sans-serif;
	font-weight: 500;
	color: #ccc;
}

footer .footer-links {
	color: #777;
	text-transform: uppercase;
	font-size: 12px;
}

footer .footer-links a {
	color: #777;
	margin: 0 20px;
}

footer .footer-links a:hover {
	color: #e59361;
}

footer .footer-links a:first-of-type {
	margin: 0 20px 0 0;
}

footer .footer-right a.social {
	display: inline-block;
	width: 44px;
	height: 44px;
	background: no-repeat center;
	text-indent: -4999px;
	overflow: hidden;
	text-align: left;
	background-color: #363636;
	border-radius: 999px;
	margin-left: 10px;
}

footer .footer-right a.social:hover {
	background-color: #e59361;
}

footer a.social.facebook {
	background-image: url(../images/social-facebook.png);
}
footer a.social.twitter {
	background-image: url(../images/social-twitter.png);
}
footer a.social.google {
	background-image: url(../images/social-google.png);
}

@media only screen and (max-width: 960px) {
	footer {
		padding: 30px 0;
	}
	footer .footer-left, footer .footer-right, footer a.logo {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	footer .footer-left {
		margin-bottom: 20px;
	}
	footer a.logo {
		 margin: 10px auto 40px auto;
	}
	footer .footer-links a {
		margin: 0 5px!important;
		font-size: 14px;
	}
}


/*************
/* ここから追加変更
*************/

.inner{
margin:0 auto;
width:100%;
}



/*************
/* ヘッダー
*************/
#header{
padding:10px 0 15px;
overflow:hidden;
background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
border-bottom:1px solid #48370d;
}

* html #header{height:1%;}

#header h1{
font-size:12px;
font-weight:normal;
color:
}

#header a{
color:#68552a;
}



/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding:20px 10px 0;
}

.logo a{
font-size:20px;
font-weight:bold;
line-height:1;
color:#fff;
border:0;
}

.logo img{
max-width:270px;
}

.logo span{color:#ffffff;
font-size:12px;
font-weight:normal;
}


/**************************
/* トップナビゲーション
**************************/
ul#topnav{
float:right;
overflow:hidden;
}

* html ul#topnav{height:1%;}

ul#topnav li{
float:left;
margin:0 5px;
text-align:center;
}

ul#topnav a{
font-size:13px;
display:block;
padding:20px 10px;
color:#68552a;
}

ul#topnav span{
color:#ffffff;
font-size:10px;
}

ul#topnav li.active a,ul#topnav a:hover{
background:#48370d;
border-radius:5px;
color:#ffffff;
}


@media  only screen and (min-width:960px){	
	#wrapper,.inner{
	width:1200px;
	padding:0;
	}
	
	table.okazaki {width:450px;}
    table.anjyo {width:400px;}
}

@media only screen and (max-width:940px){
	.inner h1{padding:0 0 5px 10px;}
	.inner .logo{padding-left:10px;}

table.okazaki {width:450px;}
table.anjyo {width:400px;}	
	
}
/* iPad 縦 */
@media only screen and (max-width:768px){
  #header{padding-bottom:0;}	

	#header h1{text-align:center;}
	
	#header .logo{
	float:none;
	text-align:center;
	padding:10px 5px 20px;
	}

	ul#topnav{
	clear:both;
	width:100%;
	}

	ul#topnav li{
	width:33%;
	margin:0;
	border-top:1px solid #48370d;
	border-right:1px dashed #48370d;
	 box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}

	ul#topnav li:nth-child(3n){border-right:0;width:34%;}

	ul#topnav li.active a,ul#topnav a:hover{border-radius:0;}
	
	
	
	table.okazaki {width:250px;}
        table.anjyo {width:200px;}
}
	
	/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){

<!-- メニュー6つここから

	ul#topnav li{width:50%;}

	ul#topnav li:nth-child(3n){
	border-right:1px dashed #48370d;
	width:50%;
	}
	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-right:0;}

メニュー6つここまで　-->

	ul#topnav{
	clear:both;
	width:100%;
	}

	ul#topnav li{
	width:33%;
	margin:0;
	border-top:1px solid #48370d;
	border-right:1px dashed #48370d;
	 box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}

	ul#topnav li:nth-child(3n){border-right:0;width:34%;}

	ul#topnav li.active a,ul#topnav a:hover{border-radius:0;}

	
.midi{
      margin-top:50px;
	}
	
table.okazaki {width:250px;}
table.anjyo {width:200px;}
	
}



	/* topページ文字変更 */

p.shadow{
  text-shadow: 5px 4px 10px #000000;
}

p.shadow2{
  text-shadow: 1px 2px 5px #730D0F;
}

h4.iro_g{
  text-shadow: 5px 4px 10px #9814C3;
	}

h4.iro_k{
  text-shadow: 5px 4px 10px #F40E0E;
	}
	
h4.iro_n{
  text-shadow: 5px 4px 10px #209DB1;
	}
	
.thema{
  color:#3cb371;
  text-shadow: 5px 4px 10px #f0e68c;
}

.ai_title{
  color:#0882cf;
  text-shadow: 5px 4px 10px #ffffff;
}

/* タイムテーブル */
	
section.time_s{
padding:19px;
margin-bottom:20px;
border:1px solid #ebebeb;
border-radius:6px;
background:#fff;
overflow:hidden;
font-size:14px;
}

* html section.time_s{height:1%;}

section.time_s p{margin-bottom:5px;}	


/* access */

/*************
テーブル
*************/
table.table{float:left;
border-collapse:collapse;
width:80%;
margin:10px auto;
}

table.table th,table.table td{
padding:5px;
border:1px solid #48370d;
}

table.table th{
text-align:left;
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#cc6600;
border-left:#48370d 5px solid

}

table.table td{border-left:#48370d 3px double;
vertical-align: middle;}








#post_title{width:100%;
	float:left;
	margin: 50px auto 5px;
	padding:0px;

}


#post_title p{
	margin: 20px auto 5px;
	padding:0px;

}

h2.ga_mei1 {font-size:18px;
        color:#ffffff;
	position: relative;
	padding: .5em .75em;
	background-color: #48370d;
	border-radius: 6px;
}

h2.ga_mei1::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #48370d;

}

h2.ga_mei1 span {font-size:10px;
}

p.heading_kouza {margin-top:20px;
color:#68552a;
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #68552a;
}


#mainBanner{
margin:30px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
border-radius:3px;
}

.subImg .slogan{background:url(images/tp3.png);}

.subImg .slogan h2{color:#fff;}
.subImg .slogan h3{color:#ccc;}


.red{color:#ff0000;
}

.font-oleo {font-family: 'Oleo Script Swash Caps', cursive;}
.wf-notosansjapanese { font-family: "Noto Sans JP"; }
.font-round {font-family:'M PLUS Rounded 1c', sans-serif;}
.font-sawara {font-family: 'Sawarabi Mincho', serif;}

.font_small{font-size:0.7em;line-height:1.2;}

.font_ss{font-size:0.35em;}

/* 箇条書き */

.howto{ font-size:16px;
          font-weight:600;
          margin-left:5px;
          counter-reset: li;
          list-style: none;
           padding-left: 5px;
}

.howto > li {font-size:1em;
               line-height: 1.25;
                position: relative;
                margin-bottom:5px; 
                padding-left: 2.5em;
}

.howto > li:before {content: counter(li) "";
                        counter-increment: li; 
                        position: absolute;
                        left: 0; width: 1.25em; height: 1.25em;
                        background: #ff0033;
                         border-radius: 50px; 
                         color: #fff;
                         line-height: 1.25; 
                         text-align: center;
}



/* バルーン*/

.wrapper2 {
	max-width: 1080px;
	margin:100px auto;
	position: relative;
    padding:15px;
}

.full-width-section .text.align-left_b {
	float: left;
	width: 60%;
	padding: 0 10% 10px 40px;
}



@media only screen and (max-width: 1000px) {


.wrapper2 {
	max-width: 1080px;
	margin:50px auto;
	position: relative;
}

.full-width-section .text.align-left_b {
	float: left;
	width: 35%!important;
	padding:0 10% 10x 20px;
}

}



}
