@charset "utf-8";
/*
Theme Name: murakamiss
Theme URI: http://www.murakamiss.co.jp/
Description: murakamiss
Version: 2.0
Author: murakamiss.co.jp
Author URI: http://www.murakamiss.co.jp/
Tags: simple

*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-rendering: optimizeLegibility;
	font-size: 16px;
	color: #332d2b;
	line-height: 1.8;
}

img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
    height: auto;
}

a img { 
	border: none;
    -webkit-transition: 0.3s ease-in-out; 
    -moz-transition: 0.3s ease-in-out; 
    -o-transition: 0.3s ease-in-out; 
    transition: 0.3s ease-in-out;  
}
a:hover img{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

ul {
	list-style-type: none;
}

a {
	color: #332d2b;
	text-decoration: none;
}

a:hover {
	color: #009dde;
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

/* For IE 6/7 (trigger hasLayout) */

.clearfix {
	zoom: 1;
	overflow: hidden;
}