@charset "utf-8";

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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
	font-family: '小塚明朝 Pro L','Kozuka Mincho Pro Light',sans-serif;
	color: #4C4948;
	letter-spacing: 2px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    display: block;
	text-decoration:none;
	color:#0044cc;
    -webkit-tap-highlight-color:transparent;
}
img{
	vertical-align: bottom;
}
a img:hover{
	opacity:0.5;
    transition:all 0.2s ease-out 0s;
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    zoom:1;
}
a:hover{
	text-decoration: none;
}
h2#message,h2#success{
	padding-top: 15px;
}
/** RISET **/
header{
	background: url(../images/header_bg.png);
	background-repeat: repeat-x;
}
header h1{
	text-align: center;
	padding: 87px 0 30px;
}
header nav{
	padding: 0 0 45px;
}
header nav ul{
	width: 706px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/frame01.png) no-repeat;
	background-position: 50% 0;
}
header nav ul li{
	float: left;
	margin-right: 70px;
}
header nav ul li:last-child{
	margin-right: 0;
}
.content01{
	text-align: center;
	background: url(../images/content01_bg.png) no-repeat;
	background-position: 50% 0;
	padding-bottom: 217px;
}
.content01 p{
	z-index: -1;
	position: relative;
	width: 839px;
	margin: 0 auto 45px;
}
.content01 p:after{
	content: "";
	position: absolute;
	display: block;
	background: url(../images/frame02.png) no-repeat;
	background-position: 50% 0;
	width: 301px;
	top: -135px;
	right: -210px;
	height: 341px;
}
.content02 p,.content03 p,
.content04 p,.content06,.content02 h2,
.content03 h2{
	text-align: center;
}
.content03{
	padding: 93px 0;
}
.content05{
	width: 1000px;
	margin: 50px auto;
	padding: 50px 80px;
	background: #fffeec;
	overflow: hidden;
}
.content05 h2{
	float: left;
	padding: 95px 114px 50px 53px;
}
.company_edit{
	float: left;
	font-size: 18px;
}
.company_edit dl,.company_edit>p{
	margin-bottom: 13px;
}
.company_edit dl{
	overflow: hidden;
}
.company_edit dl dt{
	float: left;
}
.company_edit dl dd{
	float: left;
	padding-left: 10px;
}
.company_edit>p:last-child{
	margin-bottom: 0;
}
.content06 ul{
	margin: 50px auto 60px;
	overflow: hidden;
	display: inline-block;
}
.content06 ul li{
	float: left;
}
.content06 ul li:first-child{
	margin-right: 20px;
}
a.contact_btn{
	margin: 0 auto 60px;
	width: 520px;
}
#page-top{
	position: fixed;
	right: 50px;
	bottom: 20px;
	z-index: 1;
}
#page-top a{
	width: 30px;
	padding: 10px;
	border: 1px solid;
	border-radius: 50%;
	height: 30px;
	text-align: center;
	line-height: 3vh;
	color: #fff;
	background: rgba(0,0,0,0.5);
}