/*
Theme Name: jukuta-kokunai
Theme URI: 
Author: SMC-POWER
Version: 1.0
*/

@charset "utf-8";



/*__________> CSS.Setting Start
*/
/*------------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}





/*__________> html
*/
/*------------------------------------------------------------------------------*/
* html body * {
	overflow: visible;
}
* html iframe, * html frame {
	overflow: auto;
}
* html frameset {
	overflow: hidden;
}
html {
	height: 100%;
}





/*__________> body
*/
/*------------------------------------------------------------------------------*/
body {
	height: 100%;
	min-height: 101%;
	background: #fff;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, Arial, Helvetica, Sans-Serif;
}





/*__________> text
*/
/*------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
em { font-style: normal; }
ins {
	background: #FF9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #FF9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
small {
	font-size: 100%;
}




/*__________> link
*/
/*------------------------------------------------------------------------------*/
a {
	outline: none;
	text-decoration: underline;
	transition: 0.3s;
}
a img {
	transition: 0.3s;
}
a:active, a:focus {
	outline: none;
}
/* a:hover img {
	background: #FFF;
	filter: alpha(opacity=85);
	opacity: 0.85;
} */





/*__________> img
*/
/*------------------------------------------------------------------------------*/
img, fieldset {
	border: 0 none;
}
img {
	vertical-align: bottom;
}


/*__________> list
*/
/*------------------------------------------------------------------------------*/
ul { list-style: none; }
ol { list-style-position: inside; }




/*__________> line
*/
/*------------------------------------------------------------------------------*/
hr {
	display: none;
	border: 0 none;
}





/*__________> quote
*/
/*------------------------------------------------------------------------------*/
q:before, q:after {
	content: '';
}
blockquote, cite {
	width: auto;
	font-size: 0.93em;
	margin: 0 0 1em 1.5em;
}





/*__________> sorce
*/
/*------------------------------------------------------------------------------*/
code {
	font-family: "Courier New", Courier, monotype;
	font-size: 1em;
}





/*__________> object
*/
/*------------------------------------------------------------------------------*/
object, embed {
	vertical-align: top;
}





/*__________> table
*/
/*------------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align: left;
	vertical-align: top;
}





/*__________> form
*/
/*------------------------------------------------------------------------------*/
input, select {
	vertical-align: middle;
}
option {
	padding-left: 0.4em;
}










/*__________> clearfix
*/
/*------------------------------------------------------------------------------*/
.clearfix:after {
	content: "."; /* 譁ｰ縺励＞隕∫ｴ繧剃ｽ懊ｋ縲� 縲�.縲阪・莉悶・譁・ｭ励〒繧ゅ°縺ｾ縺・∪縺帙ｓ縲�*/
	display: block; /* 繝悶Ο繝・け繝ｬ繝吶Ν隕∫ｴ縺ｫ */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}







