@charset "utf-8";
/*
Theme Name: vzone costam
Theme URI: http://www.vzone.co.jp/
Description:  vzone costamテーマ
Version: 1.0
Author: vzone
Author URI: http://www.vzone.co.jp/
Tags: vzone

*/


.entry em { font-style: italic; }

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	color: #000;
	display: block;
	/* fixed for Non-PCs without Photoshop CS2+ */
  font-family: "Myriad Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Lucida Grande", "Helvetica Neue", Arial, "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
}

.entry h1 { font-size: 28px; line-height: 1.2; margin: 0.3em 0 10px; }
.entry h2 { font-size: 24px; line-height: 1.3; margin: 1em 0 .2em; }
.entry h3 { font-size: 19px; line-height: 1.3; margin: 1em 0 .2em; }
.entry h4 { font-size: 14px; margin: 1.33em 0 .2em; }
.entry h5 { font-size: 1.2em; margin: 1.67em 0; font-weight: bold; }
.entry h6 { font-size: 1.0em; margin: 1.67em 0; font-weight: bold; }


.entry h1 a, h2 a,
.entry h1 a:link, h2 a:link,
.entry h1 a:visited, h2 a:visited { color: #000; }
.entry h1 a:active, h2 a:active,
.entry h1 a:focus, h2 a:focus,
.entry h1 a:hover, h2 a:hover { color: #669900; }


/* Resizes the image to the maximum width of the content area */

.entry img {
  max-width: 576px;
  /* smooth image resizement in IE7+ */
  -ms-interpolation-mode: bicubic;
}

.entry div.alignleft { float: left; margin: 0 8px 7px 0; }


.entry p,
.entry ol,
.entry ul { margin: 0 0 9px; color: #4d4d4d; }
.entry blockquote p { margin: 0; }

.entry ol { margin-left: 0.75em; padding-left: 12px; }
.entry ul { margin-left: 0.5em; padding-left: 12px; }
.entry ol li { list-style-type: decimal; }
.entry ul li { list-style-type: disc; }


