@charset "utf-8";

@import url("styles.css") screen and (min-width:769px);
@import url("styles_sp.css") screen and (max-width:768px);



/* ================================================================
   基本スタイル
================================================================ */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, legend, input, textarea, p, blockquote, address,
th, td{
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #252525;
	font-size: 12px;
	line-height: 1;
}
address, cite, code, dfn, em, var {	font-style: normal;	font-weight: normal;}
img, a img {
	text-decoration: none;
	vertical-align: bottom;
	background: transparent;
	border: 0 none;
}
fieldset { border: 0 none; }
ul, ol { list-style: none; }

a:link,
a:visited {	color: #069;	text-decoration: underline;}
a:hover,
a:active {	text-decoration: none;	color: #f30;}





/* ================================================================
   テキスト系
================================================================ */
.red{	color: #f00;}
.yellow{	color: #fc0;}
.green{	color: #060;}
.blue{	color: #039;}
.graytext{	color: #666;}

.bold{	font-weight: bold;}
.normal{	font-weight: normal;}

.txt14p{	font-size: 14px;}
.txt15p{	font-size: 15px;}
.txt16p{	font-size: 16px;}
.txt20p{	font-size: 20px;}

.txt50{	font-size: 50%;}
.txt80{	font-size: 80%;}
.txt90{	font-size: 90%;}
.txt120{	font-size: 120%;}
.txt150{	font-size: 150%;}





/* ================================================================
   ポジション系
================================================================ */
.cut{	clear: both;	float: none;}
.block{	display: block;}
.auto{	width: auto;}
.clearfix{	zoom:1; } 
.clearfix:after{	content:".";	display:block;	height:0;	clear:both;	visibility:hidden;}
.cnt{ text-align:center; }

.width2em{ width: 2em;}
.width3em{ width: 3em;}
.width30{ width: 30px;}
.width50{ width: 50px;}
.width100{ width: 100px;}
.width150{ width: 150px;}
.width200{ width: 200px;}
.width250{ width: 250px;}
.width350{ width: 350px;}
.width450{ width: 450px;}
.width460{ width: 460px;}
.width470{ width: 470px;}
.width480{ width: 480px;}
.width490{ width: 490px;}
.width500{ width: 500px;}
.width550{ width: 550px;}

.mt5{ margin-top: 5px;}
.mt10{ margin-top: 10px;}
.mt15{ margin-top: 15px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt40{ margin-top: 40px;}
.mt45{ margin-top: 45px;}
.mt50{ margin-top: 50px;}
.mt60{ margin-top: 60px;}
.mt70{ margin-top: 70px;}
.mt80{ margin-top: 80px;}
.mt90{ margin-top: 90px;}
.mt100{ margin-top: 100px;}

.mr10{ margin-right: 10px;}
.mr15{ margin-right: 15px;}

.mb0{ margin-bottom: 0px;}
.mb5{ margin-bottom: 5px;}
.mb10{ margin-bottom: 10px;}
.mb20{ margin-bottom: 20px;}

.ml5{ margin-left: 5px;}
.ml8{ margin-left: 8px;}
.ml10{ margin-left: 10px;}
.ml11{ margin-left: 11px;}
.ml20{ margin-left: 20px;}
.ml30{ margin-left: 30px;}
.ml50{ margin-left: 50px;}

.pt1em{ padding-top: 1em;}
.pt2em{ padding-top: 2em;}
.pb1em{ padding-bottom: 1em;}
.pb2em{ padding-bottom: 2em;}

.floatleft {float:left;}
.floatright {float:right;}

.t_left { text-align:left; }


/* EOF */
