@charset "utf-8";
/*--------------------------------------------------------------------------*
 *  
 *  default css
 *  
 *  (C) Remixpoint, Inc. All Rights Reserved.
 *  
 *  2008 Remixpoint, Inc.
 *  http://www.remixpoint.co.jp
 *
 *  Last Modified: 2010-08-18
 *  Last Editor: Toshiyuki hara
 *
 *--------------------------------------------------------------------------*/

/*----------------------------------------------------
	reset.css
----------------------------------------------------*/
 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,thead,tbody,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}


table {
	border-collapse: collapse; 
	border-spacing: 0;
	font-size: 1em;
}

fieldset,img,abbr,acronym {
	border: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

strong {
	font-style: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

q:before,q:after {
	content:'';
}

img {
	border-style: none;
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}


/*----------------------------------------------------
	base.css
----------------------------------------------------*/
/*----------------------------------------------------
	font setting

	10px →  83.4%
	11px →  91.7%
	12px →   100%
	13px → 108.4%
	14px → 116.7%
	15px →   125%
	16px → 133.4%
	17px → 141.7%
	18px →   150%
	19px → 158.4%
	20px → 166.7%
	21px →   175%
	22px → 183.4%
	23px → 191.7%
	24px →   200%
	25px → 208.4%
	26px →   217%
	30px →   250%
----------------------------------------------------*/
body {
	color: #222;
	font:12px/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
}

/* for IE8 */
	html>/**/body {
		font-family/*\**/: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック'\9;
		font-size/*\**/: 75%\9;
	}

/* for IE7 */
	*:first-child+html body {
		font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック';
		font-size:75%;
	}

/* for IE6 */
	* html body {
		font-family: 'MS UI Gothic';
		font-size:75%;
	}

/*----------------------------------------------------
	form setting
----------------------------------------------------*/
fieldset {
	border:1px solid #ccc;
}

input, textarea {
	vertical-align: middle;
}

input,
textarea {
	line-height: 1.4;
	padding:0.1em;
	vertical-align: middle;
	outline: none;
}

input[type="text"],
input[type="password"] {
	height:1.2em;
	line-height:1.2;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align: -0.05em;
}

input[type="checkbox"] {
	vertical-align: top;
}

	/* for ie8 */
	html>/**/body input[type="text"] {
		height/*\**/: 1.3em\9;
	}

	html>/**/body input[type="password"] {
		height/*\**/: 1.3em\9;
	}

	html>/**/body input[type="radio"] {
		vertical-align/*\**/: -0.1em\9;
	}

	html>/**/body input[type="checkbox"] {
		vertical-align/*\**/: -0.2em\9;
	}

	html>/**/body select {
		height/*\**/: 20px\9;
		vertical-align/*\**/: 0.1em\9;
	}

	/* for ie7 */
	*:first-child+html input[type="checkbox"],
	*:first-child+html input[type="radio"] {
		vertical-align: middle;
	}

	/* for ie6 */
	* html input.checkbox,
	* html input.radio {
		vertical-align: -0.25em;
	}

	* html input.submit {
		padding-top: 0.2em;
	}

/*----------------------------------------------------
	common setting
----------------------------------------------------*/
html,body {
	height: 100%;
 }

.none,
.close {
	display: none;
}

.normal,
.open {
  display: block;
}

.show {
	visibility: visible;
}

.hide {
	visibility: hidden;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.floatNone {
	float: none;
}
/* IE6のセレクタとレイヤーに関する問題はこちらを使用 */
* html .hideIe6 {
	visibility: hidden;
}

.small {
	font-size: 83.4%;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

/* リンク設定
----------------------------------------------------*/
a {
	color: #000;
	cursor:pointer;
	text-decoration: underline;
	-webkit-transition:color .1s ease-in-out;
	-moz-transition:color .1s ease-in-out;
	-o-transition:color .1s ease-in-out;
	transition:color .1s ease-in-out;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #663399;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

a:focus {
	color: #999;
	text-decoration: underline;
}

a:active {
	color: #999;
	text-decoration: underline;
}

.link:link { color: #197dc9; }
.link:visited { color: #663399; }
.link:hover { color: #66ccff; }

/* フロート解除
----------------------------------------------------*/
.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* No Script時の表示
----------------------------------------------------*/
#noscriptDisplay {
	width: 100%;
	background: #fbfff4;
	border-bottom: 1px solid #987e58;
	color: #ff0000;
	font-weight: bold;
	padding: 25px 0;
	text-align: center;
	z-index: 100;
}

/*----------------------------------------------------
	layout
----------------------------------------------------*/
#container {
	width: 950px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#header {
	width: 950px;
	position: relative;
}

	#top #header {
		margin-bottom: 34px;
	}

#contents {
	width: 950px;
	position: relative;
	margin-bottom: 100px;
}

	#article {
		width: 665px;
		float: left;
	}

	#side {
		width: 240px;
		float: right;
	}

#footer {
	width: 950px;
	height: auto;
	padding-top: 31px;
	clear: both;
	position: relative;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
/* ロゴ
----------------------------------------------------*/
#logo {
	padding: 20px 0 10px 20px;
	float: left;
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/

/* セクション
----------------------------------------------------*/
.section {
	width: 665px;
	position: relative;
}

/* 同意
----------------------------------------------------*/
.ttl_conf {
	height: 34px;
	line-height: 35px;
	margin: 20px 0 30px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #dcdddd;
	border-bottom: 1px solid #dcdddd;
}

.lst_conf {
	padding: 0 0 30px 1.5em;
	list-style-position: outside;
	list-style-type: disc;
}

.lst_conf li {
	margin-top: 10px;
}

.btn_area {
	padding-top: 20px;
	margin-top: 30px;
	text-align: center;
	border-top: 1px solid #dcdddd;
}

	.btn_area #btn_conf {
		width: 113px;
	}