@charset "UTF-8";
/* CSS Document */

/* text style
---------------------------------------- */
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#2C2C2C;
}

/* images
---------------------------------------- */
img {
	border:none;
	vertical-align:bottom;
}

/* links
---------------------------------------- */
a:link {color:#0181E3; text-decoration:none;}
a:visited {color:#62a8f0; text-decoration:none;}
a:hover {color:#3a9eeb; text-decoration:none;}

/* text index
---------------------------------------- */
.title_i{
	font-size:28px;
	color:#FFF;
	font-weight:bold;
}

.title2_i{
	font-size:24px;
	color:#FFF;
	font-weight:bold;
}

.text_i{
	font-size:14px;
	font-weight:bold;
}

.text2_i{
	font-size:12px;
}

/* product page
---------------------------------------- */
.title_p{
	font-size:18px;
	font-weight:bold;
}

.product_name{
	font-size:26px;
	font-weight:bold;
	color:#AFB4B4;
}

.copy{
	line-height:140%;
	font-size:12px;
}

.price{
	font-size:14px;
	font-weight:bold;
	color:#FF7300;
}

.shop{
	font-weight:bold;
	font-size:14px;
}

.list_head{
	font-weight:bold;
	font-size:14px;
}

.current{
	color:#AFB4B4;
}
ul{
	list-style-type:none;
	padding-top:70px;
	padding-left:0px;
}

li{
	line-height:180%;
}
