@charset "utf-8";


/* tag
-------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	background:#fff;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

img {
	border: none;
	vertical-align:top;
}

a img:hover {
	opacity:0.70;
}

li {
	list-style:none;
}


/* clearfix
-------------------------------------------------------*/

.clearfix {
	width:100%;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}


/* container
-------------------------------------------------------*/

div#container {
	width:900px;
	margin:0 auto;
	padding:0 0 40px;
	overflow:hidden;
}


/* header
-------------------------------------------------------*/

header {
	height:813px;
	background:url(../img/bg_1.png) 353px 282px no-repeat;
	position:relative;
}

header h1 {
	position:absolute;
	left:424px;
	top:397px;
}

header p.top {
	position:absolute;
	left:443px;
	top:70px;
}

header p.squ {
	position:absolute;
	left:826px;
	top:440px;
}

header p.main {
	position:absolute;
	left:31px;
	top:27px;
}


/* news
-------------------------------------------------------*/

section#news {
	position:absolute;
	left:437px;
	top:632px;
}

section#news h2 {
}

section#news dl {
	font-size:15px;
	margin:-48px 0 0 77px;
}

section#news dt {
}

section#news dd {
	margin:-1.5em 0 0 4.5em;
}


/* point
-------------------------------------------------------*/

div#point {
	padding:28px 0;
	background-image:url(../img/bg_2.png), url(../img/bg_3.png);
	background-position:0 0, 0 500px;
	background-repeat:no-repeat, no-repeat;
}

div#point:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

div#point section.box {
	position:relative;
}

div#point h2 {
}

div#point p.txt {
	line-height:1.9;
}

div#point p.pic {
	position:absolute;
}

div#point section.box_01 {
	margin:0 0 118px 42px;
	padding:0 0 0 264px;
}

div#point section.box_01 p.txt {
	font-size:24px;
}

div#point section.box_01 p.pic {
	left:0;
	top:-10px;
}

div#point section.box_02 {
	margin:0 0 45px 481px;
}

div#point section.box_02 p.txt {
	font-size:26px;
}

div#point section.box_02 p.pic {
	right:35px;
	top:-293px;
}

div#point section.box_03 {
	width:343px;
	padding:247px 0 0;
	margin:0 0 0 60px;
	float:left;
}

div#point section.box_03 p.txt {
	font-size:26px;
}

div#point section.box_03 p.pic {
	left:0;
	top:0;
}

div#point section.box_04 {
	width:343px;
	padding:247px 0 0;
	margin:0 60px 0 0;
	float:right;
}

div#point section.box_04 p.txt {
	font-size:26px;
}

div#point section.box_04 p.pic {
	left:0;
	top:0;
}


/* variation
-------------------------------------------------------*/

div#variation {
	margin:0 0 30px
}

div#variation p.image {
	margin:0 0 35px;
}

div#variation table th {
	font-weight:normal;
	text-align:left;
	width:510px;
	padding:0 0 20px;
}

div#variation table p.title {
	font-size:23px;
	font-weight:bold;
	margin:0 0 7px;
}

div#variation table p.size {
	font-size:22px;
}

div#variation table td {
	text-align:center;
	width:390px;
	padding:0 0 20px;
}


/* btn
-------------------------------------------------------*/

div.btn {
	text-align:center;
	margin:0 0 52px;
}

div.btn p {
	margin:0 0 16px;
}