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

 CSS for Screen

--------------------------------------------------
Copyright (c) 2013 Sonic Design All Rights Reserved.
----------------------------------------------- */

/* ----------------------------------------------
   layout
---------------------------------------------- */

h1 {
	background: #848484;
	height: 153px;
	text-align: center;
}

#main-col {
	width: 891px;
	text-align: left;
	margin: 0 auto;
	padding: 45px 0;
}

#lead {
	margin-bottom: 60px;
}

#lead h2 {
	margin-bottom: 35px;
}

#lead p {
	color: #004195;
	font-weight: bolder;
}

#lead p.note {
	color: #444;
}

#point {
	margin-bottom: 30px;
}

#point .gray-line {
	background-color: #EEEFEF;
}

#point .gray-line {
	border-radius: 15px;
	border: 8px solid #9B9B9B;
}

#point .gray-padding {
	padding: 45px 60px;
	position:relative
}

#point h3 {
	margin-bottom: 25px;
}

#point h3 img {
	margin-left: -10px;
}

#point .para {
	position: relative;
	width: 745px;
	z-index: 1;
}

#point .point1 {
	z-index: 2;	
}

#point .para h4 {
}

#point .para .fig {
	position: absolute;
	right: 0;
	z-index: 50;
}

#point .point1 .fig {
	top: -5px;
}

#point .point2 .fig,
#point .point3 .fig {
	top: 8px;
}

#point .point2 .text div {
	padding-top: 20px;
}

#point .para h4 {
	margin-bottom: 35px;
}

#point .para h5 {
	margin-bottom: 15px;
}

#point .para .text {
	width: 415px;
	padding-bottom: 40px;
	font-size: 17px;
	line-height: 1.6;
}

#point .point5 .text {
	padding-bottom: 0;
}

.min-wrap {
	padding: 0 9px;
}

.text-link {
	border-bottom: 1px solid #898989;
	border-top: 1px solid #898989;
	padding: 12px 0;
	font-size: 11px;
	margin-bottom: 29px;
}

.text-link strong {
	margin-right: 15px;
}

.text-link strong img {
	vertical-align: middle;
	margin-left: 5px;
}

.text-link a {
	color: #B81C22;
}

#detail {
	overflow: hidden;
	margin-bottom: 25px;
}

#detail .fig {
	margin-bottom: 5px;
}

#detail .text {
	background: #000;
	height: 270px;
	width: 415px;
	padding: 30px 0;
	text-align: center;
}

#detail .left .text img {
	margin-bottom: 90px;
}

#buy {
	margin-bottom: 50px;
}

#buy h3 {
	margin-bottom: 15px;
}

#buy ul {
	overflow: hidden;
}

#buy li {
	padding-bottom: 20px;
	list-style: none;
}

#contact {
	margin-bottom: 25px;
}

.ie9 .gray-line {
	behavior: url(/js/PIE.htc);
}

#contact .gray-line {
	border-radius: 15px;
	border: 4px solid #9B9B9B;
}

#contact .gray-padding {
	padding: 20px 0 20px 35px;
}

#misc {
	font-size: 17px;
	margin-bottom: 50px;
}

#copyright {
	border-top: 1px solid #9b9b9b;
	padding-top: 1em;
	font-size: 12px;
	text-align: center;
}

/* ----------------------------------------------
   Font Size
---------------------------------------------- */
body {
	font-size: 23px;
	line-height: 1.7;
}

.note {
	font-size: 80%;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5 {
	font-size: 100%;
	line-height: 1;
}

/* ----------------------------------------------
   foot
---------------------------------------------- */

#copy {
	padding-bottom: 25px;
}


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

.left {
	float: left;
}

.right {
	float: right;
}

/* ----------------------------------------------
   HTML Tags
---------------------------------------------- */
html {
	overflow-y: scroll;
}

#main {
	background: #DDDDDA url(../img/cmn_bg_body.gif) repeat-y center top;
}


body {
	text-align: center;
	background: #fff url(../sonicplus-brz_86/img/bg.jpg) no-repeat center 153px;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

body,
div,
p,
ul,
ol,
li,
img,
a,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	border: 0;
}

hr {
	display: none;
}

img {
	vertical-align :bottom;
}

a {
	text-decoration: underline;
	color: #4169E1;
}

a:visited {
	color: #666;
}

a:hover {
	text-decoration: none;
}

img {
	-ms-interpolation-mode: bicubic;
}

sub, sup {
    font-size: 0.83em;
    line-height: 0;
    vertical-align: baseline;
    position: relative;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.2em;
}

/* = clearfix */
.wrap:after {
	content: ""; 
	display: block; 
	clear: both;
}

.wrap {
	zoom:1;
}