@charset "Shift_JIS";

/*汎用設定*/

body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}
body
{
	background: url(../images/common/bg.jpg) fixed;
}

a:link
{
	text-decoration: none;
	color: #F38935;
}
a:visited
{
	text-decoration: none;
	color: #E95370;
}
a:hover
{
	text-decoration: underline;
	color: #F38935;
}
img
{
	border: none;
}
p
{
	margin-bottom: 1em;
}

/*エリア指定*/


#header-wrap
{
	width: 100%;
	height: 255px;
	background: url(../images/common/header_bg.jpg) repeat-x;
	position: fixed;
	z-index: 10;
}

#header
{
	background: url(../images/common/header.jpg) no-repeat;
	width: 900px;
	height: 255px;
	position: relative;
	margin: 0 auto;
}
.social
{
	position: absolute;
	top: 10px;
	left: 399px;
	width: 500px;
}
#header .famitsu-logo a
{
	position: absolute;
	top: 8px;
	left: 0px;
	width: 95px;
	height: 24px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#header .logo a
{
	position: absolute;
	top: 54px;
	left: 0px;
	width: 617px;
	height: 135px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#header .navi01 a
{
	position: absolute;
	top: 200px;
	left: 0px;
	width: 205px;
	height: 55px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/common/navi01.jpg) no-repeat;
}
#header .navi02 a
{
	position: absolute;
	top: 200px;
	left: 215px;
	width: 205px;
	height: 55px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/common/navi02.jpg) no-repeat;
}
#header .navi03 a
{
	position: absolute;
	top: 200px;
	left: 430px;
	width: 205px;
	height: 55px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/common/navi03.jpg) no-repeat;
}
#header .btn-request a
{
	position: absolute;
	top: 50px;
	left: 650px;
	width: 250px;
	height: 190px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/common/request.jpg) no-repeat;
}
#header .navi01 a:hover,
#header .navi02 a:hover,
#header .navi03 a:hover,
#header .btn-request a:hover
{
	background: none;
}

#wrapper
{
	width: 900px;
	margin: 0px auto;
	padding-top: 275px;
	padding-bottom: 20px;
}

.contents
{
	padding: 20px 20px 10px 20px;
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}
.cc01
{
	color: #069;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
}
.cc02
{
	color: #F66;
	font-weight: bold;
}
.cc03
{
	color: #393;
	font-weight: bold;
}
.cc04
{
	color: #F60;
	font-weight: bold;
}
.cc05
{
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.pic-right
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.mb20px
{
	margin-bottom: 20px;
}

/*トップページ*/

#school-select
{
	width: 900px;
	height: 940px;
	background: url(../images/top/school.jpg) no-repeat;
	position: relative;
}
#school-select .btn01 a
{
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	top: 610px;
	left: 20px;
	width: 260px;
	height: 310px;
}
#school-select .btn02 a
{
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	top: 610px;
	left: 320px;
	width: 260px;
	height: 310px;
}
#school-select .btn03 a
{
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	top: 610px;
	left: 620px;
	width: 260px;
	height: 310px;
}

/*フォーム*/

#request-form
{
	width: 900px;
	margin: 0px auto;
	padding-bottom: 20px;
}
#request-form td
{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
	vertical-align: middle;
	font-size: 12px;
}
#request-form p
{
	margin: 4px 0px;
}
#over
{
	width: 750px;
	margin: 100px auto;
	border: #F33 3px solid;
	text-align: center;
	font-size: 16px;
	background: #fff;
	padding: 1em 1em 0 1em;
	line-height: 1.7em;
}
#over p
{
	margin-bottom: 1em;
}
input.wd50
{
	width: 50px;
}
input.wd100
{
	width: 100px;
}
input.wd300
{
	width: 300px;
}


/*ソーシャルブックマークアイコン*/

ul.bookmark_button {
	list-style: none;
	clear: both;
}
ul.bookmark_button li {
	float: right;
}
ul.bookmark_button li.continue {
	padding-left: 10px;
}
ul.bookmark_button li.twitter {
}
ul.bookmark_button li.hatena {
	padding-left: 10px;
}
ul.bookmark_button li.facebook {
	padding-left: 10px;
}
ul.bookmark_button li.gplus {
	padding-left: 10px;
}
iframe.twitter-share-button {
width: 105px!important;
}

/*マージン指定*/
.mb5px
{
	margin-bottom: 5px;
}