@charset "utf-8";
/*--------------------------------------------------------

Author:   geo-code
Created:  2012/05

--------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong{
	font-weight: bold;
}

.comment{
	padding: 20px 0!important;
	line-height: 1.8;
}

.worksComment{
	margin: 0 0 20px 0;
}

.voice{
	background: #f3e3c1;
	border-radius: 3px;
	padding: 10px;
}

.voice h3{
	font-weight: bold;
	border-bottom: 1px dashed #d3af61;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

/* Base
------------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;    
}

body {
	font-family: "メイリオ",  Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 0.8em;
	color: #333;
	background:url(../images/bg.jpg) 0 0;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: underline;
  color: #d82900;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

figure img {
  display: block;
}

.post{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 3px dotted #e5e5e5 ;
}

/* clearfix
----------------------------------------------------*/
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
.clearfix {
	display: block;
}
/* clear */
.clear {
	clear: both;
}

/* Typography
------------------------------------------*/

h1, h2, h3, h4, h5, h6, dl, ol, ul, p, blockquote, pre {
	margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.5em;
}

li {
  display: list-item;
  list-style-position: inside;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.3125em;
}

h3 {
  font-size: 1.125em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

/* Typographic elements */

.section-title {
  margin-top: 1.5em;
  padding: .4em 0 .55em;
  border-top: 1px solid rgba(0,0,0,.2);
  border-bottom: 1px dashed rgba(0,0,0,.2);
}

.cut{margin:0;padding:0; !important}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb60{margin-bottom:60px !important;}
.mr10{margin-right:10px !important;}
.mr0{margin-right:0px !important;}
.mt-50{margin-top:-50px !important;}
.pt10{ padding-top:10px !important}
.pt20{ padding-top:20px !important}
.pt30{ padding-top:30px !important}
.pt40{ padding-top:40px !important}
.pt50{ padding-top:50px !important}
.pt60{ padding-top:60px !important}
.pt70{ padding-top:70px !important}
.pl10{ padding-left:10px !important}
.pl20{ padding-left:20px !important}
.pl30{ padding-left:30px !important}
.pl40{ padding-left:40px !important}
.pl50{ padding-left:50px !important}
.c_red{color:#cb2700 !important;}
.size_s{font-size:0.8em !important;}
.size_ss{font-size:0.65em !important;}
.right{text-align:right !important;}
.bold{font-weight:bold !important;}
.comment{padding: 0 0 20px 0;}
.right{text-align:right;}