@charset "utf-8";

/*===================================================================
	General setting
===================================================================*/

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, a ,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
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;
	font-size:100%;
}

html{
	width:100%;
	height:100%;
	overflow-y:scroll;
}

body{
	width:100%;
	height:100%;
	min-height:100%;
	background:#fff;
	color:#333;
	font-size:small; /*13px*/
	_font-size:x-small;	/*IE6*/
	line-height:1.37;
	text-align:left;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	word-break:normal;
	word-wrap:break-word;
}

html>body{height:auto;}

ul,
ol{list-style:none;}

table{border-collapse:collapse;line-height:1.37;}

table caption,
table th,
table td{text-align:left;vertical-align:top;}

hr{display:none;}

img{border:0;}

a{color:#29b7ce; text-decoration:underline;}
a:link{color:#29b7ce;}
a:visited{color:#29b7ce; text-decoration:underline;}
a:hover{color:#29b7ce; text-decoration:none;}
a:active{color:#29b7ce; text-decoration:none;}

em{font-weight:bold;font-style:normal;}

input{line-height:normal;}

address{font-style:normal;}

pre{
	white-space:-moz-pre-wrap; /* Mozilla */
	white-space:-pre-wrap; /* Opera 4-6 */
	white-space:-o-pre-wrap; /* Opera 7 */
	white-space:pre-wrap; /* CSS3 */
}

img{
	vertical-align:top;
}

input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea, select, option, optgroup ,button{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	box-sizing:content-box;
}
label {
	cursor:pointer;
}


/*--[class]-----------------------------------------------------*/

.clear-both{clear:both;}

.noscript-msg{
	color:#CC0000;
	font-weight:bold;
	padding:1px 0 1px 20px;
	margin:0 10px 10px
}

.disp-none,
.skip-nav{
	display: none;
	/* Hides from IE5-Mac \*/ 
	display: block;
	position: absolute;
	top: -500px;
	left: -2500px;
	font-size: 1px;
	line-height: 100%;
	/*end  Hides from IE5-Mac */
}

/* clearfix */
.pkg{zoom:1;}
.pkg:after{content:'';display:block;clear:both;}

ul.pkg,
ol.pkg,
dl.pkg {
	overflow:hidden;
}

.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    width: 100%;
}