@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

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, figure, figcaption, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, button, label, legend, table, caption, tbody, tfoot, thead,  {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
	text-align: left;
}

article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block
}

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #fffbfe;
}



a {
	color: #ff607b;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #E54460;
	text-decoration: underline;
}
a:visited {
	color: #ff607b;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    line-height: 1.2;
}


ol  {
		margin: 0px;
		padding: 0px;
list-style-type: decimal;
}


ul {
		margin: 0px;
		padding: 0px;
list-style-type: disc;

}

li {
		margin: 0px;
		padding: 0px;
}

img {
		margin: 0px;
		padding: 0px;
                vertical-align: bottom;
		 border: medium none;

}
a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
p {
		margin: 0px;
		padding: 0px;
}

address {
		margin: 0px;
		padding: 0px;
}

blockquote {
  background: #eee url(//www.hamazo.tv/template/_img/set_business_6/quote.gif) no-repeat 10px 10px;
    padding: 25px;
margin: 0 20px;
}

em {
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
}


#wrapper {
	width: 1200px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

#header {
}

#header_image {
	width: 1200px;
        overflow: hidden;
	background-color: #ff607b!important;
/*
	height: 350px;
	background-size: 100%;
    background-image: url(https://img03.hamazo.tv/usr/s/c/a/scahn2015/cover_img_pc.jpg?1553936470);
	background-repeat: no-repeat;
	background-position: center center;
*/
}


#header_image img {
	width: 100%;
}

/*
#photo {
    width: 150px;
    height: 150px;
	background-size:100%;
    background: url(/_img/set_business_1/nophoto.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    border: 7px solid #FFF;
    border-color: rgba(255,255,255,0.7);
    overflow: hidden;
	position:absolute;
	top:260px;
	left:60px;
}
*/

#blog_text {
}

#blogtitle {
	font-size: 30px;
	margin:30px 30px 5px;
	z-index:9999;
}

#blogtitle a {
	color:#333;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

#blogtitle a:link {
	color:#333;
}

#blogtitle a:visited {
	color:#333;
}

#blogtitle a:hover {
	text-decoration:none;
	opacity:0.7;
}

#description {
	color: #999;
	font-size: 14px;
	line-height: 1.7;
	margin:0 30px 30px;
}

#nav {
	width:100%;
	margin:0 0 0 0;
    list-style: none;
    height: 47px;
    background-color: #ff607b;
}

#nav li {
	width:16.667%;
	float:left;
	padding: 13px 0 13px 1%;
	border-right:1px solid #ff957b;
	font-size:14px;
	letter-spacing:0.1rem;
	box-sizing:border-box;
	font-weight:bold;
    -webkit-transition: background-color 0.35s ease 0s;
    -moz-transition: background-color 0.35s ease 0s;
    -o-transition: background-color 0.35s ease 0s;
    transition: background-color 0.35s ease 0s, color 0.35s ease 0s;
	background-color:#ff607b;
}

#nav li:hover {
	    background: #fffbfe none repeat scroll 0 0;
		color:#333;
}

#nav li:nth-child(5) {
	border-right:none;
}

#nav a:hover {
	text-decoration:none;
}

#nav a {
	color:#fff;
	font-weight:normal;
	display:block;
}

#nav a li {
	position:relative;
}
 
#nav a li:after {
 border-right: 3px solid #fff;
 border-top: 3px solid #fff;
 border-radius: 2px;
 content: "";
 margin: 0 0 0 10px;
 height: 5px;
 right: 20px;
 position: absolute;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 top: 20px;
 width: 5px;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

#nav a li:hover:after {
 border-right: 3px solid #333;
 border-top: 3px solid #333;
}

#nav li a {
    background: #fff none repeat scroll 0 0;
    display: block;
    font-size: 1.5rem;
    height: 39px;
    line-height: 39px;
    padding: 0 20px;
    -webkit-transition: background-color 0.35s ease 0s;
    -moz-transition: background-color 0.35s ease 0s;
    -o-transition: background-color 0.35s ease 0s;
    transition: background-color 0.35s ease 0s, color 0.35s ease 0s;
}

#side_wrap {
	width: 300px;
	float: left;
	margin: 30px 0;
}

.sidetitle {
	color:#ff607b;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1rem;
	padding:0 10px 5px 0;
    margin: 40px 0 20px 0;
	border-bottom:5px solid #ff607b;
	box-sizing:border-box;
}

/*
#left_side {
	width: 300px;
	margin: 0 30px 0 0;
	float: left;
}

#right_side {
	width:300px;
	float:left;
}
*/

.profile .photo {
	width:150px;
	height:150px;
	overflow:hidden;
	margin:0 auto;
}

.profile .photo img {
	width:150px;
}

.nickname {
    font-size: 16px;
    font-weight: bold;
	padding:15px 0 10px 10px;
	text-align:center;
}

.message {
	color:#666;
	margin:10px 0 0 0;
	font-size:14px;
}

.banner_box {
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.banner_box:hover {
	opacity:0.7;
}



.sidebody {
	font-size: 14px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
}

.sidebody a {
}

.category ,.link ,.comment ,.search ,.counter ,.qrcode ,.rss ,.inquiry ,.blog_entry ,.calender ,.subscription ,.recententry-img ,.recententry ,.archives ,.tag_cloud  {
	/* [disabled]padding-bottom:15px; */
}

.category span {
	font-size:12px;
	margin:0 0 0 5px;
	color:#999;
}

ul.rss {
    text-align: center;
}

ul.rss li {
    border-right: #999 1px solid;
    display: inline;
    font-size: 88%;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin-right: 0.3em;
    padding-right: 0.5em;
    padding-left: 0.2em;
}

ul.rss a:link, ul.rss a:visited, ul.rss a:hover, ul.rss a:active {
    color: #666;
    text-decoration: none;
}

.side .text {
    width: 80px;
}

.button {
	padding: 0 8px;
}

.counter {
	color:#999;
}

.calender {
    text-align: center;
	width:90%;
	margin:15px auto 10px;
}

.calendarhead {
    margin-bottom: 3px;
    font-size: 14px;
}

.calendartable {
    border: 0px solid #006699;
    font-size: 13px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.sun {
    color: #FF3366;
}

.sat {
    color: #0099CC;
}

.tag_cloud a:hover {
	text-decoration: underline;
}

.tag_cloud span {
	color:#666;;
    line-height: 25px!important;
}

.tag_cloud span:hover {
	text-decoration:underline;
	color:#1189a1;
}

.tag_cloud p {
	margin:10px 0 0 0;	
}

.tag_cloud p:hover {
	text-decoration:underline;
}

#copyright {
	text-align:center;
	padding:150px 0 10px 0;
	font-size:10px;
	clear:both;
}

/*　ここから記事部分　*/

#main {
	clear: both;
	margin:30px;
	width: 820px;
	float: left;
}

.clear-both {
	clear:both;
}

.post_wrap {
	width:400px;
	margin:0 10px 15px 0;
	-webkit-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	border:1px solid #d8d8d8;
	box-sizing:border-box;
	display:inline-block;
	font-size:0px;
}

.post_wrap:nth-child(even) {
    margin-right: 0px;
}

.post_wrap:hover {
	opacity:0.7;
}

.post_wrap a {
	text-decoration:none!important;
}

.post_box {
}

.post_photo {
	background-repeat:no-repeat;
	background-size:400px;
	background-position:center;
	height:250px;
}

.post_time {
	padding: 15px 15px 10px 15px;
	font-size: 12px;
	color: #999;
	letter-spacing: 2px;
}

.post_title {
	font-size:20px;
	font-weight:bold;
	line-height:1.3;
	padding:0 15px 15px 15px;
	letter-spacing:2px;
	color:#333;
}


.pagenavi {
	clear:both;
    border-top: 1px solid #dbd9da;
	padding-top:8px;
}

.current {
	background-color:#0085a0;
	color:#FFF;
}

.current, .page, .extend, .nextpostslink {
	padding:8px 20px;
	border:1px solid #DBD7DA;
	margin-left:-1px;
	font-size:24px;
	font-weight:normal;
}

.page, .extend, .nextpostslink {
	margin-left:-6px;
}

.extend {
	padding:8px 35px;

}

.image-aside, .text-aside {
	margin:0;
}


figure {
	position: relative;
	overflow: hidden;
	width: 200px;
	color:#fff;
	text-align:center;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
figure:hover figcaption {
	opacity: 1;
}
figure h3 {
	margin:5px 5px 0;
	letter-spacing:0.1rem;
}
figure p {
	font-size:10px;
	margin:65px 10px 0;
	line-height:1.5;
	letter-spacing:0.1rem;
}




#footer {
	clear:both;
	margin:50px 0 0;
}






/* 個別記事 */


.blogbody{
	margin: 0;
}

.title{
	text-align: left;
	color: #383838;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	border-bottom: 1px solid #dbd7da;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-right: 0px;
    font-size: 1.65rem;
    line-height: 1.3;
}



.title a{
	color: #333;
	text-decoration: none;

}
.title a:link{
	text-decoration: none;
	color: #333;
}
.title a:visited{
	text-decoration: none;
	color: #333;
}
.title a:active{
	text-decoration: none;
	color: #333399;
}
.title a:hover{
	text-decoration: underline;
}

.entry_meta {
}

.entrydate {
	color: #333333;
	line-height: 1.5em;
	font-size: 0.75rem;
	float: left;
	font-weight: normal;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;;
	padding-top: 10px;
}

#category-right {
    background-image: url(/_img/set_business_3/folder.png);
    background-repeat: no-repeat;
    background-size: 20px;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 25px;
	padding-bottom: 0px;
	font-size: 0.75rem;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}

#category-right a {
	margin: 0 5px;
}


.posted .aposted {
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 10px;
}

.main-post {
	clear:both;
    margin: 0 0 15px 0;
    padding-top: 30px;
	line-height:1.7;
}

.main-post {
	max-width:714px;
}

.posted{
	color:#666;
	font-size:11px;
	text-align:right;
	margin-top: 5px;
	margin-bottom: 40px;
	padding-bottom: 0;
}

.insideout2 {
	float: right;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.inside{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
-webkit-transition:0.8s;
-moz-transition:0.8s;
	transition:0.8s;
	margin: 0px;
	padding: 0px;
}
.inside p{
	font-weight: bold;
	2display:inline-block;
	vertical-align: middle;
	font-size: 12px;
	padding: 0px;
	-index: 10;
	margin: 0px;
}

	a.amenu2{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #ff607b;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin-right: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}



	a.amenu2:link{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #ff607b;
	font-weight: bold;
}

	a.amenu2:visited{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #ff607b;
	font-weight: bold;
}

	a.amenu2:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #fff;
	font-weight: bold;
	opacity: 0.5;
}

a.amenu2::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

a.amenu2:hover::after {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}


.comments-head {
    padding-top: 10px;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #dbd7da;
    padding-bottom: 10px;
    font-weight: bold;
}
.comments-body {
    font-size: 14px;
    line-height: 145%;
    margin-top: 20px;
    margin-bottom: 5px;
}

.comments-post {
    color: #666;
    font-size: 14px;
    text-align: right;
    margin-top: 0;
    margin-bottom: 25px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
}

table.form {
	width: 670px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 13px;
}

table.form td {
	 width:90px;
	 display:table-cell;
}

table.form label {
	width: 100px!important;
}

table.form insert {
	padding:10px;
}

label {
    font-size: 88%;
    font-weight: normal;
    color: #666;
}

input[type="author"]
{
	width:300px;
}

.menu {
	clear:both;
    color: #666;
    font-size: 14px;
    text-align: center;
	margin:70px auto 0;
	width:412px;
}

.insideout {
    float: left;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
}

	a.amenu2{
	color:#fff;
	text-decoration:none;
	background-color: #ff607b;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	margin-right: 10px;
	font-weight: bold;
	margin-bottom: 5px;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	border-radius:5px;
	border:1px solid #ff607b;
	box-sizing:border-box;
}
	a.amenu2:link{
	color:#fff;
	text-decoration:none;
	background-color: #ff607b;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	border-radius:5px;
	border:1px solid #ff607b;
	box-sizing:border-box;
}

	a.amenu2:visited{
	color:#fff;
	text-decoration:none;
	background-color: #ff607b;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	border-radius:5px;
	border:1px solid #ff607b;
	box-sizing:border-box;
}

	a.amenu2:hover{
	color:#ff607b;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ff607b;
	box-sizing:border-box;
	opacity:1;
}

.inside{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
-webkit-transition:0.8s;
-moz-transition:0.8s;
	transition:0.8s;
	margin: 0px;
	padding: 0px;
}
.inside p{
	font-weight:bold;
	2display:inline-block;
	vertical-align:middle;
	font-size:14px;
	padding:0px;
	-index:10;
	margin: 0px;
}

.category-bar {
    color: #383838!important;
    background-color: #fff!important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    clear: both;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    margin-right: 3px;
    margin-left: 3px;
    border: none!important;
    border-bottom: 1px solid #ff607b!important;
    border-left: 10px solid #ff607b!important;
}

.category-bar a:hover {
	text-decoration:none!important;
}

.category-bar a:visited {
    color: #ff607b!important;
    text-decoration: none;
}
.category-bar a:link {
    color: #ff607b!important;
    text-decoration: underline;
}
.category-bar a {
    color: #ff607b!important;
    text-decoration: none;
}

.image-relevance {
    margin-right: 3%;
    float: left;
    width: 20%;
    max-width: 150px!important;
    max-height: 100px!important;
    overflow: hidden;
    margin-left: 2%;
}

.image-relevance img {
    width: 100%;
    max-width: 150px!important;
    margin-bottom: 2px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.album_image {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.album_image:hover {
	opacity:0.7;
}

.rssMemo {
	margin-left:30px!important;
	font-size:14px;
}

.text-relevance a {
	margin-right:5px;
}


#nav_headline {
	border:1px solid #dbd7da;
	border-left:10px solid #ff607b;
	padding:12px 20px;
}

#album-link {
	width:30%;
	padding:10px;
	font-size:14px;
	text-align:center;
    border: 1px solid #fff!important;
	color:#fff!important;
	margin:15px 0 0 30px;
}

a:visited #album-link {
    color: #fff!important;
    font-weight: normal;!important;
    text-decoration: none;
}

a:link #album-link {
    color: #fff!important;
    font-weight: normal!important;
    text-decoration: none;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

a:hover #album-link {
    font-weight:normal!important;
	color:#fff!important;
	opacity:0.8;
}

a:hover #album-link a {
	text-decoration:none!important;
}

#mailForm table { width: 100%; font-family: 'Lucida Grande', "Hiragino Kaku Gothic Pro", Meiryo, 'メイリオ', 'MS Pゴシック', sans-serif; font-weight:normal;}
#mailForm th, #mailForm td  { padding: 10px; border: 1px solid #ddd; }
#mailForm th  { background: #f4f4f4; }
 
 .bt {
	 text-align:center;
 }
.next {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #333;
    padding: 0 30px;
    color: #333;
    line-height: 50px;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    font-family: 'Lucida Grande', "Hiragino Kaku Gothic Pro", Meiryo, 'メイリオ', 'MS Pゴシック', sans-serif;
    margin: 0 5px;
    font-size: 18px;
}
.next:hover {
	background-color: #333;
	border-color: #333;
	color: #fff;
}
.next::before,
.next::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #333;
}
.next::before {
	top: 0;
}
.next::after {
	bottom: 0;
}
.next:hover::before,
.next:hover::after {
	height: 0;
	background-color: #333;
} 

.err {
    color: red;
    font-size: 12px;	
}


.info {
	width: 300px;
    font-size: 12px;
	color:#666;
	float:left;
	margin: 0 0 40px 0;
}

.info th {
    padding: 10px 0 3px 0;
	border-bottom:2px solid #666;
}

#info_profile {
	font-size:16px;
	margin-bottom:20px;
	width:100px;
}

.info-th {
	margin:0 0 0 0;
}

.info-td {
    width: 220px;
    padding: 10px 0 5px 5px;
    margin: 0px 10px 0 5px;
    word-wrap: break-word;
    border-bottom: 1px dotted #333;
}

/*----------------------------------------------------
    .contact
----------------------------------------------------*/
.contact th  { width: 30%; text-align: left; }
.contact td  { width: 70%; text-align: left; }
.contact span {color:red;}

 
@media only screen and (max-width:480px){
    .contact { margin: 0; }
    .contact th,
    .contact td{
    width: 100%;
    display: block;
    padding: 5%;
    border-top: none;
    box-sizing: border-box;
 }
    .contact tr:first-child th   { border-top: 1px solid #ddd; }

.bt {
	text-align:center;
}
.next {
	width:50%;
	padding:0;
}
.contact textarea, .contact input {
	padding:2%;
}

}



.input_general_box {
width: 180px!important;
height: 40px;
background-color:#fff;
border: 1px solid #ccc;
padding: 0 10px;
-webkit-appearance: normal;
-moz-appearance: normal;
appearance: normal;
-webkit-appearance: none;
border-radius: 5px;
outline: none;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}
.input_general_box:focus {
-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.3);
} 
input.button {
	margin:0!important;
    padding: 9px 18px 9px 18px;
    font-size: 14px;
    border-radius: 5px;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif!important;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    -webkit-appearance: none;
    border: 1px solid #333;
    box-sizing: border-box;
    background-color: #333;
    color: #fff;
    letter-spacing: 3px;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
   outline: none;
}
input.button:hover {
	background-color:#fff;
	color:#333;
}

.main-post img {
max-width:100%;
}