@charset "utf-8";
/***************************************************************************************************
*clear clearfix
***************************************************************************************************/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote , th , td {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 150%;
	background: url(../img/bg_body.png) repeat top left;
	font-size: 13px;
	text-align: left;
	color: #000;
}
h3, h4{
	margin-bottom: 20px;
	font-weight: normal;
}
h3{
	background: url(../img/bg_h3.png) no-repeat left center #fff;
	color: #ff6666;
	padding: 7px 10px 5px 15px;
}
h4{
	background: url() no-repeat left center;
	padding: 0 0 0 10px;
	border-left: 3px solid #ff9999;
	color: #ff6666;
}
p{
	margin-bottom: 20px;
}
a {
	text-decoration: underline;
	color: #ff3b3b;
}
a:hover {
	text-decoration: none;
	color: #ff6600;
}
img {
	border: none;
	vertical-align: bottom;
}
ol , ul, dl{
	list-style: none;
	margin-bottom: 20px;
}
dt{
	font-weight: bold;
}
.right{
	float: right;
}
.left{
	float: left;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.center{
	margin: 0 auto;
}
.text-att{
	color: #ff6666;
}
.text-safe{
	color: #7bad56;
}
.fs12{
	font-size: 12px;
}
.fs15{
	font-size: 15px;
}
.fs18{
	font-size: 18px;
}
/************************************************************************/
/*800～*/
/************************************************************************/
@media screen and (min-width: 800px) {
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 30px 0;
}
th{
	padding: 10px 20px;
	background: url(../img/bg_th.png) repeat top left #fff;
	color: #9f0000;
	border: 1px solid #ff9999;
	text-shadow: 1px 1px 0px #fff;
}
td{
	padding: 10px 20px;
	border: 1px solid #ff9999;
	background: #fff;
}
table#access{
	width: 95%;
	margin: 0 auto;
}
.large{
	display: none;
}
table#profile{
	width: 95%;
	margin: 0 auto;
}
table#profile td.profilephoto{
	text-align: center;
	width: 35%;
}
table#profile th{
	width: 10%;
	padding: 5px;
}
h2{
	background: url(../img/bg_h2.png) no-repeat top center;
	padding: 5px 60px 13px 50px;
	margin-bottom: 30px;
	color: #ff6666;
	font-size: 22px;
	line-height: 100%;
	font-weight: normal;
}
/*header*****/
#header{
	width: 100%;
	padding: 8px 0 0 0 ;
	background: url(../img/bg_border.png) repeat-x left top;
}
#wrap_header{
	width: 100%;
	padding: 0 0 64px 0;
	background: url(../img/bg_header_bottom.png) repeat-x bottom left;
}
#header_inner{
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 40px 0;
}
h1{
	width: 420px;
	float: left;
}
#description{
	width: 418px;
	float: right;
	margin-left: 20px;
	padding: 8px 8px 0 8px;
	text-align: right;
	border: 1px solid #ddd;
	text-align: center;
	box-shadow: 0px 0px 3px #ededed;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
}
#description h2{
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	margin: 5px 0 7px 50px;
	padding: 0;
	color: #ff6666;
	background: none;
}
#description p{
	padding: 2px 0 6px 0;
	margin: 0;
}
/*nemu*****/
#menu{
	width: 100%;
	padding: 13px 0 5px 0;
	background: url(../img/bg_menu.png) repeat left bottom #fff;
}
#menu a{
	display: block;
	text-decoration: none;
	color: #666;
	font-size: 15px;
	font-weight: bold;
}
#menu a:hover{
	color: #ff6666;
}
#menu_inner{
	width: 812px;
	margin: 0 auto;
	position: relative;
}
img.decomenu_l{
	position: absolute;
	top: -10px;
	left: -60px;
}
img.decomenu_r{
	position: absolute;
	top: 0px;
	right: -35px;
}
#menu_inner ul.leftmenu{
	padding: 0;
	margin: 0;
	float: left;
}
#menu_inner ul.rightmenu{
	padding: 0;
	margin: 0;
	float: right;
}
#menu_inner li{
	float: left;
	padding: 14px 12px 14px 32px;
}
#menu_inner li a{
	line-height: 100%;
}
#menu_inner .leftmenu li:nth-child(1){
	background: url(../img/bg_menu_li1.png)no-repeat left center;
}
#menu_inner .leftmenu li:nth-child(2){
	background: url(../img/bg_menu_li2.png) no-repeat left center;
}
#menu_inner .leftmenu li:nth-child(3){
	background: url(../img/bg_menu_li3.png) no-repeat left center;
}
#menu_inner .rightmenu li:nth-child(1){
	background: url(../img/bg_menu_li4.png) no-repeat left center;
}
#menu_inner .rightmenu li:nth-child(2){
	background: url(../img/bg_menu_li1.png) no-repeat left center;
}
#menu_inner .rightmenu li:nth-child(3){
	background: url(../img/bg_menu_li2.png) no-repeat left center;
	padding: 14px 0 14px 30px;
}
/*catch*****/
#catch{
	width: 760px;
	margin: 0 auto 30px auto;
	padding: 60px 30px 0 30px;
	height: 240px;
	overflow: hidden;
	background: url(../img/bg_catch.png) no-repeat center top;
	text-align: right;
	line-height: 150%;
	box-shadow: 0px 0px 5px #999;
}
#catch h2{
	background: none;
	font-size: 30px;
	margin: 0 0 15px 0;
	color: #fff;
	padding: 0;
	text-shadow: 1px 1px 10px #000;
}
#catch p{
	font-size: 20px;
	background: none;
	border: none;
	margin: 0 0 0 300px;
	padding: 5px;
	color: #ff8080;
	line-height: 150%;
}
/*content*****/
#content{
	width: 820px;
	margin: 0 auto;
	padding: 30px 0 120px 0;
	background: url() repeat-y center top;
}
.twocontent{
	width: 820px;
	padding: 0;
	margin: 0 0 30px 0;
}
.inner_left{
	float: left;
	width: 530px;
	margin-right: 40px;
	background: #fff;
	padding: 10px 0 20px 0;
	box-shadow: 0px 0px 3px #ddd;
}
.content_inner_right{
	float: right;
	width: 250px;
}
.content_inner{
	margin-bottom: 30px;
	padding: 40px 0px 20px 0;
	background: url(../img/bg_content_inner.png) repeat-x center top #fff;
	border: 10px solid #f3eae3;
}
.content_inner:last-child{
	margin-bottom: 0;
}
/*box*****/
.box{
	margin: 0 20px 30px 20px;
	padding: 0;
}
/*siteinfo*****/
#siteinfo h2{
	position:relative;
	margin:0 -10px 20px -10px;
	padding: 8px 20px 4px 20px;
	background: url(../img/bg_hh.png);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
#siteinfo h2:before{
	content:" ";
	position:absolute;
	top:100%;
	left:0;
	width:0;
	height:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#9f0000;
}
#siteinfo h2:after{
	content:" ";
	position:absolute;
	top:100%;
	right:0;
	width:0;
	height:0;
	border-width:10px 10px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#9f0000;
}
#siteinfo dl{
	margin: 0 20px;
}
#siteinfo dt{
	margin-bottom: 8px;
	font-size: 12px;
}
#siteinfo dt.new::after{
	content: '新着';
	margin-left: 10px;
	color: #ff6666;
}
#siteinfo dd{
	padding-left: 10px;
	padding-bottom: 12px;
	line-height: 100%;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
#siteinfo dd:last-child{
	margin-bottom: 0;
}
#siteinfo dd.icon_news::before{
	content: 'NEWS';
	font-size: 10px;
	padding: 2px 5px;
	background: #7bad56;
	color: #fff;
	margin-right: 5px;
}
#siteinfo dd.icon_blog::before{
	content: 'BLOG';
	font-size: 10px;
	padding: 2px 5px;
	background: #65a3db;
	color: #fff;
	margin-right: 5px;
}
#siteinfo dd a{
	color: #000;
}
#siteinfo dd a:hover{
	color: #ff6600;
}
/*info*****/
#info{
	padding-bottom: 30px;
}
#info div:last-child{
	margin-bottom: 0;
}
#info div p{
	margin: 0 15px 15px 15px;
}
/*manage*****/
#managecontent{
	padding: 0 0 30px 0;
	font-size: 15px;
}
#managetext{
	width: 320px;
	float: right;
	background: url(../img/managetext_head.png) no-repeat top center,
		url(../img/managetext_foot.png) no-repeat bottom center;
	padding: 30px 0;
	font-size: 13px;
}
#managetext div::before{
	content: url(../img/decotop.png);
}
#managetext div::after{
	content: url(../img/decobottom.png);
}
#managetext div{
	width: 280px;
	padding: 0 20px;
	background: url(../img/bg_managetext.png) repeat-y center top;
}
#managetext div p:first-child{
	margin-top: 20px;
}
img.floatleft{
	border: 1px solid #ddd;
	padding: 9px;
	margin: 20px 20px 20px 0;
	background: #fff;
	float: left;
}
/*#totop*****/
#totop{
	width: 65px;
	margin: 0 auto;
	padding: 0 0 0 755px;
}
#totop a{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 15px auto;
	text-align: right;
	border-radius: 40px;
	background: #fff;
	border: 5px solid #f3eae3;
}
#totop a img{
	width: 60px;
	height: 60px;
}
/*footer*****/
#footer{
	width: 100%;
	padding: 60px 0 20px 0;
	background: url(../img/bg_footer.png) repeat-x left top #fff;
}
#footer p{
	margin: 0;
}
#footer_inner{
	width: 960px;
	margin: 0 auto;
}
#copyright{
	text-align: center;
	padding: 0;
	color: #ff6666;
}
/*gallery*****/
.gallery{
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0;
}
.gallery img{
	padding: 9px;
	background: #fff;
	border: 1px solid #ddd;
}
.gallery img:nth-child(even){
	margin-left: 10px;
}
/*form*****/
form#inq{
	background: url() repeat top left;
	width: 750px;
	margin: 0 auto 0 auto;
	padding: 20px 0;
	font-size: 16px;
}
form#inq table{
	margin: 0 auto;
}
m#inq table th{
	width: 200px;
	padding: 10px 0;
	background: none;
	vertical-align: middle;
	border: 1px solid #ff9999;
}
form#inq table td{
	width: 420px;
	padding: 10px 0;
	background: #fff;
	border: 1px solid #ff999;
}
form#inq input{
	width: 400px;
	padding: 8px;
	border: none;
	outline: none;
	background: #fff;
}
form#inq textarea{
	width: 400px;
	padding: 8px;
	resize: vertical;
	border: none;
	outline: none;
	background: #fff;
}
form#inq td#btn{
	text-align: right;
	padding-top: 30px;
	border: none;
	background: none;
}
form#inq td#btn input {
	width: 200px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ff9999 0%,
		#ff6666);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff9999),
		to(#ff6666));
	/* InternetExplorer */
	background: linear-gradient(to bottom, #ff9999, #ff6666);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #9f0000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
}
form#inq td#btn input:hover{
	cursor: pointer;
	color: #9f0000;
}
.formatt{
	font-size: 12px;
	color: #9f0000;
}
/*banner*****/
a.banner img{
	margin-bottom: 10px;
	box-shadow: 0px 0px 3px #ddd;
}
a.banner img{
	border: 1px solid #ededed;
}
a.banner img:hover{
	border: 1px solid #ddd;
	box-shadow: 0px 0px 3px #ddd;
}
}




/************************************************************************/
/*～799*/
/************************************************************************/
@media screen and (max-width: 799px) {
table{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 30px 10px;
}
table.center {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 30px auto;
}
th{
	padding: 5px 10px;
	background: url(../img/bg_th.png) repeat top left #fff;
	color: #9f0000;
	border: 1px solid #ff9999;
	text-shadow: 1px 1px 0px #fff;
}
td{
	padding: 5px 10px;
	border: 1px solid #ff9999;
	background: #fff;
}
table#access{
	width: 99%;
	margin: 0 auto;
}
table#access th{
	width: 20%;
	padding: 5px;
}
table#profile{
	width: 95%;
	margin: 0 auto;
}
table#profile td.profilephoto{
	width: 40%;
	text-align: center;
}
table#profile th{
	width: 25%;
	padding: 3px;
	text-align: left;
}
ul{
	margin: 0 10px 20px 10px;
}
dl{
	margin: 0 10px 20px 10px;
}
h1{
	margin: 0px;
	padding-top: 10px;
}
h3{
	border-bottom: 1px dashed #ff9999;
	margin: 0 5px 15px 5px;
	font-size: 15px;
}
h4{
	margin: 0 5px 10px 5px;
}
#wrap{
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}
.content_inner{
	padding: 10px 0 10px 0;
	background: url(../img/bg_content_inner.png) repeat-x center top #fff;
}
.box{
	padding: 0 5px;
}
.content_inner h2{
	font-size: 18px;
	padding: 18px 5px 18px 35px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fcd5db;
	background: url(../img/bg_h2_sp.png) no-repeat left center #fff3f5;
	background-size: 25px 40px;
	text-shadow: 1px 1px 0px #fff;
	color: #f15755;
}
.content_inner p{
	margin: 0 10px 15px 10px;
}
/*description*****/
#description{
	width: 100%;
	margin-top: 10px;
}
#description h2{
	font-size: 12px;
	font-weight: normal;
	color: #ff6666;
	font-weight: bold;
	text-align: center;
}
#description p{
	text-align: right;
}
#description img{
	height: 18px;
}
/*header*****/
#header{
	width: 100%;
	padding: 0;
	background: #fff6f0;
}
#wrap_header{
	background: url(../img/bg_wrap_header2.png) repeat-x left top,
	url(../img/bg_header_sp.png) no-repeat top left;
}
#header_inner{
	padding: 20px 10px 25px 10px;
	background: url(../img/bg_wrap_header_sp.png) repeat-x left bottom;
}
#logo{
	margin: 0;
	text-align: center;
}
#logo img{
	background: url(../img/bg_logoimg.png) no-repeat left top;
	background-size: contain;
}
/*menu*****/
#menu{
	width: 100%;
	background: #fff;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
#menu ul{
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ededed;
	display: table;
	table-layout: fixed;
}
#menu ul li{
	display: table-cell;
	width: 33%;
	vertical-align: middle;
}
#menu ul li:nth-child(2){
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
#menu ul li a{
	display: block;
	padding: 12px 0 12px 0;
	text-align: center;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
#menu ul li a:hover{
	color: #ff6666;
}
#menu ul li a:active{
	color: #ff6666;
}
#menu ul li a{
	-webkit-tap-highlight-color: transparent;
}
#menu ul li.spfont{
	font-size: 11px;
	line-height: 120%;
}
#menu ul li.spfont a{
	padding: 0 15px;
}
#menu ul li.spfont a span{
	display: none;
}
/*catch*****/
#catch{
	width: 100%;
	background: url(../img/bg_catch_sp.png) no-repeat left top #fff;
	background-size: cover;
	padding: 25px 0 30px 0;
	margin: 0;
	text-align: right;
}
#catch h2{
	margin: 0 10px 5px 10px;
	padding: 0;
	font-size: 15px;
	background: none;
	color: #fff;
	text-align: right;
}
#catch p{
	margin: 0 10px;
	color: #ff8080;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}
/*siteinfo*****/
#siteinfo{
	width: 100%;
	background: #fff;
}
#siteinfo h2{
	font-size: 15px;
	color: #fff;
	background: url(../img/bg_hh.png) repeat left top;
	padding: 5px;
	margin: 0 0 10px 0;
	text-shadow: -1px -1px 0px #ff173c;
	font-weight: normal;
	border-top: 1px solid #ff6666;
	border-bottom: 1px solid #ff6666;
	font-weight: bold;
}
#siteinfo dl{
	margin: 0 10px;
}
#siteinfo dt{
	font-size: 12px;
}
#siteinfo dt.new::after{
	content: '新着';
	margin-left: 10px;
	color: #ff6666;
}
#siteinfo dd{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #999;
}
#siteinfo dd:last-child{
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 10px;
}
#siteinfo dd.icon_news::before{
	content: 'NEWS';
	font-size: 10px;
	padding: 1px 3px;
	background: #7bad56;
	color: #fff;
	margin-right: 5px;
}
#siteinfo dd.icon_blog::before{
	content: 'BLOG';
	font-size: 10px;
	padding: 1px 5px;
	background: #65a3db;
	color: #fff;
	margin-right: 5px;
}
#siteinfo dd a{
	color: #ff6666;
	font-weight: bold;
}
#siteinfo dd a:hover{
	color: #ff6600;
	font-weight: bold;
}
/*content_inner_right*****/
.content_inner_right{
	width: 100%;
	padding-top: 10px;
	background: url(../img/bg_content_inner.png) repeat-x left top #fff;
	font-size: 18px;
}
.content_inner_right div a{
	display: block;
	padding: 20px 40px 20px 10px;
	text-align: right;
	text-decoration: none;
	color: #ff6666;
	position: relative;
}
.content_inner_right div a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: solid 2px #ff6666;
	border-right: solid 2px #ff6666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.content_inner_right div a:hover{
	color: #ff6666;
}
.content_inner_right div:nth-child(1){
	background: url(../img/bg_banner_lesson.png) no-repeat left center;
	background-size: cover;
	border-bottom: 1px solid #ddd;
}
.content_inner_right div:nth-child(2){
	background: url(../img/bg_banner_blog.png) no-repeat left center;
	background-size: contain;
}
.content_inner_right div a span{
	font-weight: bold;
	text-shadow: 1px 1px 0px #fff;
}
/*manage*****/
#managecontent{
	padding: 0;
}
#managetext{
	padding: 15px 0 5px 0;
	background: #fff6f0;
	margin: 10px 0 20px 0;
	font-size: 13px;
	text-align: left;
	border: 5px solid #f3eae3;
}
/*gallery*****/
.gallery{
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
}
.gallery img{
	width: 90%;
	padding: 9px;
	background: #fff;
	border: 1px solid #ddd;
	display: block;
	margin: 0 auto 20px auto;
}
img{
	max-width: 100%;
	height: auto;
}
.small{
	display: none;
}
/*form*****/
form#inq{
	background: url() repeat top left;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
form#inq table{
	margin: 0 auto;
	width: 95%
}
#inq table th{
	padding: 5px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ff9999;
	width: 35%;
}
form#inq table td{
	padding: 5px 0;
	background: #fff;
	border: 1px solid #ff999;
}
form#inq input{
	padding: 3px;
	border: none;
	outline: none;
	background: #fff;
	font-size: 16px;
}
form#inq textarea{
	width: 95%;
	padding: 3px;
	resize: none;
	border: none;
	outline: none;
	background: #fff;
	font-size: 16px;
	height: 150px;
}
form#inq td#btn{
	text-align: center;
	padding-top: 30px;
	border: none;
	background: none;
}
form#inq td#btn input{
	width: 120px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	background: -moz-linear-gradient(
		top,
		#ff9999 0%,
		#ff6666);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff9999),
		to(#ff6666));
	background: linear-gradient(to bottom, #ff9999, #ff6666);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #9f0000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
}
form#inq td#btn input:hover{
	cursor: pointer;
	color: #9f0000;
}

form#commentform li#btn-s input:hover{
	cursor: pointer;
	color: #9f0000;
}
.formatt{
	font-size: 12px;
	color: #9f0000;
}
/*totop*****/
#totop{
	width: 100%;
	padding-top: 50px;
	border-top: 10px solid #f3eae3;
	text-align: right;
}
#totop a{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 15px auto;
	text-align: right;
	border-radius: 40px;
	background: #fff;
	border: 5px solid #f3eae3;
}
/*footer*****/
#footer{
	width: 100%;
	padding: 60px 0 20px 0;
	background: url(../img/bg_footer_sp.png) repeat-x left top #fff;
}
#footer p{
	margin: 0;
}
#footer_inner{
	margin: 0;
}
#copyright{
	text-align: center;
	padding: 0;
	color: #ff4949;
}
}

/************************************************************************/
/*641～799*/
/************************************************************************/
@media screen and (min-width: 641px) and (max-width: 799px) {
#description{
	text-align: center;
}
/*catch*****/
#catch{
	width: 100%;
	background: url(../img/bg_catch_tb.png) no-repeat left top #fff;
	border-top: 1px solid #ff9999;
	border-bottom: 1px solid #ff9999;
	padding:30px 0 20px 0;
	margin: 0;
}
#catch h2{
	margin: 0;
	padding: 0 20px 20px 200px;
	font-size: 20px;
	color: #fff;
	background: none;
	text-align: right;
}
#catch p{
	color: #ff8080;
	font-weight: bold;
	margin: 0 20px 0 0;
	text-align: right;
	background: none;
}
img{
	max-width: 100%;
	height: auto;
}
}
