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

/* ==============================

1-1 Reset

============================== */
body{
     /* webkit系のスマホで文字が拡大されるのを防ぐ */
     -webkit-text-size-adjust: 100%;
}
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-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    text-align: left;
    text-decoration: none;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
     /* 必要に応じて下記はコメントアウト */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse;
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
a img {
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
a:hover img {
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
img{
	vertical-align: bottom;
}

.floatL{float:left;}
.floatR{float:right;}
.alignL{text-align:left;}
.alignR{text-align:right;}
.alignC{text-align:center;}
.fwb{font-weight:bold;}
.mb0 { margin-bottom: 0px!important; }
.mb1em { margin-bottom: 1em!important; }
.mb10 { margin-bottom: 10px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb70 { margin-bottom: 70px!important; }
.mb80 { margin-bottom: 80px!important; }
.mb90 { margin-bottom: 90px!important; }
.mb100 { margin-bottom: 100px!important; }

/* ==============================

1-2    Clearfix

============================== */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
}
/* for IE-mac */
* html .clearfix {
    height: 1%;  
}
.clearfix {
    display: block;
}

/* ==============================

1-3    mainContents

============================== */
#mainContents{
	font-family: 'メイリオ','Meiryo',sans-serif;
}
#mainContents .w880{
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
#hero{
	text-align: center;
	margin-bottom: 10px;
}
#mainContents dl{
	overflow: hidden;
	width: 860px;
	margin: 0 auto 40px;
}
#mainContents dt{
	float: left;
	width: 90px;
	color: #797979;
	font-size: 16px;
	line-height: 26px;
}
#mainContents dt span{
	color: #0096ff;
}
#mainContents dd{
	float: left;
	width: 750px;
	color: #797979;
	font-size: 16px;
	line-height: 26px;
}

#mainContents .text1{
	font-size: 33px;
	line-height: 43px;
	text-align: center;
	margin-bottom: 25px;
	color: #000;
}
#mainContents .text2{
	color: #fff;
	font-weight: bold;
	font-size: 33px;
	line-height: 43px;
	text-align: center;
	height: 58px;
	line-height: 58px;
	background-color: #798591;
	margin-bottom: 15px;
}
#mainContents #box1{
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	height: 481px;
	background-image: url(../images/razer.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#mainContents .text3{
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	color: #000;
}
#mainContents .text5{
	text-align: left;
	margin-left: 20px;
	font-size: 24px;
	line-height: 24px;
	color: #19294e;
}
#mainContents #box2{
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	height: 730px;
	background-image: url(../images/sejutu.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#mainContents #box2 p{
	position: absolute;
	font-size: 18px;
	line-height: 24px;
}
#mainContents #box2 #t1{
	left: 58px;
	top: 323px;
}
#mainContents #box2 #t2{
	left: 521px;
	top: 323px;
}
#mainContents #box2 #t3{
	left: 28px;
	top: 693px;
}
#mainContents #box2 #t4{
	left: 521px;
	top: 693px;
}