/* リセットCSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
    border: 0;
}


/* 幅制御 */
.w05 {width: 5px;}
.w10 {width: 10px;}
.w15 {width: 15px;}
.w20 {width: 20px;}
.w25 {width: 25px;}
.w30 {width: 30px;}


/* 高さ制御 */
.h01 {height: 1px;}
.h02 {height: 2px;}
.h03 {height: 3px;}
.h05 {height: 5px;}
.h10 {height: 10px;}
.h15 {height: 15px;}
.h20 {height: 20px;}
.h25 {height: 25px;}
.h30 {height: 30px;}
.h35 {height: 35px;}
.h40 {height: 40px;}
.h45 {height: 45px;}
.h50 {height: 50px;}
.h60 {height: 60px;}
.h70 {height: 70px;}
.h80 {height: 80px;}
.h90 {height: 90px;}
.h100{height: 100px;}


/* 位置制御 */
.center        {text-align: center;}
.center-top    {text-align: center; vertical-align: top;}
.center-middle {text-align: center; vertical-align: middle;}
.center-bottom {text-align: center; vertical-align: bottom;}

.right        {text-align: right;}
.right-top    {text-align: right; vertical-align: top;}
.right-middle {text-align: right; vertical-align: middle;}
.right-bottom {text-align: right; vertical-align: bottom;}

.left        {text-align: left;}
.left-top    {text-align: left; vertical-align: top;}
.left-middle {text-align: left;	vertical-align: middle;}
.left-bottom {text-align: left;	vertical-align: bottom;}

.top    {vertical-align: top;}
.bottom {vertical-align: bottom;}


/* 文字装飾 */
.bold {font-weight: bold;}
.bold-red {font-weight: bold; color: #FF0000;}
.caution-mark {padding-right: 5px; vertical-align: top;}