@charset "Shift_JIS";

@import url('setting.css');

/* ----------------------------------------
	stamp.html
---------------------------------------- */

body {
	margin: 0;
}

#header_wrap {
	background: url(../img/linestamp/bg_header.gif);
	height: 200px;
}

#header {
	width: 950px;
	margin: 0 auto;
	position: relative;	
}

h2 {
	background: #8dc21f;
	color: #fff;
	font-size: 36px;
	line-height: 72px;
	text-align: center;
	margin-bottom: 60px;
}

h3 {
	margin: 0 auto;
	padding-bottom: 50px;
	border-bottom: 1px solid #e50012;
}

h3 img {
	display: block;
	margin: 0 auto;
}

.caption {
	display: block;
	margin: 0 auto;
	position: absolute;
	left: -60px;
	top: -10px;
}

#contents {
	background: url(../img/linestamp/bg.gif);
	padding: 50px ;
}

#link_wrap {
	width: 950px;
	margin: auto;	
}

#link_area {
	float: right;
	width: 328px;
	margin: -25px 0 25px 0;	
}

#tw {
	width: 100px;
	float: left;
}

.box {
	border-radius: 0.5em;
	width: 850px;
	background-color: #fff;
	margin: 20px auto 0;
	padding: 50px;
}

#character {
	margin-top: 40px;
	padding: 0;	
}

#character li{
	float: left;
	width: 260px;
	margin: 0 12px;
}

#character .space {
	float: left;
	margin: 0 11px;	
}

#character li img {
	display: block;
	width: 215px;
	margin: auto;
	height:	216px;	
}

#character .text_area {
	background: #e6e6e6;
	border-radius: 0.5em;
	color: #585657;
	width: 260px;
	height: 180px;
	margin-top: 23px;
	position: relative;
}

#character .text_area p {
	margin-left: 40px;
	padding: 20px 0 0 20px;
	letter-spacing: -1px;
}

#character .text_area p span {
	position: absolute;
	left: 10px;
	letter-spacing: -1px;
}

#flow {
	margin-top: 46px;
}

dl#flow dt {
	clear: left;
	float: left;
	padding-bottom: 10px;
}

dl#flow dd {
	float: left;
	margin-left: 28px;
	color:  #595757;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
}

.last {
	float: left;
	}

.attention {
	font-size: 14px;
	font-weight: normal;
}

.mail {
	color: #8DC21F;
}

.btn_sample {
	clear: left;
	display: block;
	width: 320px;
	margin: 40px auto 0;	
}

img.list {
	display: block;
	margin: 40px auto 0;
}
img.btn {
	display: block;
	margin: 40px auto 0;
}
a:hover img.btn {
	opacity: 0.7;
}

#inquiry {
	background-color: #8DC21F;
}

#inquiry_inner {
	width: 950px;
	height: 160px;
	margin: 0 auto;
	position: relative;
}

.circlelogo {
	float: left;
	margin: 10px 0;
}

#download {
	margin: 20px 0 0 50px;
	display: inline-block;
}

#pagetop {
	position: absolute;
	right: 0;
	bottom: 0;
}

#footer_inner {
	width:950px;
	margin: auto ;
	position: relative;
	padding: 20px 0 10px
}

#footer_inner img {
	margin: 10px 0 10px 5px;
}

#footer_inner ul {
	display: inline-block;
}

#footer_inner ul li {
	display: inline-block;
	margin-left: 20px;
}

#footer_inner ul li span {
	display: inline-block;
	vertical-align: 13px;
}

.copyright {
	position: absolute;
	top: 60px;
	right: 0px;	
	font-size: 10px;	
}
/* ----------------------------------------
	clearfix
---------------------------------------- */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
