﻿@charset "UTF-8";

/***************************************************************

CSS : style
DATE : 2013.03.02
AUTHER : Kenshiro Nakashima

****************************************************************/

/*/////////////////////////////////////////////////////////////

[style] 
	0. Reset
	1. Layout

//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Reset
------------------------------------------------------------ */

/* -------- common reset -------- */
*{
	margin:0;
	padding:0;
}
html,
body,
div,
dl,dt,dd,
ul,li,
h1,h2,h3,h4,h5,h6,
address,
form,
input,
p,
span,
table,tr,td,
img,
a{
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}
dl,dt,dd,
ul,li{
	list-style: none;
}



/* -------- html5 reset -------- */

header,
nav,
section,
article,
aside,
footer,
hgroup {
	font-size: 100%;
	margin:0;
	padding:0;
	display: block;
}



/* -------- font reset -------- */

html{
	/* base 10px */
	font-size: 62.5%;
	line-height: 200%;
}
body,
div,
dl,dt,dd,
ul,li,
address,
form,
input,
p,
span,
table,tr,td,
img,
a{
	/* =12px */
	font-size: 12px;
	font-size: 1.2rem;
}
h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	/* =16px */
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

/* ------------------------------------------------------------
	1. Layout
------------------------------------------------------------ */

#info{
	margin: 20px;
}

#wrapper{
	width: 100%;
	margin: 0 auto;
}

#header{
}

h1{
	margin: 20px 0 10px 20px;
	font-size: 44px;
	font-size: 4.4rem;
	line-height: 100%;
	color:#333;
}
h1 span{
	margin: 0 0 0 10px;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 100%;
	font-weight: bold;
	color:#333;
}
h2{
	margin: 0 0 20px 20px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 100%;
	color:#333;
}
.introduction{
	margin: 0 0 20px 20px;
	font-size: 9px;
	font-size: 0.9rem;
}

.archive{
	margin: 0 0 1px 0;
	width: 100%;
	padding: 0;
	background: #CCC;
	overflow: hidden;
}

.archive p.date{
	float: left;
	padding: 11px 20px 10px 20px;
	display: block;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: bold;
	color:#333;
}
.archive h3{
	float: left;
	padding: 10px 0 10px 0;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	color:#333;
}
.archive p{
	float: left;
	padding: 10px 0 10px 20px;
	display: block;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: bold;
	color:#666;
}
.archive a{
	float: right;
	padding: 10px 20px 11px;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color:#FFF;
	background: #333;
	border-left:1px solid #FFF;
}

.form {
	padding: 40px 40px 30px 20px;
	background: #eee;
}

.farchive{
	text-align: center;
}

.input {
	padding:10px;
	font-size:18px;
	font-size:1.8rem;
	font-family:Arial, sans-serif;
	border:1px solid #ccc;
	color:#666;
	margin:10px 0 10px 0;
	width:100%;
	height:30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-appearance: none;
}

.submit {
	margin: 20px 0 20px 0;
	padding:10px;
	color: #fff;
	font-size:18px;
	font-size:1.8rem;
	font-family:Arial, sans-serif;
	text-align: center;
	border:1px solid #999;
	width: 200px;
	height:50px;
	background: #000;
	-webkit-border-radius: 10px;
   	-webkit-appearance: none;
}

.thanks{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	font-family:Arial, sans-serif;
	padding: 0px 0px 10px 0px;
}

