@charset "Shift_JIS";



/*======================================================================================================================
========================================================================================================================

default_sp.css

スマホ用 リセット項目・body初期設定・回り込み解除・リンク色用

========================================================================================================================
======================================================================================================================*/


@media screen and (max-width : 767px){
/* リセット
-------------------------------------------------------------------------------------------------------- */
html,body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
form,fieldset,input {
	margin:        0px;
	padding:       0px;
}
img {
	max-width: 100%;
	height: auto;
}
li {
	list-style-type: none;
}
table {
	font-size:     100%;
}





/* bodyデフォルト指定　（win-ie.cssにハック有り）
-------------------------------------------------------------------------------------------------------- */
body {
	color:        #333333;
	font:         14px "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Osaka,"MS PGothic",Arial,Verdana,sans-serif;
	*font-size:   small; /* IE 7向け */
	*font:        x-small; /* IE 6以下 */
	line-height:  1.6;
}





/* 回り込み解除指定
-------------------------------------------------------------------------------------------------------- */

/* 通常解除指定 */
.clearbt {
	clear:   both;
	height:  1px;
	overflow:hidden;
}


/* clearfix
------------------------------------------------------------ */
.clearfix:after {
    content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
.clearfix {display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;
}
.clearfix { display: block;
}
/* End hide from IE-mac */
/* --------------------------------------------------------- */


/* 区切り線指定 */
.hrline {
	margin:  0px;
	padding: 0px;
	display: none;
}




/* リンク色
-------------------------------------------------------------------------------------------------------- */

a:link {
	color:            #362616;
	text-decoration:  underline;
}

a:visited {
	color:            #66594B;
	text-decoration:  underline;
}

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

a:active {
	font-weight: bold;
}
}