@charset "utf-8";
/* CSS Document */

/*
Theme Name: 春熙堂
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
Tags: 

*/

/*/////////////////////////////////////////////
Reset
/////////////////////////////////////////////*/

* {
	font-size: 100%;
	font-weight: normal;
	margin:	0;
	padding: 0;
}

@media (max-width: 740px) {
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
}

body {
	font-family: "ＭＳ Ｐゴシック","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,address,span {
	margin: 0;
	padding: 0;
	border: 0px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
}

p{
	padding: 0;
	border: 0px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
}

dt,dd,span {
	line-height: 0;
}

img{
	border:	0;
}

a{
	text-decoration: none;
}

a img{
	text-decoration: none;
	border: 0;
}

td{
	vertical-align: top;
	text-align: left;
}

li,ol{
	list-style-type: none;
}

label{
	cursor: pointer;
}

.clear {
	clear: both;
	line-height: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
	overflow:hidden;
	line-height:0;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
