@charset "utf-8";
/*
Theme Name: tcg
Theme URI: http://tcg-kagawa.com/
Description: tcg
Version: 2.0
Author: tcg-kagawa.com
Author URI: http://tcg-kagawa.com/
Tags: simple

*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-rendering: optimizeLegibility;
	font-size: 15px;
	color: #323232;
	line-height: 1.8;
	background: #F3F3F3;
}

img {
	border: none;
	vertical-align: bottom;
}

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: #323232;
	text-decoration: none;
}

a:hover {
	color: #003801;
	text-decoration: underline;
}

.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;
}



/* font */
.garamond{
	font-family: 'EB Garamond', serif;
}
.mincho{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}